-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
axes_grid1 axes have no keyword argument 'bbox_extra_artists' #12634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I cannot reproduce with the code above, thought I didn't try with the inline backend. I do get a wonky looking figure, but I don't throw an error. |
OK. I see - you forgot to specify |
I get the same error in 3.0.1 with inset_axes(). I see that they're supposed to be experimental now, but the code I'm using worked before 3.0.0 (I don't remember if I ran it with 3.0.0 as well).
Outcome:
I get no bug with bbox_inches=0 or None. |
I don’t think this was fixed until 3.0.2, but I could be wrong. The experimental |
Yep, you're right that it's fixed in 3.0.2. |
Bug report
Bug summary
A regression was introduced from v3.0.0 and v3.0.1 that breaks axes_grid1 with a
TypeError: get_tightbbox() got an unexpected keyword argument 'bbox_extra_artists'
.Code for reproduction
Actual outcome
Expected outcome
This worked in version v3.0.0.
Matplotlib version
print(matplotlib.get_backend())
):module://ipykernel.pylab.backend_inline
Installed using pip.
The text was updated successfully, but these errors were encountered: