|
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
Convert a graph to dot format. You can then write this to a file
and run the appropriate command on it (found using commandFor).
|
|
|
Convert a graph to dot format, using the specified clustering function
to group nodes into clusters. You can then write this to a file and
run the appropriate command on it (found using commandFor).
Clusters can be nested to arbitrary depth.
|
|
|
Run the graph via dot to get positional information and then
combine that information back into the original graph.
Note that this doesn't support graphs with clusters.
|
|
|
|
|
The appropriate GraphViz command for the given graph.
|
|
|
Constructors | | Instances | |
|
|
|
Constructors | | Instances | |
|
|
|
Constructors | | Instances | |
|
|
|
Define into which cluster a particular node belongs.
Nodes can be nested to arbitrary depth.
| Constructors | | Instances | |
|
|
|
|
|
|
module Data.GraphViz.Attributes |
|
Produced by Haddock version 2.3.0 |