pleiszenburg / hapsira

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

Change plotting units #10

Open JohaMR opened 4 months ago

JohaMR commented 4 months 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 4 months 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.