Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf authored Dec 1, 2024
1 parent f4bb761 commit 0a53116
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ fig = plot_hipp_surf(label_gii.format(density=density), hemi=None, density=densi
fig = plot_hipp_surf(label_gii.format(density=density), hemi=None, density=density, view='ventral')

```
![png](example1_0.png)
![png](example1_1.png)
![png](doc/example1_0.png)
![png](doc/example1_1.png)

### Example 2: Plot Left and Right Hemispheres Separately

Expand All @@ -59,8 +59,8 @@ fig = plot_hipp_surf(label_gii.format(density=density), hemi='right', density=de

```

![png](example2_0.png)
![png](example2_1.png)
![png](doc/example2_0.png)
![png](doc/example2_1.png)

### Example 3: Plot unfolded and canonical space separately

Expand All @@ -79,8 +79,8 @@ fig = plot_hipp_surf(label_gii.format(density=density), space='unfold', density=
fig = plot_hipp_surf(label_gii.format(density=density), space='canonical', density=density, view='dorsal')
```

![png](example3_0.png)
![png](example3_1.png)
![png](doc/example3_0.png)
![png](doc/example3_1.png)

## 🛠️ Functions

Expand Down

0 comments on commit 0a53116

Please sign in to comment.