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

Skip to content

Commit 9e5bf4d

Browse files
committed
Adjust wording to @efiring's recommendatoin
1 parent 4abaa24 commit 9e5bf4d

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

0 commit comments

Comments
 (0)