How can I create a custom diverging colormap in matplotlib such that it would use a single color (i.e. the same color on the vmin and vmax ends, and white in the middle)?
All of the default ones use 2 different colors:
https://matplotlib.org/examples/color/colormaps_reference.html
I need to show cases where some value deviates from its mean and it is more important to show the magnitude of the deviation and not the direction (direction will the shown through cell annotations).
Thank you for your help!