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:
Table 7-33:
Valid Property/Value Pairs for An 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.
customlinecolor
RGB-triplet
{0,0,0}
or last used
linecolor
The color to use for the error bars. Active when
color
is set to
custom
.
color
custom
|
fromtheme
|
black
|
blue
|
cyan
|
gray
|
green
|
magenta
|
red
|
white
|
yellow
black
How to color the lines or area for the error bars.
linestyle
solid
|
dotted
|
dashed
|
dashdot
solid
The line style, if
type
is set to
bar
.
linewidth
integer |
preference
1
The line width as an integer between 1 and 10.
type
bar
|
filled
bar
The type of plot: error bars or a filled area for the error.
xaxis
true
|
false
false
Add x-axis error bars.
See Also
Marker
,
GraphMarker
,
TableErrorBars
,
Global (Plot)
,
PointGraph
,
Function