|
|
|
|
|
by epaladin
4449 days ago
|
|
Can this create a palette of an arbitrary number of colors, or is it limited to six?
I've been looking for a good way to generate an arbitrary number of visually distinct colors for a while, to use in visualizing high dimensional datasets in bioinformatics. The closest I've come so far is http://tools.medialab.sciences-po.fr/iwanthue/ (which is great but I need to port it to R one of these days) |
|
One nice touch is that you can plug your own random RGB color generators that feed the optimizer, to find N distinct colors in a subspace of RGB. E.g., I use it to generate distinct pastel colors in visualization of linguistic data.
https://github.com/danieldk/quzah
(I am not an expert in this topic, but I couldn't find a good Java library with solid theoretical underpinnings.)