Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
ErrorBar Plotting Package >

ErrorListPlot

ErrorListPlot[{{y1, dy1}, {y2, dy2}, ...}]
plots points corresponding to a list of values y1, y2, ..., with corresponding error bars. The errors have magnitudes dy1, dy2, ....
ErrorListPlot[{{{x1, y1}, ErrorBar[err1]}, {{x2, y2}, ErrorBar[err2]}, ...}]
plots points with specified x and y coordinates and error magnitudes.
  • ErrorListPlot takes the same options as ListPlot, with the following addition:
ErrorBarFunctionAutomatichow to render errors
Plot data with associated errors:
Plot data with error bars:
ErrorListPlot takes the same options as ListPlot:
Needs["ErrorBarPlots`"]
Plot data with associated errors:
In[2]:=
Click for copyable input
Out[2]=
Plot data with error bars:
In[3]:=
Click for copyable input
Out[3]=
ErrorListPlot takes the same options as ListPlot:
In[4]:=
Click for copyable input
Out[4]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team