摘要:
matplotlib主页:http://matplotlib.org/index.html 安装文档:http://matplotlib.org/users/installing.html 安装步骤: 1,安装python,略,linux一般自带2.4版本 2,安装numpy: ① http://sourceforge.net/projects/numpy/files/NumPy/,我下载的是numpy-1.6.2.tar.gz 说明:Numpy的高版本对python是进行兼容的,也就是直接下载最新版就可以了 ② tar –xf numpy-1.6.2.tar.gz ③ cd... 阅读全文