gephi / gephi-plugins

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

Polygon shaped nodes plugin #161

Closed iachan closed 7 years ago

iachan commented 7 years ago

Updated PolygonNodes plugin that functioned in Gephi 0.8 to now function in Gephi 0.9 - also allows each node to have a different shape, rather than all being one polygon

eduramiba commented 7 years ago

Great! I will check this soon. A quick review shows that you should not include the <version> tag in any dependencies in your pom regarding Gephi or Netbeans. These versions are already managed in the parent pom.

iachan commented 7 years ago

Thanks for the feedback - this is my first time creating a plugin! Shall I fix that and create a new pull request?

eduramiba commented 7 years ago

Hi, Just push a new commit and this pull request will be updated.

iachan commented 7 years ago

Sorry it took so long, but the pom should be fixed now. Let me know if there's anything else to change

eduramiba commented 7 years ago

Thanks! I will check this as soon as I can

eduramiba commented 7 years ago

Merged! Your plugin will be available soon

eduramiba commented 7 years ago

Your plugin is now available :)

iachan commented 7 years ago

Awesome, thank you :)

WouterSpekkink commented 7 years ago

I am happy to see that someone took the effort to migrate this plugin to the new version of Gephi. I actually asked the original author once whether he had plans to also implement export to SVG and PDF (he didn't) and I see that in the updated version as well they are not implemented (understandable of course; this is not meant as criticism). I wonder how difficult it would be to actually implement these features, because it would make the plugin much more useful to me, and I guess to others. Is there perhaps someone in the original development team that sees opportunities to implement these features?

eduramiba commented 7 years ago

@WouterSpekkink I don't think it's very difficult for SVG https://www.w3schools.com/graphics/svg_polygon.asp or PDF http://developers.itextpdf.com/examples/itext-action-second-edition/chapter-14#519-pathconstructionandpainting.java