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 4319fde

Browse filesBrowse files
committed
fix underscore
1 parent d18be66 commit 4319fde
Copy full SHA for 4319fde

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/image.py

Copy file name to clipboardExpand all lines: lib/matplotlib/image.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class _AxesImageBase(martist.Artist, cm.ScalarMappable):
6363
zorder = 0
6464

6565
# the 3 following keys seem to be unused now, keep it for backward compat just in case.
66-
_interpd = _interpd
66+
_interpd = __interpd
6767
# reverse interp dict
6868
_interpdr = dict([(v, k) for k, v in six.iteritems(__interpd)])
6969
iterpnames = interpolations_names

0 commit comments

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