Skip to content

JiahuiKChen/Data-Visualizations

 
 

Repository files navigation

Homeworks for Utah's Vis for Data Science Course

In subfolders in this directory you will find some homework projects for CS 6630 / CS 5630 - Visualization for Datascience.

More information can be found on the course website

Homework 1

Bar, line, area, and scatterplot charts visualizing Anscombe's Quartet dataset. Thorough information here

Homework 2

Manually generated tree using D3 and Javascript. Thorough information here

Homework 4

World health data displayed via an interactive world map, scatterplot, and information box.

Overall visualization functionality:

Clicking Things

Visualization's components:

Gap Plot Data Change

Gap Plot Year Slider

Here's a video of the visualization's functionality.

More details here

Homework 6

Interactive visualization US Presidential Election data from 1940 to 2016. Includes Electoral and Popular Vote statistics for each state for each year.

Overall visualization looks like this: Overview

Visualization components include: yearChart

electoralVote

votePercentage

toolTip

Here's a video of the visualization's functionality.

More details here

How to Run

From any homework's root directory (example: Homework 6's root directory is hw6) running a web server will launch the project locally in a web browser.

Example:

cd <path to this repository's root directory>/hw6
python3 -m http.server

Will run Homework 6 (clicking on the .html file will display the visualization).

About

Projects for Visualization for Data Science 2018 Course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.6%
  • CSS 14.9%
  • HTML 14.5%