ErrorBar Plotting Package >

ErrorBar

ErrorBar[{negerror, poserror}]
error in the positive and negative directions.
ErrorBar[yerr]
error yerr in both the positive and negative directions.
ErrorBar[xerr, yerr]
errors specified for both the x and the y coordinates.
  • ErrorBar 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 {pt, ErrorBar[err]}.
  • The error is expressed as a change in the value at the point.
Needs["ErrorBarPlots`"]
Use ErrorBar to represent errors in a plot:
In[2]:=
Click for copyable input
Out[2]=
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team