save instead of show

This commit is contained in:
acereca 2018-04-10 15:24:56 +02:00
parent 19bf9fbcaf
commit 9528170504
1 changed files with 1 additions and 1 deletions

View File

@ -41,4 +41,4 @@ plt.errorbar(
plt.ylabel('$\Delta$I/A')
plt.xlabel('I$_{set}$/A')
plt.legend()
plt.show()
plt.savefig("2kw_direct.png")