Note
Click here to download the full example code
Errorbar function¶
This exhibits the most basic use of the error bar method. In this case, constant values are provided for the error in both the x- and y-directions.

References¶
The use of the following functions and methods is shown in this example:
import matplotlib
matplotlib.axes.Axes.errorbar
matplotlib.pyplot.errorbar
Out:
<function errorbar at 0x7f5f32b7c310>
Keywords: matplotlib code example, codex, python plot, pyplot Gallery generated by Sphinx-Gallery