Skip to content

Commit f640414

Browse files
committed
Merged revisions 8612 via svnmerge from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v1_0_maint ........ r8612 | mdboom | 2010-08-02 08:30:48 -0400 (Mon, 02 Aug 2010) | 2 lines Fix image placement bug introduced in 8585 (reported by JJ) ........ svn path=/trunk/matplotlib/; revision=8613
2 parents 9ed3f89 + 387fb64 commit f640414

File tree

5 files changed

+408
-1
lines changed

5 files changed

+408
-1
lines changed

Diff for: lib/matplotlib/image.py

-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,6 @@ def make_image(self, magnification=1.0):
596596
l, b, r, t = self.axes.bbox.extents
597597
widthDisplay = (round(r*magnification) + 0.5) - (round(l*magnification) - 0.5)
598598
heightDisplay = (round(t*magnification) + 0.5) - (round(b*magnification) - 0.5)
599-
im.apply_translation(tx, ty)
600599

601600
# resize viewport to display
602601
rx = widthDisplay / numcols
30.8 KB
Binary file not shown.
19.5 KB
Loading

0 commit comments

Comments
 (0)