GraphViz Examples by Natalie

Invoking GraphViz

I don't want to bother with this right now!

Alright then, you can use:

$ tool -T png in -o out

at the command-line, to run tool to render a PNG of your graph file in to out.

(Not So) Gory Details

There are a few command-line tools GraphViz provides. Here's the most used ones:

dot is the most common one — when in doubt, use it. For simplicity, I use dot in examples throughout this page and the rest of the guide.

Other commands

work in progress