贪玩砖头

文章
5
资源
0
加入时间
2年10月17天

tushare作图

#!/usr/bin/python2.7import matplotlibimport tushare as tsimport pandas as pdimport matplotlib.pyplot as pltfig = plt.gcf()df=ts.get_hist_data('000001',start='2015-11-01',end='2015-12-31')with ...