Plot types#
Overview of many common plotting commands provided by Matplotlib.
See the gallery for more examples and the tutorials 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 these methods also compute the distributions.
