8000 Update what's new for rectangeselector · matplotlib/matplotlib@031e768 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 031e768

Browse files
committed
Update what's new for rectangeselector
1 parent 8150af7 commit 031e768

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/users/whats_new/updated_widgets.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,16 @@ A MultiCursor object can be disabled (and enabled) after it has been created wit
1111
Example::
1212

1313
multi_cursor.active = False
14+
15+
16+
Improved RectangleSelector and new EllipseSelector Widget
17+
`````````````````````````````````````````````````````````
18+
19+
Adds an `interactive` keyword which provides visible handles for manipulating the shape after it has been drawn.
20+
21+
Adds keyboard modifiers for:
22+
23+
- Moving the existing shape (default key = 'space')
24+
- Making the shape square (default 'shift')
25+
- Make the initial point the center of the shape (default 'control')
26+
- Square and center can be combined

0 commit comments

Comments
 (0)
0