From 20812036e8526ac4c95c17b9bea05ef92cd53ec1 Mon Sep 17 00:00:00 2001 From: Melissa Brucker Date: Sun, 5 Nov 2023 15:08:14 -0700 Subject: [PATCH 1/2] edited one plot title --- make_plot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_plot.py b/make_plot.py index 93ab2ec..8269ea1 100644 --- a/make_plot.py +++ b/make_plot.py @@ -20,7 +20,7 @@ mean = np.mean(col2) pyplot.axhline(mean) pyplot.legend(['Column 200', 'Mean']) -pyplot.title('Plot of Column 200 Values and Mean') +pyplot.title('Plot of Column 200 Values and Mean_edittitle') pyplot.xlabel('Pixels') pyplot.ylabel('Intensity') pyplot.figure() @@ -30,4 +30,4 @@ 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') From 51afb920742ca1fda4dd7ec1647bc0e4e226db16 Mon Sep 17 00:00:00 2001 From: Melissa Brucker Date: Sun, 5 Nov 2023 15:48:20 -0700 Subject: [PATCH 2/2] undid my change --- make_plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_plot.py b/make_plot.py index cc0de64..0a1b091 100644 --- a/make_plot.py +++ b/make_plot.py @@ -23,7 +23,7 @@ mean = np.mean(col2) pyplot.axhline(mean) pyplot.legend(['Column 200', 'Mean']) -pyplot.title('Plot of Column 200 Values and Mean_edittitle') +pyplot.title('Plot of Column 200 Values and Mean') pyplot.xlabel('Pixels') pyplot.ylabel('Intensity')