From f4ce100d81882543a00f579485af2c706358dd95 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 17 Jan 2014 12:25:14 -0800 Subject: [PATCH] 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. --- index.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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

-- 2.26.2