You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: