A command-line tool to produce layered drawings of directed graphs.
dot -Tpng -O {{path/to/file.dot}}
dot -Tsvg -o{{path/to/out_file.svg}} {{path/to/file.dot}}