slack-desc 1.0 KB

1234567891011121314151617181920
  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description.
  3. # Line up the first '|' above the ':' following the base package name, and
  4. # the '|' on the right side marks the last column you can put a character in.
  5. # You must make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':' except on otherwise blank lines.
  7. |-----handy-ruler------------------------------------------------------|
  8. graph-easy: graph-easy (Convert or render graphs)
  9. graph-easy:
  10. graph-easy: This module lets you create graphs (nodes/vertices connected by
  11. graph-easy: edges/arcs, not pie charts!) and then lay them out on a flat
  12. graph-easy: surface. Once laid out, the graph can be converted into various
  13. graph-easy: output formats like ASCII art, HTML or SVG. You can also output
  14. graph-easy: the graph in graphviz format and let dot/neato/circo etc. do the
  15. graph-easy: layout for you.
  16. graph-easy:
  17. graph-easy: Homepage: http://bloodgate.com/perl/graph/manual/index.html
  18. graph-easy: