Further Reading¶
This is a list of additional ressources that can help you to learn more about the matplotlib framework.
All the Important Links¶
Plot Types¶
Matplotlib supports a wide variety of plotting functions. Here is a selection that is easily accessible through pyplot.
Plot type | pyplot. Function |
---|---|
Line plot | plot() |
Scatter plot | scatter() |
Bar plot | bar() |
Box plot | boxplot() |
Stem plot | stem() |
Histogram | hist() |
Polar plot | polar() |
Matrix plot | imshow() |
See also: