Making simple graph

Get help with your data
Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
user8374
Posts:1
Joined:07 Aug 2017 13:49
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Making simple graph

Post by user8374 » 07 Aug 2017 13:59

Hello, I start to learn Gephi.

I need to build such a graph:
Image

Here is my code:

Code: Select all

nodedef> name
a
b
c
d
e
edgedef> node1,node2
a,b
b,c
b,d
d,e

The code was taken here http://changelog.ca/log/2013/03/09/gdf

I create gdf-file, copy-paste the code above, open this file using Gephi.
It gives such a result:
Image


How to make it like on this picture?
Image

Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable