I want the Axes 3D coordinate axes to be equally spaced.

Asked 2 years ago, Updated 2 years ago, 117 views

Currently, we use Axes 3D in Python environments as follows:

 from mpl_tools.mplot3d import Axes 3D
import matplotlib.pyplot asplt

However, this Axes 3D automatically determines the coordinate scale interval of the coordinate axes, so the shape of the displayed axes changes.

Therefore, Axes 3D wants to make the coordinate scale interval of the coordinate axes equal.
What should I do?

Thank you for your cooperation.

python matplotlib

2022-09-30 21:33

1 Answers

Qiita's Why don't you refer to the article that aligns the scales with the three axes when plotting matplotlib?


2022-09-30 21:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.