8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f89072 commit 6946052Copy full SHA for 6946052
lib/matplotlib/tests/test_widgets.py
@@ -75,7 +75,6 @@ def onselect(epress, erelease):
75
assert erelease.xdata == 150
76
assert erelease.ydata == 150
77
78
-
79
tool = widgets.RectangleSelector(ax, onselect, **kwargs)
80
event = get_event(ax, xdata=100, ydata=100, button=1)
81
tool.press(event)
0 commit comments