[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 •Exploring a multigraph in time
Page 1 of 1

Exploring a multigraph in time

Posted: 02 Mar 2019 12:07
by rjalex
Dear friends,
I have built a multigraph with networkx and exported it to GEXF.

The nodes are authors of scientific papers and each edge connects to a coauthor for a given publication.

So for example I could have A and B coauthoring three papers in 2019, 2018 and 2017 and this would appear as two nodes and three edges between them.

The graph is medium sized, approx 10.000 authors and 90.000 edges.

What would you suggest to explore the graph time wise? Is there a way to have a slider from 1990 to 2019 and while sliding it only show edges for that year?

I can do this with filters but need a way for end users that do not know how to use Gephi to do the same.

Also another question.

What would be the easiest way of "summing" all edges into one with the weight being the added number of edges?

Thank you very much.