Closed mamivilledeschenes closed 8 months ago
Thanks for the report @mamivilledeschenes! This is indeed a regression.
As a workaround you can for now try the following:
implot(imview(img,cmap=:ice))
This is what implot should essentially be doing in the background. I will look into why they have diverged.
Fixed in https://github.com/JuliaAstro/AstroImages.jl/commit/ec88440ff264ce24e2b5b5142ee5732ecf01402a
I'll tag a new release once CI is green.
Thanks for the bug report!
I am not been able to modify the color map with
implot
. I would expect the following lines to display the image with colormapice
. Whatever thecmap
provided, the image is displayed withmagma
.I am able to display with a different colormap using
imview
this displays with
cmap=:ice
as expected.Is this an issue or me misusing
implot
?