Drawing

Networks

draw_curved_edges(edges, pos, ax[, mu, …]) This function plots the edges of a graph with a certain curvature.
draw_networks(G, pos, ax[, mu, edge_color, …]) This function draws networks.

Ploting

plot_spectrum(ax, matrix_generator[, …]) Plot an histogram of the density spectrum of a family of matrices.

Layouts

group_radial_layout(G, groups[, radius, …]) This constructs a circular layout of nodes with groups.
clustered_layout(G, groups, centroids[, …]) This function constructs a layout where nodes are sampled in circles around centroids of groups.

Utils

split_edges(G, node_subsets)