Skip to content
Snippets Groups Projects
Commit 199d9206 authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Small tweaks

parent 72a00c06
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -81,6 +81,8 @@ plt.ylim(min(allsamps),max(allsamps))
### Subplots
These are very similar to matlab:
```
plt.subplot(2, 1, 1)
plt.plot(x,cosx, '.-')
......@@ -94,6 +96,8 @@ plt.ylabel('Subsampled')
### Displaying images
The main command for displaying images is `imshow()`
```
import nibabel as nib
import os.path as op
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment