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