commit | 94283d11eb654ce26ee74cf39c54bdbdd3eccb8f | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Sat Jan 29 12:52:42 2022 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Sat Jan 29 12:52:42 2022 +0100 |
tree | 3ee7e1e2555c9e818d12a40b9c037dc008b505de | |
parent | 519385231803b7526743050644b58931d305c9f9 [diff] |
Increase IA14 axis range to 7000 Change-Id: Iac5b9da57164216e72a2e85d8122c7eb0086c54a
diff --git a/cron/includes/plotAllGraphs.gnu b/cron/includes/plotAllGraphs.gnu index 7e0394a..e92ef24 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:6500] +set xrange[0:7000] set yrange[0:5] set samples 400
diff --git a/cron/includes/plotCustomGraph.gnu b/cron/includes/plotCustomGraph.gnu index b53ef73..736f447 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:6500] +set xrange[0:7000] set samples 400 set key off