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:
In [1]:
import numpy as np
import networkx as nx
import holoviews as hv
from holoviews import opts
from holoviews import dim
from holoviews.element.graphs import layout_nodes
from bokeh.sampledata.airport_routes import routes, airports
hv.extension('bokeh')