|
Moltap.Util.Graphviz | Portability | portable | Stability | experimental | Maintainer | twanvl@gmail.com |
|
|
|
Description |
Utility functions for invoking GraphViz
|
|
Synopsis |
|
|
|
Documentation |
|
data GraphvizProgram |
What Graphviz program to use for visualizing a graph
| Constructors | | Instances | |
|
|
data NodePosition |
The position of a node in a rendered graph
| Constructors | | Instances | |
|
|
runGraphviz :: GraphvizProgram -> FilePath -> String -> IO [NodePosition] |
Run dot or neato to convert a .dot file to .png
Returns the positions of the nodes
|
|
Produced by Haddock version 0.8 |