From fadef774d4dc33e680f4f207f41b5409d041e3d2 Mon Sep 17 00:00:00 2001 From: Diana Date: Thu, 24 Oct 2024 13:49:57 +0200 Subject: [PATCH] changed highlight function --- code/plot_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/plot_functions.py b/code/plot_functions.py index 7bf001f..5fb4c17 100644 --- a/code/plot_functions.py +++ b/code/plot_functions.py @@ -136,7 +136,7 @@ def plot_highlighted_integrals(frequency, power, points, color_mapping, points_c ax.set_title('Power Spectrum with Highlighted Integrals') ax.legend() - return fig + return fig, ax