haphviz-0.2.0.1: Graphviz code generation with Haskell

Safe HaskellSafe
LanguageHaskell2010

Text.Dot.Render

Description

Rendering Graphviz code from Haphviz graphs

Synopsis

Documentation

renderGraph :: DotGraph -> Text Source #

Render a graph to graphviz code

renderToFile :: FilePath -> DotGraph -> IO () Source #

Render a given graph and write the result to the given file

renderToStdOut :: DotGraph -> IO () Source #

Render a given graph and print it to std out