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: