1. Try to update matplotlib
python -m pip install -U matplotlib
2. Try to reinstall matplotlib
python -m pip uninstall matplotlib
python -m pip install -U matplotlib
What does the following snippet print to the console?
python -c "import matplotlib"
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…