diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-07-27 15:04:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-28 05:24:51 +0700 |
commit | 5a1d32d884c5bb8125fefef9eb49370060a11360 (patch) | |
tree | a6cf9891d2ef8301f9b26c212f935e2119346b16 /graphics/graph-easy/README | |
parent | e6ad56aaddea03d2b9cf36e524db3eda02b6f181 (diff) | |
download | slackbuilds-5a1d32d884c5bb8125fefef9eb49370060a11360.tar.gz |
graphics/graph-easy: Added (Convert or render graphs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/graph-easy/README')
-rw-r--r-- | graphics/graph-easy/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/graph-easy/README b/graphics/graph-easy/README new file mode 100644 index 0000000000..ba45f2640d --- /dev/null +++ b/graphics/graph-easy/README @@ -0,0 +1,9 @@ +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. |