Skip to content

Commit

Permalink
Changed title of subplot
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohenadad committed Jan 31, 2024
1 parent 24b3f00 commit d11a5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d11a5aa

Please sign in to comment.