From ce5962db88407e50018c6ed57a47c039d6770fdf Mon Sep 17 00:00:00 2001 From: Roy Smart Date: Fri, 2 Aug 2024 00:41:52 -0600 Subject: [PATCH] fixes --- docs/index.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 501a3f3..dc0a568 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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, @@ -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