Note: Hover on the dots to see the details and arrows that show the exact values of each dot.
1. Scatterplot for QBs colored by the group their schools are in - No Color Restriction
For scatterplot 1 - 6, I use two quantitative attributes from "passing-stats-2014.csv", which are the "passing yards" and "passing td".
Since there is no restriction about the colors that I can use, I decide to use blue, green, and orange which are taken from d3 color schema.
Each QB is represented by the dot marks that are colored by the group their schools are in. Blue represents Big Five, orange represents group of five, and green represents Independent.
I think these colors are appropriate for this scatterplot because they are strong colors that could be distinguished easily.
2. Scatterplot for QBs colored by the group their schools are in - Colorblind-save colors
I use the help from colorbrewer2 to decide which colors are save for people who are colorblind.
I found a good google chrome extension named "Spectrum", with which I can do a color simulation to test whether I choose the right colors for colorblind people or not.
Apparently, there are so many types of colorblindness. But, I decided to stick to the basic rule, which is avoid using the red and green colors at the same time.
I follow suggestions given by colorbrewer2 and I choose to use the color "#1b9e77" (mountain meadow) for the Big Five, "#d95f02" (bamboo) for the Group of Five, and "#7570b3" (deluge) for Independent.
I found the name of color hex from this website: chir.ag .
The colors I use here have been tested with "Spectrum" and they all can still be distinguished in a colorblind mode.
3. Scatterplot for QBs colored by the group their schools are in - Photocopy-save Colors
Photocopy-save colors mean colors that can still be distinguished eventhough they are printed in black and white.
For qualitative data with 3 classes, colorbrewer2 only provide one color scheme.
I choose to use colors "Monte Carlo" (#8dd3c7) to depict Big Five, "Portafino" (#ffffb3) for Group of Five, and "Lavender Grey" (##bebada) for Independent.
I use google chrome extension "Grayscale" to test whether the colors can still be distinguished in grayscale mode or not.
It turns out that the colors passed the test. Although, the color for Big Five and Group of Five look slightly similar in grayscale mode, but we can still see the difference.
4. Scatterplot for QBs from Big Five group colored by their conferences - No color restriction.
Since there are no restriction, I can use any color that I want to depict each conference in Big Five Group, as long as the discriminability is still maintained.
I use the D3 color scheme to generate the colors. Red represents Big Ten, Purple represents ACC, Blue represents PAC-12, Green represents Big 12, and Orange represents SEC.
I use colorbrewer2, spectrum, and grayscale to find 5 different colors that are distinguishable enough for colorblind-save and photocopy-save mode.
Apparently, there is no color scheme available that support these requirements. Therefore, I cannot make the colorblind-save and grayscale-save version of this scatterplot.
5. Top Five QB's based on their ranks - using multi-hue colormap
To color the top 5 QBs using multi-hue colormap, I choose one of the color scheme provided by colorbrewer2.
The multi-hue colormap colors the dots using 5 different colors.
Thus, it is easier to distinguish one dot to another.
For example the dark-blue dot represents the 1st-rank QB, while the cream dot represents the 5th-rank QB.
6. Top Five QB's based on their ranks - using single-hue colormap
I use one of the sinle-hue color scheme provided by colorbrewer2.
With the multi-hue colormap, the discriminability of the colors is still maintained, since the color rank from the high-saturated color to the less-saturated color.
In this scatterplot, we could distinguished the dots simply by their colors.
For example, the 1st-rank QB is colored with "Fire" color (##A63603), while the 5-th rank QB is colored by "Half Spanish White" color (#feedde).