PatrikHlobil / Pandas-Bokeh

Bokeh Plotting Backend for Pandas and GeoPandas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One range tool across multiple plots

Ujwal2910 opened this issue · comments

Hello, is it possible to have one range tool work for multiple plots in a layout?

hi @Ujwal2910 ,

in principle yes. however this is not easy to achieve in practice because the data have to share the same axis values.

Best Patrik

Hey, I'm currently looking to do the same.

In my case the x-axes share the same value (datetimes).

Could you please point me to an example or the relevant part of the documentation on how to do this?

@mimre25 Take a look at https://realpython.com/lessons/linking-axes/ if you still need help with this.
Note it might require buying a subscription, which isn't very much.