[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Changing Node Shape
Page 1 of 1

Changing Node Shape

Posted: 24 Feb 2017 16:42
by mcadamsg
Hi, I was wondering if there is ANY way of changing node shape in the current version.

I realize that this was a feature in an old version and has not been re-implemented yet (https://github.com/gephi/gephi/issues/1472).

I tried using an old plugin (https://marketplace.gephi.org/plugin/polygon-nodes/) but it gave me an exception (java.lang.NoClassDefFoundError: org/gephi/preview/api/ProcessingTarget).

My company is very interested in using Gephi, but changing node shape is a big deal because without it there is only 2 ways of differentiating nodes - color and size.

Is there some kind of hack I can do to get this functionality? Maybe building old code that the Polygon plugin uses into a new jar that I can put in my modules folder? Is it possible to write my own plugin to achieve this?