diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-25 08:36:43 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-25 08:36:43 +0000 |
commit | 61d92b0101aceb8eb8fa71aa62465b56bd90e30a (patch) | |
tree | c72d236ba96a6a23350826db74ecc1ce94fc1ece /growthplot | |
parent | 5a984be7f8301d317fa61120dd57427c9189296b (diff) | |
download | fetchmail-61d92b0101aceb8eb8fa71aa62465b56bd90e30a.tar.gz fetchmail-61d92b0101aceb8eb8fa71aa62465b56bd90e30a.tar.bz2 fetchmail-61d92b0101aceb8eb8fa71aa62465b56bd90e30a.zip |
Fixed the plot.
svn path=/trunk/; revision=3144
Diffstat (limited to 'growthplot')
-rwxr-xr-x | growthplot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ EOF to lastday, arrowhead \ head echo "if (endy > lasttotal) set label '$legend' at lastday-10, endy+15" - echo "if (endy <= lasttotal) set label '$legend' at lastday-500, endy-15" + echo "if (endy <= lasttotal) set label '$legend' at lastday-475, endy-15" else lastday=$days lasttotal=$total |