I'm using python igraph and many of my charts are plotted with pesky overlapping labels. I found an rpackage solution in this thread (Plotting clusters of nominal data in R) but that is for R Package. Here is an example of what I'm getting. The python documentation doesn't mention how to troubleshoot this. Appreciate any insight.

spanning_tree(self, weights=None, return_tree=True)See also the documentation link