-
I'm trying to determine if a plot item is visible or not so that the state of another control can be affected by it. I see this method on egui/crates/egui_plot/src/legend.rs Lines 219 to 226 in 44d65f4 ...but I can't figure out how to get access to the Note, I've only been using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think the way to do that currently is to call PlotMemory::load, using the same id you used for the plot itself. |
Beta Was this translation helpful? Give feedback.
I think the way to do that currently is to call PlotMemory::load, using the same id you used for the plot itself.