pltIPlot SetPhaseZeroAtTop
Sets the phase axis to begin at the top of the circular plot.
Syntax
pltIPlot_handle SetPhaseZeroAtTop state
Application
Tcl Modify
Description
This command sets the phase axis to begin at the top of the circular plot (with a zero value) if you want to input a true value. This, in turn, sets the magnitude axis to be positioned vertically.
Inputs
- state
- 
            - true
- Sets the phase axis to begin at the top of the circular plot and sets the magnitude axis vertically.
- false
- Sets the phase axis to begin at the farthest point to the right of the circle and sets the magnitude axis horizontally.
 
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;	
w1 GetClientHandle plot;
plot SetPhaseZeroAtTop true;Errors
Success (0) or an error message is returned.
Keywords
Tcl
Polar plot
Modify