In looking for answer to Matplotlib get subplot (axes) size? , I've realized that the ax1
, ax2
variables there are of class AxesSubplot
.
However, I cannot find any documentation on this anywhere - for instance:
https://matplotlib.org/3.1.1/search.html?q=axessubplot&check_keywords=yes&area=default
results with:
Your search did not match any documents
So, is AxesSubplot
class properties and methods documented anywhere; and if not, which is the right source file to consult, to find its API?