In this assignment you will create a picture that will help in understanding an array of data. You may find slides TBD of the TBD presentation helpful. Your program should use a variety of the Processing graphics functions. You will also define two functions:
public void setup()
public void draw()
Scroll down to see links to samples of other students submissions for this assignment. Have fun and be creative! Your data visualization doesn't have to look like anyone else's.
-
For this assignment you are welcome to collaborate with a partner. You can both work on the same visualization, or you can share a data set and each create a different visualization.
-
Fork and Clone down this repository, just like you did for the Sample Assignment
-
To start, you will need some data. You can use data you find on the Internet or create your own. You should then put your data into an array.
-
Once you've collected data, you can start coding. Start Processing (or the Sublime program) and choose File | Open Folder then browse to and open the
DataVisualizationfolder. Some ideas for visualizations include:- Changing opacity so frequently occuring values are brighter
- Changing size so frequently occuring values are larger
- Creating a bar graph
- Creating an interactive map
- Creating a color grid
- Using a Chernoff face
- Visiting the Data Visualisation Catalogue for examples of other types of visualizations
- Create your own visualization, your visualization doesn't have to look like any other. Have fun and be creative!
-
Modify
index.htmlto personalize the title, headline and footer and save your changes by choosing File | Save -
Write your Java code in the
DataVisualization.pdefile. Run your program in Sublime by choosing Tools | Build -
add,commitandpushyour work to GitHub just like you did for the Sample Assignment -
Publish your website by choosing master branch in the GitHub Pages section of Settings. This will create a URL "link" to your website
-
Submit your URL link to google classroom
Katherine
David
JT
Freesia
Gordon
Jan
Andrew
Maya
David
Victor & Justin
Marc
Justin
Henry
Jared
Chao
This assignment is based on Jer Thorp's Getting Started with Processing and Data Visualizations