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

  1. setterm:
  2.  
  3. Synopsis: Sets the GNUPLOT terminal type.
  4.  
  5. Syntax: setterm ( "term", I )
  6.  
  7. Description:
  8.  
  9.     The setterm function allows the user to set/reset the I:th plot's
  10.     term type. The argument "term" is a string that corresponds to one
  11.     of GNUPLOT's available term types, for example "vttek".
  12.     
  13.     If 'I' is not specified the default plot-window (0) is used.
  14.  
  15.