<< xs2emf Graphics export xs2gif >>

Scilab Help >> Graphics export > xs2eps

xs2eps

export graphics to EPS

Syntax

xs2eps(win_num, file_name [,orientation])
xs2eps(hdl, file_name [,orientation])

Arguments

win_num

an integer, ID of the Figure to export.

hdl

handle of the Figure or Frame to export.

file_name

a string, name of the exported file.

orientation

an optional string, with possible values 'portrait' or 'landscape'. The default value is 'portrait'.

Description

xs2eps exports the display of a Figure or a Frame into a complete Encapsulated PostScript file.

Examples

scf(0)
plot2d()
//EPS export
xs2eps(0,'foo.eps')
xs2eps(gcf(),'foo.eps')

See also


Report an issue
<< xs2emf Graphics export xs2gif >>