summaryrefslogtreecommitdiff
path: root/graphics/graph-easy/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2015-07-27 15:04:17 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-07-28 05:24:51 +0700
commit5a1d32d884c5bb8125fefef9eb49370060a11360 (patch)
treea6cf9891d2ef8301f9b26c212f935e2119346b16 /graphics/graph-easy/README
parente6ad56aaddea03d2b9cf36e524db3eda02b6f181 (diff)
downloadslackbuilds-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/README9
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.