Mercurial > docs > master
comparison 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 |
comparison
equal
deleted
inserted
replaced
189:22feb390ccc4 | 190:2443264b1745 |
---|---|
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 "(inner ticks are turns of the year)" down .1 | |
6 coord x 0,1300 y 0,60000 | |
7 ticks bot out at 0 "1999-04", 697 "2011-09", 1212 "2012-07" | |
8 ticks bot in at 79 "", \ | |
9 350 "", \ | |
10 381 "", \ | |
11 397 "", \ | |
12 440 "", \ | |
13 452 "", \ | |
14 508 "", \ | |
15 562 "", \ | |
16 583 "", \ | |
17 649 "", \ | |
18 660 "", \ | |
19 694 "", \ | |
20 769 "" | |
21 | |
22 ticks left out at 0 "0", 10000 "10k", 20000 "20k", 30000 "30k", \ | |
23 40000 "40k", 50000 "50k" | |
24 draw solid | |
25 copy "input/sloc.data" thru { | |
26 next at $1,$2 | |
27 } | |
28 for i from 1 to 5 by 1 do { | |
29 line dotted from 0,i*10000 to 1300,i*10000 | |
30 } | |
31 | |
32 "nmh mmh" size -2 at 697,15000 | |
33 line dotted from 697,0 to 697,55000 | |
34 .G2 |