You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX: Use colormap objects in rcParams when setting cmap
image.cmap previously used a string, which would lookup that
string in the colormap registry. This caused issues if there was a
mismatched registration name versus attribute name. Instead if
we get a colormap object, we should just use that directly rather
than using any name to look things up.
0 commit comments