Matthew Yglesias shares this graph from the Economist: I hate this graph. OK, sure, I don't hate hate hate hate it: it's not a 3-d exploding pie chart or anything. It's not misleading, it's just extremely difficult to read. Basically,... ...
Matthew Yglesias shares this graph from the Economist: I hate this graph. OK, sure, I don't hate hate hate hate it: it's not a 3-d exploding pie chart or anything. It's not misleading, it's just extremely difficult to read. Basically,... ...
By popular demand, here's my R script for the time-use graphs:...
Matthew Yglesias discusses how West Virginia used to be a Democratic state but is now solidly Republican. I thought it would be helpful to expand this to look at trends since 1948 (rather than just 1988) and all 50 states... ...
par (mar=c(3,3,2,1), mgp=c(2,.7,0), tck=-.01) Thank you....
Jaidev Deshpande writes: The World Economic Forum recently posed a data visualization problem. The dataset is a survey of experts from the so called "Agenda Councils" of the WEF. Here are the details. The dataset primarily contains the experts...
After our recent discussion of semigraphic displays, Jay Ulfelder sent along a semigraphic table from his recent book. He notes, "When countries are the units of analysis, it's nice that you can use three-letter codes, so all the proper names....
Details matter (at least, they do for me), but we don't yet have a systematic way of going back and forth between the structure of a graph, its details, and the underlying questions that motivate our visualizations. (Cleveland, Wilkinson, and....
Jeroen Ooms writes: Here's a first version of a new web application for exploratory graphical analysis. It attempts to implement the layered graphics from the R package ggplot2 in a user-friendly way. This two-minute demo video demonstrates a ...
I use R for just about everything, including exploratory data analysis and graphics. The only other package with which I have any familiarity is Mathematica. I've been generally satisfied with R graphics, although there are things that I alway...