From e526026250bf0150280a43c29171b02768eab13c Mon Sep 17 00:00:00 2001 From: Diana Date: Thu, 24 Oct 2024 10:13:04 +0200 Subject: [PATCH] changed --- code/plot_functions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/plot_functions.py b/code/plot_functions.py index 1f84e19..f8ea237 100644 --- a/code/plot_functions.py +++ b/code/plot_functions.py @@ -124,8 +124,8 @@ def plot_highlighted_integrals(frequency, power, points, color_mapping, points_c right_boundary = frequency[np.where((frequency > point + delta) & (frequency <= point + 5 * delta))[0][-1]] # Add vertical dashed lines at the boundaries of the adjacent regions - ax.axvline(x=left_boundary, color="k", linestyle="--") - ax.axvline(x=right_boundary, color="k", linestyle="--") + #ax.axvline(x=left_boundary, color="k", linestyle="--") + #ax.axvline(x=right_boundary, color="k", linestyle="--") ax.set_xlim([0, 1200]) ax.set_xlabel('Frequency (Hz)')