Network graph¶
Download this notebook from GitHub (right-click to download).
The data in this example represents Facebook social circle obtained from SNAP.
Most examples work across multiple plotting backends, this example is also available for:
In [1]:
import pandas as pd
import holoviews as hv
hv.extension('matplotlib')
hv.output(fig='svg')