diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-25 18:03:00 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-25 18:03:00 +0000 |
commit | 5bcaacaf9e1a43222649cfbf1da75156a19b9c9f (patch) | |
tree | b26f867275f141c05dbeb169c5dc763c247f8bbe /growthplot | |
parent | 7e797bd734ed669f4b7d514935d5f694a4008d8d (diff) | |
download | fetchmail-5bcaacaf9e1a43222649cfbf1da75156a19b9c9f.tar.gz fetchmail-5bcaacaf9e1a43222649cfbf1da75156a19b9c9f.tar.bz2 fetchmail-5bcaacaf9e1a43222649cfbf1da75156a19b9c9f.zip |
Almost.
svn path=/trunk/; revision=3148
Diffstat (limited to 'growthplot')
-rwxr-xr-x | growthplot | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |