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

  1. pssave:
  2.  
  3. Synopsis: Save the plot as data-file.
  4.  
  5. Syntax: pssave ( "file_name", X, Y, Z )
  6.  
  7. Description:
  8.  
  9.     The pssave() saves the usual temporary file to a specific, 
  10.     non-temporary file named "file_name". pssave() is for 3D-plots. 
  11.     This is useful if you wish to save session-output in a 
  12.     GNUPLOT-way.
  13.  
  14.