REPLOT command
Syntax: |
REPLOT { nw }
|
Qualifiers: |
\AXES, \ALLWINDOWS, \TEXT
|
Defaults: |
\AXES, \TEXT, nw = current window number
|
By default, information pertaining to curves produced by the
GRAPH
command, as well as an automatically plotted curve from the
ELLIPSE
command, are saved in replot buffers. When a set of axes is drawn and then
data is overlayed on those axes, all of the data may not appear within the
axis boundaries. You can use the REPLOT
command to have all of the data appear on a single autoscaled graph. The
window number, nw
, defaults to the
current window number. When the \-AXES
qualifier is used, the data will be replotted but the graph axes will not be drawn.
What is saved
Strings
Windows
Clearing the graphics
Example 1
Example 2