[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 •"Degree" is only attribute that will change size with auto-apply
Page 1 of 1

"Degree" is only attribute that will change size with auto-apply

Posted: 25 Mar 2018 01:49
by schignell
I am trying to visualize changes in different attributes through time, and am using the "Auto-apply" feature. This works great with "degree": the nodes change size as I move the time slider as would be expected.

However, this does not work with any of the other attributes (e.g., betweenness centrality), they simply remain the same size throughout the whole time period.

I have recorded a video of this behavior and attached it. First I show how betweenness centrality does not change, then I change it to degree and show it changing.

I have also tested this with the dynamic graph example and get the same behavior: only degree response to the auto apply button.

Thanks!

Re: "Degree" is only attribute that will change size with auto-apply

Posted: 25 Mar 2018 12:02
by eduramiba
Hi,
You need to use a dynanic attribute (a value that varies over time), but these statistics only compute a static value.
See https://github.com/gephi/gephi/wiki/Import-Dynamic-Data

Re: "Degree" is only attribute that will change size with auto-apply

Posted: 28 Mar 2018 02:05
by schignell
Thanks eduramiba, but I'm not sure I quite understand.

I am using Clement Levallois' excel importer plugin to create a coauthorship network using a database of publications (see attached Excel file for example of the data structure).

I am creating links between authors (field="Creator.Other") and am using the "Date.Season" to provide dynamic information (i.e., year each paper was published).

This successfully creates a dynamic network with an "Interval" field (see attached screenshot).

However, when trying to convert any of the static metrics to dynamic in the Data Lab, I don't get good results (no matter which metric I try). The only metric that appears to be dynamic is Degree, although I can't figure out why...

Is it possible to create dynamic attributes if I am using the excel importer plugin?

Thanks again for your help!