Austria, Bulgaria, Denmark, Greece 1336060, 400361, 1001582, 997974 1538156, 366849, 1119450, 941795
Austria, Bulgaria, Denmark, Greece 1336060, 400361, 1001582, 997974 1538156, 366849, 1119450, 941795
Increasingly complex and non-obvious ways of visually representing lots of data.
New insight can be gained by looking at data in new ways
Art!
Edward Tufte - godfather of making data beautiful.
Popular Java application that is an environment for creating visuals. http://www.processing.org
Why should Java have all the fun? And shouldn’t we be getting to Python sometime?
(Free books! Thanks Baypiggies!)
Instructive thoughts on building data visualisations and an intro to Processing from Ben Fry - one of the original authors of the Processing project.
Following the steps recommended by Visualizing Data for every data visualization project:
demographics.py
The complexity is all in the data steps, drawing is easy.
zipdecodes.py
Python/Pyglet is slower than Processing.
zipdecodes_data.py
zipdecodes_fast.py
PImage class is for filtering and transforming arrays of colors, not for rapid display. Uses numpy to store arrays of colors but still ridiculously slow for my purposes.
/
#