Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbf1156

Browse files
committed
Add new features and API changes entries
1 parent ab9eebf commit bbf1156

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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``
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Dragging 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
77
from anywhere inside the selector to move it. Previously it was only possible
88
to move it by either activating the move modifier button, or clicking on the
99
central handle.
10+
11+
The size of the `~matplotlib.widgets.SpanSelector` can now be changed using
12+
the edge handles.

0 commit comments

Comments
 (0)