Reto Stauffer
Reto Stauffer
Hy @khufkens I thought about it for few days now. Not yet sure what would be a nice but not too complicated example. - grid-point wise trend estimates (surface temperature;...
Thanks a lot for pointing this out. Over the last two weeks I found some time to work on this package again. This includes revamping the entire documentation and extend...
Dear Mr. Simon Do you have a minimal to reproduce this issue? The following should work: ``` from colorspace import heat_hcl pal1 = heat_hcl() print(pal1(3)) print(pal1(3, rev = True)) ```...
Ok, I see the error occurs when calling ``` pal.cmap(rev = True) ``` I have to address this; Not intended to revert the `.cmap()`, the palette should be reverted instead....
That is, indeed, fixed. Reversing colors is either done when creating a colorspace palette (using the `_rev = True` argument) but can also be done later on the matplotlib cmap...
Dear @hollowscene, thank you for bringing this up! Your PR works perfectly and was (with minor modifications) merged into the main branch. This seems to be the proper way to...
Thank you @dmreagan, for reporting this issue. We have resolved the problem (see PR https://github.com/retostauffer/python-colorspace/pull/25) and updated the [Testing](https://retostauffer.github.io/python-colorspace/installation.html#testing) instructions accordingly: * Removed the `source ...` command from the make...