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 ...