Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement aspect_ratio = :equal for 3D Plots #4148

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

BeastyBlacksmith
Copy link
Member

@BeastyBlacksmith BeastyBlacksmith commented Mar 23, 2022

I started this some time ago with @rafael-guerra-www and got it wrapped up now.

Fix #1949

It's definitely better than having nothing, but it also always produces a square box, so the example from #1949 now looks like
issue1949

So bounds could be tighter, but at least you get spheres.

@BeastyBlacksmith
Copy link
Member Author

One issue here is that this doesn't work for backends that don't use a square box for 3D Plots like pgfplotsx.

@BeastyBlacksmith BeastyBlacksmith marked this pull request as draft May 2, 2022 12:26
@lmiq
Copy link
Contributor

lmiq commented Feb 1, 2023

Any chance of merging this soon? Anything that has to be done?

@BeastyBlacksmith
Copy link
Member Author

hmm.. its not a universal solution. So there are definitely cases where this doesn't work. On the other hand it may be better than the current status quo..

@rafael-guerra-www
Copy link

Hello.
This doesn't seem to be implemented yet. Please check this recent thread in discourse and the MWE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aspect_ratio=:equal in 3d plots doesn't always work?
3 participants