Skip to content

Commit

Permalink
Merge pull request matplotlib#7760 from petehuang/subplot-docs
Browse files Browse the repository at this point in the history
DOC: Correct subplot() doc
  • Loading branch information
efiring authored and QuLogic committed Jan 30, 2017
1 parent f12fa6e commit 98c374d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/matplotlib/pyplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -979,8 +979,8 @@ def subplot(*args, **kwargs):
.. note::
Creating a new subplot with a position which is entirely inside a
pre-existing axes will trigger the larger axes to be deleted::
Creating a subplot will delete any pre-existing subplot that overlaps
with it beyond sharing a boundary::
import matplotlib.pyplot as plt
# plot a line, implicitly creating a subplot(111)
Expand Down

0 comments on commit 98c374d

Please sign in to comment.