Draw Picture With Python Matplotlib

来源:互联网 发布:网络彩票开售最新进展 编辑:程序博客网 时间:2024/05/17 03:23

To draw a picture without matlab, I heard of that python has a better tool to draw picture: matplotlib. Just write picture with it.

Package Source:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip
http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-dateutil
https://pypi.python.org/pypi/setuptools#files
http://www.lfd.uci.edu/~gohlke/pythonlibs/
http://matplotlib.org/users/installing.html
https://code.activestate.com/pypm/python-dateutil/
http://blog.csdn.net/zhangyuehuan/article/details/39134747
https://pypi.python.org/pypi/pyparsing/2.0.5#downloads

Whole Process Reference

http://www.open-open.com/lib/view/open1393488232380.html
http://www.taywils.me/2012/12/23/pythonfinance1.html(This passage tells U’s python how to work with vs)

Some probolem
No module six:

http://stackoverflow.com/questions/13967428/importerror-no-module-named-six
pip install six or easy_install six
python setup.py install
http://blog.csdn.net/yang6464158/article/details/18546871#comments

How to use pip

https://taizilongxu.gitbooks.io/stackoverflow-about-python/content/8/README.html
http://zhidao.baidu.com/link?url=7LIUNzmlQLdj-9zYyllginC7xYCznGlC_xr9c65FlikZbWv_b-FA1i3hVQuu04zWTrcOSWSO4q6RFSSi94GrtAL0UfUcOYCmFKJlnO2Zj3C
http://www.jb51.net/article/68231.htm

Result
这里写图片描述

这里写图片描述

这里写图片描述

http://www.cnblogs.com/vamei/archive/2013/01/30/2879700.html
http://wenku.baidu.com/link?url=DU74pYZAHjqo2S3nLWfljuxlbLVthg9bO_haQlb_Y1g5XEs5xN1yxl4iMhWtcTT5gsG1frT_kUOFcFHt67ohSJwHRPvsrq01XfTsfRKLaNu
http://wenku.baidu.com/view/f4c6b1bf69dc5022aaea004e.html?re=view
http://wenku.baidu.com/view/5a42f8894028915f804dc2c1.html?re=view

1 0
原创粉丝点击