文章目录
前言
python语言想要在图片的横纵坐标上显示中文,出来的图片上中文字被方框替代,并且抱有警告:RuntimeWarning: Glyph XXXXX missing from current font. font.set_text(s, 0.0, flags=flags)
最终成功解决,如有错误,请纠正,万分感谢!
python经典字体警告:RuntimeWarning: Glyph missing from current font. font.set_text(s, 0.0, flags=flags) && 解决方案
from matplotlib import pyplot as plt
import seaborn as sns
import matplotlib
#此处省略需要载