Skip to content

Files

Latest commit

 

History

History
9 lines (7 loc) · 280 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 280 Bytes

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")