|
SOLUTIONS
|
ERROR BAR PLOTS PACKAGE SYMBOL
ErrorBarFunction
is an option for ErrorListPlot that specifies a function to apply to determine the shape of error bars.
DetailsDetails
- To use
, 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.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




