-
Notifications
You must be signed in to change notification settings - Fork 961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the color-scale compatible with color-blindness #182
Comments
I'll second this, I'm only mildly colourblind but the current map is basically unreadable for me. Ideally you would make the colours adjustable, or at least lightness-based. |
Hi there,
The problem with the blue-> red pattern is that "green" is in the middle,
and it makes sense that we represent low carbon by green.
What about a green -> red scale? (say from 505 to 1000 on your scale)
…On Thu, Dec 29, 2016 at 8:06 AM, Nico Rikken ***@***.***> wrote:
Same issue here, the current color scheme makes the map totally
unreadable. I suggest to use the blue to red pattern, like:
<https://camo.githubusercontent.com/5b0d03d764372cfebd7b558f345d8db2e8420609/68747470733a2f2f692e737461636b2e696d6775722e636f6d2f59475a684a2e6a7067>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#182 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABlEKH3_bKvHvXszXacrUlK8wrf19xGwks5rM1v_gaJpZM4LQLUc>
.
|
So there's a couple issues with that, namely that in the common green/red colourblindness (which I have) it's green and red that's the issue, and in the scale given I can't see any significant change in lightness from 415-685. In fact everything from 415-640 looks exactly the same. In my opinion, you can use any colours you like, as long as there's a constant and significant gradient in the lightness value. |
A quick win is to add an alternative scale with a toggle. |
Good reading: Using colorblind-friendly colorscales from https://bids.github.io/colormap/, implemented at https://github.com/d3/d3-scale#interpolateViridis Viridis Yellow-Blue (scale 1200 - 0)
Magma Yellow-Red (scale 2000 - 0)Inferno (scale 2000 - 0)Plasma (scale 2000 - 0)What do people think? I'm quite in favor of the Magma one as an extra scale for colorblind. |
A couple of ideas:
The text was updated successfully, but these errors were encountered: