Changes for version 0.13 - 2001-03-19
- removed 'use warnings' as suggested by David Adler so we no longer require Perl 5.6
- moved all modules into a new 'lib' directory (and updated examples) so that Devel::GraphVizProf gets installed
- new 'concentrate' graph attribute to merge edges in cluttered directed graphs
- new 'random_start' graph attribute, which requests an initial random placement for the graph
- new 'epsilon' graph attribute, which decides how long the graph solver tries before finding a graph layout, requested by Pierre-Yves Genot
- an empty cluster now means not clustered
- added GraphViz::Regex and example regexp.pl which visualises a regular expression
- now an award-winning module!
Modules
per-line Perl profiler (with graph output)
Interface to the GraphViz graphing tool
Visualise data structures as a graph
subclass of GraphViz with no nodes
Visualise grammars
Visualise a regular expression
use graphviz without installing it
subclass of GraphViz with small nodes
Visualise XML as a tree
Examples
- examples/Functional.png
- examples/Functional.xref
- examples/clusters.pl
- examples/clusters.png
- examples/directories.pl
- examples/directories.png
- examples/dprofpp.graphviz
- examples/dumper.pl
- examples/dumper.png
- examples/imlib.pl
- examples/port.pl
- examples/port.png
- examples/ppmgraph.pl
- examples/primes.dot
- examples/primes.pl
- examples/primes.png
- examples/recdescent.pl
- examples/recdescent.png
- examples/redcarpet.pl
- examples/redcarpet.png
- examples/regex.pl
- examples/regex.png
- examples/remote.pl
- examples/remote.png
- examples/simple.pl
- examples/simple.png
- examples/tmon.dot
- examples/tmon.out
- examples/tmon.png
- examples/undirected.pl
- examples/undirected.png
- examples/xml.pl
- examples/xml.png
- examples/xref.pl