Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2024-02-15 10:40:16 +01:00 committed by GitHub
parent 847c9622b8
commit 6e3c168d14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ plt.xlabel("t [s]")
plt.show() plt.show()
``` ```
![image0.png] ![image0.png](image0.png)
```python ```python
@ -52,4 +52,4 @@ plt.plot(t, sinus.mean(axis=-1), "k--")
plt.show() plt.show()
``` ```
![image1.png] ![image1.png](image1.png)