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

Appearance settings

Commit 22140f7

Browse filesBrowse files
committed
STY: pep8 cleanup
1 parent 227f0c4 commit 22140f7
Copy full SHA for 22140f7

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎lib/matplotlib/widgets.py

Copy file name to clipboardExpand all lines: lib/matplotlib/widgets.py
+4-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.