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