colorlover
colorlover copied to clipboard
Color scales in Python for humans
Dear developers of colorlover tool, I was trying to reverse the colors of "Spectral" in the Diverging category. I thought the function cl.flipper( scale=None ) could achieve this. However, it...
Perhaps more of an issue with plotly's website but the README points to this page (https://plot.ly/ipython-notebooks/color-scales/) which used to be a notebook of helpful lists of all of the palettes...
As asked in #14. Added a to_hex() method for conversion from RGB, HSL, numeric to HEX string.
Would be nice if this awesome library would allow creating color scales from numpy arrays. Right now it only detects numeric color scale if it strictly consists of tuples (explicit...
Added a get_scale method as proposed in #16 with helpful errors messages like available colors and parameters.
It would be useful if the license used could also be specified in `setup.py`, as then it can be displayed correctly by `pip-licenses`. This would involve a change like: ```diff...
This lets users make sure their installation is correct, particularly downstream packagers.
I would find useful to have plotly.js default colors (see https://stackoverflow.com/a/44727682) available in python. In a previous discussion at [plotly](https://github.com/plotly/plotly.py/issues/1026), we suggested the right place for the color scale could...
This library is awesome. I am wondering if you would be interested in a convenience function for getting the scale by name. It takes a little bit to inspect the...