File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ def compare(
5555 font_size = 'auto' ,
5656 colorbar_orientation = 'vertical' ,
5757 colorbar_value = None ,
58- win_label = "row>col " ,
59- tie_label = "row=col " ,
60- loss_label = "row<col " ,
58+ win_label = "r>c " ,
59+ tie_label = "r=c " ,
60+ loss_label = "r<c " ,
6161 include_legend = True ,
6262 show_symetry = True ,
6363):
@@ -282,9 +282,9 @@ def draw(analysis,
282282 font_size = 'auto' ,
283283 colorbar_orientation = 'vertical' ,
284284 colorbar_value = None ,
285- win_label = 'row>col ' ,
286- tie_label = 'row=col ' ,
287- loss_label = 'row<col ' ,
285+ win_label = 'r>c ' ,
286+ tie_label = 'r=c ' ,
287+ loss_label = 'r<c ' ,
288288 show_symetry = True ,
289289 include_legend = True ,
290290 ):
@@ -396,7 +396,7 @@ def draw(analysis,
396396 else :
397397 cell_legend = ""
398398 p_value_text = ""
399- longest_string = len (f"{ win_label } \ { tie_label } \ { loss_label } " )
399+ longest_string = len (f"{ win_label } / { tie_label } / { loss_label } " )
400400
401401 annot_out = get_annotation (
402402 analysis = analysis ,
You can’t perform that action at this time.
0 commit comments