Commit d80cf312 authored by Nicolas Nunez Barreto's avatar Nicolas Nunez Barreto

dif en bvsk

parent e933e893
......@@ -25,7 +25,7 @@ Calib_Files_IR = """000007808-IR_Saturation
000007830-IR_Saturation
000007831-IR_Saturation"""
os.chdir('/home/nico/Documents/artiq_experiments/analisis/plots/20220527_CPTvariandoB_barriendopotenciaIR/Data')
#os.chdir('/home/nico/Documents/artiq_experiments/analisis/plots/20220527_CPTvariandoB_barriendopotenciaIR/Data')
#carpeta pc nico labo escritorio:
#/home/nico/Documents/artiq_experiments/analisis/plots/20220527_CPTvariandoB_barriendopotenciaIR/Data
......@@ -265,12 +265,21 @@ if plotFreqFreq == True:
else:
#plt.errorbar([b*1e3 for b in Bvec], MaxsPotsExp/propor, xerr=1e3*MeanError/(2*np.pi)/c, yerr=yerr0/propor, color=colores[0], fmt="o", markersize=4, zorder=3, elinewidth=1)
plt.errorbar([f*1e-6 for f in ConvertBfieldtoLarmor(np.array([b*1e0 for b in Bvec]))], [c*1e-12/((2*np.pi)**2) for c in ConvertToRabiSq(np.array(MaxsPotsExp)/propor, 2*np.pi*1.35e6)], xerr=1e-6*MeanError, yerr=(1e-12/((2*np.pi)**2))*ConvertToRabiSq(yerr0, 2*np.pi*1.35e6)/propor, color=colores[0], fmt="o", markersize=4, zorder=3, elinewidth=1)
plt.plot([f*1e-9 for f in ConvertBfieldtoLarmor(CamposVector2)], [r*1e-12/((2*np.pi)**2) for r in ConvertToRabiSq(RabiVector2,2*np.pi*1.35e6)], linestyle='dashed', linewidth=1., color='grey') #esto viene del threeLevel_2repumps_CPTPlotter.py de Figura CPT Teorica
plt.errorbar([(4/5)*f*1e-6 for f in ConvertBfieldtoLarmor(np.array([b*1e0 for b in Bvec]))], [c*1e-12/((2*np.pi)**2) for c in ConvertToRabiSq(np.array(MaxsPotsExp)/propor, 2*np.pi*1.35e6)], xerr=(4/5)*1e-6*MeanError, yerr=(1e-12/((2*np.pi)**2))*ConvertToRabiSq(yerr0, 2*np.pi*1.35e6)/propor, color=colores[0], fmt="o", markersize=4, zorder=3, elinewidth=1)
plt.plot([(4/5)*f*1e-9 for f in ConvertBfieldtoLarmor(CamposVector2)], [r*1e-12/((2*np.pi)**2) for r in ConvertToRabiSq(RabiVector2,2*np.pi*1.35e6)], linestyle='dashed', linewidth=1., color='grey') #esto viene del threeLevel_2repumps_CPTPlotter.py de Figura CPT Teorica
#plt.ylabel(r'Rabi Frequency Squared (MHz$^2$)', fontsize=12, fontname='STIXGeneral')
#plt.plot([f*1e-9 for f in ConvertBfieldtoLarmor(CamposVector2)], [15*(r*1e-12/((2*np.pi)**2))/popt for r in ConvertToRabiSq(RabiVector2,2*np.pi*1.35e6)], linestyle='dashed', linewidth=1., color='grey') #esto viene del threeLevel_2repumps_CPTPlotter.py de Figura CPT Teorica #esto seria con pendiente 15 que seria lo que da la teoria con el factor de lande correspondiente
plt.ylabel(r'$\Omega_{\mathrm{DP}}^2$ (MHz$^2$)', fontsize=12, fontname='STIXGeneral')
popt, pcov = curve_fit(LinearFitPotvsB, [(4/5)*f*1e-9 for f in ConvertBfieldtoLarmor(CamposVector2)], [r*1e-12/((2*np.pi)**2) for r in ConvertToRabiSq(RabiVector2,2*np.pi*1.35e6)])
poptexp,pcovexp = curve_fit(LinearFitPotvsB, [(4/5)*f*1e-6 for f in ConvertBfieldtoLarmor(np.array([b*1e0 for b in Bvec]))], [c*1e-12/((2*np.pi)**2) for c in ConvertToRabiSq(np.array(MaxsPotsExp)/propor, 2*np.pi*1.35e6)])
print(popt)
print(poptexp)
# plt.plot([f*1e-6 for f in ConvertBfieldtoLarmor(np.array([b*1e3 for b in Bvec]))], MaxsPotsExp,"o", color=colores[0], markersize=4, zorder=3)
# plt.ylim(0,80)
# plt.xlim(0,270)
......@@ -278,17 +287,17 @@ else:
plt.xlabel('Larmor Frequency (MHz)', fontsize=12, fontname='STIXGeneral')
plt.xlabel(r'$\delta/2\pi $ (MHz)', fontsize=12, fontname='STIXGeneral')
plt.xlim(0,0.27)
plt.xticks([0, 0.05, 0.1, 0.15, 0.2, 0.25], fontsize=12,fontname='STIXGeneral')
plt.xlim(0,(4/5)*0.27)
plt.xticks([0, 0.05, 0.1, 0.15, 0.2], fontsize=12,fontname='STIXGeneral')
plt.yticks([0, 1, 2, 3, 4], fontsize=12,fontname='STIXGeneral')
plt.ylim(0,4.1)
plt.grid()
plt.tight_layout()
#plt.savefig('/home/nico/Nextcloud/G_liaf/Publicaciones/Work/2022 B vs k race/Figuras/Figuras jpg trabajadas/umbralvsB_exp.png',dpi=500)
plt.savefig('/home/nico/Nextcloud/G_liaf/Publicaciones/Papers/2022 B vs K eigenbasis/Figuras_finales/Finalesfinales/Fig2b_v2.pdf')
plt.savefig('C:/Users/nicon/Nextcloud/G_liaf/Publicaciones/Papers/2022 B vs K eigenbasis/Figuras_finales/Finalesfinales/Fig2b_v3.pdf')
......@@ -297,6 +306,9 @@ plt.savefig('/home/nico/Nextcloud/G_liaf/Publicaciones/Papers/2022 B vs K eigenb
Figura 2a) del paper. Curvas de fluorescencia vs potencia del IR
'''
'''
Este es el modelo viejo que ajusta super lindo, lo dejo por las dudas
'''
from scipy.signal import savgol_filter as sf
......@@ -384,9 +396,110 @@ plt.ylim(0,3.7)
#plt.xlim(0,2.3)
plt.tight_layout()
#plt.legend(loc='upper left', frameon=True, fontsize=7.6, handletextpad=0.1)
plt.savefig('/home/nico/Nextcloud/G_liaf/Publicaciones/Papers/2022 B vs K eigenbasis/Figuras_finales/Finalesfinales/Fig2a_v2.pdf')
#plt.savefig('/home/nico/Nextcloud/G_liaf/Publicaciones/Papers/2022 B vs K eigenbasis/Figuras_finales/Finalesfinales/Fig2a_v2.pdf')
#%%
'''
Figura 2a) del paper. Curvas de fluorescencia vs potencia del IR
'''
'''
Este es el modelo NUEVO de ceci, veremos que onda
'''
from scipy.signal import savgol_filter as sf
# FluoSel = IR_fluorescence_vec[0][1:]
# PotsSel = PotenciasIR[1:]
# popt, pcov = curve_fit(FuncTest, PotsSel, FluoSel,p0=(1000,500,0,100,0))
def find_nearest(array, value):
array = np.asarray(array)
idx = (np.abs(array - value)).argmin()
return idx
from scipy.signal import savgol_filter as sf
import seaborn as sns
plt.style.use('seaborn-ticks')
colors=sns.color_palette("rocket", 10)
colorsselected=[colors[0],colors[3],colors[5],colors[8]]
FluovsBshort = []
#jselected = [0, 1, 4, 8]
jselected = [8, 2, 1, 0]
Bcampos = [b*1e3 for b in Bvec]
Bfields = [Bcampos[6], Bcampos[2], Bcampos[1], Bcampos[0]]
for j in jselected:
FluovsBshort.append(IR_fluorescence_vec[j])
#bkgr2 = np.min([FluovsBshort[0][1],FluovsBshort[1][1],FluovsBshort[2][1],FluovsBshort[3][1]])
#bkgrposta = np.min()
PotenciasMaximos_parcial = MaxsPotsExp/propor
PotenciasMaximos = [PotenciasMaximos_parcial[6],PotenciasMaximos_parcial[2],PotenciasMaximos_parcial[1],PotenciasMaximos_parcial[0]]
def FuncTest(rsq, A, det, delta, gs, gd):
c=1
gt = gs + gd
return A*((gd/gt)*((gt*gt+4*det*det+(8/3)*delta*delta)/(c*rsq))+1.5*c*rsq/(delta*delta) + 4*gs/gt)**(-1)
smoothen_order = [3,3,3,1]
err = [2,1,1,1]
orden=5
plt.figure(figsize=(3.5, 3))
for j in range(len(jselected)):
print(j)
rawcuentas = [f-bkgr for f in FluovsBshort[j]]
#cuentas = np.array(rawcuentas[0:3]+list(sf(rawcuentas[3:],7,3))) #este va bien
cuentas = np.array(rawcuentas[0:3]+list(sf(rawcuentas[3:],13,smoothen_order[j]))) #este va bien
#maximumfluo_index = np.array(cuentas[1:-1]).argmax()
maximumfluo_index = find_nearest(PotenciasIR[1:-1]/propor, PotenciasMaximos[j])
popt, pcov = curve_fit(FuncTest, PotenciasIR[1:-1]/propor, cuentas[1:-1]/1000, p0=(1e5,1.5,1e-2,2*np.pi*21,2*np.pi*1), bounds=((2e2,0,0,2*np.pi*20.5,2*np.pi*1),(2e7,10,1e8,2*np.pi*21.5,2*np.pi*1.1)))
#print(popt)
print(popt[1])
print(popt[2]/(2*np.pi))
#[r*1e-12 for r in ConvertToRabiSq( ,2*np.pi*1.35e6)]
#PotsLong = np.arange(0*np.min(PotenciasIR[1:-1]/propor), np.max(PotenciasIR[1:-1]/propor),0.01)
PotsLong = np.arange(0*np.min(PotenciasIR[1:-1]/propor), np.max(PotenciasIR[1:-1]/propor),0.01)
#plt.plot([(r/((2*np.pi)**2))*1e-12 for r in ConvertToRabiSq(PotsLong,2*np.pi*1.35e6)],FuncTest(np.array(PotsLong),*popt),color=colorsselected[j], linewidth=0.9, zorder=5)
plt.plot([(r/((2*np.pi)**2))*1e-12 for r in ConvertToRabiSq(PotsLong,2*np.pi*1.35e6)],FuncTest(np.array(PotsLong),*popt),color=colorsselected[j], linestyle=(0,(5,1)), linewidth=0.9, zorder=5)
plt.plot([(r/((2*np.pi)**2))*1e-12 for r in ConvertToRabiSq(PotenciasIR[1:-1]/propor,2*np.pi*1.35e6)], cuentas[1:-1]/1000, 'o', color=colorsselected[j], markersize=1.5, alpha=0.9, label=fr"$B={int(round(Bfields[j],0))}({err[j]})$"+r" $\mathrm{mG}$",zorder=orden)
plt.vlines(x=((2*np.pi*1.35e6)**2)*(1e-12/(propor*(((2*np.pi)**2))))*PotenciasIR[1:-1][maximumfluo_index],ymin=0.2,ymax=cuentas[1:-1][maximumfluo_index]/1000,color=colorsselected[j],zorder=1,linewidth=1, linestyle='dotted')
plt.fill_between([(r/((2*np.pi)**2))*1e-12 for r in ConvertToRabiSq(PotenciasIR[1:-1]/propor,2*np.pi*1.35e6)], (cuentas[1:-1]-1*np.sqrt(cuentas)[1:-1])/1000, (cuentas[1:-1]+1*np.sqrt(cuentas)[1:-1])/1000, color=colorsselected[j], alpha=0.3, zorder=orden)
orden=orden-1
#plt.errorbar(PotenciasIR, cuentas, yerr=1*np.sqrt(cuentas), color='r', fmt='o', capsize=2, markersize=4)
#plt.xlim(0, 90)
#plt.ylim(-100,3500)
#for pot in MaxsPotsExp/propor:
# plt.axvline(pot)
plt.grid()
plt.xlabel(r'$\Omega_{\mathrm{DP}}^2$ (MHz$^2$)', fontsize=12, fontname='STIXGeneral')
#plt.xlabel(r'$\Gamma$', fontsize=12, fontname='STIXGeneral')
plt.ylabel('Fluorescence (kcounts/s)', fontsize=12, fontname='STIXGeneral')
plt.xticks([0, 1, 2, 3, 4], fontsize=12, fontname='STIXGeneral')
plt.yticks([0,1,2,3], fontsize=12, fontname='STIXGeneral')
plt.ylim(0,3.7)
#plt.xlim(0,2.3)
plt.tight_layout()
#plt.legend(loc='upper left', frameon=True, fontsize=7.6, handletextpad=0.1)
#plt.savefig('/home/nico/Nextcloud/G_liaf/Publicaciones/Papers/2022 B vs K eigenbasis/Figuras_finales/Finalesfinales/Fig2a_v3.pdf')
plt.savefig('C:/Users/nicon/Nextcloud/G_liaf/Publicaciones/Papers/2022 B vs K eigenbasis/Figuras_finales/Finalesfinales/Fig2a_v3.pdf')
......@@ -105,7 +105,7 @@ plt.xlim(-0.1, 5)
#%%
laser_UV_amp=0.1
allamps = np.array([])
allpows = np.array([])
alltaus = np.array([])
......
......@@ -7,7 +7,7 @@ import ast
from scipy.optimize import curve_fit
import os
os.chdir('/home/nico/Documents/artiq_experiments/analisis/plots/20221006_transitoriosv2')
#os.chdir('/home/nico/Documents/artiq_experiments/analisis/plots/20221006_transitoriosv2')
# Solo levanto algunos experimentos
SP_files = [8445, 8457, 8458, 8459, 8460, 8461, 8462, 8463, 8464, 8465, 8466, 8467, 8468, 8469, 84840, 88040]
SP_files_v2 = [8763, 8764, 8765, 8766, 8767, 8768, 8769, 8770, 8771, 8772, 8773, 8774, 8775, 8776]
......@@ -19,6 +19,7 @@ Calib_files = ['Cal_DP_5M', 'Cal_SP_5M', 'Cal_DP_25M', 'Cal_SP_25M']
Random_files = [8749]
def expo(T, tau, N0, C):
global T0
return N0*np.exp(-(T-T0)/tau) + C
......@@ -184,7 +185,8 @@ from scipy.optimize import curve_fit
RefBins = [t*1e6 for t in SP_Bins[0][:-1]]
plt.figure()
for Height in SP_Heigths:
for Height in SP_Heigths[:-1]:
print(len(Height))
plt.plot(RefBins, Height)
plt.xlim(-0.2, 3)
......@@ -234,6 +236,10 @@ for j in range(len(SP_Heigths)-1):
ErrorTaus.append(np.sqrt(pcov)[0][0])
#%%
"""
TESIS
"""
plt.figure()
plt.plot(UVpotVec[:-5], Taus[:-6],'o', markersize=10, color='purple')
#plt.errorbar(UVpotVec[:-5], Taus[:-6], yerr=1e1*np.array(ErrorTaus[:-6]), fmt='.', capsize=2, markersize=2)
......@@ -245,12 +251,12 @@ plt.grid()
#%%
plt.figure()
plt.plot(UVpotVec, Amps,'o')
plt.plot(UVpotVec, Amps[:-1],'o')
plt.xlabel('UV power (mW)')
plt.ylabel('Characteristic time (us)')
plt.figure()
plt.plot(UVpotVec, Offsets,'o')
plt.plot(UVpotVec, Offsets[:-1],'o')
#%%
......@@ -361,6 +367,10 @@ plt.figure()
plt.plot(UVpotVec, Offsets_v2,'o')
#%%
"""
TESIS
"""
"""
FIGURA PAPER
"""
......@@ -409,7 +419,7 @@ plt.savefig('fig3_01.pdf')
plt.savefig('fig3_01.svg')
#%%
#%%
"""
VEMOS UNA DP CON POTENCIA ALTA A VER SI DA LO QUE TIENE QUE DAR EL ANCHO DE LINEA
......
......@@ -6,11 +6,11 @@
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<cc:Work>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:date>2023-04-27T16:04:44.519667</dc:date>
<dc:date>2023-10-03T15:31:08.257400</dc:date>
<dc:format>image/svg+xml</dc:format>
<dc:creator>
<cc:Agent>
<dc:title>Matplotlib v3.5.1, https://matplotlib.org/</dc:title>
<dc:title>Matplotlib v3.7.0, https://matplotlib.org/</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
......@@ -42,21 +42,21 @@ z
<g id="line2d_1">
<path d="M 56.973913 189
L 56.973913 25.92
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_2">
<defs>
<path id="m974d739213" d="M 0 0
<path id="mdfec4f4c2e" d="M 0 0
L 0 3.5
" style="stroke: #000000; stroke-width: 0.8"/>
</defs>
<g>
<use xlink:href="#m974d739213" x="56.973913" y="189" style="stroke: #000000; stroke-width: 0.8"/>
<use xlink:href="#mdfec4f4c2e" x="56.973913" y="189" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_1">
<!-- 0.0 -->
<g transform="translate(49.473913 204.195625)scale(0.12 -0.12)">
<g transform="translate(49.473913 204.195625) scale(0.12 -0.12)">
<defs>
<path id="STIXGeneral-Regular-30" d="M 3046 2112
Q 3046 1683 2963 1302
......@@ -106,16 +106,16 @@ z
<g id="line2d_3">
<path d="M 99.430435 189
L 99.430435 25.92
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_4">
<g>
<use xlink:href="#m974d739213" x="99.430435" y="189" style="stroke: #000000; stroke-width: 0.8"/>
<use xlink:href="#mdfec4f4c2e" x="99.430435" y="189" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_2">
<!-- 0.5 -->
<g transform="translate(91.930435 204.195625)scale(0.12 -0.12)">
<g transform="translate(91.930435 204.195625) scale(0.12 -0.12)">
<defs>
<path id="STIXGeneral-Regular-35" d="M 2803 4358
L 2573 3814
......@@ -157,16 +157,16 @@ z
<g id="line2d_5">
<path d="M 141.886957 189
L 141.886957 25.92
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_6">
<g>
<use xlink:href="#m974d739213" x="141.886957" y="189" style="stroke: #000000; stroke-width: 0.8"/>
<use xlink:href="#mdfec4f4c2e" x="141.886957" y="189" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_3">
<!-- 1.0 -->
<g transform="translate(134.386957 204.195625)scale(0.12 -0.12)">
<g transform="translate(134.386957 204.195625) scale(0.12 -0.12)">
<defs>
<path id="STIXGeneral-Regular-31" d="M 2522 0
L 755 0
......@@ -197,16 +197,16 @@ z
<g id="line2d_7">
<path d="M 184.343478 189
L 184.343478 25.92
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_8">
<g>
<use xlink:href="#m974d739213" x="184.343478" y="189" style="stroke: #000000; stroke-width: 0.8"/>
<use xlink:href="#mdfec4f4c2e" x="184.343478" y="189" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_4">
<!-- 1.5 -->
<g transform="translate(176.843478 204.195625)scale(0.12 -0.12)">
<g transform="translate(176.843478 204.195625) scale(0.12 -0.12)">
<use xlink:href="#STIXGeneral-Regular-31"/>
<use xlink:href="#STIXGeneral-Regular-2e" x="49.999985"/>
<use xlink:href="#STIXGeneral-Regular-35" x="74.999969"/>
......@@ -217,16 +217,16 @@ L 184.343478 25.92
<g id="line2d_9">
<path d="M 226.8 189
L 226.8 25.92
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_10">
<g>
<use xlink:href="#m974d739213" x="226.8" y="189" style="stroke: #000000; stroke-width: 0.8"/>
<use xlink:href="#mdfec4f4c2e" x="226.8" y="189" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_5">
<!-- 2.0 -->
<g transform="translate(219.3 204.195625)scale(0.12 -0.12)">
<g transform="translate(219.3 204.195625) scale(0.12 -0.12)">
<defs>
<path id="STIXGeneral-Regular-32" d="M 3034 877
L 2688 0
......@@ -261,7 +261,7 @@ z
</g>
<g id="text_6">
<!-- Time (us) -->
<g transform="translate(101.738438 220.361562)scale(0.14 -0.14)">
<g transform="translate(101.738438 220.361562) scale(0.14 -0.14)">
<defs>
<path id="STIXGeneral-Regular-54" d="M 3795 3149
L 3642 3149
......@@ -499,21 +499,21 @@ z
<g id="line2d_11">
<path d="M 31.5 184.358386
L 226.8 184.358386
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_12">
<defs>
<path id="m16703b3497" d="M 0 0
<path id="ma7230096af" d="M 0 0
L -3.5 0
" style="stroke: #000000; stroke-width: 0.8"/>
</defs>
<g>
<use xlink:href="#m16703b3497" x="31.5" y="184.358386" style="stroke: #000000; stroke-width: 0.8"/>
<use xlink:href="#ma7230096af" x="31.5" y="184.358386" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_7">
<!-- 0 -->
<g transform="translate(18.5 188.456198)scale(0.12 -0.12)">
<g transform="translate(18.5 188.456198) scale(0.12 -0.12)">
<use xlink:href="#STIXGeneral-Regular-30"/>
</g>
</g>
......@@ -522,16 +522,16 @@ L -3.5 0
<g id="line2d_13">
<path d="M 31.5 149.719473
L 226.8 149.719473
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_14">
<g>
<use xlink:href="#m16703b3497" x="31.5" y="149.719473" style="stroke: #000000; stroke-width: 0.8"/>
<use xlink:href="#ma7230096af" x="31.5" y="149.719473" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_8">
<!-- 1000 -->
<g transform="translate(0.5 153.817286)scale(0.12 -0.12)">
<g transform="translate(0.5 153.817286) scale(0.12 -0.12)">
<use xlink:href="#STIXGeneral-Regular-31"/>
<use xlink:href="#STIXGeneral-Regular-30" x="49.999985"/>
<use xlink:href="#STIXGeneral-Regular-30" x="99.999969"/>
......@@ -543,16 +543,16 @@ L 226.8 149.719473
<g id="line2d_15">
<path d="M 31.5 115.080561
L 226.8 115.080561
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_16">
<g>
<use xlink:href="#m16703b3497" x="31.5" y="115.080561" style="stroke: #000000; stroke-width: 0.8"/>
<use xlink:href="#ma7230096af" x="31.5" y="115.080561" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_9">
<!-- 2000 -->
<g transform="translate(0.5 119.178373)scale(0.12 -0.12)">
<g transform="translate(0.5 119.178373) scale(0.12 -0.12)">
<use xlink:href="#STIXGeneral-Regular-32"/>
<use xlink:href="#STIXGeneral-Regular-30" x="49.999985"/>
<use xlink:href="#STIXGeneral-Regular-30" x="99.999969"/>
......@@ -564,16 +564,16 @@ L 226.8 115.080561
<g id="line2d_17">
<path d="M 31.5 80.441648
L 226.8 80.441648
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_18">
<g>
<use xlink:href="#m16703b3497" x="31.5" y="80.441648" style="stroke: #000000; stroke-width: 0.8"/>
<use xlink:href="#ma7230096af" x="31.5" y="80.441648" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_10">
<!-- 3000 -->
<g transform="translate(0.5 84.539461)scale(0.12 -0.12)">
<g transform="translate(0.5 84.539461) scale(0.12 -0.12)">
<defs>
<path id="STIXGeneral-Regular-33" d="M 390 3264
L 288 3290
......@@ -616,16 +616,16 @@ z
<g id="line2d_19">
<path d="M 31.5 45.802736
L 226.8 45.802736
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_20">
<g>
<use xlink:href="#m16703b3497" x="31.5" y="45.802736" style="stroke: #000000; stroke-width: 0.8"/>
<use xlink:href="#ma7230096af" x="31.5" y="45.802736" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_11">
<!-- 4000 -->
<g transform="translate(0.5 49.900548)scale(0.12 -0.12)">
<g transform="translate(0.5 49.900548) scale(0.12 -0.12)">
<defs>
<path id="STIXGeneral-Regular-34" d="M 3027 1069
L 2368 1069
......@@ -656,7 +656,7 @@ z
</g>
<g id="text_12">
<!-- Counts -->
<g transform="translate(-6.538438 127.298437)rotate(-90)scale(0.14 -0.14)">
<g transform="translate(-6.538438 127.298437) rotate(-90) scale(0.14 -0.14)">
<defs>
<path id="STIXGeneral-Regular-43" d="M 3930 838
L 4051 723
......@@ -1042,7 +1042,7 @@ L 251.849348 175.248352
L 252.698478 176.148963
L 253 176.259664
L 253 176.259664
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #f6a47c; stroke-opacity: 0.7; stroke-width: 1.5; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #f6a47c; stroke-opacity: 0.7; stroke-width: 1.5; stroke-linecap: square"/>
</g>
<g id="line2d_22">
<path d="M 71.918609 162.714169
......@@ -1055,7 +1055,7 @@ L 184.852957 172.649954
L 208.628609 173.902326
L 232.404261 174.959443
L 232.404261 174.959443
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #f6a47c; stroke-width: 1.5; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #f6a47c; stroke-width: 1.5; stroke-linecap: square"/>
</g>
<g id="line2d_23">
<path d="M 8.148913 155.746644
......@@ -1323,7 +1323,7 @@ L 251.000217 154.60356
L 251.849348 155.365616
L 253 154.888449
L 253 154.888449
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #921c5b; stroke-opacity: 0.7; stroke-width: 1.5; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #921c5b; stroke-opacity: 0.7; stroke-width: 1.5; stroke-linecap: square"/>
</g>
<g id="line2d_24">
<path d="M 71.918609 109.245793
......@@ -1352,7 +1352,7 @@ L 213.723391 154.014441
L 229.85687 154.602705
L 232.404261 154.67762
L 232.404261 154.67762
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #921c5b; stroke-width: 1.5; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #921c5b; stroke-width: 1.5; stroke-linecap: square"/>
</g>
<g id="line2d_25">
<path d="M 8.148913 132.365378
......@@ -1628,7 +1628,7 @@ L 251.849348 128.000875
L 252.698478 129.10932
L 253 128.998619
L 253 128.998619
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #221331; stroke-opacity: 0.7; stroke-width: 1.5; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #221331; stroke-opacity: 0.7; stroke-width: 1.5; stroke-linecap: square"/>
</g>
<g id="line2d_26">
<path d="M 71.918609 64.400286
......@@ -1662,7 +1662,7 @@ L 200.137304 128.309615
L 223.912957 128.514556
L 232.404261 128.550962
L 232.404261 128.550962
" clip-path="url(#pe427f866f0)" style="fill: none; stroke: #221331; stroke-width: 1.5; stroke-linecap: square"/>
" clip-path="url(#pe1701b7467)" style="fill: none; stroke: #221331; stroke-width: 1.5; stroke-linecap: square"/>
</g>
<g id="patch_3">
<path d="M 31.5 189
......@@ -1687,7 +1687,7 @@ L 226.8 25.92
</g>
</g>
<defs>
<clipPath id="pe427f866f0">
<clipPath id="pe1701b7467">
<rect x="31.5" y="25.92" width="195.3" height="163.08"/>
</clipPath>
</defs>
......
......@@ -6,11 +6,11 @@
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<cc:Work>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:date>2022-11-24T14:39:52.041749</dc:date>
<dc:date>2023-10-03T20:00:16.203992</dc:date>
<dc:format>image/svg+xml</dc:format>
<dc:creator>
<cc:Agent>
<dc:title>Matplotlib v3.5.1, https://matplotlib.org/</dc:title>
<dc:title>Matplotlib v3.7.0, https://matplotlib.org/</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
......@@ -41,17 +41,17 @@ z
<g id="xtick_1">
<g id="line2d_1">
<defs>
<path id="m0775a2d433" d="M 0 0
L 0 6
" style="stroke: #262626; stroke-width: 0.8"/>
<path id="m824781fd88" d="M 0 0
L 0 3.5
" style="stroke: #000000; stroke-width: 0.8"/>
</defs>
<g>
<use xlink:href="#m0775a2d433" x="192.753873" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
<use xlink:href="#m824781fd88" x="192.753873" y="252" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_1">
<!-- $\mathdefault{10^{-3}}$ -->
<g style="fill: #262626" transform="translate(179.453873 271.061562)scale(0.14 -0.14)">
<g transform="translate(179.453873 268.561562) scale(0.14 -0.14)">
<defs>
<path id="STIXGeneral-Regular-31" d="M 2522 0
L 755 0
......@@ -136,20 +136,20 @@ z
</defs>
<use xlink:href="#STIXGeneral-Regular-31" transform="translate(0 0.684375)"/>
<use xlink:href="#STIXGeneral-Regular-30" transform="translate(49.999985 0.684375)"/>
<use xlink:href="#STIXGeneral-Regular-2212" transform="translate(101.574969 36.684375)scale(0.7)"/>
<use xlink:href="#STIXGeneral-Regular-33" transform="translate(149.524959 36.684375)scale(0.7)"/>
<use xlink:href="#STIXGeneral-Regular-2212" transform="translate(101.574969 36.684375) scale(0.7)"/>
<use xlink:href="#STIXGeneral-Regular-33" transform="translate(149.524959 36.684375) scale(0.7)"/>
</g>
</g>
</g>
<g id="xtick_2">
<g id="line2d_2">
<g>
<use xlink:href="#m0775a2d433" x="343.439197" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
<use xlink:href="#m824781fd88" x="343.439197" y="252" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_2">
<!-- $\mathdefault{10^{-2}}$ -->
<g style="fill: #262626" transform="translate(330.139197 271.061562)scale(0.14 -0.14)">
<g transform="translate(330.139197 268.561562) scale(0.14 -0.14)">
<defs>
<path id="STIXGeneral-Regular-32" d="M 3034 877
L 2688 0
......@@ -178,8 +178,8 @@ z
</defs>
<use xlink:href="#STIXGeneral-Regular-31" transform="translate(0 0.684375)"/>
<use xlink:href="#STIXGeneral-Regular-30" transform="translate(49.999985 0.684375)"/>
<use xlink:href="#STIXGeneral-Regular-2212" transform="translate(101.574969 36.684375)scale(0.7)"/>
<use xlink:href="#STIXGeneral-Regular-32" transform="translate(149.524959 36.684375)scale(0.7)"/>
<use xlink:href="#STIXGeneral-Regular-2212" transform="translate(101.574969 36.684375) scale(0.7)"/>
<use xlink:href="#STIXGeneral-Regular-32" transform="translate(149.524959 36.684375) scale(0.7)"/>
</g>
</g>
</g>
......@@ -187,16 +187,16 @@ z
<g id="line2d_3">
<path d="M 87.429351 252
L 87.429351 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_4">
<defs>
<path id="m6ff2b0a9b4" d="M 0 0
L 0 3
" style="stroke: #262626; stroke-width: 0.6"/>
<path id="me22c4e6fa0" d="M 0 0
L 0 2
" style="stroke: #000000; stroke-width: 0.6"/>
</defs>
<g>
<use xlink:href="#m6ff2b0a9b4" x="87.429351" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="87.429351" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -204,11 +204,11 @@ L 0 3
<g id="line2d_5">
<path d="M 113.963719 252
L 113.963719 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_6">
<g>
<use xlink:href="#m6ff2b0a9b4" x="113.963719" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="113.963719" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -216,11 +216,11 @@ L 113.963719 34.56
<g id="line2d_7">
<path d="M 132.790153 252
L 132.790153 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_8">
<g>
<use xlink:href="#m6ff2b0a9b4" x="132.790153" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="132.790153" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -228,11 +228,11 @@ L 132.790153 34.56
<g id="line2d_9">
<path d="M 147.39307 252
L 147.39307 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_10">
<g>
<use xlink:href="#m6ff2b0a9b4" x="147.39307" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="147.39307" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -240,11 +240,11 @@ L 147.39307 34.56
<g id="line2d_11">
<path d="M 159.324522 252
L 159.324522 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_12">
<g>
<use xlink:href="#m6ff2b0a9b4" x="159.324522" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="159.324522" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -252,11 +252,11 @@ L 159.324522 34.56
<g id="line2d_13">
<path d="M 169.412421 252
L 169.412421 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_14">
<g>
<use xlink:href="#m6ff2b0a9b4" x="169.412421" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="169.412421" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -264,11 +264,11 @@ L 169.412421 34.56
<g id="line2d_15">
<path d="M 178.150956 252
L 178.150956 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_16">
<g>
<use xlink:href="#m6ff2b0a9b4" x="178.150956" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="178.150956" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -276,11 +276,11 @@ L 178.150956 34.56
<g id="line2d_17">
<path d="M 185.858891 252
L 185.858891 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_18">
<g>
<use xlink:href="#m6ff2b0a9b4" x="185.858891" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="185.858891" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -288,11 +288,11 @@ L 185.858891 34.56
<g id="line2d_19">
<path d="M 238.114675 252
L 238.114675 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_20">
<g>
<use xlink:href="#m6ff2b0a9b4" x="238.114675" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="238.114675" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -300,11 +300,11 @@ L 238.114675 34.56
<g id="line2d_21">
<path d="M 264.649044 252
L 264.649044 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_22">
<g>
<use xlink:href="#m6ff2b0a9b4" x="264.649044" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="264.649044" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -312,11 +312,11 @@ L 264.649044 34.56
<g id="line2d_23">
<path d="M 283.475478 252
L 283.475478 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_24">
<g>
<use xlink:href="#m6ff2b0a9b4" x="283.475478" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="283.475478" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -324,11 +324,11 @@ L 283.475478 34.56
<g id="line2d_25">
<path d="M 298.078395 252
L 298.078395 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_26">
<g>
<use xlink:href="#m6ff2b0a9b4" x="298.078395" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="298.078395" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -336,11 +336,11 @@ L 298.078395 34.56
<g id="line2d_27">
<path d="M 310.009847 252
L 310.009847 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_28">
<g>
<use xlink:href="#m6ff2b0a9b4" x="310.009847" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="310.009847" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -348,11 +348,11 @@ L 310.009847 34.56
<g id="line2d_29">
<path d="M 320.097745 252
L 320.097745 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_30">
<g>
<use xlink:href="#m6ff2b0a9b4" x="320.097745" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="320.097745" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -360,11 +360,11 @@ L 320.097745 34.56
<g id="line2d_31">
<path d="M 328.836281 252
L 328.836281 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_32">
<g>
<use xlink:href="#m6ff2b0a9b4" x="328.836281" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="328.836281" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -372,11 +372,11 @@ L 328.836281 34.56
<g id="line2d_33">
<path d="M 336.544215 252
L 336.544215 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_34">
<g>
<use xlink:href="#m6ff2b0a9b4" x="336.544215" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="336.544215" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -384,17 +384,17 @@ L 336.544215 34.56
<g id="line2d_35">
<path d="M 388.8 252
L 388.8 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_36">
<g>
<use xlink:href="#m6ff2b0a9b4" x="388.8" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#me22c4e6fa0" x="388.8" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="text_3">
<!-- UV intensity ($\mu$W/$\mu$m$^2$) -->
<g style="fill: #262626" transform="translate(154.76 289.72)scale(0.14 -0.14)">
<g transform="translate(154.76 287.22) scale(0.14 -0.14)">
<defs>
<path id="STIXGeneral-Regular-55" d="M 4512 4237
L 4512 4115
......@@ -811,7 +811,7 @@ z
<use xlink:href="#STIXGeneral-Regular-2f" transform="translate(719.199799 0.409375)"/>
<use xlink:href="#STIXGeneral-Italic-3bc" transform="translate(746.999786 0.409375)"/>
<use xlink:href="#STIXGeneral-Regular-6d" transform="translate(799.599777 0.409375)"/>
<use xlink:href="#STIXGeneral-Regular-32" transform="translate(878.943046 35.684375)scale(0.7)"/>
<use xlink:href="#STIXGeneral-Regular-32" transform="translate(878.943046 35.684375) scale(0.7)"/>
<use xlink:href="#STIXGeneral-Regular-29" transform="translate(918.352411 0.409375)"/>
</g>
</g>
......@@ -820,20 +820,20 @@ z
<g id="ytick_1">
<g id="line2d_37">
<defs>
<path id="mb1f45476b6" d="M 0 0
L -6 0
" style="stroke: #262626; stroke-width: 0.8"/>
<path id="mf3c1070d02" d="M 0 0
L -3.5 0
" style="stroke: #000000; stroke-width: 0.8"/>
</defs>
<g>
<use xlink:href="#mb1f45476b6" x="54" y="157.132118" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
<use xlink:href="#mf3c1070d02" x="54" y="157.132118" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_4">
<!-- $\mathdefault{10^{0}}$ -->
<g style="fill: #262626" transform="translate(24.62 161.9129)scale(0.14 -0.14)">
<g transform="translate(27.12 161.9129) scale(0.14 -0.14)">
<use xlink:href="#STIXGeneral-Regular-31" transform="translate(0 0.684375)"/>
<use xlink:href="#STIXGeneral-Regular-30" transform="translate(49.999985 0.684375)"/>
<use xlink:href="#STIXGeneral-Regular-30" transform="translate(101.574969 36.684375)scale(0.7)"/>
<use xlink:href="#STIXGeneral-Regular-30" transform="translate(101.574969 36.684375) scale(0.7)"/>
</g>
</g>
</g>
......@@ -841,16 +841,16 @@ L -6 0
<g id="line2d_38">
<path d="M 54 252
L 388.8 252
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_39">
<defs>
<path id="m49da50041f" d="M 0 0
L -3 0
" style="stroke: #262626; stroke-width: 0.6"/>
<path id="mc83fbb5aef" d="M 0 0
L -2 0
" style="stroke: #000000; stroke-width: 0.6"/>
</defs>
<g>
<use xlink:href="#m49da50041f" x="54" y="252" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#mc83fbb5aef" x="54" y="252" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -858,11 +858,11 @@ L -3 0
<g id="line2d_40">
<path d="M 54 228.099969
L 388.8 228.099969
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_41">
<g>
<use xlink:href="#m49da50041f" x="54" y="228.099969" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#mc83fbb5aef" x="54" y="228.099969" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -870,11 +870,11 @@ L 388.8 228.099969
<g id="line2d_42">
<path d="M 54 211.142627
L 388.8 211.142627
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_43">
<g>
<use xlink:href="#m49da50041f" x="54" y="211.142627" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#mc83fbb5aef" x="54" y="211.142627" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -882,11 +882,11 @@ L 388.8 211.142627
<g id="line2d_44">
<path d="M 54 197.989491
L 388.8 197.989491
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_45">
<g>
<use xlink:href="#m49da50041f" x="54" y="197.989491" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#mc83fbb5aef" x="54" y="197.989491" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -894,11 +894,11 @@ L 388.8 197.989491
<g id="line2d_46">
<path d="M 54 187.242596
L 388.8 187.242596
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_47">
<g>
<use xlink:href="#m49da50041f" x="54" y="187.242596" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#mc83fbb5aef" x="54" y="187.242596" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -906,11 +906,11 @@ L 388.8 187.242596
<g id="line2d_48">
<path d="M 54 178.156226
L 388.8 178.156226
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_49">
<g>
<use xlink:href="#m49da50041f" x="54" y="178.156226" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#mc83fbb5aef" x="54" y="178.156226" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -918,11 +918,11 @@ L 388.8 178.156226
<g id="line2d_50">
<path d="M 54 170.285254
L 388.8 170.285254
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_51">
<g>
<use xlink:href="#m49da50041f" x="54" y="170.285254" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#mc83fbb5aef" x="54" y="170.285254" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -930,11 +930,11 @@ L 388.8 170.285254
<g id="line2d_52">
<path d="M 54 163.342565
L 388.8 163.342565
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_53">
<g>
<use xlink:href="#m49da50041f" x="54" y="163.342565" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#mc83fbb5aef" x="54" y="163.342565" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -942,11 +942,11 @@ L 388.8 163.342565
<g id="line2d_54">
<path d="M 54 116.274746
L 388.8 116.274746
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_55">
<g>
<use xlink:href="#m49da50041f" x="54" y="116.274746" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#mc83fbb5aef" x="54" y="116.274746" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -954,11 +954,11 @@ L 388.8 116.274746
<g id="line2d_56">
<path d="M 54 92.374715
L 388.8 92.374715
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_57">
<g>
<use xlink:href="#m49da50041f" x="54" y="92.374715" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#mc83fbb5aef" x="54" y="92.374715" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -966,11 +966,11 @@ L 388.8 92.374715
<g id="line2d_58">
<path d="M 54 75.417373
L 388.8 75.417373
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_59">
<g>
<use xlink:href="#m49da50041f" x="54" y="75.417373" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#mc83fbb5aef" x="54" y="75.417373" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -978,11 +978,11 @@ L 388.8 75.417373
<g id="line2d_60">
<path d="M 54 62.264237
L 388.8 62.264237
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_61">
<g>
<use xlink:href="#m49da50041f" x="54" y="62.264237" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#mc83fbb5aef" x="54" y="62.264237" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -990,11 +990,11 @@ L 388.8 62.264237
<g id="line2d_62">
<path d="M 54 51.517342
L 388.8 51.517342
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_63">
<g>
<use xlink:href="#m49da50041f" x="54" y="51.517342" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#mc83fbb5aef" x="54" y="51.517342" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -1002,11 +1002,11 @@ L 388.8 51.517342
<g id="line2d_64">
<path d="M 54 42.430972
L 388.8 42.430972
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_65">
<g>
<use xlink:href="#m49da50041f" x="54" y="42.430972" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#mc83fbb5aef" x="54" y="42.430972" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
......@@ -1014,17 +1014,17 @@ L 388.8 42.430972
<g id="line2d_66">
<path d="M 54 34.56
L 388.8 34.56
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #cccccc; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #b0b0b0; stroke-opacity: 0.2; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_67">
<g>
<use xlink:href="#m49da50041f" x="54" y="34.56" style="fill: #262626; stroke: #262626; stroke-width: 0.6"/>
<use xlink:href="#mc83fbb5aef" x="54" y="34.56" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="text_5">
<!-- $\tau$ [$\mu$s] -->
<g style="fill: #262626" transform="translate(17.581562 159.03)rotate(-90)scale(0.14 -0.14)">
<g transform="translate(20.081562 159.03) rotate(-90) scale(0.14 -0.14)">
<defs>
<path id="STIXGeneral-Italic-3c4" d="M 2726 2739
L 2592 2266
......@@ -1120,7 +1120,7 @@ L 336.590735 238.815309
L 354.625844 239.636666
L 360.12069 239.846836
L 360.12069 239.846836
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: square"/>
</g>
<g id="line2d_69">
<path d="M -1 77.116041
......@@ -1158,7 +1158,7 @@ L 333.366349 237.040256
L 348.101338 238.063053
L 360.12069 238.752525
L 360.12069 238.752525
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: square"/>
</g>
<g id="line2d_70">
<path d="M -1 53.277404
......@@ -1196,7 +1196,7 @@ L 342.022203 235.270426
L 355.101786 236.481441
L 360.12069 236.89126
L 360.12069 236.89126
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: square"/>
</g>
<g id="line2d_71">
<path d="M -1 30.460077
......@@ -1234,7 +1234,7 @@ L 346.498601 232.674745
L 358.33985 234.159729
L 360.12069 234.363702
L 360.12069 234.363702
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: square"/>
</g>
<g id="line2d_72">
<path d="M -1 10.028638
......@@ -1271,7 +1271,7 @@ L 348.626977 229.370824
L 359.236328 231.128678
L 360.12069 231.264982
L 360.12069 231.264982
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: square"/>
</g>
<g id="line2d_73">
<path d="M 6.930424 -1
......@@ -1305,7 +1305,7 @@ L 348.101338 225.150537
L 357.886964 227.245641
L 360.12069 227.691313
L 360.12069 227.691313
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: square"/>
</g>
<g id="line2d_74">
<path d="M 24.932363 -1
......@@ -1337,7 +1337,7 @@ L 350.688307 221.330887
L 359.680003 223.62973
L 360.12069 223.736702
L 360.12069 223.736702
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: square"/>
</g>
<g id="line2d_75">
<path d="M 40.964036 -1
......@@ -1367,7 +1367,7 @@ L 345.407879 214.93094
L 354.146414 217.717939
L 360.12069 219.488686
L 360.12069 219.488686
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: square"/>
</g>
<g id="line2d_76">
<path d="M 55.371205 -1
......@@ -1396,172 +1396,94 @@ L 350.688307 211.754451
L 359.236328 214.730856
L 360.12069 215.025418
L 360.12069 215.025418
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: round"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #000000; stroke-width: 0.5; stroke-linecap: square"/>
</g>
<g id="LineCollection_1">
<path d="M 78.074577 100.941576
<path d="M 78.074577 100.941577
L 78.074577 98.569602
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 104.608945 129.474967
L 104.608945 125.672857
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 149.969748 155.614391
L 149.969748 149.79238
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 172.763567 173.00466
L 172.763567 165.310306
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 200.56869 189.275601
L 200.56869 179.331635
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 221.864919 201.463607
L 221.864919 189.454394
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 240.691353 208.902775
L 240.691353 195.449891
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 271.619439 220.536775
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 271.619439 220.536776
L 271.619439 204.516146
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 296.140054 230.286366
L 296.140054 211.795057
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 315.69282 236.359577
L 315.69282 216.170433
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 330.727698 238.818099
L 330.727698 217.905331
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 342.082566 242.281691
L 342.082566 220.312947
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 349.98326 243.014604
L 349.98326 220.816852
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 355.869635 244.492306
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 355.869635 244.492307
L 355.869635 221.826851
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
</g>
<g id="line2d_77">
<defs>
<path id="m9782d4f57d" d="M 3 0
<path id="m50fb14276f" d="M 3 0
L -3 -0
" style="stroke: #3949ab"/>
</defs>
<g clip-path="url(#p87ef8453bf)">
<use xlink:href="#m9782d4f57d" x="78.074577" y="100.941576" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="104.608945" y="129.474967" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="149.969748" y="155.614391" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="172.763567" y="173.00466" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="200.56869" y="189.275601" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="221.864919" y="201.463607" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="240.691353" y="208.902775" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="271.619439" y="220.536775" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="296.140054" y="230.286366" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="315.69282" y="236.359577" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="330.727698" y="238.818099" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="342.082566" y="242.281691" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="349.98326" y="243.014604" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="355.869635" y="244.492306" style="fill: #3949ab; stroke: #3949ab"/>
<g clip-path="url(#p64b1d592be)">
<use xlink:href="#m50fb14276f" x="78.074577" y="100.941577" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="104.608945" y="129.474967" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="149.969748" y="155.614391" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="172.763567" y="173.00466" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="200.56869" y="189.275601" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="221.864919" y="201.463607" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="240.691353" y="208.902775" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="271.619439" y="220.536776" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="296.140054" y="230.286366" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="315.69282" y="236.359577" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="330.727698" y="238.818099" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="342.082566" y="242.281691" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="349.98326" y="243.014604" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="355.869635" y="244.492307" style="fill: #3949ab; stroke: #3949ab"/>
</g>
</g>
<g id="line2d_78">
<g clip-path="url(#p87ef8453bf)">
<use xlink:href="#m9782d4f57d" x="78.074577" y="98.569602" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="104.608945" y="125.672857" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="149.969748" y="149.79238" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="172.763567" y="165.310306" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="200.56869" y="179.331635" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="221.864919" y="189.454394" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="240.691353" y="195.449891" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="271.619439" y="204.516146" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="296.140054" y="211.795057" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="315.69282" y="216.170433" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="330.727698" y="217.905331" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="342.082566" y="220.312947" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="349.98326" y="220.816852" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="355.869635" y="221.826851" style="fill: #3949ab; stroke: #3949ab"/>
<g clip-path="url(#p64b1d592be)">
<use xlink:href="#m50fb14276f" x="78.074577" y="98.569602" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="104.608945" y="125.672857" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="149.969748" y="149.79238" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="172.763567" y="165.310306" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="200.56869" y="179.331635" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="221.864919" y="189.454394" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="240.691353" y="195.449891" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="271.619439" y="204.516146" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="296.140054" y="211.795057" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="315.69282" y="216.170433" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="330.727698" y="217.905331" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="342.082566" y="220.312947" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="349.98326" y="220.816852" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m50fb14276f" x="355.869635" y="221.826851" style="fill: #3949ab; stroke: #3949ab"/>
</g>
</g>
<g id="LineCollection_2">
<path clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 104.608945 104.902777
L 104.608945 102.369417
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 149.969748 67.323738
L 149.969748 65.97106
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 172.763567 95.403956
L 172.763567 93.240819
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 200.56869 128.975332
L 200.56869 125.204309
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 221.864919 150.338652
L 221.864919 144.993186
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 240.691353 159.558656
L 240.691353 153.354239
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 271.619439 185.170149
L 271.619439 175.845052
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 296.140054 199.631483
L 296.140054 187.95572
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 315.69282 208.738178
L 315.69282 195.318844
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 330.727698 216.5725
L 330.727698 201.471423
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 342.082566 220.445572
L 342.082566 204.446635
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 349.98326 222.181735
L 349.98326 205.765445
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
<path d="M 355.869635 223.930273
L 355.869635 207.084145
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke: #3949ab; stroke-width: 0.5"/>
</g>
<g id="line2d_79">
<g clip-path="url(#p87ef8453bf)">
<use xlink:href="#m9782d4f57d" x="80.271594" y="-1" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="104.608945" y="104.902777" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="149.969748" y="67.323738" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="172.763567" y="95.403956" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="200.56869" y="128.975332" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="221.864919" y="150.338652" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="240.691353" y="159.558656" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="271.619439" y="185.170149" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="296.140054" y="199.631483" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="315.69282" y="208.738178" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="330.727698" y="216.5725" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="342.082566" y="220.445572" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="349.98326" y="222.181735" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="355.869635" y="223.930273" style="fill: #3949ab; stroke: #3949ab"/>
</g>
</g>
<g id="line2d_80">
<g clip-path="url(#p87ef8453bf)">
<use xlink:href="#m9782d4f57d" x="80.398898" y="-1" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="104.608945" y="102.369417" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="149.969748" y="65.97106" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="172.763567" y="93.240819" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="200.56869" y="125.204309" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="221.864919" y="144.993186" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="240.691353" y="153.354239" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="271.619439" y="175.845052" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="296.140054" y="187.95572" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="315.69282" y="195.318844" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="330.727698" y="201.471423" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="342.082566" y="204.446635" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="349.98326" y="205.765445" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m9782d4f57d" x="355.869635" y="207.084145" style="fill: #3949ab; stroke: #3949ab"/>
</g>
</g>
<g id="line2d_81">
<path d="M 78.074577 99.743659
L 104.608945 127.543262
L 149.969748 152.631534
......@@ -1576,9 +1498,9 @@ L 330.727698 227.439094
L 342.082566 230.279718
L 349.98326 230.876924
L 355.869635 232.076808
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #3949ab; stroke-width: 0.5"/>
" clip-path="url(#p64b1d592be)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #3949ab; stroke-width: 0.5"/>
<defs>
<path id="m90e337699c" d="M 0 1.5
<path id="m3cf7117c1c" d="M 0 1.5
C 0.397805 1.5 0.77937 1.341951 1.06066 1.06066
C 1.341951 0.77937 1.5 0.397805 1.5 0
C 1.5 -0.397805 1.341951 -0.77937 1.06066 -1.06066
......@@ -1590,80 +1512,47 @@ C -0.77937 1.341951 -0.397805 1.5 0 1.5
z
" style="stroke: #3949ab"/>
</defs>
<g clip-path="url(#p87ef8453bf)">
<use xlink:href="#m90e337699c" x="78.074577" y="99.743659" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="104.608945" y="127.543262" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="149.969748" y="152.631534" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="172.763567" y="169.032024" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="200.56869" y="184.094173" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="221.864919" y="195.153688" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="240.691353" y="201.793372" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="271.619439" y="211.983845" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="296.140054" y="220.318561" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="315.69282" y="225.404825" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="330.727698" y="227.439094" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="342.082566" y="230.279718" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="349.98326" y="230.876924" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="355.869635" y="232.076808" style="fill: #3949ab; stroke: #3949ab"/>
</g>
</g>
<g id="line2d_82">
<path d="M 80.334971 -1
L 104.608945 103.622488
L 149.969748 66.643519
L 172.763567 94.312465
L 200.56869 127.059669
L 221.864919 147.605345
L 240.691353 156.374852
L 271.619439 180.323388
L 296.140054 193.504981
L 315.69282 201.647453
L 330.727698 208.539684
L 342.082566 211.904952
L 349.98326 213.403929
L 355.869635 214.907428
" clip-path="url(#p87ef8453bf)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #3949ab; stroke-width: 0.5"/>
<g clip-path="url(#p87ef8453bf)">
<use xlink:href="#m90e337699c" x="80.334971" y="-1" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="104.608945" y="103.622488" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="149.969748" y="66.643519" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="172.763567" y="94.312465" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="200.56869" y="127.059669" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="221.864919" y="147.605345" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="240.691353" y="156.374852" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="271.619439" y="180.323388" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="296.140054" y="193.504981" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="315.69282" y="201.647453" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="330.727698" y="208.539684" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="342.082566" y="211.904952" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="349.98326" y="213.403929" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m90e337699c" x="355.869635" y="214.907428" style="fill: #3949ab; stroke: #3949ab"/>
<g clip-path="url(#p64b1d592be)">
<use xlink:href="#m3cf7117c1c" x="78.074577" y="99.743659" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m3cf7117c1c" x="104.608945" y="127.543262" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m3cf7117c1c" x="149.969748" y="152.631534" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m3cf7117c1c" x="172.763567" y="169.032024" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m3cf7117c1c" x="200.56869" y="184.094173" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m3cf7117c1c" x="221.864919" y="195.153688" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m3cf7117c1c" x="240.691353" y="201.793372" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m3cf7117c1c" x="271.619439" y="211.983845" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m3cf7117c1c" x="296.140054" y="220.318561" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m3cf7117c1c" x="315.69282" y="225.404825" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m3cf7117c1c" x="330.727698" y="227.439094" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m3cf7117c1c" x="342.082566" y="230.279718" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m3cf7117c1c" x="349.98326" y="230.876924" style="fill: #3949ab; stroke: #3949ab"/>
<use xlink:href="#m3cf7117c1c" x="355.869635" y="232.076808" style="fill: #3949ab; stroke: #3949ab"/>
</g>
</g>
<g id="patch_3">
<path d="M 54 252
L 54 34.56
" style="fill: none; stroke: #262626; stroke-width: 1.25; stroke-linejoin: miter; stroke-linecap: square"/>
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
<g id="patch_4">
<path d="M 388.8 252
L 388.8 34.56
" style="fill: none; stroke: #262626; stroke-width: 1.25; stroke-linejoin: miter; stroke-linecap: square"/>
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
<g id="patch_5">
<path d="M 54 252
L 388.8 252
" style="fill: none; stroke: #262626; stroke-width: 1.25; stroke-linejoin: miter; stroke-linecap: square"/>
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
<g id="patch_6">
<path d="M 54 34.56
L 388.8 34.56
" style="fill: none; stroke: #262626; stroke-width: 1.25; stroke-linejoin: miter; stroke-linecap: square"/>
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
</g>
</g>
<defs>
<clipPath id="p87ef8453bf">
<clipPath id="p64b1d592be">
<rect x="54" y="34.56" width="334.8" height="217.44"/>
</clipPath>
</defs>
......
......@@ -10,7 +10,7 @@ import scipy.stats as sts
import seaborn as sns
os.chdir('/home/nico/Documents/artiq_experiments/analisis/plots/20221017_IonStatistics')
#os.chdir('/home/nico/Documents/artiq_experiments/analisis/plots/20221017_IonStatistics')
plt.rcParams.update({
"font.family": "STIXGeneral"
......@@ -79,6 +79,10 @@ for i, fname in enumerate(Stat_files[3:6]):
#%%
"""
TESIS
"""
import matplotlib
import seaborn as sns
......@@ -113,26 +117,32 @@ bins3 = np.arange(30,100,1)
FIGURA ESTADISTICA POISSON
"""
plt.figure(figsize = (3.8,2.8))
plt.hist(Stat_Heigths[0], bins=bins1, histtype='step',density = True,color = color1, alpha = 0.6)#,label = 'BG')
plt.hist(Stat_Heigths[1], bins=bins2, histtype='step',density = True,color = color2, alpha = 0.6)#,label = 'UV laser')
plt.hist(Stat_Heigths[2], bins=bins3, histtype='step',density = True,color = color3, alpha = 0.6)#,label = 'Ion')
fig,ax=plt.subplots(1,2,gridspec_kw={'width_ratios': [1, 1]},figsize=(6.5,3.))
#plt.figure(figsize = (9,3.5))
ax[1].hist(Stat_Heigths[0], bins=bins1, histtype='step',density = True,color = color1,linewidth=2, alpha = 0.6)#,label = 'BG')
ax[1].hist(Stat_Heigths[1], bins=bins2, histtype='step',density = True,color = color2,linewidth=2, alpha = 0.6)#,label = 'UV laser')
ax[1].hist(Stat_Heigths[2], bins=bins3, histtype='step',density = True,color = color3,linewidth=2, alpha = 0.6)#,label = 'Ion')
poisson1= sts.poisson.pmf(bins1,np.mean(Stat_Heigths[0]))
poisson2= sts.poisson.pmf(bins2,np.mean(Stat_Heigths[1]))
poisson3= sts.poisson.pmf(bins3,np.mean(Stat_Heigths[2]))
plt.plot(bins2+0.5,poisson2,color = color2,label = 'Background')
plt.plot(bins3+0.5,poisson3,color = color3,label = 'UV laser')
plt.plot(bins1+0.5,poisson1,color = color1,label = 'Ion')
plt.legend(loc=(0.15,0.65), prop={'size': 11})
plt.grid()
plt.tight_layout()
plt.xticks([0, 100, 200, 300], fontname='STIXGeneral')
plt.yticks([0,0.02, 0.04, 0.06, 0.08], fontname='STIXGeneral')
plt.xlabel('Counts', fontname='STIXGeneral')
plt.ylabel('Event frequency', fontname='STIXGeneral')
ax[1].plot(bins2+0.5,poisson2,color = color2,label = 'Señal de fondo',linewidth=1.5)
ax[1].plot(bins3+0.5,poisson3,color = color3,label = 'Láser UV',linewidth=1.5)
ax[1].plot(bins1+0.5,poisson1,color = color1,label = 'Ion',linewidth=1.5)
ax[1].legend(loc='upper right', prop={'size': 10})
ax[1].grid()
ax[1].set_xticks([0, 100, 200, 300])
ax[1].set_xticklabels([0, 100, 200, 300], fontsize=10,fontname='STIXGeneral')
ax[1].set_yticks([0,0.02, 0.04, 0.06, 0.08])
ax[1].set_yticklabels([0,0.02, 0.04, 0.06, 0.08], fontsize=10,fontname='STIXGeneral')
ax[1].set_xlabel('Cuentas', fontsize=10, fontname='STIXGeneral')
ax[1].set_ylabel('Frecuencia de eventos', fontsize=10, fontname='STIXGeneral')
#plt.savefig('C:/Users/nicon/Nextcloud/Nico/Doctorado/Tesis/Tesis_doctorado/Chapters/figures/Cap5_poisson.pdf')
#poissoneidad = np.var(Stat_Heigths)/np.mean(Stat_Heigths)
#plt.title('Varianza/media = {:.4f}'.format(poissoneidad))
......@@ -140,39 +150,29 @@ plt.ylabel('Event frequency', fontname='STIXGeneral')
name='fig01a'
#plt.savefig('/home/nico/Nextcloud/G_liaf/Publicaciones/Papers/2022 Transient Phenomena JOSA B/Figures/'+name+'.pdf')
#plt.savefig('/home/nico/Nextcloud/G_liaf/Publicaciones/Papers/2022 Transient Phenomena JOSA B/Figures/'+name+'.svg')
#%%
import matplotlib
matplotlib.rcParams['mathtext.fontset'] = 'stix'
matplotlib.rcParams['font.family'] = 'STIXGeneral'
plt.style.use('seaborn-bright')
plt.rcParams.update({
"text.usetex": False,
})
"""
FIGURA BACKGROUND, ENCENDIDO AOM Y ENCENDIDO ION
"""
plt.figure(figsize=(4.5,3))
plt.plot([s*1e6 for s in OnOff_Bins[1][:-1]],OnOff_Heights[1], color=color2)
plt.plot([s*1e6 for s in OnOff_Bins[0][:-1]],[(OnOff_Heights[0][j]-OnOff_Heights[1][j])*3.13+OnOff_Heights[1][j] for j in range(len(OnOff_Heights[0]))], color=color3)
plt.plot([s*1e6 for s in OnOff_Bins[2][:-1]],OnOff_Heights[2], color=color1)
plt.xlim(0,1)
plt.grid()
plt.xlabel(r'Time ($\mu$s)', fontname='STIXGeneral')
plt.ylabel(r'Counts /10$~\mu$s', fontname='STIXGeneral')
plt.xticks([0,0.2, 0.4, 0.6, 0.8, 1], fontname='STIXGeneral')
plt.yticks([0,5000, 10000], fontname='STIXGeneral')
#plt.figure(figsize=(4.5,3))
ax[0].plot([s*1e6 for s in OnOff_Bins[1][:-1]],OnOff_Heights[1], color=color2,linewidth=3)
ax[0].plot([s*1e6 for s in OnOff_Bins[0][:-1]],[(OnOff_Heights[0][j]-OnOff_Heights[1][j])*3.13+OnOff_Heights[1][j] for j in range(len(OnOff_Heights[0]))], color=color3,linewidth=3)
ax[0].plot([s*1e6 for s in OnOff_Bins[2][:-1]],OnOff_Heights[2], color=color1,linewidth=3)
ax[0].set_xlim(0,1)
ax[0].grid()
ax[0].set_xlabel(r'Tiempo ($\mu$s)', fontname='STIXGeneral', fontsize=10)
ax[0].set_ylabel(r'Cuentas /10$~\mu$s', fontname='STIXGeneral', fontsize=10)
ax[0].set_xticks([0,0.2, 0.4, 0.6, 0.8, 1])
ax[0].set_yticks([0,5000, 10000])
ax[0].set_xticklabels([0,0.2, 0.4, 0.6, 0.8, 1], fontname='STIXGeneral', fontsize=10)
ax[0].set_yticklabels([0,5000, 10000], fontname='STIXGeneral', fontsize=10)
plt.tight_layout()
name='fig01b'
plt.savefig('C:/Users/nicon/Nextcloud/Nico/Doctorado/Tesis/Tesis_doctorado/Chapters/figures/Cap5_statistics.pdf')
#plt.savefig('/home/nico/Nextcloud/G_liaf/Publicaciones/Papers/2022 Transient Phenomena JOSA B/Figures/'+name+'.pdf')
#plt.savefig('/home/nico/Nextcloud/G_liaf/Publicaciones/Papers/2022 Transient Phenomena JOSA B/Figures/'+name+'_dump.svg')
......
......@@ -23,15 +23,15 @@ for det in detuning_lines:
for cambio in [0]: # esto es para shiftear la potencia medida
potencias = dataREAL.Pow - cambio
for rad in [85.7]: # esto evalua con distintos radios
ax2.errorbar([p/(np.pi*(rad**2)) for p in UVpotVec], Taus, yerr=np.mean(1e6*errsSIM.stdval.values),
ax2.errorbar([p/(np.pi*(rad**2)) for p in UVpotVec], Taus[:-1], yerr=np.mean(1e6*errsSIM.stdval.values),
fmt='.--', ms=6, lw=.5, \
color="#3949ab",
capsize=3)
ax2.errorbar([p/(np.pi*(rad**2)) for p in UVpotVec], Taus_v2, yerr=np.mean(1e6*errsSIM.stdval.values),
fmt='.--', ms=6, lw=.5, \
color="#3949ab",
capsize=3)
# ax2.errorbar([p/(np.pi*(rad**2)) for p in UVpotVec], Taus_v2[:-1], yerr=np.mean(1e6*errsSIM.stdval.values),
# fmt='.--', ms=6, lw=.5, \
# color="#3949ab",
# capsize=3)
# ax2.errorbar(potencias/(np.pi*(rad**2)), dataREAL.Tau*1e6, \
......
......@@ -7,7 +7,7 @@ import ast
from scipy.optimize import curve_fit
import os
os.chdir('/home/nico/Documents/artiq_experiments/analisis/plots/20221024_BranchingFractionMeasurement')
#os.chdir('/home/nico/Documents/artiq_experiments/analisis/plots/20221024_BranchingFractionMeasurement')
Long_files = ['DP_long', 'SP_long']
Calib_files = ['Fondo_IR_50M', 'Fondo_UV_50M']
......@@ -183,6 +183,10 @@ plt.plot(Long_Bins[1][:-1], SP_corrected)
plt.plot(Long_Bins[0][:-1], DP_corrected)
#%%
"""
TESIS
"""
"""
Figura branching
"""
......@@ -212,24 +216,24 @@ bins2 = np.arange(0,50,1)
bins3 = np.arange(30,100,1)
plt.figure(figsize = (3.8,3))
plt.figure(figsize = (4.5,3.5))
plt.plot([1e6*b-0.18 for b in Long_Bins[1][:-1]], SP_corrected, color=(0,0,128/255, 1),linewidth=2.5,label='SP transition')
plt.plot([1e6*b+0.09 for b in Long_Bins[0][:-1]], DP_corrected, color=(212/255,0,0, 1),linewidth=2.5,label='DP transition')
plt.plot([1e6*b-0.18 for b in Long_Bins[1][:-1]], SP_corrected, color=(0,0,128/255, 1),linewidth=2.5,label='Transición SP')
plt.plot([1e6*b+0.09 for b in Long_Bins[0][:-1]], DP_corrected, color=(212/255,0,0, 1),linewidth=2.5,label='Transición DP')
#plt.hist(Stat_Heigths[0], bins=bins1, histtype='step',density = True,color = color1, alpha = 0.6)#,label = 'BG')
#plt.hist(Stat_Heigths[1], bins=bins2, histtype='step',density = True,color = color2, alpha = 0.6)#,label = 'UV laser')
#plt.hist(Stat_Heigths[2], bins=bins3, histtype='step',density = True,color = color3, alpha = 0.6)#,label = 'Ion')
#plt.legend(loc=(0.15,0.65), prop={'size': 11})
plt.legend()
plt.legend(loc='upper right', prop={'family':'STIXgeneral','size': 10})
#plt.legend()
plt.grid()
plt.tight_layout()
plt.xlim(-0.3, 2)
plt.xticks([0, 1, 2], fontname='STIXGeneral')
plt.yticks([0,5000, 10000, 15000], fontname='STIXGeneral')
plt.xlabel('Time (us)', fontname='STIXGeneral')
plt.ylabel('Counts', fontname='STIXGeneral')
plt.xticks([0, 0.5, 1, 1.5, 2],fontsize=10, fontname='STIXGeneral')
plt.yticks([0,5000, 10000, 15000],fontsize=10, fontname='STIXGeneral')
plt.xlabel(r'Tiempo ($\mu$s)', fontsize=10,fontname='STIXGeneral')
plt.ylabel('Cuentas', fontsize=10, fontname='STIXGeneral')
#poissoneidad = np.var(Stat_Heigths)/np.mean(Stat_Heigths)
#plt.title('Varianza/media = {:.4f}'.format(poissoneidad))
......@@ -237,8 +241,10 @@ plt.ylabel('Counts', fontname='STIXGeneral')
name='fig02a'
plt.savefig('/home/nico/Nextcloud/G_liaf/Publicaciones/Papers/2022 Transient Phenomena JOSA B/Figures/'+name+'.pdf')
plt.savefig('/home/nico/Nextcloud/G_liaf/Publicaciones/Papers/2022 Transient Phenomena JOSA B/Figures/'+name+'.svg')
plt.savefig('C:/Users/nicon/Nextcloud/Nico/Doctorado/Tesis/Tesis_doctorado/Chapters/figures/Cap5_SP_DP.pdf')
#plt.savefig('/home/nico/Nextcloud/G_liaf/Publicaciones/Papers/2022 Transient Phenomena JOSA B/Figures/'+name+'.pdf')
#plt.savefig('/home/nico/Nextcloud/G_liaf/Publicaciones/Papers/2022 Transient Phenomena JOSA B/Figures/'+name+'.svg')
#%%
......
......@@ -7,7 +7,7 @@ import ast
from scipy.optimize import curve_fit
import os
os.chdir('/home/nico/Documents/artiq_experiments/analisis/plots/20230523_transitorioshighpower/')
#os.chdir('/home/nico/Documents/artiq_experiments/analisis/plots/20230523_transitorioshighpower/')
# Solo levanto algunos experimentos
SP_files = [12221, 12222, 12223, 12224]
......
# -*- coding: utf-8 -*-
"""
Created on Wed Oct 4 12:24:54 2023
@author: nicon
"""
import numpy as np
import matplotlib.pyplot as plt
def RDE(r,l,v):
return 2*l*v/r
def OAM(r,w,amp):
width=2/(amp*np.sqrt(2*np.pi))
return amp*np.exp(-((r-w)**2)/(2*width**2))
r=np.arange(0,3,0.001)
w1 = 1
amp1 = 2*np.pi/w1
w2 = 1.5
amp2=2*np.pi/w2
plt.figure()
plt.plot(r,1*OAM(r,w1,amp1))
plt.plot(r,1*OAM(r,w2,amp2))
#%%
plt.figure()
plt.plot(r,OAM(r,w1,amp1)/RDE(r,2,2))
plt.plot(r,OAM(r,w2,amp2)/RDE(r,2,2))
#%%
plt.figure()
plt.plot(r/w1,(OAM(r,w1,amp1)/RDE(r,2,2)))
plt.plot(r/w2,(OAM(r,w2,amp2)/RDE(r,2,2)))
#%%
from math import factorial as fac
def LGbeam(r,l,w,P):
E = np.sqrt(4*P/(w**2))
return E*np.sqrt(2/(np.pi*(fac(np.abs(l)))))*(1/1)*(((np.sqrt(2)*r)/(w))**np.abs(l))*np.exp(-((r**2)/(w**2)))
def RDE(r,l,v,w):
#return 2*l*v*(1/r)
return 2*l*v*(r**2.21) #con una exponencial se chotea
#return 2*l*v
r = np.arange(0.01,200,0.01)
w1 = 40
w2 = 80
P = 1e50
l=2
vel = 1e1
# plt.figure()
# plt.plot(r,(LGbeam(r,l,w1,P))**2)
# plt.plot(r,(LGbeam(r,l,w2,P))**2)
# plt.title('Intensity of two LG beams with different waists')
# plt.figure()
# plt.plot(r,((LGbeam(r,l,w1,P))**2)/RDE(r,l,vel,w1))
# plt.plot(r,((LGbeam(r,l,w2,P))**2)/RDE(r,l,vel,w2))
# plt.title('Ratio between the LG intensity and the RDE term')
LG1 = (((LGbeam(r,l,w1,P))**2)/RDE(r,l,vel,w1))
LG2 = (((LGbeam(r,l,w2,P))**2)/RDE(r,l,vel,w2))
fact = (np.max(LG1)/np.max(LG2))
plt.figure()
plt.plot(r/w1,LG1)
plt.plot(r/w2,LG2*fact)
plt.title('Scaled ratio between LG and RDE, x axis scaled with LG waist')
#%%
def ShiftFull(r,l,vz,vr,vphi,w,wl,z):
k = 2*np.pi/wl
zr = 0.5*k*w*w
deltaz = (k + (k*r*r/(2*(z*z +zr*zr))*((2*z*z)/(z*z + zr*zr) - 1) - (l+1)*zr/(z*z+zr*zr)))*vz
deltar = (k*r*z/(z*z+zr*zr))*vr
deltaphi = (l/r)*vphi
return deltaz+deltar+deltaphi
r = np.arange(0.0001,200,0.01)
w1 = 40
w2 = 60
wl = 0.866
z=1
P = 1e15
l=2
velz = 1e10*0
velr = 1e10*0
velphi = 1e10
# plt.figure()
# plt.plot(r,(LGbeam(r,2,w1,1))**2)
# plt.plot(r,(LGbeam(r,2,w2,1))**2)
# plt.title('Intensity of two LG beams with different waists')
# plt.figure()
# plt.plot(r,((LGbeam(r,2,w1,1))**2)/RDE(r,2,2))
# plt.plot(r,((LGbeam(r,2,w2,1))**2)/RDE(r,2,2))
# plt.title('Ratio between the LG intensity and the RDE term')
LG1 = (((LGbeam(r,l,w1,P))**2)/ShiftFull(r,2,velz,velr,velphi,w1,wl,z))
LG2 = (((LGbeam(r,l,w2,P))**2)/ShiftFull(r,2,velz,velr,velphi,w2,wl,z))
fact = (np.max(LG1)/np.max(LG2))
plt.figure()
plt.plot(r/w1,LG1)
plt.plot(r/w2,LG2*fact)
plt.title('Scaled ratio between LG and RDE, x axis scaled with LG waist')
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