efi / gephi-cw

Chinese Whispers Clustering Plugin for Gephi (not yet compatible with 0.9 since there the Clusterer API is still temporarily missing)
https://marketplace.gephi.org/plugin/chinese-whispers-clustering/
7 stars 8 forks source link

Cluster numbering consistent with attribute in data table #1

Closed jbliesener closed 9 years ago

jbliesener commented 9 years ago

This pull-request changes the cluster name to actually reflect the cluster number that appears in the data table.

Gephi uses the index of the Cluster[] elements returned with getClusters() in the datatable. So, if we let this index appear in the cluster name, the cluster window and data table are coherent.

The diff looks big (don't know why), but the actual change only removes line 179 and adds lines 191-195.

Can you publish a new version, with this change, please? Our clients will update automatically.

efi commented 9 years ago

Will be implemented, thank you!

As the commit is quite huge and not really readable (maybe due to different line endings?) I will add the changes manually on my local workspace and then do the release. May take a few days, or so, if that's OK...

efi commented 9 years ago

Resolved with 47e54b5edf4f9bf90c270170a7f7510477519398. Thanks again!

jbliesener commented 9 years ago

Thank you!