I can’t seem to find documentation regarding the ability to scale axes in a 3d image using matplotlib.
For example, I have the image:

And the axes have different scales. I would like them to be uniform.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Usually it is easiest for you to include some of the code that generated the image, so we can see what you’ve tried and also the general setup of your code. That being said, the inclusion of the following should work:
Tested in
python 3.11.2,matplotlib 3.7.1