File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
For recent changes, see :doc: `api_changes `.
10
10
11
11
When using the library you will typically create
12
- :doc: `Figure <figure_api >` and :doc: `Axes <axes_api >` objects and
12
+ :doc: `Figure <figure_api >` and :doc: `Axes <axes_api >` objects and
13
13
call their methods to add content and modify the appearance.
14
14
15
- - :doc: ` figure_api `: axes creation, figure-level content
16
- - :doc: ` axes_api `: most plotting methods, Axes labels, access to
17
- axis styling, etc.
15
+ - :mod: ` matplotlib.figure `: axes creation, figure-level content
16
+ - :mod: ` matplotlib.axes `: most plotting methods, Axes labels, access to axis
17
+ styling, etc.
18
18
19
19
Example: We create a Figure ``fig `` and Axes ``ax ``. Then we call
20
20
methods on them to plot data, add axis labels and a figure title.
21
-
21
+
22
22
.. plot ::
23
23
:include-source:
24
24
:align: center
You can’t perform that action at this time.
0 commit comments