From 7e797bd734ed669f4b7d514935d5f694a4008d8d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 25 Feb 2001 18:00:20 +0000 Subject: Hardwired label length. svn path=/trunk/; revision=3147 --- growthplot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'growthplot') 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 \ -- cgit v1.2.3