Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 381 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 381 Bytes

Easy Graph Visualization of SRCML

$ srcml example/code.java > example/code.srcml
$ srcml2dot example/code.srcml example/code.dot
$ dot -Tpng example/code.dot > example/code_topdown.png
$ neato -Tpng example/code.dot > example/code_spider.png 

Modify srcml2dot.py to add attributes in the same fashion as fontname. See: http://www.graphviz.org/doc/info/attrs.html