We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46c150 commit eeda9ccCopy full SHA for eeda9cc
MCM/utils.py
@@ -543,7 +543,7 @@ def get_cell_legend(
543
cell_legend = capitalize_label(analysis['use-mean'])
544
longest_string = len(cell_legend)
545
546
- win_tie_loss_string = f"{win_label} / {tie_label} / {loss_label}"
+ win_tie_loss_string = f"{win_label} \ {tie_label} \ {loss_label}"
547
longest_string = max(longest_string, len(win_tie_loss_string))
548
549
cell_legend = f"{cell_legend}\n{win_tie_loss_string}"
0 commit comments