bendichter/brokenaxes

`AttributeError: 'SubplotSpec' object has no attribute 'is_last_row'` when running the first example

JigaoLuo opened this issue · 3 comments

I try with 0.2.0 and the lastest 0.5.0 to run the very first example in README. Both cases throw me the same error:
AttributeError: 'SubplotSpec' object has no attribute 'is_last_row'

The call stack is shown in this screenshot.
image

@cakebytheoceanLuo Try upgrading matplotlib:

pip install -U matplotlib

Hi @bendichter Thank you!
image

I'm running into this despite having a new matplotlib version:

matplotlib        3.7.2
brokenaxes        0.4.2

Edit: I had to install brokenaxes=0.5.0 from source (via git clone rather than pypi/conda).