Hello ,
I’m using Images.jl in Pluto.jl. I have matrix assimilated as images with values ranging from about 0 to 4. When I plot these images using Images.jl, all values greater than 1 are “clamped” to 1, and the image is burned. So, I have to manually normalize the images between 0 and 1 for each plot.
Is there a way to set this at the beginning of the notebook to apply it to each plot?
Thanks,
fdekerm