Introduction To Network Analysis in Python Chapter1
Introduction To Network Analysis in Python Chapter1
Networks
I N T R O D U C T I O N T O N E T W O R K A N A LY S I S I N P Y T H O N
Eric Ma
Data Carpentry instructor and author of
nxviz package
Networks!
Examples:
Social
Transportation
[1, 2, 3]
G.add_edge(1, 2)
G.edges()
[(1, 2)]
Eric Ma
Data Carpentry instructor and author of
nxviz package
Undirected graphs
Facebook social graph
networkx.classes.graph.Graph
networkx.classes.digraph.DiGraph
networkx.classes.multigraph.MultiGraph
MD = nx.MultiDiGraph()
type(MD)
networkx.classes.multidigraph.MultiDiGraph
Eric Ma
Data Carpentry instructor and author of
nxviz package
Irrational vs. Rational visualizations
Arc plots
Circos plots
Arc plots
Circos plots
Arc Plots
Circos Plots
Arc Plots
Circos Plots