home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-22 | 857 b | 25 lines | [TEXT/ttxt] |
- postplot:
-
- Synopsis: Generates a PostScript file.
-
- Syntax: postplot ( "file_name", "mode", I )
-
- Description:
-
- The postplot() function generates a PostScript file named "file_name"
- of the current I:th plot. "mode" is further PostScript definitions to
- GNUPLOT if needed, for example "eps color 'Times-Roman' 14" for making
- a smaller plot in color with Times-Roman-font size 14.
- The PostScript plot is saved in a file for printing, or whatever.
- Immediately after calling postplot(), the GNUPLOT variables
- term, and output are reset to there former values.
-
- postplot() will not work with multiplot() or plotyy().
- If a PostScript hardcopy is wanted in multiplot- or plotyy-mode,
- change the terminaltype before and after leaving these modes.
-
- If 'I' is not specified the default plot-window (0) is used.
-
- See Also: printplot, latexplot, setterm
-
-