Matplotlib Colorbar Inverse Direction inverse

cbar = plt.colorbar(CS)
cbar.ax.invert_yaxis()
Fantastic Ferret