matplotlib将图像保存为pdf,当xlabel保存为文本而不是路径时

时间:2014-10-30 09:28:18

标签: python matplotlib postscript

如何保存带有文本作为postscript图像的matplotlib图形,并将文本保存为文本。 目前,当我将图像保存为postscript时,图像中的所有文本(xlabel,ylabel等..)都保存为路径而不是文本。 是否可以将其保存为文本?

修改

如果我使用以下代码(使用乳胶)

matplotlib.rcParams["text.usetex"] = True

并将图像保存为postscript文本保存为文本..但我不想使用乳胶..没有乳胶可以吗?

由于

1 个答案:

答案 0 :(得分:0)

这是怎么做的:

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

在这里阅读更多内容: http://physicalmodelingwithpython.blogspot.com/2015/06/making-plots-for-publication.html