gephi / gephi-plugins

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

Graphviz layout: always turn node IDs into string (issue #177) #292

Closed eboswell closed 1 year ago

eboswell commented 1 year ago

New plugin or plugin update?

What is the purpose of this plugin?

Fixing issue #177 by always making the node ids in the dot file strings.

How to test your plugin in Gephi?

  1. compile with mvn clean package
  2. install the plugin modules/GraphvizLayout/target/nbm/gephigraphviz-1.0.0.nbm into Gephi

Checklist before submission