<< xs2emf Graphiques: export et impression xs2gif >>

Scilab Help >> Graphiques: export et impression > xs2eps

xs2eps

export graphics to EPS

Syntax

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

Arguments

win_num

an integer, ID of the figure to export.

fig

handle of the figure 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 graphic window 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 Graphiques: export et impression xs2gif >>