Activity 3: Explore Visual Encodings
Due: On git by Tuesday, Sept. 6, 2016 at 11:00am
Team: This is a solo assignment.
Grading: This assignment is the post-lecture activity for Experience 1, worth 10 points. There is no partial credit.

Overview

In lecture, you saw how data scientists describe the visual encoding of data. Over the weekend, you will find your own visualizations, describe the visual enocdings, and submit your analysis as a PDF.


Initial Files

A new directory has been created on the release git repository, which you should complete this assignment in. To merge this into your repository, navigate to your workbook directory using a command line and run the following commands:

git fetch release
git merge release/activity3 master -m "merge"


Assignment

Find at least two new visualizations that you have not sen as part of CS 205. Copy a screenshot of that visualization, a link to the source, and describe the visual encodings in that visualization. Save your work as a PDF.

You can view a sample of a complete assignment here: PDF

Make sure you place your PDF has at least two visualizations and is saved inside of your activity3 directory.


Submission

This activity is submitted digitally via git. View detailed submission instructions here.