[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
This function is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON