Skip to content

Commit 86a4bc7

Browse files
authored
Merge pull request #12753 from tacaswell/fix_remove_hold_shims
MNT: remove _hold shims to support basemap + cartopy
2 parents 8fd45c0 + 489c819 commit 86a4bc7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -399,14 +399,6 @@ class _AxesBase(martist.Artist):
399399
_shared_y_axes = cbook.Grouper()
400400
_twinned_axes = cbook.Grouper()
401401

402-
@property
403-
def _hold(self):
404-
return True
405-
406-
@_hold.setter
407-
def _hold(self, value):
408-
pass
409-
410402
def __str__(self):
411403
return "{0}({1[0]:g},{1[1]:g};{1[2]:g}x{1[3]:g})".format(
412404
type(self).__name__, self._position.bounds)

0 commit comments

Comments
 (0)