disregard this
jj314 opened this issue · 0 comments
jj314 commented
minimal example
import orbital
from matplotlib import pyplot as plt
from math import pi
orbital.plot3d(orbital.elements.KeplerianElements(a=7000e3,e=0,i=pi,body=orbital.bodies.earth))
plt.show()
The orbit is inclined 90° but plotted as if it had an inclination of zero.