Python 3.4 Matplotlib 依赖关系

在 Python 3.4 中,Matplotlib 库依赖于 dateutil 和 numpy。具体来说,dateutil 用于处理日期和时间相关的功能,而 numpy 提供了强大的数值计算能力。这两个库是 Matplotlib 进行数据可视化的基础。
为了确保 Matplotlib 能够正常工作,需要在安装时同时安装 dateutil 和 numpy。可以通过以下命令进行安装:
```
pip install matplotlib[dateutil]
```
这个命令会安装包含 dateutil 依赖的 Matplotlib。如果系统已经安装了 numpy,则不需要单独安装它。
zip 文件大小:15.16MB