Is there a filter that stops edges from overlaping?

Extensions and customization
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
Mercarcher
Posts:2
Joined:04 Jan 2018 16:01
[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
Is there a filter that stops edges from overlaping?

Post by Mercarcher » 04 Jan 2018 22:12

I'm maping out a drainage network. Each point is a drain and flows into only 1 other drain. There are no crossing drains so each node has a max of 1 drain that it drains into and can have multiple points that drain into it. I'm trying to form something like a tree. Is there any filter that would allow points to be organized so that each edge doesn't cross over another edge?

Grand total there are 450 nodes and about 430 edges.

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: Is there a filter that stops edges from overlaping?

Post by eduramiba » 05 Jan 2018 10:48

Hi, there is not, but you can write layouts and filters as plugins. Also, maybe some of the existing layout plugins help you do it:

https://gephi.org/plugins/#/plugin/gephigraphviz
https://gephi.org/plugins/#/plugin/eventgraphlayout
https://gephi.org/plugins/#/plugin/spanning-tree-plugin

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