Index of sample SVG files created by GraphViz2 V 1.01.

All scripts, input files and output files required to generate these examples are shipped in the GraphViz2 distro.

1: Demonstrates the transitive 6-net, also known as Heawood's graph.
2: Demonstrates empty strings for node names and labels.
3: Demonstrates a cluster - with a bug. See the TODO in the POD.
4: Demonstrates graphing a database schema.
5: Demonstrates graphing an Algorithm::Dependency object.
6: Demonstrates graphing a Perl data structure.
7: Demonstrates using XML::Bare to parse HTML.
8: Demonstrates graphing a Perl class hierarchy.
9: Demonstrates graphing a Parse::RecDescent-style grammar.
10: Demonstrates graphing a Perl regular expression.
11: Demonstrates using XML::Bare to parse XML.
12: Demonstrates using XML::Tiny to parse XML.
13: Demonstrates graphing a byacc-style grammar.
14: Demonstrates graphing a yapp-style grammar.
15: Demonstrates (1) newlines and double-quotes in node names and labels, (2) justification - with a Graphviz bug.
16: Demonstrates a subgraph (with a frame because the subgroup is called cluster_*).
17: Demonstrates a subsubgraph.
18: Demonstrates a trivial 3-node graph, with colors.