
Matplotlib — Visualization with Python
Matplotlib: Visualization with Python. Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. Matplotlib makes easy things easy and hard things possible. Create publication quality plots. Make …
Pyplot tutorial — Matplotlib 3.10.1 documentation
matplotlib.pyplot is a collection of functions that make matplotlib work like MATLAB. Each pyplot function makes some change to a figure: e.g., creates a figure, creates a plotting area in a figure, plots some lines in a plotting area, decorates the plot with labels, etc.
Matplotlib documentation — Matplotlib 3.10.1 documentation
Matplotlib 3.10.1 documentation# Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations. Install#
Installation — Matplotlib 3.10.1 documentation
If you are using Python from https://www.python.org, Homebrew, or Macports, then you can use the standard pip installer to install Matplotlib binaries in the form of wheels. pip is installed by default with python.org and Homebrew Python, but needs to …
Python Module Index — Matplotlib 3.10.1 documentation
m: matplotlib matplotlib._afm matplotlib._api matplotlib._api.deprecation matplotlib._docstring matplotlib._enums matplotlib._tight_bbox matplotlib._tight_layout ...
Getting started — Matplotlib 3.10.1 documentation
Check out Plot types to get an overview of the types of plots you can create with Matplotlib. Learn Matplotlib from the ground up in the Quick-start guide.
Tutorials — Matplotlib 3.10.1 documentation
This page contains a few tutorials for using Matplotlib. For the old tutorials, see below. For shorter examples, see our examples page. You can also find external resources and a FAQ in our user guide.
API Reference — Matplotlib 3.10.1 documentation
Axes interface (object-based, explicit). create a Figure and one or more Axes objects, then explicitly use methods on these objects to add data, configure limits, set labels etc.
Module - pyplot — Matplotlib 3.10.1 documentation
Module - pyplot; Module - pyplot# Simple plot. Simple plot. Text and mathtext using pyplot. Text and mathtext using pyplot. Multiple lines using pyplot. ... Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012–2025 The Matplotlib development team. Created using Sphinx 8.2.1. Built from v3.10.1-1-g280135670a.
Examples — Matplotlib 3.10.1 documentation
Currently Matplotlib supports PyQt/PySide, PyGObject, Tkinter, and wxPython. When embedding Matplotlib in a GUI, you must use the Matplotlib API directly rather than the pylab/pyplot procedural interface, so take a look at the examples/api directory for …