plt3DIPlot AddWaterfall

Adds a new waterfall curve to the HyperGraph 3D window. Waterfall curves hold multiple 3-D line curves.

Syntax

plt3DIPlot_handle AddWaterfall

Application

Tcl Query

Description

Adds a new waterfall curve to the HyperGraph 3D window. Waterfall curves hold multiple 3-D line curves.

Example

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

Errors

Success (0) or an error code.