From 09b78017060b8f3fcbe27111d9caab81806b9b8a Mon Sep 17 00:00:00 2001 From: wjsjwr Date: Thu, 17 Jan 2019 22:05:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=AD=97=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fc_plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fc_plot.py b/fc_plot.py index a23625b..72773d9 100644 --- a/fc_plot.py +++ b/fc_plot.py @@ -16,7 +16,7 @@ def p1(x, coopr, crawx, crawy, postfix, show=True): ax.scatter(crawx, crawy, s=15, c='dimgray', marker='x', linewidth=0.5) ax.set_ylim(0, 1) ax.set_yticks(sp.linspace(0, 1, 5)) - ax.tick_params(labelsize=14) + ax.tick_params(labelsize=10) ax.tick_params(direction='in') ax.set_xlim(0, 16) ax.set_xticks([1, 5, 10, 15])