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

  1. cont:
  2.  
  3. Synopsis: Create a 2-dimensional contour plot.
  4.  
  5. Syntax: cont ( X, Y, Z, KeyTitles, I )
  6.  
  7. Description:
  8.  
  9.     cont() makes a 2D-contour plot. This is in GNUPLOT a 3D-plot with no 
  10.     surface.
  11.     The KeyTitles is a string-vector containing the titles to be plotted as keys.
  12.     They are chosen beginning at KeyTitles[1] and so on.
  13.  
  14.     cont ( X, Y, Z )        splots the contents of matrix Z
  15.                     as a 2D-contour-plot
  16.     cont ( Z )            splots the contents of matrix Z
  17.                     versus rows and columns
  18.     cont ( X, Y, [Z1,Z2] )        splots Z1, and Z2 on the same graph
  19.                     as a 2D-contour-plot
  20.  
  21.     If 'I' is not specified the default plot-window (0) is used.
  22.  
  23.