Changes for version 0.09 - 2005-07-28
- The windows frontent to gnuplot is called "pgnuplot"
- The default gnuplot terminaltype is "windows", not "X11"
- Don't try to pass a geometry argument to gnuplot on windows.
- Start using PERL_NO_GET_CONTEXT, and properly propagate the interpreter context everywhere.
- Replaced :: by - in author email address (easier quoting for mailers)
- Replace object access by more paranoid versions.
- Updated Sample._xs to reflect current reality.
- Added dummy MODULE lines in the .xs files that don't have it (or really need it). Some versions of xsubpp seem to insist on this.
- Minor documentation updates.
Documentation
A commandline graph layout tool
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