Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMD committed May 17, 2013
1 parent dae685c commit f2e291b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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")

0 comments on commit f2e291b

Please sign in to comment.