[Haskell-cafe] Tool for visualisation of graph reduction step by step

Stephen Tetley stephen.tetley at gmail.com
Thu Nov 14 16:59:31 UTC 2013


On 14 November 2013 12:03, Miguel Ramos <org.haskell at miguel.ramos.name> wrote:
>

> (b) What tools do people use for plotting static program graphs, such as
> those in books, papers and slides?


Graphviz can be tamed somewhat with ranking - see the examples in the manual.

If you want pretty, hand coded graphs then TikZ is a handsome option.
It has the obvious edges with or without arrowheads, but also the
"anchor" abstraction which is a very neat way of placing edges.


More information about the Haskell-Cafe mailing list