Plots#

Plotter functions for network analysis

draw_communities(G, membership, pos)

Draws the nodes to a plot with assigned colors for each individual cluster

graph_to_edge_matrix(G)

Convert a networkx graph into an edge matrix.

plot_degree_distribution(G)

Plots the degree distribution of a graph