Interactive legend to mimic PlotlyJS.jl #4846
Unanswered
alex180500
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There have been attempts to get something like this going, check the issues or PRs, there were definitely some proof of concept implementations. I think it didn't go anywhere so far because doing this by default adds another layer of observable connections that we were not super keen to have by default I think, and such a functionality seems to have a lot of edge cases (for example, what happens with the legend when you |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, in Plots.jl using PlotlyJS backend I can plot multiple plots at the same time and get a legend where I can click the legend names to hide/show a line or a scatter.
Is it possible to achieve a similar result in GLMakie?
Beta Was this translation helpful? Give feedback.
All reactions