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