Matplotlib 3.9.2 documentation#
Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations.
Install#
pip install matplotlib
conda install -c conda-forge matplotlib
For more detailed instructions, see the installation 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.
There are 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.