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",