How to make a bunch of maps and string them together to show change.
R
-
Members Only
Transitioning Map, Part 3: Animate Change Over Time
-
Members Only
Transitioning Map, Part 2: Refining the Format and Layout
How to make a more readable and more visually accurate map, before you dive into the big transitions.
-
Majority minorities
We saw the changing percentage of white people in the United States and…
-
R graph gallery
One of best ways to learn visualization in any given software is to…
-
Members Only
Transitioning Map, Part 1: Mapping Irregular Data with Interpolation in R
Rarely do you have evenly-spaced data across an entire geographic space. Here is a way to fill in the gaps.
-
Interactive charts in R
Interactive charts in R are still so-so, but if you don’t mind giving…
-
Tilegrams in R
Last month Pitch Interactive launched an online tool for tiled cartograms, or tilegrams…
-
Learning R Versus d3.js for Visualization
For those who work with R and d3.js, the differences between the two…
-
Members Only
How to Visualize Proportions in R
There are many ways to show parts of a whole. Here are quick one-liners for the more common ones.
-
Members Only
How to Make Beeswarm Plots in R to Show Distributions
Try the more element-based approach instead of your traditional histogram or boxplot.
-
Members Only
How to Make Square Pie Charts in R
Instead of traditional pie charts that rely on angles and arc lengths to show parts of a whole, try this easier-to-read version.
-
R in the data journalism workflow at FiveThirtyEight
R has found its way into a good number of news groups who…
-
Members Only
Annotating Charts in R
Let the data speak for itself they say. That doesn’t work a lot of the time, and when that happens, you need to explain.
-
5 Tips for Learning to Code for Visualization
Here are some tips to get you started, based on my own experiences with R, and more recently, the JavaScript library d3.js.
-
A Course for Visualizing Time Series Data in R
Learn to visualize temporal patterns in a couple of days.
-
Members Only
Drawing Lines and Segments in R
Show connections and changes over time with start and end points.
-
Members Only
Drawing Circles and Ellipses in R
Whether you use circles as visual encodings or as a way to highlight areas of a plot, there are functions at your disposal.
-
Members Only
Drawing Squares and Rectangles in R
R makes it easy to add squares and rectangles to your plots, but it gets a little tricky when you have a bunch to draw at once. The key is to break it down to the elements.
-
Members Only
Voronoi Diagram and Delaunay Triangulation in R
The
deldir
package by Rolf Turner makes the calculations and plotting straightforward, with a few lines of code. -
Comparing ggplot2 and R Base Graphics
Figure out which is best with a side-by-side comparison.