Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'matplotlib.cm' has no attribute 'get_cmap' when using Matplotlib 3.9.0 #56

Open
gly11 opened this issue May 18, 2024 · 0 comments

Comments

@gly11
Copy link

gly11 commented May 18, 2024

In depth.py line 45: cmapper = matplotlib.cm.get_cmap(cmap) causes AttributeError: module 'matplotlib.cm' has no attribute 'get_cmap' when using latest Matplotlib 3.9.0.
According to api_changes_3.9.0, matplotlib.cm.get_cmap is removed and should use matplotlib.colormaps[cmap] instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant