spelling fix
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user