Layouts for Directed/Undirected Graphs

Algorithms and parameters to put data in space
Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
nexusnew
Posts:1
Joined:09 May 2018 18:28
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Layouts for Directed/Undirected Graphs

Post by nexusnew » 09 May 2018 18:40

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!!

User avatar
eduramiba
Gephi Code Manager
Posts:1064
Joined:22 Mar 2010 15:30
Location:Madrid, Spain
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: Layouts for Directed/Undirected Graphs

Post by eduramiba » 09 May 2018 19:58

Hi,

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

Post Reply
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable