pltIPlotManager SetUseEvenCycles

Sets the state of the Use Even Cycles option.

Syntax

pltIPlotManager_handle SetUseEvenCycles state

Application

Tcl Modify

Description

This command sets if Use Even Cycles is on or off. If on, Use Even Cycles makes even cycles when fitting the log axes.

Inputs

state
A true or false value.
True
When you want Use Even Cycles to be on.
false
When you want the option to be off.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm SetUseEvenCycles true;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Modify