René's URL Explorer Experiment


Title: errorbar(x, y, yerr, xerr) — Matplotlib 3.10.8 documentation

direct link

Domain: matplotlib.org

docsearch:languageen
docbuild:last-updateDec 12, 2025

Links:

Skip to main contenthttps://matplotlib.org/plot_types/stats/errorbar_plot.html#main-content
https://matplotlib.org/stable/
Plot typeshttps://matplotlib.org/plot_types/index.html
User guidehttps://matplotlib.org/users/index.html
Tutorialshttps://matplotlib.org/tutorials/index.html
Exampleshttps://matplotlib.org/gallery/index.html
Referencehttps://matplotlib.org/api/index.html
Contributehttps://matplotlib.org/devel/index.html
Releaseshttps://matplotlib.org/users/release_notes.html
Gitterhttps://gitter.im/matplotlib/matplotlib
Discoursehttps://discourse.matplotlib.org
GitHubhttps://github.com/matplotlib/matplotlib
Twitterhttps://twitter.com/matplotlib/
Plot typeshttps://matplotlib.org/plot_types/index.html
User guidehttps://matplotlib.org/users/index.html
Tutorialshttps://matplotlib.org/tutorials/index.html
Exampleshttps://matplotlib.org/gallery/index.html
Referencehttps://matplotlib.org/api/index.html
Contributehttps://matplotlib.org/devel/index.html
Releaseshttps://matplotlib.org/users/release_notes.html
Gitterhttps://gitter.im/matplotlib/matplotlib
Discoursehttps://discourse.matplotlib.org
GitHubhttps://github.com/matplotlib/matplotlib
Twitterhttps://twitter.com/matplotlib/
Pairwise datahttps://matplotlib.org/plot_types/basic/index.html
plot(x, y)https://matplotlib.org/plot_types/basic/plot.html
scatter(x, y)https://matplotlib.org/plot_types/basic/scatter_plot.html
bar(x, height)https://matplotlib.org/plot_types/basic/bar.html
stem(x, y)https://matplotlib.org/plot_types/basic/stem.html
fill_between(x, y1, y2)https://matplotlib.org/plot_types/basic/fill_between.html
stackplot(x, y)https://matplotlib.org/plot_types/basic/stackplot.html
stairs(values)https://matplotlib.org/plot_types/basic/stairs.html
Statistical distributionshttps://matplotlib.org/plot_types/stats/index.html
hist(x)https://matplotlib.org/plot_types/stats/hist_plot.html
boxplot(X)https://matplotlib.org/plot_types/stats/boxplot_plot.html
errorbar(x, y, yerr, xerr)https://matplotlib.org/plot_types/stats/errorbar_plot.html
violinplot(D)https://matplotlib.org/plot_types/stats/violin.html
eventplot(D)https://matplotlib.org/plot_types/stats/eventplot.html
hist2d(x, y)https://matplotlib.org/plot_types/stats/hist2d.html
hexbin(x, y, C)https://matplotlib.org/plot_types/stats/hexbin.html
pie(x)https://matplotlib.org/plot_types/stats/pie.html
ecdf(x)https://matplotlib.org/plot_types/stats/ecdf.html
Gridded datahttps://matplotlib.org/plot_types/arrays/index.html
imshow(Z)https://matplotlib.org/plot_types/arrays/imshow.html
pcolormesh(X, Y, Z)https://matplotlib.org/plot_types/arrays/pcolormesh.html
contour(X, Y, Z)https://matplotlib.org/plot_types/arrays/contour.html
contourf(X, Y, Z)https://matplotlib.org/plot_types/arrays/contourf.html
barbs(X, Y, U, V)https://matplotlib.org/plot_types/arrays/barbs.html
quiver(X, Y, U, V)https://matplotlib.org/plot_types/arrays/quiver.html
streamplot(X, Y, U, V)https://matplotlib.org/plot_types/arrays/streamplot.html
Irregularly gridded datahttps://matplotlib.org/plot_types/unstructured/index.html
tricontour(x, y, z)https://matplotlib.org/plot_types/unstructured/tricontour.html
tricontourf(x, y, z)https://matplotlib.org/plot_types/unstructured/tricontourf.html
tripcolor(x, y, z)https://matplotlib.org/plot_types/unstructured/tripcolor.html
triplot(x, y)https://matplotlib.org/plot_types/unstructured/triplot.html
3D and volumetric datahttps://matplotlib.org/plot_types/3D/index.html
bar3d(x, y, z, dx, dy, dz)https://matplotlib.org/plot_types/3D/bar3d_simple.html
fill_between(x1, y1, z1, x2, y2, z2)https://matplotlib.org/plot_types/3D/fill_between3d_simple.html
plot(xs, ys, zs)https://matplotlib.org/plot_types/3D/plot3d_simple.html
quiver(X, Y, Z, U, V, W)https://matplotlib.org/plot_types/3D/quiver3d_simple.html
scatter(xs, ys, zs)https://matplotlib.org/plot_types/3D/scatter3d_simple.html
stem(x, y, z)https://matplotlib.org/plot_types/3D/stem3d.html
plot_surface(X, Y, Z)https://matplotlib.org/plot_types/3D/surface3d_simple.html
plot_trisurf(x, y, z)https://matplotlib.org/plot_types/3D/trisurf3d_simple.html
voxels([x, y, z], filled)https://matplotlib.org/plot_types/3D/voxels_simple.html
plot_wireframe(X, Y, Z)https://matplotlib.org/plot_types/3D/wire3d_simple.html
https://matplotlib.org/index.html
Plot typeshttps://matplotlib.org/plot_types/index.html
Statistical distributionshttps://matplotlib.org/plot_types/stats/index.html
Go to the endhttps://matplotlib.org/plot_types/stats/errorbar_plot.html#sphx-glr-download-plot-types-stats-errorbar-plot-py
#https://matplotlib.org/plot_types/stats/errorbar_plot.html#errorbar-x-y-yerr-xerr
errorbarhttps://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.errorbar.html#matplotlib.axes.Axes.errorbar
np.random.seedhttps://numpy.org/doc/stable/reference/random/generated/numpy.random.seed.html#numpy.random.seed
xhttps://docs.python.org/3/library/stdtypes.html#list
yhttps://docs.python.org/3/library/stdtypes.html#list
yerrhttps://docs.python.org/3/library/stdtypes.html#list
fighttps://matplotlib.org/api/_as_gen/matplotlib.figure.Figure.html#matplotlib.figure.Figure
axhttps://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.html#matplotlib.axes.Axes
plt.subplotshttps://matplotlib.org/api/_as_gen/matplotlib.pyplot.subplots.html#matplotlib.pyplot.subplots
ax.errorbarhttps://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.errorbar.html#matplotlib.axes.Axes.errorbar
xhttps://docs.python.org/3/library/stdtypes.html#list
yhttps://docs.python.org/3/library/stdtypes.html#list
yerrhttps://docs.python.org/3/library/stdtypes.html#list
ax.sethttps://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.set.html#matplotlib.axes.Axes.set
np.arangehttps://numpy.org/doc/stable/reference/generated/numpy.arange.html#numpy.arange
np.arangehttps://numpy.org/doc/stable/reference/generated/numpy.arange.html#numpy.arange
plt.showhttps://matplotlib.org/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show
Download Jupyter notebook: errorbar_plot.ipynbhttps://matplotlib.org/_downloads/0791d1d23a687fbe5f0916bf1e77a3a1/errorbar_plot.ipynb
Download Python source code: errorbar_plot.pyhttps://matplotlib.org/_downloads/10e00aece1dc1fd5bcef726cece1fb79/errorbar_plot.py
Download zipped: errorbar_plot.ziphttps://matplotlib.org/_downloads/643dd0b572da44bb948ded3a17344bab/errorbar_plot.zip
Gallery generated by Sphinx-Galleryhttps://sphinx-gallery.github.io
Sphinxhttps://www.sphinx-doc.org/
PyData Sphinx Themehttps://pydata-sphinx-theme.readthedocs.io/en/stable/index.html

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.