当前位置:网站首页>RuntimeWarning: Glyph 25152 missing from current font. font.set_text(s, 0.0, flags=flags)
RuntimeWarning: Glyph 25152 missing from current font. font.set_text(s, 0.0, flags=flags)
2022-07-22 01:55:00 【懒笑翻】
在使用plt绘图时,使用中文名称名称时报错:
RuntimeWarning: Glyph 25152 missing from current font.
font.set_text(s, 0.0, flags=flags)
在设置中文名称之前加入:
plt.rcParams['font.sans-serif'] = ['SimHei'] # 使用黑体 # 解决中文乱码问题(仅针对windows电脑)
plt.rcParams['axes.unicode_minus'] = False # 解决负号无法显示问题
边栏推荐
猜你喜欢
随机推荐
Cellulase preparation scheme of Worthington plant protoplast
滑环的分类以及用途
如何围绕用户数字化运营?
微信小程序反编译
static变量和全局变量的区别
Redis persistence (RDB and AOF)
让安全动起来 | 甭管什么行业网络架构,这六招拿下靶标
Graffiti Wi Fi & ble SoC development slide strip (6) -- slide strip function demonstration
架构设计方案(持续更新ing)
Visual studio pit record
With no performance forecast, BOE is silent at this time?
Wechat applet Decompilation
MySQL exercise 1 knowledge of database
Event handling of lvgl
How to optimize this SQL?
你可知道“开源女王”是谁吗?--她面临被解雇的威胁,仍然坚持开源了某个著名项目
Myocardial xanthase -- characteristics of myocardial xanthase of Clostridium crenatum Worthington
硅谷课堂笔记(中)
92. (leaflet chapter) leaflet situation plotting - acquisition of attack direction
乐观锁、悲观锁、分布式锁的总结