Plot types#
Overview of many common plotting commands provided by Matplotlib.
See thegallery for more examples andthetutorials page for longer examples.
Pairwise data#
Plots of pairwise\((x, y)\), tabular\((var\_0, \cdots, var\_n)\),and functional\(f(x)=y\) data.
Statistical distributions#
Plots of the distribution of at least one variable in a dataset. Some of thesemethods also compute the distributions.
Gridded data#
Plots of arrays and images\(Z_{i, j}\) and fields\(U_{i, j}, V_{i, j}\)onregular grids andcorresponding coordinate grids\(X_{i,j}, Y_{i,j}\).
Irregularly gridded data#
Plots of data\(Z_{x, y}\) onunstructured grids ,unstructured coordinate grids\((x, y)\), and 2D functions\(f(x, y) = z\).
3D and volumetric data#
Plots of three-dimensional\((x,y,z)\), surface\(f(x,y)=z\), andvolumetric\(V_{x, y, z}\) data using thempl_toolkits.mplot3d
library.
On this page