Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e586339

Browse files
committed
some aspect ratio fixes
svn path=/trunk/matplotlib/; revision=870
1 parent 46906da commit e586339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def changed(self):
107107
cm.ScalarMappable.changed(self)
108108

109109
def make_image(self, flipy):
110-
self._imcache = None
110+
111111
if self._A is not None:
112112
if self._imcache is None:
113113
x = self.to_rgba(self._A, self._alpha)

0 commit comments

Comments
 (0)