[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 •SpreadSheet Import - Dynamic start; no end
Page 1 of 1

SpreadSheet Import - Dynamic start; no end

Posted: 24 May 2012 15:45
by clucernoni
I was able to figure out how to make edge and node spreadsheets with the "time interval" configured so that my nodes/edges show up dynamically. My question is, I don't ever have a "end time" for them. How can I make it so that I just specify the "Start time" and then they are there for the rest of time in my timeline?

For example this is what I have:
Id;Label;Time Interval
192.168.249.134;"192.168.249.134";"<(1337793167,133779316)>" <---this makes it show up for just one moment in time and then disappear.

But I really want something like this:
Id;Label;Time Interval
192.168.249.134;"192.168.249.134";"<(1337793167,infinity)>"

Re: SpreadSheet Import - Dynamic start; no end

Posted: 24 May 2012 16:13
by seinecle
You will probably get a precise reply soon, but here is first: why not use a very large number instead of infinity? This could be the number corresponding to the most recent of your nodes, for example.

Re: SpreadSheet Import - Dynamic start; no end

Posted: 24 May 2012 16:21
by eduramiba
Hi,
You can indeed write <(1337793167,Infinity)>.
Note that Infinity needs an upper case i at the beginning.

Eduardo

Re: SpreadSheet Import - Dynamic start; no end

Posted: 24 May 2012 16:23
by clucernoni
seinecle wrote:You will probably get a precise reply soon, but here is first: why not use a very large number instead of infinity? This could be the number corresponding to the most recent of your nodes, for example.
I was considering this, but was curious if there was an actual solution to my case.

I was concerned that a "very large number" might skew the timeline proportions, but worst case I will put the latest node's time in there.

@eduramiba
I will certainly try that! Thank you very much!