Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
9054ad98e3
commit
396d0dc57a
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ print(type(data[0:1, 0:1, 0:1])) # -> <class 'numpy.ndarray'>
|
|||
|
||||
**Please understand this creates a view which is connected to original data.** If necessary make a **copy()**.
|
||||
|
||||
## Adding dimensions with np.newaxis
|
||||
## Adding dimensions with [np.newaxis](https://numpy.org/doc/stable/reference/constants.html#numpy.newaxis)
|
||||
|
||||
```python
|
||||
import numpy as np
|
||||
|
|
Loading…
Reference in a new issue