| Scilab Reference Manual | 
|---|
xsave — save graphics into a file
xsave(file-name,[win-num])
| file-name | : string, name of the file. | 
| win-num | : integer, the graphics window number. If not given, the current graphics window is used. | 
xsave saves the graphics contained in the graphics window win-num in the binary file file-name. The graphics are stored in a machine independent way (using the xdr library) and can be reloaded with xload.
J.Ph.C.
| << xs2ps | xsegs >> |