From f2e291bc662ce4badc19e11294dc9c279095e073 Mon Sep 17 00:00:00 2001 From: Thomas DuBuisson Date: Fri, 17 May 2013 11:52:14 -0600 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1b293ac --- /dev/null +++ b/README.md @@ -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")