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.
2 parents b0e4b67 + 9e5bf4d commit d75972eCopy full SHA for d75972e
1 file changed
lib/matplotlib/pyplot.py
@@ -976,8 +976,8 @@ def subplot(*args, **kwargs):
976
977
.. note::
978
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::
+ Creating a subplot will delete any pre-existing subplot that overlaps
+ with it beyond sharing a boundary::
981
982
import matplotlib.pyplot as plt
983
# plot a line, implicitly creating a subplot(111)
0 commit comments