chipmuenk / pyfda

Python Filter Design Analysis Tool
http://chipmuenk.github.io/
MIT License
643 stars 94 forks source link

`get_cmap` not Available in matplotlib.cm #249

Closed stellarpower closed 2 months ago

stellarpower commented 2 months ago

Using commit 2b923646e0c7c765f916611886c486adb974ce34 and following the commands in the workflow for the self-extracting linux binary on Ubuntu Jammy, I get an error message that get_cmap is not defined on matplotlib.cm from this line.

Given the requirements file was used to install the packages, I assume this shouldn't happen, but, simple workaround was to use matplotlib.pyplot.get_cmap instead. Leave it open to you to decide if this is something in the sources or just a packaging issue on my side.

Thanks!