Nuacht

keep plt.get_cmap() - This is too widely used to be removed. But eventually remove its lut parameter in favor of plt.get_cmap().resampled(). Transition path While I would like to eventually remove the ...
Builtin colormaps are created once and stored globally in cmap_d. get_cmap just returns the element from the dictionary (probably assuming that it's immutable).