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

allow to skip through time with a slider widget in CML path plotting function #25

Open
Tracked by #1
cchwala opened this issue Feb 21, 2024 · 0 comments
Open
Tracked by #1
Labels
enhancement New feature or request

Comments

@cchwala
Copy link
Member

cchwala commented Feb 21, 2024

I hava a prototype for how it works to use a slider for skipping through time when coloring CML path lines in matplotlib, see the code that starts here.

It might however be better to do this outside of the existing plotting function, i.e. by updating the lines that are returned. This way we could update also other matplotlib object, e.g. points from plotting gauges and a pcolormesh grid from plotting radar data. This could then be done with one time slider to skip through all data simultaneously. The time stamps could snap to the closes one if the data has different time spacing.

@cchwala cchwala added the enhancement New feature or request label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant