save instead of show

This commit is contained in:
acereca
2018-04-10 15:24:56 +02:00
parent 19bf9fbcaf
commit 9528170504
+1 -1
View File
@@ -41,4 +41,4 @@ plt.errorbar(
plt.ylabel('$\Delta$I/A') plt.ylabel('$\Delta$I/A')
plt.xlabel('I$_{set}$/A') plt.xlabel('I$_{set}$/A')
plt.legend() plt.legend()
plt.show() plt.savefig("2kw_direct.png")