|
Data.Graph.Inductive.Graphviz |
|
|
Description |
Simple graphviz output.
|
|
Synopsis |
|
|
|
Documentation |
|
|
Constructors | | Instances | |
|
|
|
:: (Graph g, Show a, Show b) | | => g a b | The graph to format
| -> String | The title of the graph
| -> (Double, Double) | The size
of the page
| -> (Int, Int) | The width and
height of the page
grid
| -> Orient | The orientation of
the graph.
| -> String | | Formats a graph for use in graphviz.
|
|
|
|
Format a graph for graphviz with reasonable defaults: title of "fgl",
8.5x11 pages, one page, landscape orientation
|
|
Produced by Haddock version 0.9 |