Graph Module
wundo - July 25, 2008 - 00:03
According with Wikipedia, a graph is a set of objects called points, nodes, or vertices connected by links called lines or edges. In a proper graph, which is by default undirected, a line from point A to point B is considered to be the same thing as a line from point B to point A.
Graph Module creates an node type called "Graph" and provides a fashion way to visualize it. Modules can also implements Graph API to autogenerate graphs.
