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 am attempting to bind the shift wheel zoom so that Y axis only zooms when shift is held.
The code below mostly works... zooming without shift only zooms the x axis.
Zooming with shift held will zoom the y axis only on the left, but the right side y2 remains static.
If I remove the "bind_y=False" and the zoom params from the following code then all three x, y, y2 zoom together.
What happened?
I am attempting to bind the shift wheel zoom so that Y axis only zooms when shift is held.
The code below mostly works... zooming without shift only zooms the x axis.
Zooming with shift held will zoom the y axis only on the left, but the right side y2 remains static.
If I remove the "bind_y=False" and the zoom params from the following code then all three x, y, y2 zoom together.
Grateful for any help?
What would you like to happen instead?
I would like the y2 to zoom at the same rate as y, similar to normal zoom operation of x+y when not using the selection_interval params.
Which version of Altair are you using?
5.0.1
The text was updated successfully, but these errors were encountered: