Python KeyError:u' image.composite_image'同时将数字保存为SVG

时间:2016-01-27 19:20:26

标签: python svg matplotlib

该行:

/usr/bin

在我的python脚本中工作正常,直到I.T.更新我的机器以运行Office 2013(应该是无关的)。我通过enthought Canopy运行python。

我更新了matplotlib,枕头,通过pip更新了大量其他不相关的软件包,但我得到了一个异常,因为该行读取了

destination1 = "test.svg"
destination2 = "test.png"
plt.savefig(destination1, format='svg')

所以回到png

KeyError: u'image.composite_image' 

工作正常,但我真的希望能够再次保存为svg。如果解决这个问题,我会在下面找到错误的打印输出

enter image description here

0 个答案:

没有答案