ErrorBars
A plot attribute for adding error bars to 1D point graph, function, 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, function 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
{0,0,0} or last used linecolor
custom | fromtheme | black | blue | cyan | gray | green | magenta | red | white | yellow
solid | dotted | dashed | dashdot
The line style, if type is set to bar.
integer | preference
bar | filled
true | false
See Also
Marker, GraphMarker, TableErrorBars, Global (Plot), PointGraph, Function