Open silvbarb opened 1 month ago
For inspection of single stainings, it can be quite useful to use a perceptually uniform color palette from matplotlib, like inferno, instead of different intensities of an RGB color (https://matplotlib.org/stable/users/explain/colors/colormaps.html)
Currently we enforce the conversion of the image to RGB, thereby preventing the usual behavior of the matplotlib 'cmap' argument.
What do you think?
For inspection of single stainings, it can be quite useful to use a perceptually uniform color palette from matplotlib, like inferno, instead of different intensities of an RGB color (https://matplotlib.org/stable/users/explain/colors/colormaps.html)
Currently we enforce the conversion of the image to RGB, thereby preventing the usual behavior of the matplotlib 'cmap' argument.
What do you think?