It would be useful to see something like this: ``` f, ax = plt.subplots(2, 2) ax[0, 0].plot([1, 2, 3]) ax[1, 1].plot([1, 2, 3]) ``` So that users do not immediately jump to gridspec.