Posts tagged as graphviz

Combining Nodes in Graphviz

2015-01-22 by Mike Shal, tagged as graphing, graphviz, mozilla, tup

Graphviz is a handy tool for making graphs. The "dot" command in particular is great for drawing dependency graphs, though for many real-world scenarios there are simply too many nodes to generate a useful graph. In this post, we'll look at one strategy for automatically combining similar nodes so that a more understandable dependency structure is revealed.

Read more »

comments powered by Disqus