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

Skip to content

Commit ffbbf05

Browse files
committed
Remove extraneous space
1 parent b3318fd commit ffbbf05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_cairo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def draw_image(self, gc, x, y, im):
182182
y = self.height - y - im.shape[0]
183183

184184
ctx.save()
185-
ctx.set_source_surface (surface, float(x), float(y))
185+
ctx.set_source_surface(surface, float(x), float(y))
186186
if gc.get_alpha() != 1.0:
187187
ctx.paint_with_alpha(gc.get_alpha())
188188
else:

0 commit comments

Comments
 (0)