[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 •Multiple groups using sigma.js
Page 1 of 1

Multiple groups using sigma.js

Posted: 14 Apr 2017 12:22
by hyuecn
Dear all,

I'm using the sigma.js plugin to export a network and wondered if anyone had experience of adding multiple group filters to the visualisation.

My network shows trade between nations, and at present, I am using an attribute which identifies which region the country is in as the group selector. I have a few different node and edge attributes in my network and I would like to use some of those as filters too. For example, I have an edge attribute for year and another for the item being traded, and it would be interesting to use these in the visualisation.

Furthermore, is it possible to include specific group names when using the selector? I have string values for the regional groups, and the sigma.js' default 'group 1' 'group 2' coding isn't especially helpful.

Any advice on this would be most welcome.

Thanks