home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / RLaB 1.18c / misc / gnuplothelp / xrange < prev    next >
Encoding:
Text File  |  1995-02-14  |  296 b   |  16 lines  |  [TEXT/ttxt]

  1. xrange:
  2.  
  3. Synopsis: Sets the plot range in x.
  4.  
  5. Syntax: xrange ( start, end, I )
  6.  
  7. Description:
  8.  
  9.     Sets the plot range in x in the I:th plot-window. 
  10.     The x-axis will start at "start" and end at "end".
  11.     
  12.     If 'I' is not specified the default plot-window (0) is used.
  13.  
  14. See Also: range, yrange, zrange
  15.  
  16.