将matplotlib图表保存为.tiff时,请保留下标和上标

时间:2013-04-01 15:13:25

标签: python matplotlib tiff

我找到了如何使用$表示法在我的图表标签中创建子标题和上标:

ax.set_ylabel('$kgCO_2e/m^2$')

这适用于创建图表,但是当我将其保存为.tiff并尝试将其插入Word文档时,它会丢失格式。有没有办法保留格式?

issue #1877

1 个答案:

答案 0 :(得分:0)

这是matplotlib issue #1877中的错误。