Spaces:
Running
Running
Update src/vis_utils.py
Browse files- src/vis_utils.py +1 -1
src/vis_utils.py
CHANGED
|
@@ -61,7 +61,7 @@ def get_labels_and_title(x_metric, y_metric):
|
|
| 61 |
if x_category == y_category:
|
| 62 |
title = long_form_mapping[x_category]
|
| 63 |
else:
|
| 64 |
-
title = f"{long_form_mapping[x_category]} vs {long_form_mapping[y_category]}"
|
| 65 |
|
| 66 |
# Determine the axis labels
|
| 67 |
x_label = f"{x_measure.capitalize()} on {x_dataset.capitalize()} Dataset"
|
|
|
|
| 61 |
if x_category == y_category:
|
| 62 |
title = long_form_mapping[x_category]
|
| 63 |
else:
|
| 64 |
+
title = f"{long_form_mapping[x_category]} (x) vs {long_form_mapping[y_category]} (y)"
|
| 65 |
|
| 66 |
# Determine the axis labels
|
| 67 |
x_label = f"{x_measure.capitalize()} on {x_dataset.capitalize()} Dataset"
|