aleksandrbazhin / ellipsoid_fit_python

Find ellipsoid fit for arbitrary data with python/numpy, plot it or write to file.
MIT License
75 stars 20 forks source link

Fixed equal axis aspect ratio with the new matplotlib #14

Closed vrbadev closed 2 years ago

vrbadev commented 2 years ago

10 Here is a simple fix for 3D plot with equal axis aspect ratio.

Solution based on this answer: https://stackoverflow.com/a/63625222

aleksandrbazhin commented 2 years ago

Checked your version, it works. Could you please add to the readme information about minimum required matplotlib version.

vrbadev commented 2 years ago

The minimum required version of matplotlib is 3.3.0 (see What's new in Matplotlib 3.3.0).

aleksandrbazhin commented 2 years ago

Thanks, merged.