I have a heat map set up and I want to do a couple things with it.
Example, I have a dataset that the values range between 0.98 - 1.069, currently the color is based on the difference between them, from what I can tell.
I'd like to set a min and max of 0.90 and 1.10 so the values change color as they approach those extremes.
Also, if they go outside of that min and max range, I want to color them differently.
How can I achieve this?
Thanks!