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
相關文章
相關標籤/搜索