This commit is contained in:
Diana 2024-10-25 18:10:15 +02:00
parent 2947782652
commit 79bb459da9

View File

@ -104,8 +104,8 @@ def plot_highlighted_integrals(ax, frequency, power, points, color_mapping, poin
-------
None
"""
_, _, AM, df, eodf, nyquist, stim_freq = u.sam_data(sam)
_, _, _, df, eodf, nyquist, stim_freq = u.sam_data(sam)
AM = u.find_AM(eodf, nyquist, stim_freq)
# Plot the power spectrum on the provided axes
ax.plot(frequency, power, color="k")