From: W. Trevor King Date: Fri, 17 Jan 2014 20:25:14 +0000 (-0800) Subject: index.html: Use Chart.js to plot shell-vs-hand X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f4ce100d81882543a00f579485af2c706358dd95;p=reveal.js.git index.html: Use Chart.js to plot shell-vs-hand Define a PieChart helper that hides the context extraction and overrides the Chart.js animation default. Why are folks so attached to animation? :p Give this slide a fixed height, to ensure that the title and pie charts align with later slides. I'm guessing on the data here. Ideally, we'd use "number of hand responses" and "number of shell responses", and the whole chart would be a link to the survey where the data was collected. --- diff --git a/index.html b/index.html index 971c5d5..7533e36 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,18 @@ document.write( '' ); + + + + @@ -273,6 +285,30 @@ +
+
+

Surely You're Exaggerating

+ +
    +
  1. + How many graduate students write shell scripts to + analyze each new data set instead of running those + analyses by hand? +
  2. +
+ + + +
+
+

THE END