complex_colormap
complex_colormap copied to clipboard
Colormap for visualizing complex functions using a perceptually-uniform colorspace
Mapping [0, ∞) to [0, 1] can be done many different ways, and I found [some worked better or worse for different functions](https://flic.kr/p/CQibRd). I originally used `mpmath.cplot` for this, which...
Allows custom handling of magnitude via `alpha`, and general colormap use. Also added minimal example illustrating - here's with and without linear A.M.:
8.1MB is certainly acceptable, and since it's required for the library to function, it should simply be included. Generation took an hour on my powerful CPU, that's the real problem....
Not sure if this is the right place to mention this but I cloned this repo and installed it and it didn't automatically generate the C_lut.npy lookup table. I had...
Instead of JCh, it looks like this should be constructed in CAM02-UCS space (expressed in cylindrical coordinates) which has a different lightness curve and chroma(/colorfulness?) curve. https://github.com/matplotlib/matplotlib/issues/6033#issuecomment-412318447 and https://github.com/matplotlib/matplotlib/issues/6033#issuecomment-412367529 ("the...
https://github.com/BIDS/colormap/issues/6#issuecomment-354145522
https://github.com/BIDS/colormap/issues/6#issuecomment-354134840
 Current colorscheme make sense if you remember ROYGBIV: - R = positive real numbers - Y = positive imaginary numbers - G = negative real numbers - B =...
I tried saving as float16 but the results were not identical, even though RGB is only 8-bit for each color. Need to identify why it wasn't the same and if...