I use an heatmap to visualize a confusion matrix. I like the standard colors, but I would like to have 0s in light orange and highest values in dark purple.
I managed to
Did you try to invert the colormap?
sns.cubehelix_palette(as_cmap=True, reverse=True)