Visualizing the Graphs
There is an existing Trac plug-in called GraphVizPlugin that might be of use to us. It takes in a DOT Language definition of a graph, and then exports an image of the graph, that is displayed on the Trac wiki page. You can customize the edge colours, and shapes of the nodes, and all sorts of other stuff. It requires that you have GraphViz installed on your system, though -- hopefully not a big deal.
Reading: [The DOT Language] [DOT Grammar] [GraphViz]

0 Comments:
Post a Comment
<< Home