[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 •Can't configure multiple edges between 2 nodes
Page 1 of 1

Can't configure multiple edges between 2 nodes

Posted: 12 Apr 2017 23:04
by logic8
Look at image attached. I am just trying to set-up a graph where I have multiple edges between nodes.

I tried the following CSV configuration :

edges :
ID,source,target
0,0,1
1,0,1
2,0,1

nodes:
ID,label
0,1
1,2

Can anyone help. There has to be a way to implement the picture below .

Right now I only get one edge in overview graph. However, I want 3 edges

Re: Can't configure multiple edges between 2 nodes

Posted: 12 Apr 2017 23:10
by eduramiba
Hi,
That's the correct way to do it, indeed it creates 3 different edges in Data Laboratory edges table. But Gephi is not capable of showing different arrows for repeated edges yet, so they will show as a single edge.

Re: Can't configure multiple edges between 2 nodes

Posted: 12 Apr 2017 23:15
by logic8
Great to know. Thank you for the quick response.

Are you suggesting in the future Gephi might be able to show multiple arrows for repeated edges ?

Re: Can't configure multiple edges between 2 nodes

Posted: 12 Apr 2017 23:34
by eduramiba
Yeah, it's more probable to be available in the "Preview" section.

Re: Can't configure multiple edges between 2 nodes

Posted: 13 Apr 2017 03:13
by logic8
That is great to know. I have just started using the software. What is the "preview " section ?

Re: Can't configure multiple edges between 2 nodes

Posted: 13 Apr 2017 11:04
by eduramiba
In preview is where you can create high quality vector graphics and export them to svg, pdf or png. Overview is more for fast and real time interaction to explore and manipulate the graph.

Re: Can't configure multiple edges between 2 nodes

Posted: 13 Apr 2017 16:18
by logic8
Got it, thanks. When you said preview, I thought you meant software preview , like 0.9.2 or something