From e833ae887d769e1cd5ee190a9988a8b0a4b3875b Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 5 May 2016 20:23:45 +0000 Subject: [PATCH] and we have to update the times --- roles/web-data-analysis/files/getfedora-data.gp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/web-data-analysis/files/getfedora-data.gp b/roles/web-data-analysis/files/getfedora-data.gp index 60bcd4e55c..008503e1d9 100644 --- a/roles/web-data-analysis/files/getfedora-data.gp +++ b/roles/web-data-analysis/files/getfedora-data.gp @@ -9,7 +9,7 @@ set term png size 1600,1200 ## set output "/var/www/html/csv-reports/images/getfedora-editions.png" set title "Daily Editions Total" -plot ["2014-12-03":"2016-01-18"] \ +plot ["2014-12-03":"2016-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total number' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:3 title 'Atomic' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:4 title 'Cloud' with lines lw 4,\ @@ -22,7 +22,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-versions.png" set title "Daily Version Totals" -plot ["2015-01-01":"2015-12-31"] \ +plot ["2014-12-03":"2016-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total number' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:8 title 'Fedora-21' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:9 title 'Fedora-22' with lines lw 4,\ @@ -39,7 +39,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-arch.png" set title "Daily Architectures Totals" -plot ["2015-01-01":"2015-12-31"] \ +plot ["2014-12-03":"2016-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total number' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:18 title 'arm_32' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:19 title 'arm_64' with lines lw 4,\