Mercurial > docs > master
annotate 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 |
rev | line source |
---|---|
190
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
1 .G1 |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
2 frame invis bot solid left solid |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
3 label left "lines" "of" "code" left .3 |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
4 label bot "changesets in the version control system in linear scale" \ |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
5 "(inner ticks are turns of the year)" down .1 |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
6 coord x 0,1300 y 0,60000 |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
7 ticks bot out at 0 "1999-04", 697 "2011-09", 1212 "2012-07" |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
8 ticks bot in at 79 "", \ |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
9 350 "", \ |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
10 381 "", \ |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
11 397 "", \ |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
12 440 "", \ |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
13 452 "", \ |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
14 508 "", \ |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
15 562 "", \ |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
16 583 "", \ |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
17 649 "", \ |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
18 660 "", \ |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
19 694 "", \ |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
20 769 "" |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
21 |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
22 ticks left out at 0 "0", 10000 "10k", 20000 "20k", 30000 "30k", \ |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
23 40000 "40k", 50000 "50k" |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
24 draw solid |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
25 copy "input/sloc.data" thru { |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
26 next at $1,$2 |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
27 } |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
28 for i from 1 to 5 by 1 do { |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
29 line dotted from 0,i*10000 to 1300,i*10000 |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
30 } |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
31 |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
32 "nmh mmh" size -2 at 697,15000 |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
33 line dotted from 697,0 to 697,55000 |
2443264b1745
Added sloccount graph to the summary.
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
34 .G2 |