I reset my colormap values, as this person did: Reset default matplotlib colormap values after using 'set_under' or 'set_over'
I understand I need to use copy to not cause this problem.
My question: how do I restore my colormap settings to their default value? i.e., I don't want set_under('w') to always stay white, I want it back to default settings.
My issue is now every plot that has values < set_under results in white being plotted, when what I'd want is the value to be plotted at the min value (at the min/max limit of the colorbar, instead of replacing the values with white).