From 1c17765a80be0d8e0e19c19c4020c4ede99d64bb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 9 Sep 2002 07:24:37 +0000 Subject: Bring us up to date with gnuplot 1.37. svn path=/trunk/; revision=3705 --- growthplot | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'growthplot') diff --git a/growthplot b/growthplot index fa381714..1cf0de83 100755 --- a/growthplot +++ b/growthplot @@ -9,6 +9,13 @@ grep "^[0-9]" /tmp/growthplot$$ >/tmp/growthnumbers$$ grep "^[0-9.]*.[05].0 " /tmp/growthplot$$ >/tmp/growthmajors$$ sed '/^4.2.9/,$d' /tmp/growthannounce$$ +# gnuplot line styles. These occasionally change (like beteween 3.5 and 3.7); +# use "echo "set terminal png color; test" | gnuplot | display - to check. +blue_boxes=3 +green_crosses=2 +cyan_diamonds=37 # Once purple triangles, but we can't do that anymore +brown_triangles=23 + cat >/tmp/growthimage$$ <>/tmp/growthimage$$ <growth.png -- cgit v1.2.3