Route Chord#

Download this notebook from GitHub (right-click to download).


Most examples work across multiple plotting backends. This example is also available for:

import holoviews as hv
from holoviews import opts, dim
from bokeh.sampledata.airport_routes import routes, airports

hv.extension('bokeh')