tags:

views:

27

answers:

0

Im creating a circular graph which contains a thousand edges. It works fine if I have only a few in there, and i can vary the edge length but when I put all the data in I can't seem to control the size anymore. The picture just blows up ridiculously large with just tiny nodes and huge (HUGE) distance to the other nodes.

Im try to influence the length and size using weight, size, len, etc. but nothing seems to work. Anyone any ideas how to control the size of your graph?