plt3DILegend Recalculate

Recalculates the legend min and max from plot data.

Syntax

plt3DILegend_handle Recalculate

Application

Tcl Query

Description

This command automatically sets the minimum and maximum values to represent the range of values in the current contour.

Example

To recalculate the legend from new contour data:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetLegendHandle myLegendName
myLegendName Recalculate
myClientName Draw

Errors

None.