About 132,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. Create publication quality plots. …

  2. Quick start guide — Matplotlib 3.10.7 documentation

    Matplotlib can handle plotting arrays of dates and arrays of strings, as well as floating point numbers. These get special locators and formatters as appropriate.

  3. Matplotlib documentation — Matplotlib 3.10.7 documentation

    Cheatsheets Matplotlib 3.10.7 documentation # Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations. Install # pip pip install matplotlib conda conda install -c …

  4. Getting started — Matplotlib 3.10.7 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 Matplotlib. Learn …

  5. Pyplot tutorial — Matplotlib 3.10.7 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 …

  6. Usage Guide — Matplotlib 3.1.2 documentation

    Jan 5, 2020 · matplotlib has an extensive codebase that can be daunting to many new users. However, most of matplotlib can be understood with a fairly simple conceptual framework and knowledge of a …

  7. Plot types — Matplotlib 3.10.7 documentation

    Plot types # Overview of many common plotting commands provided by Matplotlib. See the gallery for more examples and the tutorials page for longer examples.

  8. matplotlib.pyplot — Matplotlib 3.10.7 documentation

    matplotlib.pyplot # matplotlib.pyplot is a state-based interface to matplotlib. It provides an implicit, MATLAB-like, way of plotting. It also opens figures on your screen, and acts as the figure GUI …

  9. Using Matplotlib — Matplotlib 3.10.7 documentation

    Using Matplotlib # Quick start guide A simple example Parts of a Figure Types of inputs to plotting functions Coding styles Styling Artists Labelling plots Axis scales and ticks Color mapped data …

  10. Introduction to Axes (or Subplots) — Matplotlib 3.10.7 documentation

    Matplotlib Axes are the gateway to creating your data visualizations. Once an Axes is placed on a figure there are many methods that can be used to add data to the Axes.