SetErrorBarSize

SetErrorBarSize — Set the size of the error bar tee.

Synopsis

$plot->SetErrorBarSize($ebs)
    

Description

SetErrorBarSize sets the length of the 'tee' drawn at the top and bottom of error bars, if the error bar shape is set to 'tee' with SetErrorBarShape (or defaulted to 'tee').

Parameters

$ebs

Error bar tee length in pixels.

Notes

The default size is 5 pixels.

This is only used with data-data-error plot data type, and with error bar shape 'tee'.

All lines in a plot use the same error bar size.