[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 •directly automatic colorchange
Page 1 of 1

directly automatic colorchange

Posted: 24 Apr 2013 16:32
by yxj0312
Hi,
is it possible to add a feature with a plugin like:

first all the nodes in the graph were colored according to the distance.
when i drag 1 node in my graph, it can automatic show the Coloringchange in the Overview or Preview window.

i have already write 1 Plugin to implement this features. But i need to manully click the bottom which i designed in the statisitikmenu to calculate the distance each time.

My question is: is there some API to support to directly automatic colorchange after change the position of nodes

thanks