Skip to content

Instantly share code, notes, and snippets.

@alisonpope
alisonpope / Big Data and the Dark Arts.md
Last active August 29, 2015 14:16
JISC #digifest15
@alisonpope
alisonpope / Wk2Exercise1.pde
Last active August 29, 2015 14:14
Data Visualisation Course Week 2
// Draws a small image at the current mouse position.
// Jo Wood, 3rd February, 2015
// Modified by Alison Pope, 6 February, 2015
// Simple Processing sketch that loads an image of me that
// moves around the screen.
PImage img;
void setup()
@alisonpope
alisonpope / exercise5PollData.pde
Last active August 29, 2015 14:14
Data Visualisation Course Week 1
/** BRIEF
There appears to be a shift in the UK's political voting
preferences in recent years. The table below shows the
results of the BBC Poll of polls (average of the main opinion polls)
conducted in January 2015, 2014 and 2013.
Create a simple Processing sketch that shows this trend using
circles to represent each percentage, where each circle is
coloured according to the party it represents and sized
according to the percentage of people supporting that party.