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

  1. ylabel:
  2.  
  3. Synopsis: Set the y-axis text label.
  4.  
  5. Syntax: ylabel ( "string", I )
  6.  
  7. Description:
  8.  
  9.     Set the y-axis label for the I:th plot-window. 
  10.     If ylabel() is used without any arguments, then the
  11.     y-axis label is set to the null-string. 
  12.     
  13.     If 'I' is not specified the default plot-window (0) is used.
  14.  
  15. See Also: xlabel, zlabel, label, title
  16.  
  17.