[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 •tree representation in gephi toolkit
Page 1 of 1

tree representation in gephi toolkit

Posted: 14 Aug 2014 13:48
by yuyaxuan
Hi,

I am currently using gephi toolkit in a java program. I am wondering which layout should i use to get a tree representation of my graph? Like kind of hierarchical structure.

Re: tree representation in gephi toolkit

Posted: 17 Aug 2014 20:38
by hbruch
Hi,

The DAG-Layout might be the kind of layout you are looking for.
See this thread which discusses a similar topic.

Best regards,
Holger

Re: tree representation in gephi toolkit

Posted: 19 Aug 2014 16:14
by yuyaxuan
hbruch wrote:Hi,

The DAG-Layout might be the kind of layout you are looking for.
See this thread which discusses a similar topic.

Best regards,
Holger


Thanks Holger for your reply. I am not sure if I can use DAG in the toolkit cause I could not find it from the toolkit.jar. I am currently doing some basic integration coding of gephi into my java project.