NetworkX

Previous topic

networkx.density

Next topic

networkx.degree_histogram

networkx.info

info(G, n=None, output_to_file=None)

Print short summary of information for graph G or node n.

Parameters:

G : Networkx graph

A graph

n : node (any hashable)

A node from the graph G

output_to_file: filehandle, optional (default= standard output) :