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
temporary solution to #18. Fixing this once and for all will require writing a custom callback (in callbacks.py) within the resize/zoom to manually pad the datalimits instead of using matplotlib's native behavior for set_aspect like we do now. But with this temporary fix, pad_aspect=True will be ignored for animations, but the automatic axes limits will still be respected and set correctly.
Although this is somewhat temporarily fixed by ignoring pad_aspect, I'll leave this open so that the real fix can hopefully be implemented (see the comment in the commit above).
especially for meshes in an orbit. Pad_aspect will override the fixed limits on a per-frame basis, giving unintended results.
The text was updated successfully, but these errors were encountered: