Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
6e39033226
commit
a5b0c8203a
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue