|
SOLUTIONS
|
ERROR BAR PLOTS PACKAGE SYMBOL
ErrorBar
represents error in the positive and negative directions.
ErrorBar[yerr]
represents error yerr in both the positive and negative directions.
represents errors specified for both the x and the y coordinates.
DetailsDetails
- To use
, you first need to load the ErrorBar Plotting Package using Needs["ErrorBarPlots`"].
is used in a list of data points for ErrorListPlot to represent error in a data point.- The syntax of a data point, with associated error, is generally
. - The error is expressed as a change in the value at the point.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


