From d11a5aab063fdcb3e6c80a8fb21f85440f6c5967 Mon Sep 17 00:00:00 2001 From: jcohenadad Date: Wed, 31 Jan 2024 11:01:38 -0500 Subject: [PATCH] Changed title of subplot --- data_processing.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_processing.ipynb b/data_processing.ipynb index d28ed42..d0358fd 100644 --- a/data_processing.ipynb +++ b/data_processing.ipynb @@ -893,7 +893,7 @@ "# Plotting anat overlayed with SC\n", "splot=axes[0]\n", "splot.imshow((CP_anat.T), cmap='gray', origin='lower',vmin=0,vmax=2000)#, interpolation='spline36')\n", - "splot.set_title('SC overlay', size=font_size)\n", + "splot.set_title('Anat', size=font_size)\n", "splot.axis('off')\n", "\n", "# Then, plot each B1+ map, with an overlay of the mean and CV inside the cord\n",