plt3DIPlot RemoveWaterfall

Deletes a waterfall curve from the HyperGraph 3D window.

Syntax

plt3DIPlot_handle RemoveWaterfall index

Application

Tcl Query

Description

Deletes a waterfall curve from the HyperGraph 3D window.

Inputs

index
The number of the waterfall.

Example

hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddWaterfall
myPlotName GetWaterfallHandle myGroupName 1
myPlotName RemoveWaterfall 1

Errors

Success (0) or an error code.