8000
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 593576e commit 6224e57Copy full SHA for 6224e57
lib/matplotlib/axes/_base.py
@@ -406,6 +406,10 @@ class _AxesBase(martist.Artist):
406
def _hold(self):
407
return True
408
409
+ @_hold.setter
410
+ def _hold(self, value):
411
+ pass
412
+
413
def __str__(self):
414
return "{0}({1[0]:g},{1[1]:g};{1[2]:g}x{1[3]:g})".format(
415
type(self).__name__, self._position.bounds)
0 commit comments