From ca58e50cce8701b1a1703fdccd62f5aa181f3579 Mon Sep 17 00:00:00 2001 From: Cx330 <1487537121@qq.com> Date: Mon, 31 Mar 2025 20:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=8A=E5=93=88=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- photo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/photo.py b/photo.py index 549472f..9ba7d4f 100644 --- a/photo.py +++ b/photo.py @@ -1,5 +1,6 @@ import matplotlib.pyplot as plt plt.rcParams['font.sans-serif'] = ['simHei'] +plt.rcParams['axes.unicode_minus'] = False from PIL import Image # 读取 128x128 的图片