[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 •Is there a filter that stops edges from overlaping?
Page 1 of 1

Is there a filter that stops edges from overlaping?

Posted: 04 Jan 2018 22:12
by Mercarcher
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.

Re: Is there a filter that stops edges from overlaping?

Posted: 05 Jan 2018 10:48
by eduramiba
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