[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 •database columns for direct import in Gephi, esp node colour
Page 1 of 1

database columns for direct import in Gephi, esp node colour

Posted: 10 Jan 2012 21:29
by richie.kavanagh
Hi all,
I've been piloting Gephi at work for financial transaction visualization. Folks are really impressed so a big thanks to the Gephi team for such great work.
Currently I'm successfully importing nodes and edges from a postgres database, including edge weights from a column called 'weight' and nodes sizes from a column called 'size'.

I would be grateful for some help on all the column names (and types if relevant) I can use to import into Gephi.

In particular, I am really keen to know how I can import node and edge colours as the users wish to avoid doing that mark up manually once data has come into Gephi.
I tried having a column called 'color' with content "[123,55,66]" and "123,55,66" but neither of these works.

Thanks
Rich

Re: database columns for direct import in Gephi, esp node co

Posted: 11 Jan 2012 02:59
by mbastian
Hi,

I think the color should be supported in the format '123,12,255' with 'color' as the name of the column. If this doesn't work please open a issue on GitHub and we'll fix it.

Re: database columns for direct import in Gephi, esp node co

Posted: 11 Jan 2012 16:38
by richie.kavanagh
Hi,
Thank you for the quick reply. Bug submitted

Best regards,
Enda