TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Cartographer Who’s Transforming Map Design

131 pointsby kurrenalmost 10 years ago

8 comments

rubidiumalmost 10 years ago
Some of her earlier papers can be found here: <a href="http:&#x2F;&#x2F;www.personal.psu.edu&#x2F;cab38&#x2F;Pub_scans&#x2F;Brewer_pubs.html" rel="nofollow">http:&#x2F;&#x2F;www.personal.psu.edu&#x2F;cab38&#x2F;Pub_scans&#x2F;Brewer_pubs.html</a><p>Here&#x27;s the ColorBrewer tool: <a href="http:&#x2F;&#x2F;colorbrewer2.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;colorbrewer2.org&#x2F;</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.
评论 #10158837 未加载
larrydagalmost 10 years ago
Here is the popular Color Brewer implementation in R. <a href="https:&#x2F;&#x2F;cran.r-project.org&#x2F;web&#x2F;packages&#x2F;RColorBrewer&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;cran.r-project.org&#x2F;web&#x2F;packages&#x2F;RColorBrewer&#x2F;index.h...</a><p>A tutorial on how to implement RColorBrewer in R. <a href="http:&#x2F;&#x2F;www.compbiome.com&#x2F;2010&#x2F;12&#x2F;r-using-rcolorbrewer-to-colour-your.html" rel="nofollow">http:&#x2F;&#x2F;www.compbiome.com&#x2F;2010&#x2F;12&#x2F;r-using-rcolorbrewer-to-col...</a>
gavrehalmost 10 years ago
Here&#x27;s the blog post about how her work has influenced Esri&#x27;s ArcGIS software: <a href="http:&#x2F;&#x2F;blogs.esri.com&#x2F;esri&#x2F;arcgis&#x2F;2014&#x2F;11&#x2F;12&#x2F;brewing-a-new-color-palette-for-arcgis-pro&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blogs.esri.com&#x2F;esri&#x2F;arcgis&#x2F;2014&#x2F;11&#x2F;12&#x2F;brewing-a-new-c...</a>
评论 #10158950 未加载
ipunchghostsalmost 10 years ago
I sit a few buildings down from Cindy&#x27;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:&#x2F;&#x2F;plotornot.chrisbeaumont.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;plotornot.chrisbeaumont.org&#x2F;</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:&#x2F;&#x2F;www.ppenteado.net&#x2F;ast&#x2F;csbc2012_pfp_2_pres.pdf" rel="nofollow">http:&#x2F;&#x2F;www.ppenteado.net&#x2F;ast&#x2F;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:&#x2F;&#x2F;groups.google.com&#x2F;d&#x2F;msg&#x2F;scikit-image&#x2F;DIRaSXJoEes&#x2F;2jDwuwmxRTYJ" rel="nofollow">https:&#x2F;&#x2F;groups.google.com&#x2F;d&#x2F;msg&#x2F;scikit-image&#x2F;DIRaSXJoEes&#x2F;2jD...</a> and Berns reference.<p>The interesting with colorspaces (and colormaps thereof) is that working in a perceptual space like Luv&#x2F;Lab is yields a non-linear (and non-convex) gamut in the sRGB space used by most monitors. There is more &quot;headroom&quot; 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:&#x2F;&#x2F;ieeexplore.ieee.org&#x2F;xpl&#x2F;login.jsp?tp=&amp;arnumber=4118486&amp;url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D4118486" rel="nofollow">http:&#x2F;&#x2F;ieeexplore.ieee.org&#x2F;xpl&#x2F;login.jsp?tp=&amp;arnumber=411848...</a><p>Slides: <a href="http:&#x2F;&#x2F;www.cs.odu.edu&#x2F;~mweigle&#x2F;cs725s15&#x2F;presentations&#x2F;nam-presentation.pdf" rel="nofollow">http:&#x2F;&#x2F;www.cs.odu.edu&#x2F;~mweigle&#x2F;cs725s15&#x2F;presentations&#x2F;nam-pr...</a>
评论 #10159038 未加载
评论 #10160168 未加载
评论 #10159040 未加载
wscottalmost 10 years ago
The &quot;Tufte&quot; of maps.
electricbluealmost 10 years ago
I&#x27;ve been using colorbrewer to make maps for many years now, nice to see her getting some recognition.
heuermhalmost 10 years ago
This java library (among several others, certainly) provides color schemes for data viz, including the ColorBrewer schemes<p><a href="http:&#x2F;&#x2F;www.dishevelled.org&#x2F;color-scheme&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.dishevelled.org&#x2F;color-scheme&#x2F;</a>
hackuseralmost 10 years ago
The article is dated, very subtly, 2014. Look just above the headline, next to the byline.