DADiSP Worksheet Functions > Function Categories > Display and Manipulation > UNOVERPLOT
Removes one or more overplotted or overlayed series.
UNOVERPLOT(win, sernum)
win |
- |
Optional. A Window. Defaults to current Window. |
sernum |
- |
Optional. An integer. Specifies one or more series to remove. |
unoverplot(W7)
removes all overplotted and overlayed series and leaves the original waveform in Window 7.
unoverplot(3, 5)
removes the third and fifth overplotted series from the current Window.
Series are numbered increasingly in the order in which they were added. The first overplotted or overlayed series is number 1, etc..
See UNOVERLAY to remove the axes of an overlayed plot.
See UNOVERPLOTALL to remove one or more overplots of a stripchart.