annotate analysis/index.html @ 2134:a12f1720c321

Analysis: Mean bar plot
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 23 Feb 2016 19:35:18 +0000
parents 0038731dc1fe
children 1f23b2b03610
rev   line source
nickjillings@2131 1 <html lang="en">
nickjillings@2131 2 <head>
nickjillings@2131 3 <meta charset="utf-8" />
nickjillings@2131 4 <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
nickjillings@2131 5 <script type="text/javascript" src="analysis.js"></script>
nickjillings@2131 6 </head>
nickjillings@2131 7 <body>
nickjillings@2131 8 <h1>Web Audio Evaluation Toolbox: Analysis</h1>
nickjillings@2134 9 <button onclick="chartContext.drawMean();">Means</button>
nickjillings@2131 10 <div id="test-pages"></div>
nickjillings@2131 11 </body>
nickjillings@2131 12 </html>