Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a5901fa

Browse filesBrowse files
authored
Merge pull request #12670 from tacaswell/fix_basemap_hold
FIX: add setter for hold to un-break basemap
2 parents 4d9d142 + cdb2e06 commit a5901fa
Copy full SHA for a5901fa

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎lib/matplotlib/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,10 @@ class _AxesBase(martist.Artist):
403403
def _hold(self):
404404
return True
405405

406+
@_hold.setter
407+
def _hold(self, value):
408+
pass
409+
406410
def __str__(self):
407411
return "{0}({1[0]:g},{1[1]:g};{1[2]:g}x{1[3]:g})".format(
408412
type(self).__name__, self._position.bounds)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.