You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Chris Novakovic 9adb9b693d graphics/graph-easy: Update download. 8 years ago
..
README graphics/graph-easy: Added (Convert or render graphs). 10 years ago
graph-easy.SlackBuild graphics/graph-easy: Updated for version 0.76. 9 years ago
graph-easy.info graphics/graph-easy: Update download. 8 years ago
slack-desc graphics/graph-easy: Fix slack-desc. 9 years ago

README

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.