Graph layout [OK]
Graphics
3
Posts
2
Posters
0
Views
1
Watching
-
Hello folks, i'm searching for a class or any sample code to organize a graph (map or network). I try to explain better, i just want to display a graph in a fine way, clear and well spaced. Thanks in advance
Program your life ^^
modified on Wednesday, January 7, 2009 3:39 PM
-
Hello folks, i'm searching for a class or any sample code to organize a graph (map or network). I try to explain better, i just want to display a graph in a fine way, clear and well spaced. Thanks in advance
Program your life ^^
modified on Wednesday, January 7, 2009 3:39 PM
-
Lookup "simulated annealing" - it's a good algorithm for laying out all kinds of data, from map labels to graphs. Cheers, Drew.