All examples By author By category About

Lecy277

S18 - HW3 - Scatterplot

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

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

HW3 Scatterplot Q&A 1.What is the type of mark used in the scatterplot?

A Point is the mark.

2.List the channels, the attribute they are mapped to, and the data type of that attribute.

The vertical line is the spatial position channel for the quantitative attribute of "Passing TD's" and the horizontal line is the spatial position channel for the quantitative attribute "Rushing TD's".

3.After your changes, list the channels, the attribute they are mapped to, and the data type of that attribute.

The vertical line is the spatial position channel for the quantitative attribute of "Passing TD's" and the horizontal line is the spatial position channel for the quantitative attribute "Rushing TD's" but I also added in the color channel attribute for "Conf", which means Conferences the teams play in, as well as a size channel attribute for "Total TD's" by adding together both "Rushing TD's" and "Passing TD's". The more the size of the points increase the more total TD's the quarter has in a season.