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 8fd45c0 + 489c819 commit 86a4bc7Copy full SHA for 86a4bc7
1 file changed
lib/matplotlib/axes/_base.py
@@ -399,14 +399,6 @@ 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
- @_hold.setter
407
- def _hold(self, value):
408
- pass
409
410
def __str__(self):
411
return "{0}({1[0]:g},{1[1]:g};{1[2]:g}x{1[3]:g})".format(
412
type(self).__name__, self._position.bounds)
0 commit comments