Skip to content

Commit

Permalink
Save fig at 300dpi
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohenadad committed Jan 31, 2024
1 parent d11a5aa commit 7ad69c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data_processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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()"
]
},
Expand Down Expand Up @@ -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()"
]
},
Expand Down

0 comments on commit 7ad69c7

Please sign in to comment.