yt-project / widgyts

Widgets for yt
https://widgyts.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
10 stars 10 forks source link

Link zoom slider to view width #71

Open matthewturk opened 3 years ago

matthewturk commented 3 years ago

The zoom slider is currently not connected to any traits, so it's hard to do two-way binding. But, we could fix this in a straightforward way by either linking it to a trait (and then observing that trait) or by providing a handle that updates it.

Regardless, we should have it set so that the linkage between the zoom slider and the zoom from the mouse wheel is set.