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
It would be beneficial if the plots allowed for unit changes on the axes. Currently, they are in kilometers, but in astronomy, it is better to use astronomical units (AU). This solution worked in Poliastro as frame = OrbitPlotter3D(unit=u.au), but it is no longer functional in Haspira.
The text was updated successfully, but these errors were encountered:
New plotter framework, merged into poliastro after its last release but before its demise ... It should support unit changes, but it is utterly undocumented yet. Sry for the inconvenience, on my todo list.
It would be beneficial if the plots allowed for unit changes on the axes. Currently, they are in kilometers, but in astronomy, it is better to use astronomical units (AU). This solution worked in Poliastro as
frame = OrbitPlotter3D(unit=u.au)
, but it is no longer functional in Haspira.The text was updated successfully, but these errors were encountered: