[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 •Gephi plugin - Make changes to labels visible
Page 1 of 1

Gephi plugin - Make changes to labels visible

Posted: 15 Nov 2017 09:56
by CodeIt
Hello,
I am currently writing a plugin for Gephi. Gephi is integrated into NetBeans as a platform.
In this plugin changes should be made in the labels of the nodes and then made visible under Overview -> Nodes -> Partition -> Select Attributes in the graph.
After the plugin has been executed, the changes to the labels are visible in Data Lab.
But in the Overwiew there is no way to assign a specific color or size to the node of the label, depending on the changed labels.

Did I forget anything in the implementation?

I would be very thankful for help