Deletes all curves and axes on a given plot. |
||
Syntax |
ClearPlot(PlotID) |
|
Arguments |
Name |
Description |
PlotID |
The existing plot handle to be cleared. |
|
Example |
Syntax |
|
|
PlotLine([0,2],[3,5]) PlotLine([0,2],[4,7]) PlotLine([0,2],[3,7], 'new') ClearPlot(2) ClearPlot(1) r=PlotLine([0,2],[3,5]) PlotLine([0,2],[4,7]) s=PlotLine([0,2],[3,5]) AddPoint(r,1,2.2,5.2) AddPoint(s,1,2.2,5.2) ClearPlot(r) ClearPlot(s) |
|
See Also: |