Name

xs2png — send graphics to a file in PNG syntax

Calling Sequence

xs2png(win_num,filen)

Parameters

win_num

integer scalar.

filen

string, file name.

Description

xs2png sends the recorded graphics of the window win_num in the file filen in PNG format.

Examples

    scf(0)
    plot2d()
    //PNG export
    xs2png(0,'foo.png');
  

See Also

xs2bmp, xs2gif, xs2jpg, xs2ppm, xs2eps, xs2pdf, xs2svg, xs2ps, xs2fig, xs2emf

Authors

S.K