xs2ps — send graphics to a file in PS syntax
xs2ps(win_num,filen,[orientation])
integer scalar or vector .
string, file name.
optional character, with possible values 'p' (portrait) or 'l' (landscape). The default value is 'p'.
xs2ps
saves the recorded graphics of the window
win_num
to file filen
in Postscript
syntax. The filen
must not have suffix
extension.
Note that the generated Postscript file cannot be direcly printed
since it requires a header file. The function xs2eps
can be used to directly produce an encapsulated Postscript file with an
header.