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:
Table 7-27:
Valid Property/Value Pairs for A ErrorBars attribute
name
Value
Default
Description
customlinecolor
RGB-triplet
{0,0,0}
or last used linecolor.
The color to use for the lines. Active when
linecolor
is set to
custom
.
errdown
String
0
The expression for the down direction of the error bars.
errleft
String
0
The expression for the left direction of the error bars, if
xaxis
is
true
.
errright
String
0
The expression for the right direction of the error bars, if
xaxis
is
true
.
errup
String
0
The expression for the up direction of the error bars.
linecolor
custom
|
fromtheme
|
black
|
blue
|
cyan
|
gray
|
green
|
magenta
|
red
|
white
|
yellow
black
How to color the lines in the graph.
linewidth
double
1
The line width.
linestyle
none
|
cycle
|
solid
|
dotted
|
dashed
|
dashdot
solid
The line style, if any. Cycle indicates that the line style is different for each line.
xaxis
true
|
false
false
Add x-axis error bars.
See Also
Marker
,
GraphMarker