|
Hello, \nI have a large set of vertices and edges and I want to visualize them. I want the program somehow place them without specifying the co-ordinates (without x and y values in insertVertex() method). Is it possible ? \nThanks,\nSatya |
|
You can use 0 for those coordinates and run a layout algorithm after having inserted all of the cells, for example the organic layout. |