view analysis/index.html @ 1226:d9ffea1d1e55

Analysis: Mean bar plot
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 23 Feb 2016 19:35:18 +0000
parents 07c997c0e22a
children 1f23b2b03610
line wrap: on
line source
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <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.drawMean();">Means</button>
        <div id="test-pages"></div>
    </body>
</html>