Skip to content

Commit d75972e

Browse files
authored
Merge pull request #7760 from petehuang/subplot-docs
DOC: Correct subplot() doc
2 parents b0e4b67 + 9e5bf4d commit d75972e

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 new subplot with a position which is entirely inside a
980-
pre-existing axes will trigger the larger axes to be deleted::
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)