save instead of show
This commit is contained in:
parent
19bf9fbcaf
commit
9528170504
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue