Draw week into an Axes you made yourself, then return the labels pandas gave th…

Matplotlib · from Plotting from pandas

df.plotax=kind=df.plot.barsubplots=Truegroupby().plot

Putting the kettle on…

Starting up…

Exercise 1

Draw week into an Axes you made yourself, then return the labels pandas gave the lines and the x label it took from the index: [[l.get_label() for l in ax.lines], ax.get_xlabel()].

your answer
stuck? the lesson behind it
Plotting from pandas
df.plot() is a shortcut into matplotlib, not an alternative to it