anyoptimization / pymoo

NSGA2, NSGA3, R-NSGA3, MOEAD, Genetic Algorithms (GA), Differential Evolution (DE), CMAES, PSO
https://pymoo.org
Apache License 2.0
2.23k stars 381 forks source link

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

Closed a-schimek closed 2 months ago

a-schimek commented 4 months ago

AttributeError caused by new matplotlib version 3.9.0 as described here:

https://github.com/luciddreamer-cvlab/LucidDreamer/issues/56

more info: https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.9.0.html

blankjul commented 2 months ago

Should be fixed now.