plot.line 加个title, 加个图标legend,X轴,Y轴标签

plot.line 加个title, 加个图标legend

 

 

bodyPart1['dis'].plot.line(style = 'r')
bodyPart2['dis'].plot.line(style = 'g')
bodyPart3['dis'].plot.line(style = 'b')
ax = bodyPart4['dis'].plot.line()
ax.set_xlabel('Frame')

plt.legend(loc='best')


plt.show()

 

posted @ 2021-04-06 22:25  bH1pJ  阅读(69)  评论(0编辑  收藏  举报