这个问题是matplotlib版本太高导致的,只需要将matlptlib版本降低到3.5.0即可

 pip install matplotlib==3.5.0

在这里插入图片描述

更多推荐