aboutsummaryrefslogtreecommitdiffstats
path: root/growthplot
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-25 18:03:00 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-25 18:03:00 +0000
commit5bcaacaf9e1a43222649cfbf1da75156a19b9c9f (patch)
treeb26f867275f141c05dbeb169c5dc763c247f8bbe /growthplot
parent7e797bd734ed669f4b7d514935d5f694a4008d8d (diff)
downloadfetchmail-5bcaacaf9e1a43222649cfbf1da75156a19b9c9f.tar.gz
fetchmail-5bcaacaf9e1a43222649cfbf1da75156a19b9c9f.tar.bz2
fetchmail-5bcaacaf9e1a43222649cfbf1da75156a19b9c9f.zip
Almost.
svn path=/trunk/; revision=3148
Diffstat (limited to 'growthplot')
-rwxr-xr-xgrowthplot3
1 files changed, 3 insertions, 0 deletions
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