2021年02月16日 7.7k 阅读 💻极客编程 matplotlib 正常显示中文教程,font_manager 报错解决,RuntimeWarning: Glyph 20195 missing from current font. 解决方案 matplotlib 因为是外国人开发的,默认不支持中文标签等的显示。需要我们做一些事情来支持。那么如何支持中文呢?首先我们用 font_manager 的方式来看看:# matplotlib ...