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
Dear Patrik, horizontal versions of stacked plot returns the error `RuntimeError Traceback (most recent call last)