File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2804,7 +2804,7 @@ def onselect(eclick: MouseEvent, erelease: MouseEvent)
2804
2804
default: "r".
2805
2805
2806
2806
"square" and "center" can be combined. The square shape can be defined
2807
- in data or figure coordinates as determined by the
2807
+ in data or display coordinates as determined by the
2808
2808
``use_data_coordinates`` argument specified when creating the selector.
2809
2809
2810
2810
drag_from_anywhere : bool, default: False
@@ -2817,8 +2817,7 @@ def onselect(eclick: MouseEvent, erelease: MouseEvent)
2817
2817
2818
2818
use_data_coordinates : bool, default: False
2819
2819
If `True`, the "square" shape of the selector is defined in
2820
- data coordinates instead of figure coordinates.
2821
-
2820
+ data coordinates instead of display coordinates.
2822
2821
"""
2823
2822
2824
2823
You can’t perform that action at this time.
0 commit comments