I am trying to put a colorbar to my image using matplotlib. The issue comes when I try to force the ticklabels to be written in scientific notation. How can I force the scie
You can specify the format of the colorbar ticks as follows:
pl.colorbar(myplot, format='%.0e')