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

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