[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 •Branching edges in Gephi
Page 1 of 1

Branching edges in Gephi

Posted: 24 Feb 2014 12:21
by ddriver1
In Gephi, if a node A connects to nodes B, C and D, the connections will be represented by 3 distinct edges. However, assuming the nodes B, C and D are close to each other, in some applications it may be preferable to display the edges as a single edge which branches out at the end to the destination nodes. This could go further, where each node only has a single outward edge, which branches out at various points along the edge.

Is this a feature that is already available in Gephi? If not, is this something that is doable, or would the groundwork of Gephi make this extremely difficult to implement?

Re: Branching edges in Gephi

Posted: 25 Feb 2014 06:02
by rnovak
Graph databases are of three types: hypergraph, property graph, or triples. (Ref: O'Reiley book on Graph Databases) What you are talking about is a hypergraph. Gephi is built from the ground up as a property graph. Is it going to change … it would have to fundamentally change the way Gephi operates in my estimation.