Improved scripts validaton problems

This commit is contained in:
julient31
2020-10-05 17:13:54 -06:00
parent 121dc82f1b
commit 2825abb028
3 changed files with 4 additions and 4 deletions

View File

@ -39,5 +39,5 @@ plt.xlabel('Time (in ps)')
plt.legend()
plt.show()
fig.savefig(os.path.join(os.getcwd(), "nve_spin_lattice.pdf"), bbox_inches="tight")
fig.savefig(os.path.join(os.getcwd(), "nvt_spin_lattice.pdf"), bbox_inches="tight")
plt.close(fig)