Skip to content

Commit

Permalink
update title of abs_csa_error figure
Browse files Browse the repository at this point in the history
  • Loading branch information
naga-karthik committed Apr 10, 2024
1 parent e2d892a commit df2d76b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion csa_generate_figures/analyse_csa_across.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ def generate_figure_abs_csa_error(file_path, data, hue_order=None):

plt.xlabel(None) # plt.xlabel(across, fontsize=FONTSIZE)
plt.ylabel('Absolute CSA error [mm^2]', fontweight='bold' ,fontsize=FONTSIZE)
plt.title(f'Absolute CSA error GT and different models', fontweight='bold', fontsize=FONTSIZE)
plt.title(f'Absolute CSA error between GT and different DL models for contrast-agnostic SC segmentation',
fontweight='bold', fontsize=FONTSIZE)
# Add horizontal dashed grid
plt.grid(axis='y', alpha=0.5, linestyle='dashed')

Expand Down

0 comments on commit df2d76b

Please sign in to comment.