full_range_monthly.gnuplot: fix sampling when drawing boxes
authorAntonio Ospite <ao2@ao2.it>
Fri, 30 Nov 2018 10:29:09 +0000 (11:29 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 30 Nov 2018 14:44:30 +0000 (15:44 +0100)
Instead of working around the problem by doubling the sample rate, fix
the actual problem and prevent different samples to refer to the same
box, resulting in holes in the background.

The solution is to have samples fall in the middle of months instead of
their boundaries, this compensates for the fact that different months
having a slightly different number of days.

Now two different samples are always in two different months.


No differences found