Thanks to visit codestin.com Credit goes to github.com
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 840a671 commit 2a11f5fCopy full SHA for 2a11f5f
1 file changed
examples/widgets/rectangle_selector.py
@@ -43,7 +43,7 @@ def toggle_selector(event):
43
44
# drawtype is 'box' or 'line' or 'none'
45
toggle_selector.RS = RectangleSelector(current_ax, line_select_callback,
46
- drawtype='line', useblit=True,
+ drawtype='box', useblit=True,
47
button=[1, 3], # don't use middle button
48
minspanx=5, minspany=5,
49
spancoords='pixels',
0 commit comments