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

  1. postplot:
  2.  
  3. Synopsis: Generates a PostScript file.
  4.  
  5. Syntax: postplot ( "file_name", "mode", I )
  6.  
  7. Description:
  8.  
  9.     The postplot() function generates a PostScript file named "file_name" 
  10.     of the current I:th plot. "mode" is further PostScript definitions to 
  11.     GNUPLOT if needed, for example "eps color 'Times-Roman' 14" for making
  12.     a smaller plot in color with Times-Roman-font size 14.
  13.     The PostScript plot is saved in a file for printing, or whatever. 
  14.     Immediately after calling postplot(), the GNUPLOT variables
  15.     term, and output are reset to there former values.
  16.     
  17.     postplot() will not work with multiplot() or plotyy().
  18.     If a PostScript hardcopy is wanted in multiplot- or plotyy-mode, 
  19.     change the terminaltype before and after leaving these modes.
  20.     
  21.     If 'I' is not specified the default plot-window (0) is used.
  22.  
  23. See Also: printplot, latexplot, setterm
  24.  
  25.