What is the best flowchart/graph Open Source Software?
As someone who has a hard time visualizing the control flows of my own programs and scripts, I find these things absolutely amazing. But I've been having a hard time finding a good program for Windows. So I ask you HN for suggestions. Thanks in advance for any replies and suggestions.
5 comments
[ 3.3 ms ] story [ 26.5 ms ] threadIt's the standard graph visualization tool for computer scientists, and you can make it do all sorts of tricks from fancy colored graphs with typeset labels to automatically generated call graphs of very large systems with thousands of functions.
It's free and cross-platform. And it uses a simple declarative language to generate graphs, that's easy to create automatically.