bhargavchippada / forceatlas2

Fastest Gephi's ForceAtlas2 graph layout algorithm implemented for Python and NetworkX
GNU General Public License v3.0
280 stars 81 forks source link

No overlap? #7

Open jeiros opened 6 years ago

jeiros commented 6 years ago

Hi there,

This package is really useful!

Is it feasible to add a way of having the nodes not overlapping? I really want to be able to see them all as I want to read their labels. When they are overlapping, that's kind of cluttered and not readable.

Here's what I get: network_layout copy

Basically, I don't want the clusters to be too far apart, but the nodes just to be side to side one of each other. Gephi has that option, I think it's called 'Noverlap'

Thanks!

bhargavchippada commented 6 years ago

Thanks, jeiros. Yes, Gephi has that option. I will try to port it to Python in my free time. Hope that happens soon, cheers! I created a milestone for this.