Two Axes side by side

Matplotlib · from plt versus ax

plt.plotplt.subplotsplt.gcaax.set_titleax.set_xlabelplt.sca

Putting the kettle on…

Starting up…

Exercise 3

Two Axes side by side. Draw on axes[0], then call plt.title("Delhi") — and return a list of both titles, [left, right], to show where it actually went.

your answer
stuck? the lesson behind it
plt versus ax
Why half the examples online look nothing like the other half