Mercurial > hg > webaudioevaluationtool
comparison analysis/index.html @ 571:1f23b2b03610 Dev_main
Created mean test/page plots, element histogram plots. Latex and tables included. Can download charts as PNG
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Wed, 24 Feb 2016 13:03:08 +0000 |
parents | 04a64127ebd0 |
children | 27dc7a36ecd3 83b439322229 |
comparison
equal
deleted
inserted
replaced
569:04a64127ebd0 | 571:1f23b2b03610 |
---|---|
1 <html lang="en"> | 1 <html lang="en"> |
2 <head> | 2 <head> |
3 <meta charset="utf-8" /> | 3 <meta charset="utf-8" /> |
4 <link rel='stylesheet' href="analysis.css" type="text/css"/> | |
4 <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> | 5 <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> |
5 <script type="text/javascript" src="analysis.js"></script> | 6 <script type="text/javascript" src="analysis.js"></script> |
6 </head> | 7 </head> |
7 <body> | 8 <body> |
8 <h1>Web Audio Evaluation Toolbox: Analysis</h1> | 9 <h1>Web Audio Evaluation Toolbox: Analysis</h1> |
9 <button onclick="chartContext.drawMean();">Means</button> | 10 <button onclick="chartContext.clear();">Clear Charts</button> |
11 <div id="test-charts"> | |
12 <p>Charts per test</p> | |
13 <button onclick="chartContext.drawTestMean();">Means</button> | |
14 </div> | |
15 <div id="page-charts"> | |
16 <p>Charts per test page</p> | |
17 <button onclick="chartContext.drawPageMean();">Means</button> | |
18 </div> | |
19 <div id="element-charts"> | |
20 <p>Charts per element</p> | |
21 <button onclick="chartContext.drawElementHistogram();">Histogram</button> | |
22 </div> | |
23 | |
10 <div id="test-pages"></div> | 24 <div id="test-pages"></div> |
11 </body> | 25 </body> |
12 </html> | 26 </html> |