home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / RLaB 1.18c / misc / gnuplothelp / printplot < prev    next >
Encoding:
Text File  |  1994-10-22  |  568 b   |  22 lines  |  [TEXT/ttxt]

  1. printplot:
  2.  
  3. Synopsis: Print the the current plot-window.
  4.  
  5. Syntax: printplot ( "printer-name", I )
  6.  
  7. Description:
  8.  
  9.     Print the the I:th plot-window to "printer-name".
  10.     printplot() generates a PostScript file and sends it to 
  11.     the printer.
  12.  
  13.     printplot() will not work with multiplot() or plotyy().
  14.     If a print is wanted in multiplot- or plotyy-mode, 
  15.     change the terminaltype before and after leaving these modes,
  16.     using setterm(), to generate a PostScript hardcopy.
  17.  
  18.     If 'I' is not specified the default plot-window (0) is used.
  19.     
  20. See Also: postplot, latexplot, setterm
  21.  
  22.