Plots.jl icon indicating copy to clipboard operation
Plots.jl copied to clipboard

Implement `aspect_ratio = :equal` for 3D Plots

Open BeastyBlacksmith opened this issue 4 years ago • 1 comments

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 avatar Mar 23 '22 15:03 BeastyBlacksmith

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

BeastyBlacksmith avatar May 02 '22 12:05 BeastyBlacksmith

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

lmiq avatar Feb 01 '23 12:02 lmiq

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..

BeastyBlacksmith avatar Feb 01 '23 13:02 BeastyBlacksmith

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

rafael-guerra-www avatar Mar 03 '23 23:03 rafael-guerra-www