pltIPlotManager Recalculate

Recalculates all data.

Syntax

pltIPlotManager_handle Recalculate

Application

Tcl Modify

Description

This command forces the plot to regenerate all calculated data and reread all file data. However, only curve data that has been modified since the last call to Recalculate is recomputed.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
sess GetClientManagerHandle pm Plot;
pm Recalculate;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Macro

Modify