Make a 1×2 grid and draw week into the left panel only

Matplotlib · from Plotting from pandas

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

Putting the kettle on…

Starting up…

Exercise 2

Make a 1×2 grid and draw week into the left panel only. Return [len(axes[0].lines), len(axes[1].lines)] — proof that ax= put it where you asked.

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