These are my attempts to do the following.
The colormap should start at zero and end at the maximum. The tipping point between the two colors should be at 1,0. Now most points are reddish, which isn't desired.
I tried this:
cbar.set_clim(0.0, 2.0)
This is the colormap I want to have.