gephi / gephi-plugins

Repository for Gephi Plugins maintained by the team. Each plugin has it's branch.
270 stars 620 forks source link

Groups by partition plugin #192

Closed s-puig closed 5 years ago

s-puig commented 6 years ago

A plugin which creates a graph where each node is the aggregation of a group of nodes (of the previous workspace using the colors given to the nodes).

joancf commented 6 years ago

Hi, you should solve the conflicts, and do a new pull request

eduramiba commented 6 years ago

Thanks for the pull request, will review when possible! It's not necessary for you to fix the conflicts, I usually do it manually when merging plugins, no problem.

joancf commented 5 years ago

Hi Eduardo, @eduramiba Do you think it will be available soon on Gephi 0.9.2?

eduramiba commented 5 years ago

Hi Joan, I have been really busy lately, but I will try my best to get the plugin out in november. Thanks for your patience.

joancf commented 5 years ago

Don't worry, I'm teaching at the university and some of the pull requests were done by some computer science students I got in June. But now I'm teaching another course on SNA, to marketing students, and i was wondering if it could be possible to have to have these improvements before ending the course, so they can use it. This one is very useful to visualize the output of the Modularity algorithm in order to show the relationships between groups, others (like the columns calculator) can be used to compute some metrics like effective size of each user... but we end the course soon (6th December) and I think is a bit difficult that you can upload it, I test it and rewrite some of the exercises for this course.

eduramiba commented 5 years ago

Hi, thanks for the request! I fixed some problems in pull request sergipuig#3 Please merge it so we can accept this.

eduramiba commented 5 years ago

Hi, Finally your plugin is merged and should be available soon. Thank you very much for the effort and the patience for this to be merged.

I made some corrections to your code, so please be sure to merge the pull request into your codebase so you can later update the plugin.

eduramiba commented 5 years ago

Your plugin is now available at https://gephi.org/plugins and in Gephi - Tools - Plugins menu

joancf commented 5 years ago

Great!