AttributeError: 'AxesSubplot' object has no attribute 'is_first_col'
Hydaspex opened this issue · 2 comments
Hydaspex commented
Hi all,
while running the model the following error in maplotlib occurs:
~\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 first column and we always
330 # have a subplot there, we can skip the layout test
--> 331 if ax.is_first_col():
332 continue
333 if sharey or len(ax.get_shared_y_axes().get_siblings(ax)) > 1:
AttributeError: 'AxesSubplot' object has no attribute 'is_first_col'
Any support would be appreciated.
Thanks
Hydaspex commented
Resolved.
wlyljljx commented
Excuse me, is how to solve