[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
hold
(/tools/hpmatlab/toolbox/matlab/graphics/hold.m)
Function Synopsis
hold(opt_hold_state);
Help text
HOLD Hold the current graph.
HOLD ON holds the current plot and all axis properties so that
subsequent graphing commands add to the existing graph.
HOLD OFF returns to the default mode whereby PLOT commands erase
the previous plots and reset all axis properties before drawing
new plots.
HOLD, by itself, toggles the hold state.
HOLD does not affect axis autoranging properties.
Algorithm note:
HOLD ON sets the NextPlot property of the current figure and
axes to "add".
HOLD OFF sets the NextPlot property of the current axes to
"replace".
See also ISHOLD, NEWPLOT, FIGURE, AXES.
Cross-Reference Information
This function calls
- disp /tools/hpmatlab/toolbox/matlab/general/disp.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- gca /tools/hpmatlab/toolbox/matlab/graphics/gca.m
- gcf /tools/hpmatlab/toolbox/matlab/graphics/gcf.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- plot /tools/hpmatlab/toolbox/matlab/plotxy/plot.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
This function is called by
- bar /tools/hpmatlab/toolbox/matlab/plotxy/bar.m
- compass /tools/hpmatlab/toolbox/matlab/plotxy/compass.m
- complex_exampleee2200/complex_example.m
- inquire /tools/hpmatlab/toolbox/matlab/general/inquire.m
- pez ee2200/pez.m
- polar /tools/hpmatlab/toolbox/matlab/plotxy/polar.m
- stem /tools/hpmatlab/toolbox/matlab/plotxy/stem.m
- ucplot ee2200/ucplot.m
- zplane /tools/hpmatlab/toolbox/signal/zplane.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON