Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

interactive_evolution_timeseries should return observable of slider values #84

Closed
Datseris opened this issue Jan 11, 2022 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@Datseris
Copy link
Member

I've noticed now that I want to do some advanced usage of interactive_evolution_timeseries. I want to plot additional elements into the plot(s), whose location and/or color depend on the values of the sliders.

I think it is easy to resolve this. We return an observable that contains a dictionary that maps slider names to current values. Whenever we hit the update button, this observable is updated. The user can use this observable and lift it to create their own auto-updatable plots.

@Datseris Datseris added the enhancement New feature or request label Jan 11, 2022
@Datseris Datseris self-assigned this Jan 11, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant