リビジョン 94322901
| learn/python/satellite/orbit/orbit_sorabatake/orbit_odeint.py | ||
|---|---|---|
|
plt.plot(sol[:, 0], sol[:, 1], 'b')
|
||
|
plt.grid()
|
||
|
plt.gca().set_aspect('equal')
|
||
|
earth = plt.Circle((0, 0), 6400)
|
||
|
plt.gca().add_patch(earth)
|
||
|
plt.show()
|
||
Add Earth on plot