[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 •visual organisation divided in caategories
Page 1 of 1

visual organisation divided in caategories

Posted: 12 Aug 2014 12:26
by Vicenspv
Hi,

I would like to know if I can make a visual organisation divided per issues or categories.

For example:

In an excel sheet I have the relations:

a1 with a2
a1with a3
b1 with b4

and I also know that:


category1
a1 (tree)
b1 (tree)


category2
a2(bird)
a3 (bird)
b4 (bird)

I would like the program to separate the categories visually and also relate them. How can I do it?

Thank you.

Re: visual organisation divided in caategories

Posted: 14 Aug 2014 05:42
by hbruch
Hi,

I suppose you are looking for a bipartite/multipartite graph layout. To my knowledge, currently such a layout does not exist for gephi.
Perhaps you could use the GeoLayout as described in this thread.

Best regards,
Holger