Undoes the most recently executed plotting command.
chips> UNDO
chips> UNDO n
The UNDO command undoes the previous ChIPS
command or - if a number is supplied ("m" above) - undoes that number
of commands.
There is a limit of 10 commands that can be undone.
chips> CURVE data/example.dat
chips> LIMITS X 5.0 15.0
chips> UNDO
A curve is plotted, then the limits of the X-axis are
changed. The UNDO command restores the limit to their
original defaults.
chips> CURVE data/example.dat
chips> LIMITS X 5.0 15.0
chips> LIMITS Y 10.0 15.0
chips> AXES BLUE
chips> LIMITS Y 10.0 25.0
chips> UNDO 3
A curve is plotted and the limits of both axes are
changed. They are colored blue, then the Y-axis limits are changed
again.
The
UNDO command
backtracks
through the previous three commands (in the order they are undone:
LIMITS Y 10.0 25.0, AXES BLUE, LIMITS Y 10.0 15.0).
- chips
-
batch,
browse,
clear,
delete,
exit,
info,
list,
pickpoints,
redo,
redraw,
type,
verbose
|