8000 update for my patch · matplotlib/matplotlib@ea5ac65 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea5ac65

Browse files
Michael Weltermdboom
authored andcommitted
update for my patch
1 parent 4aa8a58 commit ea5ac65

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/matplotlib/backends/backend_svg.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -748,10 +748,8 @@ def draw_gouraud_triangles(self, gc, triangles_array, colors_array,
748748
def option_scale_image(self):
749749
return True
750750

751-
752751
def get_image_magnification(self):
753-
return self.image_dpi/72.0
754-
752+
return self.image_dpi / 72.0
755753

756754
def draw_image(self, gc, x, y, im, dx=None, dy=None, transform=None):
757755
attrib = {}

0 commit comments

Comments
 (0)
0