File: xsave.cat

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (23 lines) | stat: -rw-r--r-- 634 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
xsave            Scilab Group            Scilab Function              xsave
NAME
   xsave - save graphics into a file
  
CALLING SEQUENCE
 xsave(file-name,[win-num]) 
PARAMETERS
 file-name   : string, name of the file.
             
 win-num     : integer, the graphics window number.  If not given, the
             current graphics window is used.
             
DESCRIPTION
   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.
  
SEE ALSO
   xload
  
AUTHOR
   J.Ph.C.