About 180,000 results
Open links in new tab
  1. Matplotlib — Visualization with Python

    Support Matplotlib#. Contribute. Matplotlib is a community project maintained for and by its users You can help by answering questions on discourse, reporting a bug or requesting a feature on …

  2. Examples — Matplotlib 3.10.3 documentation

    Event handling#. Matplotlib supports event handling with a GUI neutral event model, so you can connect to Matplotlib events without knowledge of what user interface Matplotlib will ultimately …

  3. Matplotlib documentation — Matplotlib 3.10.3 documentation

    Warning. If you install Python with uv then the tkagg backend will not be available because python-build-standalone (used by uv to distribute Python) does not contain tk bindings that are …

  4. matplotlib.pyplot.plot — Matplotlib 3.10.3 documentation

    The coordinates of the points or line nodes are given by x, y.. The optional parameter fmt is a convenient way for defining basic formatting like color, marker and linestyle. It's a shortcut …

  5. API Reference — Matplotlib 3.10.3 documentation

    matplotlib; matplotlib.animation. matplotlib.animation.Animation; matplotlib.animation.FuncAnimation; matplotlib.animation.ArtistAnimation; matplotlib.animation ...

  6. Pyplot tutorial — Matplotlib 3.10.3 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 …

  7. Tutorials — Matplotlib 3.10.3 documentation

    Tutorials#. 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 …

  8. Using Matplotlib — Matplotlib 3.10.3 documentation

    Built from v3.10.3-2-g3b85ba4365. Built with the PyData Sphinx Theme 0.15.4.PyData Sphinx Theme 0.15.4.

  9. Getting started — Matplotlib 3.10.3 documentation

    (Source code, 2x.png, png) If a plot does not show up please check Troubleshooting.. Where to go next#. Check out Plot types to get an overview of the types of plots you can create with …

  10. Quick start guide — Matplotlib 3.10.3 documentation

    A simple example#. Matplotlib graphs your data on Figure s (e.g., windows, Jupyter widgets, etc.), each of which can contain one or more Axes, an area where points can be specified in terms …