[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 •Making simple graph
Page 1 of 1

Making simple graph

Posted: 07 Aug 2017 13:59
by user8374
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