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

Skip to content

Commit 215f3b6

Browse files
committed
Removed white space.
1 parent 4032a27 commit 215f3b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/widgets.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,9 +1101,8 @@ def _update(self):
11011101
ax.draw_artist(line)
11021102
self.canvas.blit(self.canvas.figure.bbox)
11031103
else:
1104-
11051104
self.canvas.draw_idle()
1106-
1105+
11071106

11081107
class _SelectorWidget(AxesWidget):
11091108

0 commit comments

Comments
 (0)