Sifting out some of the styles of contemporary data visualization.
Resource Links
-
Taking Data Visualization From Eye Candy to Efficiency →
-
d3-jetpack →
Forgot about this. The d3-jetpack from Gregor Aisch makes some of the more tedious tasks in d3.js a bit shorter and intuitive.
-
Mike Bostock AMA →
The creator of d3.js is answering questions on reddit right now. Saving for later, as I am sure there will be many interesting bits.
-
R course material →
A small set of tutorials to learn the basics of R.
-
Work with Google Sheets in R →
Use the googlesheets package to import data.
-
sentimentr →
R package for sentiment detection.
-
quartzFonts() →
Change graphic fonts with this R function in OS X.
-
Make grid maps in Python →
A quick script for squares and hexagons that outputs to SVG.
-
What Chicken Nuggets Taught Me About Using Data to Design →
Ask yourself what the numbers represent.
-
data diff →
Like diff for code but for data tables.
-
Using BuzzFeed’s listicle format to tell stories with maps and charts →
Peter Aldhous on his workflow and speeding up the visualization process for the news.
-
stringsAsFactors: An unauthorized biography →
In almost every tutorial on this site,
stringsAsFactors
is set toFALSE
when you read in data with a function likeread.csv()
. Why isn’t is just set toFALSE
by default? Of course, there’s a perfectly logical explanation. -
The Distillery →
A mini-app from Shan Carter to convert GeoJSON to TopoJSON. Simplify geometry and change projections along the way.
-
How we created an interactive map of Europe with 100k+ areas →
A lot of boundary areas, but still loads quickly.
-
Truthful mapping →
How choice of scale changes a view completely, even with the same data.
-
Wes Anderson Palettes →
Primary colors used in frames of the director’s films. Someone made an R package for this a while back.
-
imager →
An R package for image processing.
-
CSV to HTML Table →
“Display any CSV file as a searchable, filterable, pretty HTML table. Done in 100% JavaScript.”
-
WikidataR →
An API client for the ‘Wikidata’ store of semantic data.
-
mapturner →
“A command line utility for generating topojson from various data sources for fast maps.” Useful for use with D3.