[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
ishold
(/tools/hpmatlab/toolbox/matlab/graphics/ishold.m)
Function Synopsis
holdstate = ishold()
Help text
ISHOLD Return 1 if hold is on.
ISHOLD returns 1 if hold is on, and 0 if it is off.
When HOLD is ON, the current plot and all axis properties
are held so that subsequent graphing commands add to the
existing graph.
Hold on means the NextPlot property of both figure
and axes is set to "add".
See also HOLD, NEWPLOT, FIGURE, AXES.
Cross-Reference Information
This function calls
- axes /tools/hpmatlab/toolbox/matlab/graphics/axes.m
- break /tools/hpmatlab/toolbox/matlab/lang/break.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.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
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- type /tools/hpmatlab/toolbox/matlab/general/type.m
This function is called by
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- bar /tools/hpmatlab/toolbox/matlab/plotxy/bar.m
- compass /tools/hpmatlab/toolbox/matlab/plotxy/compass.m
- polar /tools/hpmatlab/toolbox/matlab/plotxy/polar.m
- polyline /tools/hpmatlab/toolbox/matlab/plotxy/polyline.m
- polymark /tools/hpmatlab/toolbox/matlab/plotxy/polymark.m
- ucplot ee2200/ucplot.m
- zcat ee2200/zcat.m
- zcoords ee2200/zcoords.m
- zvect ee2200/zvect.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON