python-colorspace icon indicating copy to clipboard operation
python-colorspace copied to clipboard

Python colorspace implementation.

Results 13 python-colorspace issues
Sort by recently updated
recently updated
newest added

Though the documentation for the original R package says of this python port: > For Python users a beta re-implementation of the **full colorspace package** in Python 2/Python 3 is...

It should be `pip install git+https://github.com/retostauffer/python-colorspace.git`, not `pip install https://github.com/retostauffer/python-colorspace`. Otherwise the command fails with an error.

This is a great module and I wanted to suggest an **enhancement**. In Jupyter Notebooks, an instance of an object is displayed (via IPython.display.display) in HTML according to the class...

See https://github.com/OGGM/oggm/issues/1261 I can reproduce in https://travis-ci.com/github/OGGM/r2d I have no clue why it worked for so long and suddenly not, maybe a dependency changed something. If you know what this...

Two instance of "Let's" and one instance of "let's" on the page - https://python-colorspace.readthedocs.io/en/latest/examples/usageexamples.html appear as "Let\u2019s" and "let\u2019s" instead. Of course the unicode character 2019 is "right single quote...

Trying to use the cmap method of heat_hcl I get the error: ``` AttributeError: 'heat_hcl' object has no attribute '_rev' ``` I guess this attribute is not initialized?

bug

Stumbled upon it today: http://colorcet.pyviz.org/

The more complex `divergingx_hcl` and `sequentialx_hcl` palettes are not yet implemented. Should be added in the near future.

I'm testing the installation procedures for the review at https://github.com/openjournals/joss-reviews/issues/7120. I tried following the [instructions](https://retostauffer.github.io/python-colorspace/installation.html#installation) for running the tests with the makefile. ``` # Setting up virtual environment with all...

Reto @retostauffer, in the review by @dmreagan in #24 it turned out that [L31](https://github.com/retostauffer/python-colorspace/blob/main/Makefile#L31C2-L31C42) of the "venv" target in the `Makefile` does not run, at least on some systems: source...