<< caxis Matlab-like plotting library colorbar >>

Matlab-like plotting library >> Matlab-like plotting library > cla

cla

clears the current axes structure

Calling Sequence

cla(h,value)

Parameters

h

axes handle

value

optional command string

Description

cla clears (but doesn't delete) the current axes or the axes structure given by the handle h. cla(h,'reset') aditionnaly resets the graphics properties to the default values.

Examples

plot(1:10,sin(1:10);
cla

See Also

Authors


Report an issue
<< caxis Matlab-like plotting library colorbar >>