Last updated 2016-07-10.
See Gallery below.
I noticed that the Pokemon weakness charts in sources like here and here are, so to speak, "Not Very Effective" given that 5% of the population is red-green colorblind.
For this reason, I decided to set up a series of Sequential and Diverging scales to assist with colorblindness below. These color palettes are courtesy of Color Brewer.
For those of us who don't mind the super simple:
For those of us who prefer a color change for winning and losing:
...In just 7 easy steps!
- Go to http://colorbrewer2.org/
- Under "Only show:" Tick the checkbox that says "colorblind safe".
- Set the number of data classes to 4 in the drop-down menu.
- Under "Natue of your data", select either "Sequential" or "Diverging".
- Choose a palette you like. The name will appear in the information bar (e.g. "4-class GnBu").
- Go to the code and edit line 29. Paste your palette name.
- Run the code in RStudio, and export the image to 900x600. You now have your new Pokemon chart.
- Sources: here and here. Any issues with this, please open a new issue.
- Tools: Rstudio, with ggplot2