Course material for Interactive Data Visualization (DATA 73200) taught at CUNY Fall Semester, 2020. This repository contains the starter code for each of the 7 tutorials on the /master
branch, the code built in live coding sessions from class will be released each week on the /class
branch, and demo code (which includes additional helpful code for the tutorial) will be released after the class on the /demo
branch.
After all installations, git setup, and the local serve instructions in the first tutorial folder (./tutorial0_serve/
), you're ready to start creating awesome visualizations 🎉!
Code for each tutorial will be released on the week that we cover that topic. The demo code that will help in the tutorial will be pushed to a demo
branch. The class code will be pushed to a class
branch.
Tutorial | Topic | Starter Code | Demo Code | Class Code |
---|---|---|---|---|
Tutorial 0 | Serve | /tree/master | /tree/demo | /tree/class |
Tutorial 1 | Introduction | /tree/master | /tree/demo | /tree/class |
Tutorial 2 | Quantities and Amounts | /tree/master | /tree/demo | /tree/class |
Tutorial 3 | Distributions | /tree/master | /tree/demo | /tree/class |
Tutorial 4 | Timeseries | /tree/master | /tree/demo | /tree/class |
Tutorial 5 | Geographic | /tree/master | /tree/demo | /tree/class |
Tutorial 6 | Hierarchical | /tree/master | /tree/demo | /tree/class |
Tutorial 7 | State Management | /tree/master | /tree/demo | /tree/class |