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.
Asked
Active
Viewed 883 times
6
-
similarly to R solution that you posted, you can use : `spanning_tree(self, weights=None, return_tree=True) `See also the documentation [link](http://igraph.org/python/doc/igraph.Graph-class.html#spanning_tree) – seralouk Jun 14 '17 at 13:14