Reset graphics object properties to their defaults
reset(h)
reset(h)
resets all properties
on the object identified by h
to their default
values. Properties that do not have default values are not affected.
If h
is a figure, the MATLAB® software
does not reset Position
, Units
, WindowStyle
,
or PaperUnits
.
If h
is an axes
, MATLAB does
not reset Position
and Units
.
reset(gca)
resets the properties of the current
axes.
reset(gcf)
resets the properties of the current
figure.