From c5a7ebd3299ea8f110c1da01ed90d0fe8a028e20 Mon Sep 17 00:00:00 2001 From: wangchunlin Date: Sun, 30 Jun 2024 18:31:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=89=93=E5=8D=B0=E5=8A=A0?= =?UTF-8?q?=E4=B8=8A=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/common.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/utils/common.py b/utils/common.py index e0f7621..a4b6b81 100644 --- a/utils/common.py +++ b/utils/common.py @@ -19,10 +19,6 @@ PRINT_LOG = True font_path = os.path.join(os.path.dirname(__file__), '../fonts', 'simhei.ttf') font_prop = FontProperties(fname=font_path) -# 设置 matplotlib 支持中文 -# plt.rcParams['font.sans-serif'] = ['SimHei'] -# plt.rcParams['axes.unicode_minus'] = False - def log_print(message): logging.info(message) if PRINT_LOG: