From 7c18848bb7732121e03e6a07a02cf3cb4e008e11 Mon Sep 17 00:00:00 2001 From: aranabhat Date: Mon, 6 Nov 2023 09:04:45 +1100 Subject: [PATCH] added comment to make_plot.py --- make_plot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make_plot.py b/make_plot.py index 93ab2ec..f37eaa3 100644 --- a/make_plot.py +++ b/make_plot.py @@ -30,4 +30,5 @@ pyplot.legend(['Column 800', 'Mean']) pyplot.title('Plot of Column 800 Values and Mean') pyplot.xlabel('Pixels') -pyplot.ylabel('Intensity') \ No newline at end of file +pyplot.ylabel('Intensity') +#this is a change