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

Skip to content

Commit e1d75d3

Browse files
committed
Update widgets.py
removed whitespace
1 parent f22e2a8 commit e1d75d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ def new_axes(self, ax):
11291129

11301130
if not self.useblit:
11311131
self.ax.add_patch(self.rect)
1132-
1132+
11331133
def update_background(self, event):
11341134
"""force an update of the background"""
11351135
# If you add a call to `ignore` here, you'll want to check edge case:

0 commit comments

Comments
 (0)