Make a figure with two side-by-side Axes

Matplotlib · from plt versus ax

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

Putting the kettle on…

Starting up…

Exercise 1

Make a figure with two side-by-side Axes. Return True or False for whether plt.gca() is the second one.

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