Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2024-01-02 16:17:34 +01:00 committed by GitHub
parent 6e39033226
commit a5b0c8203a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# subplots # subplots and gridspec
{:.no_toc} {:.no_toc}
<nav markdown="1" class="toc-class"> <nav markdown="1" class="toc-class">
@ -13,6 +13,8 @@ Questions to [David Rotermund](mailto:davrot@uni-bremen.de)
## Example 1 (2d regular grid) ## Example 1 (2d regular grid)
**subplot with s at the end!!!**
```python ```python
import numpy as np import numpy as np
import matplotlib.pylab as plt import matplotlib.pylab as plt
@ -36,6 +38,8 @@ plt.show()
## Example 2 (2d) ## Example 2 (2d)
**subplot without s at the end!!!**
```python ```python
## Example 1 (2d regular grid) ## Example 1 (2d regular grid)