Posted by: Anonymous Coward
on November 23, 2005 03:15 PM
The examples shown in this article are very small flowchart-types of graphs. Graphs can often consist of very large numbers of nodes. I frequently generate graphs with >1000 nodes, and tens of thousands of edges among them. I output the data directly from C++ programs, and use dot for visualization. I'd hate to try to do this by hand. See the GraphViz site for some very cool examples.
Re:Org charts and relationship diagrams
Posted by: Anonymous Coward on November 23, 2005 03:15 PM#