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

Skip to content

Proposal: Interactive Selection Tools #5782

Closed as not planned
Closed as not planned
@blink1073

Description

@blink1073

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, and Line tools.
  • 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 in PyQtGraph.
  • 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

No one assigned

    Labels

    New featurestatus: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github Action

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions