pltIPlot SetTipToTailLineThickness
Sets the thickness of the arrow in a polar plot.
Syntax
pltIPlot_handle SetTipToTailLineThickness thickness
Application
Tcl Modify
Description
This command sets the thickness of the arrow in a polar plot based on the number
          input.
    Note: This method is only valid for polar plots. 
      Inputs
- thickness
 - The number corresponding to the thickness style that you want to use. There are four thickness types, with the numbers 0-3 represent each thickness type.
 
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;	
w1 GetClientHandle plot;
plot SetTipToTailLineThickness 0;
      Errors
Success (0) or an error message is returned.
Keywords
Tcl
Polar plot
Modify