pdf论文中python画的图Type 3 fonts字体不兼容

python matplotlib画图产生的Type 3 fonts字体不兼容,更改措施:

使用Type 42字体来生成PostScript 和PDF 文件。

import matplotlib

matplotlib.rcParams['pdf.fonttype'] = 42
matplotlib.rcParams['ps.fonttype'] = 42
发布了37 篇原创文章 · 获赞 8 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/qq_21097885/article/details/88919403