Scilab Function
Last update : April 1993

xs2gif - send graphics to a file in GIF syntax

Calling Sequence

xs2gif(win_num,filen,[color])

Parameters

Description

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

Examples

 
    scf(0)
    plot2d()
    xs2gif(0,'foo.gif')
  

See Also

xs2fig,  xs2ps,  xs2ppm,