Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pandas plot xlabel

ax = df1.plot()
ax.set_xlabel("x label")
ax.set_ylabel("y label")
plt.Show()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pandas #plot #xlabel
ADD COMMENT
Topic
Name
2+8 =