TableErrorBars
A plot attribute for adding error bars to 1D table graph plots.
Syntax
model.result(
<pgtag>
).feature(
<ftag>
).create(
<atag>
,
"TableErrorBars"
);
model.result(
<pgtag>
).feature(
<ftag>
).feature(
<atag>
).set(
property
,
<value>
);
Description
model.result(
<pgtag>
).feature(
<ftag>
).create(
<atag>
,"TableErrorBars")
creates error bars as a plot attribute named
<atag>
to a 1D table graph named
<ftag>
.
This plot attribute displays error bars in the parent graph.
The following properties are available:
Table 7-152:
Valid Property/Value Pairs for A TableErrorBars attribute.
name
Value
Default
Description
coldown
"auto"
or column number
"auto"
The column for the lower bound.
colup
"auto"
or column number
"auto"
The column for the upper bound.
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.
scalingdown
scalar
1
Scaling of the column values for the lower bound.
scalingup
scalar
1
Scaling of the column values for the upper bound.
type
bar
|
filled
bar
The type of plot: error bars or a filled area for the error.
See Also
ErrorBars
,
Marker
,
GraphMarker