MATLAB Function Reference
  Go to function:
    Search    Help Desk 
reset    Examples   See Also

Reset graphics object properties to their defaults

Syntax

Description

reset(h) resets all properties having factory defaults on the object identified by h. To see the list of factory defaults, use the statement,

If h is a Figure, MATLAB does not reset Position, Units, PaperPosition, and PaperUnits. If h is an Axes, MATLAB does not reset Position and Units.

Examples

reset(gca) resets the properties of the current Axes.

reset(gcf) resets the properties of the current Figure.

See Also



[ Previous | Help Desk | Next ]