RemovePlot
The RemovePlot method is deprecated. Use AutoMathPlot object instead.
The RemovePlot method removes the specified plot from the summation plot.
Syntax
object.RemovePlot( plot )
Parameter | Type | Description |
plot | Object | required, plot object to be removed from plot |
Example
This example shows how to remove a plot from a summation plot.
SummationPlot.RemovePlot(Plot3)
Used by: AutoSummationPlot object