From 8082b3651ad0e1a2be25a18ca23e76a375a543ab Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 30 Sep 2024 15:51:28 +0200 Subject: [PATCH] spelling fix --- visualize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualize.py b/visualize.py index d8e8bbd..2dd3b87 100644 --- a/visualize.py +++ b/visualize.py @@ -218,7 +218,7 @@ def heatmap_models_plus_techniues(df: pd.DataFrame, color: str, title: Optional[ text.set_fontname(FONT_FAMILY) # Set fonts for titles, labels, and tick labels - plt.title(f'Model+Technique Performance{"" if not title else ": " + title + "adjsuted"}', fontsize=16, fontname=FONT_FAMILY) + plt.title(f'Model+Technique Performance{"" if not title else ": " + title + " adjusted"}', fontsize=16, fontname=FONT_FAMILY) plt.xlabel('Test Name', fontsize=14, fontname=FONT_FAMILY) plt.ylabel('Model and Technique', fontsize=14, fontname=FONT_FAMILY)