[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 •GML node colors are read but doesn't appear in the graph viz
Page 1 of 1

GML node colors are read but doesn't appear in the graph viz

Posted: 23 Nov 2012 14:06
by farscape2012
I read gml file with attribute 'color' to indicate the color for nodes into Gephi. The color is six-digit hexadecimal representation of color of the form #RRGGBB.

My question is does not Gephi support hex representation?
Do I have to convert it into [r, g,b ]format?