Circle Chord Diagram?

There is a snippet how to create a Chord Diagram with version 0.12

http://docs.bokeh.org/en/0.12.0/docs/gallery/chord_chart.html

How to create a chord diagram with the current version?

I found the library holoviews which supports this:

https://holoviews.org/reference/elements/bokeh/Chord.html

Just chiming in to confirm that Holoviews is the appropriate route to go. All the “very high level” charting API was removed from Bokeh core a number of years ago, and left to downstream projects like Holoviews to provide.

1 Like