File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1068,7 +1068,7 @@ def subplot(*args, **kwargs):
1068
1068
"""
1069
1069
Add a subplot to the current figure.
1070
1070
1071
- Wrapper of `~.matplotlib.figure .Figure.add_subplot` with a difference in
1071
+ Wrapper of `.Figure.add_subplot` with a difference in
1072
1072
behavior explained in the notes section.
1073
1073
1074
1074
Call signatures::
@@ -1159,7 +1159,7 @@ def subplot(*args, **kwargs):
1159
1159
two subplots that are otherwise identical to be added to the figure,
1160
1160
make sure you give them unique labels.
1161
1161
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
1163
1163
argument, a subplot axes instance already created in the
1164
1164
present figure but not in the figure's list of axes.
1165
1165
You can’t perform that action at this time.
0 commit comments