About 138,000 results
Open links in new tab
  1. 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.

  2. Matplotlib documentation — Matplotlib 3.11.0 documentation

    Matplotlib 3.11.0 documentation # Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations. Install #

  3. matplotlib · PyPI

    Jun 11, 2026 · Project description Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. Check out our home page for more information. Matplotlib …

  4. Installation — Matplotlib 3.11.0 documentation

    Matplotlib is part of major Python distributions: Anaconda ActiveState ActivePython WinPython Linux package manager # If you are using the Python version that comes with your Linux distribution, you …

  5. Using MatplotlibMatplotlib 3.11.0 documentation

    Matplotlib configuration - rcParams Backends Lines Patches Hatches Boxplot Font Text properties Mathtext and LaTeX Axes Axis Dates Ticks Grid Legend Figure Images Contour plots Errorbar plots …

  6. Examples — Matplotlib 3.11.0 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 …

  7. Matplotlib Tutorial - GeeksforGeeks

    Feb 24, 2026 · Matplotlib is an open-source library for creating static, animated and interactive visualizations in Python. Its object-oriented API enables the embedding of plots into applications …

  8. Pyplot tutorial — Matplotlib 3.11.0 documentation

    Pyplot tutorial # An introduction to the pyplot interface. Please also see Quick start guide for an overview of how Matplotlib works and Matplotlib Application Interfaces (APIs) for an explanation of the trade …

  9. GitHub - matplotlib/matplotlib: matplotlib: plotting with Python

    Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. Check out our home page for more information. Matplotlib produces publication-quality …

  10. Matplotlib Tutorial - W3Schools

    What is Matplotlib? Matplotlib is a low level graph plotting library in python that serves as a visualization utility. Matplotlib was created by John D. Hunter. Matplotlib is open source and we can use it freely. …