This weeks lab was a review on the concepts of color use map layouts and the basics of choropleth maps. Naturally, these two topics synched into eachother quite readily as the color scaling we were studying was readily used in the creation of choropleth maps.
Choropleth maps communicate magnitude through the use of hue values. These magnitudes are usually of normalized derived data. This means that one does not use choropleth maps to communicate data instances. These maps should be used when relationships between one variable against another variable are being represented, to put it simply.
One of our tasks was investigating the differneces between linear progression in color ramps and adjusted progressions. What dictates the different values (lightness/darkness) of the hues and their relationship to the original hue is the intervals between the Red, Green, and Blue RGB values.
In a linear progression, the intervals are equal or close to equal. The simplest way to create this color ramp is to subract the vlaues fo your darkest hues from your lightest and find the average (divide by the remaining amount of desired intervals.
Below is an example.
First off, I used ColorBrewer to select which hue and value ranges I would like to use. Since some counties in Colorado had a negative change and some had a positive, using a divergent color ramp would be the correct choice. I chose a deep blueish green to show the growth in the population and an arid red to show increasing loss of population.
I then used the equal interval classification as this would take the range of counties' percent changes and split that into equal strata to communicate mild to severe population loss.
I then edited the labels of these values to create a simple and effective legend.
Comments
Post a Comment