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 4abaa24 commit 9e5bf4dCopy full SHA for 9e5bf4d
1 file changed
lib/matplotlib/pyplot.py
@@ -976,8 +976,8 @@ def subplot(*args, **kwargs):
976
977
.. note::
978
979
- Creating a subplot will delete any pre-existing subplot that fully
980
- overlaps with it::
+ 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