Returns the number of nodes in the graph.
The number of nodes in the graph.
See also
order
identical method
__len__
Examples
>>> G = nx.path_graph(3) # or DiGraph, MultiGraph, MultiDiGraph, etc >>> G.number_of_nodes() 3