With the following code:
layout = g.layout_reingold_tilford()
ig.plot(g, “company.png”, layout=layout, bbox=(3000, 3000))
I obtain something like the following:
Is there a way to take the labels (people names) into account to stagger the vertices so they (mostly) do not overlap?
Thanks