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 error plots (data types data-data-error and data-data-yx-error).

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

SourceForge.net Logo

This version of the manual was produced for the PHPlot Sourceforge project web service site, which requires the logo on each page.

To download a logo-free copy of the manual, see the PHPlot project downloads area.