docs/master

view input/sloc.grap @ 213:de8172bcdc5e

Improvements and rework of various kind.
author markus schnalke <meillo@marmaro.de>
date Thu, 12 Jul 2012 22:53:50 +0200
parents 74a76ad00ba0
children
line source
1 .G1
2 frame invis bot solid left solid
3 label left "lines" "of" "code" left .3
4 label bot "Changesets in the version control system, in linear scale." \
5 "(The dates and the inner ticks, which mark the" \
6 "turns of the years, are for convenience only.)" down .1
7 coord x 0,1300 y 0,60000
8 ticks bot out at 0 "1999-04", 697 "2011-09", 1212 "2012-07"
9 ticks bot in at 79 "", \
10 350 "", \
11 381 "", \
12 397 "", \
13 440 "", \
14 452 "", \
15 508 "", \
16 562 "", \
17 583 "", \
18 649 "", \
19 660 "", \
20 694 "", \
21 769 ""
23 ticks left out at 0 "0", 10000 "10k", 20000 "20k", 30000 "30k", \
24 40000 "40k", 50000 "50k"
25 draw solid
26 copy "input/sloc.data" thru {
27 next at $1,$2
28 }
29 for i from 1 to 5 by 1 do {
30 line dotted from 0,i*10000 to 1300,i*10000
31 }
33 "nmh mmh" size -2 at 697,15000
34 line dotted from 697,0 to 697,55000
35 .G2