export graphics to PS
xs2ps(win_num, file_name [,orientation]) xs2ps(hdl, file_name [,orientation])
an integer, ID of the Figure to export.
handle of the Figure or Frame to export.
a string, name of the exported file.
an optional string, with possible values
'portrait' or
'landscape'. The default
value is 'portrait'.
xs2ps exports the display of a graphic
window into a PostScript file.
![]() | Note that the generated Postscript file cannot be directly
printed since it requires a header file. The function
xs2eps can be used to directly produce
an Encapsulated Postscript file with a header. |
figure_size property in figure_properties — description of the graphics
figure entity properties