由于参考Python编程:从入门到实践书的方法安装Matplotlib安装失败,在网上找了个方法。
Matplotlib 是 Python 的绘图库。 它可与 NumPy 一起使用,提供了一种有效的 MatLab 开源替代方案。 它也可以和图形工具包一起使用,如 PyQt 和 wxPython。
- Windows 系统安装 Matplotlib
在PyCharm的Terminal窗口,执行以下命令:
python -m pip install -U pip setuptools
python -m pip install matplotlib
如下图所示:
显示安装成功: