axes = df.plot.bar(rot=0, subplots=True)  # doctest: +SKIP
axes[1].legend(loc=2)  # doctest: +SKIP
