Skip to content

Commit

Permalink
Update Satellite_Orbit_Visualization_in_3D_with_TLE_Data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sksalahuddin2828 authored Jul 13, 2023
1 parent 1a29a7d commit 4923445
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Satellite_Orbit_Visualization_in_3D_with_TLE_Data.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
def animate():
while True:
for satellite in satellites:
satellite.mlab_source.trait_set(x=satellite.mlab_source.x[1:], y=satellite.mlab_source.y[1:],
z=satellite.mlab_source.z[1:])
satellite.mlab_source.trait_set(x=satellite.mlab_source.x[1:], y=satellite.mlab_source.y[1:], z=satellite.mlab_source.z[1:])
yield

# Start the animation
Expand Down

0 comments on commit 4923445

Please sign in to comment.