Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haskell-github-trust/fgl-visualize

Convert FGL to Graphviz DOT format
https://github.com/haskell-github-trust/fgl-visualize

dot fgl graph haskell

Last synced: 30 days ago
JSON representation

Convert FGL to Graphviz DOT format

Awesome Lists containing this project

README

        

fgl-visualize
=============

FGL To Dot is an automatic translation and labeling of FGL graphs to graphviz Dot format
that can be written out to a file and displayed.

let dot = showDot (fglToDot graph)
writeFile "file.dot" dot
system("dot -Tpng -ofile.png file.dot")