[Feature Request] Add concise xlabel=, ylabel=, option in plot() method · Issue #9093 · pandas-dev/pandas (original) (raw)
The current plot() method for Dataframe cannot set the x/y label in it. Result is more lines of code for just doing this.
As someone commented in that post:
Is there a particular reason why x and y labels can't be added as arguments to pd.plot()? Given the additional concision of pd.plot() over plt.plot() it seems it would make sense to make it even more succinct instead of having to call ax.set_ylabel()