About 8,980 results
Open links in new tab
  1. Examples — Matplotlib 3.10.7 documentation

    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 some …

  2. Pyplot tutorial — Matplotlib 3.10.7 documentation

    See Axes Demo for an example of placing Axes manually and Multiple subplots for an example with lots of subplots. You can create multiple figures by using multiple figure calls with an …

  3. Sample plots in Matplotlib — Matplotlib 3.4.3 documentation

    Aug 13, 2021 · Sample plots in Matplotlib ¶ Here you'll find a host of example plots with the code that generated them.

  4. Tutorials — Matplotlib 3.10.7 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 …

  5. Line plot — Matplotlib 3.10.7 documentation

    References The use of the following functions, methods, classes and modules is shown in this example: matplotlib.axes.Axes.plot / matplotlib.pyplot.plot matplotlib.pyplot.subplots …

  6. Quick start guide — Matplotlib 3.10.7 documentation

    Matplotlib's documentation and examples use both the OO and the pyplot styles. In general, we suggest using the OO style, particularly for complicated plots, and functions and scripts that …

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

  8. 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 …

  9. Annotated heatmap — Matplotlib 3.10.7 documentation

    Some more complex heatmap examples # In the following we show the versatility of the previously created functions by applying it in different cases and using different arguments.

  10. 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.