"I Want Hue" – Colors for Data Scientists
tools.medialab.sciences-po.fr
"I Want Hue" – Colors for Data Scientists
1–10 of 40 posts
Re: "I Want Hue" – Colors for Data Scientists
#2Re: "I Want Hue" – Colors for Data Scientists
#3Re: "I Want Hue" – Colors for Data Scientists
#4Re: "I Want Hue" – Colors for Data Scientists
#5Re: "I Want Hue" – Colors for Data Scientists
#6One of the reasons I'll probably stick with ColorBrewer palettes for now is that I can easily find color schemes that are safe for people with colorblindness or for display in particular environments.
Re: "I Want Hue" – Colors for Data Scientists
#7Edit: found out it is based on Lab color space.
Re: "I Want Hue" – Colors for Data Scientists
#8http://vis4.net/blog/posts/avoid-equidistant-hsv-colors/
https://github.com/gka/chroma.js
The HCL color space is also available in this d3 module: https://github.com/d3/d3-plugins/tree/master/cie
Re: "I Want Hue" – Colors for Data Scientists
#9Re: "I Want Hue" – Colors for Data Scientists
#10This is an interesting tool, it fails at 16 colors. Which is surprising. (it may be the gamut of my display of course but I would think 16 would be within its abilities). That is probably the most number of distinct colors I've needed in a graph. Works nicely for numbers 10 and below.
I used the protovis categorical colors (http://mbostock.github.com/protovis/docs/color.html, see at the bottom of the page) when I needed a 20-color map recently.