[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
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2014-09-17T11:27:40+01:00 https://www.forum-gephi.org/app.php/feed/topic/3581 2014-09-17T11:27:40+01:002014-09-17T11:27:40+01:00 https://www.forum-gephi.org/viewtopic.php?t=3581&p=10715#p10715 <![CDATA[Re: Consider Edges without connections]]> Statistics:Posted by Mapgephi — 17 Sep 2014 11:27


]]>
2014-09-16T16:41:37+01:002014-09-16T16:41:37+01:00 https://www.forum-gephi.org/viewtopic.php?t=3581&p=10711#p10711 <![CDATA[Re: Consider Edges without connections]]>
It seems that one way to do it is to list the nodes first, and then list the connections in a CSV file:

CODE:

ABCDA;BC;A
Load this CSV file, and you should see that the node D exists but has no edges connected to it.

I think there's another way to do this by putting nodes and edges in different CSV files, and then loading the files using the "Import Spreadsheet" tab on the Data Laboratory tab. The file formats are described here: https://gephi.github.io/users/supported ... readsheet/. I haven't tried this, though.

There are other file formats that Gephi supports that allow specifying nodes without edges, but I think these two strategies are probably closest to what you have been trying.

Statistics:Posted by mars0i — 16 Sep 2014 16:41


]]>
2014-09-15T18:17:13+01:002014-09-15T18:17:13+01:00 https://www.forum-gephi.org/viewtopic.php?t=3581&p=10709#p10709 <![CDATA[Consider Edges without connections]]>
I try to visualize my citation analysis with gephi, so I imported an excel sheet with all the connections (who is cited by whom). My problem is how to consider those authors who are not cited. They would have no connection in my graph, but that's what I would like to show.
It's not possible to mention those not cited authors in my excel sheet only as a source, because a target is always necessary.

Do you know a solution? Looking forward for your help.
Thanks a lot!

Statistics:Posted by Mapgephi — 15 Sep 2014 18:17


]]>