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

legend forces showSelected, no way to opt out #140

Open
tdhock opened this issue Jul 10, 2024 · 0 comments
Open

legend forces showSelected, no way to opt out #140

tdhock opened this issue Jul 10, 2024 · 0 comments

Comments

@tdhock
Copy link
Collaborator

tdhock commented Jul 10, 2024

Today I created a data viz where I wanted to use color for a geom, so I get a legend and showSelected automatically. I want the legend but I don't want the showSelected, and there is no way to turn it off without hiding the legend.
image
https://tdhock.github.io/2024-07-10-figure-scatter-qsip/ is the interactive viz

  • first plot geom_segment does not have aes(color) and also no showSelected
  • second plot geom_segment does have aes(color) but legend is hidden so no showSelected
  • third plot geom_segment has aes(color) and there is a legend so it also has showSelected
  • would be nice to have a fourth option: aes(color) and there is a legend but no showSelected. (currently impossible I think)
    how could that be specified in R code?
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

No branches or pull requests

1 participant