This repo holds resources from an introductory talk / workshop on D3, given by Mollie Pettit, originally at DSS Miami in .
Connect with Mollie: twitter // email // linkedin
If you haven't yet, join the DSS Slack and join the #d3js-data-viz channel. If useful links surface during the website, they will be posted in this channel.
You’ll need a CodePen account to participate in the workshop exercises fully. You can get one for free here.
Further learnings and fancy examples located here.
In these exercises you will be making the same bar plot in three different ways:
- Using HTML, CSS, and SVG
- Using D3.js
- Using D3 AND data joins
Exercise: Building our first scatter plot
We'll now build our first full chart by plotting one of the Ambscombe data sets in a scatter plot.