SlackBuildsOrg/graphics/graph-easy
B. Watson 46e4b8406b
graphics/graph-easy: Remove .packlist.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-07-08 16:42:00 +07:00
..
graph-easy.info
graph-easy.SlackBuild
README
slack-desc

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.