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:
Matplotlib NYC Taxi Connection
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')