-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed as not planned
Labels
New featurestatus: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Action
Milestone
Description
I propose a new module called interactive_selectors.py that provides a simplified interface for selection tools that can have interaction after they are drawn.
- Create new
Lasso,Rectangle,Polygon,Ellipse,Span, andLinetools. - Deprecate the
_SelectorWidgets in favor of these new tools, which would have a much simpler interface and consistent behavior. - Support the ability to have multiple tools on the same axis, a use case we support in
scikit-image, and is also provided inPyQtGraph. - Always blit if available while drawing, and then draw statically when finished if
interactive=True(the default). - All tools will have a "move" handle in the center and other appropriate handles.
I would prefer to close #5751 and start work on this new module.
Metadata
Metadata
Assignees
Labels
New featurestatus: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Action