| Skip to main content | https://matplotlib.org/plot_types/index.html#main-content |
|
| https://matplotlib.org/stable/ |
| Plot types | https://matplotlib.org/plot_types/index.html |
| User guide | https://matplotlib.org/users/index.html |
| Tutorials | https://matplotlib.org/tutorials/index.html |
| Examples | https://matplotlib.org/gallery/index.html |
| Reference | https://matplotlib.org/api/index.html |
| Contribute | https://matplotlib.org/devel/index.html |
| Releases | https://matplotlib.org/users/release_notes.html |
|
Gitter | https://gitter.im/matplotlib/matplotlib |
|
Discourse | https://discourse.matplotlib.org |
|
GitHub | https://github.com/matplotlib/matplotlib |
|
Twitter | https://twitter.com/matplotlib/ |
| Plot types | https://matplotlib.org/plot_types/index.html |
| User guide | https://matplotlib.org/users/index.html |
| Tutorials | https://matplotlib.org/tutorials/index.html |
| Examples | https://matplotlib.org/gallery/index.html |
| Reference | https://matplotlib.org/api/index.html |
| Contribute | https://matplotlib.org/devel/index.html |
| Releases | https://matplotlib.org/users/release_notes.html |
|
Gitter | https://gitter.im/matplotlib/matplotlib |
|
Discourse | https://discourse.matplotlib.org |
|
GitHub | https://github.com/matplotlib/matplotlib |
|
Twitter | https://twitter.com/matplotlib/ |
| Pairwise data | https://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 distributions | https://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 data | https://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 data | https://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 data | https://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 |
| gallery | https://matplotlib.org/gallery/index.html |
| tutorials page | https://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 grids | https://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 grids | https://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.mplot3d | https://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.zip | https://matplotlib.org/_downloads/ea73be0751ffd403489ec6af7a17ed2c/plot_types_python.zip |
| Download all examples in Jupyter notebooks: plot_types_jupyter.zip | https://matplotlib.org/_downloads/4e1270d363927f553fd952d7a2603176/plot_types_jupyter.zip |
| Gallery generated by Sphinx-Gallery | https://sphinx-gallery.github.io |
| Pairwise data | https://matplotlib.org/plot_types/index.html#pairwise-data |
| Statistical distributions | https://matplotlib.org/plot_types/index.html#statistical-distributions |
| Gridded data | https://matplotlib.org/plot_types/index.html#gridded-data |
| Irregularly gridded data | https://matplotlib.org/plot_types/index.html#irregularly-gridded-data |
| 3D and volumetric data | https://matplotlib.org/plot_types/index.html#d-and-volumetric-data |
| Sphinx | https://www.sphinx-doc.org/ |
| PyData Sphinx Theme | https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html |