[Swift-devel] DAG visualization tool
Ben Clifford
benc at hawaga.org.uk
Wed Feb 10 03:49:35 CST 2010
> Can anyone point me to the tool used to visualize DAGs, like the one I found
> in one of the Swift papers? Also, does the tool require SwiftScript to
> generate the graph, or does it only consume a DAG description, and therefore
> could be used outside of Swift as well, as long as you describe the DAG in the
> right format?
probably the dot command from graphviz.
The commandline options that mike gave for swift generate input for that,
but graphviz in general is for any DAGs.
Its a pretty straightforward syntax to get basic graphs.
--
More information about the Swift-devel
mailing list