Series绘制序列图
dta=pd.Series(map(lambda x: x.value ,data[1]), index=map(lambda x: x.value, data[0]))
dta.plot()
plt.pyplot.show()
Series绘制序列图
dta=pd.Series(map(lambda x: x.value ,data[1]), index=map(lambda x: x.value, data[0]))
dta.plot()
plt.pyplot.show()
本文标题:Pandas绘图
本文链接:https://www.haomeiwen.com/subject/aqjjfxtx.html
网友评论