its*_*old 1 python pandas
你可能会认为这是谷歌可以的,但我还没有找到任何东西。
Lou*_*ies 5
pandas'plot函数使用matplotlib,因此您可以使用matplotlib函数set_xlabel和set_ylabel
pandas
plot
matplotlib
set_xlabel
set_ylabel
plot = df.plot(x="Some Data",y="Other Data",kind="hist") plot.set_xlabel("X") plot.set_ylabel("Y")
归档时间:
9 年 前
查看次数:
7938 次
最近记录:
4 年,3 月 前