6

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.

overlap

Community
  • 1
  • 1
Chris Hall
  • 871
  • 6
  • 13
  • 21
  • 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

0 Answers0