Some of her earlier papers can be found here: <a href="http://www.personal.psu.edu/cab38/Pub_scans/Brewer_pubs.html" rel="nofollow">http://www.personal.psu.edu/cab38/Pub_scans/Brewer_pubs.html</a><p>Here's the ColorBrewer tool: <a href="http://colorbrewer2.org/" rel="nofollow">http://colorbrewer2.org/</a><p>I never thought about what a PhD in cartography would look like. Nice to learn more about the thought being put into maps.
Here is the popular Color Brewer implementation in R. <a href="https://cran.r-project.org/web/packages/RColorBrewer/index.html" rel="nofollow">https://cran.r-project.org/web/packages/RColorBrewer/index.h...</a><p>A tutorial on how to implement RColorBrewer in R. <a href="http://www.compbiome.com/2010/12/r-using-rcolorbrewer-to-colour-your.html" rel="nofollow">http://www.compbiome.com/2010/12/r-using-rcolorbrewer-to-col...</a>
Here's the blog post about how her work has influenced Esri's ArcGIS software: <a href="http://blogs.esri.com/esri/arcgis/2014/11/12/brewing-a-new-color-palette-for-arcgis-pro/" rel="nofollow">http://blogs.esri.com/esri/arcgis/2014/11/12/brewing-a-new-c...</a>
I sit a few buildings down from Cindy's office and have also been studying colormaps quite a bit in the last 3 years. Its interesting how many plotting packages get this wrong but are finally catching up.<p>I switched from Matlab to Python years ago and was sad to see pyplot using the default rainbow palette still. However, there was some good work done by Chris Beaumont to improve the plot quality. See: <a href="http://plotornot.chrisbeaumont.org/" rel="nofollow">http://plotornot.chrisbeaumont.org/</a> You can easily import these styles into matplotlib using rcparams.<p>Matlab is using a roughly perceptually linearly luminant colormap they call Parula now. Good job Matlab.<p>Paulo Penteado has also done some good work in this area. See: <a href="http://www.ppenteado.net/ast/csbc2012_pfp_2_pres.pdf" rel="nofollow">http://www.ppenteado.net/ast/csbc2012_pfp_2_pres.pdf</a><p>I want to talk about the Luv Lab colorspace. There are several places on the net (even in the literature) that are wrong about these colorspaces saying Lab is for emissive displays and Luv is for reflected light. This is actually not true. (If anything it is reversed). See: <a href="https://groups.google.com/d/msg/scikit-image/DIRaSXJoEes/2jDwuwmxRTYJ" rel="nofollow">https://groups.google.com/d/msg/scikit-image/DIRaSXJoEes/2jD...</a> and Berns reference.<p>The interesting with colorspaces (and colormaps thereof) is that working in a perceptual space like Luv/Lab is yields a non-linear (and non-convex) gamut in the sRGB space used by most monitors. There is more "headroom" in the magenta hue of colors than say green. However, you have to then look at monitor output as a function of hue and human sensitivity -- with a red object and blue object with the same reflectance under the same illumination, the red object will appear darker to humans. So there are many transfer functions at work here which makes the problem challenging in picking the right colormap that is perceptually uniform, has the maximum number of perceived differences, and has the appropriate number of hues for best represeting your dataset.<p>Finally, it would not be complete of me to not mention this article: <a href="http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=4118486&url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D4118486" rel="nofollow">http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=411848...</a><p>Slides: <a href="http://www.cs.odu.edu/~mweigle/cs725s15/presentations/nam-presentation.pdf" rel="nofollow">http://www.cs.odu.edu/~mweigle/cs725s15/presentations/nam-pr...</a>
This java library (among several others, certainly) provides color schemes for data viz, including the ColorBrewer schemes<p><a href="http://www.dishevelled.org/color-scheme/" rel="nofollow">http://www.dishevelled.org/color-scheme/</a>