I have a 2000$\times$2000 matrix of values. Over half of the values are 0, and for those non-zeros, most of them are less than 10, but the maximum value is 140.
So when I do a heatmap, it looks like a single color with couple of spots in it.
What should I do to rescale them so that it looks prettier in a heatmap?
I tried multiplying by 10, but it doesn't work very well.