Scilab Function
Last update : 10/1/39996286

xs2fig - send graphics to a file in Xfig syntax

Calling Sequence

xs2fig(win_num,filen,[color])

Parameters

Description

xs2fig sends the recorded graphics of the window win_num in the file filen in Xfig syntax. This function works only if the selected driver is "Rec" or if the window is in "new style".

Examples

 
    scf(0)
    plot2d()
    xs2fig(0,'foo.fig')
  

See Also

xs2ps,  xs2gif,  xs2ppm,