DADiSP Worksheet Functions > Function Categories > Display and Manipulation > UNOVERPLOT

 

UNOVERPLOT

Purpose:

Removes one or more overplotted or overlayed series.

Syntax:

UNOVERPLOT(win, sernum)

win

-

Optional. A Window. Defaults to current Window.

sernum

-

Optional. An integer. Specifies one or more series to remove.

Example:

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.

Remarks:

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.

See Also:

OVERLAY

OVERPLOT

OVERPLOTALL

OVERPLOTWIN

UNOVERLAY

UNOVERPLOTALL