Skip to content
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

Axes3D.w_xaxis property no longer exists in new versions of matplotlib #50

Open
Dominic-DallOsto opened this issue Sep 20, 2024 · 0 comments

Comments

@Dominic-DallOsto
Copy link

Dominic-DallOsto commented Sep 20, 2024

Since matplotlib 3.1.0 the Axes3D.w_xaxis Axes3D.w_yaxis and Axes3D.w_zaxis properties have been deprecated and in matplotlib 3.9.0 they no longer exist. See https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.1.0.html#axes3d.

We can just replace these with Axes3D.xaxis Axes3D.yaxis and Axes3D.zaxis.

@Dominic-DallOsto Dominic-DallOsto changed the title Axes3D.w_xaxis property no longer exists Axes3D.w_xaxis property no longer exists in new versions of matplotlib Sep 20, 2024
Dominic-DallOsto added a commit that referenced this issue Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant