From 5bcaacaf9e1a43222649cfbf1da75156a19b9c9f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 25 Feb 2001 18:03:00 +0000 Subject: Almost. svn path=/trunk/; revision=3148 --- growthplot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/growthplot b/growthplot index 22358eaf..b6e57aae 100755 --- a/growthplot +++ b/growthplot @@ -39,10 +39,13 @@ EOF endy=$((breakheight+50+count*50)) if ((endy>lasttotal)) then + # Label over curve hanging right, arrow down arrowhead=$((lasttotal+50)) echo "set label '$legend' at $lastday-10, $endy+15" else + # Label under curve hanging left, arrow up arrowhead=$((lasttotal-5)) + # This is a crock... lablen=475 echo "set label '$legend' at $lastday-$lablen, $endy-15" fi -- cgit v1.2.3