首页 > 其他 > 详细

matplotlib

时间:2015-01-01 08:56:39      阅读:359      评论:0      收藏:0      [点我收藏+]

 

 

http://matplotlib.org/downloads.html

 

 import matplotlib.pyplot as plt



You need to install it on your system. This basically means putting the zip file where Python can find it, but by far the easiest way is pip install six. This will download it a second time, though.

Like the matplotlib installation instructions mention, six is a dependency of the dateutil package. Most sane installation methods would pull in this dependency automatically; if you had done pip install dateutil in the first place, this missing dependency should have been satisfied behind the scenes. If you require a completely manual installation, you should give those instructions a thorough read.

 

 datautil

http://www.lfd.uci.edu/~gohlke/pythonlibs/

 

 

ImportError: matplotlib requires pyparsing

http://www.lfd.uci.edu/~gohlke/pythonlibs/



install six
C:\Python27\Scripts>pip install six


matplotlib

原文:http://www.cnblogs.com/zyip/p/4196990.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!