Info for different values shown for the same datapoint when selecting different time intervals on the mailing list.

A followup to why interpolation makes sense

The same data has been reformatted differently here (labels changed)
time France Belgium
10:00:00 12 10
10:03:00 4
10:09:00 10
10:08:00
2

So a country wise breakup looks like this:

I could always query by just one country (slicing) if that is all that I am interested in.
And if I ever wanted a global view, I'd just add it all up (note that the colouring exists because that is what I could get out openoffice, ideally it shows up as an amorphous sum)