8000 STY: pep8 cleanup · matplotlib/matplotlib@22140f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 22140f7

Browse files
committed
STY: pep8 cleanup
1 parent 227f0c4 commit 22140f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/matplotlib/widgets.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1788,11 +1788,13 @@ def __init__(self, ax, onselect, drawtype='box',
17881788
self._edge_order = ['W', 'N', 'E', 'S']
17891789
xe, ye = self.edge_centers
17901790
self._edge_handles = ToolHandles(self.ax, xe, ye, marker='s',
1791-
marker_props=props, useblit=self.useblit)
1791+
marker_props=props,
1792+
useblit=self.useblit)
17921793

17931794
xc, yc = self.center
17941795
self._center_handle = ToolHandles(self.ax, [xc], [yc], marker='s',
1795-
marker_props=props, useblit=self.useblit)
1796+
marker_props=props,
1797+
useblit=self.useblit)
17961798

17971799
self.active_handle = None
17981800

0 commit comments

Comments
 (0)
0