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
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,….
Details and Options
- To use ErrorListPlot, you first need to load the ErrorBar Plotting Package using Needs["ErrorBarPlots`"].
- ErrorListPlot takes the same options as ListPlot, with the following addition:
-
ErrorBarFunction Automatic how to render errors
Examples
Basic Examples (1)
Needs["ErrorBarPlots`"]Plot data with associated errors:
ErrorListPlot[Table[{i, RandomReal[0.5]}, {i, 10}]]ErrorListPlot[{{{1, 1}, ErrorBar[0.2]}, {{2, 2}, ErrorBar[0.1]}, {{3, 4}, ErrorBar[0.3]}, {{4, 6}, ErrorBar[0.4]}, {{5, 7}, ErrorBar[0.8]}, {{6, 10}, ErrorBar[0.5]}}]ErrorListPlot takes the same options as ListPlot:
ErrorListPlot[{{{1, 1}, ErrorBar[0.2]}, {{2, 2}, ErrorBar[0.1]}, {{3, 4}, ErrorBar[0.3]}, {{4, 6}, ErrorBar[0.4]}, {{5, 7}, ErrorBar[0.8]}, {{6, 10}, ErrorBar[0.5]}}, Joined -> True]See Also
Related Guides
Text
Wolfram Research (2007), ErrorListPlot, Wolfram Language function, https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorListPlot.html.
CMS
Wolfram Language. 2007. "ErrorListPlot." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorListPlot.html.
APA
Wolfram Language. (2007). ErrorListPlot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorListPlot.html
BibTeX
@misc{reference.wolfram_2026_errorlistplot, author="Wolfram Research", title="{ErrorListPlot}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorListPlot.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_errorlistplot, organization={Wolfram Research}, title={ErrorListPlot}, year={2007}, url={https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorListPlot.html}, note=[Accessed: 13-June-2026]}