CS 725/825 - Spring 2018 - Homework 3 - Scatterplot Kavyashree Sirigere Prakash
Scatterplot
What is the type of mark used in the scatterplot?
Point is the mark type in Scatterplot
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
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
https://d3js.org/d3.v4.min.js
https://d3js.org/d3-scale-chromatic.v1.min.js