René's URL Explorer Experiment


Title: Plot types — 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/index.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
#https://matplotlib.org/plot_types/index.html#plot-types
galleryhttps://matplotlib.org/gallery/index.html
tutorials pagehttps://matplotlib.org/tutorials/index.html
#https://matplotlib.org/plot_types/index.html#pairwise-data
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
#https://matplotlib.org/plot_types/index.html#statistical-distributions
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
#https://matplotlib.org/plot_types/index.html#gridded-data
regular gridshttps://en.wikipedia.org/wiki/Regular_grid
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
#https://matplotlib.org/plot_types/index.html#irregularly-gridded-data
unstructured gridshttps://en.wikipedia.org/wiki/Unstructured_grid
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
#https://matplotlib.org/plot_types/index.html#d-and-volumetric-data
mpl_toolkits.mplot3dhttps://matplotlib.org/api/toolkits/mplot3d.html#module-mpl_toolkits.mplot3d
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
Download all examples in Python source code: plot_types_python.ziphttps://matplotlib.org/_downloads/ea73be0751ffd403489ec6af7a17ed2c/plot_types_python.zip
Download all examples in Jupyter notebooks: plot_types_jupyter.ziphttps://matplotlib.org/_downloads/4e1270d363927f553fd952d7a2603176/plot_types_jupyter.zip
Gallery generated by Sphinx-Galleryhttps://sphinx-gallery.github.io
Pairwise datahttps://matplotlib.org/plot_types/index.html#pairwise-data
Statistical distributionshttps://matplotlib.org/plot_types/index.html#statistical-distributions
Gridded datahttps://matplotlib.org/plot_types/index.html#gridded-data
Irregularly gridded datahttps://matplotlib.org/plot_types/index.html#irregularly-gridded-data
3D and volumetric datahttps://matplotlib.org/plot_types/index.html#d-and-volumetric-data
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.