projects
/
experiments
/
gnuplot_seasonal_plot.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
bb49958
)
full_range_seasonal.gnuplot: fix calculating number of seasons
author
Antonio Ospite <ao2@ao2.it>
Fri, 30 Nov 2018 14:44:45 +0000
(15:44 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Fri, 30 Nov 2018 14:44:45 +0000
(15:44 +0100)
The samples on the x axis are used to draw boxes in the background, one
box per season.
If the samples represent less seasons than what can be filled in the
xrange, there will be holes in the background.
Fix calculating the number of samples/seasons.
No differences found