Skip to content
Advertisement

Can I use a Plotly graph in Bokeh?

bokeh does not have a Sankey graph and the Sankey graph available in holoviews is not as good as the one Plotly. Is there a way to embed the plotly graph into a bokeh dashboard?

Advertisement

Answer

Panel makes it simple to embed Plotly, Matplotlib, Altair, and many other types of plot into a Bokeh-based dashboard, so that you can pull in whatever you need from any plotting library. That said, it would be helpful to file an issue with holoviews to outline the features you wish were in the HoloViews Sankey implementation, because it’s easier to get a consistent look and feel if you use plots from the same library.

Advertisement