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
Expected behavior
Expect the xhweel_pan tool to scroll in the x direction with a scrolling gesture. Doesn’t do anything. Selecting pan does pan with the drag gesture; selecting xwheel_zoom zooms with the scrolling gesture. Note: taking out the other tools does not enable xwheel_pan to work.
Screenshots
Should be able to reproduce with the above code.
Environment (please complete the following information):
Device: iPad Pro 13” (M4)
iOS version: iOS 17.5.1
App version: 3.2.0
The text was updated successfully, but these errors were encountered:
Thanks for reporting @kkonolige — I'm planning to upgrade a few of the pinned packages soon, bokeh included. I'll see if there's a quick workaround for this.
Describe the bug
Adding xwheel_pan to the tools argument of figure puts the tool on the toolbar, but it doesn’t pan or do anything.
To Reproduce
Here’s my code for a Jupyter notebook:
Expected behavior
Expect the xhweel_pan tool to scroll in the x direction with a scrolling gesture. Doesn’t do anything. Selecting pan does pan with the drag gesture; selecting xwheel_zoom zooms with the scrolling gesture. Note: taking out the other tools does not enable xwheel_pan to work.
Screenshots
Should be able to reproduce with the above code.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: