-
Notifications
You must be signed in to change notification settings - Fork 539
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
Get plot item visibility status #340
Comments
There is a PR adding this, but I have not had time to consider how the API for "previous items" needs function. |
Wanted to poke this thread. I'm hitting the same issue - I'd love to be able to hide PlotText for plots that are hidden in the legend. And agree, this library is great, thanks! |
I have the got the same need recently. |
Hi, agreeing with the others. This is a great library and very helpful, thank you! And I'm also interested in this feature. |
First off, thank you for the amazing library!
Is there any way to access plot item visibility? I am enjoying the cumulative histogram, and have added some vertical lines (with
PlotVLines
) at e.g. the 50th, 75th, ... percentiles.But, when I hide one of these vertical lines, I would also like to hide to corresponding text, which I add with
PlotText
. If I could access theitem->Show
value, I would just skip over adding this vertical text.I can't figure out a way to get access to the visibility status of that vertical line. Is there any way to do this currently?
Thank you! 🙇
The text was updated successfully, but these errors were encountered: