aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgrowthplot3
1 files changed, 2 insertions, 1 deletions
diff --git a/growthplot b/growthplot
index 000ddcab..22358eaf 100755
--- a/growthplot
+++ b/growthplot
@@ -43,7 +43,8 @@ EOF
echo "set label '$legend' at $lastday-10, $endy+15"
else
arrowhead=$((lasttotal-5))
- echo "set label '$legend' at $lastday-475, $endy-15"
+ lablen=475
+ echo "set label '$legend' at $lastday-$lablen, $endy-15"
fi
echo set arrow \
from $lastday, $endy \