pltIPlotManager GetUseEvenCycles

Determines the state of the Use Even Cycles option.

Syntax

pltIPlotManager_handle GetUseEvenCycles state

Application

Tcl Modify

Description

This command determines if the Use Even Cycles option is on or off. If on, Use Even Cycles makes even cycles when fitting the log axes. The command returns a true or false value. If true is returned, Use Even Cycles is on. If false is returned, Use Even Cycles is off.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetUseEvenCycles;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Modify