Assignment2: Data Vis Using P5.js

README

This is a small project to get familiar with P5.js. As mentioned, the only purpose of the code here is to display a specific dataset (U.S. Presidents rating from 1945 - 1974 in this case.).

Implemented features are as following:

  1. Showing the same dataset using bar chart, stacked bar chart, scatterplot, line graph and box plot.
  2. All vis are interactive (highlighting and showing tooltips) except for box plot.

Links

See Bar Chart

Bar Chart

See Stacked Bar Chart

Stacked Bar Chart

See Scatterplot

Scatterplot

See Line Graph

Line Graph

See Box Plot

Box Plot

Note

Below is a faked dataset to show outliers. The faked test data can also be acquired here.

Fake Data to Show Outliers