Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haskell-github-trust/fgl-visualize
- Owner: haskell-github-trust
- License: bsd-3-clause
- Created: 2011-12-31T19:23:50.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-17T17:52:14.000Z (over 11 years ago)
- Last Synced: 2024-10-15T06:54:49.712Z (30 days ago)
- Topics: dot, fgl, graph, haskell
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/fgl-visualize
- Size: 103 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")