annotate input/sloc.grap @ 201:5060e8cd7e59

style: Fixed font size change in .VS/.VE
author markus schnalke <meillo@marmaro.de>
date Thu, 12 Jul 2012 09:03:58 +0200
parents 74a76ad00ba0
children de8172bcdc5e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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" \
193
74a76ad00ba0 Improvements in the graphs.
markus schnalke <meillo@marmaro.de>
parents: 192
diff changeset
5 "(the inner ticks mark the turns of the year)" down .1
190
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