[ENH] : Provide axis('equal') for Axes3D (replace PR #22705)#23017
[ENH] : Provide axis('equal') for Axes3D (replace PR #22705)#23017patquem wants to merge 1 commit intomatplotlib:mainfrom
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
pytestpasses).flake8-docstringsand 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).