/[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.1 - (hide annotations) (download)
Sat Jul 12 04:12:02 2008 UTC (18 years ago) by wakaba
Branch: MAIN
*** empty log message ***

1 wakaba 1.1 set terminal png color
2     set output 'status.png'
3    
4     set xlabel 'time [unix s]'
5     set ylabel 'ratio of translated paragraphs [%]'
6    
7     set yrange [0:100]
8    
9     plot \
10     'status-apps.dat' using 1:(100*$2/$3) title 'HTML 5' with lines, \
11     'status-workers.dat' using 1:(100*$2/$3) title 'Web Workers' with lines

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24