Mac python matplotlib 中文不显示解决方法
·
找到matplotlib库的源码文件
/Users/你名/Library/Python/3.x/lib/python/site-packages/matplotlib/mpl-data/matplotlibrc

找到font.family这一行,改为
Arial Unicode MS

完成

更多推荐
找到matplotlib库的源码文件
/Users/你名/Library/Python/3.x/lib/python/site-packages/matplotlib/mpl-data/matplotlibrc

找到font.family这一行,改为
Arial Unicode MS

完成

更多推荐
所有评论(0)