[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 •Dynamic attributes X-axis label error
Page 1 of 1

Dynamic attributes X-axis label error

Posted: 12 Mar 2018 06:00
by schignell
I am calculating dynamic attributes on my network. I would like to have one value per year, so I am setting the Window size and tick parameters both = 365.

The results appear to be fine, but the x-axis is not labeling with the correct dates (should be years). Any thoughts?

Additionally, is there anyway to export the values behind this chart so I can work with them outside of Gephi?

Thanks!
dynamic chart.PNG

Re: Dynamic attributes X-axis label error

Posted: 12 Mar 2018 17:32
by eduramiba
Looks like a bug with direct usage of timestamps in milliseconds.

About export of values, I don't think it's possible at the moment.

Re: Dynamic attributes X-axis label error

Posted: 14 Mar 2018 19:05
by schignell
Thanks for your message. So there is no way around this?

I need to show some temporal trends, so is my only option to compute the metrics for each year and manually record them in a spreadsheet?

Re: Dynamic attributes X-axis label error

Posted: 15 Mar 2018 11:41
by eduramiba
Can you report an issue in github for both things please? https://github.com/gephi/gephi/issues

Re: Dynamic attributes X-axis label error

Posted: 16 Mar 2018 20:23
by schignell
Thanks, I have created two new issues on Github.