Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 318d878

Browse files
committed
DOC
1 parent 145c39f commit 318d878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/pyplot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ def subplot(*args, **kwargs):
10681068
"""
10691069
Add a subplot to the current figure.
10701070
1071-
Wrapper of `~.matplotlib.figure.Figure.add_subplot` with a difference in
1071+
Wrapper of `.Figure.add_subplot` with a difference in
10721072
behavior explained in the notes section.
10731073
10741074
Call signatures::
@@ -1159,7 +1159,7 @@ def subplot(*args, **kwargs):
11591159
two subplots that are otherwise identical to be added to the figure,
11601160
make sure you give them unique labels.
11611161
1162-
In rare circumstances, `Figure.add_subplot` may be called with a single
1162+
In rare circumstances, `.Figure.add_subplot` may be called with a single
11631163
argument, a subplot axes instance already created in the
11641164
present figure but not in the figure's list of axes.
11651165

0 commit comments

Comments
 (0)