SetErrorBarShape
SetErrorBarShape — Select line or tee-style error bars
Synopsis
$plot->SetErrorBarShape($ebs)
    
Description
SetErrorBarShape selects the shape used for error
indicators. Two shapes are available: 'tee' puts a short horizontal line at
the top and bottom of each error bar, and 'line' does not.
    
Parameters
- $ebs
- 
Error bar shape: either 'tee' or 'line'.
           
Notes
The default error bar shape is 'tee'.
    
This is only used with data-data-error plot data type.
    
All lines in a plot use the same error bar shape.