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 的图片