Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12fa6e commit 98c374dCopy full SHA for 98c374d
lib/matplotlib/pyplot.py
@@ -979,8 +979,8 @@ def subplot(*args, **kwargs):
979
980
.. note::
981
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::
+ Creating a subplot will delete any pre-existing subplot that overlaps
+ with it beyond sharing a boundary::
984
985
import matplotlib.pyplot as plt
986
# plot a line, implicitly creating a subplot(111)
0 commit comments