当前位置: 代码迷 >> 综合 >> plt画图 中文不正常显示 Glyph 38376 missing from current font
  详细解决方案

plt画图 中文不正常显示 Glyph 38376 missing from current font

热度:46   发布时间:2024-02-11 12:34:03.0
import matplotlib.pyplot as plt# 解决 untimeWarning: Glyph 38376 missing from current font.
plt.rcParams['font.sans-serif']=['SimHei'] 
plt.rcParams['axes.unicode_minus']=False   

在这里插入图片描述

  相关解决方案