Notes

Graphviz Hello World

Daniel Weibel
Created 14 Mar 2014

A small Graphviz file demonstrating the basic Graphviz syntax and compilation workflow.

Graphviz is a collection of command line tools for automatically laying out and rendering graphs specified in the DOT language.

Compiling the above .dot file with

dot -Tpdf graphviz.dot >graphviz.pdf

produces the following PDF file: