This commit is contained in:
wJsJwr 2018-12-23 00:39:37 +08:00
parent cb51d29301
commit 3081eabbb4

View File

@ -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'))