10000 make the interpolation names a set · Sujiy/matplotlib@743876c · GitHub
[go: up one dir, main page]

Skip to content

Commit 743876c

Browse files
committed
make the interpolation names a set
1 parent fee2068 commit 743876c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858

5959

60-
interpolations_names = list(six.iterkeys(_interpd_))
60+
interpolations_names = set(six.iterkeys(_interpd_))
6161

6262

6363
class _AxesImageBase(martist.Artist, cm.ScalarMappable):

0 commit comments

Comments
 (0)
0