From 3081eabbb4d73a2bf9c5179f35dfeb6fc8c2f692 Mon Sep 17 00:00:00 2001 From: wJsJwr Date: Sun, 23 Dec 2018 00:39:37 +0800 Subject: [PATCH] for 1.11 --- break_tie_bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/break_tie_bar.py b/break_tie_bar.py index 56de1aa..b568f3f 100644 --- a/break_tie_bar.py +++ b/break_tie_bar.py @@ -38,7 +38,7 @@ rects2 = ax.bar(index + bar_width, bt_c, bar_width, label='Classic') -ax.set_ylabel('Probability of Breaking Ties(%)') +ax.set_ylabel('Probability of Breaking Partnership(%)') # ax.set_title('Behavior after Moves') ax.set_xticks(index + bar_width / 2) ax.set_xticklabels(('C', 'D'))