Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit387fb64

Browse files
committed
Fix image placement bug introduced in 8585 (reported by JJ)
svn path=/branches/v1_0_maint/; revision=8612
1 parent6e85989 commit387fb64

File tree

5 files changed

+408
-1
lines changed

5 files changed

+408
-1
lines changed

‎lib/matplotlib/image.py

Lines changed: 0 additions & 1 deletion
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
Binary file not shown.
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp