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

  1. replot:
  2.  
  3. Synopsis: Re-draw the current plot-window.
  4.  
  5. Syntax: replot ( I ) or replot ( A, KeyTitles, I ) or replot ( X, Y, I )
  6.  
  7. Description:
  8.  
  9.     Re-draws the I:th plot-window. It can also be
  10.     used to superinpose a new plot on an old plot.
  11.  
  12.     replot( I );            replot the I-th plot-window
  13.     replot( A, KeyTitles, I );    superinpose new plot on the I-th plot-window
  14.     replot( X, Y, I );        superinpose new plot on the I-th plot-window
  15.  
  16.     If 'I' is not specified the default plot-window (0) is used.
  17.  
  18. See Also: plot