gephi / gephi-plugins

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

Updated event graph layout for gephi 0.9. #112

Closed WouterSpekkink closed 8 years ago

WouterSpekkink commented 8 years ago

I noticed that floats and Float objects can no longer be cast to Double objects, and that doubles or Double objects cannot be cast into Float objects. This was possible with the previous API of Gephi, as far as I know. Now Gephi will throw an error of such casting is attempted. The same happens with the GeoLayout plugin I have noticed.