Skip to content

Commit

Permalink
fix plots
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Mar 2, 2024
1 parent 2d9e3b0 commit 1f3a910
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ ephem = initial.to_ephem(

```{code-cell} ipython3
frame = OrbitPlotter(backend=Plotly3D())
frame.set_attractor(Earth)
frame.plot_ephem(ephem, label="orbit influenced by Moon")
frame.show()
```

## Applying thrust
Expand Down Expand Up @@ -282,9 +282,9 @@ ephem2 = orb0.to_ephem(

```{code-cell} ipython3
frame = OrbitPlotter(backend=Plotly3D())
frame.set_attractor(Earth)
frame.plot_ephem(ephem2, label="orbit with artificial thrust")
frame.show()
```

## Combining multiple perturbations
Expand Down

0 comments on commit 1f3a910

Please sign in to comment.