File tree 2 files changed +22
-1
lines changed 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
Plotting commands summary
2
2
=========================
3
3
4
+ The :mod: `matplotlib.pyplot ` module contains functions that allow you to generate
5
+ many kinds of plots quickly. For examples that showcase the use
6
+ of the :mod: `matplotlib.pyplot ` module, see the
7
+ :ref: `sphx_glr_tutorials_01_introductory_pyplot.py `
8
+ or the :ref: `pyplots_examples `.
9
+
10
+ The Object-Oriented API
11
+ -----------------------
12
+ Most of these functions also exist as methods in the
13
+ :class: `matplotlib.axes.Axes ` class. You can use them with the
14
+ so-called "Object Oriented" approach to Matplotlib.
15
+
16
+ While it is easy to quickly generate plots with the
17
+ :mod: `matplotlib.pyplot ` module,
18
+ we recommend using the object-oriented approach for more control
19
+ and customization of your plots. For some examples of the OO approach
20
+ to Matplotlib, see the :ref: `api_examples ` examples.
21
+
22
+ The Pyplot API
23
+ --------------
24
+
4
25
.. currentmodule :: matplotlib.pyplot
5
26
6
27
.. autofunction :: plotting
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ Overview
15
15
:maxdepth: 2
16
16
17
17
users/index.rst
18
- api/index.rst
19
18
faq/index.rst
20
19
mpl_toolkits/index.rst
21
20
resources/index.rst
22
21
thirdpartypackages/index.rst
22
+ api/index.rst
23
23
devel/index.rst
24
24
glossary/index.rst
25
25
You can’t perform that action at this time.
0 commit comments