Nyc Airport Connections#
Download this notebook from GitHub (right-click to download).
Most examples work across multiple plotting backends, this example is also available for:
Bokeh NYC Taxi Connection
import numpy as np
import networkx as nx
import holoviews as hv
from holoviews import dim, opts
from holoviews.element.graphs import layout_nodes
from bokeh.sampledata.airport_routes import routes, airports
hv.extension('matplotlib')
hv.output(fig='svg', size=300)