Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960c33c commit 44bc950Copy full SHA for 44bc950
1 file changed
lib/matplotlib/image.py
@@ -116,6 +116,7 @@ def changed(self):
116
update state
117
"""
118
self._imcache = None
119
+ self._rgbacache = None
120
cm.ScalarMappable.changed(self)
121
122
@@ -424,7 +425,6 @@ def set_array(self, *args):
424
425
raise NotImplementedError('Method not supported')
426
427
def set_interpolation(self, s):
- print s
428
if s != None and s != 'nearest':
429
raise NotImplementedError('Only nearest neighbor supported')
430
AxesImage.set_interpolation(self, s)
0 commit comments