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 2ee8617

Browse filesBrowse files
committed
Merge pull request #2847 from tacaswell/subplot_doc
DOC : add link to `plt.subplots` from `Figure.add_subplot`
2 parents 97eb5c7 + 01e4b6c commit 2ee8617
Copy full SHA for 2ee8617

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎lib/matplotlib/figure.py

Copy file name to clipboardExpand all lines: lib/matplotlib/figure.py
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,9 @@ def add_subplot(self, *args, **kwargs):
892892
*kwargs*) then it will simply make that subplot current and
893893
return it.
894894
895+
.. seealso:: :meth:`~matplotlib.pyplot.subplot` for an
896+
explanation of the args.
897+
895898
The following kwargs are supported:
896899
897900
%(Axes)s

0 commit comments

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