pltIPlot TipToTailUsePreference
Sets the thickness and the style of the polar arrow to a preset preference.
Syntax
pltIPlot_handle TipToTailUsePreference
Application
Tcl Modify
Description
This command sets both the thickness and style of the arrow in a polar plot to the value of
2. This value corresponds to a specific line style and thickness.
Note: This method is only
valid for polar plots.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot TipToTailUsePreference;
Errors
Success (0) or an error message is returned.
Keywords
Tcl
Polar plot
Modify