You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a GUI window with Axes3D is resized, the Axes content is rendered into the resized rectangle, which has a different aspect ratio. This causes the image to be distorted. Together with #1077 this makes 3D plotting very poorly suited for plotting 3D data where all three axes are related, importantly real space data.
The text was updated successfully, but these errors were encountered:
I also came across this issue, here some code to verify it.
If the image is set to fullscreen, the axes are distorted but as soon as the plot is rotated or zoomed the figure refreshes and uses correct rendering.
This also seems to be related to #1077 in some way, I just could not figure out how.
If you comment ax.set_aspect('equal') the fullscreen plot looks correct.
If a GUI window with Axes3D is resized, the Axes content is rendered into the resized rectangle, which has a different aspect ratio. This causes the image to be distorted. Together with #1077 this makes 3D plotting very poorly suited for plotting 3D data where all three axes are related, importantly real space data.
The text was updated successfully, but these errors were encountered: