ErrorBars
A plot attribute for adding error bars to 1D point graph and global plots.
Syntax
model.result(<pgtag>).feature(<ftag>).create(<atag>,"ErrorBars");
model.result(<pgtag>).feature(<ftag>).feature(<atag>).set(property, <value>);
Description
model.result(<pgtag>).feature(<ftag>).create(<atag>,"ErrorBars") creates error bars as a plot attribute named <atag> to a 1D global plot or point graph named <ftag>.
This plot attribute displays vertical and, optionally, horizontal error bars in the parent graph.
The following properties are available:
{0,0,0} or last used linecolor.
custom | fromtheme | black | blue | cyan | gray | green | magenta | red | white | yellow
none | cycle | solid | dotted | dashed | dashdot
true | false
See Also
Marker, GraphMarker