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
Qiita's Why don't you refer to the article that aligns the scales with the three axes when plotting matplotlib?
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
620 Uncaught (inpromise) Error on Electron: An object could not be cloned
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
578 Understanding How to Configure Google API Key
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.