commit | 519385231803b7526743050644b58931d305c9f9 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Fri Jan 21 20:19:15 2022 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Fri Jan 21 20:19:15 2022 +0100 |
tree | f457508db467cbe6c9a796c9e62e010746400cc4 | |
parent | d313acaa8176ca0ad2cf11c88a04984a75fe7226 [diff] |
Increase IA14 axis range to 6500 Change-Id: I21db9e4282dac0980c8e9556bfe87f6bbc1bd59a
diff --git a/cron/includes/plotAllGraphs.gnu b/cron/includes/plotAllGraphs.gnu index 982f5e0..7e0394a 100644 --- a/cron/includes/plotAllGraphs.gnu +++ b/cron/includes/plotAllGraphs.gnu
@@ -2,7 +2,7 @@ set ylabel "Mitjana taxa de creixement darrers 7 dies" set title font "Helvetica,20" -set xrange[0:4500] +set xrange[0:6500] set yrange[0:5] set samples 400
diff --git a/cron/includes/plotCustomGraph.gnu b/cron/includes/plotCustomGraph.gnu index 5f94445..b53ef73 100644 --- a/cron/includes/plotCustomGraph.gnu +++ b/cron/includes/plotCustomGraph.gnu
@@ -3,7 +3,7 @@ set title font "Helvetica,20" set yrange[0:5] -set xrange[0:4500] +set xrange[0:6500] set samples 400 set key off