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
{{ message }}
This repository was archived by the owner on Oct 14, 2023. It is now read-only.
After working in the example for Multirevolutions in Lambert's problem it was found a strange behavior when plotting one of the orbits. The code to reproduce this issue can be found here.
🎯 Goal
Get rid of those straight lines so the orbit plot appears as it should be.
💡 Possible solutions
Check what happens if using the the plot_trajectory() method. Does the orbit plot show the same behavior?
Compare with another propagator. Maybe something wird is going on when propagating this orbit for some points.
🐞 Problem
After working in the example for
Multirevolutions in Lambert's problemit was found a strange behavior when plotting one of the orbits. The code to reproduce this issue can be found here.🎯 Goal
💡 Possible solutions
plot_trajectory()method. Does the orbit plot show the same behavior?