From cc9160ad708370f84a0d14aaefcda258d962d4bc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 26 Sep 1999 14:43:08 +0000 Subject: We plot code size now. svn path=/trunk/; revision=2609 --- growthplot | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/growthplot b/growthplot index 0ded09df..a7155759 100755 --- a/growthplot +++ b/growthplot @@ -13,6 +13,12 @@ cat >/tmp/growthimage$$ <>/tmp/growthimage$$ @@ -62,7 +68,9 @@ plot [] [0:] '/tmp/growthnumbers$$' using 6:5 \ '/tmp/growthannounce$$' using 6:4 \ title "fetchmail-announce" with points 4, \ '/tmp/growthannounce$$' using 6:3 \ - title "fetchmail-friends" with points 2 + title "fetchmail-friends" with points 2, \ + '/tmp/growthnumbers$$' using 6:2 axes x1y2 \ + title "Lines of code" with points 6 EOF # The gnuplot driver for PNG doesn't do color -- cgit v1.2.3