fgl-5.4.2.0: Martin Erwig's Functional Graph Library

Data.Graph.Inductive.Graphviz

Description

Simple graphviz output.

Synopsis

Documentation

data Orient Source

Constructors

Portrait 
Landscape 

Instances

graphvizSource

Arguments

:: (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.

graphviz' :: (Graph g, Show a, Show b) => g a b -> StringSource

Format a graph for graphviz with reasonable defaults: title of "fgl", 8.5x11 pages, one page, landscape orientation