当前位置:网站首页>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 15:24:00 【Lazy smile】
In the use of plt When drawing , When using a Chinese name, an error occurs :
RuntimeWarning: Glyph 25152 missing from current font.
font.set_text(s, 0.0, flags=flags)
Add... Before setting the Chinese name :
plt.rcParams['font.sans-serif'] = ['SimHei'] # Use bold # Solve the problem of Chinese garbled code ( Targeted only windows The computer )
plt.rcParams['axes.unicode_minus'] = False # Solve the problem that the negative sign cannot be displayed
边栏推荐
- 2022-07-18 Jenkins pipeline use and create your own pipeline
- Two people line up to install locally & x360ce simulation handle Tutorial & xpadder handle simulation keyboard and mouse
- 分布式链路追踪-skywalking基础
- 商业智能BI分析思维:生产制造行业的现金周期(二)
- 还在问用什么来做接口测试?万能Jmeter打造性能测试数据平台
- 2022-07-18 eliminate traversal processing of exists subquery
- Redis持久化的使用拓展
- Redis cache penetration and avalanche
- Huawei cloud computing fuisoncompute8.0 installation
- ClickHouse相关SQL总结:创建表、分区/主键/排序设置、删除表、删除分区、修改表字段
猜你喜欢
NFC Introduction (2)
df. Describe() detailed + usage + Example
Distributed link tracking skywalking Foundation
Worthington peptide synthesis application chymotrypsin scheme
如何对齐MathType公式和Word文字排版
[activity registration] stack a buff for your code! Click "tea" to receive the gift
plt 画图并保存结果
Two people line up to install locally & x360ce simulation handle Tutorial & xpadder handle simulation keyboard and mouse
MySQL locking mechanism: MyISAM table lock, InnoDB row lock
Open source demo | release of open source example of arcall applet
随机推荐
Classification and application of slip rings
Pytorch Deep Learning Practice - 1 - Overview
visual studio踩坑记录
one billion two hundred and thirty-four million five hundred and fifty-six thousand six hundred and sixty-six
Redis' expansion plan
DM8: query the data file size limit of Dameng database
Cellulase preparation scheme of Worthington plant protoplast
MySQL(28)——事务相关
2022-07-19 mysql/stonedb sub query hashjoin logic processing
【C语言-文件】数据终于可以出内存,到外面的世界看看了/(ㄒoㄒ)/~~
Shardingjdbc horizontal split table configuration
res中values-swxxdp计算
这个sql怎么优化?
JVM (I) -- Introduction to JVM
Worthington cell separation optimization system (including cell separation guide)
Elastase Worthington core enzyme detailed reference
92. (leaflet chapter) leaflet situation plotting - acquisition of attack direction
Redis uses jedis operation
用R写一个迷宫小游戏
The difference between static variables and global variables