Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a6781fe

Browse filesBrowse files
authored
Merge pull request #20288 from anntzer/al
Small markup fixes in api docs.
2 parents 0ca9d9d + 1e45d43 commit a6781fe
Copy full SHA for a6781fe

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎doc/api/index.rst

Copy file name to clipboardExpand all lines: doc/api/index.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ API
99
For recent changes, see :doc:`api_changes`.
1010

1111
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
1313
call 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

1919
Example: We create a Figure ``fig`` and Axes ``ax``. Then we call
2020
methods on them to plot data, add axis labels and a figure title.
21-
21+
2222
.. plot::
2323
:include-source:
2424
:align: center

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.