Scilab Function
Last update : 23/10/2007

xs2ppm - send graphics to a file in PPM syntax

Calling Sequence

xs2ppm(win_num,filen,[color])

Parameters

Description

xs2ppm sends the recorded graphics of the window win_num in the file filen in PPM 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()
    xs2ppm(0,'foo.ppm')
  

See Also

xs2fig ,   xs2ps ,   xs2gif ,