Tagged Questions
3
votes
0answers
606 views
Spring Graph Algorithm w Node size
I need to do some graph layout drawing and have been looking at using something like the Spring layout algorithm as implemented here and discussed here
However my nodes all have a width and height ...
9
votes
4answers
3k views
Graph auto-layout algorithm
To simplify the problem, I have a graph that contains nodes and edges which are on a 2D plane.
What I want to be able to do is click a button and it make the automatically layout the graph to look ...