From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-11-24 10:59:58


On Nov 24, 2004, at 10:19 AM, Thomas Costa wrote:
> What's the new layout algorithm based on?
        
It's the Fruchterman-Reingold force-directed layout algorithm. All
pairs of vertices have a repulsive force pushing them apart, and all
adjacent vertices have an attractive force pulling them together. It's
in CVS, if you're really curious about it.

        Doug