graphics/graph-easy: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 15:02:02 -04:00
parent a7dbeda6e4
commit e04aaf01b6
1 changed files with 8 additions and 7 deletions

View File

@ -1,9 +1,10 @@
This module lets you create graphs (nodes/vertices connected by edges/arcs,
not pie charts!) and then lay them out on a flat surface.
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.
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.
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.