Table of Contents
Graph()
DiGraph()
MultiGraph()
MultiDiGraph()
Auto-generated API
networkx.
center
Return the center of the graph G.
The center is the set of nodes with eccentricity equal to radius.
G : NetworkX graph
A graph
e : eccentricity dictionary, optional
A precomputed dictionary of eccentricities.
c : list
List of nodes in center