Main Content
cla
Clear axes
Description
cla
deletes all graphics objects that have visible handles from the
current axes. The handle is visible if the HandleVisibility
property of the object is set to 'on'
. The next plot added to
the axes uses the first color and line style based on the
ColorOrder
and LineStyleOrder
properties of the axes. If axes do not exist, then this command creates
one.
Examples
Input Arguments
Algorithms
The cla
command resets the ColorOrderIndex
and
LineStyleOrderIndex
properties of the current axes to
1
.