About 957,000 results
Open links in new tab
  1. Examples — Matplotlib 3.10.8 documentation

    Examples # For an overview of the plotting methods we provide, see Plot types This page contains example plots. Click on any image to see the full image and source code. For longer tutorials, see …

  2. Linestyles — Matplotlib 3.10.8 documentation

    rcParams["lines.dashdot_pattern"] (default: [6.4, 1.6, 1.0, 1.6]) Note: The dash style can also be configured via Line2D.set_dashes as shown in Dashed line style configuration and passing a list of …

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

  4. Pyplot tutorial — Matplotlib 3.10.8 documentation

    Introduction to pyplot # 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 …

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

  6. Style sheets reference — Matplotlib 3.10.8 documentation

    Style sheets reference # This script demonstrates the different available style sheets on a common set of example plots: scatter plot, image, bar graph, patches, line plot and histogram. Any of these style …

  7. Python Plotting With Matplotlib (Guide) – Real Python

    This article is a beginner-to-intermediate-level walkthrough on Python and matplotlib that mixes theory with example.

  8. List of named colorsMatplotlib 3.10.8 documentation

    List of named colors # This plots a list of the named colors supported by Matplotlib. For more information on colors in matplotlib see the Specifying colors tutorial; the matplotlib.colors API; the Color Demo. …

  9. Choosing Colormaps in MatplotlibMatplotlib 3.10.8 documentation

    Choosing Colormaps in Matplotlib # Matplotlib has a number of built-in colormaps accessible via matplotlib.colormaps. There are also external libraries that have many extra colormaps, which can be …

  10. Matplotlib - The Python Graph Gallery

    Matplotlib is the most famous library for data visualization with python. It allows to create literally every type of chart with a great level of customization. This page provides some general tips that can be …