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 5cbc072 + 239a28b commit f4a7feaCopy full SHA for f4a7fea
1 file changed
lib/matplotlib/axes/_base.py
@@ -399,6 +399,10 @@ class _AxesBase(martist.Artist):
399
_shared_y_axes = cbook.Grouper()
400
_twinned_axes = cbook.Grouper()
401
402
+ @property
403
+ def _hold(self):
404
+ return True
405
+
406
def __str__(self):
407
return "{0}({1[0]:g},{1[1]:g};{1[2]:g}x{1[3]:g})".format(
408
type(self).__name__, self._position.bounds)
0 commit comments