jgieseler / solarmach

Python package of the multi-spacecraft longitudinal configuration plotter Solar-MACH
https://solarmach.readthedocs.io
BSD 3-Clause "New" or "Revised" License
26 stars 6 forks source link

Occasionally missing reference arrow line #16

Open jgieseler opened 1 year ago

jgieseler commented 1 year ago

On some occasions, the line of the arrow indicating the reference is missing: Solar-MACH_2020-07-11_03-00-00b

This might be connected to the radial range that is plotted because in the following it is fine: Solar-MACH_2020-07-11_03-00-00

In addition, if the radial range changes, e.g. by adding Mars or some other further positioned observer, the tip of the arrow changes in size. So it might be better to not define the arrow length & shape in absolute values, but rather fraction of r_max.

Hopefully this also fixes the bug of the missing arrow line.