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
Matplotlib has some pending deprecations and behavior change while re-registering a cmap: prior to 3.5 it raised a warning whereas in 3.6 it raises ValueError (if force=False)
This part of a multi-stage refactor - see here for more
Matplotlib has some pending deprecations and behavior change while re-registering a cmap: prior to 3.5 it raised a warning whereas in 3.6 it raises ValueError (if
force=False
)This part of a multi-stage refactor - see here for more
PR where it was found: #480 (comment)
The text was updated successfully, but these errors were encountered: