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 4abaa24

Browse filesBrowse files
committed
change to fully overlaps
1 parent 63e20fa commit 4abaa24
Copy full SHA for 4abaa24

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
@@ -976,8 +976,8 @@ def subplot(*args, **kwargs):
976976
977977
.. note::
978978
979-
Creating a subplot will delete any pre-existing subplot that overlaps
980-
with it::
979+
Creating a subplot will delete any pre-existing subplot that fully
980+
overlaps with it::
981981
982982
import matplotlib.pyplot as plt
983983
# 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.