Graph layout

Hi,Can anyone help to create an algorithm for arranging a graph as http://www.spss.com/research/wilkinson/Applets/graphlayout.html the "Network" layout on this page.Thanks a lot.
[199 byte] By [conscripta] at [2007-10-3 11:32:00]
# 1
> Can anyone help to create an algorithm ...I'm sure someone can. You'll have to ask a specific question however.
prometheuzza at 2007-7-15 13:58:46 > top of Java-index,Other Topics,Algorithms...
# 2
http://www.graphdrawing.org/
YAT_Archivista at 2007-7-15 13:58:47 > top of Java-index,Other Topics,Algorithms...
# 3
Hello,try the class, that comes with the SUN Java JDK's since version 1: http://java.sun.com/applets/jdk/1.4/demo/applets/GraphLayout/example1.htmlIt should work for the mentioned "Network" layout (which is a tree!) as well as for real
negttida at 2007-7-15 13:58:47 > top of Java-index,Other Topics,Algorithms...