commit | 023144cc198ef2b49ec5aebd3d0da2076c4764bc | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Mon Jan 03 13:24:24 2022 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Mon Jan 03 13:27:31 2022 +0100 |
tree | 76473c4b11a42e170a8757a1c6f40dab84a380b8 | |
parent | 0df1bf896798090e48ae799f84dec6dbde7632d6 [diff] |
Increase IA14 axis range to 3500 https://xkcd.com/2557/ Change-Id: I4e572fecce5b9c12304998e3dba2bd78dc434ad0
diff --git a/cron/includes/plotAllGraphs.gnu b/cron/includes/plotAllGraphs.gnu index ad53d45..ddcfc8c 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:1800] +set xrange[0:3500] set yrange[0:5] set samples 400
diff --git a/cron/includes/plotCustomGraph.gnu b/cron/includes/plotCustomGraph.gnu index 5b3753b..1df897a 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:1800] +set xrange[0:3500] set samples 400 set key off