From df2d76b7f003b24f280c4a48ecc32a87a994def0 Mon Sep 17 00:00:00 2001 From: Naga Karthik Date: Wed, 10 Apr 2024 17:12:29 -0400 Subject: [PATCH] update title of abs_csa_error figure --- csa_generate_figures/analyse_csa_across.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/csa_generate_figures/analyse_csa_across.py b/csa_generate_figures/analyse_csa_across.py index b31e014..d2037dd 100644 --- a/csa_generate_figures/analyse_csa_across.py +++ b/csa_generate_figures/analyse_csa_across.py @@ -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')