All examples By author By category About

kavyashreesiri

S18 - HW3 - Scatterplot

CS 725/825 - Spring 2018 - Homework 3 - Scatterplot Kavyashree Sirigere Prakash

Scatterplot

  1. What is the type of mark used in the scatterplot?
    Point is the mark type in Scatterplot

  2. List the channels, the attribute they are mapped to, and the data type of that attribute.
    Channels used in Scatterplot are:

Number of Passing Touch Down's of player is the quantitative attribute mapped on to vertical spatial position
Number of Rushing Touch Down's for a player is the quantitative attribute mapped on to horizontal spatial position

  1. After your changes, list the channels, the attribute they are mapped to, and the data type of that attribute.
    Another attribute that I considered is Rushing Average
    Channels in Scatterplot are:

Number of Passing Touch Down's of player is the quantitative attribute mapped on to vertical spatial position.
Number of Rushing Touch Down's for a player is the quantitative attribute mapped on to horizontal spatial position.

The player's conference is a categorical attribute which is expressed in Hue channel. Rushing Average is a quantitative attribute which is expressed in Size channel.

Added Thumbnail of scatterplot
Extra Credit

References


See the assignment instructions at http://www.cs.odu.edu/~mweigle/CS725-S18/HW3

Scatterplot of 2014 NCAA Passing Statistics

Data from http://www.sports-reference.com/cfb/years/2014-passing.html

Scatterplot based on /mbostock/3887118, tooltip example from http://www.d3noob.org/2013/01/adding-tooltips-to-d3js-graph.html

Built with blockbuilder.org

forked from weiglemc's block: S18 - HW3 - Scatterplot