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

Skip to content

Commit e43c788

Browse files
committed
Fix indentation
1 parent 61ab6df commit e43c788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/widgets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,8 +1100,8 @@ class _SelectorWidget(AxesWidget):
11001100
def __init__(self, ax, onselect, useblit=False, button=None):
11011101
AxesWidget.__init__(self, ax)
11021102

1103-
self.visible = True
1104-
self.connect_default_events()
1103+
self.visible = True
1104+
self.connect_default_events()
11051105

11061106
self.background = None
11071107
self.artists = []

0 commit comments

Comments
 (0)