ppsp-team / HyPyP

The Hyperscanning Python Pipeline
BSD 3-Clause "New" or "Revised" License
75 stars 42 forks source link

AttributeError: module 'matplotlib.cm' has no attribute 'get_cmap' #195

Open thiago-roque07 opened 2 months ago

thiago-roque07 commented 2 months ago

According to api_changes_3.9.0, matplotlib.cm.get_cmap is removed and should use matplotlib.colormaps[cmap] instead.

Is someone actively maintaining Hypyp? I have been fixing this update in matplotlib in my own version of Hypyp, but would be nice to share this with the community. I can work to fix this in the whole package and create a pull request, but I'd like first to know if someone is actively checking the pull requests.

Thanks!