[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 •[SOLVED] relationships between different quantities of node
Page 1 of 1

[SOLVED] relationships between different quantities of node

Posted: 14 Apr 2010 00:37
by Zécarlos
Hi
I need to show relationship between different amounts of friends (3, 4, 5, 6 nodes). The example of the site for GDF format, just as done with 2 nodes. Someone could tell me how. Thank :?:

Re: Represent relationships between different quantities of node

Posted: 14 Apr 2010 13:53
by admin
Hi,

2 or more makes no difference. Did you read the documentation?

Also take a look at this application: http://thepoliticsofsystems.net/2010/03 ... -to-gephi/

Re: Represent relationships between different quantities of node

Posted: 14 Apr 2010 15:44
by okiley
I just noticed in that page description is the LABLE attribute is mandatory. The data I'm working with didn't have a lable column. Gephi copied the "name" field and applied it to both the ID and the Lable fields correctly. Just an FYI.

Re: Represent relationships between different quantities of node

Posted: 14 Apr 2010 16:35
by admin
Fixed, thanks.

Re: Represent relationships between different quantities of node

Posted: 14 Apr 2010 18:35
by okiley
Heh, I tried out the face book utility, pretty cool!

Question . . . I tried following the instructions you posted about the modularity statistics. when I open the stastics panel, the options for run, view, and settings are all greyed out. Is there something i need to do in order to activate statistics?

Re: Represent relationships between different quantities of node

Posted: 14 Apr 2010 21:01
by mbastian
This may be bug 561483 which has been corrected but not deployed yet. It will be in next release.

Re: Represent relationships between different quantities of node

Posted: 16 Apr 2010 16:40
by Zécarlos
Hi,
thanks for the reply but I knew I might not explain well. What I just do not find a way to put relations between many nodes, like this:

Code: Select all

[/nodedef> name
29
36
40
52
58
60
edgedef> node1,node2,label varchar
36,60,40,29,52,58,(hermanos)]

I've tried to no avail as follow:

[code][/odedef> name
29
36
40
52
58
60
edgedef> node1,node2,node3,node4,node5,node6,label varchar
36,60,40,29,52,58,(hermanos)]

you suggest?

Re: Represent relationships between different quantities of node

Posted: 16 Apr 2010 17:04
by admin
This "shortcut" is not possible in GDF, you have to write each relation solely.

Re: Represent relationships between different quantities of node

Posted: 19 Apr 2010 13:30
by okiley
Right, you'd need to have:

Code: Select all

nodedef> name
29
36
40
52
58
60
edgedef> node1, node2
36,60
36,40
36,29
36,52
36,58