Possible Duplicate:
Set Colorbar Range in matplotlib
Defining the midpoint of a colormap in matplotlib
When you have a colorbar in python (pyplot), it is possible to have an asymmetrical range of values
e.g. -4 -> 12
but still somehow have the white / neutral colour (usually the mid-point of the colorbar) at 0 - even though 0 is tending toward the bottom of the colorbar in this example?
Thank you.