Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow free form selection in Grapher Window #220

Closed
4 tasks done
stefanhahmann opened this issue Dec 6, 2022 · 1 comment
Closed
4 tasks done

Allow free form selection in Grapher Window #220

stefanhahmann opened this issue Dec 6, 2022 · 1 comment
Assignees

Comments

@stefanhahmann
Copy link
Collaborator

stefanhahmann commented Dec 6, 2022

User Story

It would be good if data points in the grapher window could be selected not only using rectangular selection, but also via free form selection, similar to Napari plotter.

Selection in the Grapher window using rectangular selection:

GIF 06 12 2022 12-10-54

Napari Cluster Plotter:

multi-select-manual-clustering

Acceptance criteria

  1. Possibility to change selection in UI (either via Click-Button in the UI or by some Key pressed + Mouse dragging combination)
  2. Free form is drawn in the Grapher
  3. One free form is possible simultaneously (as only one simultaneous selection is possible at the moment)
  4. Points in the Grapher are selected according to the free form - similar to rectangular selection
  5. Free form is deleted and selection is deleted if a new selection is started.

Tasks

  • Implementation of UI handling to draw free form
  • Draw free form in Grapher
  • Select points according to free form
  • Delete free form and selection, if a new selection is started.
@stefanhahmann
Copy link
Collaborator Author

Resolved via #338

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants