Added PNG plotting option.

这个提交包含在:
Craig Warren
2016-01-13 13:35:51 +00:00
父节点 3f865c364d
当前提交 faaf9741ec
共有 3 个文件被更改,包括 10 次插入3 次删除

查看文件

@@ -165,8 +165,9 @@ for rx in range(1, nrx + 1):
ax.set_xlim([0, np.amax(time)])
ax.grid()
# Save a PDF of the figure
# Save a PDF/PNG of the figure
#fig.savefig(os.path.splitext(os.path.abspath(file))[0] + '.pdf', dpi=None, format='pdf', bbox_inches='tight', pad_inches=0.1)
#fig.savefig(os.path.splitext(os.path.abspath(file))[0] + '.png', dpi=150, format='png', bbox_inches='tight', pad_inches=0.1)
plt.show()
f.close()