1*********************
2``matplotlib.pyplot``
3*********************
4
5Pyplot function overview
6------------------------
7
8.. currentmodule:: matplotlib
9
10.. autosummary::
11   :toctree: _as_gen
12   :template: autofunctions.rst
13
14   pyplot
15
16.. currentmodule:: matplotlib.pyplot
17
18.. autofunction:: plotting
19
20
21Colors in Matplotlib
22--------------------
23
24There are many colormaps you can use to map data onto color values.
25Below we list several ways in which color can be utilized in Matplotlib.
26
27For a more in-depth look at colormaps, see the
28:doc:`/tutorials/colors/colormaps` tutorial.
29
30.. currentmodule:: matplotlib.pyplot
31
32.. autofunction:: colormaps
33