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)')