0

I have just starting looking into making my python graphs interactive. Bokeh seems to have a lot of functionality and I am currently trying it out. One thing that I find aesthetically pleasing with the mpld3 library is the smooth zooming after selecting a region with the zoom tool (like in this example). The default behavior in Bokeh seems to be to jump to the zoomed region without without any animation (example, 'wheel zoom' is smooth, but 'box zoom' is not).

Is the smooth zooming feature available in Bokeh and just disabled by default, or is this not implemented?

joelostblom
  • 43,590
  • 17
  • 150
  • 159

1 Answers1

1

This is not implemented as of Bokeh 0.8.2, we do plan to add support for animation, key frames, etc. and smooth box zoom would probably best be implemented on top of that.

bigreddot
  • 33,642
  • 5
  • 69
  • 122