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)
28042804 default: "r".
28052805
28062806 "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
28082808 ``use_data_coordinates`` argument specified when creating the selector.
28092809
28102810 drag_from_anywhere : bool, default: False
@@ -2817,8 +2817,7 @@ def onselect(eclick: MouseEvent, erelease: MouseEvent)
28172817
28182818 use_data_coordinates : bool, default: False
28192819 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.
28222821 """
28232822
28242823
You can’t perform that action at this time.
0 commit comments