File: xbasimp.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 (30 lines) | stat: -rw-r--r-- 1,087 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
24
25
26
27
28
29
30
xbasimp           Scilab Group           Scilab Function            xbasimp
NAME
   xbasimp - send graphics to a Postscript printer or in a file
  
CALLING SEQUENCE
 xbasimp(win_num,[filen,printer])
PARAMETERS
 win_num    : integer scalar or vector 
            
 filen      : string, Postscript file name (default value is "file"). The
            window number  is appended to filen.
            
 printer    : string, printer name. If printer is present or if there is
            only  one argument in the  calling sequence, the created file
            is printed on printer printer.
            
DESCRIPTION
   xbasimp sends the recorded graphics of the window win_num into the
  Postscript file filen and prints the Postscript file with the  command
  Blpr. This function works only if the selected  driver is "Rec".
  
   If win_num is a vector, several files are generated, one for each 
  selected window (with names filenxx), and the files are printed  on a
  unique page with the command Blpr.
  
   The window number is appended to filen.
  
SEE ALSO
   printing, xs2fig