changed
This commit is contained in:
parent
732f4d39a9
commit
e526026250
@ -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)')
|
||||
|
Loading…
Reference in New Issue
Block a user