Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by wakaba, Sat Jul 12 04:12:02 2008 UTC | revision 1.2 by wakaba, Fri Jul 18 13:12:09 2008 UTC | |
|---|---|---|
| # | Line 8 set yrange [0:100] | Line 8 set yrange [0:100] |
| 8 | ||
| 9 | plot \ | plot \ |
| 10 | 'status-apps.dat' using 1:(100*$2/$3) title 'HTML 5' with lines, \ | '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 | 'status-workers.dat' using 1:(100*$2/$3) title 'Web Workers' with lines, \ |
| 12 | 'status-xbl.dat' using 1:(100*$2/$3) title 'XBL 2.0' with lines |
|
||||||||
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |