view input/sloc.grap @ 235:e58400695ae2

Added tag final version for changeset 348b92755bef
author markus schnalke <meillo@marmaro.de>
date Mon, 16 Jul 2012 11:25:04 +0200
parents de8172bcdc5e
children
line wrap: on
line source

.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." \
	"(The dates and the inner ticks, which mark the" \
	"turns of the years, are for convenience only.)" 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