diff --git a/data_processing.ipynb b/data_processing.ipynb index d0358fd..7156f55 100644 --- a/data_processing.ipynb +++ b/data_processing.ipynb @@ -439,6 +439,7 @@ "\n", "# Adjust the layout so labels and titles do not overlap\n", "plt.tight_layout()\n", + "plt.savefig(os.path.join(path_results, 'fig_gre_csf-sc_ratio.png'), dpi=300, format='png')\n", "plt.show()" ] }, @@ -734,6 +735,7 @@ "\n", "# Adjust the layout so labels and titles do not overlap\n", "plt.tight_layout()\n", + "plt.savefig(os.path.join(path_results, 'fig_b1plus.png'), dpi=300, format='png')\n", "plt.show()" ] },