avm99963 | c3b457a | 2020-07-21 14:23:15 +0200 | [diff] [blame^] | 1 | set xlabel "Casos actius per 10^5 habitants" |
| 2 | set ylabel "Mitjana taxa de creixement darrers 7 dies" |
| 3 | set title font "Helvetica,20" |
| 4 | |
| 5 | set yrange[0:5] |
| 6 | set xrange[0:800] |
| 7 | set samples 400 |
| 8 | |
| 9 | set key off |
| 10 | set tics out scale 0.5,0.2 |
| 11 | |
| 12 | min(a, b) = (a < b ? a : b) |
| 13 | |
| 14 | # The different colored areas correspond to the classification of the EPG values defined on page 8 at https://biocomsc.upc.edu/en/shared/20200506_report_web_51.pdf |
| 15 | |
| 16 | lastUpdated = system("tail -n 1 ".fileName." | awk '{print $1;}'") |
| 17 | graphTitle = name |
| 18 | graphDataFile = fileName |
| 19 | load "includes/plotSingleGraph.gnu" |