[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 •Using the timslider through the API
Page 1 of 1

Using the timslider through the API

Posted: 25 Jul 2014 13:00
by rb2014
Dear Gephi-Community,
i am currently working for my thesis on an application, which analyzes communication graphs of mailinglists by usage of the gephi API. The nodes represent the members of the mailinglist and the edges the messages, which a member sent in reply to an other member. Each message has a date attribute.
What I would like to do now is to start from the API a view of the graph with a timeslider, like in the gephi-GUI. Is it possible and if yes, how can i accomplish it? I've already worked through the tutorials and examples and had the idea to realize it by using the Preview Applet and manually creating a slider, which controls the output. But that would be redundant, if the functions are already available in the API.

Thank you very much!

Yours sincerely,
Roland