File tree Expand file tree Collapse file tree
api/next_api_changes/deprecations Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ SpanSelector
2+ ~~~~~~~~~~~~
3+ ``span_stays `` is deprecated, use ``interactive `` argument instead
4+ Several `~matplotlib.widgets.SpanSelector ` class internals have been privatized
5+ and deprecated:
6+ - ``pressv ``
7+ - ``rect ``
8+ - ``rectprops ``
9+ - ``active_handle ``
10+
11+
12+ Several `~matplotlib.widgets.RectangleSelector ` and
13+ `~matplotlib.widgets.EllipseSelector ` class internals have been privatized and
14+ deprecated:
15+ - ``to_draw ``
16+ - ``drawtype ``
17+ - ``rectprops ``
18+ - ``active_handle ``
Original file line number Diff line number Diff line change 11Dragging selectors
22------------------
33
4- The `~matplotlib.widgets.RectangleSelector ` and
5- `~matplotlib.widgets.EllipseSelector ` have a new keyword argument,
4+ The `~matplotlib.widgets.SpanSelector `, ` ~matplotlib.widgets.RectangleSelector `
5+ and `~matplotlib.widgets.EllipseSelector ` have a new keyword argument,
66*drag_from_anywhere *, which when set to `True ` allows you to click and drag
77from anywhere inside the selector to move it. Previously it was only possible
88to move it by either activating the move modifier button, or clicking on the
99central handle.
10+
11+ The size of the `~matplotlib.widgets.SpanSelector ` can now be changed using
12+ the edge handles.
You can’t perform that action at this time.
0 commit comments