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