Python-Matplotlib安装及简单使用

Matplotlib是一个Python的图形框架,类似于MATLAB和R语言。
Matplotlib的官网地址是 http://matplotlib.org/ ,下载地址为 http://matplotlib.org/downloads.html,选择对应的版本即可安装,我选择的版本为 matplotlib-1.3.1.win32-py3.4.exe。


安装方法同numpy

c:\Python34\Scripts>pip install C:\Python34\matplotlib-1.4.3-cp34-none-win32.whl

猜你喜欢

转载自420532394.iteye.com/blog/2217270
今日推荐