nice ggplot intro tutorial. Just run the commands, about 6 pages = flexible 1-3 hours of learning, depending how much reading you want to pair it with
by Ramon Saccilotto
Posts tagged with Hadley Wickham
nice ggplot intro tutorial. Just run the commands, about 6 pages = flexible 1-3 hours of learning, depending how much reading you want to pair it with
by Ramon Saccilotto

How to colour your heatmaps.
@hadley recommended this paper to me. I was asking how to select colours to represent level curves (isoclines / isoutility curves / etc) on a 2-D plot. (I.e., how to plot a ℝ²→ℝ¹ function effectively with colours other than greyscale+red.)
Big-money quote from Zeileis, Hornik, and Murrell:
It has been hypothesised that human vision evolved in three stages:
- perception of light/dark contrasts;
- yellow/blue contrasts (usually associated with our notion of warm/cold);
- green/red contrasts (helpful for assessing the ripeness of fruit).
….. The subjective experience of [colour, however,] is less well understood.
Wikipedia pages to read:
Book to read:

My interpretation of [Leland Wilkinson’s] grammar [of statistical graphics]:
—Data is the most important thing, and the thing that you bring to the table.
—Geometric objects … what you actually see on the plot: points, lines, polygons, etc.
—Statistics transform the data in many useful ways. For example, binning and counting to create a histogram….
—Scales map values in the data space to values in an aesthetic space, whether it be colour, or size, or shape. Scales also provide an inverse mapping: a legend.
—A coordinate system describes how data coordinates are mapped to the plane of the graphic. It also provides axes and gridlines to make it possible to read the graph.
— A facetting, or conditioning, speci
