Assignment 4

Description

In this assignment, you will recreate some of the previous visualizations we’ve seen in class. Specifically, you will recreate the examples in the last iteration of the code we developed in Lecture 3, and you will also recreate the first visualization of Assignment 3.

You will turn in an HTML file named index.html. Each visualization should be an SVG element of the same dimensions used previously. The id attributes of the elements shouls also match the ones we used previously. In other words: they should be, respectively, chart1, chart2, chart3, and scatterplot_1.

The final change is that, in previous assignments, the datasets were provided as hardcoded variables. In this assignment, you will load the JSON and CSV files explicitly.

For this assignment, you are allowed to use any library you’d like. You are required to use d3, but maybe you’ll prefer to use jQuery, underscore.js, or whatever else you like. Remember to give proper attribution in your writeup and source code.

Assessment

Each of the plots is worth 25% of the total credit.

Datasets