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

Add Rapid Plot Legend Item Selection #551

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JunkyoLee
Copy link

@JunkyoLee JunkyoLee commented Jan 13, 2024

I propose a new method for selecting items in Plot Legend, addressing the following issue:

Currently, in the legend, users can use mouse click to show or hide individual items.
However, when there are many items and a user wants to view just one, they need to hide to the others, which requires numerous mouse clicks.
Repeating this process can be very tiring for users.

Now, there is a quicker and simpler way for users to select just one item, and I have also added a method for them to view all items again.
Additionally, I have added methods to show or hide multiple items.

[New Actions]

  • Selecting a single item in the plot legend and automatically deselecting all others

    • Ctrl + Mouse Left Button Click
  • Selecting all items in the plot legend

    • Ctrl + Shift + Mouse Left Button Click
  • Selecting multiple items

    • Ctrl + Mouse Left Button Drag
  • Deselecting multiple items

    • Alt + Mouse Left Button Drag

[Demo: Selecting a single item and deselecting all others / Selecting all items]
select_the_item_and_deselect_all_others

[Demo: Selecting/Deselecting multiple items]
multiple_selection

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

Successfully merging this pull request may close these issues.

1 participant