~\AppData\Roaming\Python\Python38\site-packages\pandas\plotting\_matplotlib\tools.py in _handle_shared_axes(axarr, nplots, naxes, nrows, ncols, sharex, sharey) 329 # off as we only have labels in the ...
Try googling "AxesSubplot" which is the type you get back from a plt.gca() call. Try finding this class in the docs. Try searching for this class in the source code. Poor new users trying to figure ...