Changes for version 0.08 - 2004-11-07
- There were variable declarations inside code.
- Predeclare the boot_ calls.
- remove aglo_point_iso_frame before anyone thinks that actually works.
- Removed some unused variables
- Rename the variable "rand" to something else. Some compilers dislike the conflict with rand().
- Call perl rand through the opcode table if the random generator is uninitialized.
- Remove inline, unportable
- tests should not depend on fileseparator
- Don't use the OO interface to File::Temp, it's not yet in older perls.
- File::Temp tempfiles are seemingly opened in binmode. Do the tail in textmode in t/05_GnuPlot.t
Documentation
Using Getopt::Long and Pod::Usage
Modules
A module for laying out graphs
Base class for graph layout aesthetic forces
nodes try to move away from the center of gravity
Try to make edges uncross
Try to make edges uncross, stronger version
Connected nodes attract
Try to put nodes at the same level equally far from the left
nodes and edges repel each other
nodes repel each other
Try to place parents to the left of their children
Write aesthetic forces using perl
Include files that were used to build Graph::Layout::Aesthetic
Display progress of a graph layout using gnuplot
Graph topology for use by Graph::Layout::Aesthetic
Examples
- ex/ell.in
- ex/heywood.in
- ex/t00.desc
- ex/t00.in
- ex/t01.desc
- ex/t01.in
- ex/t02.desc
- ex/t02.in
- ex/t03.desc
- ex/t03.in
- ex/t04.desc
- ex/t04.in
- ex/t05.desc
- ex/t05.in
- ex/t06.desc
- ex/t06.in
- ex/t07.desc
- ex/t07.in
- ex/t08.desc
- ex/t08.in
- ex/t09.desc
- ex/t09.in
- ex/t10.desc
- ex/t10.in
- ex/t11.desc
- ex/t11.in
- ex/t12.desc
- ex/t12.in
- ex/t13.desc
- ex/t13.in