Mercurial > hg > webaudioevaluationtool
view analysis/index.html @ 2135:9691be359d6a
Created mean test/page plots, element histogram plots. Latex and tables included. Can download charts as PNG
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Wed, 24 Feb 2016 13:03:08 +0000 |
parents | a12f1720c321 |
children | 27dc7a36ecd3 83b439322229 |
line wrap: on
line source
<html lang="en"> <head> <meta charset="utf-8" /> <link rel='stylesheet' href="analysis.css" type="text/css"/> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript" src="analysis.js"></script> </head> <body> <h1>Web Audio Evaluation Toolbox: Analysis</h1> <button onclick="chartContext.clear();">Clear Charts</button> <div id="test-charts"> <p>Charts per test</p> <button onclick="chartContext.drawTestMean();">Means</button> </div> <div id="page-charts"> <p>Charts per test page</p> <button onclick="chartContext.drawPageMean();">Means</button> </div> <div id="element-charts"> <p>Charts per element</p> <button onclick="chartContext.drawElementHistogram();">Histogram</button> </div> <div id="test-pages"></div> </body> </html>