We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.