使用 python Matplotlib 库绘图
转载:http://blog.youkuaiyun.com/daniel_ustc/article/details/9714163
Matplotlib的安装可以参见 官网链接 http://matplotlib.org/users/installing.html
发现出现了下面的错误:
raise ImportError("matplotlib requires dateutil")
ImportError: matplotlib requires dateutil
这个需要dateutil,你可以到这里下载安装。
把dateutil 安装完后又出现如下错误:
raise ImportError("matplotlib requires pyparsing")
ImportError: matplotlib requires pyparsing
需要 pyparsing 到这里下载安装。