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
3.5.0b1: ax.contour generates different artists #20906
Comments
@mwaskom What are you doing with the return of attn @ianthomas23 |
In seaborn, just accessing them to test the 2D kdeplot results. Like #20895, I don't think this affects any user-facing code, so it's not especially critical for me. But since my test suite turned up an unexpected breakage, I thought it was good to report anyway. |
@mwaskom The change in class returned by There should certainly have been a note about the API change. If someone else wants to pick this up that would be great - I am on holiday at the moment and start a new job next week so mpl is not my highest priority in the short term. |
I appreciate that it was intentional. FWIW, forward guidance on such changes a version or so in advance (either just in release notes, or ideally with a future warning) would reduce the change of abrupt breakage. |
Also, update documentation for Attributes. Followup to matplotlib#19623; fixes matplotlib#20906.
Also, update documentation for Attributes. Followup to matplotlib#19623; fixes matplotlib#20906.
Is @QuLogic ‘s documentation enough to close this issue? |
Also, update documentation for Attributes. Followup to matplotlib#19623; fixes matplotlib#20906.
Bug summary
The artists added when using
ax.contour
have changed abruptly from 3.4 to the 3.5 beta. This causes issues for workflows that use the artist properties.Code for reproduction
Actual outcome
The result on 3.5.0b1:
Expected outcome
The result on 3.4.1:
The text was updated successfully, but these errors were encountered: