SetErrorBarLineWidth
SetErrorBarLineWidth — Set the line width used for error bars
Synopsis
$plot->SetErrorBarLineWidth($seblw
)
Description
SetErrorBarLineWidth
sets the line width used for
error bars. This width is used to draw the vertical lines indicating the
error range in the positive and negative direction, and also the tees
(if enabled) and the top and bottom.
Parameters
$seblw
Desired width in pixels of the lines used to draw error bars.
Notes
The default is to use 1 pixel wide lines.
This is only used with data-data-error
plot data type.
All lines in a plot use the same error bar width.