Plotting 2 sets of data onto one graph on Python
This is my python code used to plot 2 sets of code on the same set of axis. I need the simulated code and original code on the same graph so that I can see how well they fit.
Is there a way to make a model elliptical orbit around a star with an observer arrow using python
`I have been making a code to make an model elliptical orbit around a star that if you change the inclination degrees and periapsis degrees the observer arrow will change its direction. the model i made is based off a certain orbit (paper is orbital and super orbital variability paper 2017) but it should work for all orbits with a star on the major axis.