diff options
Diffstat (limited to 'graphics/graphviz/README')
-rw-r--r-- | graphics/graphviz/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/graphviz/README b/graphics/graphviz/README new file mode 100644 index 0000000000..dbcfcd959b --- /dev/null +++ b/graphics/graphviz/README @@ -0,0 +1,11 @@ +Graphviz is open source graph visualization software. It has several main +graph layout programs. It also has web and interactive graphical interfaces, +and auxiliary tools, libraries, and language bindings. + +Graph visualization is a way of representing structural information as diagrams +of abstract graphs and networks. Automatic graph drawing has many important +applications in software engineering, database and web design, networking, and +in visual interfaces for many other domains. + +This requires SWIG for building language bindings (available at +SlackBuilds.org). |