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

时间:2025-02-15 12:16:58

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

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

import matplotlib

matplotlib.rcParams[''] = 42
matplotlib.rcParams[''] = 42