move graphs to after 2019-06-30

This commit is contained in:
Stephen Smoogen 2019-09-03 19:05:52 +00:00 committed by Pierre-Yves Chibon
parent 35c0215d8e
commit 4d4f7c7446
5 changed files with 52 additions and 52 deletions

View file

@ -9,7 +9,7 @@ set term png size 1600,1200
##
set output "/var/www/html/csv-reports/images/hotspot-all.png"
set title "IPs grabbing hotspot per day"
plot ["2014-12-01":"2019-06-30"] \
plot ["2014-12-01":"2019-12-31"] \
'/var/www/html/csv-reports/hotspot/hotspotdata-all.csv' using 1:2 title 'Average every 5min' with lines lw 4, \
'/var/www/html/csv-reports/hotspot/hotspotdata-all.csv' using 1:3 title 'Least 5min' with lines lw 4, \
'/var/www/html/csv-reports/hotspot/hotspotdata-all.csv' using 1:4 title 'Max 5min' with lines lw 4
@ -18,7 +18,7 @@ unset output
##
set output "/var/www/html/csv-reports/images/hotspot-all-ma.png"
set title "Moving Average of IPs grabbing hotspot"
plot ["2014-12-01":"2019-06-30"] \
plot ["2014-12-01":"2019-12-31"] \
'/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:2 title 'Average every 5min' with lines lw 4, \
'/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:3 title 'Least 5min' with lines lw 4, \
'/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:4 title 'Max 5min' with lines lw 4