From 3b024fbb185c6aceb705a48f25f6e3bb821bbce6 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:08:52 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- pywavelet/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pywavelet/README.md b/pywavelet/README.md index 9224ce0..2529e18 100644 --- a/pywavelet/README.md +++ b/pywavelet/README.md @@ -115,9 +115,8 @@ plt.xlabel("Frequency [Hz]") plt.show() ``` -``python console -[ 8 10 12 15 19 24 31 39 50 63 80 102 130 166 211 269 342 436 - 555 708] +```Python console +[ 8 10 12 15 19 24 31 39 50 63 80 102 130 166 211 269 342 436 555 708] ``` ![figure 3](image3.png)