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)
commitd2f20bb5c7a6313c76580ff953a0abfd7ee1cf17
tree9ed02af047e30e4ad33126c9b641a64aae3e3e32
parent1b00c99a236bd3729b29efe9b43b20d4f42330ef
full_range_monthly.gnuplot: fix sampling when drawing boxes

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.
full_range_monthly.gnuplot