diff input/sloc.grap @ 190:2443264b1745

Added sloccount graph to the summary.
author markus schnalke <meillo@marmaro.de>
date Wed, 11 Jul 2012 18:35:11 +0200
parents
children 68980dab3236
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/input/sloc.grap	Wed Jul 11 18:35:11 2012 +0200
@@ -0,0 +1,34 @@
+.G1 
+frame invis bot solid left solid
+label left "lines" "of" "code" left .3
+label bot "changesets in the version control system in linear scale" \
+		"(inner ticks are turns of the year)" down .1
+coord x 0,1300 y 0,60000
+ticks bot out at 0 "1999-04", 697 "2011-09", 1212 "2012-07"
+ticks bot in at 79 "", \
+		350 "", \
+		381 "", \
+		397 "", \
+		440 "", \
+		452 "", \
+		508 "", \
+		562 "", \
+		583 "", \
+		649 "", \
+		660 "", \
+		694 "", \
+		769 ""
+
+ticks left out at 0 "0", 10000 "10k", 20000 "20k", 30000 "30k", \
+		40000 "40k", 50000 "50k"
+draw solid
+copy "input/sloc.data" thru {
+	next at $1,$2
+}
+for i from 1 to 5 by 1 do {
+	line dotted from 0,i*10000 to 1300,i*10000
+}
+
+"nmh   mmh" size -2 at 697,15000
+line dotted from 697,0 to 697,55000
+.G2