Matplotlib documentation — Matplotlib 3.10.1 documentation (original) (raw)
Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations.
Install#
pip
pip install matplotlib
conda
conda install -c conda-forge matplotlib
other
For more detailed instructions, see theinstallation guide.
Learn#
How to use Matplotlib?
What can Matplotlib do?
Reference
Top-level interfaces to create:
- figures: pyplot.figure
- subplots: pyplot.subplots, pyplot.subplot_mosaic
Community#
provide custom, domain specific, and experimental features, including styles, colors, more plot types and backends, and alternative interfaces.
What's new#
Learn about new features and API changes.
Contribute#
Matplotlib is a community project maintained for and by its users. SeeContribute for the many ways you can help!
About us#
Matplotlib was created by neurobiologist John Hunter to work with EEG data. It grew to be used and developed by many people in many different fields. John's goal was that Matplotlib make easy things easy and hard things possible.