pandas plot xlabel

82

pandas plot xlabel -

ax = df1.plot()
ax.set_xlabel("x label")
ax.set_ylabel("y label")
plt.Show()

Comments

Submit
0 Comments