From b2387d411d6ae17d18dd9784246da08ef1b6ee47 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 15 Feb 2024 14:11:04 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- data_analysis/spectral_coherence/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data_analysis/spectral_coherence/README.md b/data_analysis/spectral_coherence/README.md index 5342364..c22d904 100644 --- a/data_analysis/spectral_coherence/README.md +++ b/data_analysis/spectral_coherence/README.md @@ -35,7 +35,7 @@ plt.xlabel("Time [s]") plt.xlim(0, 0.5) plt.show() ``` -!{image0.png](image0.png) +![image0.png](image0.png) Let us look at wavelet power of the time series: @@ -172,4 +172,4 @@ plt.ylabel("Frequency [Hz]") plt.show() ``` -!{image1.png](image1.png) +![image1.png](image1.png)