Posts tagged as graphviz
Combining Nodes in Graphviz
2015-01-22 by , tagged as
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.
comments powered by Disqus