view analysis/index.html @ 1867:d9e9dd3cccf2

Analysis: Mean bar plot
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 23 Feb 2016 19:35:18 +0000
parents 2cdbbf380e6b
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>