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 dim
from bokeh.sampledata.airport_routes import routes, airports

hv.extension('matplotlib')
hv.output(fig='svg', size=300)