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

Skip to content

Commit 85cecf1

Browse files
afvincentjenshnielsen
authored andcommitted
Removed whitespaces (for PEP8)
1 parent 95d1fb0 commit 85cecf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/patches.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4056,7 +4056,7 @@ def __init__(self, posA=None, posB=None,
40564056

40574057
self._mutation_scale = mutation_scale
40584058
self._mutation_aspect = mutation_aspect
4059-
4059+
40604060
self.set_dpi_cor(dpi_cor)
40614061
#self._draw_in_display_coordinate = True
40624062

@@ -4068,7 +4068,7 @@ def set_dpi_cor(self, dpi_cor):
40684068

40694069
self._dpi_cor = dpi_cor
40704070
self.stale = True
4071-
4071+
40724072
def get_dpi_cor(self):
40734073
"""
40744074
dpi_cor is currently used for linewidth-related things and

0 commit comments

Comments
 (0)