python invert colormap

cmap_reversed = matplotlib.cm.get_cmap('autumn_r')
HotFlow