Switched off plot saving by default.

这个提交包含在:
Craig Warren
2016-01-05 17:50:48 +00:00
父节点 43699d289f
当前提交 78fb75c1fc

查看文件

@@ -87,4 +87,4 @@ else:
plt.show()
# Save a PDF of the figure
fig.savefig(os.path.dirname(os.path.abspath(__file__)) + os.sep + w.type + '.png', dpi=150, format='png', bbox_inches='tight', pad_inches=0.1)
#fig.savefig(os.path.dirname(os.path.abspath(__file__)) + os.sep + w.type + '.png', dpi=150, format='png', bbox_inches='tight', pad_inches=0.1)