Data Science Salon Miami 2018

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

Join DSS Slack

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.

CodePen

You’ll need a CodePen account to participate in the workshop exercises fully. You can get one for free here.

Slides

Further Learnings / Fancy Examples

Further learnings and fancy examples located here.

Ok, Let's get coding!

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

We'll now build our first full chart by plotting one of the Ambscombe data sets in a scatter plot.

Helpful links used during workshop