PatrikHlobil / Pandas-Bokeh

Bokeh Plotting Backend for Pandas and GeoPandas
MIT License
878 stars 112 forks source link

RuntimeError: Models must be owned by only a single document.... #90

Closed akitxu closed 3 years ago

akitxu commented 3 years ago

Dear Patrik, horizontal versions of stacked plot returns the error `RuntimeError Traceback (most recent call last)

in 26 27 #Plot all barplot examples in a grid: ---> 28 pandas_bokeh.plot_grid([[p_bar, p_stacked_bar], 29 [p_hbar, p_stacked_hbar]], 30 plot_width=450) ......................................................................... RuntimeError: Models must be owned by only a single document, BoxZoomTool(id='6364', ...) is already in a doc` What can be the cause? Thanks for the help
PatrikHlobil commented 3 years ago

Dear @akitxu ,

could you give me a code example that reproduces this error?

Best Patrik