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

Skip to content

Commit 3ea8c5d

Browse files
committed
Removed a stray debugging printout.
1 parent 5986b5b commit 3ea8c5d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,6 @@ def make_image(self, renderer, magnification=1.0):
11371137
numrows, numcols = self._A.shape[:2]
11381138

11391139
if not self.interp_at_native and widthDisplay==numcols and heightDisplay==numrows:
1140-
print "setting interpolation to zero"
11411140
im.set_interpolation(0)
11421141

11431142
# resize viewport to display

0 commit comments

Comments
 (0)