xiayu 发表于 2017-4-30 08:39:20

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
页: [1]
查看完整版本: Python-Matplotlib安装及简单使用