标签: python python-3.x pandas pandas-groupby
我在一个图表中添加了两个数据框:
ax = df1.plot() df2.plot(ax=ax)
但是我不能添加行名。我试图将其写为ax = df1.plot(label ='')。