graph#

Mobjects used to represent mathematical graphs (think graph theory, not plotting).

Classes

DiGraph

A directed graph.

GenericGraph

Abstract base class for graphs (that is, a collection of vertices connected with edges).

Graph

An undirected graph (vertices connected with edges).