Proof of concept plotting for looking at robot data.
Parker created this plotting program to show how large data sets
can be viewed.
Change-Id: Ie97deccefd778be543068e42b6fb7565fb00c1e1
diff --git a/y2016/plotting/test.html b/y2016/plotting/test.html
new file mode 100644
index 0000000..df278b0
--- /dev/null
+++ b/y2016/plotting/test.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <script src="/responsive_plotter.js" type="text/javascript"></script>
+ </head>
+
+ <body style=>
+ <x-responsive-plotter width=800 data="/test_data" style="background: lightblue;">
+ </x-responsive-plotter>
+ </body>
+</html>