/[suikacvs]/markup/html/html5/spec-ja/status.plt
Suika

Contents of /markup/html/html5/spec-ja/status.plt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download)
Mon Oct 27 05:00:33 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +4 -0 lines
License terms added

1 set terminal png color
2 set output 'status.png'
3
4 set key top left
5
6 set xlabel 'time [unix s]'
7 set ylabel 'ratio of translated paragraphs [%]'
8
9 set yrange [0:100]
10
11 plot \
12 'status-apps.dat' using 1:(100*$2/$3) title 'HTML 5' with lines, \
13 'status-apps.dat' using 1:(100*$4/$5) title 'HTML 5 (Cover)' with lines, \
14 'status-apps.dat' using 1:(100*$6/$7) title 'HTML 5 (Introduction)' with lines, \
15 'status-apps.dat' using 1:(100*$8/$9) title 'HTML 5 (Infrastructure)' with lines, \
16 'status-apps.dat' using 1:(100*$10/$11) title 'HTML 5 (Document)' with lines, \
17 'status-apps.dat' using 1:(100*$12/$13) title 'HTML 5 (Element)' with lines, \
18 'status-apps.dat' using 1:(100*$14/$15) title 'HTML 5 (Browsers)' with lines, \
19 'status-apps.dat' using 1:(100*$16/$17) title 'HTML 5 (Interaction)' with lines, \
20 'status-apps.dat' using 1:(100*$18/$19) title 'HTML 5 (Communication)' with lines, \
21 'status-apps.dat' using 1:(100*$20/$21) title 'HTML 5 (Syntax)' with lines, \
22 'status-apps.dat' using 1:(100*$22/$23) title 'HTML 5 (Rendering)' with lines, \
23 'status-apps.dat' using 1:(100*$24/$25) title 'HTML 5 (Appendices)' with lines, \
24 'status-workers.dat' using 1:(100*$2/$3) title 'Web Workers' with lines
25
26 ## Author: Wakaba <[email protected]>.
27 ## License: Public Domain.
28 ## $Date:$

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24