emilk / emilk/egui_plot

egui::widgets::plot: Allow reading/writing of plot items hidden state

Open
#7 1 comment 4 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
468
Forks
108
Avg merge
15m
Merged PRs (30d)
3

Description

I have a lot of items in my plot:

![image](https://user-images.githubusercontent.com/535593/205733081-9eca03eb-ca06-45fc-a1c6-3dbc80177762.png)

Whenever my app starts, the first thing I as a user have to do is disable most of the plot items. Every time the app restarts.
It would be nicer if there was a way to set items to hidden through code instead of only via the mouse at runtime.
And being able to read hidden states of items, for persistence/restoring.

Is this possible somehow, or planned? :)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.