From b085d4433732905483b4f6de0d8eb639e4b1981e Mon Sep 17 00:00:00 2001 From: wjsjwr Date: Tue, 10 Nov 2020 22:32:23 +0800 Subject: [PATCH] ahhh --- fc_plot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fc_plot.py b/fc_plot.py index 95f6c03..2008a97 100644 --- a/fc_plot.py +++ b/fc_plot.py @@ -44,8 +44,8 @@ def p1(x, coopr, crawx, crawy, postfix, show=True): ax.set_xlabel("Rounds", size=11) ax.set_ylabel(r"f$_{\rm c}$", size=11, fontstyle='normal') ax.yaxis.grid(True, linestyle='--') - if postfix == 'SURVIVE': - ax.legend(loc='upper center', fontsize=10, ncol=3) + # if postfix == 'SURVIVE': + # ax.legend(loc='upper center', fontsize=10, ncol=3) plt.tight_layout() if show: