This commit is contained in:
wjsjwr 2020-11-10 22:32:23 +08:00
parent 2c6284e1bf
commit b085d44337

View File

@ -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: