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 f37281b

Browse filesBrowse files
committed
fix pep8
1 parent b252fe7 commit f37281b
Copy full SHA for f37281b

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
@@ -62,7 +62,7 @@
6262
class _AxesImageBase(martist.Artist, cm.ScalarMappable):
6363
zorder = 0
6464

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

0 commit comments

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