All examples By author By category About

treid003

S18 - HW3 - Scatterplot

CS 725/825 - Spring 2018 - Homework 3 - Scatterplot

My Answers

  1. A point mark is used for the scatterplot.

  2. There is a vertical spatial position channel and a horizontal spatial position channel. The vertical spatial position channel is mapped to the Passing TD attribute. The Passing TD attribute represents the total amount of passing touchdowns a NCAA Division 1 quarterback has made in 2014. The horizontal spatial position channel is mapped to the Rushing TD attribute. The Rushing TD attribute represents the number of rushing touchdowns a NCAA Division 1 quarterback has made in 2014.

  3. There is a vertical spatial position channel, a horizontal spatial position channel, color hue channel, and a size channel. The vertical and horizontal spatial position channels are the same as described in answer 2. The color hue channel is mapped to the Conf attribute. The Conf attribute represents the name of the conference that a quarterback’s team belongs to. The size channel is mapped to the Rk attribute. The Rk attribute represents the rank of the quarterback 2014.

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