bhargavchippada / forceatlas2

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

weighted or not? #4

Closed tarikaltuncu closed 6 years ago

tarikaltuncu commented 6 years ago

Hi,

Sample code defines edgeWeightInfluence = 1.0 but in the header comments of master/fa2/forceatlas2.py says weighted version is not implemented.

So it's confusing. Would this forceatlas2 act right on our weighted graphs or not?

bhargavchippada commented 6 years ago

Sorry for the late reply. Yes, forceatlas2 can act on weighted graphs. I fixed the typo in this lastest commit. Thanks for noticing!