B. Watson e04aaf01b6 graphics/graph-easy: Wrap README at 72 columns. 2 years ago
..
README e04aaf01b6 graphics/graph-easy: Wrap README at 72 columns. 2 years ago
graph-easy.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 2 years ago
graph-easy.info 9adb9b693d graphics/graph-easy: Update download. 6 years ago
slack-desc 5c49bceaa1 graphics/graph-easy: Fix slack-desc. 7 years ago

README

This module lets you create graphs (nodes/vertices connected by
edges/arcs, not pie charts!) and then lay them out on a flat surface.

Once laid out, the graph can be converted into various output formats
like ASCII art, HTML or SVG. You can also output the graph in graphviz
format and let dot/neato/circo etc. do the layout for you.

Graphs can be either generated by Perl code, parsed from a simple
text format that is human readable and maintainable, or parsed from
Graphviz code.