commit | 64081703e49321d7f70caf4a382cba46d979cc61 | [log] [tgz] |
---|---|---|
author | avm99963 <me@avm99963.com> | Mon Feb 08 10:37:37 2021 +0100 |
committer | avm99963 <me@avm99963.com> | Mon Feb 08 10:37:37 2021 +0100 |
tree | 4aa917e80f3de8636ad88d2bf355a0a091506052 | |
parent | 678022a2366a15c4d5086310966cc1154a7f4396 [diff] |
Increase IA14 axis range to 1000 The situation unfortunately has been getting worse. Change-Id: I7ea008d6a78bdcfdf7cd2a6044023a5c22ab1793
diff --git a/cron/includes/plotAllGraphs.gnu b/cron/includes/plotAllGraphs.gnu index ae0914e..a2bf9d4 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:675] +set xrange[0:1000] set yrange[0:5] set samples 400
diff --git a/cron/includes/plotCustomGraph.gnu b/cron/includes/plotCustomGraph.gnu index acf66aa..d65f21a 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:800] +set xrange[0:1000] set samples 400 set key off