Skip to content

Commit

Permalink
Improved resolution of output figure
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohenadad committed Nov 25, 2021
1 parent 06a3edb commit 46e4242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_figure_spinegeneric.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def generate_figure(data_in, column, path_output):
top=False,
labelbottom=False)
# plt.legend(title="Line", loc='upper left', handles=handles[::-1])
plt.savefig(os.path.join(path_output, 'figure_' + column), bbox_inches='tight')
plt.savefig(os.path.join(path_output, 'figure_' + column), bbox_inches='tight', dpi=300)


def main(path_input_results, path_input_participants, path_output):
Expand Down

0 comments on commit 46e4242

Please sign in to comment.