gephi / gephi-plugins

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

Addition of Circle Pack layout plugin for grouping nodes #165

Closed pflans closed 7 years ago

pflans commented 7 years ago

This is a new plugin for creating circle pack layouts in Gephi using Mike Bostock's implementation in d3-hierarchy but ported over to Java. Multiple levels of hierarchy can be used to create deeper circle packs.

This is my first attempt at a Gephi plugin, critique is welcome.

eduramiba commented 7 years ago

Awesome, thanks for the request! I will check it as soon as possible. For now, please update the sourceCodeUrl part of the pom with the correct value, as our plugin does not fill it correctly.

eduramiba commented 7 years ago

Hi, I created a pull request with fixes and improvements: https://github.com/sasakiassociates/gephi-plugins/pull/1 Please merge it first to your branch and your master before we can merge this.

pflans commented 7 years ago

I've merged in your changes to /master and /circlePack branches. Thanks for your improvements.

eduramiba commented 7 years ago

Merged, thanks! Your plugin will be available soon

eduramiba commented 7 years ago

Your plugin is now available