commit | d313acaa8176ca0ad2cf11c88a04984a75fe7226 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Fri Jan 07 00:09:40 2022 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Fri Jan 07 00:09:40 2022 +0100 |
tree | 6f0f8ba0d1cd206a10e2f1c8fe85fce1b23d02b4 | |
parent | 023144cc198ef2b49ec5aebd3d0da2076c4764bc [diff] |
Increase IA14 axis range to 4500 Change-Id: I1efcc5dcbc4ea99bd9f9546c0f14e05a3fd05611
diff --git a/cron/includes/plotAllGraphs.gnu b/cron/includes/plotAllGraphs.gnu index ddcfc8c..982f5e0 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:3500] +set xrange[0:4500] set yrange[0:5] set samples 400
diff --git a/cron/includes/plotCustomGraph.gnu b/cron/includes/plotCustomGraph.gnu index 1df897a..5f94445 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:3500] +set xrange[0:4500] set samples 400 set key off