start final correction

This commit is contained in:
2018-08-28 19:07:39 +02:00
parent 517a5bc577
commit ee34327c1c
13 changed files with 625 additions and 100 deletions
Binary file not shown.
+2 -2
View File
@@ -51,10 +51,10 @@ axa[0].errorbar(
axa[0].plot(
data['r_bcu/kohm'],
data['v_bcutheo/v'],
label="V$_{BCU,O}$"
label="V$_{O}$"
)
axa[0].set_xlabel('$R_{BCU,Set}$/k$\Omega$')
axa[0].set_xlabel('$R_{S}$/k$\Omega$')
#axa[1].set_ylabel('Residuals / %$_{err}$')
axa[0].set_ylabel('V$_{1.8V, Analog}$/V')
axa[0].legend()