pleiszenburg / hapsira

hapsira - :rocket: Astrodynamics in Python - a poliastro fork
https://hapsira.readthedocs.io
MIT License
20 stars 0 forks source link

Change plotting units #10

Open JohaMR opened 1 month ago

JohaMR commented 1 month ago

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.

s-m-e commented 1 month ago

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.