[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 •How to create a bipartite graph?
Page 1 of 1

How to create a bipartite graph?

Posted: 02 Oct 2017 22:27
by Chazu1989
Hello,

after I was able to import my data due to problems (Link to the thread) with the encoding of my txt/csv files, I'am now totally lost to create a bipartite graph...

What I want to do is the following:
Image

The thickness of a line should depend on the number of connections from a keyword to its class.

I have found two tutorials:
1. https://seinecle.github.io/gephi-tutori ... ph-en.html
2. https://shawngraham.gitbooks.io/dh-work ... s.txt.html

But anyway, it doesn't work for me. When I compare my data to the tutorial in Link 2, my "Classes" should be the same like the companies and my keywords are the administrators....?! But it doesn't work...

My files:
Nodes:
Nodes.csv
(109Bytes)Downloaded 1342 times
Edges (Keywords):
Edges.csv
(26.4KiB)Downloaded 1424 times
And the .gephi file with an additional column to separate the two differents nodes (Classes and Keywords)
ClassesAndKeywords.gephi
(1.31MiB)Downloaded 1271 times
I think it is not a big deal, but I am totally new to Gephi and don't know how to solve it.
I hope anyone can help me with that! :)