-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[ENH] : Provide axis('equal') for Axes3D (replace PR #22705) #23017
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
Conversation
A 'what's new' entry would be great for this one (I'm pretty excited for all the 3.6.0 mplot3d features coming in) |
@patquem can you add a What New Note ( |
If @patquem is not reachable I'd say we merge without the what's new note and I can make a separate PR to add that in. Would hate to miss 3.6 on this great feature just because of that. |
This needs a rebase to fix conflicts as well. |
@scottshambaugh maybe you could open a new PR based on this one, rebased and with the note? If you keep the authored-by comment in the commit message the original author will still get credit. |
Hello everyone, |
Thank you for your work on it! |
ENH: Provide axis('equal') for Axes3D replaces PR #23017
This can close with the merge of #23409 |
Thank you for your work on this @patquem ! |
PR Summary
Closes #22570
Make axis('equal') available
@oscargus
Replace PR #22705 with a separate dedicated branch
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).