fgl-5.4.2.2: Martin Erwig's Functional Graph Library
Source code
Contents
Index
Data.Graph.Inductive.Graphviz
Description
Simple graphviz output.
Synopsis
data
Orient
=
Portrait
|
Landscape
graphviz
:: (
Graph
g,
Show
a,
Show
b) => g a b ->
String
-> (
Double
,
Double
) -> (
Int
,
Int
) ->
Orient
->
String
graphviz'
:: (
Graph
g,
Show
a,
Show
b) => g a b ->
String
Documentation
data
Orient
Source
Constructors
Portrait
Landscape
graphviz
Source
:: (
Graph
g,
Show
a,
Show
b)
=> g a b
The title of the graph
->
String
The size of the page
-> (
Double
,
Double
)
The width and height of the page grid
-> (
Int
,
Int
)
The orientation of the graph.
->
Orient
->
String
Formats a graph for use in graphviz.
graphviz'
:: (
Graph
g,
Show
a,
Show
b) => g a b ->
String
Source
Format a graph for graphviz with reasonable defaults: title of "fgl", 8.5x11 pages, one page, landscape orientation
Produced by
Haddock
version 2.6.0