An iteration of my HTML implementation of a D3 scatter plot. Shows the relationship between math and reading scores from the "Students Performance in Exams" data set loaded from my gist, which is sourced from Kaggle. In this iteration, I've colored the scatter plot to indicate if students have completed a test prep course (Cyan) or not (Purple).
10/18/20201: added brush example for assignment