This respository contains a webpage which uses D3.js create an interactive scatterplot of demographics for all 50 US states. The data can be compared across 6 different demographic criteria.
- HTML
- CSS
- Javascript
- D3.js
- Download the respository
- Go the the D3_data_journalism folder
- Open Git Bash in the directory and type
python -m http.server
to launch the python server, then go to your local host, e.glocalhost:8000
.