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

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