This commit is contained in:
Diana 2024-10-24 10:13:04 +02:00
parent 732f4d39a9
commit e526026250

View File

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