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)