logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python matplotlib中文显示乱码解决

问题描述:python matplotlib绘图中文显示乱码问题根源:matplotlib的默认字体并非中文字体解决:设置为中文字体linux下查找中文字体:fc-list :lang=zh-cn #注意:前有个空格windows下中文字体路径:c:\windows\fonts\simsun.ttcfrom matplotlib.font_manager import FontPrope

#python#matplotlib
到底了