Changes for version 0.14 - 2001-05-03
- added support for InterpLit node in RecDescent grammars
- added cumulative effect for node attributes (patch by Diego Zamboni)
- changed the quoting rules again to make it easier to read the dot files (idea by Diego Zamboni)
- make add_edge() automatically add any nodes specified for the edge that have not been previously added to stop the Graph module complaining (patch by Diego Zamboni)
- new 'node', 'edge', and 'graph' graph attributes to specify global node, edge, and graph attributes (patch by Diego Zamboni)
- removed t/regex.t and documented that GraphViz::Regex may not work on various perls
- added GraphViz::Regex_YAPE module, another way to graph a regular expression
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
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/regex_yape.pl
- examples/regex_yape.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