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 98c374d

Browse filesBrowse files
efiringQuLogic
authored andcommitted
Merge pull request #7760 from petehuang/subplot-docs
DOC: Correct subplot() doc
1 parent f12fa6e commit 98c374d
Copy full SHA for 98c374d

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎lib/matplotlib/pyplot.py

Copy file name to clipboardExpand all lines: lib/matplotlib/pyplot.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -979,8 +979,8 @@ def subplot(*args, **kwargs):
979979
980980
.. note::
981981
982-
Creating a new subplot with a position which is entirely inside a
983-
pre-existing axes will trigger the larger axes to be deleted::
982+
Creating a subplot will delete any pre-existing subplot that overlaps
983+
with it beyond sharing a boundary::
984984
985985
import matplotlib.pyplot as plt
986986
# plot a line, implicitly creating a subplot(111)

0 commit comments

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