会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
angelxp
博客园
园子
首页
新随笔
联系
管理
订阅
matplot图像无法显示中文
在代码中引入字体设置如下
在py文件开头引入下面的代码
import sys
reload(sys)
sys.setdefaultencoding('utf-8')
from matplotlib.font_manager import FontProperties
font = FontProperties(fname='/Library/Fonts/Songti.ttc')
在绘图的代码中添加对应的属性设置,如下:
posted @
2018-04-17 20:47
angelxp
阅读(
274
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告