Matplotlib:Savefig在Windows中不起作用

时间:2018-07-05 11:27:45

标签: python matplotlib

我的savefig代码在Windows中不起作用。相同的代码在Ubuntu中完全可以正常工作。我也尝试使用getcwd()添加完整路径,但仍然出现错误。

WindowsError: [Error 2] The system cannot find the file specified

我不确定我在做什么错。我看到了一些类似的问题,建议提出完整的解决方案,但这也不起作用。

plt.rcParams["font.family"] = "Calibri"
img_path = str(str('eleventh')+str('edfr')+str('dfg')+'.png')
path =  os.getcwd()+ '\/' + img_path

plt.savefig(path, bbox_inches="tight", pad_inches=0)

0 个答案:

没有答案