I have the following colorbar in matplotlib that I use to plot certain colormap. enter image description here
I wonder if it is possible to clip the negative part without changing the color scheme?
I tried to use set_clim(vmin, vmax)
, but this changes the color scheme above, which I don't want.