Changes for version 2.24 - 2013-12-02
- Rewrite scripts/extract.output.formats.pl, which used to download a page of documentation from graphviz.org, and parse it to build a list of output formats. The problems are: (1) Forgetting to run the script; (2) the on-line docs being out-of-date. So, as of this version, I now parse the output of 'dot -T?', which will not just be more accurate, but will also include the formats supported by locally-installed plugins. It's a win-win result.
- Put that new logic into GraphViz2's load_valid_attributes() method.
- Expand the FAQ to discuss the above operation.
Modules
A wrapper for AT&T's Graphviz
A wrapper for AT&T's Graphviz
Visualize a database schema as a graph
Visualize a data structure as a graph
Some utils to simplify testing and generating the demo page
Visualize N Perl class hierarchies as a graph
Visualize a Parse::RecDescent grammar as a graph
Visualize a Perl regular expression as a graph
Visualize a Set::FA::Element state transition table as a graph
Visualize XML as a graph
Visualize a yacc grammar as a graph
Visualize a yapp grammar as a graph
Some utils to generate the demo page