File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99For recent changes, see :doc: `api_changes `.
1010
1111When 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
1313call their methods to add content and modify the appearance.
1414
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.
1818
1919Example: We create a Figure ``fig `` and Axes ``ax ``. Then we call
2020methods on them to plot data, add axis labels and a figure title.
21-
21+
2222.. plot ::
2323 :include-source:
2424 :align: center
You can’t perform that action at this time.
0 commit comments