NextPlot
|
Figure
|
Axes
|
add
|
Add new graphics objects without clearing or resetting the current figure. (Default setting)
|
Add new graphics objects without clearing or resetting the current axes.
|
replacechildren
|
Remove all child objects, but do not reset figure properties. Equivalent to clf.
|
Remove all child objects, but do not reset axes properties. Equivalent to cla.
|
replace
|
Remove all child objects and reset figure properties to their defaults. Equivalent to clf reset.
|
Remove all child objects and reset axes properties to their defaults. Equivalent to cla reset. (Default setting)
|