From b42368b2fd52b1b5ada656307029ebfa649d4c15 Mon Sep 17 00:00:00 2001 From: kjungwoo5 Date: Fri, 2 Aug 2024 14:31:06 +0100 Subject: [PATCH] Added Adam's changes and added subheadings for unlabelled code block below --- tutorials/Atlas API usage.ipynb | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/tutorials/Atlas API usage.ipynb b/tutorials/Atlas API usage.ipynb index f31ee0fd..21bb8a1a 100644 --- a/tutorials/Atlas API usage.ipynb +++ b/tutorials/Atlas API usage.ipynb @@ -211,7 +211,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### 1.1 Anatomical, annotations and hemispheres stack" + "### 1.1 Reference, annotation and hemispheres stack" ] }, { @@ -227,7 +227,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Anatomical reference:" + "Reference stack:" ] }, { @@ -252,7 +252,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Annotations stack:" + "Annotation stack:" ] }, { @@ -273,6 +273,13 @@ " axs[i].set_xlabel(labels[1])\n" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Hemispheres stack:" + ] + }, { "cell_type": "code", "execution_count": null,