Parent Directory
|
Revision Log
*** empty log message ***
| 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 |