在当前环境下运行以下代码:(更新matplotlib库)

pip cache clear
python -m pip uninstall matplotlib -y
pip install --upgrade matplotlib

更多推荐