slackbuilds_ponce/graphics/graph-easy/README
Dimitris Zlatanidis 5a1d32d884 graphics/graph-easy: Added (Convert or render graphs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-07-28 05:24:51 +07:00

9 lines
485 B
Text

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.