Mercurial > hg > webaudioevaluationtool
view analysis/index.html @ 2274:2b5990868aa7
timeline_view.py and timeline_view_movement.py compatible with Python 2.7 and 3.x: print ... --> print(...)
author | Brecht De Man <b.deman@qmul.ac.uk> |
---|---|
date | Wed, 20 Apr 2016 19:12:16 +0200 |
parents | 760719986df3 |
children | 464c6c6692d6 |
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> <script type="text/javascript" src="../js/specification.js"></script> </head> <body> <h1>Web Audio Evaluation Toolbox: Analysis</h1> <div id="test-saved"></div> <button onclick="chartContext.clear();">Clear Charts</button> <div id="test-charts"> <p>Charts per test</p> <button onclick="chartContext.drawTestMean();">Means</button> <button onclick="chartContext.drawTestBoxplot();">Boxplot</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>