Archive for category: charts

Gun murders in America

29 December, 2012 (10:40) | charts, d3, data visualization | By: jerome

Click for interactive visualization I have created this map of every homicide in the USA using firearms for the latest year where detailed information was available. Every, that is from all the agencies that report homicides to the FBI, which is not an obligation – this is why the map lacks Florida data. In the [...]

Stuff I do with Tableau

14 March, 2011 (19:01) | charts, data visualization | By: jerome

I put together a list of some of the things I’ve done with Tableau public there. I had put the link on twitter last Friday, and I just saw the number of connections through bit.ly – never thought something posted just before the week-end could get so much attention! so thanks, twitter followers. I’m putting [...]

The top TV earners are not found on tabloids.

22 February, 2011 (19:23) | charts, protovis | By: jerome

This is my contribution to Flowing Data challenge: visualize this / top tv earners. When I looked at the dataset provided by Nathan I first wondered what was missing. Quite a few stars were missing in the list. I added Simon Baker whose Mentalist gets a huge audience and who is said to be getting [...]

Working with data in protovis: part 5 of 5

11 February, 2011 (20:11) | charts, data visualization, protovis, tips | By: jerome

previous: reshaping complex arrays (4/5) Working with layouts In this final part, we’re going to look at how we can shape our data to use the protovis built-in layouts such as stacked areas, treemaps or force-directed graphs. This is not a tutorial on how to use layouts stricto sensu, and I advise anyone interested to [...]

Working with data in protovis – part 4 of 5

11 February, 2011 (02:51) | charts, data visualization, protovis, tips | By: jerome

Previous: array functions in javascript and protovis Reshaping complex arrays This really is what protovis data processing is all about. In today’s tutorial, I am going to refer extensively to protovis’s Becker’s Barley example. One reason for that is that it’s also used in the API documentation of the methods we are going to cover, [...]

Working with data in protovis – interlude: protovis nesting vs tableau

11 February, 2011 (02:40) | charts, data visualization, protovis, tips | By: jerome

Protovis, like Tableau, are based on the grammar of graphics framework. In a nutshell, in both environments, a chart designer can map visual attributes (such as x or y dimension, color, shape, etc.) to dimensions of data. The flat file which Becker’s Barley is based on can be used in Tableau public nearly as is. [...]

Working with data in protovis – part 3 of 5

9 February, 2011 (19:08) | charts, data visualization, protovis, tips | By: jerome

Previous : Multi-dimensional arrays, inheritance and hierarchy Short interlude: what can be done with arrays in javascript? Now that we have a grasp on how arrays work and how they can be used in protovis, let’s take a step back and look at some very useful methods for working with arrays in standard javascript. Sorting [...]

Working with data in protovis – part 2 of 5

8 February, 2011 (19:51) | charts, data visualization, protovis, tips, Uncategorized | By: jerome

Previous post: simple arrays Multi-dimensional arrays, associative arrays and protovis Even for a simple chart, chances are that you’ll have more than a single series of numbers to represent. For instance, you could have labels to describe what they mean, several series, and so on and so forth. So, let’s say we want to add [...]

Are the richest Americans the best educated?

29 January, 2011 (01:38) | charts, data visualization | By: jerome

This all started from this map from GOOD magazine. It went viral on Twitter, which puzzled the data vis community. Moritz Stefaner notably asked others for advice and input, and Andy Kirk, then Enrico Bertini answered in some detail.

There are virtues to an illegible chart

21 April, 2010 (18:54) | charts, data visualization | By: jerome

It all started with an extreme pie chart A few weeks back, there’s been a chart on aid who’s made the rounds of the internet: What this chart shows is that US aid is concentrated in a few countries. The article explains that this is a result of the 3D doctrine, which ties development with [...]