[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 •Re: Graph visualization
Page 1 of 1

Re: Graph visualization

Posted: 11 Apr 2013 22:31
by Avani Gade
Hello
I have a graph which is taken from Programmable web it is a mashup of different API's,i have this in a text format so i have converted it to a '.net' file using pajek to visualize the graph in Gephi so far so good.This Graph is a directed graph and has many independent nodes.
When i visualize the graph using a layout i cannot see the individual nodes as all the nodes seem to be connected.
Can anybody help me to find if there is a way i can be able to see the independent nodes too or is there a particular layout for it.

Any help will be appreciated !!
Thank You!!

Re: Graph visualization

Posted: 15 Apr 2013 07:01
by seinecle
Hi,

Using Force Atlas 2 you can increase the parameter called "Gravity", or even use the "Stronger Gravity" tickbox: this has for effect to bring all nodes closer to the center of the screen. Isolated nodes that were lost in the infinity are brought back to being visible.

Best,

Clement

Re: Re: Graph visualization

Posted: 15 Apr 2013 16:38
by Avani Gade
Hello,
Thank you so much i would surely try that.
I have another question is there a possibility that i can colour my mashups and the API's with two different colours??

Thank you!!

Re: Re: Graph visualization

Posted: 15 Apr 2013 16:49
by seinecle
Yes, colors for each node can be edited in the "Edit" panel. Use as many colors as you want.