ErrorBarPlots`
ErrorBarPlots`

ErrorBar

As of Version 12, ErrorBar has been superseded by Around.

ErrorBar[{negerror,poserror}]

represents error in the positive and negative directions.

ErrorBar[yerr]

represents error yerr in both the positive and negative directions.

ErrorBar[xerr,yerr]

represents errors specified for both the x and the y coordinates.

Details and Options

  • To use ErrorBar, you first need to load the ErrorBar Plotting Package using Needs["ErrorBarPlots`"].
  • 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.

Examples

Basic Examples  (1)

Use ErrorBar to represent errors in a plot:

Wolfram Research (2007), ErrorBar, Wolfram Language function, https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorBar.html.

Text

Wolfram Research (2007), ErrorBar, Wolfram Language function, https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorBar.html.

CMS

Wolfram Language. 2007. "ErrorBar." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorBar.html.

APA

Wolfram Language. (2007). ErrorBar. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorBar.html

BibTeX

@misc{reference.wolfram_2023_errorbar, author="Wolfram Research", title="{ErrorBar}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorBar.html}", note=[Accessed: 28-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_errorbar, organization={Wolfram Research}, title={ErrorBar}, year={2007}, url={https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorBar.html}, note=[Accessed: 28-March-2024 ]}