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.
Figure.add_subplot has bewildering examples with magic numbers:
fig.add_subplot(111) fig.add_subplot(1,1,1) # equivalent but more general
but doesn't actually explain what these mean.