changed highlight function

This commit is contained in:
Diana 2024-10-24 13:49:57 +02:00
parent 89b1254425
commit fadef774d4

View File

@ -136,7 +136,7 @@ def plot_highlighted_integrals(frequency, power, points, color_mapping, points_c
ax.set_title('Power Spectrum with Highlighted Integrals') ax.set_title('Power Spectrum with Highlighted Integrals')
ax.legend() ax.legend()
return fig return fig, ax