commit | 0df1bf896798090e48ae799f84dec6dbde7632d6 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Thu Jul 15 18:45:25 2021 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Thu Jul 15 18:45:25 2021 +0200 |
tree | 461d5567105ede373844c1f66fdd21617facc388 | |
parent | 64081703e49321d7f70caf4a382cba46d979cc61 [diff] |
Increase IA14 axis range to 1800 Bug: misc:14 Change-Id: Iae19a91d12ce04ca99a363d2b45ea9b36a589fee
diff --git a/cron/includes/plotAllGraphs.gnu b/cron/includes/plotAllGraphs.gnu index a2bf9d4..ad53d45 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:1000] +set xrange[0:1800] set yrange[0:5] set samples 400
diff --git a/cron/includes/plotCustomGraph.gnu b/cron/includes/plotCustomGraph.gnu index d65f21a..5b3753b 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:1000] +set xrange[0:1800] set samples 400 set key off