diff --git a/flux/nn_prior/two_link_sys.jl b/flux/nn_prior/two_link_sys.jl index 01646778a673974eb0e50aa1b64ac8b8be389095..6c1b8f5dd5d1d6c19d765bcd390f4d899f3b0363 100644 --- a/flux/nn_prior/two_link_sys.jl +++ b/flux/nn_prior/two_link_sys.jl @@ -15,7 +15,7 @@ Parameters.@with_kw struct TwoLinkSys <: AbstractSystem end -function generate_data(sys::TwoLinkSys, systype, seed, validation=false) +function generate_data(sys::TwoLinkSys, systype, seed, validation=false; ufun=u->filt(ones(50),[50], 10u')') Parameters.@unpack N, n, ns, h, σ0, sind, uind, s1ind = sys srand(seed) @@ -23,7 +23,7 @@ function generate_data(sys::TwoLinkSys, systype, seed, validation=false) done = false local x,u while !done - u = filt(ones(50),[50], 10randn(N+2,n))' + u = ufun(randn(n,N+2)) t = h:h:N*h+h x0 = [-0.4,0,0,0] prob = OrdinaryDiffEq.ODEProblem((t,x)->time_derivative(x, u[:,ceil(Int,t/h)]),x0,(t[[1,end]]...)) @@ -41,8 +41,7 @@ function generate_data(sys::TwoLinkSys, systype, seed, validation=false) end function true_jacobian(sys::TwoLinkSys, evalpoint, x, u) - Jtrue = ForwardDiff.jacobian(x->time_derivative(x, u[:,evalpoint]), x[:,evalpoint])[:,1:4] - Jtrue = [Jtrue ForwardDiff.jacobian(u->time_derivative(x[:,evalpoint], u), u[:,evalpoint])] + Jtrue = ReverseDiff.jacobian(x->time_derivative(x, u[:,evalpoint]), x[:,evalpoint])[:,1:4] + Jtrue = [Jtrue ReverseDiff.jacobian(u->time_derivative(x[:,evalpoint], u), u[:,evalpoint])] Jtrue = expm([sys.h*Jtrue;zeros(2,6)])[1:4,:] # Discretize - # Jtrue .-= [I zeros(4,2)] # Compensate for prediction of difference end diff --git a/flux/nn_prior/utilities.jl b/flux/nn_prior/utilities.jl index cb3bb20676ae8e26d492ae630543477bc0b714d8..b6b6100f5108c47726a0281e598152e4d95fc399 100644 --- a/flux/nn_prior/utilities.jl +++ b/flux/nn_prior/utilities.jl @@ -293,37 +293,7 @@ end get_res(res,n) = getindex.(res,n) -function savefig2(filename, opts=[]) - fig = current() - layout = size(fig.layout.grid) - pgffig = fig.o - pattern = "axis background/.style={fill={rgb,1:red,1.00000000;green,1.00000000;blue,1.00000000}}" - foreach(f->(f.width="\\figurewidth"), pgffig) - foreach(f->(f.height="\\figureheight"), pgffig) - subfig = product(0:layout[2]-1, 0:layout[1]-1) - for (f,sf) in zip(pgffig, subfig) - for (i,ss) in enumerate(f.style) - if !isempty(opts) && ss ∈ keys(opts) - f.style[i] = opts[ss] - end - if contains(ss, pattern) - f.style[i] = "xshift=$(1.05*sf[1])\\figurewidth, yshift=$(1.05*sf[2])\\figureheight"#replace(f.style[i], pattern, "") - else - f.style[i] *= "\n" - end - end - end - PGFPlots.save(filename, pgffig, include_preamble=false) - temppath, temp = mktemp() - for line in readlines(filename, chomp=true) - # println(line) - line = replace(line, "{unbounded coords", "unbounded coords",1) - line = replace(line, "\\figureheight}, ymin", "\\figureheight, ymin",1) - println(temp, line) - end - close(temp) - mv(temppath, filename, remove_destination=true) -end + try foreach(treelike, [SystemD, DiffSystemD, VelSystemD, System, DiffSystem, VelSystem]) diff --git a/jump_lin_id/figs/ilc.tex b/jump_lin_id/figs/ilc.tex index 5107fde33e992dbbeecd8e9625bfe4a78c457544..a2da6817fe4266c8f3c064fc018c5dbb9b1cd0c1 100644 --- a/jump_lin_id/figs/ilc.tex +++ b/jump_lin_id/figs/ilc.tex @@ -6,8 +6,8 @@ \definecolor{color2}{rgb}{0.242224297852199,0.64327509315763,0.304448651534115} \begin{axis}[ -title={Median cost over 20 iterations}, -xlabel={Iteration}, +title={Median over 20 Monte-Carlo runs}, +xlabel={Learning iteration}, ylabel={Cost}, xmin=1, xmax=14, ymin=1995.4298956103, ymax=10000, diff --git a/jump_lin_id/figs/robot_train.tex b/jump_lin_id/figs/robot_train.tex new file mode 100644 index 0000000000000000000000000000000000000000..e68d7bcf722fe831b88bf9b30891df0bbf500f75 --- /dev/null +++ b/jump_lin_id/figs/robot_train.tex @@ -0,0 +1,2840 @@ +\begin{tikzpicture}[] +\begin{axis}[height = {\figureheight}, ylabel = {}, title = {$q_1$}, xmin = {1.0}, xmax = {200.0}, ymax = {0.238105426583605}, xlabel = {}, unbounded coords=jump +, scaled x ticks = false +, xticklabel style={rotate = 0} +, xmajorgrids = false +, xtick = {50.0,100.0,150.0,200.0} +, xticklabels = {50,100,150,200} +, xtick align = inside +, axis lines* = left +, scaled y ticks = false +, yticklabel style={rotate = 0} +, ymajorgrids = false +, ytick = {-1.2000000000000002,-0.9000000000000001,-0.6000000000000001,-0.30000000000000004,0.0} +, yticklabels = {-1.2,-0.9,-0.6,-0.3,0.0} +, ytick align = inside +, axis lines* = left +, xshift=0.0\figurewidth, yshift=0.0\figureheight, legend style={at={(1.2,-0.2)}, anchor=north, legend columns=4}, ymin = {-1.3180282010216717}, width = {\figurewidth}]\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, +draw opacity=1.0, +line width=4, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176784196541556) +(3.0, -1.3171182504875456) +(4.0, -1.316336969672881) +(5.0, -1.3153745518558382) +(6.0, -1.314258316384432) +(7.0, -1.3129757106615139) +(8.0, -1.311507760675222) +(9.0, -1.3098445759600563) +(10.0, -1.3079879884473282) +(11.0, -1.3059922568932174) +(12.0, -1.3038177076875237) +(13.0, -1.301408272697874) +(14.0, -1.2987638967211939) +(15.0, -1.2959382439833802) +(16.0, -1.292936759445244) +(17.0, -1.2897611731502738) +(18.0, -1.286474039117538) +(19.0, -1.2830481946987233) +(20.0, -1.2794454954299834) +(21.0, -1.2756398899782848) +(22.0, -1.2716371733666425) +(23.0, -1.2674471861639502) +(24.0, -1.2630132963796785) +(25.0, -1.2583117048473653) +(26.0, -1.253411722654304) +(27.0, -1.248308751151591) +(28.0, -1.242987246579973) +(29.0, -1.2374928473608644) +(30.0, -1.2318083804950188) +(31.0, -1.225910398983287) +(32.0, -1.2197721882972348) +(33.0, -1.2133871611806468) +(34.0, -1.2067906439408385) +(35.0, -1.1999757856509865) +(36.0, -1.1928956336225782) +(37.0, -1.1855281112442615) +(38.0, -1.1778865465372355) +(39.0, -1.1700025790218342) +(40.0, -1.1618853219683756) +(41.0, -1.1535196783138295) +(42.0, -1.1449061065908874) +(43.0, -1.1360491300517697) +(44.0, -1.1268937724505115) +(45.0, -1.1174065328773821) +(46.0, -1.1075722208737835) +(47.0, -1.0973747221572134) +(48.0, -1.0868890230520816) +(49.0, -1.0761339798975231) +(50.0, -1.0650748193859139) +(51.0, -1.0537036541560634) +(52.0, -1.0420442535763295) +(53.0, -1.0301200253980842) +(54.0, -1.0179080518274115) +(55.0, -1.0053712676490782) +(56.0, -0.9925148185419838) +(57.0, -0.9793776961010187) +(58.0, -0.965949055978388) +(59.0, -0.9521863241255438) +(60.0, -0.9381226504795762) +(61.0, -0.9237869522464031) +(62.0, -0.9091609603542228) +(63.0, -0.894262453153237) +(64.0, -0.8790923899010128) +(65.0, -0.8636490378471328) +(66.0, -0.8479277195913555) +(67.0, -0.831975531316278) +(68.0, -0.8158861862474861) +(69.0, -0.7997166428788818) +(70.0, -0.7835230996940091) +(71.0, -0.7673580753934636) +(72.0, -0.7511971062617094) +(73.0, -0.7350219585786539) +(74.0, -0.7188799452624437) +(75.0, -0.7027873874765762) +(76.0, -0.686734321130921) +(77.0, -0.6707292046506053) +(78.0, -0.6548034190101454) +(79.0, -0.6389101981660779) +(80.0, -0.6230379304674062) +(81.0, -0.6071713173218439) +(82.0, -0.5913572698341603) +(83.0, -0.5756905634194305) +(84.0, -0.5601469919281858) +(85.0, -0.5447155439944612) +(86.0, -0.5293460556606717) +(87.0, -0.5140753847835526) +(88.0, -0.4989228959803466) +(89.0, -0.48387945411804684) +(90.0, -0.46898998092170374) +(91.0, -0.4542296909508788) +(92.0, -0.4395813542387532) +(93.0, -0.42506258251376816) +(94.0, -0.41068836993356606) +(95.0, -0.39644051934195407) +(96.0, -0.38228603227890284) +(97.0, -0.36822759203435473) +(98.0, -0.35429465520058356) +(99.0, -0.3404921990856019) +(100.0, -0.3268255705496058) +(101.0, -0.31329832221528725) +(102.0, -0.2998747624826506) +(103.0, -0.2865102913158403) +(104.0, -0.2732347499340849) +(105.0, -0.2600997747739509) +(106.0, -0.24709516259699496) +(107.0, -0.23419658962388498) +(108.0, -0.22143574412682018) +(109.0, -0.20878933556376741) +(110.0, -0.19626498014161065) +(111.0, -0.18389652221340794) +(112.0, -0.17168904572365482) +(113.0, -0.15963564552906206) +(114.0, -0.14766980344528757) +(115.0, -0.13577627964229702) +(116.0, -0.12402494193508816) +(117.0, -0.1124229200836833) +(118.0, -0.1009178165797746) +(119.0, -0.08956909075606609) +(120.0, -0.07834544879835392) +(121.0, -0.06715072079323968) +(122.0, -0.05601585284855978) +(123.0, -0.0449664809990383) +(124.0, -0.034034479249101086) +(125.0, -0.02325405760361358) +(126.0, -0.012548843343281796) +(127.0, -0.0019257894215680034) +(128.0, 0.008553591826994328) +(129.0, 0.01889376930076256) +(130.0, 0.029106266857263297) +(131.0, 0.03922059519560227) +(132.0, 0.049250872515135366) +(133.0, 0.05847143374042462) +(134.0, 0.06420020408969992) +(135.0, 0.06960099465305888) +(136.0, 0.07481212095537962) +(137.0, 0.07997125059739767) +(138.0, 0.08511095259396241) +(139.0, 0.08999928340996208) +(140.0, 0.09432793482633388) +(141.0, 0.09863743668899815) +(142.0, 0.10291634015835295) +(143.0, 0.10716036528897514) +(144.0, 0.11140170652215697) +(145.0, 0.11564888355602213) +(146.0, 0.1198610742491632) +(147.0, 0.12398641137324105) +(148.0, 0.12808935162522206) +(149.0, 0.13222122639710066) +(150.0, 0.13632514460558812) +(151.0, 0.14037124083493133) +(152.0, 0.1443484171056162) +(153.0, 0.14824519367478048) +(154.0, 0.15211741075907922) +(155.0, 0.15596268295742902) +(156.0, 0.15975337587597932) +(157.0, 0.1635045508103862) +(158.0, 0.16721218647118086) +(159.0, 0.1708270228776413) +(160.0, 0.17433123384375285) +(161.0, 0.17778422986159714) +(162.0, 0.18116718652150232) +(163.0, 0.1844462052020742) +(164.0, 0.18764858459981412) +(165.0, 0.1907990710485714) +(166.0, 0.19389298386194845) +(167.0, 0.1969116601479438) +(168.0, 0.1998820701082046) +(169.0, 0.20278913672480528) +(170.0, 0.20560513668849018) +(171.0, 0.20835455860560265) +(172.0, 0.2110265479591577) +(173.0, 0.21356818673154462) +(174.0, 0.21598396127178934) +(175.0, 0.21827649510137215) +(176.0, 0.2204825462573681) +(177.0, 0.22258127347438744) +(178.0, 0.22452892183178996) +(179.0, 0.22639634110754525) +(180.0, 0.22799197535668805) +(181.0, 0.2291864458120642) +(182.0, 0.23009021841452174) +(183.0, 0.23097874469517954) +(184.0, 0.2318192642487814) +(185.0, 0.23260333394163682) +(186.0, 0.23333053549315136) +(187.0, 0.23400793200629394) +(188.0, 0.2346378162382358) +(189.0, 0.23522747428354002) +(190.0, 0.23575131409170566) +(191.0, 0.23618715031986287) +(192.0, 0.23655113303607647) +(193.0, 0.23683340861337399) +(194.0, 0.23706643213562717) +(195.0, 0.23728073120651877) +(196.0, 0.23746409331625967) +(197.0, 0.23762584193662714) +(198.0, 0.23780573928895174) +(199.0, 0.2379687109228208) +(200.0, 0.23810542453429454) +}; +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,1;green,0;blue,0}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(62.0, -1.3180282010216717) +(62.0, 0.23810542453429454) +(62.0, NaN) +}; +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0;green,0;blue,1}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(133.0, -1.3180282010216717) +(133.0, 0.23810542453429454) +(133.0, NaN) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,1;green,0;blue,0}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176784117319043) +(3.0, -1.3171182299723037) +(4.0, -1.3163369519335197) +(5.0, -1.3153745362481288) +(6.0, -1.3142583010775892) +(7.0, -1.3129756930563643) +(8.0, -1.3115077430655058) +(9.0, -1.3098445577780318) +(10.0, -1.3079879747477234) +(11.0, -1.3059922423933492) +(12.0, -1.3038176855513974) +(13.0, -1.3014082524235193) +(14.0, -1.2987638807279964) +(15.0, -1.295938228174549) +(16.0, -1.2929367431867183) +(17.0, -1.2897611630674346) +(18.0, -1.286474025481672) +(19.0, -1.2830481782671688) +(20.0, -1.2794454773228419) +(21.0, -1.2756398721946784) +(22.0, -1.2716371561637334) +(23.0, -1.2674471655196053) +(24.0, -1.2630132731584227) +(25.0, -1.2583116873708524) +(26.0, -1.2534117047146802) +(27.0, -1.2483087304902367) +(28.0, -1.2429872324289568) +(29.0, -1.2374928294194338) +(30.0, -1.231808360192598) +(31.0, -1.2259103799220814) +(32.0, -1.2197721657627238) +(33.0, -1.2133871445927964) +(34.0, -1.206790622848143) +(35.0, -1.199975762880976) +(36.0, -1.192895609826227) +(37.0, -1.1855280890899678) +(38.0, -1.1778865258995008) +(39.0, -1.1700025581631541) +(40.0, -1.1618852995841227) +(41.0, -1.1535196584046148) +(42.0, -1.1449060848286015) +(43.0, -1.1360491059821343) +(44.0, -1.1268937460031756) +(45.0, -1.1174065085128932) +(46.0, -1.107572192937209) +(47.0, -1.097374700724391) +(48.0, -1.0868890015911536) +(49.0, -1.0761339529170721) +(50.0, -1.0650747974973926) +(51.0, -1.0537036322137265) +(52.0, -1.04204423440329) +(53.0, -1.0301200009750233) +(54.0, -1.0179080285353288) +(55.0, -1.0053712455030575) +(56.0, -0.9925147991830423) +(57.0, -0.9793776739940064) +(58.0, -0.9659490313324898) +(59.0, -0.952186303848173) +(60.0, -0.9381226338104532) +(61.0, -0.9237869289193907) +(62.0, -0.9091609434710668) +(63.0, -0.8942624344169594) +(64.0, -0.8790923709565052) +(65.0, -0.863649019022602) +(66.0, -0.8479277028715999) +(67.0, -0.8319755218062991) +(68.0, -0.8158861721770981) +(69.0, -0.799716634582284) +(70.0, -0.7835230945655708) +(71.0, -0.7673580692602718) +(72.0, -0.7511970977662955) +(73.0, -0.735021962164837) +(74.0, -0.718879944517508) +(75.0, -0.7027873828467497) +(76.0, -0.6867343208535748) +(77.0, -0.670729206541406) +(78.0, -0.6548034184138753) +(79.0, -0.638910193024546) +(80.0, -0.6230379315688898) +(81.0, -0.6071713157903009) +(82.0, -0.5913572807348867) +(83.0, -0.5756905659845791) +(84.0, -0.5601469981767858) +(85.0, -0.5447155471339375) +(86.0, -0.529346060090718) +(87.0, -0.5140753905773116) +(88.0, -0.4989229021459964) +(89.0, -0.48387946739373433) +(90.0, -0.4689899869145312) +(91.0, -0.4542296988713673) +(92.0, -0.439581359064971) +(93.0, -0.4250625953663228) +(94.0, -0.4106883782565274) +(95.0, -0.3964405274792245) +(96.0, -0.382286032277522) +(97.0, -0.36822760562256873) +(98.0, -0.35429466593026177) +(99.0, -0.3404922076812169) +(100.0, -0.3268255791896136) +(101.0, -0.3132983291539174) +(102.0, -0.2998747644321564) +(103.0, -0.2865103005075908) +(104.0, -0.27323476257781015) +(105.0, -0.26009978064876316) +(106.0, -0.24709517040372997) +(107.0, -0.23419660082186064) +(108.0, -0.2214357511232783) +(109.0, -0.2087893489845328) +(110.0, -0.19626499165612213) +(111.0, -0.18389653741250464) +(112.0, -0.17168905231801512) +(113.0, -0.15963564918183487) +(114.0, -0.14766981190608675) +(115.0, -0.13577628622038088) +(116.0, -0.1240249568171573) +(117.0, -0.1124229254620313) +(118.0, -0.10091783059430326) +(119.0, -0.08956909732881776) +(120.0, -0.07834545428303208) +(121.0, -0.06715071866616254) +(122.0, -0.05601586047567246) +(123.0, -0.044966491756751395) +(124.0, -0.03403448378634462) +(125.0, -0.023254063873922728) +(126.0, -0.01254884952221518) +(127.0, -0.0019258001107356933) +(128.0, 0.008553585831900124) +(129.0, 0.018893755369266674) +(130.0, 0.02910625311938245) +(131.0, 0.0392205972858911) +(132.0, 0.04925080005034351) +(133.0, 0.0584711462836998) +(134.0, 0.06420016873308754) +(135.0, 0.0696009762801863) +(136.0, 0.0748121034211937) +(137.0, 0.07997125229416747) +(138.0, 0.08511092282866191) +(139.0, 0.08999922182077846) +(140.0, 0.09432791736785053) +(141.0, 0.09863744150206602) +(142.0, 0.10291634305088271) +(143.0, 0.10716035187139009) +(144.0, 0.1114017179392845) +(145.0, 0.11564887987223124) +(146.0, 0.11986106529232335) +(147.0, 0.12398639841728464) +(148.0, 0.12808935274788383) +(149.0, 0.13222123306274974) +(150.0, 0.13632513046699077) +(151.0, 0.14037123876395827) +(152.0, 0.1443484012112544) +(153.0, 0.14824519675047365) +(154.0, 0.15211741017447108) +(155.0, 0.15596268265758811) +(156.0, 0.15975336868206258) +(157.0, 0.16350455455189133) +(158.0, 0.16721217861645876) +(159.0, 0.17082701133949219) +(160.0, 0.17433122922022687) +(161.0, 0.17778423127119372) +(162.0, 0.181167178213662) +(163.0, 0.18444620391807756) +(164.0, 0.1876485859878307) +(165.0, 0.19079906694935142) +(166.0, 0.19389298001330985) +(167.0, 0.19691166057953122) +(168.0, 0.1998820734017141) +(169.0, 0.20278913239203464) +(170.0, 0.20560513737044311) +(171.0, 0.20835455608992073) +(172.0, 0.21102653978033156) +(173.0, 0.21356817762676214) +(174.0, 0.21598395261428627) +(175.0, 0.21827649250836356) +(176.0, 0.22048254242737414) +(177.0, 0.22258125634806222) +(178.0, 0.22452891990778112) +(179.0, 0.22639631795624318) +(180.0, 0.22799193075114121) +(181.0, 0.22918641553791477) +(182.0, 0.23009022035572715) +(183.0, 0.2309787520759211) +(184.0, 0.23181926377777307) +(185.0, 0.23260333447574044) +(186.0, 0.23333053905228537) +(187.0, 0.23400793200721182) +(188.0, 0.23463782119424795) +(189.0, 0.23522747834807473) +(190.0, 0.23575130314361978) +(191.0, 0.23618714752744224) +(192.0, 0.23655112863672553) +(193.0, 0.23683340994027807) +(194.0, 0.23706643668220512) +(195.0, 0.23728073885804912) +(196.0, 0.23746409544455754) +(197.0, 0.23762585079402232) +(198.0, 0.23780574509451283) +(199.0, 0.2379687155981168) +(200.0, 0.238105426583605) +}; +\end{axis} +\begin{axis}[height = {\figureheight}, ylabel = {}, title = {$q_2$}, xmin = {1.0}, xmax = {200.0}, ymax = {2.683158398673843}, xlabel = {}, unbounded coords=jump +, scaled x ticks = false +, xticklabel style={rotate = 0} +, xmajorgrids = false +, xtick = {50.0,100.0,150.0,200.0} +, xticklabels = {50,100,150,200} +, xtick align = inside +, axis lines* = left +, scaled y ticks = false +, yticklabel style={rotate = 0} +, ymajorgrids = false +, ytick = {2.3000000000000003,2.4000000000000004,2.5,2.6} +, yticklabels = {2.3,2.4,2.5,2.6} +, ytick align = inside +, axis lines* = left +, xshift=1.05\figurewidth, yshift=0.0\figureheight, legend style={at={(1.2,-0.2)}, anchor=north, legend columns=4}, ymin = {2.2049979171840186}, width = {\figurewidth}]\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, +draw opacity=1.0, +line width=4, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363370602790512) +(3.0, 2.6364209678417647) +(4.0, 2.6365667654508873) +(5.0, 2.636824762822555) +(6.0, 2.6371055210917795) +(7.0, 2.6374040988058534) +(8.0, 2.637710465470899) +(9.0, 2.638072333864339) +(10.0, 2.638742406828101) +(11.0, 2.6395115732014784) +(12.0, 2.6401581910991694) +(13.0, 2.6407587019147325) +(14.0, 2.641162413806609) +(15.0, 2.641646254247858) +(16.0, 2.6421125882837115) +(17.0, 2.6425574017758566) +(18.0, 2.64329150534701) +(19.0, 2.644228429226737) +(20.0, 2.645227115264142) +(21.0, 2.646260857500938) +(22.0, 2.6475877328272523) +(23.0, 2.6490863878829067) +(24.0, 2.650296545836606) +(25.0, 2.651344837205642) +(26.0, 2.6526018781899654) +(27.0, 2.6539707295420407) +(28.0, 2.6551729530445396) +(29.0, 2.656238908870794) +(30.0, 2.65750243374873) +(31.0, 2.6587202153563605) +(32.0, 2.6597970968788047) +(33.0, 2.660618436643062) +(34.0, 2.6614472017383686) +(35.0, 2.662591248082862) +(36.0, 2.663781603306353) +(37.0, 2.6649717231303436) +(38.0, 2.6661076231991223) +(39.0, 2.6672865100269014) +(40.0, 2.668667578263941) +(41.0, 2.669857891454573) +(42.0, 2.670915337428857) +(43.0, 2.672149539331483) +(44.0, 2.6732964877288743) +(45.0, 2.674275684954876) +(46.0, 2.6750974058633004) +(47.0, 2.6759957252615596) +(48.0, 2.676991973721037) +(49.0, 2.677961003197499) +(50.0, 2.678933211926179) +(51.0, 2.6798811817042147) +(52.0, 2.6804652421352313) +(53.0, 2.6808457368856553) +(54.0, 2.681355954136384) +(55.0, 2.6818563464372653) +(56.0, 2.682349652341585) +(57.0, 2.6826168217844217) +(58.0, 2.6827819183172235) +(59.0, 2.6830697440474296) +(60.0, 2.683158398673843) +(61.0, 2.6831362906886262) +(62.0, 2.683056228169195) +(63.0, 2.6829022274776566) +(64.0, 2.6825183580678496) +(65.0, 2.6820720846184156) +(66.0, 2.6817797329633897) +(67.0, 2.681134110304366) +(68.0, 2.680120273612717) +(69.0, 2.678927950610657) +(70.0, 2.6777350131397326) +(71.0, 2.6764899786817336) +(72.0, 2.675417434303217) +(73.0, 2.6748687894572805) +(74.0, 2.6740726982837715) +(75.0, 2.672615873067142) +(76.0, 2.670752947501459) +(77.0, 2.668884590984782) +(78.0, 2.6670239687603035) +(79.0, 2.66497058044617) +(80.0, 2.6629364859668483) +(81.0, 2.6607785820350505) +(82.0, 2.658535290990149) +(83.0, 2.656434462556766) +(84.0, 2.654481359061723) +(85.0, 2.6526659126690593) +(86.0, 2.6504273316881153) +(87.0, 2.647943347241713) +(88.0, 2.6456794522042) +(89.0, 2.643382742150075) +(90.0, 2.6410081295620804) +(91.0, 2.6382246296094753) +(92.0, 2.63511693622339) +(93.0, 2.632000119885161) +(94.0, 2.6289981215604024) +(95.0, 2.6256511245219967) +(96.0, 2.6220376073500247) +(97.0, 2.618704818152654) +(98.0, 2.615460817709296) +(99.0, 2.6120307008789068) +(100.0, 2.6083507933465437) +(101.0, 2.60438260520106) +(102.0, 2.6003807361564353) +(103.0, 2.5966378646978265) +(104.0, 2.5927682064884645) +(105.0, 2.588547498777553) +(106.0, 2.5842096244014257) +(107.0, 2.579637046917593) +(108.0, 2.575087610616) +(109.0, 2.570641728066711) +(110.0, 2.566302679136153) +(111.0, 2.5618516605697357) +(112.0, 2.5569080009732224) +(113.0, 2.551840255816382) +(114.0, 2.5466334980862793) +(115.0, 2.5412407188778205) +(116.0, 2.5358035556428935) +(117.0, 2.5304162213173753) +(118.0, 2.524880231437886) +(119.0, 2.519367430708112) +(120.0, 2.5138176711219797) +(121.0, 2.5079800595591473) +(122.0, 2.502227075925209) +(123.0, 2.496305077713013) +(124.0, 2.490107568480265) +(125.0, 2.484018600831841) +(126.0, 2.477930602363324) +(127.0, 2.471638230741925) +(128.0, 2.465326301065996) +(129.0, 2.4594609826943743) +(130.0, 2.4537768624285916) +(131.0, 2.448152077237072) +(132.0, 2.442556976852431) +(133.0, 2.436777216448179) +(134.0, 2.430465615460653) +(135.0, 2.424466051018819) +(136.0, 2.418435570702193) +(137.0, 2.412363332420009) +(138.0, 2.406601585993422) +(139.0, 2.40137693688688) +(140.0, 2.396375941720562) +(141.0, 2.3910658606896367) +(142.0, 2.3857750938773647) +(143.0, 2.38045749912917) +(144.0, 2.3748506534566713) +(145.0, 2.368987936993245) +(146.0, 2.3630791538169893) +(147.0, 2.3575102456810435) +(148.0, 2.35201758159714) +(149.0, 2.3467492561722922) +(150.0, 2.3415558310185145) +(151.0, 2.3365501038947616) +(152.0, 2.3317794666317093) +(153.0, 2.3270871355360665) +(154.0, 2.3223949974490297) +(155.0, 2.3178513780362424) +(156.0, 2.3133276454267433) +(157.0, 2.308635961661244) +(158.0, 2.3039887468506315) +(159.0, 2.2996132567418344) +(160.0, 2.295446637976601) +(161.0, 2.2913308479831107) +(162.0, 2.287141469101809) +(163.0, 2.2827608858694575) +(164.0, 2.2786090832046297) +(165.0, 2.2749634771752096) +(166.0, 2.271667126698807) +(167.0, 2.2684248229270114) +(168.0, 2.264979213709868) +(169.0, 2.2612755152816693) +(170.0, 2.2574751353226907) +(171.0, 2.2536684712495108) +(172.0, 2.249778166661954) +(173.0, 2.2461203544555755) +(174.0, 2.2427164300123708) +(175.0, 2.239560696211834) +(176.0, 2.2367658975751716) +(177.0, 2.234344378448435) +(178.0, 2.2321762925935413) +(179.0, 2.2301375005426056) +(180.0, 2.228121299108857) +(181.0, 2.226509708135094) +(182.0, 2.2252418940856424) +(183.0, 2.223884724217295) +(184.0, 2.222495245966187) +(185.0, 2.2209083827725253) +(186.0, 2.21930257124734) +(187.0, 2.2176970284395248) +(188.0, 2.21564811040888) +(189.0, 2.213594632773) +(190.0, 2.2119739309741173) +(191.0, 2.210716715022049) +(192.0, 2.2096407541177725) +(193.0, 2.2087613545440368) +(194.0, 2.2079293982240182) +(195.0, 2.207050190962081) +(196.0, 2.2063603946264627) +(197.0, 2.2059997466222865) +(198.0, 2.20558795566754) +(199.0, 2.2052255312628803) +(200.0, 2.2049979185467863) +}; +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,1;green,0;blue,0}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(62.0, 2.2049979185467863) +(62.0, 2.683158398673843) +(62.0, NaN) +}; +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0;green,0;blue,1}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(133.0, 2.2049979185467863) +(133.0, 2.683158398673843) +(133.0, NaN) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,1;green,0;blue,0}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.636337060773326) +(3.0, 2.6364209763618494) +(4.0, 2.6365667773453643) +(5.0, 2.6368247663652093) +(6.0, 2.6371055230255016) +(7.0, 2.6374041006991176) +(8.0, 2.6377104709879875) +(9.0, 2.63807235993758) +(10.0, 2.6387424167543836) +(11.0, 2.6395115623266574) +(12.0, 2.640158189197568) +(13.0, 2.6407586875187015) +(14.0, 2.641162420149229) +(15.0, 2.641646253590772) +(16.0, 2.642112587052864) +(17.0, 2.6425574259180156) +(18.0, 2.6432915216505264) +(19.0, 2.6442284345113762) +(20.0, 2.6452271187683007) +(21.0, 2.6462608802247347) +(22.0, 2.6475877470534974) +(23.0, 2.64908636614114) +(24.0, 2.650296535156982) +(25.0, 2.651344853330471) +(26.0, 2.652601886689318) +(27.0, 2.653970717999212) +(28.0, 2.6551729430350717) +(29.0, 2.65623892396388) +(30.0, 2.6575024315671762) +(31.0, 2.658720203717704) +(32.0, 2.6597970796544876) +(33.0, 2.660618434382667) +(34.0, 2.6614472232594006) +(35.0, 2.66259124924682) +(36.0, 2.663781601468306) +(37.0, 2.664971717627911) +(38.0, 2.666107624170081) +(39.0, 2.667286522114344) +(40.0, 2.6686675636445836) +(41.0, 2.6698578795391033) +(42.0, 2.670915347369799) +(43.0, 2.6721495308712218) +(44.0, 2.6732964736495655) +(45.0, 2.6742756720799252) +(46.0, 2.67509740728835) +(47.0, 2.675995728430941) +(48.0, 2.6769919708268595) +(49.0, 2.677961001494712) +(50.0, 2.6789332062309414) +(51.0, 2.6798811578059714) +(52.0, 2.680465226980168) +(53.0, 2.6808457425761683) +(54.0, 2.6813559494681938) +(55.0, 2.6818563415400245) +(56.0, 2.6823496369531217) +(57.0, 2.682616813579366) +(58.0, 2.682781922097156) +(59.0, 2.6830697293980976) +(60.0, 2.6831583887808104) +(61.0, 2.683136285632121) +(62.0, 2.6830562199857786) +(63.0, 2.682902212337194) +(64.0, 2.682518351660077) +(65.0, 2.682072090498352) +(66.0, 2.681779710755122) +(67.0, 2.681134088108016) +(68.0, 2.6801202643888127) +(69.0, 2.678927949469904) +(70.0, 2.6777350097083477) +(71.0, 2.6764899900203347) +(72.0, 2.675417464959477) +(73.0, 2.674868770281816) +(74.0, 2.674072658803144) +(75.0, 2.6726158479981956) +(76.0, 2.670752945654735) +(77.0, 2.6688845910793066) +(78.0, 2.667023956357744) +(79.0, 2.664970580282936) +(80.0, 2.6629364770149575) +(81.0, 2.6607785767125316) +(82.0, 2.658535302804615) +(83.0, 2.6564344760128744) +(84.0, 2.6544813663502813) +(85.0, 2.6526658817960875) +(86.0, 2.6504273112597168) +(87.0, 2.647943365425186) +(88.0, 2.645679447254933) +(89.0, 2.6433827334950046) +(90.0, 2.6410081002477463) +(91.0, 2.638224600813538) +(92.0, 2.6351169338768012) +(93.0, 2.632000126047548) +(94.0, 2.6289980942427627) +(95.0, 2.625651100422904) +(96.0, 2.622037625914058) +(97.0, 2.6187048220599265) +(98.0, 2.615460803353562) +(99.0, 2.612030680179531) +(100.0, 2.6083507702816076) +(101.0, 2.604382600900962) +(102.0, 2.600380752383953) +(103.0, 2.5966378515261956) +(104.0, 2.5927681803906464) +(105.0, 2.588547491504184) +(106.0, 2.5842096042437004) +(107.0, 2.5796370456597573) +(108.0, 2.5750876201586355) +(109.0, 2.57064173242465) +(110.0, 2.566302671938528) +(111.0, 2.5618516222077057) +(112.0, 2.5569079903850533) +(113.0, 2.551840244802435) +(114.0, 2.5466334794109935) +(115.0, 2.5412407152357552) +(116.0, 2.535803558962997) +(117.0, 2.5304162078251564) +(118.0, 2.5248802284755927) +(119.0, 2.5193674280667127) +(120.0, 2.513817644623905) +(121.0, 2.5079800631477305) +(122.0, 2.502227061008339) +(123.0, 2.4963050544372636) +(124.0, 2.4901075771287364) +(125.0, 2.484018598505281) +(126.0, 2.4779305833613643) +(127.0, 2.471638226371628) +(128.0, 2.465326335914147) +(129.0, 2.459460994271293) +(130.0, 2.453776863059213) +(131.0, 2.448152078655886) +(132.0, 2.4425569573361994) +(133.0, 2.4367771721371434) +(134.0, 2.4304656367263897) +(135.0, 2.4244660479900375) +(136.0, 2.418435567483651) +(137.0, 2.4123633609377793) +(138.0, 2.4066016325545756) +(139.0, 2.4013769596135552) +(140.0, 2.396375907113845) +(141.0, 2.3910658582766953) +(142.0, 2.3857750918554252) +(143.0, 2.380457465910234) +(144.0, 2.3748506275886556) +(145.0, 2.368987929787719) +(146.0, 2.3630791862448834) +(147.0, 2.3575102496362326) +(148.0, 2.3520175983792897) +(149.0, 2.346749265385751) +(150.0, 2.341555851128188) +(151.0, 2.336550131056067) +(152.0, 2.331779474429735) +(153.0, 2.327087137457592) +(154.0, 2.322395010771989) +(155.0, 2.3178513842701616) +(156.0, 2.313327631149689) +(157.0, 2.308635969887645) +(158.0, 2.3039887783241877) +(159.0, 2.299613283557884) +(160.0, 2.2954466458373037) +(161.0, 2.2913308404596036) +(162.0, 2.287141450893238) +(163.0, 2.2827609161107953) +(164.0, 2.2786091397862536) +(165.0, 2.2749635159704606) +(166.0, 2.2716671356916414) +(167.0, 2.268424802713707) +(168.0, 2.2649791866278077) +(169.0, 2.2612755052220974) +(170.0, 2.257475135281053) +(171.0, 2.253668461181335) +(172.0, 2.2497781946972415) +(173.0, 2.24612038154299) +(174.0, 2.2427164599084883) +(175.0, 2.23956074163352) +(176.0, 2.236765942476597) +(177.0, 2.2343444108129127) +(178.0, 2.2321763110018793) +(179.0, 2.2301375031928345) +(180.0, 2.2281213502552584) +(181.0, 2.2265097518413715) +(182.0, 2.2252418791483626) +(183.0, 2.223884719760353) +(184.0, 2.222495218768187) +(185.0, 2.220908380417542) +(186.0, 2.2193025711197) +(187.0, 2.217696970299822) +(188.0, 2.215648109683436) +(189.0, 2.213594688100109) +(190.0, 2.2119739725368976) +(191.0, 2.210716736650955) +(192.0, 2.2096407769204798) +(193.0, 2.208761357338207) +(194.0, 2.207929387237359) +(195.0, 2.207050215109062) +(196.0, 2.2063604356056485) +(197.0, 2.205999735150988) +(198.0, 2.2055879568921934) +(199.0, 2.2052255467952224) +(200.0, 2.2049979171840186) +}; +\end{axis} +\begin{axis}[height = {\figureheight}, ylabel = {}, title = {$\dot{q}_1$}, xmin = {1.0}, xmax = {200.0}, ymax = {0.8098789347127989}, xlabel = {}, unbounded coords=jump +, scaled x ticks = false +, xticklabel style={rotate = 0} +, xmajorgrids = false +, xtick = {50.0,100.0,150.0,200.0} +, xticklabels = {50,100,150,200} +, xtick align = inside +, axis lines* = left +, scaled y ticks = false +, yticklabel style={rotate = 0} +, ymajorgrids = false +, ytick = {0.2,0.4,0.6000000000000001,0.8} +, yticklabels = {0.2,0.4,0.6,0.8} +, ytick align = inside +, axis lines* = left +, xshift=0.0\figurewidth, yshift=1.05\figureheight, legend style={at={(1.2,-0.2)}, anchor=north, legend columns=4}, ymin = {0.0065924138599332115}, width = {\figurewidth}]\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, +draw opacity=1.0, +line width=4, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.021489244043374007) +(3.0, 0.03437968348987677) +(4.0, 0.04371322261808325) +(5.0, 0.05251555067094634) +(6.0, 0.05905727114183624) +(7.0, 0.06913827913548355) +(8.0, 0.07759467667299233) +(9.0, 0.08866037968561193) +(10.0, 0.09696911078268805) +(11.0, 0.10255087576432435) +(12.0, 0.11481376383115113) +(13.0, 0.12604315530022894) +(14.0, 0.13826352849709728) +(15.0, 0.14429087724279996) +(16.0, 0.15574555159437187) +(17.0, 0.16178563890316755) +(18.0, 0.16691225342429225) +(19.0, 0.17560845803323485) +(20.0, 0.18460040563930497) +(21.0, 0.19587573811165387) +(22.0, 0.20436061505075692) +(23.0, 0.21455407647224972) +(24.0, 0.22871263111486587) +(25.0, 0.241354489317574) +(26.0, 0.24860684719618387) +(27.0, 0.26158918084316124) +(28.0, 0.2704837597863639) +(29.0, 0.2788897100943614) +(30.0, 0.289498273742609) +(31.0, 0.3001978611417188) +(32.0, 0.3135306687433827) +(33.0, 0.32485686402073566) +(34.0, 0.334746965575012) +(35.0, 0.3466556840798519) +(36.0, 0.36125000819041014) +(37.0, 0.375397485145389) +(38.0, 0.388653612696701) +(39.0, 0.39966860851566793) +(40.0, 0.41197448091878613) +(41.0, 0.42446911405104604) +(42.0, 0.43680535445069907) +(43.0, 0.4488076425133729) +(44.0, 0.46658138610912697) +(45.0, 0.4820226699109388) +(46.0, 0.50125277432174) +(47.0, 0.5183844522437222) +(48.0, 0.5300894117175344) +(49.0, 0.5453015578714959) +(50.0, 0.5604964355289703) +(51.0, 0.5764984278671148) +(52.0, 0.5892907365911658) +(53.0, 0.6030447572742276) +(54.0, 0.618049259251977) +(55.0, 0.6354839071894159) +(56.0, 0.6500554793186869) +(57.0, 0.6634485094269655) +(58.0, 0.6792851220835094) +(59.0, 0.6968997980391878) +(60.0, 0.7092483497405847) +(61.0, 0.7241608151774613) +(62.0, 0.738299457041039) +(63.0, 0.7514116019029121) +(64.0, 0.7654207792899609) +(65.0, 0.7788164942673621) +(66.0, 0.7932411216229864) +(67.0, 0.8018498334938207) +(68.0, 0.8070301846155084) +(69.0, 0.8098789347127989) +(70.0, 0.809476785320224) +(71.0, 0.8070167510260726) +(72.0, 0.809081660313914) +(73.0, 0.8084632795029087) +(74.0, 0.8056975288952849) +(75.0, 0.8035345260494685) +(76.0, 0.8017571461022451) +(77.0, 0.7987757805781741) +(78.0, 0.7938166977594955) +(79.0, 0.7954707376303978) +(80.0, 0.7917792807735908) +(81.0, 0.7948254003694153) +(82.0, 0.7866358615550993) +(83.0, 0.7800741603518188) +(84.0, 0.774321428028691) +(85.0, 0.7688545838802285) +(86.0, 0.7680407389439259) +(87.0, 0.7590937893220187) +(88.0, 0.7561717851194957) +(89.0, 0.7482064220847462) +(90.0, 0.7407825697637923) +(91.0, 0.7352313232291124) +(92.0, 0.7296334250016218) +(93.0, 0.722279211194436) +(94.0, 0.7151960511027298) +(95.0, 0.7095672786135886) +(96.0, 0.7059103077520092) +(97.0, 0.6999782894395817) +(98.0, 0.6933461690046746) +(99.0, 0.686916749295252) +(100.0, 0.6797720255126203) +(101.0, 0.672969150050711) +(102.0, 0.6694135700596233) +(103.0, 0.6670535075034999) +(104.0, 0.6605063267354829) +(105.0, 0.6530182842168679) +(106.0, 0.6474696597920482) +(107.0, 0.6423852720105302) +(108.0, 0.633774790560694) +(109.0, 0.6308633067029212) +(110.0, 0.6216485591485829) +(111.0, 0.6151984044767441) +(112.0, 0.6055764321419707) +(113.0, 0.5998042805818324) +(114.0, 0.5967620756900854) +(115.0, 0.5926083360462333) +(116.0, 0.5825796175015864) +(117.0, 0.5776577764071164) +(118.0, 0.5728453558851513) +(119.0, 0.5621222093233541) +(120.0, 0.5602127889608358) +(121.0, 0.5592434375760793) +(122.0, 0.5542881945404617) +(123.0, 0.5506210035651559) +(124.0, 0.5426241673087147) +(125.0, 0.5354741436069109) +(126.0, 0.5350239695272407) +(127.0, 0.5273084209256574) +(128.0, 0.5206781634195856) +(129.0, 0.5134368304100779) +(130.0, 0.507819859503545) +(131.0, 0.503660785867543) +(132.0, 0.4993656131903914) +(133.0, 0.29498412504783733) +(134.0, 0.2787570618180609) +(135.0, 0.2622023923701545) +(136.0, 0.25889896327888917) +(137.0, 0.25703919921269575) +(138.0, 0.2569581182905872) +(139.0, 0.21709904048347908) +(140.0, 0.21576802360422118) +(141.0, 0.21513119967845304) +(142.0, 0.21281733753462587) +(143.0, 0.21154213175898634) +(144.0, 0.21256952204655996) +(145.0, 0.21210878142053932) +(146.0, 0.20915003961327522) +(147.0, 0.20345884514783696) +(148.0, 0.20678407067666893) +(149.0, 0.20646071610899946) +(150.0, 0.2039043433150245) +(151.0, 0.20079328934598584) +(152.0, 0.19692940395193254) +(153.0, 0.19280366862343162) +(154.0, 0.1943744440100799) +(155.0, 0.1902311303418681) +(156.0, 0.1887999141084156) +(157.0, 0.18633411018511106) +(158.0, 0.1844437833605407) +(159.0, 0.17713919191157454) +(160.0, 0.17330328307027168) +(161.0, 0.17201351434980064) +(162.0, 0.16629172530248992) +(163.0, 0.16162204510306016) +(164.0, 0.158698448527301) +(165.0, 0.1564161807557622) +(166.0, 0.15302595071254566) +(167.0, 0.1488525214661422) +(168.0, 0.14815602087718077) +(169.0, 0.1425567691082232) +(170.0, 0.13906846241471557) +(171.0, 0.13588746231984505) +(172.0, 0.13132502192679693) +(173.0, 0.12296256010985224) +(174.0, 0.11864254529460179) +(175.0, 0.11072364296717505) +(176.0, 0.10991897632473838) +(177.0, 0.10008038565859989) +(178.0, 0.09472914256875199) +(179.0, 0.09205286425696153) +(180.0, 0.07351944358542059) +(181.0, 0.04566984961423703) +(182.0, 0.04470736563429935) +(183.0, 0.044131623237877615) +(184.0, 0.03995507344572297) +(185.0, 0.03840724641210753) +(186.0, 0.03438591638810569) +(187.0, 0.033323235193846376) +(188.0, 0.029618432224607454) +(189.0, 0.029414641656680576) +(190.0, 0.023096332100069786) +(191.0, 0.020583320708730368) +(192.0, 0.015963337994820213) +(193.0, 0.012513027430681663) +(194.0, 0.010896138292735412) +(195.0, 0.010577537369330396) +(196.0, 0.008099171583789226) +(197.0, 0.008255732592118831) +(198.0, 0.009462049580256671) +(199.0, 0.007269599844811759) +(200.0, 0.0065924138599332115) +}; +\addlegendentry{States} +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,1;green,0;blue,0}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(62.0, 0.0065924138599332115) +(62.0, 0.8098789347127989) +(62.0, NaN) +}; +\addlegendentry{Velocity sign change} +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0;green,0;blue,1}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(133.0, 0.0065924138599332115) +(133.0, 0.8098789347127989) +(133.0, NaN) +}; +\addlegendentry{Stiff contact} +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,1;green,0;blue,0}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.021490342694721498) +(3.0, 0.03437946056973207) +(4.0, 0.04371315233126083) +(5.0, 0.052515386445309176) +(6.0, 0.05905752361652272) +(7.0, 0.06913816789675042) +(8.0, 0.0775948662377397) +(9.0, 0.08866016226298967) +(10.0, 0.09696889521387675) +(11.0, 0.10255139659602897) +(12.0, 0.11481368181085738) +(13.0, 0.12604323362465308) +(14.0, 0.1382630436627892) +(15.0, 0.14429133016089324) +(16.0, 0.1557450793718207) +(17.0, 0.1617855960456911) +(18.0, 0.16691254061323857) +(19.0, 0.17560845543519843) +(20.0, 0.18460059019235242) +(21.0, 0.19587551460202413) +(22.0, 0.20436077289136367) +(23.0, 0.21455436485661306) +(24.0, 0.22871247169235698) +(25.0, 0.2413541400508432) +(26.0, 0.24860732849203693) +(27.0, 0.2615887620074897) +(28.0, 0.27048381774260033) +(29.0, 0.27888984908788306) +(30.0, 0.28949822995031393) +(31.0, 0.3001980961421715) +(32.0, 0.31353046076414604) +(33.0, 0.3248568508822496) +(34.0, 0.33474709485796605) +(35.0, 0.3466558268520563) +(36.0, 0.36124993944058836) +(37.0, 0.37539747539803603) +(38.0, 0.38865348705530156) +(39.0, 0.3996687225844884) +(40.0, 0.4119744209650227) +(41.0, 0.42446912582020957) +(42.0, 0.43680531579715165) +(43.0, 0.4488080326082047) +(44.0, 0.46658106169031033) +(45.0, 0.48202305974601867) +(46.0, 0.5012524913217051) +(47.0, 0.5183842607073572) +(48.0, 0.5300897749438285) +(49.0, 0.5453012636794448) +(50.0, 0.5604965540886395) +(51.0, 0.5764982087412012) +(52.0, 0.5892909421689687) +(53.0, 0.6030446718052671) +(54.0, 0.618049370492062) +(55.0, 0.6354836843227964) +(56.0, 0.6500555905582575) +(57.0, 0.6634486247142899) +(58.0, 0.6792850349469726) +(59.0, 0.6968995024307771) +(60.0, 0.7092487956118916) +(61.0, 0.7241604378708626) +(62.0, 0.7382995067014644) +(63.0, 0.7514116789758214) +(64.0, 0.7654206611475729) +(65.0, 0.7788165778234895) +(66.0, 0.7932407406593134) +(67.0, 0.8018500204631014) +(68.0, 0.807029944782486) +(69.0, 0.8098787133920302) +(70.0, 0.8094766638616901) +(71.0, 0.8070170348626897) +(72.0, 0.8090810368312926) +(73.0, 0.8084634865476437) +(74.0, 0.8056976871261918) +(75.0, 0.8035343407006126) +(76.0, 0.8017570536050966) +(77.0, 0.7987756506570998) +(78.0, 0.7938172794532257) +(79.0, 0.7954700624626714) +(80.0, 0.7917799730415256) +(81.0, 0.7948244628781724) +(82.0, 0.7866362208123236) +(83.0, 0.7800739867727646) +(84.0, 0.7743214255404745) +(85.0, 0.7688549445386714) +(86.0, 0.768040317668123) +(87.0, 0.7590939719290244) +(88.0, 0.7561713925850047) +(89.0, 0.7482066610002596) +(90.0, 0.7407825281979576) +(91.0, 0.7352315842881945) +(92.0, 0.7296329332106772) +(93.0, 0.7222793787517157) +(94.0, 0.715196013261151) +(95.0, 0.7095678899186417) +(96.0, 0.7059095603610688) +(97.0, 0.6999783833281734) +(98.0, 0.6933463194555038) +(99.0, 0.6869167291319318) +(100.0, 0.6797719680095904) +(101.0, 0.672969458115098) +(102.0, 0.6694133995474605) +(103.0, 0.6670532875731228) +(104.0, 0.6605065593039692) +(105.0, 0.653018171992021) +(106.0, 0.6474696449409754) +(107.0, 0.6423852641732095) +(108.0, 0.633774667687157) +(109.0, 0.6308633722572008) +(110.0, 0.6216483101870329) +(111.0, 0.6151987965212777) +(112.0, 0.605576490855162) +(113.0, 0.5998041279606765) +(114.0, 0.5967625055903492) +(115.0, 0.5926074948216113) +(116.0, 0.5825801629512242) +(117.0, 0.577657600752624) +(118.0, 0.5728453578008441) +(119.0, 0.5621221911756775) +(120.0, 0.5602136174929502) +(121.0, 0.5592427615498918) +(122.0, 0.554288105252458) +(123.0, 0.5506213366642312) +(124.0, 0.5426236872205621) +(125.0, 0.5354746199352345) +(126.0, 0.5350236099692616) +(127.0, 0.5273086850901851) +(128.0, 0.5206776476712394) +(129.0, 0.51343668881184) +(130.0, 0.5078209378113145) +(131.0, 0.5036598986163421) +(132.0, 0.4993496694987929) +(133.0, 0.2949987704756092) +(134.0, 0.27875781599397076) +(135.0, 0.26220262734122723) +(136.0, 0.25889999065519653) +(137.0, 0.25703879412235864) +(138.0, 0.2569544900234595) +(139.0, 0.2171019164317336) +(140.0, 0.21576952197313837) +(141.0, 0.21513113296705821) +(142.0, 0.21281607742943542) +(143.0, 0.2115437637703197) +(144.0, 0.21256885557098215) +(145.0, 0.21210858769981833) +(146.0, 0.20914915179994242) +(147.0, 0.20345985042460324) +(148.0, 0.20678479505582636) +(149.0, 0.2064593740409162) +(150.0, 0.20390502152489276) +(151.0, 0.20079246678817153) +(152.0, 0.19693011760615953) +(153.0, 0.19280388225747735) +(154.0, 0.1943744039966706) +(155.0, 0.19023062357005927) +(156.0, 0.18880058449827963) +(157.0, 0.186333755716813) +(158.0, 0.18444330193155523) +(159.0, 0.17713927340680957) +(160.0, 0.1733040763767475) +(161.0, 0.17201290921182633) +(162.0, 0.16629186692633713) +(163.0, 0.1616222215244818) +(164.0, 0.1586982904515688) +(165.0, 0.15641624000030774) +(166.0, 0.15302590668254723) +(167.0, 0.14885303967632701) +(168.0, 0.14815548219473662) +(169.0, 0.14255689887912393) +(170.0, 0.13906845850176452) +(171.0, 0.13588738084701202) +(172.0, 0.13132458527504998) +(173.0, 0.12296279005307476) +(174.0, 0.11864245299656595) +(175.0, 0.11072422749084065) +(176.0, 0.10991804158839535) +(177.0, 0.10008071370041538) +(178.0, 0.09472974903603149) +(179.0, 0.09205076945669521) +(180.0, 0.07351826266795669) +(181.0, 0.04567289134314567) +(182.0, 0.04470810121320756) +(183.0, 0.04413096825914664) +(184.0, 0.03995516570810409) +(185.0, 0.038407291483780526) +(186.0, 0.03438583361920511) +(187.0, 0.03332337176412725) +(188.0, 0.0296187254721465) +(189.0, 0.02941365994983336) +(190.0, 0.023096691133066116) +(191.0, 0.020583330564873492) +(192.0, 0.01596341661403944) +(193.0, 0.012513200659015844) +(194.0, 0.010896571821905177) +(195.0, 0.010577066749175579) +(196.0, 0.008099365341855957) +(197.0, 0.008255973122478721) +(198.0, 0.009461886391100904) +(199.0, 0.0072693177541856) +(200.0, 0.006592623203386161) +}; +\addlegendentry{Simulation} +\end{axis} +\begin{axis}[height = {\figureheight}, ylabel = {}, title = {$\dot{q}_2$}, xmin = {1.0}, xmax = {200.0}, ymax = {0.07970990612261512}, xlabel = {}, unbounded coords=jump +, scaled x ticks = false +, xticklabel style={rotate = 0} +, xmajorgrids = false +, xtick = {50.0,100.0,150.0,200.0} +, xticklabels = {50,100,150,200} +, xtick align = inside +, axis lines* = left +, scaled y ticks = false +, yticklabel style={rotate = 0} +, ymajorgrids = false +, ytick = {-0.30000000000000004,-0.2,-0.1,0.0} +, yticklabels = {-0.3,-0.2,-0.1,0.0} +, ytick align = inside +, axis lines* = left +, xshift=1.05\figurewidth, yshift=1.05\figureheight, legend style={at={(1.2,-0.2)}, anchor=north, legend columns=4}, ymin = {-0.3235979184485963}, width = {\figurewidth}]\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, +draw opacity=1.0, +line width=4, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.004174811950556119) +(3.0, 0.004200684635258356) +(4.0, 0.0076548517100279555) +(5.0, 0.014321638608036168) +(6.0, 0.013939982943312255) +(7.0, 0.015318059176925863) +(8.0, 0.015320937551056218) +(9.0, 0.019599841340932504) +(10.0, 0.04515042973283792) +(11.0, 0.03265851015803808) +(12.0, 0.03205417971302827) +(13.0, 0.028330957206588004) +(14.0, 0.015111917417108881) +(15.0, 0.030770494001133474) +(16.0, 0.01792549421711183) +(17.0, 0.025247914275757958) +(18.0, 0.04653746046269405) +(19.0, 0.047114294763562194) +(20.0, 0.05239807193628272) +(21.0, 0.05106508469309074) +(22.0, 0.07970990612261512) +(23.0, 0.07074930408447325) +(24.0, 0.05154502175487512) +(25.0, 0.0531729600694411) +(26.0, 0.07131597741379297) +(27.0, 0.06592424359316099) +(28.0, 0.0550203608815501) +(29.0, 0.05178623501398287) +(30.0, 0.07313862782026045) +(31.0, 0.05016578034379911) +(32.0, 0.05705659354923894) +(33.0, 0.027212842282286452) +(34.0, 0.05376394910405716) +(35.0, 0.060204745126777134) +(36.0, 0.058910763280225195) +(37.0, 0.060019128716011144) +(38.0, 0.05396731715626538) +(39.0, 0.06329405370201566) +(40.0, 0.07408691594168654) +(41.0, 0.04675979463341777) +(42.0, 0.05821217345180054) +(43.0, 0.06476275632514646) +(44.0, 0.050851542858704815) +(45.0, 0.04729729506099904) +(46.0, 0.035671145631836716) +(47.0, 0.05297006569024025) +(48.0, 0.04704626683911556) +(49.0, 0.04967112547645231) +(50.0, 0.047675696662915726) +(51.0, 0.0471478209559146) +(52.0, 0.01520576289512906) +(53.0, 0.021232969888104507) +(54.0, 0.02882362346233536) +(55.0, 0.022077601791357537) +(56.0, 0.026636947777244353) +(57.0, 0.008978598175440836) +(58.0, 0.008147643267896207) +(59.0, 0.01647472459056661) +(60.0, 0.0030402236563273214) +(61.0, -0.001419023569521017) +(62.0, -0.004223017694733061) +(63.0, -0.008128899927774385) +(64.0, -0.025041649500567687) +(65.0, -0.02037470875014168) +(66.0, -0.012377818637807163) +(67.0, -0.0481274159203038) +(68.0, -0.05291884807720016) +(69.0, -0.06545661080992946) +(70.0, -0.05453698126535802) +(71.0, -0.06897181733370143) +(72.0, -0.040184152820295034) +(73.0, -0.0174416118068329) +(74.0, -0.05875984433360827) +(75.0, -0.08513022006912042) +(76.0, -0.10012692192108738) +(77.0, -0.0875110417919533) +(78.0, -0.09782301865679528) +(79.0, -0.10688142733407315) +(80.0, -0.0971349738228556) +(81.0, -0.11728245086036602) +(82.0, -0.10763924518116263) +(83.0, -0.10272175844244645) +(84.0, -0.09317624502587127) +(85.0, -0.08862284635248154) +(86.0, -0.13228648216947347) +(87.0, -0.11707099229408245) +(88.0, -0.10976131945028185) +(89.0, -0.11922589381688917) +(90.0, -0.11824929537200445) +(91.0, -0.15744008404422483) +(92.0, -0.15354349554260335) +(93.0, -0.1578030242469932) +(94.0, -0.14331395842730751) +(95.0, -0.18833928393174382) +(96.0, -0.17392975496535826) +(97.0, -0.1602154349587948) +(98.0, -0.16389132516828048) +(99.0, -0.17812439249582257) +(100.0, -0.18908987006594807) +(101.0, -0.20652098055989299) +(102.0, -0.19442978481190157) +(103.0, -0.18073089451152388) +(104.0, -0.20459684015847932) +(105.0, -0.21662648634652454) +(106.0, -0.21708904966327164) +(107.0, -0.23868812653115695) +(108.0, -0.21761608746544578) +(109.0, -0.2263528836922482) +(110.0, -0.20868352417292022) +(111.0, -0.2346460636038795) +(112.0, -0.2581116173426452) +(113.0, -0.2492203796140811) +(114.0, -0.2700340738445431) +(115.0, -0.2692636699423918) +(116.0, -0.2740900054878313) +(117.0, -0.2652053373293302) +(118.0, -0.2869136612519064) +(119.0, -0.2657397124668514) +(120.0, -0.2877411674998256) +(121.0, -0.2954796606481578) +(122.0, -0.2807711791049748) +(123.0, -0.3094836313778285) +(124.0, -0.31018961374048715) +(125.0, -0.29939850929828765) +(126.0, -0.3087569794435983) +(127.0, -0.3197192399082533) +(128.0, -0.31196556032359185) +(129.0, -0.2768833797630116) +(130.0, -0.2905849428731897) +(131.0, -0.27304300140890625) +(132.0, -0.2856016720508446) +(133.0, -0.3235979184485963) +(134.0, -0.3084264632764933) +(135.0, -0.2924314897046802) +(136.0, -0.30947949899025834) +(137.0, -0.29848186430904844) +(138.0, -0.27899827185110276) +(139.0, -0.24933180681206002) +(140.0, -0.2506812790211703) +(141.0, -0.27846976795659356) +(142.0, -0.2523609243887406) +(143.0, -0.27770557928584744) +(144.0, -0.28265341599014904) +(145.0, -0.3023065768026874) +(146.0, -0.28944212811785036) +(147.0, -0.2688386324573531) +(148.0, -0.2797014575017359) +(149.0, -0.24918335459514815) +(150.0, -0.2688449617344555) +(151.0, -0.2340670632229369) +(152.0, -0.2424390836165604) +(153.0, -0.22778487638614198) +(154.0, -0.24057157802723697) +(155.0, -0.21548043092644437) +(156.0, -0.23554834595895568) +(157.0, -0.23374547051037567) +(158.0, -0.2311529987214345) +(159.0, -0.20796425274598895) +(160.0, -0.20865764558569447) +(161.0, -0.2032851812924637) +(162.0, -0.2148817972320453) +(163.0, -0.22266038183066159) +(164.0, -0.19442611999060785) +(165.0, -0.17167062457486776) +(166.0, -0.15883439051912357) +(167.0, -0.16498691136031227) +(168.0, -0.1786567319722133) +(169.0, -0.19089848367904033) +(170.0, -0.18925762985958505) +(171.0, -0.19128118339441452) +(172.0, -0.19735018186647174) +(173.0, -0.17027379816294458) +(174.0, -0.1701382255245983) +(175.0, -0.14701083661709083) +(176.0, -0.13339052625156986) +(177.0, -0.110336002585472) +(178.0, -0.10672625294211914) +(179.0, -0.09776305675698209) +(180.0, -0.10199446119290898) +(181.0, -0.06204962822014265) +(182.0, -0.06456600381378626) +(183.0, -0.07073713303639377) +(184.0, -0.06838111033744525) +(185.0, -0.08892571759056832) +(186.0, -0.07276089483779784) +(187.0, -0.08685032284592711) +(188.0, -0.11608359502068898) +(189.0, -0.09096753944497496) +(190.0, -0.07239144803296782) +(191.0, -0.05455848930571562) +(192.0, -0.05318967861320459) +(193.0, -0.036025605836898685) +(194.0, -0.046492883615507685) +(195.0, -0.041768748661688164) +(196.0, -0.02838307818026268) +(197.0, -0.012614464687716122) +(198.0, -0.025422778406602543) +(199.0, -0.014247212032731197) +(200.0, -0.010708718719967173) +}; +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,1;green,0;blue,0}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(62.0, -0.3235979184485963) +(62.0, 0.07970990612261512) +(62.0, NaN) +}; +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0;green,0;blue,1}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(133.0, -0.3235979184485963) +(133.0, 0.07970990612261512) +(133.0, NaN) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,1;green,0;blue,0}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.004174982461323751) +(3.0, 0.004200956057037075) +(4.0, 0.0076549402697518865) +(5.0, 0.014321137168674891) +(6.0, 0.013940053639570404) +(7.0, 0.015318072281079509) +(8.0, 0.015321160689672375) +(9.0, 0.019601653999774538) +(10.0, 0.04514727505997973) +(11.0, 0.03265948098042548) +(12.0, 0.03205403456573741) +(13.0, 0.028330108458417325) +(14.0, 0.015114224764246398) +(15.0, 0.030768144015682175) +(16.0, 0.01792730447230273) +(17.0, 0.025248787505940395) +(18.0, 0.04653591516844191) +(19.0, 0.047114695995181144) +(20.0, 0.052397501398724344) +(21.0, 0.051067411747545144) +(22.0, 0.07970697828251794) +(23.0, 0.07074866778176592) +(24.0, 0.051546549053353985) +(25.0, 0.05317407791703044) +(26.0, 0.0713142953224124) +(27.0, 0.06592388411775874) +(28.0, 0.05502085058119688) +(29.0, 0.0517880950173808) +(30.0, 0.07313530637379984) +(31.0, 0.05016801084709854) +(32.0, 0.05705391772371371) +(33.0, 0.027216769629916815) +(34.0, 0.053762504688810164) +(35.0, 0.060204251945331855) +(36.0, 0.058910893772474715) +(37.0, 0.06001867227799629) +(38.0, 0.05396834549976637) +(39.0, 0.06329414198264338) +(40.0, 0.0740843351110212) +(41.0, 0.04676244066844504) +(42.0, 0.05821170887117333) +(43.0, 0.06476153797149298) +(44.0, 0.05085208301273347) +(45.0, 0.047296945955002556) +(46.0, 0.03567276209628867) +(47.0, 0.052968784871407326) +(48.0, 0.04704694553755573) +(49.0, 0.049670479773794796) +(50.0, 0.047675990779626254) +(51.0, 0.04714591951761049) +(52.0, 0.01520812592939702) +(53.0, 0.021232832841000526) +(54.0, 0.028822855205686615) +(55.0, 0.022078213434947536) +(56.0, 0.02663586821266062) +(57.0, 0.008979528991562624) +(58.0, 0.008147973548578324) +(59.0, 0.016473526416665774) +(60.0, 0.003041136088902885) +(61.0, -0.0014193501247050655) +(62.0, -0.004222889644270644) +(63.0, -0.008129641380495212) +(64.0, -0.02504047863599057) +(65.0, -0.020374604984521483) +(66.0, -0.012380208431162387) +(67.0, -0.04812536438050952) +(68.0, -0.05291961497617281) +(69.0, -0.06545509925449355) +(70.0, -0.054538581221644566) +(71.0, -0.06896893739518362) +(72.0, -0.04018521287619281) +(73.0, -0.017444892557677782) +(74.0, -0.05875893360963058) +(75.0, -0.0851298486238683) +(76.0, -0.10012503173198795) +(77.0, -0.08751254667576447) +(78.0, -0.09782274847683547) +(79.0, -0.10688069906432673) +(80.0, -0.09713628144371134) +(81.0, -0.11728104945685924) +(82.0, -0.10763874305326926) +(83.0, -0.1027221913072216) +(84.0, -0.09317640244709802) +(85.0, -0.08862626195699086) +(86.0, -0.1322824424028286) +(87.0, -0.11707103760094073) +(88.0, -0.10976344800141469) +(89.0, -0.11922420344497953) +(90.0, -0.11825288680773172) +(91.0, -0.15743672797195352) +(92.0, -0.15354417330963788) +(93.0, -0.15780146694439168) +(94.0, -0.14331857168429307) +(95.0, -0.18833472359716597) +(96.0, -0.1739300963635273) +(97.0, -0.1602162839772534) +(98.0, -0.16389228979034387) +(99.0, -0.1781241652057397) +(100.0, -0.18909031917211205) +(101.0, -0.2065188014130448) +(102.0, -0.19442989392290855) +(103.0, -0.18073344969367433) +(104.0, -0.20459568789711735) +(105.0, -0.21662590911141733) +(106.0, -0.21709074941039574) +(107.0, -0.2386847607709921) +(108.0, -0.2176182071999091) +(109.0, -0.22635132242291167) +(110.0, -0.20868609626404533) +(111.0, -0.2346465634248731) +(112.0, -0.25810869807492365) +(113.0, -0.24922310437697437) +(114.0, -0.2700321720443575) +(115.0, -0.26926410765760256) +(116.0, -0.27408881934234053) +(117.0, -0.265208114288606) +(118.0, -0.2869100369915585) +(119.0, -0.2657430921650277) +(120.0, -0.28774021889933676) +(121.0, -0.2954778512633811) +(122.0, -0.2807744539937449) +(123.0, -0.3094813687195135) +(124.0, -0.31018883466653957) +(125.0, -0.29940017147625575) +(126.0, -0.30875703995315584) +(127.0, -0.3197177362959924) +(128.0, -0.31196339461600076) +(129.0, -0.27688743164167606) +(130.0, -0.2905821449185422) +(131.0, -0.27304576878815334) +(132.0, -0.285603499478154) +(133.0, -0.32359367676908013) +(134.0, -0.30842643457265284) +(135.0, -0.29243396616654227) +(136.0, -0.30947704166786494) +(137.0, -0.2984814042037569) +(138.0, -0.2789971895440422) +(139.0, -0.24933440155361808) +(140.0, -0.250684346306695) +(141.0, -0.27846426453010364) +(142.0, -0.2523660408801449) +(143.0, -0.2777034604401991) +(144.0, -0.2826550015702982) +(145.0, -0.30230325637937394) +(146.0, -0.2894414928683857) +(147.0, -0.26884171045673) +(148.0, -0.279697461212673) +(149.0, -0.24918789339325986) +(150.0, -0.26883955831047546) +(151.0, -0.2340715411594516) +(152.0, -0.24243659104040427) +(153.0, -0.2277878952085306) +(154.0, -0.24056770226885416) +(155.0, -0.2154846687614671) +(156.0, -0.2355462908515773) +(157.0, -0.23374540020456847) +(158.0, -0.23115079157291785) +(159.0, -0.20796663869612653) +(160.0, -0.20865725718550143) +(161.0, -0.203287090298645) +(162.0, -0.21488096646863797) +(163.0, -0.22265669680945033) +(164.0, -0.19442697732189407) +(165.0, -0.17167138611839272) +(166.0, -0.15883650896803703) +(167.0, -0.16498776618590938) +(168.0, -0.17865672482921058) +(169.0, -0.19089679586830277) +(170.0, -0.18925829718853215) +(171.0, -0.1912814541015342) +(172.0, -0.1973463614812565) +(173.0, -0.17027730221910264) +(174.0, -0.1701348131508431) +(175.0, -0.1470124445994876) +(176.0, -0.13338921899992107) +(177.0, -0.11033810874118677) +(178.0, -0.10672586821159058) +(179.0, -0.09776474414945602) +(180.0, -0.10198868844658104) +(181.0, -0.062055358593438026) +(182.0, -0.06456619880797954) +(183.0, -0.07073615740600969) +(184.0, -0.06838403553618333) +(185.0, -0.08892079702704336) +(186.0, -0.07276516662610666) +(187.0, -0.08685181048011748) +(188.0, -0.11607691428483724) +(189.0, -0.09096850266890133) +(190.0, -0.07239147510814892) +(191.0, -0.054560543158471475) +(192.0, -0.05318761106568726) +(193.0, -0.036029461702602905) +(194.0, -0.04649061130751431) +(195.0, -0.04176770619055903) +(196.0, -0.028382717840767846) +(197.0, -0.012618515860643331) +(198.0, -0.025419282394669285) +(199.0, -0.014248399658840505) +(200.0, -0.010709265769799359) +}; +\end{axis} +\begin{axis}[height = {\figureheight}, ylabel = {}, title = {End effector positions}, xmin = {1.0}, xmax = {200.0}, ymax = {0.8789234413365394}, xlabel = {}, unbounded coords=jump +, scaled x ticks = false +, xticklabel style={rotate = 0} +, xmajorgrids = false +, xtick = {50.0,100.0,150.0,200.0} +, xticklabels = {50,100,150,200} +, xtick align = inside +, axis lines* = left +, scaled y ticks = false +, yticklabel style={rotate = 0} +, ymajorgrids = false +, ytick = {-0.25,0.0,0.25,0.5,0.75} +, yticklabels = {-0.25,0.00,0.25,0.50,0.75} +, ytick align = inside +, axis lines* = left +, xshift=0.0\figurewidth, yshift=2.1\figureheight, legend style={at={(0.5,-0.2)}, anchor=north, legend columns=4}, ymin = {-0.49997794333888823}, width = {\figurewidth}]\addplot+ [color = {rgb,1:red,0;green,0;blue,1}, +draw opacity=1.0, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0;green,0;blue,1}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(1.0, 4.9627487501702205e-5) +(2.0, 0.00024500544445837935) +(3.0, 0.0005459169142127962) +(4.0, 0.000972575267543907) +(5.0, 0.0015171692667622638) +(6.0, 0.00214358371466572) +(7.0, 0.002856655355836235) +(8.0, 0.0036631850482766737) +(9.0, 0.0045793518808859845) +(10.0, 0.005663813190190603) +(11.0, 0.006837836471869085) +(12.0, 0.008068506992548241) +(13.0, 0.009401804077967424) +(14.0, 0.010803615329180505) +(15.0, 0.012310674173460878) +(16.0, 0.013897770468839554) +(17.0, 0.015563082360801617) +(18.0, 0.01734176615337668) +(19.0, 0.01922549999268708) +(20.0, 0.021201262439167867) +(21.0, 0.023275076066278433) +(22.0, 0.025492904483647827) +(23.0, 0.027821676331003964) +(24.0, 0.030201143479572923) +(25.0, 0.03266900982765408) +(26.0, 0.03525687319996318) +(27.0, 0.037946305578891115) +(28.0, 0.04069765924141944) +(29.0, 0.043495898212006834) +(30.0, 0.046399433438090165) +(31.0, 0.04938093207457728) +(32.0, 0.05244055112534629) +(33.0, 0.055569181716792815) +(34.0, 0.058785134236783776) +(35.0, 0.062123843402549395) +(36.0, 0.06557184611068212) +(37.0, 0.06913257324284938) +(38.0, 0.07279371969757176) +(39.0, 0.07654757650390143) +(40.0, 0.08039743640557062) +(41.0, 0.08432149539962464) +(42.0, 0.0883259099387943) +(43.0, 0.09242160979139169) +(44.0, 0.09661996472597223) +(45.0, 0.10093553019532464) +(46.0, 0.10537814270111612) +(47.0, 0.10995591293048579) +(48.0, 0.1146297879340753) +(49.0, 0.11938953098704008) +(50.0, 0.12424779650457518) +(51.0, 0.12920674999673154) +(52.0, 0.1342770566984236) +(53.0, 0.1394465726679046) +(54.0, 0.14469960854890063) +(55.0, 0.15005919998176864) +(56.0, 0.15552009043665782) +(57.0, 0.16109169303312676) +(58.0, 0.16676664818790365) +(59.0, 0.17252809663019508) +(60.0, 0.17840923729916103) +(61.0, 0.18438636189688762) +(62.0, 0.19045770345498858) +(63.0, 0.19661828371298018) +(64.0, 0.20290325339731963) +(65.0, 0.2092785702418043) +(66.0, 0.21568878722325802) +(67.0, 0.22224358161541613) +(68.0, 0.22892205990534953) +(69.0, 0.23565725187473308) +(70.0, 0.2423757851729077) +(71.0, 0.24907227762700734) +(72.0, 0.2556789454000835) +(73.0, 0.2620668326388479) +(74.0, 0.2684827465154114) +(75.0, 0.2750903642958621) +(76.0, 0.28181647438208246) +(77.0, 0.2885061212564086) +(78.0, 0.29514077964386876) +(79.0, 0.30182399295708984) +(80.0, 0.3084695354453282) +(81.0, 0.3151467404984015) +(82.0, 0.32182320070090087) +(83.0, 0.32835592396370117) +(84.0, 0.33474503797266697) +(85.0, 0.340993591954733) +(86.0, 0.34740654277453475) +(87.0, 0.35388955349023843) +(88.0, 0.36018969646725235) +(89.0, 0.36644263252917053) +(90.0, 0.372659552973822) +(91.0, 0.3790412024690544) +(92.0, 0.3855549957107929) +(93.0, 0.3920164358901166) +(94.0, 0.39834562547944574) +(95.0, 0.4048260870168112) +(96.0, 0.41142755847736084) +(97.0, 0.4178109270170916) +(98.0, 0.4240816333234146) +(99.0, 0.43041277970966085) +(100.0, 0.4368482994758626) +(101.0, 0.44341774971178116) +(102.0, 0.4499674382371214) +(103.0, 0.4563128271578347) +(104.0, 0.4627015128758652) +(105.0, 0.46927504105514833) +(106.0, 0.47588048738076233) +(107.0, 0.48260841408578337) +(108.0, 0.48927186330752565) +(109.0, 0.4958190634509868) +(110.0, 0.5022433296640412) +(111.0, 0.5086917101566051) +(112.0, 0.5154416424837245) +(113.0, 0.5222323751410858) +(114.0, 0.5290932848849674) +(115.0, 0.5360641858721878) +(116.0, 0.5430238268195375) +(117.0, 0.5499001561362604) +(118.0, 0.5568546162765527) +(119.0, 0.5637440844109906) +(120.0, 0.5706214301165925) +(121.0, 0.5777010489348189) +(122.0, 0.5846917888105356) +(123.0, 0.591781773086609) +(124.0, 0.5990473776259151) +(125.0, 0.606184762483768) +(126.0, 0.613293698177462) +(127.0, 0.6205328513963067) +(128.0, 0.6277450640716877) +(129.0, 0.634564195874029) +(130.0, 0.6411990333103037) +(131.0, 0.6477510065053292) +(132.0, 0.6542460418984308) +(133.0, 0.6607100093641214) +(134.0, 0.6668931653708375) +(135.0, 0.6727595452347305) +(136.0, 0.6786103835664428) +(137.0, 0.6844816377105909) +(138.0, 0.6900991971816093) +(139.0, 0.6952365261063754) +(140.0, 0.7000818201245081) +(141.0, 0.7051669787761173) +(142.0, 0.7102282280263588) +(143.0, 0.7153012718115642) +(144.0, 0.7206005044781202) +(145.0, 0.726100408309766) +(146.0, 0.7316260016800684) +(147.0, 0.7368616749089778) +(148.0, 0.7420292634358742) +(149.0, 0.747022540971893) +(150.0, 0.7519480986918428) +(151.0, 0.7567111604578484) +(152.0, 0.7612724552283833) +(153.0, 0.7657532143369157) +(154.0, 0.7702262068490653) +(155.0, 0.7745744385129139) +(156.0, 0.7788934124987994) +(157.0, 0.7833334795482094) +(158.0, 0.7877270468631603) +(159.0, 0.7918862224643686) +(160.0, 0.7958569758634784) +(161.0, 0.7997752209235005) +(162.0, 0.8037344829281114) +(163.0, 0.8078196635514618) +(164.0, 0.8117080825005262) +(165.0, 0.8151886961344477) +(166.0, 0.8183834778418955) +(167.0, 0.8215191339885791) +(168.0, 0.824801822127743) +(169.0, 0.828271040424643) +(170.0, 0.8317951855011334) +(171.0, 0.8353086427724258) +(172.0, 0.8388692940804625) +(173.0, 0.8422208314160009) +(174.0, 0.8453479669670478) +(175.0, 0.8482560638389719) +(176.0, 0.8508655323708313) +(177.0, 0.8531630476460522) +(178.0, 0.855232971424714) +(179.0, 0.8571858447781341) +(180.0, 0.8590660982437159) +(181.0, 0.8605523413825262) +(182.0, 0.8617140608858181) +(183.0, 0.8629415635354927) +(184.0, 0.8641841075956006) +(185.0, 0.8655674681279206) +(186.0, 0.8669534760928626) +(187.0, 0.8683286327300395) +(188.0, 0.8700351877733812) +(189.0, 0.8717357109455868) +(190.0, 0.8730887213658026) +(191.0, 0.8741437230620176) +(192.0, 0.8750444021589946) +(193.0, 0.8757771633472841) +(194.0, 0.876463190394878) +(195.0, 0.8771813531212567) +(196.0, 0.877747725429244) +(197.0, 0.8780573314495923) +(198.0, 0.8784098178632407) +(199.0, 0.8787209681688313) +(200.0, 0.8789234413365394) +}; +\addlegendentry{x} +\addplot+ [color = {rgb,1:red,1;green,0;blue,0}, +draw opacity=1.0, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,1;green,0;blue,0}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(1.0, -0.49997794333888823) +(2.0, -0.49989835384951053) +(3.0, -0.4998168710665246) +(4.0, -0.49967504998740864) +(5.0, -0.49942387222602025) +(6.0, -0.4991497051900522) +(7.0, -0.49885699407828377) +(8.0, -0.4985550266235329) +(9.0, -0.4981969858477804) +(10.0, -0.49753681804537336) +(11.0, -0.4967769777882787) +(12.0, -0.49613205563932705) +(13.0, -0.49552671775158874) +(14.0, -0.49510691413869756) +(15.0, -0.4946028012388032) +(16.0, -0.49410871831519987) +(17.0, -0.49362782923276116) +(18.0, -0.4928567003705111) +(19.0, -0.4918780741446589) +(20.0, -0.49082794859270884) +(21.0, -0.48973071714813493) +(22.0, -0.488332033935597) +(23.0, -0.4867492207894439) +(24.0, -0.4854313744725971) +(25.0, -0.48425234162852704) +(26.0, -0.4828480092862905) +(27.0, -0.48131173305295183) +(28.0, -0.4799159692078683) +(29.0, -0.47863154598197866) +(30.0, -0.4771264323963051) +(31.0, -0.47563836805063503) +(32.0, -0.4742586880968814) +(33.0, -0.47309915280517945) +(34.0, -0.4718991570995475) +(35.0, -0.47035030232310104) +(36.0, -0.46871432269337904) +(37.0, -0.46703341165368073) +(38.0, -0.465359523820412) +(39.0, -0.4635955122983053) +(40.0, -0.46158071164157455) +(41.0, -0.45970348190796806) +(42.0, -0.4579037678481864) +(43.0, -0.45587008494066) +(44.0, -0.4538582474864612) +(45.0, -0.4519420838370677) +(46.0, -0.45010589870801204) +(47.0, -0.4481096260987511) +(48.0, -0.445935975826273) +(49.0, -0.4437087832185319) +(50.0, -0.44139000085815827) +(51.0, -0.43900211164506997) +(52.0, -0.4368830965792286) +(53.0, -0.43487163929833306) +(54.0, -0.43262829655965196) +(55.0, -0.4302826650907791) +(56.0, -0.4278281005711534) +(57.0, -0.42548332090570595) +(58.0, -0.4231184396045836) +(59.0, -0.4204991239915306) +(60.0, -0.4179439282429267) +(61.0, -0.4153651654042525) +(62.0, -0.41270241781346495) +(63.0, -0.40996954375835953) +(64.0, -0.40731328627845653) +(65.0, -0.4045639701814717) +(66.0, -0.4015062593649357) +(67.0, -0.3986353253516618) +(68.0, -0.3959784818986536) +(69.0, -0.3933611623157945) +(70.0, -0.3906244923911404) +(71.0, -0.38782981095669) +(72.0, -0.38476014628018335) +(73.0, -0.3810859999978116) +(74.0, -0.37754412718781194) +(75.0, -0.3745168147875042) +(76.0, -0.37175813330647944) +(77.0, -0.3688998046086462) +(78.0, -0.36594006117675165) +(79.0, -0.3630466168970677) +(80.0, -0.36002388075491726) +(81.0, -0.35699456118682127) +(82.0, -0.35393773667515943) +(83.0, -0.3506850596799195) +(84.0, -0.3472296209770067) +(85.0, -0.34358181347475913) +(86.0, -0.3402073427556527) +(87.0, -0.33696160844791145) +(88.0, -0.3334580869139757) +(89.0, -0.3299106818466011) +(90.0, -0.3263747923790745) +(91.0, -0.32311302246976337) +(92.0, -0.3200441030526512) +(93.0, -0.3169170428734961) +(94.0, -0.3136412002503446) +(95.0, -0.3105779093664719) +(96.0, -0.3076475243316469) +(97.0, -0.3044219428938931) +(98.0, -0.3010690536069568) +(99.0, -0.2978052527877968) +(100.0, -0.29467986214592135) +(101.0, -0.2917210781075307) +(102.0, -0.28872024866751733) +(103.0, -0.28544202116279915) +(104.0, -0.2821888574993108) +(105.0, -0.2791471283949972) +(106.0, -0.276139725102718) +(107.0, -0.2732393055317104) +(108.0, -0.27027653073752367) +(109.0, -0.2671863898340917) +(110.0, -0.26397443042553503) +(111.0, -0.2608133743789117) +(112.0, -0.25796812801646707) +(113.0, -0.2551794008991185) +(114.0, -0.25242327982248036) +(115.0, -0.24972283755108038) +(116.0, -0.24702036003857464) +(117.0, -0.2442596900884556) +(118.0, -0.24154591648401091) +(119.0, -0.2388003084456225) +(120.0, -0.23604756830425422) +(121.0, -0.23339601382761588) +(122.0, -0.23062213892737649) +(123.0, -0.22790490467168245) +(124.0, -0.22533065478265202) +(125.0, -0.22267789441087038) +(126.0, -0.21997157011055313) +(127.0, -0.21734545005336325) +(128.0, -0.2147234603241216) +(129.0, -0.21181863625520192) +(130.0, -0.2087936566420845) +(131.0, -0.205708128559294) +(132.0, -0.20257340724120643) +(133.0, -0.19999999998648443) +(134.0, -0.1999999999992227) +(135.0, -0.19999999999992513) +(136.0, -0.2001185638995151) +(137.0, -0.20027141838476337) +(138.0, -0.2002239031523112) +(139.0, -0.19999999999999996) +(140.0, -0.20000880971978807) +(141.0, -0.20020030527683463) +(142.0, -0.20038411418471402) +(143.0, -0.20059179254359305) +(144.0, -0.20096065540413355) +(145.0, -0.20146511967552183) +(146.0, -0.2020075228091046) +(147.0, -0.20239015566271334) +(148.0, -0.20272732920447467) +(149.0, -0.20288968087264359) +(150.0, -0.20301100688293838) +(151.0, -0.20304455938968036) +(152.0, -0.20296993494353488) +(153.0, -0.20289332470823107) +(154.0, -0.20282099073795656) +(155.0, -0.20266326020934855) +(156.0, -0.20252149220797688) +(157.0, -0.20250112235236772) +(158.0, -0.20247423225429328) +(159.0, -0.20233897469098117) +(160.0, -0.20214933459821616) +(161.0, -0.20195724375100055) +(162.0, -0.20185593556019454) +(163.0, -0.20194720446023795) +(164.0, -0.2019480299826294) +(165.0, -0.20166505835269) +(166.0, -0.2012002693521393) +(167.0, -0.20075410362967594) +(168.0, -0.20046614686978148) +(169.0, -0.20038393378513708) +(170.0, -0.20043035720432345) +(171.0, -0.20052933479620216) +(172.0, -0.2007393784540027) +(173.0, -0.20090684905874512) +(174.0, -0.20101516103054062) +(175.0, -0.20106628695318107) +(176.0, -0.20095824850118116) +(177.0, -0.2007012052221382) +(178.0, -0.20040884305224027) +(179.0, -0.2000997872484218) +(180.0, -0.20000654830605036) +(181.0, -0.19999999999905138) +(182.0, -0.20002490155819497) +(183.0, -0.20011891551884997) +(184.0, -0.20027431367697612) +(185.0, -0.2006034455071064) +(186.0, -0.20099382445826475) +(187.0, -0.20142736117166493) +(188.0, -0.20218503301040702) +(189.0, -0.2029818490234495) +(190.0, -0.20356062454233037) +(191.0, -0.20398427640864514) +(192.0, -0.20435500596052802) +(193.0, -0.20467152575174408) +(194.0, -0.20500097038891074) +(195.0, -0.20537740145460448) +(196.0, -0.20565957425058945) +(197.0, -0.20574932182792616) +(198.0, -0.20585600869613296) +(199.0, -0.20594583573163294) +(200.0, -0.20597204982929984) +}; +\addlegendentry{y} +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0;green,0;blue,1}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(1.0, -0.2) +(200.0, -0.2) +(NaN, -0.2) +}; +\addlegendentry{Constraint} +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,1;green,0;blue,0}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(133.0, -0.49997794333888823) +(133.0, 0.8789234413365394) +(133.0, NaN) +}; +\addlegendentry{Stiff contact} +\end{axis} +\begin{axis}[height = {\figureheight}, ylabel = {}, title = {Control torques}, xmin = {1.0}, xmax = {200.0}, ymax = {3.0426195072142908}, xlabel = {}, unbounded coords=jump +, scaled x ticks = false +, xticklabel style={rotate = 0} +, xmajorgrids = false +, xtick = {50.0,100.0,150.0,200.0} +, xticklabels = {50,100,150,200} +, xtick align = inside +, axis lines* = left +, scaled y ticks = false +, yticklabel style={rotate = 0} +, ymajorgrids = false +, ytick = {-1.0,0.0,1.0,2.0,3.0} +, yticklabels = {-1,0,1,2,3} +, ytick align = inside +, axis lines* = left +, xshift=1.05\figurewidth, yshift=2.1\figureheight, legend style={at={(0.5,-0.2)}, anchor=north, legend columns=4}, ymin = {-1.3049061767116672}, width = {\figurewidth}]\addplot+ [color = {rgb,1:red,0;green,0;blue,1}, +draw opacity=1.0, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0;green,0;blue,1}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.8405384300581145) +(2.0, 1.097862217359743) +(3.0, 1.3694410492273628) +(4.0, 1.235244424123941) +(5.0, 1.2314247484733993) +(6.0, 1.1380424103515328) +(7.0, 1.319661321947178) +(8.0, 1.2623404987460425) +(9.0, 1.40538576379859) +(10.0, 1.3104668876163286) +(11.0, 1.17488914219958) +(12.0, 1.5093917585664243) +(13.0, 1.4834844610347537) +(14.0, 1.547430006151256) +(15.0, 1.2972786890443082) +(16.0, 1.5487023115355332) +(17.0, 1.3285816427332269) +(18.0, 1.3061867452172193) +(19.0, 1.4726686294374556) +(20.0, 1.5072444167055914) +(21.0, 1.6294818666854527) +(22.0, 1.5383753317903293) +(23.0, 1.613808455954904) +(24.0, 1.8162086397274255) +(25.0, 1.7860476723663814) +(26.0, 1.5670189270887065) +(27.0, 1.838560257062155) +(28.0, 1.6694193024974178) +(29.0, 1.669577990265687) +(30.0, 1.8048618200374138) +(31.0, 1.8057842675578981) +(32.0, 1.9694439935799866) +(33.0, 1.8819256640181643) +(34.0, 1.8697106080664043) +(35.0, 1.9736427601160598) +(36.0, 2.120550096378483) +(37.0, 2.1309839615205948) +(38.0, 2.1144369082683117) +(39.0, 2.0448586216750315) +(40.0, 2.129194965344309) +(41.0, 2.143411358876127) +(42.0, 2.1836232362938373) +(43.0, 2.1907504240007167) +(44.0, 2.4769966896049276) +(45.0, 2.4100401580438087) +(46.0, 2.616807505971226) +(47.0, 2.573218383198521) +(48.0, 2.341006648093817) +(49.0, 2.5357353676043632) +(50.0, 2.5645993906557374) +(51.0, 2.6356177752400445) +(52.0, 2.503006612482165) +(53.0, 2.5961328258145833) +(54.0, 2.684949137278625) +(55.0, 2.823977535210327) +(56.0, 2.7321738392435777) +(57.0, 2.697370919352429) +(58.0, 2.850397776388079) +(59.0, 2.9724381095225962) +(60.0, 2.7519935688494868) +(61.0, 2.9048111670228822) +(62.0, 2.901949632124903) +(63.0, 2.8843956327032525) +(64.0, 2.9497464785740104) +(65.0, 2.963186707518938) +(66.0, 3.0426195072142908) +(67.0, 2.779545791921599) +(68.0, 2.6559702626508552) +(69.0, 2.5564345297583) +(70.0, 2.424755006503707) +(71.0, 2.3171985204879535) +(72.0, 2.550956964964234) +(73.0, 2.4271145132922594) +(74.0, 2.294742014876089) +(75.0, 2.3311624656049816) +(76.0, 2.355821019569125) +(77.0, 2.314024253122027) +(78.0, 2.20571089697526) +(79.0, 2.5121794679975578) +(80.0, 2.2775337872558903) +(81.0, 2.574911714331355) +(82.0, 2.0719730002476124) +(83.0, 2.1327160220640313) +(84.0, 2.163447160513097) +(85.0, 2.165582703984982) +(86.0, 2.3507193939242192) +(87.0, 2.0042149204974145) +(88.0, 2.268917795376966) +(89.0, 2.018378290005137) +(90.0, 2.0379879682051847) +(91.0, 2.0915004187465316) +(92.0, 2.1091555565154567) +(93.0, 2.013294946197494) +(94.0, 2.0264029936109815) +(95.0, 2.04706525907349) +(96.0, 2.171771973558526) +(97.0, 2.0591526019871713) +(98.0, 2.0057490467240946) +(99.0, 1.9987294708942112) +(100.0, 1.9580685777893563) +(101.0, 1.959420072744143) +(102.0, 2.1239795972149995) +(103.0, 2.177689743799649) +(104.0, 1.950763571516641) +(105.0, 1.9055908231870353) +(106.0, 1.9948344514157614) +(107.0, 1.993562278262831) +(108.0, 1.851685857832356) +(109.0, 2.0854423769826935) +(110.0, 1.8035572512038809) +(111.0, 1.8850161768577067) +(112.0, 1.7268013506446276) +(113.0, 1.9211495961739273) +(114.0, 2.0182048105148973) +(115.0, 1.9810975776216966) +(116.0, 1.690431948591608) +(117.0, 1.92956589997623) +(118.0, 1.9006197010021324) +(119.0, 1.6504875307460265) +(120.0, 2.013725518421508) +(121.0, 2.072061011657565) +(122.0, 1.903888991245389) +(123.0, 1.9162390151526096) +(124.0, 1.7322393944950933) +(125.0, 1.7714676666108793) +(126.0, 2.0615295638057907) +(127.0, 1.7123434394030808) +(128.0, 1.7721774310871616) +(129.0, 1.7620205489924647) +(130.0, 1.7740823247100972) +(131.0, 1.8714341389518883) +(132.0, 1.8246496453915346) +(133.0, 1.6848488287464987) +(134.0, 1.8980239747992051) +(135.0, 1.5585623010022212) +(136.0, 1.3835704245365803) +(137.0, 1.483793861878832) +(138.0, 1.57951428496634) +(139.0, 1.4044438591764556) +(140.0, 1.4145258789277984) +(141.0, 1.4119219631971718) +(142.0, 1.4028770080857198) +(143.0, 1.3804984937302287) +(144.0, 1.5196700721501084) +(145.0, 1.4299512033473512) +(146.0, 1.3546440783629028) +(147.0, 1.2281824851030816) +(148.0, 1.6138427584905553) +(149.0, 1.505029846996475) +(150.0, 1.3215907628480503) +(151.0, 1.3733319192717233) +(152.0, 1.2657012453576768) +(153.0, 1.2821286447571159) +(154.0, 1.5123086559899988) +(155.0, 1.2959770928790117) +(156.0, 1.3502516018702986) +(157.0, 1.332947857502354) +(158.0, 1.3590782255759821) +(159.0, 1.1237183719761978) +(160.0, 1.2417278668888394) +(161.0, 1.371238863448085) +(162.0, 1.1218769684668937) +(163.0, 1.1698173600644657) +(164.0, 1.310465122207962) +(165.0, 1.3284208225292256) +(166.0, 1.2528124859014989) +(167.0, 1.1745343345540806) +(168.0, 1.326051835955299) +(169.0, 1.0846890656650865) +(170.0, 1.2042293989281727) +(171.0, 1.2067537693325134) +(172.0, 1.1250830794810103) +(173.0, 0.9895199264320258) +(174.0, 1.1244914127083294) +(175.0, 0.9808631955681975) +(176.0, 1.3023998701497599) +(177.0, 0.8695075852732637) +(178.0, 1.0368564373314253) +(179.0, 1.1704941137872384) +(180.0, 1.0605526944026031) +(181.0, 1.0761567902125637) +(182.0, 1.1365584434480924) +(183.0, 1.1470475954840076) +(184.0, 0.9829734154504657) +(185.0, 1.060907570469433) +(186.0, 1.0064464300813987) +(187.0, 1.0861429835637781) +(188.0, 0.920832700846197) +(189.0, 1.19589927893436) +(190.0, 0.8731576052553836) +(191.0, 1.0398745524836652) +(192.0, 0.8773456172467569) +(193.0, 0.9157974261430875) +(194.0, 0.9004131727740455) +(195.0, 0.9706454067890659) +(196.0, 0.8322123256630641) +(197.0, 0.9267279711709374) +(198.0, 0.9547796887613307) +(199.0, 0.803810827351372) +(200.0, 0.8061035099458249) +}; +\addplot+ [color = {rgb,1:red,1;green,0;blue,0}, +draw opacity=1.0, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,1;green,0;blue,0}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.43585183392900045) +(2.0, 0.46575723940042346) +(3.0, 0.470448217603141) +(4.0, 0.6484883580175237) +(5.0, 0.837964506634025) +(6.0, 0.8270981562686376) +(7.0, 0.8522306470633307) +(8.0, 0.8502258603314365) +(9.0, 0.9038603108641095) +(10.0, 1.0725889021614656) +(11.0, 0.8944078333638413) +(12.0, 0.9445572289617354) +(13.0, 0.9226039197719655) +(14.0, 0.8288474674801997) +(15.0, 0.9926693371454932) +(16.0, 0.8513014973675714) +(17.0, 0.9459897939247245) +(18.0, 1.0602331085767336) +(19.0, 0.9810684989550925) +(20.0, 1.011311942637714) +(21.0, 0.9834472172270684) +(22.0, 1.1613524047047237) +(23.0, 0.9918700323566081) +(24.0, 0.914533701643633) +(25.0, 1.0020267888657866) +(26.0, 1.1027281833434301) +(27.0, 0.9999914811819979) +(28.0, 0.9537886384353212) +(29.0, 0.9785886141571088) +(30.0, 1.122980327259824) +(31.0, 0.8972503554255854) +(32.0, 1.0344459425008783) +(33.0, 0.8234226728216699) +(34.0, 1.1059804256776138) +(35.0, 1.039523099076859) +(36.0, 1.0075221247050552) +(37.0, 1.0198509768067352) +(38.0, 0.978685035607448) +(39.0, 1.059155596756112) +(40.0, 1.0879256370234316) +(41.0, 0.8788454339679028) +(42.0, 1.059882734978709) +(43.0, 1.0534162891683745) +(44.0, 0.9460946452252319) +(45.0, 0.9804779644236932) +(46.0, 0.9267362481313853) +(47.0, 1.078865518382854) +(48.0, 0.9704613685870473) +(49.0, 1.0128763812681083) +(50.0, 0.9906984529066128) +(51.0, 0.9966491230206999) +(52.0, 0.7882898953025086) +(53.0, 0.9404965900349305) +(54.0, 0.9853935772543791) +(55.0, 0.913891079138109) +(56.0, 0.9685058529090952) +(57.0, 0.7231665899077677) +(58.0, 0.6953012661650914) +(59.0, 0.89968600427684) +(60.0, 0.420227884904458) +(61.0, 0.10799678340191726) +(62.0, -0.07815641045817416) +(63.0, -0.2768032348904039) +(64.0, -0.5694390742664722) +(65.0, -0.49462788592928525) +(66.0, -0.40119091312987865) +(67.0, -0.7236974384157945) +(68.0, -0.6191744148065209) +(69.0, -0.6774589183345346) +(70.0, -0.5626020684810102) +(71.0, -0.6965885466333488) +(72.0, -0.46158581463213466) +(73.0, -0.4302309367649405) +(74.0, -0.7850270645379724) +(75.0, -0.781270184934522) +(76.0, -0.7658765575471719) +(77.0, -0.6301181888044045) +(78.0, -0.7463370721596608) +(79.0, -0.7567900075222566) +(80.0, -0.6648786857763612) +(81.0, -0.8239985862214404) +(82.0, -0.6911770355134532) +(83.0, -0.7012668448505752) +(84.0, -0.6644552968498538) +(85.0, -0.6770550527527917) +(86.0, -0.9591178777922418) +(87.0, -0.6955493668372136) +(88.0, -0.711067135804471) +(89.0, -0.8028451671768924) +(90.0, -0.7598370508930455) +(91.0, -1.0020724615164096) +(92.0, -0.8205901685421538) +(93.0, -0.8649814459090055) +(94.0, -0.7612230585023178) +(95.0, -1.0939541630242868) +(96.0, -0.8235381297598968) +(97.0, -0.8018685636803268) +(98.0, -0.8819933140149968) +(99.0, -0.9548488881762416) +(100.0, -0.9655589806902849) +(101.0, -1.0280400483617027) +(102.0, -0.8829029230622613) +(103.0, -0.849341481793255) +(104.0, -1.0542714230698738) +(105.0, -1.032416189745218) +(106.0, -0.9863042694110944) +(107.0, -1.1164610138069333) +(108.0, -0.9049345234905923) +(109.0, -1.0405419572824468) +(110.0, -0.9042173987575248) +(111.0, -1.1328942009993683) +(112.0, -1.1737667713409157) +(113.0, -1.022583967927331) +(114.0, -1.183837531795805) +(115.0, -1.096489157113452) +(116.0, -1.1353476223743246) +(117.0, -1.0585605623203584) +(118.0, -1.2273853677373199) +(119.0, -1.0173866168418908) +(120.0, -1.2298875951884134) +(121.0, -1.1871880494476441) +(122.0, -1.0711990440809491) +(123.0, -1.3049061767116672) +(124.0, -1.1978036945008814) +(125.0, -1.12974958256212) +(126.0, -1.22426083570551) +(127.0, -1.261274884368123) +(128.0, -1.1695474584517367) +(129.0, -0.9899708346066993) +(130.0, -1.2150398511448626) +(131.0, -1.052154408746593) +(132.0, -1.200742664004556) +(133.0, -1.0954928200697704) +(134.0, -1.1055213894372307) +(135.0, -1.0864694897964302) +(136.0, -1.2780732893485154) +(137.0, -1.140187775698604) +(138.0, -1.0643626095524796) +(139.0, -0.9178310754040339) +(140.0, -1.0952135296173178) +(141.0, -1.2573149203242393) +(142.0, -0.9880329572901823) +(143.0, -1.246499726565185) +(144.0, -1.1700554993941197) +(145.0, -1.2710264147252919) +(146.0, -1.1164092722713295) +(147.0, -1.0476242002977503) +(148.0, -1.184024413532011) +(149.0, -0.9597930585255986) +(150.0, -1.206457726361598) +(151.0, -0.91628859821814) +(152.0, -1.1097268127569964) +(153.0, -0.9872089515369529) +(154.0, -1.115395662083629) +(155.0, -0.9201421130682337) +(156.0, -1.1396297938413136) +(157.0, -1.048691601136467) +(158.0, -1.0393117322818106) +(159.0, -0.9181799853178114) +(160.0, -1.0110454757523495) +(161.0, -0.9713330848769355) +(162.0, -1.0711221536071887) +(163.0, -1.0694195994785702) +(164.0, -0.8634415951057596) +(165.0, -0.8390811173453643) +(166.0, -0.8557538843284093) +(167.0, -0.9467930140166915) +(168.0, -0.9985280630038833) +(169.0, -1.0260473377493144) +(170.0, -0.9624926473877266) +(171.0, -0.9808589731973214) +(172.0, -1.011982238667286) +(173.0, -0.8301179882461892) +(174.0, -0.9319220056946224) +(175.0, -0.7989861320159581) +(176.0, -0.7969420831654411) +(177.0, -0.7297787790887842) +(178.0, -0.7931993281718845) +(179.0, -0.7484021872548972) +(180.0, -0.794733995067036) +(181.0, -0.5245447883873702) +(182.0, -0.7257719738859214) +(183.0, -0.7521859202612827) +(184.0, -0.71979867739056) +(185.0, -0.8488228623654044) +(186.0, -0.6719498281246283) +(187.0, -0.8172449447257495) +(188.0, -0.9424286717069524) +(189.0, -0.6639630474176565) +(190.0, -0.6654917740429102) +(191.0, -0.6251044347117806) +(192.0, -0.693460369864034) +(193.0, -0.5920944452389745) +(194.0, -0.7216563214694811) +(195.0, -0.6478923644310076) +(196.0, -0.5883187230945957) +(197.0, -0.48919339575171195) +(198.0, -0.6572094132284997) +(199.0, -0.5248010684404567) +(200.0, -0.4575847956352734) +}; +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0;green,0;blue,1}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(62.0, -1.3049061767116672) +(62.0, 3.0426195072142908) +(62.0, NaN) +}; +\addlegendentry{Velocity sign change} +\end{axis} + +\end{tikzpicture} diff --git a/jump_lin_id/figs/robot_val.tex b/jump_lin_id/figs/robot_val.tex new file mode 100644 index 0000000000000000000000000000000000000000..22586689b03f259cdb437ee38bf6fe2a296619ce --- /dev/null +++ b/jump_lin_id/figs/robot_val.tex @@ -0,0 +1,18102 @@ +\begin{tikzpicture}[] +\begin{axis}[height = {\figureheight}, ylabel = {}, title = {$q_1$}, xmin = {1.0}, xmax = {200.0}, ymax = {0.2431598321681942}, xlabel = {}, unbounded coords=jump +, scaled x ticks = false +, xticklabel style={rotate = 0} +, xmajorgrids = false +, xtick = {50.0,100.0,150.0,200.0} +, xticklabels = {50,100,150,200} +, xtick align = inside +, axis lines* = left +, scaled y ticks = false +, yticklabel style={rotate = 0} +, ymajorgrids = false +, ytick = {-1.2000000000000002,-0.9000000000000001,-0.6000000000000001,-0.30000000000000004,0.0} +, yticklabels = {-1.2,-0.9,-0.6,-0.3,0.0} +, ytick align = inside +, axis lines* = left +, xshift=0.0\figurewidth, yshift=0.0\figureheight, legend style={at={(1.2,1.25)}, anchor=south, legend columns=4}, ymin = {-1.3180282010216717}, width = {\figurewidth}]\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, +draw opacity=1.0, +line width=4, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3177111358799571) +(3.0, -1.3172277616844787) +(4.0, -1.3165197480972675) +(5.0, -1.3156223008817036) +(6.0, -1.3145244362314608) +(7.0, -1.3132249518763064) +(8.0, -1.3117557390129928) +(9.0, -1.3101220178898272) +(10.0, -1.3083476548855124) +(11.0, -1.306399400804012) +(12.0, -1.3042853264890466) +(13.0, -1.3019915782262654) +(14.0, -1.2994923175486197) +(15.0, -1.2967850283414455) +(16.0, -1.2938841024158094) +(17.0, -1.2908016168439735) +(18.0, -1.2874673356102373) +(19.0, -1.2838816316883241) +(20.0, -1.2800666097520863) +(21.0, -1.2760310395775818) +(22.0, -1.2717952931422676) +(23.0, -1.267388972914566) +(24.0, -1.262811804614351) +(25.0, -1.2580063375508126) +(26.0, -1.2529720624017602) +(27.0, -1.2477731483157304) +(28.0, -1.2424074926122834) +(29.0, -1.23682520588532) +(30.0, -1.2310295542624188) +(31.0, -1.225063792647643) +(32.0, -1.2189261243675467) +(33.0, -1.2125886313734058) +(34.0, -1.206020349585462) +(35.0, -1.1991911470903363) +(36.0, -1.1921302293818343) +(37.0, -1.184825847004014) +(38.0, -1.1772619053495024) +(39.0, -1.1694431449698803) +(40.0, -1.1613151877261974) +(41.0, -1.1529034561733504) +(42.0, -1.1442124620815224) +(43.0, -1.1352158278818585) +(44.0, -1.1259217915425643) +(45.0, -1.1163208852017157) +(46.0, -1.1063913187445056) +(47.0, -1.0961602188586743) +(48.0, -1.0856360713055548) +(49.0, -1.0747927770767776) +(50.0, -1.0636497898982424) +(51.0, -1.052187238923893) +(52.0, -1.040395703201735) +(53.0, -1.0282854840778664) +(54.0, -1.015876666750016) +(55.0, -1.003181868698152) +(56.0, -0.9902190785297944) +(57.0, -0.9769934327382485) +(58.0, -0.96344504535645) +(59.0, -0.949566199800585) +(60.0, -0.9354157618183231) +(61.0, -0.9210111763691406) +(62.0, -0.906369496234857) +(63.0, -0.8914886413789814) +(64.0, -0.8763160367104575) +(65.0, -0.8608833234720913) +(66.0, -0.8451681409999129) +(67.0, -0.8291804534667692) +(68.0, -0.81307024991093) +(69.0, -0.7968874241435264) +(70.0, -0.7806882844960777) +(71.0, -0.7645579717268723) +(72.0, -0.7484668099923865) +(73.0, -0.732424113602165) +(74.0, -0.7164691784631716) +(75.0, -0.7005762706428088) +(76.0, -0.6847361155992625) +(77.0, -0.6688991023305337) +(78.0, -0.6530997566088808) +(79.0, -0.6373833603213616) +(80.0, -0.6217290265745533) +(81.0, -0.6061292254871921) +(82.0, -0.5905867288700256) +(83.0, -0.575126544561455) +(84.0, -0.5597664099199947) +(85.0, -0.5445015619316063) +(86.0, -0.5293369917619694) +(87.0, -0.514264709269899) +(88.0, -0.49927928885525497) +(89.0, -0.4844071437126694) +(90.0, -0.46963821047430854) +(91.0, -0.4549281691569718) +(92.0, -0.44028139854854476) +(93.0, -0.4257918639170855) +(94.0, -0.4114391582497716) +(95.0, -0.3971875348769399) +(96.0, -0.3830466490429487) +(97.0, -0.36902561050362437) +(98.0, -0.35512815944391724) +(99.0, -0.34134260480311246) +(100.0, -0.32772619136209397) +(101.0, -0.3142845456599259) +(102.0, -0.3009812516854499) +(103.0, -0.28782824360594517) +(104.0, -0.27480275485557376) +(105.0, -0.26187535106940174) +(106.0, -0.2490933641773157) +(107.0, -0.23648390358093616) +(108.0, -0.22398150377651896) +(109.0, -0.21159718150098017) +(110.0, -0.19936241753109477) +(111.0, -0.187247906222918) +(112.0, -0.17524372198382132) +(113.0, -0.16336096468743605) +(114.0, -0.15160491869467294) +(115.0, -0.13993926079237035) +(116.0, -0.12838454355173096) +(117.0, -0.11699519555128299) +(118.0, -0.10574481079101185) +(119.0, -0.094580957344678) +(120.0, -0.083542902870891) +(121.0, -0.07263491485800654) +(122.0, -0.06186319244788473) +(123.0, -0.051198939257484116) +(124.0, -0.040605307256322117) +(125.0, -0.03009305545152253) +(126.0, -0.019671090229615988) +(127.0, -0.009339271219778152) +(128.0, 0.0009617084784840351) +(129.0, 0.01121238545511288) +(130.0, 0.021387648397524654) +(131.0, 0.03150095997845182) +(132.0, 0.04152521819593377) +(133.0, 0.05147343756252177) +(134.0, 0.06137318853070001) +(135.0, 0.0711261759621007) +(136.0, 0.08062312262082406) +(137.0, 0.08862317037781088) +(138.0, 0.0943489635035704) +(139.0, 0.09994768061540436) +(140.0, 0.10520917990966855) +(141.0, 0.11041658828880319) +(142.0, 0.11555420388377802) +(143.0, 0.12059476656729151) +(144.0, 0.12557825848919632) +(145.0, 0.13052820289353756) +(146.0, 0.13541507679890888) +(147.0, 0.14015299084678734) +(148.0, 0.14444703146918617) +(149.0, 0.148629073637251) +(150.0, 0.15253666769946342) +(151.0, 0.15615088535030974) +(152.0, 0.15963085416650935) +(153.0, 0.1627348822334681) +(154.0, 0.16554039832349118) +(155.0, 0.16830466987886317) +(156.0, 0.17105639704941153) +(157.0, 0.17384717477720618) +(158.0, 0.17662213783845665) +(159.0, 0.17933645703836978) +(160.0, 0.18200975838406294) +(161.0, 0.1846446768055938) +(162.0, 0.18723663366817894) +(163.0, 0.18982415797656182) +(164.0, 0.19244210909377202) +(165.0, 0.1950413429042728) +(166.0, 0.19764532403016155) +(167.0, 0.20019444975771242) +(168.0, 0.20263842512487623) +(169.0, 0.20502384481515323) +(170.0, 0.20734690800439687) +(171.0, 0.20960120992642978) +(172.0, 0.21179171985328113) +(173.0, 0.2139006648939556) +(174.0, 0.21591949489797635) +(175.0, 0.21788115416469134) +(176.0, 0.21980611711526563) +(177.0, 0.22167043428788366) +(178.0, 0.2234490949344124) +(179.0, 0.22515902457257636) +(180.0, 0.2268060509600297) +(181.0, 0.22840437642188316) +(182.0, 0.229928854821145) +(183.0, 0.23134546811600373) +(184.0, 0.23267396416427494) +(185.0, 0.2339333527302501) +(186.0, 0.23511181057450084) +(187.0, 0.23619369103374369) +(188.0, 0.23721290407919524) +(189.0, 0.23815377698521717) +(190.0, 0.23898483579611748) +(191.0, 0.23974365670539208) +(192.0, 0.24037895064382325) +(193.0, 0.2408908111235346) +(194.0, 0.24135222906306975) +(195.0, 0.24179697212176704) +(196.0, 0.24219585729335694) +(197.0, 0.24252430849015327) +(198.0, 0.24281158086229693) +(199.0, 0.24302011136022586) +(200.0, 0.2431598321681942) +}; +\addlegendentry{States} +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.88887350;green,0.43564919;blue,0.27812294}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(62.0, -1.3180282010216717) +(62.0, 0.2431598321681942) +(62.0, NaN) +}; +\addlegendentry{Original Velocity sign change} +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.24222430;green,0.64327509;blue,0.30444865}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(133.0, -1.3180282010216717) +(133.0, 0.2431598321681942) +(133.0, NaN) +}; +\addlegendentry{Original Stiff contact} +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.1, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.1, + fill = {rgb,1:red,0.76444018;green,0.44411178;blue,0.82429754}, fill opacity = 0.1, + line width = 1, + rotate = 0, + solid +}]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; + +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.12631578947368421, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.12631578947368421, + fill = {rgb,1:red,0.67554396;green,0.55566233;blue,0.09423434}, fill opacity = 0.12631578947368421, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.15263157894736842, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.15263157894736842, + fill = {rgb,1:red,0.00000048;green,0.66575898;blue,0.68099695}, fill opacity = 0.15263157894736842, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.17894736842105263, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.17894736842105263, + fill = {rgb,1:red,0.93076749;green,0.36747719;blue,0.57576997}, fill opacity = 0.17894736842105263, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.20526315789473684, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.20526315789473684, + fill = {rgb,1:red,0.77698167;green,0.50974313;blue,0.14642526}, fill opacity = 0.20526315789473684, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.23157894736842105, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.23157894736842105, + fill = {rgb,1:red,0.00000038;green,0.66426780;blue,0.55295088}, fill opacity = 0.23157894736842105, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.2578947368421053, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.2578947368421053, + fill = {rgb,1:red,0.55846496;green,0.59348466;blue,0.11748125}, fill opacity = 0.2578947368421053, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.28421052631578947, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.28421052631578947, + fill = {rgb,1:red,0.00000059;green,0.66087852;blue,0.79817876}, fill opacity = 0.28421052631578947, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3105263157894737, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3105263157894737, + fill = {rgb,1:red,0.60967077;green,0.49918492;blue,0.91178127}, fill opacity = 0.3105263157894737, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3368421052631579, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3368421052631579, + fill = {rgb,1:red,0.38000160;green,0.55105327;blue,0.96650570}, fill opacity = 0.3368421052631579, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3631578947368421, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3631578947368421, + fill = {rgb,1:red,0.94218165;green,0.37516423;blue,0.45181682}, fill opacity = 0.3631578947368421, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3894736842105263, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3894736842105263, + fill = {rgb,1:red,0.86840209;green,0.39598936;blue,0.71351475}, fill opacity = 0.3894736842105263, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.41578947368421054, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.41578947368421054, + fill = {rgb,1:red,0.42314674;green,0.62249549;blue,0.19877060}, fill opacity = 0.41578947368421054, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.4421052631578947, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.4421052631578947, + fill = {rgb,1:red,0.44443694;green,0.54995850;blue,0.41553691}, fill opacity = 0.4421052631578947, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.46842105263157896, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.46842105263157896, + fill = {rgb,1:red,0.27923248;green,0.59954391;blue,0.54808068}, fill opacity = 0.46842105263157896, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.49473684210526314, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.49473684210526314, + fill = {rgb,1:red,0.12111245;green,0.65207681;blue,0.55131371}, fill opacity = 0.49473684210526314, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.5210526315789473, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.5210526315789473, + fill = {rgb,1:red,0.68705547;green,0.47164835;blue,0.86803940}, fill opacity = 0.5210526315789473, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.5473684210526316, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.5473684210526316, + fill = {rgb,1:red,0.52777278;green,0.55335780;blue,0.53037002}, fill opacity = 0.5473684210526316, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.5736842105263158, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.5736842105263158, + fill = {rgb,1:red,0.27923272;green,0.62962182;blue,0.39923910}, fill opacity = 0.5736842105263158, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.6, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.6, + fill = {rgb,1:red,0.46538404;green,0.51417786;blue,0.68697436}, fill opacity = 0.6, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, -1.3180282010216717) +(2.0, -1.3176892715070405) +(3.0, -1.3171337224838555) +(4.0, -1.316365140399988) +(5.0, -1.3154174600132464) +(6.0, -1.3143056053754496) +(7.0, -1.313040864714561) +(8.0, -1.3115965562587397) +(9.0, -1.3099594788350657) +(10.0, -1.3081189251761425) +(11.0, -1.3061085287994052) +(12.0, -1.3039417197246967) +(13.0, -1.301520581210221) +(14.0, -1.2988909026539315) +(15.0, -1.2960764906308853) +(16.0, -1.293091765743618) +(17.0, -1.2899037103248574) +(18.0, -1.286634202986619) +(19.0, -1.2832238603867059) +(20.0, -1.2796175537508776) +(21.0, -1.2758228516884436) +(22.0, -1.2718194232486864) +(23.0, -1.2676174723002023) +(24.0, -1.2631778284514288) +(25.0, -1.258479534743594) +(26.0, -1.253606040749308) +(27.0, -1.2485013452680702) +(28.0, -1.2431690443244763) +(29.0, -1.2377032153442995) +(30.0, -1.2320266488435418) +(31.0, -1.2261190842128056) +(32.0, -1.2199859957538262) +(33.0, -1.2136036584811785) +(34.0, -1.2070453104904286) +(35.0, -1.2002371135964969) +(36.0, -1.1931509162991647) +(37.0, -1.1857687453524866) +(38.0, -1.178158259237089) +(39.0, -1.170281643979565) +(40.0, -1.1621838884354365) +(41.0, -1.1537937326666121) +(42.0, -1.1451694344283656) +(43.0, -1.1363128851757516) +(44.0, -1.1271302784870623) +(45.0, -1.117619069987278) +(46.0, -1.10779974711529) +(47.0, -1.0976126228112646) +(48.0, -1.0871241311763817) +(49.0, -1.0764193198650953) +(50.0, -1.065316204636673) +(51.0, -1.0539411268736691) +(52.0, -1.0422709297500627) +(53.0, -1.030340835530716) +(54.0, -1.0180801730879425) +(55.0, -1.0055016292775731) +(56.0, -0.9926464062402361) +(57.0, -0.9795323614848184) +(58.0, -0.966132741021576) +(59.0, -0.9523704052697926) +(60.0, -0.9382530222059553) +(61.0, -0.923952747771465) +(62.0, -0.9093326832182248) +(63.0, -0.894462125990672) +(64.0, -0.8793454785596511) +(65.0, -0.8639130181803683) +(66.0, -0.8481605453129544) +(67.0, -0.8322629464188068) +(68.0, -0.8161316893557953) +(69.0, -0.7999304590421947) +(70.0, -0.783771184125788) +(71.0, -0.7675933102034724) +(72.0, -0.7514651375004079) +(73.0, -0.7352942460645842) +(74.0, -0.7192120625492088) +(75.0, -0.703193905793) +(76.0, -0.6871710203904959) +(77.0, -0.67117968342718) +(78.0, -0.6552835933734054) +(79.0, -0.6393626106046728) +(80.0, -0.6235139182480106) +(81.0, -0.6076850179730173) +(82.0, -0.5918960727357225) +(83.0, -0.5762807011531887) +(84.0, -0.5607194021558909) +(85.0, -0.5453083294846581) +(86.0, -0.5299841572913861) +(87.0, -0.5147207734168295) +(88.0, -0.4995856761486705) +(89.0, -0.48454641742164417) +(90.0, -0.4697189808055041) +(91.0, -0.45501632824171995) +(92.0, -0.4404244528382252) +(93.0, -0.4258606758878611) +(94.0, -0.41147467413046007) +(95.0, -0.39727072208881187) +(96.0, -0.3831767962350521) +(97.0, -0.3690746042389443) +(98.0, -0.3551381904365766) +(99.0, -0.3413565228237545) +(100.0, -0.3277192329232641) +(101.0, -0.31420932587371864) +(102.0, -0.3007825776916528) +(103.0, -0.2873922162479074) +(104.0, -0.27414614832325024) +(105.0, -0.26100227828521544) +(106.0, -0.24795417352101706) +(107.0, -0.2350799302189772) +(108.0, -0.2223004356854305) +(109.0, -0.2096796053269046) +(110.0, -0.19722181062372526) +(111.0, -0.18482756396632744) +(112.0, -0.17262078000060127) +(113.0, -0.16062426625911919) +(114.0, -0.1485984035430724) +(115.0, -0.13676199841603567) +(116.0, -0.12496288016818977) +(117.0, -0.11333624494449882) +(118.0, -0.10175475638307926) +(119.0, -0.09042021857426685) +(120.0, -0.07920457568600352) +(121.0, -0.06803796299641388) +(122.0, -0.05685694172993212) +(123.0, -0.045818202660904354) +(124.0, -0.034872678382749434) +(125.0, -0.02407577641995709) +(126.0, -0.013400579269515336) +(127.0, -0.0026727754863952874) +(128.0, 0.007770267373577014) +(129.0, 0.018161135434580013) +(130.0, 0.028416896649413357) +(131.0, 0.038424515695814315) +(132.0, 0.04845846377579436) +(133.0, 0.0575435823400979) +(134.0, 0.06320260023937975) +(135.0, 0.06826086951375238) +(136.0, 0.07340855577564193) +(137.0, 0.07856571290888092) +(138.0, 0.0837484058419665) +(139.0, 0.08865953753954775) +(140.0, 0.09291655398347273) +(141.0, 0.09714994636644797) +(142.0, 0.10133167671810303) +(143.0, 0.10541019624803799) +(144.0, 0.10952055995630086) +(145.0, 0.11384402338370747) +(146.0, 0.11808815199683337) +(147.0, 0.12229630811197101) +(148.0, 0.12640952938436664) +(149.0, 0.13050386765374333) +(150.0, 0.13469938762504982) +(151.0, 0.1387626955487949) +(152.0, 0.1428750605308043) +(153.0, 0.14679183628007317) +(154.0, 0.15070635579435882) +(155.0, 0.15465674875867946) +(156.0, 0.15846732327164778) +(157.0, 0.16219616923081626) +(158.0, 0.1659126786447972) +(159.0, 0.16952767857176768) +(160.0, 0.17303141377937484) +(161.0, 0.17646145757469622) +(162.0, 0.1798089973130958) +(163.0, 0.18310739478923735) +(164.0, 0.1863447882327316) +(165.0, 0.18950201717311596) +(166.0, 0.1925661794348039) +(167.0, 0.19557247782805104) +(168.0, 0.1985325481272283) +(169.0, 0.20149708351801832) +(170.0, 0.20431056322807342) +(171.0, 0.20708355867346098) +(172.0, 0.20979781500517555) +(173.0, 0.21238748815059347) +(174.0, 0.2148289631596504) +(175.0, 0.21715529111014442) +(176.0, 0.21937902803801002) +(177.0, 0.22146912889439851) +(178.0, 0.22336349429639552) +(179.0, 0.2252215551732086) +(180.0, 0.226827611879238) +(181.0, 0.22803602711874774) +(182.0, 0.22887741046505686) +(183.0, 0.22973905904237507) +(184.0, 0.2305885273953525) +(185.0, 0.23137338666556734) +(186.0, 0.23211290411680563) +(187.0, 0.23282546681568764) +(188.0, 0.23348825870398007) +(189.0, 0.23413054017090473) +(190.0, 0.23472068355928483) +(191.0, 0.23518191888757092) +(192.0, 0.23558065961529773) +(193.0, 0.23587462948252783) +(194.0, 0.23614855635285836) +(195.0, 0.23635620344355246) +(196.0, 0.23652923590329109) +(197.0, 0.23664654020800843) +(198.0, 0.23679376997988633) +(199.0, 0.23691136575186839) +(200.0, 0.23705532411633665) +}; +\end{axis} +\begin{axis}[height = {\figureheight}, ylabel = {}, title = {$q_2$}, xmin = {1.0}, xmax = {200.0}, ymax = {2.6837533536755367}, xlabel = {}, unbounded coords=jump +, scaled x ticks = false +, xticklabel style={rotate = 0} +, xmajorgrids = false +, xtick = {50.0,100.0,150.0,200.0} +, xticklabels = {50,100,150,200} +, xtick align = inside +, axis lines* = left +, scaled y ticks = false +, yticklabel style={rotate = 0} +, ymajorgrids = false +, ytick = {2.2,2.3000000000000003,2.4000000000000004,2.5,2.6} +, yticklabels = {2.2,2.3,2.4,2.5,2.6} +, ytick align = inside +, axis lines* = left +, xshift=1.05\figurewidth, yshift=0.0\figureheight, ymin = {2.1960056521783025}, width = {\figurewidth}]\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, +draw opacity=1.0, +line width=4, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.636348094624237) +(3.0, 2.636524948249527) +(4.0, 2.636689986227178) +(5.0, 2.636954280465222) +(6.0, 2.637263496164823) +(7.0, 2.6378638372309786) +(8.0, 2.6388553264789776) +(9.0, 2.64010753813106) +(10.0, 2.6412329066573568) +(11.0, 2.641863096351288) +(12.0, 2.6423558806891556) +(13.0, 2.6430539290761788) +(14.0, 2.6440123484059397) +(15.0, 2.645014715127217) +(16.0, 2.6457039397199478) +(17.0, 2.646180824190236) +(18.0, 2.6467040973348195) +(19.0, 2.6472556306154686) +(20.0, 2.648049781103651) +(21.0, 2.649110987169417) +(22.0, 2.6500409843315884) +(23.0, 2.65069609876234) +(24.0, 2.651208335596793) +(25.0, 2.651978693485537) +(26.0, 2.6529286438423725) +(27.0, 2.6538926079579097) +(28.0, 2.655011556112379) +(29.0, 2.656088164256089) +(30.0, 2.6572769018961635) +(31.0, 2.658563051789678) +(32.0, 2.6596436984015104) +(33.0, 2.660770809262836) +(34.0, 2.6620118523797336) +(35.0, 2.6632156108182286) +(36.0, 2.6643045640003393) +(37.0, 2.6653970508457863) +(38.0, 2.6666047712503236) +(39.0, 2.667944959383102) +(40.0, 2.6689959621909494) +(41.0, 2.669935101947659) +(42.0, 2.671115360689689) +(43.0, 2.6723188003660017) +(44.0, 2.6733782684399183) +(45.0, 2.6744288008130837) +(46.0, 2.6757503681329506) +(47.0, 2.6770133340713307) +(48.0, 2.6780137190486855) +(49.0, 2.6789625913516115) +(50.0, 2.679999043405279) +(51.0, 2.680795549129091) +(52.0, 2.681217233841787) +(53.0, 2.681534872043173) +(54.0, 2.6819352610757448) +(55.0, 2.6824175027025223) +(56.0, 2.682912099859859) +(57.0, 2.683142477879573) +(58.0, 2.6834338942176506) +(59.0, 2.6836206095005712) +(60.0, 2.6837150612532925) +(61.0, 2.6837533536755367) +(62.0, 2.683679185770755) +(63.0, 2.683513954853184) +(64.0, 2.683160579452588) +(65.0, 2.682673104221828) +(66.0, 2.682368107850412) +(67.0, 2.6820960771020834) +(68.0, 2.6813707158373066) +(69.0, 2.680095128907959) +(70.0, 2.6788211241758435) +(71.0, 2.6778604070314156) +(72.0, 2.6764441250187905) +(73.0, 2.674922628441219) +(74.0, 2.6735431593702064) +(75.0, 2.671891340466917) +(76.0, 2.6700535590271617) +(77.0, 2.668052108739527) +(78.0, 2.665760359928584) +(79.0, 2.6633077625075314) +(80.0, 2.6608755482973634) +(81.0, 2.6584293740472313) +(82.0, 2.6562531796469275) +(83.0, 2.65405518547834) +(84.0, 2.651544691225088) +(85.0, 2.6489792917629016) +(86.0, 2.646434733677501) +(87.0, 2.6437596781230797) +(88.0, 2.6408840663907593) +(89.0, 2.6376543897407863) +(90.0, 2.6341985190493182) +(91.0, 2.630946589658346) +(92.0, 2.6278770721272697) +(93.0, 2.6246165089574367) +(94.0, 2.6209939485010207) +(95.0, 2.617308670867275) +(96.0, 2.6137795910156503) +(97.0, 2.610407752610797) +(98.0, 2.606964019300053) +(99.0, 2.6031733125230483) +(100.0, 2.5991829295610054) +(101.0, 2.5951377462672434) +(102.0, 2.5908703669780393) +(103.0, 2.586771725100333) +(104.0, 2.5830394410928057) +(105.0, 2.5789767641915162) +(106.0, 2.5746372779687317) +(107.0, 2.5701398243345372) +(108.0, 2.5652537537917293) +(109.0, 2.5605002042230436) +(110.0, 2.556202329690799) +(111.0, 2.5516307456390392) +(112.0, 2.5468124120486504) +(113.0, 2.5418076473541156) +(114.0, 2.536623903292085) +(115.0, 2.5315768249241457) +(116.0, 2.526709675133286) +(117.0, 2.521831539556599) +(118.0, 2.516660768417252) +(119.0, 2.5112569095399735) +(120.0, 2.505834079971264) +(121.0, 2.5002221438966394) +(122.0, 2.494679227537097) +(123.0, 2.4891031637550447) +(124.0, 2.4830871145700635) +(125.0, 2.4772852127763696) +(126.0, 2.471596034142064) +(127.0, 2.465702564911443) +(128.0, 2.459859521805888) +(129.0, 2.453950285133746) +(130.0, 2.4479259837429206) +(131.0, 2.441629090254114) +(132.0, 2.4352006917539124) +(133.0, 2.4284390254713597) +(134.0, 2.4216474037104603) +(135.0, 2.4153557028227577) +(136.0, 2.4092369462947643) +(137.0, 2.402955831143444) +(138.0, 2.396263603384469) +(139.0, 2.3898581159170904) +(140.0, 2.383722003742317) +(141.0, 2.3770914733947) +(142.0, 2.3701310321741627) +(143.0, 2.3637365476700074) +(144.0, 2.3578442042260472) +(145.0, 2.3522428786191085) +(146.0, 2.3469834730263033) +(147.0, 2.341768957390865) +(148.0, 2.336482773557722) +(149.0, 2.3313062618695644) +(150.0, 2.3264451969620894) +(151.0, 2.321928315203958) +(152.0, 2.3175604189565457) +(153.0, 2.3136488892734994) +(154.0, 2.3096236790821045) +(155.0, 2.305215777237064) +(156.0, 2.30085570208378) +(157.0, 2.2963847759797) +(158.0, 2.2918715379771397) +(159.0, 2.287531257579086) +(160.0, 2.2830014684014057) +(161.0, 2.2786284340381915) +(162.0, 2.274971227069966) +(163.0, 2.2715403592509986) +(164.0, 2.2678359932703387) +(165.0, 2.2643283070440963) +(166.0, 2.260951338030492) +(167.0, 2.2577813791166066) +(168.0, 2.254594644631848) +(169.0, 2.2511165656684984) +(170.0, 2.2478406548177188) +(171.0, 2.2449688877546183) +(172.0, 2.242208789356714) +(173.0, 2.2396243305186077) +(174.0, 2.2373262346259044) +(175.0, 2.234787127602268) +(176.0, 2.231706007582089) +(177.0, 2.228690007232003) +(178.0, 2.226093382512925) +(179.0, 2.2238891754970354) +(180.0, 2.2215208611771375) +(181.0, 2.2190841129733068) +(182.0, 2.2168453859124386) +(183.0, 2.214578499753995) +(184.0, 2.2125941053654454) +(185.0, 2.210948700651297) +(186.0, 2.209539497275383) +(187.0, 2.2085445193280435) +(188.0, 2.207568051368121) +(189.0, 2.2063412525852666) +(190.0, 2.2055049948812564) +(191.0, 2.2046538396193913) +(192.0, 2.203817156511388) +(193.0, 2.203277856257119) +(194.0, 2.2026823085370553) +(195.0, 2.201644622013489) +(196.0, 2.20030169960824) +(197.0, 2.198888236223797) +(198.0, 2.1975094863269407) +(199.0, 2.1964949362955863) +(200.0, 2.1960056521783025) +}; + +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.88887350;green,0.43564919;blue,0.27812294}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(62.0, 2.1960056521783025) +(62.0, 2.6837533536755367) +(62.0, NaN) +}; + +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.24222430;green,0.64327509;blue,0.30444865}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(133.0, 2.1960056521783025) +(133.0, 2.6837533536755367) +(133.0, NaN) +}; + +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.1, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.1, + fill = {rgb,1:red,0.76444018;green,0.44411178;blue,0.82429754}, fill opacity = 0.1, + line width = 1, + rotate = 0, + solid +}]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; + +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.12631578947368421, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.12631578947368421, + fill = {rgb,1:red,0.67554396;green,0.55566233;blue,0.09423434}, fill opacity = 0.12631578947368421, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.15263157894736842, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.15263157894736842, + fill = {rgb,1:red,0.00000048;green,0.66575898;blue,0.68099695}, fill opacity = 0.15263157894736842, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.17894736842105263, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.17894736842105263, + fill = {rgb,1:red,0.93076749;green,0.36747719;blue,0.57576997}, fill opacity = 0.17894736842105263, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.20526315789473684, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.20526315789473684, + fill = {rgb,1:red,0.77698167;green,0.50974313;blue,0.14642526}, fill opacity = 0.20526315789473684, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.23157894736842105, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.23157894736842105, + fill = {rgb,1:red,0.00000038;green,0.66426780;blue,0.55295088}, fill opacity = 0.23157894736842105, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.2578947368421053, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.2578947368421053, + fill = {rgb,1:red,0.55846496;green,0.59348466;blue,0.11748125}, fill opacity = 0.2578947368421053, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.28421052631578947, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.28421052631578947, + fill = {rgb,1:red,0.00000059;green,0.66087852;blue,0.79817876}, fill opacity = 0.28421052631578947, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3105263157894737, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3105263157894737, + fill = {rgb,1:red,0.60967077;green,0.49918492;blue,0.91178127}, fill opacity = 0.3105263157894737, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3368421052631579, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3368421052631579, + fill = {rgb,1:red,0.38000160;green,0.55105327;blue,0.96650570}, fill opacity = 0.3368421052631579, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3631578947368421, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3631578947368421, + fill = {rgb,1:red,0.94218165;green,0.37516423;blue,0.45181682}, fill opacity = 0.3631578947368421, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3894736842105263, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3894736842105263, + fill = {rgb,1:red,0.86840209;green,0.39598936;blue,0.71351475}, fill opacity = 0.3894736842105263, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.41578947368421054, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.41578947368421054, + fill = {rgb,1:red,0.42314674;green,0.62249549;blue,0.19877060}, fill opacity = 0.41578947368421054, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.4421052631578947, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.4421052631578947, + fill = {rgb,1:red,0.44443694;green,0.54995850;blue,0.41553691}, fill opacity = 0.4421052631578947, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.46842105263157896, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.46842105263157896, + fill = {rgb,1:red,0.27923248;green,0.59954391;blue,0.54808068}, fill opacity = 0.46842105263157896, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.49473684210526314, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.49473684210526314, + fill = {rgb,1:red,0.12111245;green,0.65207681;blue,0.55131371}, fill opacity = 0.49473684210526314, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.5210526315789473, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.5210526315789473, + fill = {rgb,1:red,0.68705547;green,0.47164835;blue,0.86803940}, fill opacity = 0.5210526315789473, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.5473684210526316, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.5473684210526316, + fill = {rgb,1:red,0.52777278;green,0.55335780;blue,0.53037002}, fill opacity = 0.5473684210526316, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.5736842105263158, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.5736842105263158, + fill = {rgb,1:red,0.27923272;green,0.62962182;blue,0.39923910}, fill opacity = 0.5736842105263158, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.6, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.6, + fill = {rgb,1:red,0.46538404;green,0.51417786;blue,0.68697436}, fill opacity = 0.6, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 2.636254920750018) +(2.0, 2.6363261585422237) +(3.0, 2.63640959742011) +(4.0, 2.6365468714541156) +(5.0, 2.636798573809573) +(6.0, 2.6370791226177372) +(7.0, 2.6373650617406557) +(8.0, 2.6376479701380484) +(9.0, 2.637995565221362) +(10.0, 2.6386568722643107) +(11.0, 2.639448502771215) +(12.0, 2.64009711650047) +(13.0, 2.64070552712542) +(14.0, 2.6411077841497215) +(15.0, 2.6415785498293394) +(16.0, 2.6420396829730777) +(17.0, 2.642491580902216) +(18.0, 2.6432323721013127) +(19.0, 2.6441578628294153) +(20.0, 2.6451542835634823) +(21.0, 2.6461827078613407) +(22.0, 2.647512129569837) +(23.0, 2.6490216793112453) +(24.0, 2.6502335039263185) +(25.0, 2.6512915425647825) +(26.0, 2.652548333574473) +(27.0, 2.653925464979507) +(28.0, 2.6551328583403904) +(29.0, 2.6561967553593377) +(30.0, 2.65746274293672) +(31.0, 2.658686213710741) +(32.0, 2.659764832209311) +(33.0, 2.6606059582382775) +(34.0, 2.6614255107583498) +(35.0, 2.662577229293134) +(36.0, 2.6637712742017117) +(37.0, 2.664964960527316) +(38.0, 2.666093652966697) +(39.0, 2.667272509076397) +(40.0, 2.668659940566821) +(41.0, 2.669876910566386) +(42.0, 2.670929444368234) +(43.0, 2.6721851715461837) +(44.0, 2.6733527444563827) +(45.0, 2.674333317243906) +(46.0, 2.6751469614995607) +(47.0, 2.676038760347874) +(48.0, 2.677024742550737) +(49.0, 2.67799124386204) +(50.0, 2.678993460538056) +(51.0, 2.679936252711439) +(52.0, 2.680534344056791) +(53.0, 2.680922932843455) +(54.0, 2.6814665833736915) +(55.0, 2.6819731275402483) +(56.0, 2.682447623298028) +(57.0, 2.6826959734538276) +(58.0, 2.682854689907121) +(59.0, 2.6831561281120644) +(60.0, 2.683264827876878) +(61.0, 2.6832143288242656) +(62.0, 2.683128254105455) +(63.0, 2.6829513495566655) +(64.0, 2.6825474813204746) +(65.0, 2.6821128916670793) +(66.0, 2.681815605839528) +(67.0, 2.681156323722593) +(68.0, 2.680174989063091) +(69.0, 2.6789894963307055) +(70.0, 2.6777805535906127) +(71.0, 2.676537700375462) +(72.0, 2.67544098647768) +(73.0, 2.6748659398717103) +(74.0, 2.6739880241642706) +(75.0, 2.67250016814027) +(76.0, 2.670641631059545) +(77.0, 2.6687722347738245) +(78.0, 2.6669361089575654) +(79.0, 2.6649027023494027) +(80.0, 2.662829970381466) +(81.0, 2.660653928410289) +(82.0, 2.6583834981766086) +(83.0, 2.6562921415457525) +(84.0, 2.6543945930463804) +(85.0, 2.6525825263338203) +(86.0, 2.6503493353869767) +(87.0, 2.6478375907391714) +(88.0, 2.6456063267535934) +(89.0, 2.643333505144526) +(90.0, 2.640953859631045) +(91.0, 2.638211162016379) +(92.0, 2.63513648848837) +(93.0, 2.6320629474434227) +(94.0, 2.6290395565178017) +(95.0, 2.6257029247260024) +(96.0, 2.622093769007333) +(97.0, 2.6187652131129537) +(98.0, 2.6155095170840874) +(99.0, 2.612091365535646) +(100.0, 2.6084297807125836) +(101.0, 2.6044393722104733) +(102.0, 2.6004257726841806) +(103.0, 2.596673358184223) +(104.0, 2.592735767498211) +(105.0, 2.5885020882352032) +(106.0, 2.584211327063263) +(107.0, 2.5796251728819244) +(108.0, 2.5750471482099915) +(109.0, 2.5706443861502377) +(110.0, 2.5662739282935974) +(111.0, 2.5618102834415812) +(112.0, 2.556902448827781) +(113.0, 2.55183699834648) +(114.0, 2.5466662995474363) +(115.0, 2.5412519997079404) +(116.0, 2.5358241042150382) +(117.0, 2.530445752508822) +(118.0, 2.5249271419683126) +(119.0, 2.5194067049273796) +(120.0, 2.5138822116746122) +(121.0, 2.5080451390351763) +(122.0, 2.502290257487356) +(123.0, 2.496363129461918) +(124.0, 2.4901736666528382) +(125.0, 2.4840984435778233) +(126.0, 2.478011839757895) +(127.0, 2.471750267686412) +(128.0, 2.4654341674592355) +(129.0, 2.459604202140135) +(130.0, 2.453953563443412) +(131.0, 2.448323919300975) +(132.0, 2.442752437272045) +(133.0, 2.4369471659730593) +(134.0, 2.430661746964349) +(135.0, 2.4246300065859367) +(136.0, 2.4185989466546878) +(137.0, 2.412524820803286) +(138.0, 2.4067843494611108) +(139.0, 2.4015564500330053) +(140.0, 2.3965276464636696) +(141.0, 2.3912172187403304) +(142.0, 2.385954961238729) +(143.0, 2.3806418097182465) +(144.0, 2.375018143640394) +(145.0, 2.369183634674576) +(146.0, 2.363288488735156) +(147.0, 2.3577433510515617) +(148.0, 2.352279127110797) +(149.0, 2.346985287568505) +(150.0, 2.3417875175485565) +(151.0, 2.3367578537690936) +(152.0, 2.3319829858112726) +(153.0, 2.3272913870508383) +(154.0, 2.322603070200021) +(155.0, 2.3180488174140566) +(156.0, 2.313510782772348) +(157.0, 2.308828343725326) +(158.0, 2.3042045880799664) +(159.0, 2.299822339014864) +(160.0, 2.295663789113337) +(161.0, 2.2915554175541284) +(162.0, 2.287362229206795) +(163.0, 2.28302956178818) +(164.0, 2.2789372162381736) +(165.0, 2.27530791341089) +(166.0, 2.271998976784045) +(167.0, 2.2687734018216013) +(168.0, 2.2653408830571315) +(169.0, 2.2616448525641824) +(170.0, 2.25784543783059) +(171.0, 2.2540705074052503) +(172.0, 2.2502253591433337) +(173.0, 2.2466035092612477) +(174.0, 2.243213185341172) +(175.0, 2.240077997067096) +(176.0, 2.23728105071244) +(177.0, 2.2348290348923125) +(178.0, 2.2326452796504417) +(179.0, 2.2306167993136277) +(180.0, 2.228603565389198) +(181.0, 2.2269931890606833) +(182.0, 2.2257190057409817) +(183.0, 2.2243558422276326) +(184.0, 2.222950174684227) +(185.0, 2.221361773204288) +(186.0, 2.219765071519166) +(187.0, 2.218170886115081) +(188.0, 2.2161483973857643) +(189.0, 2.2141218971871233) +(190.0, 2.212520511474764) +(191.0, 2.211263269995297) +(192.0, 2.210191938352346) +(193.0, 2.209302663089449) +(194.0, 2.2084741345999115) +(195.0, 2.2075772230430397) +(196.0, 2.2068827942925666) +(197.0, 2.2065106841290856) +(198.0, 2.2061013570999646) +(199.0, 2.2057254613928388) +(200.0, 2.205501155283356) +}; +\end{axis} +\begin{axis}[height = {\figureheight}, ylabel = {}, title = {$\dot{q}_1$}, xmin = {1.0}, xmax = {200.0}, ymax = {0.8111187643257153}, xlabel = {}, unbounded coords=jump +, scaled x ticks = false +, xticklabel style={rotate = 0} +, xmajorgrids = false +, xtick = {50.0,100.0,150.0,200.0} +, xticklabels = {50,100,150,200} +, xtick align = inside +, axis lines* = left +, scaled y ticks = false +, yticklabel style={rotate = 0} +, ymajorgrids = false +, ytick = {0.2,0.4,0.6000000000000001,0.8} +, yticklabels = {0.2,0.4,0.6,0.8} +, ytick align = inside +, axis lines* = left +, xshift=0.0\figurewidth, yshift=1.05\figureheight, ymin = {0.006075305475654602}, width = {\figurewidth}]\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, +draw opacity=1.0, +line width=4, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.018296141270403937) +(3.0, 0.029899953584775436) +(4.0, 0.04079849004289048) +(5.0, 0.048936697249661966) +(6.0, 0.06076965534413141) +(7.0, 0.06915654879018124) +(8.0, 0.07771701702873196) +(9.0, 0.08560808927350583) +(10.0, 0.09176302693066811) +(11.0, 0.10294516556211956) +(12.0, 0.10843953888133277) +(13.0, 0.12085688366921533) +(14.0, 0.12902278291685257) +(15.0, 0.14160646036400393) +(16.0, 0.1484115124775321) +(17.0, 0.1597518845941342) +(18.0, 0.17358262773300845) +(19.0, 0.18490246306270133) +(20.0, 0.19653832877763455) +(21.0, 0.20694594078230955) +(22.0, 0.21654193287249718) +(23.0, 0.2240206219911793) +(24.0, 0.2336195102927427) +(25.0, 0.24685762073443804) +(26.0, 0.2564918171153656) +(27.0, 0.26335416770089526) +(28.0, 0.2731464836277557) +(29.0, 0.284983169670238) +(30.0, 0.29452991463439127) +(31.0, 0.3019810146302345) +(32.0, 0.31170195942419804) +(33.0, 0.3219841196203845) +(34.0, 0.33474695069006466) +(35.0, 0.348072473126557) +(36.0, 0.35793589166292894) +(37.0, 0.3724015449037016) +(38.0, 0.38390932692336627) +(39.0, 0.3978709848107235) +(40.0, 0.41476469978189723) +(41.0, 0.42634014500193346) +(42.0, 0.44264156893001116) +(43.0, 0.45691221800176357) +(44.0, 0.47236363364444556) +(45.0, 0.48762095299648905) +(46.0, 0.5052197740039648) +(47.0, 0.517774125508135) +(48.0, 0.5345076897809745) +(49.0, 0.5497067506617219) +(50.0, 0.564485906160176) +(51.0, 0.5816091145016153) +(52.0, 0.5974009369693088) +(53.0, 0.6134871420745837) +(54.0, 0.6273102231584234) +(55.0, 0.6420585110415385) +(56.0, 0.6541236073921047) +(57.0, 0.6682205163608659) +(58.0, 0.6865268617167208) +(59.0, 0.701173981755519) +(60.0, 0.7137373225727521) +(61.0, 0.7265927447206266) +(62.0, 0.7374309926412653) +(63.0, 0.7505092431432505) +(64.0, 0.7665695649711061) +(65.0, 0.776610329321302) +(66.0, 0.7948411583647194) +(67.0, 0.8038284653684359) +(68.0, 0.8071048940670488) +(69.0, 0.8111187643257153) +(70.0, 0.8088151559446933) +(71.0, 0.8042523050298581) +(72.0, 0.8047915366482722) +(73.0, 0.7995428645825347) +(74.0, 0.7959429688171633) +(75.0, 0.7933471199603922) +(76.0, 0.7906639004129273) +(77.0, 0.7930024586855564) +(78.0, 0.7869406081729226) +(79.0, 0.7847065678037445) +(80.0, 0.7807408074942367) +(81.0, 0.7792373735554581) +(82.0, 0.7750550619322619) +(83.0, 0.7709548072861755) +(84.0, 0.7650792841041237) +(85.0, 0.7614209964956441) +(86.0, 0.7550683429515848) +(87.0, 0.7521539026248097) +(88.0, 0.7464076864600709) +(89.0, 0.740806234437803) +(90.0, 0.7361094827561256) +(91.0, 0.7349084626616336) +(92.0, 0.7297940187861955) +(93.0, 0.7192018641211186) +(94.0, 0.7160591028398992) +(95.0, 0.7091507991891387) +(96.0, 0.704962036358783) +(97.0, 0.6971950035351862) +(98.0, 0.6925537212816427) +(99.0, 0.6860124811786193) +(100.0, 0.6756891119040057) +(101.0, 0.6685104433102466) +(102.0, 0.6618337162681895) +(103.0, 0.6535516140306787) +(104.0, 0.6490259285814761) +(105.0, 0.6436943977837789) +(106.0, 0.6345659446216996) +(107.0, 0.6264010061402564) +(108.0, 0.623822572032804) +(109.0, 0.6146997347794195) +(110.0, 0.6088297868744633) +(111.0, 0.6026003269607332) +(112.0, 0.5978568545447785) +(113.0, 0.5904223006489888) +(114.0, 0.5852205290962897) +(115.0, 0.5813676354576008) +(116.0, 0.5741608565305912) +(117.0, 0.5648136263712701) +(118.0, 0.5602217265688737) +(119.0, 0.5561712329525943) +(120.0, 0.5476894010396183) +(121.0, 0.5430996620562301) +(122.0, 0.5341627858915264) +(123.0, 0.5322266873685669) +(124.0, 0.5271326439741367) +(125.0, 0.5241588435791569) +(126.0, 0.5180366793019474) +(127.0, 0.5151543958128717) +(128.0, 0.5149409501961316) +(129.0, 0.5101330605926993) +(130.0, 0.5073990596959751) +(131.0, 0.5039057070276322) +(132.0, 0.49856209331140733) +(133.0, 0.4961992076441753) +(134.0, 0.49383519596145187) +(135.0, 0.48157480648925743) +(136.0, 0.46820439235197947) +(137.0, 0.2887887050803908) +(138.0, 0.2838074824633091) +(139.0, 0.27617077274045276) +(140.0, 0.26070909070113785) +(141.0, 0.2599427657572839) +(142.0, 0.2538761211599429) +(143.0, 0.25028122895425375) +(144.0, 0.24809487010158554) +(145.0, 0.2469380986209639) +(146.0, 0.24181062518055813) +(147.0, 0.2180904086881331) +(148.0, 0.21125934478202707) +(149.0, 0.20713511705563042) +(150.0, 0.1849144014217972) +(151.0, 0.17694452356761153) +(152.0, 0.17134999019215366) +(153.0, 0.1408730768027827) +(154.0, 0.13958811113848388) +(155.0, 0.13686025283873796) +(156.0, 0.1383036387842003) +(157.0, 0.14072471402788697) +(158.0, 0.13681141377060765) +(159.0, 0.13465515674293016) +(160.0, 0.13262460771433002) +(161.0, 0.1309631475645894) +(162.0, 0.1283275472252555) +(163.0, 0.13038673426684735) +(164.0, 0.13135403517462538) +(165.0, 0.12866817927964436) +(166.0, 0.13166177400271298) +(167.0, 0.12339198000390554) +(168.0, 0.12094009151574814) +(169.0, 0.11762394126859892) +(170.0, 0.11474537516533787) +(171.0, 0.1107653776560346) +(172.0, 0.10827808674314054) +(173.0, 0.10271457646445036) +(174.0, 0.09920583529338099) +(175.0, 0.09690187577449991) +(176.0, 0.09553271453045795) +(177.0, 0.09100459871710162) +(178.0, 0.08692374838016025) +(179.0, 0.08415236641996875) +(180.0, 0.08047529750841594) +(181.0, 0.07943130827915791) +(182.0, 0.07304827439408103) +(183.0, 0.06864464631398672) +(184.0, 0.06430325510986278) +(185.0, 0.06167775389545802) +(186.0, 0.05624281846731262) +(187.0, 0.05204793469094336) +(188.0, 0.04982692465096646) +(189.0, 0.04428507993754457) +(190.0, 0.038983441227899714) +(191.0, 0.03680324826421408) +(192.0, 0.02691008142099166) +(193.0, 0.02430669027055797) +(194.0, 0.021856165078602576) +(195.0, 0.022500276302225175) +(196.0, 0.01752032676973449) +(197.0, 0.015383463096632142) +(198.0, 0.013482407954844415) +(199.0, 0.007992968644268138) +(200.0, 0.006421085512222609) +}; + +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.88887350;green,0.43564919;blue,0.27812294}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(62.0, 0.006421085512222609) +(62.0, 0.8111187643257153) +(62.0, NaN) +}; + +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.24222430;green,0.64327509;blue,0.30444865}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(133.0, 0.006421085512222609) +(133.0, 0.8111187643257153) +(133.0, NaN) +}; + +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.1, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.1, + fill = {rgb,1:red,0.76444018;green,0.44411178;blue,0.82429754}, fill opacity = 0.1, + line width = 1, + rotate = 0, + solid +}]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; + +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.12631578947368421, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.12631578947368421, + fill = {rgb,1:red,0.67554396;green,0.55566233;blue,0.09423434}, fill opacity = 0.12631578947368421, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.15263157894736842, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.15263157894736842, + fill = {rgb,1:red,0.00000048;green,0.66575898;blue,0.68099695}, fill opacity = 0.15263157894736842, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.17894736842105263, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.17894736842105263, + fill = {rgb,1:red,0.93076749;green,0.36747719;blue,0.57576997}, fill opacity = 0.17894736842105263, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.20526315789473684, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.20526315789473684, + fill = {rgb,1:red,0.77698167;green,0.50974313;blue,0.14642526}, fill opacity = 0.20526315789473684, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.23157894736842105, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.23157894736842105, + fill = {rgb,1:red,0.00000038;green,0.66426780;blue,0.55295088}, fill opacity = 0.23157894736842105, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.2578947368421053, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.2578947368421053, + fill = {rgb,1:red,0.55846496;green,0.59348466;blue,0.11748125}, fill opacity = 0.2578947368421053, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.28421052631578947, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.28421052631578947, + fill = {rgb,1:red,0.00000059;green,0.66087852;blue,0.79817876}, fill opacity = 0.28421052631578947, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3105263157894737, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3105263157894737, + fill = {rgb,1:red,0.60967077;green,0.49918492;blue,0.91178127}, fill opacity = 0.3105263157894737, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3368421052631579, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3368421052631579, + fill = {rgb,1:red,0.38000160;green,0.55105327;blue,0.96650570}, fill opacity = 0.3368421052631579, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3631578947368421, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3631578947368421, + fill = {rgb,1:red,0.94218165;green,0.37516423;blue,0.45181682}, fill opacity = 0.3631578947368421, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3894736842105263, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3894736842105263, + fill = {rgb,1:red,0.86840209;green,0.39598936;blue,0.71351475}, fill opacity = 0.3894736842105263, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.41578947368421054, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.41578947368421054, + fill = {rgb,1:red,0.42314674;green,0.62249549;blue,0.19877060}, fill opacity = 0.41578947368421054, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.4421052631578947, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.4421052631578947, + fill = {rgb,1:red,0.44443694;green,0.54995850;blue,0.41553691}, fill opacity = 0.4421052631578947, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.46842105263157896, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.46842105263157896, + fill = {rgb,1:red,0.27923248;green,0.59954391;blue,0.54808068}, fill opacity = 0.46842105263157896, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.49473684210526314, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.49473684210526314, + fill = {rgb,1:red,0.12111245;green,0.65207681;blue,0.55131371}, fill opacity = 0.49473684210526314, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.5210526315789473, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.5210526315789473, + fill = {rgb,1:red,0.68705547;green,0.47164835;blue,0.86803940}, fill opacity = 0.5210526315789473, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.5473684210526316, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.5473684210526316, + fill = {rgb,1:red,0.52777278;green,0.55335780;blue,0.53037002}, fill opacity = 0.5473684210526316, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.5736842105263158, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.5736842105263158, + fill = {rgb,1:red,0.27923272;green,0.62962182;blue,0.39923910}, fill opacity = 0.5736842105263158, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.6, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.6, + fill = {rgb,1:red,0.46538404;green,0.51417786;blue,0.68697436}, fill opacity = 0.6, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.013183994655951992) +(2.0, 0.02087656307668162) +(3.0, 0.03461138794726093) +(4.0, 0.04317491524948558) +(5.0, 0.05218493854761164) +(6.0, 0.058979819953257184) +(7.0, 0.06863505002336368) +(8.0, 0.07711008121296636) +(9.0, 0.08806669096640807) +(10.0, 0.09649249066954191) +(11.0, 0.10249296675873598) +(12.0, 0.11471948543649724) +(13.0, 0.12570147242500163) +(14.0, 0.13803029040203008) +(15.0, 0.14393254460762606) +(16.0, 0.15581091802456903) +(17.0, 0.16134764727216755) +(18.0, 0.1668508884082076) +(19.0, 0.17607357583939898) +(20.0, 0.18474091876895393) +(21.0, 0.19605616050380892) +(22.0, 0.20413191895939597) +(23.0, 0.21430304802714772) +(24.0, 0.2281003211247965) +(25.0, 0.24037583919365613) +(26.0, 0.24840820855726964) +(27.0, 0.26165591366487106) +(28.0, 0.2693507994851201) +(29.0, 0.2787098301658695) +(30.0, 0.289951120775676) +(31.0, 0.2999394699998774) +(32.0, 0.3126634505392367) +(33.0, 0.3235684643371588) +(34.0, 0.3342127741313323) +(35.0, 0.3470154046889746) +(36.0, 0.3615808642024465) +(37.0, 0.37375815083612274) +(38.0, 0.38831506300871155) +(39.0, 0.39883281889057276) +(40.0, 0.4126695585013014) +(41.0, 0.4259177575673663) +(42.0, 0.4369410976546284) +(43.0, 0.45029418416174405) +(44.0, 0.46788405952010326) +(45.0, 0.4814242898285199) +(46.0, 0.5012985959680183) +(47.0, 0.517832835166006) +(48.0, 0.5273479130601713) +(49.0, 0.5477210902413825) +(50.0, 0.560926359695487) +(51.0, 0.5765592214454243) +(52.0, 0.5899429566405132) +(53.0, 0.6055165148111019) +(54.0, 0.6203481690146573) +(55.0, 0.6355800302922372) +(56.0, 0.6486880238999877) +(57.0, 0.661632153572481) +(58.0, 0.6797618772739025) +(59.0, 0.6993096959876537) +(60.0, 0.7075243278079375) +(61.0, 0.7245255033197875) +(62.0, 0.736800667560292) +(63.0, 0.7482950506240611) +(64.0, 0.7647893345012484) +(65.0, 0.7805823767920304) +(66.0, 0.7901913334101289) +(67.0, 0.8049646482246287) +(68.0, 0.8084419072569373) +(69.0, 0.807881594407923) +(70.0, 0.8101740280540213) +(71.0, 0.805576610148) +(72.0, 0.8076172841265796) +(73.0, 0.8048251235616837) +(74.0, 0.801547497860585) +(75.0, 0.801955123768141) +(76.0, 0.8009483263471209) +(77.0, 0.797508493817948) +(78.0, 0.7950838454557285) +(79.0, 0.7938174720704918) +(80.0, 0.7895138289540018) +(81.0, 0.7928925172598911) +(82.0, 0.7844749829079918) +(83.0, 0.7812289790924885) +(84.0, 0.773007858632516) +(85.0, 0.766530532948047) +(86.0, 0.7667127161644185) +(87.0, 0.7592440636655828) +(88.0, 0.7551256240231821) +(89.0, 0.7452350509236805) +(90.0, 0.7379745489047425) +(91.0, 0.7330046247744546) +(92.0, 0.7322831457797907) +(93.0, 0.7222558809215123) +(94.0, 0.7137279578602493) +(95.0, 0.7057640310452795) +(96.0, 0.7084041712703044) +(97.0, 0.6997908881118935) +(98.0, 0.6927606686265317) +(99.0, 0.6852149781913992) +(100.0, 0.6780236782824334) +(101.0, 0.6730993926255495) +(102.0, 0.6704012609617935) +(103.0, 0.6639446236822062) +(104.0, 0.661367783266261) +(105.0, 0.656115027781115) +(106.0, 0.6450909671604625) +(107.0, 0.6427039175448028) +(108.0, 0.6341457991419279) +(109.0, 0.6249867345166242) +(110.0, 0.6241303252067034) +(111.0, 0.6152462315052372) +(112.0, 0.60297166349251) +(113.0, 0.6032378546306472) +(114.0, 0.5926666509012168) +(115.0, 0.5952583899805965) +(116.0, 0.5841991335342778) +(117.0, 0.581208495065968) +(118.0, 0.571829299472463) +(119.0, 0.5632937797793174) +(120.0, 0.557010971158757) +(121.0, 0.5613552982670775) +(122.0, 0.5526741265317767) +(123.0, 0.5514294263965178) +(124.0, 0.5441919069177699) +(125.0, 0.5338621205130645) +(126.0, 0.5401151706005605) +(127.0, 0.5255949505105857) +(128.0, 0.5244567907295128) +(129.0, 0.5169713536013321) +(130.0, 0.5019506382301833) +(131.0, 0.5048216466906901) +(132.0, 0.49104466223459386) +(133.0, 0.295342528980882) +(134.0, 0.25932266026678086) +(135.0, 0.2578264759995985) +(136.0, 0.25828514452123486) +(137.0, 0.2597787849609947) +(138.0, 0.2574824194806453) +(139.0, 0.21271859981666363) +(140.0, 0.21171895524195072) +(141.0, 0.21109289005515652) +(142.0, 0.20318439399580157) +(143.0, 0.20374086364166288) +(144.0, 0.21650580244184603) +(145.0, 0.21415733850768337) +(146.0, 0.21355266791157224) +(147.0, 0.20613422890412814) +(148.0, 0.2018368990061301) +(149.0, 0.211298313174499) +(150.0, 0.20334145697272543) +(151.0, 0.2073500953875662) +(152.0, 0.19841611608876697) +(153.0, 0.19455026861415714) +(154.0, 0.19884034672105777) +(155.0, 0.19122205830804173) +(156.0, 0.18776597630251768) +(157.0, 0.1876298979187725) +(158.0, 0.1832332101385763) +(159.0, 0.17818451914441358) +(160.0, 0.1719441661222305) +(161.0, 0.1695140881008088) +(162.0, 0.16782456473142293) +(163.0, 0.1649168648251731) +(164.0, 0.1595709346959806) +(165.0, 0.1542490495452986) +(166.0, 0.15383716511182488) +(167.0, 0.14681500771435374) +(168.0, 0.1505176665027559) +(169.0, 0.14275302528893885) +(170.0, 0.14017915531651237) +(171.0, 0.137614557448134) +(172.0, 0.13403385659599198) +(173.0, 0.1246946320658866) +(174.0, 0.120227576132101) +(175.0, 0.11286182058139715) +(176.0, 0.1090081007826349) +(177.0, 0.09869600775112186) +(178.0, 0.09443769781648914) +(179.0, 0.09241173075219677) +(180.0, 0.07469757071867456) +(181.0, 0.04399283009072974) +(182.0, 0.04181748373797767) +(183.0, 0.043892677638154964) +(184.0, 0.04044059935375088) +(185.0, 0.03903763854464426) +(186.0, 0.036099448972858994) +(187.0, 0.03426313532650127) +(188.0, 0.03310782933742118) +(189.0, 0.031171565325933237) +(190.0, 0.024993483730602506) +(191.0, 0.022689838725210798) +(192.0, 0.015036021975532776) +(193.0, 0.015642823147753226) +(194.0, 0.01106626833986546) +(195.0, 0.011302452825244558) +(196.0, 0.006075305475654602) +(197.0, 0.0071896607000647705) +(198.0, 0.00698163118360462) +(199.0, 0.007234487162587122) +(200.0, 0.0069869327090570366) +}; +\end{axis} +\begin{axis}[height = {\figureheight}, ylabel = {}, title = {$\dot{q}_2$}, xmin = {1.0}, xmax = {200.0}, ymax = {0.08001321364620084}, xlabel = {}, unbounded coords=jump +, scaled x ticks = false +, xticklabel style={rotate = 0} +, xmajorgrids = false +, xtick = {50.0,100.0,150.0,200.0} +, xticklabels = {50,100,150,200} +, xtick align = inside +, axis lines* = left +, scaled y ticks = false +, yticklabel style={rotate = 0} +, ymajorgrids = false +, ytick = {-0.30000000000000004,-0.2,-0.1,0.0} +, yticklabels = {-0.3,-0.2,-0.1,0.0} +, ytick align = inside +, axis lines* = left +, xshift=1.05\figurewidth, yshift=1.05\figureheight, ymin = {-0.35622204415804515}, width = {\figurewidth}]\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, +draw opacity=1.0, +line width=4, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.00000000;green,0.00000000;blue,1.00000000}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.0047780061433868185) +(3.0, 0.009431671670113832) +(4.0, 0.008082637967629386) +(5.0, 0.014681511282920489) +(6.0, 0.01579183132631791) +(7.0, 0.04142297459713384) +(8.0, 0.05670229213982864) +(9.0, 0.06778186614259532) +(10.0, 0.046194933143687736) +(11.0, 0.01941273511373557) +(12.0, 0.02858908586209221) +(13.0, 0.04032036973765572) +(14.0, 0.0545615298530015) +(15.0, 0.046234680263404326) +(16.0, 0.024442103537256323) +(17.0, 0.023396340871329604) +(18.0, 0.02835137749804676) +(19.0, 0.02694661856210024) +(20.0, 0.050741773223904885) +(21.0, 0.05508477812961714) +(22.0, 0.03900012297538654) +(23.0, 0.027446780035693542) +(24.0, 0.02417052240160871) +(25.0, 0.05085771751483236) +(26.0, 0.044556296100589754) +(27.0, 0.05137765651627195) +(28.0, 0.05994055183740166) +(29.0, 0.048480725033607924) +(30.0, 0.06901801196819823) +(31.0, 0.06018034805188372) +(32.0, 0.04864839019610778) +(33.0, 0.0630918701527204) +(34.0, 0.06113672297554677) +(35.0, 0.05935077121845418) +(36.0, 0.05015335232824938) +(37.0, 0.05852801329910324) +(38.0, 0.062006376835142894) +(39.0, 0.0713806815510055) +(40.0, 0.036085405696743275) +(41.0, 0.056441309969076335) +(42.0, 0.06125331661816545) +(43.0, 0.05921785374394497) +(44.0, 0.04750373531575295) +(45.0, 0.0569128970426879) +(46.0, 0.07408856092818321) +(47.0, 0.05356908132484367) +(48.0, 0.04690736151198228) +(49.0, 0.04790531172034221) +(50.0, 0.05524119612348352) +(51.0, 0.026496372995582013) +(52.0, 0.017471377902562625) +(53.0, 0.015166036267054652) +(54.0, 0.023002225785502504) +(55.0, 0.024944038772880952) +(56.0, 0.02456226317943376) +(57.0, 0.008028699625277568) +(58.0, 0.016797232905920504) +(59.0, 0.007897650035645696) +(60.0, 0.004406581410015753) +(61.0, 0.0017165820819508915) +(62.0, -0.004151798377024537) +(63.0, -0.00880207300586351) +(64.0, -0.02191172871210607) +(65.0, -0.02623345072150735) +(66.0, -0.010767701944360686) +(67.0, -0.014489406366382056) +(68.0, -0.05429225250369776) +(69.0, -0.07206262513997994) +(70.0, -0.056353311539103355) +(71.0, -0.04073249835011215) +(72.0, -0.09710828577428789) +(73.0, -0.05763184846847658) +(74.0, -0.07886403247375877) +(75.0, -0.08581935276305658) +(76.0, -0.09716662717767449) +(77.0, -0.10258954339906104) +(78.0, -0.12504703750568646) +(79.0, -0.1204811924299938) +(80.0, -0.1225615782840287) +(81.0, -0.12205351412327288) +(82.0, -0.09717907278051784) +(83.0, -0.1209903006988272) +(84.0, -0.12944977100035918) +(85.0, -0.12719777095795293) +(86.0, -0.12721076788296376) +(87.0, -0.13943867120074624) +(88.0, -0.14753696729221036) +(89.0, -0.17364741183220522) +(90.0, -0.1720051054267093) +(91.0, -0.15432898398381897) +(92.0, -0.15268631246645753) +(93.0, -0.17202829559365174) +(94.0, -0.18905253504527433) +(95.0, -0.18002972533964598) +(96.0, -0.17328443902337468) +(97.0, -0.16443953878130826) +(98.0, -0.17892450436316454) +(99.0, -0.19877653878390406) +(100.0, -0.20012132014023806) +(101.0, -0.20408873298556843) +(102.0, -0.22144828687766413) +(103.0, -0.19043816375967496) +(104.0, -0.18322878063002473) +(105.0, -0.22051188348991616) +(106.0, -0.2138358869609048) +(107.0, -0.23448993742471338) +(108.0, -0.2528601881558661) +(109.0, -0.224352547973698) +(110.0, -0.20658052653665665) +(111.0, -0.24779090896397798) +(112.0, -0.2348684640304816) +(113.0, -0.26364962030830874) +(114.0, -0.2552522079981463) +(115.0, -0.24978730444118244) +(116.0, -0.2376973100567104) +(117.0, -0.24930375673116945) +(118.0, -0.2665878922796938) +(119.0, -0.2733192536544149) +(120.0, -0.269203506046248) +(121.0, -0.2905373950734107) +(122.0, -0.26539988783993307) +(123.0, -0.29050647514796935) +(124.0, -0.30978422006286377) +(125.0, -0.2728504475750106) +(126.0, -0.2945865714692663) +(127.0, -0.2947277497278392) +(128.0, -0.2898813007425818) +(129.0, -0.3003199172004046) +(130.0, -0.3019781663309732) +(131.0, -0.3260781854309046) +(132.0, -0.31732594284372956) +(133.0, -0.35622204415804515) +(134.0, -0.3250115820526371) +(135.0, -0.30544084623539147) +(136.0, -0.30634586898709804) +(137.0, -0.33102213102506767) +(138.0, -0.3377527641408882) +(139.0, -0.3049925836477131) +(140.0, -0.3059252172626748) +(141.0, -0.35391934120786783) +(142.0, -0.3428717932923363) +(143.0, -0.29949033517644136) +(144.0, -0.2903586730334489) +(145.0, -0.2710691852866632) +(146.0, -0.2558926539002215) +(147.0, -0.2683411990241698) +(148.0, -0.2608149205398288) +(149.0, -0.257056639425861) +(150.0, -0.2305855214677406) +(151.0, -0.22162175450923183) +(152.0, -0.2155231403340073) +(153.0, -0.177851704992026) +(154.0, -0.22172719376021013) +(155.0, -0.21923883991141063) +(156.0, -0.216930116465764) +(157.0, -0.22933137497599124) +(158.0, -0.2224642282961283) +(159.0, -0.21226052471493323) +(160.0, -0.238932617696937) +(161.0, -0.2009368297001452) +(162.0, -0.1670706147975079) +(163.0, -0.17545250900451267) +(164.0, -0.1937536665363514) +(165.0, -0.15934000065085147) +(166.0, -0.1771552856399926) +(167.0, -0.14220932555364618) +(168.0, -0.17430688798115557) +(169.0, -0.17355967192409313) +(170.0, -0.155272046715384) +(171.0, -0.1333890247336275) +(172.0, -0.14204214077067384) +(173.0, -0.1180344862627426) +(174.0, -0.11217868375224624) +(175.0, -0.13986954565972648) +(176.0, -0.16645564394901782) +(177.0, -0.13713584521007113) +(178.0, -0.12346062126577251) +(179.0, -0.09864307623432401) +(180.0, -0.13569492915595058) +(181.0, -0.10973990110327651) +(182.0, -0.11386915081481994) +(183.0, -0.11289680921879823) +(184.0, -0.08728619750623857) +(185.0, -0.07789516200211138) +(186.0, -0.06397755502480353) +(187.0, -0.03735180863348725) +(188.0, -0.05882790902862656) +(189.0, -0.06354652105613003) +(190.0, -0.023133164106776374) +(191.0, -0.05930972302814636) +(192.0, -0.026759534354537536) +(193.0, -0.0271428210613864) +(194.0, -0.03198141690876257) +(195.0, -0.0692266457822384) +(196.0, -0.06537785207937172) +(197.0, -0.07533567827421521) +(198.0, -0.06339414991767557) +(199.0, -0.03989556385574815) +(200.0, -0.01374935400169036) +}; + +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.88887350;green,0.43564919;blue,0.27812294}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(62.0, -0.35622204415804515) +(62.0, 0.07408856092818321) +(62.0, NaN) +}; + +\addplot+ [color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=1.0, +line width=1, +dashed,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 1.0, + fill = {rgb,1:red,0.24222430;green,0.64327509;blue,0.30444865}, fill opacity = 1.0, + line width = 1, + rotate = 0, + solid +}]coordinates { +(133.0, -0.35622204415804515) +(133.0, 0.07408856092818321) +(133.0, NaN) +}; + +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.1, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.1, + fill = {rgb,1:red,0.76444018;green,0.44411178;blue,0.82429754}, fill opacity = 0.1, + line width = 1, + rotate = 0, + solid +}]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.12631578947368421, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.12631578947368421, + fill = {rgb,1:red,0.67554396;green,0.55566233;blue,0.09423434}, fill opacity = 0.12631578947368421, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.15263157894736842, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.15263157894736842, + fill = {rgb,1:red,0.00000048;green,0.66575898;blue,0.68099695}, fill opacity = 0.15263157894736842, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.17894736842105263, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.17894736842105263, + fill = {rgb,1:red,0.93076749;green,0.36747719;blue,0.57576997}, fill opacity = 0.17894736842105263, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.20526315789473684, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.20526315789473684, + fill = {rgb,1:red,0.77698167;green,0.50974313;blue,0.14642526}, fill opacity = 0.20526315789473684, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.23157894736842105, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.23157894736842105, + fill = {rgb,1:red,0.00000038;green,0.66426780;blue,0.55295088}, fill opacity = 0.23157894736842105, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.2578947368421053, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.2578947368421053, + fill = {rgb,1:red,0.55846496;green,0.59348466;blue,0.11748125}, fill opacity = 0.2578947368421053, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.28421052631578947, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.28421052631578947, + fill = {rgb,1:red,0.00000059;green,0.66087852;blue,0.79817876}, fill opacity = 0.28421052631578947, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3105263157894737, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3105263157894737, + fill = {rgb,1:red,0.60967077;green,0.49918492;blue,0.91178127}, fill opacity = 0.3105263157894737, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3368421052631579, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3368421052631579, + fill = {rgb,1:red,0.38000160;green,0.55105327;blue,0.96650570}, fill opacity = 0.3368421052631579, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3631578947368421, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3631578947368421, + fill = {rgb,1:red,0.94218165;green,0.37516423;blue,0.45181682}, fill opacity = 0.3631578947368421, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.3894736842105263, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.3894736842105263, + fill = {rgb,1:red,0.86840209;green,0.39598936;blue,0.71351475}, fill opacity = 0.3894736842105263, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.41578947368421054, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.41578947368421054, + fill = {rgb,1:red,0.42314674;green,0.62249549;blue,0.19877060}, fill opacity = 0.41578947368421054, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.4421052631578947, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.4421052631578947, + fill = {rgb,1:red,0.44443694;green,0.54995850;blue,0.41553691}, fill opacity = 0.4421052631578947, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.46842105263157896, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.46842105263157896, + fill = {rgb,1:red,0.27923248;green,0.59954391;blue,0.54808068}, fill opacity = 0.46842105263157896, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.49473684210526314, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.49473684210526314, + fill = {rgb,1:red,0.12111245;green,0.65207681;blue,0.55131371}, fill opacity = 0.49473684210526314, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.5210526315789473, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.5210526315789473, + fill = {rgb,1:red,0.68705547;green,0.47164835;blue,0.86803940}, fill opacity = 0.5210526315789473, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.5473684210526316, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.5473684210526316, + fill = {rgb,1:red,0.52777278;green,0.55335780;blue,0.53037002}, fill opacity = 0.5473684210526316, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.5736842105263158, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.5736842105263158, + fill = {rgb,1:red,0.27923272;green,0.62962182;blue,0.39923910}, fill opacity = 0.5736842105263158, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\addplot+ [color = {rgb,1:red,1.00000000;green,0.00000000;blue,0.00000000}, +draw opacity=0.6, +line width=1, +solid,mark = none, +mark size = 2.0, +mark options = { + color = {rgb,1:red,0.00000000;green,0.00000000;blue,0.00000000}, draw opacity = 0.6, + fill = {rgb,1:red,0.46538404;green,0.51417786;blue,0.68697436}, fill opacity = 0.6, + line width = 1, + rotate = 0, + solid +},forget plot]coordinates { +(1.0, 0.003415070051260294) +(2.0, 0.00312882003362569) +(3.0, 0.005431484746491133) +(4.0, 0.007483774524172926) +(5.0, 0.014057759353939048) +(6.0, 0.014229481670106292) +(7.0, 0.014099241248274108) +(8.0, 0.01578914864684755) +(9.0, 0.01937549979956943) +(10.0, 0.04570835304462628) +(11.0, 0.032881703647781535) +(12.0, 0.03144228972988472) +(13.0, 0.029654709326364603) +(14.0, 0.014505275966058662) +(15.0, 0.031667004136601395) +(16.0, 0.016445043425511674) +(17.0, 0.026991957497735086) +(18.0, 0.04554376584834596) +(19.0, 0.04645626540988301) +(20.0, 0.05242702524065024) +(21.0, 0.051157364607537836) +(22.0, 0.08001321364620084) +(23.0, 0.06966293662318623) +(24.0, 0.05183247796590251) +(25.0, 0.05361962017787425) +(26.0, 0.07173379917027134) +(27.0, 0.06539244964357582) +(28.0, 0.055680918405650814) +(29.0, 0.051828357937241165) +(30.0, 0.0733049118778677) +(31.0, 0.050324447158289765) +(32.0, 0.05738913971661441) +(33.0, 0.02790168529518322) +(34.0, 0.054137298835412295) +(35.0, 0.060127982375481004) +(36.0, 0.05913047471828703) +(37.0, 0.05929401713767968) +(38.0, 0.054345231599197685) +(39.0, 0.06318076759528735) +(40.0, 0.07526265077898309) +(41.0, 0.04659006903889562) +(42.0, 0.059251295798607995) +(43.0, 0.0660759335485488) +(44.0, 0.05133171275713089) +(45.0, 0.0466303091416469) +(46.0, 0.03616209107013724) +(47.0, 0.053256212590385044) +(48.0, 0.04412319379297003) +(49.0, 0.05305033480073229) +(50.0, 0.04706216256834006) +(51.0, 0.04757226006196813) +(52.0, 0.015007194963833292) +(53.0, 0.02330545490208369) +(54.0, 0.02956726986060554) +(55.0, 0.02139122838300711) +(56.0, 0.025523618910553214) +(57.0, 0.007737760397564575) +(58.0, 0.008770186412985215) +(59.0, 0.019249355838913296) +(60.0, -0.00035844873793822174) +(61.0, 7.114139083830295e-5) +(62.0, -0.004775830807937087) +(63.0, -0.010362771608257937) +(64.0, -0.02473564400052153) +(65.0, -0.018737722433722848) +(66.0, -0.01577169444379445) +(67.0, -0.044639041515511124) +(68.0, -0.0512445287525467) +(69.0, -0.06808273080541527) +(70.0, -0.053346911145024656) +(71.0, -0.0702920380524592) +(72.0, -0.040355497886255254) +(73.0, -0.023262784890971666) +(74.0, -0.06200326387612076) +(75.0, -0.08462652752671573) +(76.0, -0.0996816715323825) +(77.0, -0.08812732709679505) +(78.0, -0.09458587522150275) +(79.0, -0.1091239657033154) +(80.0, -0.09916250408262473) +(81.0, -0.11772529486394667) +(82.0, -0.11003278770362401) +(83.0, -0.09831065251262716) +(84.0, -0.09286139269052773) +(85.0, -0.08952186407602447) +(86.0, -0.13104423222291128) +(87.0, -0.12040449865499703) +(88.0, -0.1039531727377212) +(89.0, -0.12351323059242336) +(90.0, -0.1153454741780724) +(91.0, -0.15627230042464246) +(92.0, -0.14919647960366333) +(93.0, -0.15805283946864535) +(94.0, -0.1460638333075499) +(95.0, -0.18570387555601764) +(96.0, -0.17407997934787023) +(97.0, -0.16027505040909729) +(98.0, -0.1653077324750445) +(99.0, -0.1759658224813574) +(100.0, -0.18956814185648385) +(101.0, -0.208155061104915) +(102.0, -0.19375459112499938) +(103.0, -0.18381836671039053) +(104.0, -0.208014842455162) +(105.0, -0.21367272913414892) +(106.0, -0.21639665935027086) +(107.0, -0.24044548447883773) +(108.0, -0.21904367551397286) +(109.0, -0.22222300517088955) +(110.0, -0.2142192407367669) +(111.0, -0.23091995920188202) +(112.0, -0.2588359492159462) +(113.0, -0.24634693508623817) +(114.0, -0.27119529330185754) +(115.0, -0.26894556948284176) +(116.0, -0.2735120605474233) +(117.0, -0.2639231506165096) +(118.0, -0.28778696350040045) +(119.0, -0.26519394782146843) +(120.0, -0.28636409526208073) +(121.0, -0.29600640910814935) +(122.0, -0.28159153947134286) +(123.0, -0.3090648841610344) +(124.0, -0.3094560819216934) +(125.0, -0.29929752175739566) +(126.0, -0.30683948284625107) +(127.0, -0.32031067491946263) +(128.0, -0.3102688022464384) +(129.0, -0.2744500759103916) +(130.0, -0.29161807915252025) +(131.0, -0.2710838023428068) +(132.0, -0.2874241966591833) +(133.0, -0.3229847192381099) +(134.0, -0.3100851779579563) +(135.0, -0.29144875751719956) +(136.0, -0.31013377909120843) +(137.0, -0.2974049314181282) +(138.0, -0.2781659825778138) +(139.0, -0.2522442528467739) +(140.0, -0.25128268118815145) +(141.0, -0.2782528886211941) +(142.0, -0.25121999878723056) +(143.0, -0.2789234405316541) +(144.0, -0.28054212230585795) +(145.0, -0.3018693863406794) +(146.0, -0.28739882944736106) +(147.0, -0.26858803176477375) +(148.0, -0.2782136284625447) +(149.0, -0.25185821590958035) +(150.0, -0.26829733509388287) +(151.0, -0.23531082953233495) +(152.0, -0.24322600551886486) +(153.0, -0.22651655520395542) +(154.0, -0.2404722318951782) +(155.0, -0.2179971094337212) +(156.0, -0.23534898705610274) +(157.0, -0.23220664431909022) +(158.0, -0.2305705682234449) +(159.0, -0.2091322986665336) +(160.0, -0.20701660889947338) +(161.0, -0.2047444042390545) +(162.0, -0.2130722062004904) +(163.0, -0.21847095661212945) +(164.0, -0.19212324002436132) +(165.0, -0.1730217552689921) +(166.0, -0.1582946143435131) +(167.0, -0.16415196511666297) +(168.0, -0.17745720683562238) +(169.0, -0.19222764505477485) +(170.0, -0.18737999502116587) +(171.0, -0.18952921184337512) +(172.0, -0.19413578296773482) +(173.0, -0.1695592524291527) +(174.0, -0.16903567592577007) +(175.0, -0.1456208428368675) +(176.0, -0.13533583644953007) +(177.0, -0.11248795583421334) +(178.0, -0.1053121755198152) +(179.0, -0.09773411212521887) +(180.0, -0.10144422339414749) +(181.0, -0.063515636182911) +(182.0, -0.063836356404539) +(183.0, -0.07254036952154319) +(184.0, -0.06874267306305182) +(185.0, -0.08825071778421023) +(186.0, -0.07174536041823254) +(187.0, -0.08689408179923497) +(188.0, -0.11248217814886674) +(189.0, -0.09099262033718514) +(190.0, -0.07181769648904446) +(191.0, -0.05387337992060415) +(192.0, -0.054812894903181864) +(193.0, -0.034789433866199815) +(194.0, -0.047491440479025204) +(195.0, -0.04178198001405731) +(196.0, -0.02964501478920223) +(197.0, -0.012754183309498845) +(198.0, -0.02636544539140484) +(199.0, -0.014175808066410056) +(200.0, -0.010892783835507736) +}; +\end{axis} + +\end{tikzpicture} diff --git a/jump_lin_id/id_paper.tex b/jump_lin_id/id_paper.tex index 1260a5c4ed45325c2ecb7c7a17c2dbc5b3324a5a..01a6325dbd4495d035cd50b1521ed103066f7de5 100644 --- a/jump_lin_id/id_paper.tex +++ b/jump_lin_id/id_paper.tex @@ -59,17 +59,12 @@ \definecolor{linecolor4}{rgb}{0.6,0,0.5} %% Include comments -\newcommand{\recmt}[1]{{\color{red}{\textbf{Reviewers comment:} #1}}} -\newcommand{\cmt}[1]{{\color{yellow}{\textbf{Comment:} #1}}} -%\newcommand{\rcmt}[1]{Rolfs comment: {\color{red}{ #1}}} -%\newcommand{\revised}[3]{{\color{gray} #1}{\color{green} \textbf{Added:} #2}{\color{yellow}\textbf{Bagge's comment:} #3} } -%\usepackage[utf8]{inputenc} +% \newcommand{\recmt}[1]{{\color{red}{\textbf{Reviewers comment:} #1}}} +% \newcommand{\cmt}[1]{{\color{yellow}{\textbf{Comment:} #1}}} %% Exclude comments -% \newcommand{\recmt}[1]{} -%\newcommand{\cmt}[1]{} -\newcommand{\rcmt}[1]{} -\newcommand{\revised}[3]{#2} +\newcommand{\recmt}[1]{} +\newcommand{\cmt}[1]{} \newcommand{\figurecaptionreduction}{\vspace{-2.5mm}} \newcommand{\figurefontsize}{\footnotesize} @@ -153,7 +148,7 @@ Identification of LTV Dynamical Models with\\ Smooth or Discontinuous Time Evolu \pagestyle{empty} \begin{abstract} - We establish a connection between trend filtering and system identification which results in a family of new identification methods for linear, time-varying (LTV) dynamical models based on convex optimization. We demonstrate how the design of the cost function promotes either a continuous change in dynamics over time, or causes discontinuous changes in model coefficients occurring at a finite (sparse) set of time instances. We further discuss the introduction of priors on the model parameters for situations where excitation is insufficient for identification. The identification problems are cast as convex optimization problems and are applicable to, e.g., ARX-models and state-space models with time-varying parameters. We illustrate usage of the methods in simulations of a nonlinear robot arm with non-smooth friction and in model-based, trajectory centric reinforcement learning on a smooth nonlinear system. + We establish a connection between trend filtering and system identification which results in a family of new identification methods for linear, time-varying (LTV) dynamical models based on convex optimization. We demonstrate how the design of the cost function promotes either a continuous change in dynamics over time, or causes discontinuous changes in model coefficients occurring at a finite (sparse) set of time instances. We further discuss the introduction of priors on the model parameters for situations where excitation is insufficient for identification. The identification problems are cast as convex optimization problems and are applicable to, e.g., ARX-models and state-space models with time-varying parameters. We illustrate usage of the methods in simulations of jump-linear systems, a nonlinear robot arm with non-smooth friction and stiff contacts as well as in model-based, trajectory centric reinforcement learning on a smooth nonlinear system. % \cmt{Rewrote abstract to make contribution stand out from previous work and highlight interesting nonlinear and non-smooth nature of examples.} \end{abstract} % \begin{keywords} @@ -461,7 +456,7 @@ For the LTI problem to be well-posed, the system must be identifiable and the in -\section{Example} +\section{Example -- Jump-linear system} \cmt{Add two link example where a stiff contact is established and there is a sign change in control signal and hence friction. Apply pwconstant method and maybe scrap linear system example. Fig 3 can be reproduced with analytical jacobian as comparison. Mention in abstract that we then evaluate on one non-linear but smooth system (pendcart) and one non-smooth system (twolink).} \recmt{Only linear systems considered (pend-cart actually not linear.} \cmt{Highligt that pendcart is nonlinear or introduce simple robotic example. Mention early that an LTV system along a trajectory does not generalize far for a nonlinear system, hence the use of KL constraint.} % \begin{figure} @@ -500,17 +495,17 @@ to $$A_t = \left[ \right] $$ occurred at $t=200$. -The input was Gaussian noise of zero mean and unit variance, state transition noise and measuremet noise of zero mean and $\sigma = 0.2$ were added. The generated and filtered signals are shown in~\cref{fig:states}. +The input was Gaussian noise of zero mean and unit variance, state transition noise and measuremet noise of zero mean and $\sigma = 0.2$ were added. \Cref{fig:ss} depicts the estimated coefficients in the dynamics matrices for a value of $\lambda$ chosen using the L-curve method~\cite{hansen1994regularization}. -\begin{figure} - \centering - \setlength{\figurewidth}{0.99\linewidth} - \setlength{\figureheight }{5cm} - \input{figs/states.tex} - \figurecaptionreduction - \caption{Piecewise constant state-space dynamics. True state values are shown with dashed lines. Gaussian state-transition and measurement noise with $\sigma = 0.2$ were added. \recmt{Hard to see and understand}} - \label{fig:states} -\end{figure} +% \begin{figure} +% \centering +% \setlength{\figurewidth}{0.99\linewidth} +% \setlength{\figureheight }{5cm} +% \input{figs/states.tex} +% \figurecaptionreduction +% \caption{Piecewise constant state-space dynamics. True state values are shown with dashed lines. Gaussian state-transition and measurement noise with $\sigma = 0.2$ were added. \recmt{Hard to see and understand}} +% \label{fig:states} +% \end{figure} \begin{figure} \centering \setlength{\figurewidth}{0.99\linewidth} @@ -522,8 +517,29 @@ The input was Gaussian noise of zero mean and unit variance, state transition no \end{figure} +\section{Example -- Non-smooth robot arm with stiff contact} +To illustrate the ability pf the proposed models to represent the non-smooth dynamics along a trajectory of a robot arm, we simulate a two-link robot with discontinuous Coulomb friction. Additionally, we let the robot establish a stiff contact with the environment to illustrate both strengths and weaknesses of the modeling approach. -\section{Reinforcement learning} +The state of the robot arm consists of two joint coordinates, $q$, and their time derivatives, $\dot q$. \Cref{fig:robot_train} illustrates the state trajectories, control torques and simulations of a model estimated with~\labelcref{eq:slow}. The figure clearly illustrates that the model is able to capture the dynamics both during the non-smooth sign change of the velocity, but also during establishment of the stiff contact. The learned dynamics of the contact is however time-dependent, which is illustrated in \Cref{fig:robot_val}, where the model is used on a validation trajectory where a different noise sequence was added to the control torque. Due to the novel input signal, the contact is established at a different time-instant and as a consequence, there is an error transient in the simulated data. +\begin{figure*}[htp] + \centering + \setlength{\figurewidth}{0.5\linewidth} + \setlength{\figureheight }{4cm} + \input{figs/robot_train.tex} + % \includegraphics[width=\linewidth]{figs/robot_train} + \caption{Simulation of non-smooth robot dynamics with stiff contact -- training data vs. sample time index. The sign change in velocity, and hence a discontinuous change in friction torque, occurs in the time interval 50-100 and the contact is established in the time interval 100-150.} + \label{fig:robot_train} +\end{figure*} +\begin{figure*}[htp] + \centering + \setlength{\figurewidth}{0.5\linewidth} + \setlength{\figureheight }{4cm} + \input{figs/robot_val.tex} + \caption{Simulation of non-smooth robot dynamics with stiff contact -- validation data vs. sample time index. The dashed lines indicate the event times for the training data, highlighting that the model is able to deal effortless with the non-smooth friction, but inaccurately predicts the time evolution around the contact event.} + \label{fig:robot_train} +\end{figure*} + +\section{Example -- Reinforcement learning} \recmt{More details needed} In this example, we use the proposed methods to identify LTV dynamics models for reinforcement learning. The goal of the task is to dampen oscillations of a pendulum attached to a moving @@ -627,6 +643,10 @@ can be generalized to $(\Delta k)\T \Lambda (\Delta k)$, where $\Lambda$ is an a This allows incorporation of different scales for different variables with little added implementation complexity. +\section{Conclusions} +We have proposed a framework for identification of linear, time-varying models along trajectories of nonlinear dynamical systems using convex optimization. We showed how a Kalman smoother can be used to estimate the dynamics efficiently in a few special cases, and demonstrated the use of the proposed LTV models on three examples, highlighting their efficiency for trajectory-centric, model-based reinforcement learning, iterative learning control (ILC), and jump-linear system identification. We have also demonstrated the ability of the models to handle non-smooth friction dynamics as well as analyzed the identifiability of the models. + + % The drawbacks of LTV models include situations where the observed time variation comes from non-linear effects. Non-linearities in the system may cause an apparent time-variation as the state varies. While an LTV-model can capture this variation, it will fail to generalize well to a subsequent experiment where the states take a significantly different trajectory. Many non-linear systems are, however, approximately \emph{locally} linear, such that they are well described by a linear model in a small neighborhood around the linearization/operating point. LTV models can thus be efficiently used for model-based reinforcement learning with variants of trust-region based optimization~\cite{schulman2015trust}. diff --git a/jump_lin_id/two_link.jl b/jump_lin_id/two_link.jl index 310ebbfb0f09f96afe3d2a69a0bb02118e54821d..9112d54b8712369686e187d186b88477f6e2a112 100644 --- a/jump_lin_id/two_link.jl +++ b/jump_lin_id/two_link.jl @@ -1,6 +1,7 @@ cd(@__DIR__) # import Iterators -using OrdinaryDiffEq, LTVModels +using OrdinaryDiffEq +@everywhere using LTVModels using ValueHistories, IterTools, MLDataUtils, OrdinaryDiffEq, Parameters, InteractNext @@ -30,15 +31,15 @@ u .+= 0.1randn(size(u)) const wall = -0.2 function affect!(i) - # q = i.u[1:2] - # qd = i.u[3:4] - # p1,p2 = forward_kin(q)[2] - # J = TwoLink.jacobian(q) - # v1,v2 = J*qd - # d = [0, wall-p2] - # δq = J\d - # i.u[3:4] = J\[v1, 0] - # i.u[1:2] .+= δq + q = i.u[1:2] + qd = i.u[3:4] + p1,p2 = forward_kin(q)[2] + J = TwoLink.jacobian(q) + v1,v2 = J*qd + d = [0, wall-p2] + δq = J\d + i.u[3:4] = J\[v1, 0] + i.u[1:2] .+= δq end condition(x,t,i) = forward_kin(x)[2][2] > wall cb = DiscreteCallback(condition,affect!) @@ -51,59 +52,159 @@ x = hcat(sol(t)...) u = u[:,1:N] u = [u; ones(1,size(u,2))] # Extend to estimate friction x,y = xy(System,x,N) -plot(forward_kin(x[1:2,:])') -plot!([1,N],[wall, wall], l=:dash, c=:black) -error("True jacobian påverkas inte av väggen :/ Den syns bara i datan. Kolla om breakpoint identifieras när systemet träffar väggen") +plot(forward_kin(x[1:2,:])', layout=2, subplot=1) +plot!([1,N],[wall, wall], l=(:dash, :black), grid=false, subplot=1) +vline!([136]) +plot!(u', subplot=2) +vline!([62], subplot=2) +# error("True jacobian påverkas inte av väggen :/ Den syns bara i datan. Kolla om breakpoint identifieras när systemet träffar väggen") ## evalpoints = 1:sys.N Jtrue = map(evalpoints) do evalpoint - true_jacobian(sys, evalpoint, x, u) + true_jacobian(sys, evalpoint, x, u[1:2,:]) end Jtrue = cat(3, Jtrue...) -Jtrue = reshape(Jtrue, np, sys.N) +Jtrue = reshape(Jtrue, 24, sys.N) colors = [HSV(h,1,0.8) for h in linspace(0,200,5)] -r2,p0 = 300,7 -model = LTVModels.fit_statespace_admm(x,u,1, extend=false) -si = slider(1:np); sλ = slider(linspace(-3,3,50)); -function opt(λ) - global n,m,np,x,u,N,model,lastλ - j = 1 +sλ = linspace(-5,5,20) +sr2 = linspace(-4,4,20) +sp0 = linspace(-3,8,20) +@everywhere using ParallelDataTransfer +sendto(collect(2:5), x=x, u=u, n=n, m=m) +admmvec = pmap(sλ) do λ + global x,u + model = LTVModels.fit_statespace_admm(x,u,10^λ, extend=false, tol=1e-8, iters=20000) +end + +kalmanvec = pmap(IterTools.product(sr2,sp0)) do t + r2,p0 = t + global x,u,n,m R1 = eye(n*(n+m)) - R2 = r2*eye(n) + R2 = 10^r2*eye(n) P0 = 10^p0*R1 - model = LTVModels.fit_statespace_admm!(model,x,u,10^λ, extend=false, tol=1e-5) - # model = LTVModels.fit_statespace_dp(x,u,M,extend=false) - # model = LTVModels.fit_model(LTVModels.KalmanModel, x,u,R1,R2,P0, extend=true) + model = LTVModels.fit_model(LTVModels.KalmanModel, x,u,R1,R2,P0, extend=true) end -lastλ = 0. -ui = @manipulate for i in si, λ in sλ +kalmanvec = reshape(kalmanvec, 20,20) + +ui = @manipulate for λ in sλ, r2 in sr2, p0 in sp0, i in 1:24 global n,m,np,x,u,N,model,lastλ j = 1 - if λ != lastλ - J = opt(λ) - lastλ = λ - end - J = reshape(cat(2, model.At, model.Bt), np, N) - # plot(Jtrue[i,:],lab="True", l=:dash, c=:blue, layout=1, legend=false, size=(1920,1200), show=false) - # ui = @manipulate for r2 in linspace(1,1000,20), p0 in linspace(1,7,50), i in 1:24 + indad = findfirst(abs.(λ .- sλ) .< sqrt(eps())) + indk = (findfirst(abs.(r2 .- sr2) .< sqrt(eps())), findfirst(abs.(p0 .- sp0) .< sqrt(eps()))) + Jadmm = reshape(cat(2, admmvec[indad].At, admmvec[indad].Bt), np, N) + Jkalman = reshape(cat(2, kalmanvec[indk...].At, kalmanvec[indk...].Bt), np, N) + + + plot(Jtrue[i,:],lab="True", l=:dash, c=:blue, layout=1, legend=false, show=false) + plot!(Jadmm[i,:], lab="admm", c=:red, subplot=1, show=false, show=false) + plot!(Jkalman[i,:], lab="kalman", c=:green, subplot=1, show=false, show=false) + # plot!(0.5maximum(abs.(Jadmm[i,:]))*sign.(qd)', linewidth=[3 1]) + hline!([0], l=(:dash, :black), linewidth=2) +end + +#= +ui = @manipulate for r2 in linspace(-4,4,100), p0 in slider(linspace(-3,8,100)), i in 1:np + global n,m,np,x,u,N,model,lastλ + + j = 1 + R1 = eye(n*(n+m)) + R2 = 10^r2*eye(n) + P0 = 10^p0*R1 # model = LTVModels.fit_statespace_dp(x,u,M,extend=false) - # model = LTVModels.fit_model(LTVModels.KalmanModel, x,u,R1,R2,P0, extend=true) + model = LTVModels.fit_model(LTVModels.KalmanModel, x,u,R1,R2,P0, extend=true) + + J = reshape(cat(2, model.At, model.Bt), np, N) + plot(Jtrue[i,:],lab="True", l=:dash, c=:blue, layout=1, legend=false, show=false) - # yh = LTVModels.predict(model, x,u) - # plot(y', lab="y", layout=6, show=false) - # plot!(yh', lab="yh", subplot=1:4, show=false) - # plot!(u', lab="u", subplot=5:6) - plot(J[i,:], lab="Estimated", c=colors[j], subplot=1, show=false, show=false) + plot!(J[i,:], lab="Estimated", c=colors[j], subplot=1, show=false, show=false) plot!(0.5maximum(abs.(J[i,:]))*sign.(qd)', linewidth=[3 1]) hline!([0], l=(:dash, :black), linewidth=2) end -# gui() +=# + +@manipulate for ind = eachindex(sλ), normalize = [true,false] + # a = activation(admmvec[ind], normalize=normalize) + a = reshape(admmvec[ind].At, :, N) + a = sum(abs.(diff(a,2)), 1) + plot(a', show=false) + # plot(filt(ones(5),[5],abs.(diff(a))), show=false) + vline!([62,136]) +end + +@manipulate for ind1 = eachindex(sr2),ind2 = eachindex(sp0), normalize = [true,false] + a = activation(kalmanvec[ind1,ind2], normalize=normalize) + plot(filt(ones(5),[5],abs.(diff(a))), show=false) + vline!([62,136]) +end + + +@manipulate for ind1 = eachindex(sr2),ind2 = eachindex(sp0) + m = kalmanvec[ind1,ind2] + plot(x', label="States", show=false, layout=(3,1), subplot=1, size=(800,1000), title="State trajectories", lab=["q1" "q2" "qd1" "qd2"], c=[:blue :blue :green :green]) + plot!(LTVModels.simulate(m, x[:,1], u)[:,2:end]', label="Simulation", show=false, subplot=1, l=(:red, :dash)) + vline!([62], show=false, subplot=1, text=["Velocity sign change"], l=(:black, :dash)) + vline!([135], show=false, subplot=1, text=["Stiff contact"], l=(:black, :dash)) + plot!(forward_kin(x[1:2,:])', subplot=2, title="End effector positions", lab=["x" "y"]) + hline!([wall], l=(:dash, :black), grid=false, subplot=2, text=["Constraint"]) + vline!([135], subplot=2, text=["Stiff contact"], l=(:black, :dash)) + plot!(u', subplot=3, title="Control torques") + vline!([62], subplot=3, text=["Velocity sign change"], l=(:black, :dash)) +end + + +pgfplots(grid=false, legend=:bottom) +## + + +r2,p0 = -3.,8. +R1 = eye(n*(n+m)) +R2 = 10^r2*eye(n) +P0 = 10^p0*R1 +model = LTVModels.fit_model(LTVModels.KalmanModel, x,u,R1,R2,P0, extend=true) + + +signch = findfirst(u[2,:] .< 0) +contact = findfirst(forward_kin(x[1:2,:])[2,:] .> wall) +ind2 = length(sp0) +fig=plot(x', label="States", show=false, layout=grid(3,2), subplot=1:4, size=(800,1000), title="State trajectories", title=["q1" "q2" "qd1" "qd2"], c=:blue, linewidth=4) +vline!([signch].*ones(1,4), show=false, subplot=1:4, lab="Velocity sign change", l=(:black, :dash)) +vline!([contact].*ones(1,4), show=false, subplot=1:4, lab="Stiff contact", l=(:black, :dash)) +plot!(forward_kin(x[1:2,:])', subplot=5, title="End effector positions", lab=["x" "y"]) +hline!([wall], l=(:dash, :black), grid=false, subplot=5, lab="Constraint") +vline!([contact], subplot=5, lab="Stiff contact", l=(:black, :dash)) +plot!(u[1:2,:]', subplot=6, title="Control torques", lab="") +vline!([signch], subplot=6, lab="Velocity sign change", l=(:black, :dash)) +plot!(LTVModels.simulate(model, x[:,1], u)', label="Simulation", show=false, subplot=1:4, l=(:red,), legend=[false false true false]) +gui() +# savefig2(@__DIR__()*"/figs/robot_train.tex", Dict("" => "legend style={at={(1.2,-0.2)}, anchor=north, legend columns=4},")) +## + +# Validate ## +let u, x, y +u = torque(q,qd,qdd) +u .+= 0.1randn(size(u)) +t = h:h:N*h+h +q0 = [q[:,1]; qd[:,1]] +prob = OrdinaryDiffEq.ODEProblem((x,p,t)->time_derivative(x, u[:,ceil(Int,t/h)]),q0,(t[[1,end]]...)) +sol = solve(prob,Tsit5(),reltol=1e-8,abstol=1e-8, callback=cb) +x = hcat(sol(t)...) +u = u[:,1:N] +u = [u; ones(1,size(u,2))] # Extend to estimate friction +x,y = xy(System,x,N) + +plot(x', label="States", show=false, layout=grid(2,2), subplot=1:4, size=(800,1000), title="State trajectories", title=["q1" "q2" "qd1" "qd2"], c=:blue, linewidth=4, reuse=false) +vline!([signch].*ones(1,4), show=false, subplot=1:4, lab="Original Velocity sign change", l=(:black, :dash)) +vline!([contact].*ones(1,4), show=false, subplot=1:4, lab="Original Stiff contact", l=(:black, :dash)) -w = get_page() -body!(w, ui) +plot!(LTVModels.simulate(model, x[:,1], u)', label="Simulation", show=false, subplot=1:4, l=(:red,), legend=[false false true false]) + +gui() +# savefig2(@__DIR__()*"/figs/robot_val.tex", Dict("" => "legend style={at={(1.2,-0.2)}, anchor=north, legend columns=4},")) +end +##