python matplotlib画图产生的Type 3 fonts字体不兼容,更改措施:
使用Type 42字体来生成PostScript 和PDF 文件。
import matplotlib
matplotlib.rcParams[''] = 42
matplotlib.rcParams[''] = 42
python matplotlib画图产生的Type 3 fonts字体不兼容,更改措施:
使用Type 42字体来生成PostScript 和PDF 文件。
import matplotlib
matplotlib.rcParams[''] = 42
matplotlib.rcParams[''] = 42