mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-17 20:56:41 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
847c9622b8
commit
6e3c168d14
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ plt.xlabel("t [s]")
|
|||
plt.show()
|
||||
```
|
||||
|
||||
![image0.png]
|
||||

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

|
||||
|
|
Loading…
Add table
Reference in a new issue