Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Aug 2, 2024
1 parent 461fbae commit ce5962d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ and display as a false-color movie.
# Isolate the angular position of each RGB point
position = obs.inputs.position.mean(obs.axis_wavelength)

# Plot the result as an RGB image
# Display the result as an RGB movie
with astropy.visualization.quantity_support():
fig, ax = plt.subplots(
ncols=2,
Expand Down Expand Up @@ -135,8 +135,9 @@ and display as a false-color movie.
ax[1].yaxis.tick_right()
ax[1].yaxis.set_label_position("right")
ax[1].set_ylim(velocity_min, velocity_max)
plt.close(fig)
IPython.display.HTML(ani.to_jshtml())

plt.close(fig)
IPython.display.HTML(ani.to_jshtml())


Indices and tables
Expand Down

0 comments on commit ce5962d

Please sign in to comment.