graph¶
Mobjects used to represent mathematical graphs (think graph theory, not plotting).
Type Aliases
- class NxGraph¶
nx.classes.graph.Graph | nx.classes.digraph.DiGraph
Classes
A directed graph. |
|
Abstract base class for graphs (that is, a collection of vertices connected with edges). |
|
An undirected graph (vertices connected with edges). |
|
A protocol for automatic layout functions that compute a layout for a graph to be used in |