Commit 6ad096de authored by Nicolas Nunez Barreto's avatar Nicolas Nunez Barreto

agrego todo antes de irme

parent c94c7c91
......@@ -368,7 +368,7 @@ xhip = np.linspace(-0.23,0.005,200)
plt.figure()
plt.errorbar(voltages_dcA,Betas_vec[:medfin-1],yerr=ErrorBetas_vec[:medfin-1],fmt='o',capsize=5,markersize=5,color=paleta[1])
plt.plot(xhip,hiperbola(xhip,*popthip))
plt.xlabel('Endcap voltage (V)')
plt.xlabel('Endcap voltage (V)')
plt.ylabel('Modulation factor')
#plt.yscale('log')
plt.grid()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment