Matplotlib 3.7.0 documentation#

Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.

Installation#

Install using pip:

pip install matplotlib

Install using conda:

conda install -c conda-forge matplotlib

Further details are available in the Installation Guide.

Learning resources#

Understand how Matplotlib works

Reference

Third-party packages#

There are many Third-party packages built on top of and extending Matplotlib.

Contributing#

Matplotlib is a community project maintained for and by its users. There are many ways you can help!