and we have to update the times

This commit is contained in:
Stephen Smoogen 2016-05-05 20:23:45 +00:00
parent 5f5585c18c
commit e833ae887d

View file

@ -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,\