[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 •Layouts for Directed/Undirected Graphs
Page 1 of 1

Layouts for Directed/Undirected Graphs

Posted: 09 May 2018 18:40
by nexusnew
Hi everyone,

As I have found out that some layouts are suitable only for undirected graphs (e.g. Fruchterman Reingold).
My question is what happens if I apply a layout for undirected graphs to a directed graph? What does this change in the layout?

Is there any certain rule like if a layout is designed for undirected graphs, it should not be used for directed graphs?

Look forward to getting some answers on this.

Thanks!!

Re: Layouts for Directed/Undirected Graphs

Posted: 09 May 2018 19:58
by eduramiba
Hi,

With layouts designed for undirected graphs, your directed graphs will be treated as if they were undirected.