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
Yes, this is kind of matplotlib behavior I think. The default cmap is not None but you're specificying colors with colors and not with values so it's just saying there's no values to map to colors so cmap is ignored.
We could fix this either by making sure cmap is None in case colors are specified, or by just hiding the user warning. In any case, the outputs are not wrong.
A minimal working example is
produces this warning
The text was updated successfully, but these errors were encountered: