S18 - HW3 - Scatterplot by Yash
CS 725/825 - Spring 2018 - Homework 3 - Scatterplot
The image is a Scatterplot of 2014 NCAA Passing Statistics. Precisely speaking, the chart shows the number of passing touchdowns versus the number of rushing touchdowns for NCAA Division I quarterbacks.
The following are the details of the chart :
- The mark used for this Scatterplot is dot. The dots in the chart depict the information that we need to know. Hovering your mouse pointer over a dot would provide you with the name of the player, their school (I also added the conference information later).
- Initially, the channel in the chart was position. The Y-axis describes the passing touchdowns while the X-axis describes the rushing touchdowns. Based on both these values, the position of a player is determined along the chart. The attribute for touchdowns is quantitative.
- Later, I made few minor changes to the channels. I added two more channels - size and color hue. The size of the dot varies depending on the Rate of a player. The size of the dot is smaller if a player's rate is 150 and above, in comparision to the size of the dot of a player whose rate is less than 150. Additionally, there are 11 conferences and the color of a dot varies depending on the conference the player belongs to. The attribute for conference is categorical while the attribute for rate is quantitative.
Acknowledgement:
Here are the resources that helped me finish my homework.
- I'll forever be grateful to https://stackoverflow.com/, it never fails in helping me out.
- Another important resources that guided me - http://d3-legend.susielu.com/
- This video was helpful too - https://www.youtube.com/watch?v=6Xynj_pBybc