spelling fix

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-09-30 15:51:28 +02:00
parent 74be23050d
commit 8082b3651a

View File

@@ -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)