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

python matplotlib画图产生的Type 3 fonts字体不兼容,更改措施:python 使用Type 42字体来生成PostScript 和PDF 文件。web import matplotlib matplotlib.rcParams['pdf.fonttype'] = 42 matplotlib.rcParams['ps.fonttype'] = 42
相关文章
相关标签/搜索