PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
ErrorBar Plotting Package
>
Error Bar Plots
Package Symbol
ErrorListPlot
See Also »
|
ErrorBar Plotting Package
More About »
ErrorBarFunction
ErrorBarFunction
is an option for
ErrorListPlot
that specifies a function to apply to determine the shape of error bars.
MORE INFORMATION
To use
ErrorBarFunction
, you first need to load the
ErrorBar Plotting Package
using
Needs
["ErrorBarPlots`"]
.
ErrorBarFunction->
Automatic
generates default error bars.
ErrorBarFunction->
f
specifies that the function
f
of two arguments is used to generate the error bar.
With setting
f
, the first argument supplied to
f
is the point around which the error bars are drawn.
With setting
f
, the second argument supplied to
f
is an
ErrorBar
object indicating the
x
and
y
errors.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Needs["ErrorBarPlots`"]
Error bars display as intersecting lines by default:
In[2]:=
Out[2]=
ErrorBarFunction
can be used to show error regions as rectangles:
In[3]:=
Out[3]=
SEE ALSO
ErrorListPlot
MORE ABOUT
ErrorBar Plotting Package
© 2008 Wolfram Research, Inc.