<< isgraphics Graphics functions isValidGraphicsProperty >>

ishold


Get current hold state.


Syntax


tf = ishold()
tf = ishold(ax)

Input argument


ax

scalar graphics object: axes.

Output argument


tf

a scalar logical: true if it is hold on.

Description


tf = ishold(ax) returns the hold state of the specified axes object.

See also


hold, newplot.

History


Version Description
1.0.0 initial version

Author


Allan CORNET

<< isgraphics Graphics functions isValidGraphicsProperty >>