I am making some density and contour plots in Mathematica. These plots have very high peaks which saturate with color and prevent me from seeing differences in the peaks. Is there a way I can tone down the color scale so my peaks are not just white blobs?
Trying other color schemes has not worked out.
Cheers, Ben
In the image below all you see is purple and white, but there is variation in the height of the white areas but it can not be seen because the color is saturated. ColorFunctionScale ->False, only turns everything two colors.
ListDensityPlot[photo, PlotLegends -> Automatic, Frame -> {True},
FrameLabel -> {"Electron Bunch Energy (MeV)", "Photon Energy (keV)",
"", "Yield (Photons/Sr e-KeV)" }, LabelStyle -> {15},
InterpolationOrder -> 10]