From d5505ec3dae15c9a8868404356a6d631664cc382 Mon Sep 17 00:00:00 2001 From: AbigailNorris <72411434+AbigailNorris@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:58:59 -0600 Subject: [PATCH] Edited Alt Text proposal for line 41 --- episodes/09-plotting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/09-plotting.md b/episodes/09-plotting.md index c6cbc6c4f..e9b9b11ed 100644 --- a/episodes/09-plotting.md +++ b/episodes/09-plotting.md @@ -38,7 +38,7 @@ plt.xlabel('Time (hr)') plt.ylabel('Position (km)') ``` -![](fig/9_simple_position_time_plot.svg){alt='Simple Position-Time Plot'} +![](fig/9_simple_position_time_plot.svg){alt='A line chart showing time (hr) relative to position (km), using the values provided in the code block above. By default, the plotted line is blue against a white background, and the axes have been scaled automatically to fit the range of the input data.'} ::::::::::::::::::::::::::::::::::::::::: callout