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

Skip to content

Commit 98c374d

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

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
@@ -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)