0

I had the same question as this one. The solution works, however, I cannot seem to space out the nodes and make them appear in a circular format like the solution shows. The nodes of the same color are overlapping instead of being clustered in a circular format/more concentric. I used the code in the question above.

I'm getting the following output: enter image description here I'm guessing it has to do with the spacing of the nodes that is causing them to overlap and not create a circular cluster.

I want the nodes to look like this, like in the solution for the above question: enter image description here

nandz123
  • 159
  • 12
  • In the linked solution, they use the variable `rad` (set to 13) when defining the `repos` values to set the radii of the nodes. You may have to play around with that value to get your clusters to have a wider radius. – cookesd Nov 22 '20 at 14:59
  • @cookesd I've tried all values possible for `rad`, the nodes still end up overlapping. – nandz123 Nov 25 '20 at 08:00

0 Answers0