Comparison of MATLAB and Engee in spectral and time-frequency analysis tasks¶
Comparing MATLAB and Engee in the fields of spectral analysis and time-frequency analysis, let us consider their capabilities and approaches for two tasks: forward and inverse Fourier transform and time-frequency analysis.
Let's set a random input signal.
Resolving package versions...
Installed MPItrampoline_jll ── v5.5.2+0
Installed IntervalArithmetic ─ v0.22.23
Installed Documenter ───────── v1.8.1
No Changes to `~/.project/Project.toml`
No Changes to `~/.project/Manifest.toml`
The Engee uses functions from the FFTW package:
- fft: direct fast Fourier transform.
- ifft: inverse Fourier transform.
Out[0]:
300-element Vector{ComplexF64}:
0.17371489951964067 - 1.0954200509634878e-16im
2.2377132029330844 + 2.2408317281964536e-16im
-1.4829786507042373 + 2.2273568055204485e-16im
-0.2348809459284378 - 4.320879722422531e-17im
-0.31906921401547966 - 3.6273233115378e-17im
-0.34465018150965426 + 1.56247404219809e-17im
-1.2607176668657911 + 3.8205740429821057e-17im
-1.3833370605598396 - 1.0954483820890101e-16im
0.1073530872080035 + 4.054066051089606e-18im
-1.1869125065267447 + 1.204268348309886e-16im
-0.08869450663083418 - 9.907440153835353e-17im
0.5356860088040623 - 9.578303805633852e-17im
-0.027712149720118998 - 7.601346822348835e-17im
⋮
-1.099956486756265 - 2.4424426718144734e-16im
1.9684779743047827 - 2.3821720609620034e-16im
-0.9838794916231319 - 6.468831717252368e-17im
-0.5483474914245768 + 9.609569947930888e-17im
-0.4423484330625661 - 1.2054068815356207e-16im
0.12882694892579774 - 7.323649583095336e-17im
0.3790454548946689 + 1.2509628585190657e-16im
-0.8125388544875829 + 1.946643454251107e-16im
-0.603401253638474 + 1.6844285716281442e-17im
0.9546133370515606 + 1.1027054714660098e-17im
-1.0973310353263745 + 1.3942493435956269e-16im
-1.198221964035762 - 1.6134900674300149e-16im
MATLAB has inbuilt functions for fast Fourier transform:
- fft: forward fast Fourier transform.
- ifft: inverse fast Fourier transform.
Out[0]:
300-element Vector{Float64}:
0.17371489951964084
2.2377132029330844
-1.4829786507042373
-0.2348809459284376
-0.3190692140154795
-0.3446501815096541
-1.260717666865791
-1.3833370605598394
0.1073530872080034
-1.186912506526744
-0.08869450663083417
0.5356860088040618
-0.027712149720119327
⋮
-1.0999564867562652
1.9684779743047829
-0.9838794916231323
-0.5483474914245771
-0.44234843306256627
0.12882694892579727
0.37904545489466895
-0.812538854487583
-0.6034012536384741
0.9546133370515602
-1.0973310353263745
-1.1982219640357619
Let's compare the results and calculate the error.
Средняя ошибка Engee: 1.9054347220418914e-16
Средняя ошибка MATLAB: 2.179376470956562e-16
In both environments, the result of the forward Fourier transform is complex numbers, while the inverse transform returns the original signal with a small error due to numerical rounding.
Thus, you can see that the syntax and logic of the code are identical.
There are no standard functions for such transformations in Engee, and they must be implemented manually.
MATLAB has a pspectrum function that allows you to perform time-frequency analysis of a signal.
pspectrum automatically selects the appropriate analysis method.
It supports various visualisations (spectrograms, power densities).
Based on the graphs it can be seen that the main trends of signal behaviour are reflected in Engee. For more detailed plotting it is necessary to additionally implement a more detailed window calculation for the periodogram function.
Let's also compare the correctness of the generated input data in MATLAB and Engee.
As we can see, the input signals are identical.
Conclusion¶
MATLAB has built-in functions to perform these operations. In Engee, you can use third-party libraries such as DSP or FFTW for more complex signal operations. It is also important to consider that Engee gives more flexibility in how transformations can be implemented. To simplify these operations for your Engee implementation, use the out-of-the-box approaches described in this demonstration.
Another aspect of comparing the capabilities of the two environments is that MATLAB is optimised for matrices and signals. However, Engee is generally faster in computations if the code is written taking into account the peculiarities of this environment, and this gives a significant gain in speed of execution and testing of algorithms in large systems.
{"id": "12b77416-d6a5-446e-a887-e1e263d1fe3f", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.513888888888889, "title": {"text": ""}, "len": 0.9525371828521435, "x": 0.9934383202099738}, "name": "y1", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0.1737148995196404, 2.2377132029330844, -1.4829786507042375, -0.2348809459284377, -0.31906921401547955, -0.3446501815096542, -1.2607176668657907, -1.3833370605598394, 0.10735308720800332, -1.1869125065267443, -0.08869450663083431, 0.5356860088040621, -0.027712149720119233, 1.0982616614521192, 0.8085868455058777, 0.6387830454181783, 1.507775318828025, 0.6199878753245892, 0.393387447710582, 1.1955824060608222, 1.7011783536843375, 0.04410517182842277, -1.3622868063571445, 0.667148978361482, 1.3603200482445064, -1.2460413740821348, -0.09352379721898099, 0.7142153060145375, 0.5874598220011623, -0.029923774646931398, -1.6173539468481941, -1.1341701577658791, -0.2318620670936785, 1.9614223430076554, -0.9064373149021401, -0.08750036155236196, 0.9013620998607622, -1.1606136258033257, 0.19032995096672473, 0.26529852441984236, -1.2256033429042725, -0.34265843047811473, -1.0163213390181334, -0.5904870526832985, -0.1888284974950521, 0.5632136272965704, 1.4216848911695108, 1.2231103186656789, -0.9392335705234461, 0.1888368213465265, -0.7129702597750182, 2.047708618626567, 0.0012974063836073792, 0.39193654425842045, -1.0731057526378005, -0.5426299286199618, -0.3775241253476337, -0.2983909846414559, 0.35907243037476777, 0.30859945848948184, 2.3380619513471665, -0.129451919344185, -1.3756647413585286, -2.266082473800668, -1.6691414159242512, 0.7048020866657367, -0.2122813572883848, -0.3738684516656159, 0.582142426250176, -1.194500253921256, -1.5199406652213299, 1.5418172618639105, -0.14101814623326278, -1.3337425118987252, 0.916070531687211, 0.42064850944008914, -0.4986913113107219, 1.7878258407055618, -0.8340744501157741, 0.700287262940423, -1.5347201202992602, 0.320990209031911, -1.9461286370175208, -1.634350365449002, -2.2179148789707446, 0.3841405075519317, -2.0345276958684386, -1.3155576519169885, 0.5095034694117175, -1.5398229602043905, -0.0996928972463047, 0.058547883209960884, -0.49196109011490874, -0.1636738269741638, -1.6033246082216586, -0.18530494790222798, 0.18052426426177784, 0.2563062543086099, -0.5834976206601244, 1.206330770281438, -2.336325887965657, -1.49217495661638, 0.6790142450222766, 0.22634034762573968, 0.5322178343303188, 0.23740468023713188, 0.36089728654942976, 0.10354618225652028, -0.5535579260881316, 0.6966585606384789, 0.6482911120658607, -1.2331255100250338, 0.9371574073754875, 0.223976410024784, -0.726999974239948, 0.24624131991519077, -0.8911702796081693, -0.45634479706493297, -0.9533927879576233, 0.39681420680295687, 1.7845366483519043, 0.9512721134735178, -0.35078655173784384, 0.45205302852564133, -0.08080614536770982, 1.381587937397776, 0.7575071622830764, -1.529549707809423, -0.25540487437058945, 1.4617057424563338, -0.20894965070090846, 0.550079473138806, -1.3088252856678073, 0.7763751854350257, -0.6708267157661835, -0.459373180476631, 0.20666433566948278, -0.4948867414205178, -1.2632482817389736, -0.6773987332935851, -1.6455474570552597, 0.7983820600007037, -2.3042322393221464, -0.5381912267342567, 0.7723705846706311, -0.500360715976743, 0.5008030155654134, -0.9975508015323601, 0.2344128851043664, 1.2128880851145787, -0.8403340556175751, -0.03139017472276542, -0.9111010241918576, 1.0330714497699203, -0.20298560079404693, -0.7851978679398274, -1.2925540458669, -0.21802450861205827, -0.4193511036371263, 0.8860011401425149, -0.11494832178983418, 0.7241904964080738, 2.9268728144891374, 0.02187306879167798, 1.1916186362637355, 1.0635939203834799, 0.10865712699352668, 0.7001292272766356, 1.2934241408891356, -0.38180051861890524, 1.4981474867613507, -0.7274833830524323, -0.7240720628718198, 0.46991939147065437, -0.09000412471988646, -1.9038493487354313, 0.7086251249730569, 0.20707864595530193, -0.7925259924477942, -0.4456527512102926, 0.7190164326354829, 1.3076633772258561, 0.07747542364565647, 0.8507905104641718, 0.5777894188042834, 0.15110058992507858, 1.1537851486868043, 2.417510639224529, 0.0018490130177876347, -0.9473810756801279, -2.9164124291659523, 0.6977146757992339, -0.43327114208342393, 0.12499878316772087, -0.45483628674975246, 0.4926981534647707, -0.16325818543769471, 0.6402125749167414, -1.2651443460031468, 2.1521065439271965, -0.03179008822051193, -0.5756220313982866, 0.23182163441247836, -0.4372666509853177, 0.7125025279325867, -1.3318686985336419, -0.5920846374900314, -0.5619913011365385, 1.9676215077581967, 0.6895891187080926, -1.499639102659299, -0.9011019987029512, 0.573226274713316, -1.763849623054309, -1.2682665765547012, -0.03359510203990612, 1.5267867201511987, -1.7253423178824068, -0.024083964068971057, 0.9192074582120965, -0.34105178651739804, 0.6826703046385113, -0.4219066585098335, 0.3877735810979745, -1.1974589389317256, -0.0676727136517578, 0.7046616012674244, 0.49764390971513245, -0.9007289357002412, -0.12226140394231741, 1.1857937099565066, -0.16847034311661604, 0.1459651701239385, -0.3568149255367403, -0.10235877274204157, -0.6437327990962678, -0.7691940405072245, -0.8361871822642428, -0.21042738508821612, 0.9918594203267337, 0.6282877590544125, -0.25843704442196325, -1.9345174368991942, 0.7146231402700651, -1.1005281189410372, -0.4030298063617568, 0.5737827037364244, 0.7729465345185674, -0.9224124532151762, -1.5728509042788983, -0.23320961495962314, -0.5149867647912031, 0.607681732285037, -0.3292232446525406, -0.7257849142988444, -0.35791550148559864, 0.4968051356407223, -1.4568847667180478, 0.9651547964807066, 1.7636443762290637, 1.2116928325855856, 1.0560279902931773, -1.0567842653067565, -0.904081311640674, -0.2592160515619479, -1.5904061043364977, -0.8257905102613329, 0.08356793225518439, -2.3296491451312122, -1.068726752455285, 1.2797624242347647, 0.18060611281154126, -1.0997884160485936, 1.6067807460032162, -0.32836374857303746, -0.41942985768372243, -0.4103579695439231, -0.23407596485910787, -0.7268205594604966, 0.13921122698749452, -1.1892056903157462, 0.820674427341185, 0.6312683419251686, 0.11989235684299639, -1.3335213273147757, -1.2722542459704569, 1.3815304008749982, 2.31415500256649, -1.099956486756265, 1.9684779743047829, -0.9838794916231324, -0.548347491424577, -0.4423484330625661, 0.12882694892579777, 0.3790454548946689, -0.8125388544875829, -0.603401253638474, 0.9546133370515605, -1.0973310353263743, -1.198221964035762], "type": "scatter", "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300]}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 100, 200, 300], "range": [-7.969999999999999, 308.97], "domain": [0.03619130941965587, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "100", "200", "300"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-3, -2, -1, 0, 1, 2, 3], "range": [-3.091710986475605, 3.10217137179879], "domain": [0.03762029746281716, 0.9901574803149606], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["-3", "-2", "-1", "0", "1", "2", "3"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "auto", "xanchor": "auto", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 493.25}}
{"id": "33b090a1-c105-4a16-960e-8a8b640319bc", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.513888888888889, "title": {"text": ""}, "len": 0.9525371828521435, "x": 0.9934383202099738}, "name": "y1", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0.1737148995196404, 2.2377132029330844, -1.4829786507042375, -0.2348809459284377, -0.31906921401547955, -0.3446501815096542, -1.2607176668657907, -1.3833370605598394, 0.10735308720800332, -1.1869125065267443, -0.08869450663083431, 0.5356860088040621, -0.027712149720119233, 1.0982616614521192, 0.8085868455058777, 0.6387830454181783, 1.507775318828025, 0.6199878753245892, 0.393387447710582, 1.1955824060608222, 1.7011783536843375, 0.04410517182842277, -1.3622868063571445, 0.667148978361482, 1.3603200482445064, -1.2460413740821348, -0.09352379721898099, 0.7142153060145375, 0.5874598220011623, -0.029923774646931398, -1.6173539468481941, -1.1341701577658791, -0.2318620670936785, 1.9614223430076554, -0.9064373149021401, -0.08750036155236196, 0.9013620998607622, -1.1606136258033257, 0.19032995096672473, 0.26529852441984236, -1.2256033429042725, -0.34265843047811473, -1.0163213390181334, -0.5904870526832985, -0.1888284974950521, 0.5632136272965704, 1.4216848911695108, 1.2231103186656789, -0.9392335705234461, 0.1888368213465265, -0.7129702597750182, 2.047708618626567, 0.0012974063836073792, 0.39193654425842045, -1.0731057526378005, -0.5426299286199618, -0.3775241253476337, -0.2983909846414559, 0.35907243037476777, 0.30859945848948184, 2.3380619513471665, -0.129451919344185, -1.3756647413585286, -2.266082473800668, -1.6691414159242512, 0.7048020866657367, -0.2122813572883848, -0.3738684516656159, 0.582142426250176, -1.194500253921256, -1.5199406652213299, 1.5418172618639105, -0.14101814623326278, -1.3337425118987252, 0.916070531687211, 0.42064850944008914, -0.4986913113107219, 1.7878258407055618, -0.8340744501157741, 0.700287262940423, -1.5347201202992602, 0.320990209031911, -1.9461286370175208, -1.634350365449002, -2.2179148789707446, 0.3841405075519317, -2.0345276958684386, -1.3155576519169885, 0.5095034694117175, -1.5398229602043905, -0.0996928972463047, 0.058547883209960884, -0.49196109011490874, -0.1636738269741638, -1.6033246082216586, -0.18530494790222798, 0.18052426426177784, 0.2563062543086099, -0.5834976206601244, 1.206330770281438, -2.336325887965657, -1.49217495661638, 0.6790142450222766, 0.22634034762573968, 0.5322178343303188, 0.23740468023713188, 0.36089728654942976, 0.10354618225652028, -0.5535579260881316, 0.6966585606384789, 0.6482911120658607, -1.2331255100250338, 0.9371574073754875, 0.223976410024784, -0.726999974239948, 0.24624131991519077, -0.8911702796081693, -0.45634479706493297, -0.9533927879576233, 0.39681420680295687, 1.7845366483519043, 0.9512721134735178, -0.35078655173784384, 0.45205302852564133, -0.08080614536770982, 1.381587937397776, 0.7575071622830764, -1.529549707809423, -0.25540487437058945, 1.4617057424563338, -0.20894965070090846, 0.550079473138806, -1.3088252856678073, 0.7763751854350257, -0.6708267157661835, -0.459373180476631, 0.20666433566948278, -0.4948867414205178, -1.2632482817389736, -0.6773987332935851, -1.6455474570552597, 0.7983820600007037, -2.3042322393221464, -0.5381912267342567, 0.7723705846706311, -0.500360715976743, 0.5008030155654134, -0.9975508015323601, 0.2344128851043664, 1.2128880851145787, -0.8403340556175751, -0.03139017472276542, -0.9111010241918576, 1.0330714497699203, -0.20298560079404693, -0.7851978679398274, -1.2925540458669, -0.21802450861205827, -0.4193511036371263, 0.8860011401425149, -0.11494832178983418, 0.7241904964080738, 2.9268728144891374, 0.02187306879167798, 1.1916186362637355, 1.0635939203834799, 0.10865712699352668, 0.7001292272766356, 1.2934241408891356, -0.38180051861890524, 1.4981474867613507, -0.7274833830524323, -0.7240720628718198, 0.46991939147065437, -0.09000412471988646, -1.9038493487354313, 0.7086251249730569, 0.20707864595530193, -0.7925259924477942, -0.4456527512102926, 0.7190164326354829, 1.3076633772258561, 0.07747542364565647, 0.8507905104641718, 0.5777894188042834, 0.15110058992507858, 1.1537851486868043, 2.417510639224529, 0.0018490130177876347, -0.9473810756801279, -2.9164124291659523, 0.6977146757992339, -0.43327114208342393, 0.12499878316772087, -0.45483628674975246, 0.4926981534647707, -0.16325818543769471, 0.6402125749167414, -1.2651443460031468, 2.1521065439271965, -0.03179008822051193, -0.5756220313982866, 0.23182163441247836, -0.4372666509853177, 0.7125025279325867, -1.3318686985336419, -0.5920846374900314, -0.5619913011365385, 1.9676215077581967, 0.6895891187080926, -1.499639102659299, -0.9011019987029512, 0.573226274713316, -1.763849623054309, -1.2682665765547012, -0.03359510203990612, 1.5267867201511987, -1.7253423178824068, -0.024083964068971057, 0.9192074582120965, -0.34105178651739804, 0.6826703046385113, -0.4219066585098335, 0.3877735810979745, -1.1974589389317256, -0.0676727136517578, 0.7046616012674244, 0.49764390971513245, -0.9007289357002412, -0.12226140394231741, 1.1857937099565066, -0.16847034311661604, 0.1459651701239385, -0.3568149255367403, -0.10235877274204157, -0.6437327990962678, -0.7691940405072245, -0.8361871822642428, -0.21042738508821612, 0.9918594203267337, 0.6282877590544125, -0.25843704442196325, -1.9345174368991942, 0.7146231402700651, -1.1005281189410372, -0.4030298063617568, 0.5737827037364244, 0.7729465345185674, -0.9224124532151762, -1.5728509042788983, -0.23320961495962314, -0.5149867647912031, 0.607681732285037, -0.3292232446525406, -0.7257849142988444, -0.35791550148559864, 0.4968051356407223, -1.4568847667180478, 0.9651547964807066, 1.7636443762290637, 1.2116928325855856, 1.0560279902931773, -1.0567842653067565, -0.904081311640674, -0.2592160515619479, -1.5904061043364977, -0.8257905102613329, 0.08356793225518439, -2.3296491451312122, -1.068726752455285, 1.2797624242347647, 0.18060611281154126, -1.0997884160485936, 1.6067807460032162, -0.32836374857303746, -0.41942985768372243, -0.4103579695439231, -0.23407596485910787, -0.7268205594604966, 0.13921122698749452, -1.1892056903157462, 0.820674427341185, 0.6312683419251686, 0.11989235684299639, -1.3335213273147757, -1.2722542459704569, 1.3815304008749982, 2.31415500256649, -1.099956486756265, 1.9684779743047829, -0.9838794916231324, -0.548347491424577, -0.4423484330625661, 0.12882694892579777, 0.3790454548946689, -0.8125388544875829, -0.603401253638474, 0.9546133370515605, -1.0973310353263743, -1.198221964035762], "type": "scatter", "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.513888888888889, "title": {"text": ""}, "len": 0.9525371828521435, "x": 0.9934383202099738}, "name": "y2", "yaxis": "y", "legendgroup": "y2", "line": {"color": "rgba(227, 111, 71, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0.17371489951964067, 2.2377132029330844, -1.4829786507042373, -0.2348809459284378, -0.31906921401547966, -0.34465018150965426, -1.2607176668657911, -1.3833370605598396, 0.1073530872080035, -1.1869125065267447, -0.08869450663083418, 0.5356860088040623, -0.027712149720118998, 1.0982616614521195, 0.8085868455058779, 0.6387830454181784, 1.5077753188280252, 0.6199878753245891, 0.39338744771058165, 1.195582406060822, 1.7011783536843372, 0.044105171828422746, -1.3622868063571443, 0.6671489783614818, 1.3603200482445066, -1.2460413740821343, -0.09352379721898085, 0.7142153060145375, 0.5874598220011624, -0.029923774646931446, -1.6173539468481941, -1.134170157765879, -0.2318620670936784, 1.9614223430076554, -0.9064373149021397, -0.087500361552362, 0.9013620998607623, -1.1606136258033257, 0.1903299509667244, 0.2652985244198421, -1.225603342904273, -0.3426584304781152, -1.0163213390181338, -0.5904870526832985, -0.18882849749505226, 0.5632136272965707, 1.4216848911695104, 1.223110318665679, -0.9392335705234462, 0.18883682134652627, -0.7129702597750177, 2.047708618626567, 0.0012974063836076275, 0.3919365442584203, -1.0731057526378007, -0.5426299286199618, -0.37752412534763335, -0.298390984641456, 0.3590724303747679, 0.30859945848948195, 2.3380619513471665, -0.12945191934418532, -1.375664741358529, -2.266082473800668, -1.6691414159242512, 0.7048020866657366, -0.21228135728838493, -0.3738684516656158, 0.582142426250176, -1.1945002539212561, -1.5199406652213296, 1.5418172618639103, -0.14101814623326236, -1.3337425118987252, 0.916070531687211, 0.4206485094400892, -0.4986913113107218, 1.7878258407055618, -0.8340744501157742, 0.700287262940423, -1.5347201202992604, 0.3209902090319111, -1.9461286370175208, -1.6343503654490017, -2.2179148789707455, 0.3841405075519317, -2.0345276958684386, -1.3155576519169885, 0.5095034694117176, -1.539822960204391, -0.09969289724630444, 0.05854788320996112, -0.4919610901149089, -0.1636738269741638, -1.6033246082216583, -0.18530494790222807, 0.1805242642617779, 0.2563062543086096, -0.5834976206601243, 1.2063307702814385, -2.3363258879656574, -1.4921749566163798, 0.6790142450222765, 0.22634034762573976, 0.5322178343303186, 0.23740468023713213, 0.3608972865494297, 0.10354618225652047, -0.5535579260881319, 0.6966585606384788, 0.6482911120658605, -1.2331255100250342, 0.9371574073754879, 0.2239764100247843, -0.7269999742399481, 0.2462413199151912, -0.8911702796081693, -0.4563447970649332, -0.9533927879576232, 0.39681420680295715, 1.7845366483519043, 0.9512721134735178, -0.35078655173784407, 0.45205302852564144, -0.08080614536770962, 1.3815879373977757, 0.7575071622830766, -1.529549707809423, -0.2554048743705895, 1.4617057424563342, -0.20894965070090868, 0.5500794731388056, -1.3088252856678075, 0.7763751854350259, -0.6708267157661836, -0.459373180476631, 0.20666433566948292, -0.49488674142051803, -1.2632482817389736, -0.6773987332935851, -1.6455474570552595, 0.7983820600007038, -2.3042322393221473, -0.5381912267342565, 0.7723705846706317, -0.5003607159767426, 0.500803015565414, -0.99755080153236, 0.2344128851043665, 1.212888085114579, -0.8403340556175752, -0.03139017472276564, -0.9111010241918576, 1.0330714497699203, -0.20298560079404676, -0.7851978679398274, -1.2925540458669, -0.21802450861205844, -0.41935110363712635, 0.8860011401425151, -0.11494832178983454, 0.7241904964080735, 2.926872814489138, 0.0218730687916779, 1.1916186362637358, 1.06359392038348, 0.10865712699352661, 0.7001292272766356, 1.293424140889136, -0.3818005186189055, 1.4981474867613502, -0.7274833830524324, -0.7240720628718197, 0.4699193914706543, -0.09000412471988639, -1.903849348735431, 0.708625124973057, 0.20707864595530184, -0.7925259924477941, -0.44565275121029274, 0.719016432635483, 1.3076633772258561, 0.07747542364565614, 0.850790510464172, 0.5777894188042835, 0.15110058992507866, 1.1537851486868045, 2.417510639224529, 0.0018490130177878448, -0.9473810756801279, -2.9164124291659523, 0.6977146757992337, -0.43327114208342393, 0.12499878316772088, -0.45483628674975274, 0.4926981534647708, -0.1632581854376949, 0.6402125749167414, -1.265144346003147, 2.1521065439271956, -0.03179008822051188, -0.5756220313982867, 0.23182163441247816, -0.43726665098531786, 0.7125025279325872, -1.3318686985336419, -0.5920846374900315, -0.5619913011365391, 1.967621507758197, 0.6895891187080927, -1.499639102659299, -0.9011019987029509, 0.5732262747133163, -1.7638496230543093, -1.2682665765547014, -0.03359510203990636, 1.5267867201511987, -1.725342317882407, -0.024083964068971255, 0.9192074582120965, -0.34105178651739854, 0.6826703046385114, -0.42190665850983344, 0.38777358109797433, -1.1974589389317258, -0.0676727136517575, 0.7046616012674243, 0.49764390971513206, -0.9007289357002415, -0.12226140394231726, 1.1857937099565068, -0.16847034311661613, 0.14596517012393842, -0.3568149255367403, -0.10235877274204123, -0.6437327990962675, -0.7691940405072244, -0.8361871822642425, -0.21042738508821643, 0.9918594203267339, 0.6282877590544127, -0.2584370444219635, -1.934517436899195, 0.7146231402700646, -1.1005281189410376, -0.4030298063617568, 0.5737827037364244, 0.7729465345185675, -0.9224124532151765, -1.5728509042788985, -0.2332096149596228, -0.5149867647912032, 0.607681732285037, -0.32922324465254105, -0.7257849142988445, -0.3579155014855986, 0.4968051356407225, -1.456884766718048, 0.9651547964807068, 1.7636443762290637, 1.2116928325855856, 1.056027990293177, -1.0567842653067563, -0.9040813116406738, -0.2592160515619477, -1.5904061043364974, -0.8257905102613325, 0.08356793225518402, -2.3296491451312127, -1.0687267524552848, 1.2797624242347645, 0.18060611281154168, -1.099788416048594, 1.6067807460032164, -0.3283637485730372, -0.4194298576837225, -0.41035796954392334, -0.23407596485910792, -0.7268205594604966, 0.13921122698749452, -1.1892056903157466, 0.8206744273411852, 0.6312683419251687, 0.11989235684299634, -1.3335213273147755, -1.2722542459704569, 1.3815304008749985, 2.314155002566491, -1.099956486756265, 1.9684779743047827, -0.9838794916231319, -0.5483474914245768, -0.4423484330625661, 0.12882694892579774, 0.3790454548946689, -0.8125388544875829, -0.603401253638474, 0.9546133370515606, -1.0973310353263745, -1.198221964035762], "type": "scatter", "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.513888888888889, "title": {"text": ""}, "len": 0.9525371828521435, "x": 0.9934383202099738}, "name": "y3", "yaxis": "y", "legendgroup": "y3", "line": {"color": "rgba(62, 164, 78, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0.17371489951964084, 2.2377132029330844, -1.4829786507042373, -0.2348809459284376, -0.3190692140154795, -0.3446501815096541, -1.260717666865791, -1.3833370605598394, 0.1073530872080034, -1.186912506526744, -0.08869450663083417, 0.5356860088040618, -0.027712149720119327, 1.0982616614521188, 0.8085868455058776, 0.6387830454181784, 1.5077753188280247, 0.6199878753245893, 0.39338744771058176, 1.1955824060608222, 1.7011783536843377, 0.04410517182842265, -1.362286806357145, 0.6671489783614817, 1.3603200482445066, -1.2460413740821346, -0.09352379721898064, 0.7142153060145369, 0.5874598220011623, -0.029923774646931255, -1.6173539468481941, -1.1341701577658796, -0.23186206709367885, 1.961422343007655, -0.9064373149021395, -0.08750036155236184, 0.9013620998607627, -1.1606136258033255, 0.19032995096672503, 0.265298524419842, -1.225603342904273, -0.3426584304781151, -1.0163213390181332, -0.5904870526832982, -0.18882849749505182, 0.5632136272965704, 1.4216848911695104, 1.2231103186656787, -0.9392335705234459, 0.18883682134652616, -0.7129702597750179, 2.047708618626567, 0.0012974063836071537, 0.39193654425842034, -1.0731057526378003, -0.5426299286199622, -0.37752412534763347, -0.29839098464145586, 0.35907243037476777, 0.3085994584894817, 2.3380619513471665, -0.12945191934418512, -1.375664741358529, -2.2660824738006675, -1.6691414159242512, 0.7048020866657364, -0.21228135728838532, -0.3738684516656164, 0.5821424262501758, -1.1945002539212564, -1.5199406652213296, 1.5418172618639112, -0.1410181462332628, -1.3337425118987252, 0.9160705316872109, 0.42064850944008897, -0.4986913113107221, 1.7878258407055614, -0.8340744501157741, 0.7002872629404232, -1.5347201202992604, 0.32099020903191056, -1.9461286370175204, -1.6343503654490021, -2.2179148789707446, 0.38414050755193185, -2.034527695868438, -1.315557651916989, 0.509503469411717, -1.5398229602043905, -0.09969289724630472, 0.05854788320996126, -0.4919610901149087, -0.16367382697416355, -1.6033246082216583, -0.18530494790222793, 0.18052426426177803, 0.2563062543086097, -0.5834976206601244, 1.2063307702814379, -2.336325887965657, -1.49217495661638, 0.6790142450222765, 0.22634034762573943, 0.5322178343303186, 0.23740468023713154, 0.36089728654942926, 0.10354618225652037, -0.5535579260881315, 0.696658560638479, 0.6482911120658605, -1.2331255100250333, 0.9371574073754873, 0.22397641002478394, -0.7269999742399478, 0.2462413199151908, -0.8911702796081689, -0.4563447970649334, -0.9533927879576232, 0.39681420680295687, 1.7845366483519038, 0.9512721134735178, -0.3507865517378443, 0.4520530285256416, -0.0808061453677099, 1.3815879373977757, 0.7575071622830765, -1.5295497078094227, -0.2554048743705896, 1.4617057424563344, -0.20894965070090885, 0.5500794731388057, -1.3088252856678073, 0.7763751854350256, -0.6708267157661836, -0.4593731804766308, 0.20666433566948272, -0.4948867414205175, -1.2632482817389739, -0.6773987332935849, -1.6455474570552602, 0.7983820600007039, -2.304232239322147, -0.5381912267342567, 0.7723705846706317, -0.5003607159767427, 0.5008030155654135, -0.9975508015323601, 0.23441288510436617, 1.2128880851145794, -0.8403340556175749, -0.031390174722765875, -0.9111010241918577, 1.0330714497699198, -0.20298560079404662, -0.7851978679398278, -1.2925540458669005, -0.2180245086120584, -0.4193511036371264, 0.8860011401425146, -0.11494832178983434, 0.7241904964080735, 2.9268728144891374, 0.021873068791677733, 1.1916186362637355, 1.0635939203834799, 0.1086571269935267, 0.7001292272766355, 1.2934241408891356, -0.38180051861890535, 1.4981474867613505, -0.7274833830524323, -0.72407206287182, 0.46991939147065426, -0.09000412471988659, -1.9038493487354313, 0.708625124973057, 0.207078645955302, -0.7925259924477941, -0.4456527512102925, 0.7190164326354828, 1.3076633772258563, 0.07747542364565684, 0.8507905104641713, 0.5777894188042836, 0.15110058992507883, 1.1537851486868043, 2.417510639224529, 0.0018490130177877973, -0.9473810756801281, -2.9164124291659514, 0.6977146757992333, -0.4332711420834238, 0.12499878316772074, -0.4548362867497527, 0.4926981534647706, -0.16325818543769485, 0.6402125749167413, -1.2651443460031468, 2.1521065439271965, -0.03179008822051192, -0.5756220313982865, 0.23182163441247772, -0.43726665098531725, 0.7125025279325867, -1.3318686985336419, -0.5920846374900309, -0.5619913011365382, 1.9676215077581962, 0.6895891187080925, -1.499639102659299, -0.901101998702951, 0.5732262747133161, -1.7638496230543093, -1.268266576554701, -0.03359510203990631, 1.5267867201511978, -1.7253423178824066, -0.024083964068971397, 0.9192074582120965, -0.3410517865173983, 0.6826703046385112, -0.4219066585098338, 0.3877735810979749, -1.1974589389317256, -0.06767271365175806, 0.7046616012674246, 0.4976439097151326, -0.9007289357002413, -0.1222614039423172, 1.1857937099565063, -0.16847034311661596, 0.14596517012393798, -0.35681492553674055, -0.10235877274204143, -0.6437327990962678, -0.7691940405072245, -0.8361871822642427, -0.210427385088216, 0.9918594203267338, 0.6282877590544128, -0.2584370444219633, -1.9345174368991938, 0.7146231402700651, -1.1005281189410374, -0.4030298063617569, 0.573782703736424, 0.7729465345185677, -0.9224124532151764, -1.5728509042788983, -0.23320961495962328, -0.5149867647912031, 0.6076817322850371, -0.3292232446525407, -0.7257849142988442, -0.357915501485599, 0.49680513564072254, -1.4568847667180473, 0.9651547964807058, 1.763644376229064, 1.2116928325855858, 1.0560279902931773, -1.0567842653067572, -0.9040813116406742, -0.2592160515619478, -1.5904061043364979, -0.8257905102613328, 0.08356793225518487, -2.3296491451312127, -1.068726752455285, 1.2797624242347645, 0.18060611281154157, -1.0997884160485938, 1.6067807460032166, -0.3283637485730373, -0.41942985768372265, -0.41035796954392295, -0.23407596485910753, -0.7268205594604965, 0.139211226987494, -1.1892056903157462, 0.820674427341185, 0.6312683419251688, 0.11989235684299668, -1.3335213273147755, -1.2722542459704567, 1.3815304008749978, 2.31415500256649, -1.0999564867562652, 1.9684779743047829, -0.9838794916231323, -0.5483474914245771, -0.44234843306256627, 0.12882694892579727, 0.37904545489466895, -0.812538854487583, -0.6034012536384741, 0.9546133370515602, -1.0973310353263745, -1.1982219640357619], "type": "scatter", "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300]}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 100, 200, 300], "range": [-7.969999999999999, 308.97], "domain": [0.03619130941965587, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "100", "200", "300"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-3, -2, -1, 0, 1, 2, 3], "range": [-3.091710986475605, 3.102171371798791], "domain": [0.03762029746281716, 0.9901574803149606], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["-3", "-2", "-1", "0", "1", "2", "3"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "auto", "xanchor": "auto", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 493.25}}
{"id": "67e3cd72-15f2-4021-8930-ae92c36fc599", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5086805555555556, "title": {"text": ""}, "len": 0.8657316272965879, "x": 0.9934383202099738}, "name": "y1", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [-106.08609639201066, -91.16737648242116, -80.42764793833827, -73.43025838321802, -67.30801397732205, -62.618845586306946, -58.299529663960385, -54.78055000723808, -51.78084789836791, -49.22179229289206, -47.296019642385325, -45.49904476384813, -43.95201912744354, -42.3138838563542, -40.38549694211898, -38.602284662540505, -37.03386770445768, -35.843110328188146, -35.18055429613197, -34.56920488712913, -33.690054107106434, -32.874998045568574, -32.430140127389336, -32.28523436756729, -32.18437963900671, -31.992899764022052, -31.96602896610507, -32.29496533657887, -32.65941926722245, -32.915201912523386, -33.58422198454107, -34.570925734803524, -35.17543489201681, -35.94644860854701, -37.409338650915224, -38.68561274439246, -40.18341482846124, -42.260383174704906, -43.68597921377578, -45.630973118659895, -47.89139250824093, -49.6902079379269, -52.91818594155613, -55.31959507569653, -58.970083719345666, -62.57494025008796, -66.04904751929888, -71.12696633216017, -73.88111792309405, -80.49456063354083, -81.905370955224, -90.03212936723004, -89.26754900107949, -98.86965328607224, -95.10564195729788, -106.144948645848, -99.18696914739462, -111.61218947296427, -101.98235311343632, -115.73710552290922, -104.05826601745898, -119.09746112816217, -105.75371691208501, -122.04294618536528, -107.22482387808364, -124.73276083517166, -108.54052310974105, -127.23356724354139, -109.73494820098867, -129.57499121772162, -110.82869268755809, -131.7727070124338, -111.83652884707922, -133.83691571945033, -112.77014454992228, -135.77528318469666, -113.63918461567316, -137.59396031504116, -114.45173375888201, -139.2979948082168, -115.21461012908509, -140.89157505752112, -115.93358338354322, -142.3782407317472, -116.61355159201322, -143.76109149274507, -117.25868816084008, -145.04299255301726, -117.87256390432005, -146.22676652526917, -118.4582479692172, -147.31535965053118, -119.01839091090866, -148.31197213645487, -119.55529291190244, -149.22014553787875, -120.0709597730534, -150.04380424053434, -120.5671489193231, -150.78725257990206, -121.04540728623155, -151.45513325518044, -121.5071026158605, -152.0523558435359, -121.95344940269456, -152.5840059504858, -122.38553048950457, -153.0552457342341, -122.8043151178535, -153.47121541627314, -123.2106740798832, -153.8369433525778, -123.60539249182439, -154.15726978693516, -123.98918060861583, -154.4367869819916, -124.362683018669, -154.6797963499359, -124.72648649380133, -154.8902816451833, -125.08112671784191, -155.0718962729219, -125.42709407677873, -155.22796225217502, -125.76483866007507, -155.36147824019739, -126.09477459646753, -155.47513416108177, -126.41728382611171, -155.57133027444837, -126.73271939338747, -155.65219888453396, -127.04140833092985, -155.71962726892426, -127.3436541933605, -155.7752807539722, -127.63973929026969, -155.82062517133417, -127.92992665975794, -155.85694817848105, -128.21446181771455, -155.88537912571826, -128.4935743124218, -155.90690730103577, -128.7674791098824, -155.92239849496286, -129.0363778313481, -155.93260990361082, -129.30045986149742, -155.93820343911435, -129.55990334316317, -155.93975754873964, -129.81487607218514, -155.93777766047072, -130.06553630419353, -155.9327053804196, -130.31203348352474, -155.9249265671441, -130.55450890310954, -155.91477840369228, -130.79309630305403, -155.90255558060622, -131.02792241459622, -155.88851569429877, -131.25910745540065, -155.87288395593941, -131.486765581248, -155.85585729593257, -131.7110052987402, -155.837607940238, -131.93192984298818, -155.81828652599685, -132.14963752374004, -155.7980248153923, -132.36422204319905, -155.77693806037396, -132.57577278816743, -155.75512706335115, -132.78437509904813, -155.73267997377062, -132.99011051786235, -155.70967385510693, -133.19305701724647, -155.68617605239018, -133.39328921212567, -155.66224538624996, -133.59087855567373, -155.63793319618912, -133.78589352092857, -155.61328425276045, -133.97839976932178, -155.5883375556826, -134.16846030723428, -155.5631270325622, -134.35613563159225, -155.5376821510249, -134.54148386548633, -155.51202845564703, -134.72456088449624, -155.48618803876673, -134.90542043464467, -155.4601799541695, -135.08411424249365, -155.43402058029704, -135.2606921181578, -155.40772393992995, -135.43520205160334, -155.38130198107507, -135.6076903029789, -155.35476482469497, -135.778201487154, -155.3281209824707, -135.94677865322183, -155.3013775492718, -136.11346335899353, -155.27454037243518, -136.27829574117473, -155.24761420155482, -136.44131458126142, -155.22060282043003, -136.60255736765163, -155.1935091637472, -136.76206035417204, -155.16633542026278, -136.91985861520251, -155.13908312381798, -137.07598609778182, -155.1117532340623, -137.2304756707247, -155.08434620765559, -137.38335917110365, -155.0568620613642, -137.5346674481833, -155.02930042794733, -137.68443040495902, -155.00166060545357, -137.8326770375586, -154.9739416010213, -137.97943547251603, -154.94614216954847, -138.1247330021432, -154.9182608479664, -138.26859611805895, -154.89029598548402, -138.41105054305748, -154.86224577046156, -138.55212126132494, -154.83410825402817, -138.69183254721526, -154.80588137111124, -138.83020799256226, -154.77756295892607, -138.96727053266315, -154.7491507732171, -139.10304247108593, -154.72064250280843, -139.2375455031771, -154.69203578214325, -139.37080073859283, -154.66332820258862, -139.50282872265524, -154.63451732212988, -139.63364945683207, -154.60560067409747, -139.7632824181704, -154.5765757745278, -139.89174657800402, -154.5474401289824, -140.0190604196211, -154.51819123806996, -140.14524195534207, -154.4888266025461, -140.27030874273382, -154.45934372764998, -140.39427790011112, -154.42974012666625, -140.51716612148925, -154.40001332434656, -140.63898969071934, -154.3701608594086, -140.75976449519925, -154.3401802870034, -140.87950603887245, -154.3100691805192, -140.99822945479525, -154.27982513329246, -141.11594951708966, -154.24944575982016, -141.23268065249613, -154.21892869687204, -141.34843695140464, -154.18827160432133, -141.46323217843826, -154.1574721656847, -141.57707978268087, -154.12652808868592, -141.68999290740803, -154.0954371054346, -141.80198439950857, -154.0641969725885, -141.9130668185438, -154.03280547144715, -142.02325244539227, -154.0012604078014, -142.13255329062662, -153.96955961174794, -142.24098110257773, -153.93770093752693, -142.3485473750194, -153.90568226304265, -142.45526335469165, -153.87350148964626, -142.5611400483982, -153.84115654148977, -142.66618823002187, -153.80864536525283, -142.7704184471068, -153.7759659294883, -142.87384102729786, -153.74311622405432, -142.97646608457603, -153.71009425958425, -143.07830352520244, -153.67689806683782, -143.17936305351083, -153.64352569615465, -143.27965417740998, -153.60997521664, -143.3791862138543, -153.57624471568786, -143.47796829395708, -153.542332298234, -143.5760093680246, -153.5082360860815, -143.6733182104079, -153.473954217256, -143.769903424166, -153.4394848453004, -143.86577344561357, -153.40482613864052, -143.96093654866058, -153.36997627986815, -144.05540084906698, -153.33493346506006, -144.1491743085487, -153.29969590318854, -144.24226473869163, -153.2642618153471, -144.33467980484323, -153.22862943422015, -144.42642702972637, -153.19279700321226, -144.51751379719758, -153.1567627761028, -144.60794735554398, -153.1205250161555, -144.69773482096366, -153.08408199557394, -144.7868831808162, -153.04743199489727, -144.87539929678104, -153.0105733023911, -144.96328990788885, -152.9735042133387, -145.05056163356932, -152.93622302953884, -145.13722097650714, -152.8987280587365, -145.2232743253762, -152.86101761386158, -145.30872795769758, -152.82309001268504, -145.39358804233967, -152.78494357709573, -145.47786064212536, -152.7465766325331, -145.56155171636982, -152.70798750754497, -145.64466712320777, -152.66917453315213, -145.72721262197493, -152.6301360423161, -145.8091938754915, -152.5908703694263, -145.89061645227733, -152.55137584979227, -145.97148582867294, -152.51165081911313, -146.05180739092035, -152.47169361288334, -146.13158643728985, -152.4315025660727, -146.21082817992004, -152.3910760124696, -146.28953774681196, -152.35041228421818, -146.36772018370556, -152.3095097113797, -146.4453804558752, -152.2683666214183, -146.522523449911, -152.22698133876557, -146.59915397539518, -152.18535218425376, -146.675276766661, -152.14347747475284, -146.75089648435764, -152.10135552266308, -146.8260177170726, -152.05898463546956, -146.90064498285392, -152.01636311526485, -146.974782730746, -151.97348925832497, -147.0484353422525, -151.93036135467165, -147.12160713274, -151.88697768758087, -147.19430235288226, -151.84333653319985, -147.26652518998537, -151.79943616007077, -147.33827976933793, -151.75527482873753, -147.4095701554576, -151.71085079123156, -147.4804003534282, -151.66616229071832, -147.55077431010136, -151.62120756108544, -147.62069591523402, -151.5759848263956, -147.69016900276677, -151.53049230055973, -147.75919735193827, -151.484728186949, -147.8277846883121, -151.43869067780273, -147.8959346850122, -151.39237795396426, -147.9636509637089, -151.34578818441238, -148.03093709563728, -151.29891952576807, -148.09779660269413, -151.2517701219614, -148.16423295837322, -151.20433810375903, -148.23024958874845, -151.1566215883311, -148.29584987344242, -151.10861867883204, -148.3610371465471, -151.06032746398955, -148.42581469752628, -151.01174601763347, -148.4901857721149, -150.96287239829482, -148.55415357320507, -150.91370464876545, -148.61772126165596, -150.86424079565467, -148.68089195715748, -150.81447884892685, -148.743668739065, -150.76441680150543, -148.8060546471561, -150.7140526287834, -148.86805268244888, -150.66338428819958, -148.92966580794672, -150.61240971875807, -148.99089694942947, -150.5611268406276, -149.05174899611382, -150.5095335545813, -149.11222480148544, -150.45762774164825, -149.17232718390042, -150.40540726253897, -149.2320589273628, -150.35286995724334, -149.29142278216256, -150.30001364450501, -149.35042146556273, -150.2468361213633, -149.40905766245376, -150.1933351626436, -149.4673340259973, -150.13950852046912, -149.52525317826192, -150.0853539237467, -149.58281771085427, -150.03086907766868, -149.640030185524, -149.97605166318672, -149.69689313477292, -149.92089933650118, -149.753409062432, -149.86540972850992, -149.8095804442424], "type": "scatter", "x": [0, 0.999000999000999, 1.998001998001998, 2.997002997002997, 3.996003996003996, 4.9950049950049955, 5.994005994005994, 6.993006993006993, 7.992007992007992, 8.991008991008991, 9.990009990009991, 10.989010989010989, 11.988011988011989, 12.987012987012987, 13.986013986013987, 14.985014985014985, 15.984015984015985, 16.983016983016984, 17.982017982017982, 18.98101898101898, 19.980019980019982, 20.97902097902098, 21.978021978021978, 22.977022977022976, 23.976023976023978, 24.975024975024976, 25.974025974025974, 26.973026973026975, 27.972027972027973, 28.97102897102897, 29.97002997002997, 30.96903096903097, 31.96803196803197, 32.96703296703297, 33.96603396603397, 34.96503496503497, 35.964035964035965, 36.96303696303696, 37.96203796203796, 38.96103896103896, 39.960039960039964, 40.95904095904096, 41.95804195804196, 42.95704295704296, 43.956043956043956, 44.955044955044954, 45.95404595404595, 46.95304695304696, 47.952047952047955, 48.95104895104895, 49.95004995004995, 50.94905094905095, 51.94805194805195, 52.947052947052946, 53.94605394605395, 54.94505494505495, 55.94405594405595, 56.943056943056945, 57.94205794205794, 58.94105894105894, 59.94005994005994, 60.939060939060944, 61.93806193806194, 62.93706293706294, 63.93606393606394, 64.93506493506494, 65.93406593406594, 66.93306693306694, 67.93206793206794, 68.93106893106894, 69.93006993006993, 70.92907092907093, 71.92807192807193, 72.92707292707293, 73.92607392607393, 74.92507492507492, 75.92407592407592, 76.92307692307692, 77.92207792207792, 78.92107892107893, 79.92007992007993, 80.91908091908093, 81.91808191808192, 82.91708291708292, 83.91608391608392, 84.91508491508492, 85.91408591408592, 86.91308691308691, 87.91208791208791, 88.91108891108891, 89.91008991008991, 90.9090909090909, 91.9080919080919, 92.90709290709292, 93.90609390609391, 94.90509490509491, 95.90409590409591, 96.90309690309691, 97.9020979020979, 98.9010989010989, 99.9000999000999, 100.8991008991009, 101.8981018981019, 102.8971028971029, 103.8961038961039, 104.8951048951049, 105.89410589410589, 106.8931068931069, 107.8921078921079, 108.8911088911089, 109.8901098901099, 110.8891108891109, 111.8881118881119, 112.88711288711289, 113.88611388611389, 114.88511488511489, 115.88411588411589, 116.88311688311688, 117.88211788211788, 118.88111888111888, 119.88011988011988, 120.87912087912089, 121.87812187812189, 122.87712287712289, 123.87612387612388, 124.87512487512488, 125.87412587412588, 126.87312687312688, 127.87212787212788, 128.8711288711289, 129.8701298701299, 130.86913086913088, 131.86813186813188, 132.86713286713288, 133.86613386613388, 134.86513486513488, 135.86413586413587, 136.86313686313687, 137.86213786213787, 138.86113886113887, 139.86013986013987, 140.85914085914087, 141.85814185814186, 142.85714285714286, 143.85614385614386, 144.85514485514486, 145.85414585414586, 146.85314685314685, 147.85214785214785, 148.85114885114885, 149.85014985014985, 150.84915084915085, 151.84815184815184, 152.84715284715284, 153.84615384615384, 154.84515484515484, 155.84415584415584, 156.84315684315686, 157.84215784215786, 158.84115884115886, 159.84015984015986, 160.83916083916085, 161.83816183816185, 162.83716283716285, 163.83616383616385, 164.83516483516485, 165.83416583416584, 166.83316683316684, 167.83216783216784, 168.83116883116884, 169.83016983016984, 170.82917082917083, 171.82817182817183, 172.82717282717283, 173.82617382617383, 174.82517482517483, 175.82417582417582, 176.82317682317682, 177.82217782217782, 178.82117882117882, 179.82017982017982, 180.81918081918081, 181.8181818181818, 182.8171828171828, 183.8161838161838, 184.81518481518484, 185.81418581418583, 186.81318681318683, 187.81218781218783, 188.81118881118883, 189.81018981018983, 190.80919080919082, 191.80819180819182, 192.80719280719282, 193.80619380619382, 194.80519480519482, 195.8041958041958, 196.8031968031968, 197.8021978021978, 198.8011988011988, 199.8001998001998, 200.7992007992008, 201.7982017982018, 202.7972027972028, 203.7962037962038, 204.7952047952048, 205.7942057942058, 206.7932067932068, 207.7922077922078, 208.7912087912088, 209.7902097902098, 210.78921078921078, 211.78821178821178, 212.78721278721278, 213.7862137862138, 214.7852147852148, 215.7842157842158, 216.7832167832168, 217.7822177822178, 218.7812187812188, 219.7802197802198, 220.7792207792208, 221.7782217782218, 222.7772227772228, 223.7762237762238, 224.77522477522479, 225.77422577422578, 226.77322677322678, 227.77222777222778, 228.77122877122878, 229.77022977022978, 230.76923076923077, 231.76823176823177, 232.76723276723277, 233.76623376623377, 234.76523476523477, 235.76423576423576, 236.76323676323676, 237.76223776223776, 238.76123876123876, 239.76023976023976, 240.75924075924075, 241.75824175824178, 242.75724275724278, 243.75624375624378, 244.75524475524477, 245.75424575424577, 246.75324675324677, 247.75224775224777, 248.75124875124877, 249.75024975024976, 250.74925074925076, 251.74825174825176, 252.74725274725276, 253.74625374625376, 254.74525474525475, 255.74425574425575, 256.7432567432568, 257.7422577422578, 258.7412587412588, 259.7402597402598, 260.73926073926077, 261.73826173826177, 262.73726273726277, 263.73626373626377, 264.73526473526476, 265.73426573426576, 266.73326673326676, 267.73226773226776, 268.73126873126876, 269.73026973026975, 270.72927072927075, 271.72827172827175, 272.72727272727275, 273.72627372627375, 274.72527472527474, 275.72427572427574, 276.72327672327674, 277.72227772227774, 278.72127872127874, 279.72027972027973, 280.71928071928073, 281.71828171828173, 282.7172827172827, 283.7162837162837, 284.7152847152847, 285.7142857142857, 286.7132867132867, 287.7122877122877, 288.7112887112887, 289.7102897102897, 290.7092907092907, 291.7082917082917, 292.7072927072927, 293.7062937062937, 294.7052947052947, 295.7042957042957, 296.7032967032967, 297.7022977022977, 298.7012987012987, 299.7002997002997, 300.6993006993007, 301.6983016983017, 302.6973026973027, 303.6963036963037, 304.6953046953047, 305.6943056943057, 306.6933066933067, 307.6923076923077, 308.6913086913087, 309.6903096903097, 310.6893106893107, 311.68831168831167, 312.6873126873127, 313.6863136863137, 314.6853146853147, 315.6843156843157, 316.6833166833167, 317.6823176823177, 318.6813186813187, 319.6803196803197, 320.6793206793207, 321.6783216783217, 322.6773226773227, 323.6763236763237, 324.6753246753247, 325.6743256743257, 326.6733266733267, 327.6723276723277, 328.6713286713287, 329.6703296703297, 330.6693306693307, 331.6683316683317, 332.6673326673327, 333.6663336663337, 334.6653346653347, 335.6643356643357, 336.6633366633367, 337.6623376623377, 338.6613386613387, 339.6603396603397, 340.65934065934067, 341.65834165834167, 342.65734265734267, 343.65634365634367, 344.65534465534466, 345.65434565434566, 346.65334665334666, 347.65234765234766, 348.65134865134866, 349.65034965034965, 350.64935064935065, 351.64835164835165, 352.64735264735265, 353.64635364635365, 354.64535464535464, 355.64435564435564, 356.64335664335664, 357.64235764235764, 358.64135864135864, 359.64035964035963, 360.63936063936063, 361.63836163836163, 362.6373626373626, 363.6363636363636, 364.6353646353646, 365.6343656343656, 366.6333666333666, 367.6323676323676, 368.6313686313686, 369.63036963036967, 370.62937062937067, 371.62837162837167, 372.62737262737267, 373.62637362637366, 374.62537462537466, 375.62437562437566, 376.62337662337666, 377.62237762237766, 378.62137862137865, 379.62037962037965, 380.61938061938065, 381.61838161838165, 382.61738261738265, 383.61638361638364, 384.61538461538464, 385.61438561438564, 386.61338661338664, 387.61238761238764, 388.61138861138863, 389.61038961038963, 390.60939060939063, 391.6083916083916, 392.6073926073926, 393.6063936063936, 394.6053946053946, 395.6043956043956, 396.6033966033966, 397.6023976023976, 398.6013986013986, 399.6003996003996, 400.5994005994006, 401.5984015984016, 402.5974025974026, 403.5964035964036, 404.5954045954046, 405.5944055944056, 406.5934065934066, 407.5924075924076, 408.5914085914086, 409.5904095904096, 410.5894105894106, 411.5884115884116, 412.5874125874126, 413.5864135864136, 414.5854145854146, 415.5844155844156, 416.5834165834166, 417.5824175824176, 418.5814185814186, 419.5804195804196, 420.57942057942057, 421.57842157842157, 422.57742257742257, 423.57642357642357, 424.57542457542456, 425.57442557442556, 426.5734265734266, 427.5724275724276, 428.5714285714286, 429.5704295704296, 430.5694305694306, 431.5684315684316, 432.5674325674326, 433.5664335664336, 434.5654345654346, 435.5644355644356, 436.5634365634366, 437.5624375624376, 438.5614385614386, 439.5604395604396, 440.5594405594406, 441.5584415584416, 442.5574425574426, 443.5564435564436, 444.5554445554446, 445.5544455544456, 446.5534465534466, 447.5524475524476, 448.5514485514486, 449.55044955044957, 450.54945054945057, 451.54845154845157, 452.54745254745256, 453.54645354645356, 454.54545454545456, 455.54445554445556, 456.54345654345656, 457.54245754245756, 458.54145854145855, 459.54045954045955, 460.53946053946055, 461.53846153846155, 462.53746253746255, 463.53646353646354, 464.53546453546454, 465.53446553446554, 466.53346653346654, 467.53246753246754, 468.53146853146853, 469.53046953046953, 470.52947052947053, 471.5284715284715, 472.5274725274725, 473.5264735264735, 474.5254745254745, 475.5244755244755, 476.5234765234765, 477.5224775224775, 478.5214785214785, 479.5204795204795, 480.5194805194805, 481.5184815184815, 482.5174825174825, 483.51648351648356, 484.51548451548456, 485.51448551448556, 486.51348651348655, 487.51248751248755, 488.51148851148855, 489.51048951048955, 490.50949050949055, 491.50849150849155, 492.50749250749254, 493.50649350649354, 494.50549450549454, 495.50449550449554, 496.50349650349654, 497.50249750249753, 498.50149850149853, 499.50049950049953]}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 100, 200, 300, 400, 500], "range": [-14.985014985014999, 514.4855144855145], "domain": [0.09128390201224845, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "100", "200", "300", "400", "500"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Frequency (Hz)", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [{"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Power Spectrum", "xref": "paper", "x": 0.5423611111111111}], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-150, -125, -100, -75, -50], "range": [-159.65896940621866, -28.24681710862602], "domain": [0.07581474190726165, 0.9415463692038496], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["-150", "-125", "-100", "-75", "-50"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Power Spectrum (dB)", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "auto", "xanchor": "auto", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 493.25}}
{"id": "7a9a128a-f22e-4b47-b4ad-02777fa2558b", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.48958333333333337, "title": {"text": ""}, "len": 0.9039260717410325, "x": 0.9934383202099738}, "name": "y1", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [1, 0.9999999506519784, 0.9999992104317518, 0.9999960028128805, 0.9999873669329657, 0.9999691576447897, 0.9999360456451858, 0.9998815177389132, 0.999797877311163, 0.99967624509867, 0.9995065603657316, 0.9992775826077267, 0.9989768939209825, 0.9985909021940118, 0.9981048452912363, 0.99750279641627, 0.9967676708576361, 0.9958812343353755, 0.9948241131823303, 0.9935758066088762, 0.9921147013144779, 0.9904180887235564, 0.9884621851367074, 0.9862221551011783, 0.9836721383166108, 0.9807852804032304, 0.9775337678698112, 0.9738888676276879, 0.9698209714046909, 0.9652996454189567, 0.9602936856769431, 0.9547711792624525, 0.9486995719838391, 0.9420457427446186, 0.9347760849981954, 0.9268565956401208, 0.9182529716809616, 0.9089307150292254, 0.8988552456965995, 0.8879920237167562, 0.8763066800438636, 0.8637651566674828, 0.8503338561464272, 0.8359798007251609, 0.8206708011521581, 0.8043756352700845, 0.7870642363924658, 0.7687078914204476, 0.7492794485861614, 0.7287535346358873, 0.7071067811865474, 0.6843180599029499, 0.6603687260505966, 0.6352428698797545, 0.6089275751909111, 0.5814131843198307, 0.5526935686623314, 0.5227664037349211, 0.4916334476378494, 0.45930082165242264, 0.42577929156507266, 0.3910845481673134, 0.3552374852340989, 0.3182644731340339, 0.28019762607439364, 0.24107506083303867, 0.20094114467933769, 0.15984673003845365, 0.11784937330935576, 0.07501353510830484, 0.031410759078128174, -0.012880173718740486, -0.05777311791664159, -0.10317446766348749, -0.14898309441109084, -0.1950903220161282, -0.241379942532177, -0.28772827609326385, -0.3340042782833497, -0.380069698351373, -0.4257792915650727, -0.47098108889599494, -0.5155167270901145, -0.559221842000589, -0.6019265278387287, -0.6434558647337792, -0.6836305166792822, -0.7222674015814894, -0.7591804347117561, -0.7941813463985514, -0.8270805742745617, -0.8576882298197543, -0.8858151383119572, -0.9112739506130392, -0.933880324482096, -0.9534541723190012, -0.9698209714046908, -0.9828131318220183, -0.9922714163170858, -0.9980464054007894, -1, -0.9980069529544646, -0.9919564196273365, -0.9817535168634665, -0.9673208785005656, -0.9486001946255048, -0.9255537207838541, -0.8981657424088627, -0.8664439788509373, -0.830420910575854, -0.7901550123756906, -0.7457318748179107, -0.6972651956628106, -0.6448976226257687, -0.5888014286667947, -0.5291790009741907, -0.46626312498992434, -0.40031704521944717, -0.33163428519513355, -0.26053820983642667, -0.18738131458572463, -0.11254422711001234, -0.03643440905503894, 0.04051545267008846, 0.11784937330935508, 0.1950903220161283, 0.27174280069507667, 0.3472957494876009, 0.421225774985872, 0.49300069351776893, 0.5620833778521306, 0.6279358914561213, 0.690023890025378, 0.7478212654397453, 0.8008150026158571, 0.848510214981504, 0.890435319540545, 0.9261473077918662, 0.9552370641778728, 0.9773346793387538, 0.9921147013144779, 0.9993012640475348, 0.9986730291792945, 0.990067874287634, 0.973387258470367, 0.9486001946255046, 0.9157467570017029, 0.8749410526739237, 0.8263735866196763, 0.7703129521034375, 0.7071067811865477, 0.6371818944227591, 0.561043594220059, 0.4792740529779247, 0.3925297549611443, 0.3015379599444947, 0.20709216693564048, 0.1100465677142991, 0.011309492449657907, -0.08816413681316057, -0.18738131458572502, -0.2853203769009543, -0.3809412816571302, -0.4731966670215821, -0.5610435942200599, -0.6434558647337787, -0.7194367859323151, -0.788032243766279, -0.848343926625749, -0.899542531148371, -0.940880768954226, -0.9717059833165114, -0.9914721769705637, -0.9997512469347694, -0.9962432196681255, -0.9807852804032303, -0.953359394325509, -0.9140983246398758, -0.8632898636527273, -0.80137910792799, -0.7289686274214123, -0.6468164012633154, -0.555831419481582, -0.4570668802919502, -0.3517109464083142, -0.241075060833039, -0.12657986237990412, -0.009738783275527373, 0.10786054499305713, 0.2245769065234542, 0.3387379202452908, 0.4486640025237469, 0.5526935686623307, 0.6492091277056103, 0.7366638870291012, 0.813608449500787, 0.8787171574910256, 0.9308136156621252, 0.9688949092128872, 0.9921540269515141, 1, 0.992075277759646, 0.9682698835193553, 0.9287319231331904, 0.8738740617146387, 0.8043756352700835, 0.7211801263772285, 0.6254878049206172, 0.5187434157905545, 0.4026188843413408, 0.27899110603923166, 0.14991498760670907, 0.017592011341100597, -0.1156652998164891, -0.24747253363020005, -0.37541557122528096, -0.4970951190971497, -0.6101728196553514, -0.7124180911641822, -0.8017547827022731, -0.8763066800438629, -0.934440866441467, -0.9748079302069328, -0.9963780204861058, -0.9984717850692076, -0.9807852804032307, -0.9434080246018218, -0.8868334690548482, -0.8119612924962031, -0.720091071732698, -0.6129070536529768, -0.4924539409485716, -0.3611038058678762, -0.22151445835063624, -0.07657981255268934, 0.07062698593116783, 0.21691669630840835, 0.35905220339591337, 0.4938204573750054, 0.6181066023923254, 0.7289686274214116, 0.8237107697821081, 0.8999538371524838, 0.9557005921407943, 0.9893943680257961, 0.9999691576447898, 0.9868895409875371, 0.9501789909410179, 0.8904353195405462, 0.808832296271549, 0.7071067811865475, 0.587531063105999, 0.45287046975747236, 0.30632671381081006, 0.15146784660371473, -0.00785390088870916, -0.16759471420552327, -0.32362018073705645, -0.4718122800747657, -0.6081797071306846, -0.7289686274214114, -0.8307708058392422, -0.9106259716696022, -0.9661152910234843, -0.9954429185757835, -0.9975027964162699, -0.9719281590715422, -0.9191215875284994, -0.8402639254738395, -0.7373009189079774, -0.6129070536529743, -0.4704267289780532, -0.313793601875186, -0.14742964541306944, 0.023873835730060616, 0.19509032201612844, 0.36110380586787805, 0.5168620737389261, 0.6575330573229135, 0.7786594582051433, 0.8763066800438645, 0.9471990856643381, 0.9888397431230683, 0.9996091397823005, 0.9788388261847191, 0.9268565956401191, 0.8450005984793549, 0.735600713394543, 0.6019265278387252, 0.44810238540267433, 0.2789911060392287, 0.10004913682314279, -0.08284299416020256, -0.26357001229876315, -0.43598519584329376, -0.5941210629020337, -0.7324003128765487, -0.8458395631171384, -0.930238350600637, -0.9823460698299192, -1, -0.9822283346795936, -0.9293131529318838, -0.8428095380134746, -0.7255185237471984, -0.5814131843198297, -0.41551892640707655, -0.23375083135066585, -0.04271266212113858, 0.15053617580813222, 0.33873792024529514, 0.5147089083348384, 0.6716171469410064, 0.8032543151172729, 0.9042912881463554, 0.9705064734685435, 0.9989768939209825, 0.9882230406313861, 0.9383000255031888, 0.8508294513265786, 0.7289686274214104, 0.5773162143851253, 0.4017559919165676, 0.20924310564975707, 0.007539750930354711, -0.19509032201613505, -0.39021696068082157, -0.5695951621069896, -0.7255185237472015, -0.8511594282730176, -0.9408807689542251, -0.9905046649151228, -0.99752493531313, -0.9612520737938832, -0.8828820336562577, -0.7654832134930845, -0.6138995075325246, -0.4345710143678868, -0.23527782216732293, -0.024816034157889723, 0.18738131458573093, 0.39166274688006475, 0.5785980892763678, 0.7394196253659381, 0.866443978850939, 0.9534541723190014, 0.9960224255872827, 0.9917563647493001, 0.9404543555519816, 0.8441595488865986, 0.7071067811865455, 0.5355615151005649, 0.3375553074551135, 0.1225275980900246, -0.09911134361559515, -0.316476967181585, -0.5187434157905542, -0.6956871562239589, -0.8382139979621472, -0.938842084094988, -0.9921147013144773, -0.9949194383203472, -0.9466942476674275, -0.8495061859055767, -0.7079947992312496, -0.5291790009741965, -0.32213351491796743, -0.09754815970983556, 0.13280996879386345, 0.35670538921436806, 0.5620833778521294, 0.7377252430187384, 0.8738740617146393, 0.9627955785690503, 0.9992413207654209, 0.9807852804032309, 0.9080116031765952, 0.7845383346229718, 0.6168710463232521, 0.4140896423262258, 0.18738131458572707, -0.05055807816372759, -0.28622355111507247, -0.5060638712196052, -0.697265195662808, -0.8485102149815027, -0.9506674432655848, -0.9973678956711045, -0.9854316546073241, -0.9151145506678051, -0.7901550123756905, -0.6176125628080471, -0.4075018303074745, -0.17223857301215792, 0.0740736795518684, 0.3164769671815948, 0.5400640630241198, 0.7309012223616589, 0.8769113775019618, 0.9686612415619384, 1, 0.9685049850999989, 0.8757005987779043, 0.7270302048331442, 0.5315759886622315, 0.30153795994448707, 0.05149932805242432, -0.20247965343561752, -0.4438846335121447, -0.6568226784075214, -0.8270805742745656, -0.943095047700034, -0.9967676708576365, -0.9840655336600282, -0.9053613879402617, -0.7654832134930895, -0.5734620555583438, -0.34198734165692646, -0.08659934910429491, 0.17533236034117886, 0.4257792915650636, 0.647295458013711, 0.8242447983908936, 0.9439277904218579, 0.99752493531313, 0.9807852804032324, 0.8944041732212245, 0.7440550620759442, 0.5400640630241234, 0.29674158737966416, 0.03141075907813748, -0.23680423245934867, -0.488347114684357, -0.7046589782255561, -0.8695638883244499, -0.9705064734685407, -0.9995452431006846, -0.9540208638079734, -0.8368407595510423, -0.6563487682959753, -0.4257792915650774, -0.16232718064279014, 0.11410490423450227, 0.382393168169976, 0.6218041077243197, 0.81360844950079, 0.9425715580731342, 0.9982002749035213, 0.9756418645761651, 0.8761552894220122, 0.7071067811865511, 0.4814783504698268, 0.21691669630840105, -0.06561211887833326, -0.3434630036095297, -0.5941210629020325, -0.7970361462173053, -0.935332937272139, -0.9972527713662408, -0.9772014713451349, -0.8763066800438645, -0.7024263996025114, -0.46959484095012655, -0.19693871103688043, 0.09285717928117325, 0.37541557122528063, 0.6267126213639166, 0.8251332188443623, 0.953359394325513, 0.9999249425974841, 0.9602936856769418, 0.8373563438680418, 0.6412889428080895, 0.3887702116600088, 0.10161192760196956, -0.1950903220161336, -0.4751328464720821, -0.7135195264058356, -0.8887132725027609, -0.984619271057628, -0.9921147013144779, -0.9099757458471028, -0.7451036214770466, -0.5120128812019323, -0.2316120760999162, 0.07062698593115499, 0.36695587074170766, 0.6298898996611283, 0.8347709935146934, 0.9621133744900532, 0.999506560365732, 0.942885931016264, 0.7970361462173066, 0.5752622529778612, 0.2982412649022065, -0.007853900888699852, -0.3137936018751756, -0.5900703414185956, -0.8097549881386076, -0.9511535499127346, -1, -0.9509593888120608, -0.8082777230630211, -0.5854954641910746, -0.30423257920989655, 0.007853900888717492, 0.31975319788267775, 0.6001689673556434, 0.8206708011521526, 0.9586112831568596, 0.9995065603657318, 0.9386255385634424, 0.7816075748252549, 0.5440241111050327, 0.24990684798423915, -0.07062698593115108, -0.3844242233771711, -0.6587157239523754, -0.8645556064799419, -0.9799177447700707, -0.9921147013144779, -0.8992678832166481, -0.7106521396424336, -0.4458541500993483, -0.13280996879385784, 0.1950903220160947, 0.5025371660923156, 0.7561048158667002, 0.9279143519271351, 0.9987526920381513, 0.9602936856769401, 0.8161577606192639, 0.5816687582568092, 0.2823079702960613, -0.0489892289644776, -0.3754155712252502, -0.6603687260506109, -0.871573428262771, -0.9847834975530978, -0.9866348015453769, -0.8763066800438581, -0.665777490249515, -0.37861630966343607, -0.04742025888919092, 0.2898336975306669, 0.594121062902023, 0.8298954530295575, 0.9692824426738957, 0.9954429185757815, 0.9046932453073595, 0.707106781186547, 0.4254950107563135, 0.09285717928116544, -0.2514274938249606, -0.5662336199181139, -0.8136084495007788, -0.9633875185211245, -0.9969419331887008, -0.9095845325188291, -0.7113148981017421, -0.42577929156506583, -0.08753824761779008, 0.26205443436424425, 0.5798785365343245, 0.826373586619675, 0.9705064734685342, 0.9937523454745896, 0.8925700793131216, 0.6790314062517582, 0.3794884552095554, 0.031410759078110785, -0.32124113367208706, -0.6335429314493216, -0.8653439230873816, -0.986480789316418, -0.9807852804032349, -0.84834392662574, -0.6056829157115627, -0.28381452374054505, 0.0756400685130911, 0.4257792915650876, 0.7205269069514548, 0.9207229353052033, 0.9993920446324803, 0.9454731084929071, 0.7654832134931022, 0.48285449288582133, 0.13498927993763254, -0.23161207609988854, -0.5675276415247599, -0.8270805742745484, -0.9745972814319411, -0.9893943680257999, -0.8687871245016824, -0.6286691100071549, -0.301537959944513, 0.06780633466829894, 0.4283359244555549, 0.7298282788881221, 0.9298920897427471, 1, 0.9296607902684919, 0.7281078248137426, 0.4232192548356021, 0.05777311791664611, -0.3164769671815755, -0.6460973374102118, -0.8836185819923303, -0.9944339768210302, -0.961941873733799, -0.7901550123756879, -0.50335176724136, -0.14276713114744782, 0.23924527203527232, 0.5867681477249975, 0.8485102149814956, 0.9854316546073235, 0.976664782062188, 0.822819096395584, 0.5461312025813491, 0.187381314585709, -0.20001780119747778, -0.5579189341121874, -0.832167105761835, -0.9808465214346547, -0.9807852804032309, -0.8312950337377697, -0.5545249391037124, -0.19231644084998584, 0.2000178011974672, 0.5620833778521444, 0.8376996535555257, 0.9836721383166104, 0.9766647820621895, 0.8170644052353967, 0.5291790009742023, 0.15767550697182164, -0.2392452720352961, -0.5989117894860315, -0.8640815924523586, -0.9921147013144787, -0.9619418737337952, -0.7776729068977601, -0.46820743432570194, -0.08284299416020867, 0.31647696718159174, 0.6650739645301532, 0.9060272966839512, 0.9995452431006847, 0.9296607902684896, 0.7071067811865882, 0.36783243662549225, -0.032666750933474306, -0.4283359244555638, -0.7534256954255935, -0.9534541723190056, -0.9944339768210372, -0.8687871245016758, -0.5968972324554451, -0.22396459324067305, 0.18738131458569218, 0.5675276415247853, 0.8516537636064874, 0.9908470589863617, 0.9606435179309399, 0.7654832134930893, 0.43824564719315134, 0.03486461136036733, -0.3751243721168442, -0.7205269069514613, -0.940880768954214, -0.9971351864392962, -0.878717157491031, -0.6056829157115187, -0.22549521013573948, 0.1950903220161413, 0.5816687582567961, 0.8653439230873968, 0.9950763496168058, 0.9469974308502893, 0.7289686274214329, 0.37948845520951097, -0.03894589676685475, -0.45090869753752894, -0.7816075748252427, -0.9705064734685432, -0.9825219453884275, -0.8147029414865233, -0.49709511909716136, -0.08753824761776373, 0.33873792024526733, 0.7028734706464198, 0.9369896415802559, 0.9969419331886963, 0.8708022468756864, 0.5814131843198105, 0.18244145392006264, -0.25142749382499285, -0.6383917417012821, -0.9049607703218505, -1, -0.9046932453073439, -0.6364552312166083, -0.2459502923846694, 0.19231644084995073, 0.5941210629020554, 0.881699025955364, 0.9988750267410273, 0.9221874723495618, 0.6657774902494613, 0.27899110603923366, -0.16294713369536817, -0.5734620555583428, -0.8715734282627662, -0.9979470355448732, -0.9268565956401238, -0.6716171469410119, -0.28230797029608107, 0.16387694258087832, 0.5778291354552636, 0.876306680043855, 0.9987526920381525, 0.9197393062548541, 0.6544505385612908, 0.25598569411268085, -0.19509032201612303, -0.6069320601933756, -0.8951056232865392, -0.9999873669329659, -0.8992678832166402, -0.6129070536529984, -0.19940214012077395, 0.25598569411267513, 0.6587157239523916, 0.9245992320618807, 0.997502796416272, 0.8613810275298621, 0.5440241111050117, 0.1116076872968187, -0.344937818101308, -0.7289686274214074, -0.9586112831568636, -0.984343616743845, -0.799873246598034, -0.44388463351213986, 0.007853900888692502, 0.45846343286835717, 0.8106756820157345, 0.9878841420425013, 0.9509593888120587, 0.7071067811865543, 0.3087181959140253, -0.15767550697182747, -0.5900703414185925, -0.8932772635836913, -0.9999691576447898, -0.8858151383119558, -0.5752622529778498, -0.13654553168193767, 0.3331157773081415, 0.7289686274214047, 0.9621133744900501, 0.9796033158248052, 0.7766844367597964, 0.3983008612318291, -0.07062698593117553, -0.5241048243766295, -0.8589777700751614, -0.9984717850692069, -0.9099757458471046, -0.612907053652982, -0.17471374033529433, 0.3042325792099171, 0.7135195264058151, 0.9581628665248311, 0.9807852804032251, 0.775297359575906, 0.3887702116599934, -0.08910290526817641, -0.5466574369602558, -0.8763066800438631, -0.9999249425974841, -0.8875582226356546, -0.5649382011862488, -0.10786054499302972, 0.37541557122527613, 0.7697116240044566, 0.9804158016347679, 0.9563455694321683, 0.7024263996024922, 0.27899110603919414, -0.21231411729061886, -0.6527861960715985, -0.9353329372721246, -0.9906337960001641, -0.8043756352701078, -0.4212257749858615, 0.06561211887831028, 0.5368873853911342, 0.8764579841776893, 1, 0.8761552894220387, 0.5347653584232209, 0.05996841820942183, -0.4303220503476245, -0.8136084495007475, -0.9934687065175453, -0.9239997104636878, -0.6218041077242973, -0.1623271806428518, 0.33873792024532545, 0.7544576160105464, 0.9788388261847267, 0.9540208638079868, 0.6854626141847643, 0.2410750608330465, -0.26569072801067284, -0.7046589782255318, -0.9623699134274739, -0.9715573866166342, -0.7289686274213933, -0.2967415873797004, 0.21323501354782037, 0.6681183013502534, 0.9486995719838455, 0.9807852804032419, 0.7550758749807149, 0.33015197480756325, -0.18244145392002412, -0.6472954580136874, -0.9408807689542227, -0.9845093008281822, -0.7656853233364548, -0.3419873416569658, 0.17378568107611514, 0.6434558647337629, 0.9404543555519783, 0.9840655336600314, 0.761628794722927, 0.33252327888993854, -0.18738131458568544, -0.6568226784075057, -0.9475008667245637, -0.9792864698057501, -0.7425839952132295, -0.30153795994453075, 0.22304595760885557, 0.6866054771557292, 0.9606435179309242, 0.9685049851000096, 0.7071067811865758, 0.24838558552315304, -0.2801976260744025, -0.7309012223616371, -0.9770009360268133, -0.9486001946255113, -0.6527861960716111, -0.17223857301215792, 0.35758570936938117, 0.7864824996537838, 0.9921147013144732, 0.9151145506678209, 0.5765464055020658, 0.07250710782119946, -0.45287046975745404, -0.8485102149815026, -0.9999044637506318, -0.8624960047711817, -0.4751328464720989, 0.0505580781636882, 0.5620833778521055, 0.9102361056990335, 0.9927321587553404, 0.7845383346229897, 0.34582229850129154, -0.19509032201612017, -0.6790314062517615, -0.9627955785690434, -0.9616839105716912, -0.6751010782193573, -0.1873813145857451, 0.3567053892143541, 0.7947537192800113, 0.9952308056612886, 0.8971967150818911, 0.5291790009741761, 0.0012566367307193214, -0.5275786577451401, -0.8971967150818841, -0.9949194383203488, -0.7901550123756779, -0.34434799423280504, 0.20709216693562282, 0.6956871562239556, 0.9713337724186785, 0.9486001946255171, 0.6335429314492855, 0.12252759809003992, -0.42691599429232713, -0.8444962187856146, -1, -0.8441595488866203, -0.424641916474224, 0.12813786707785324, 0.6412889428081123, 0.9534541723190074, 0.9657086596162819, 0.673244842255515, 0.1675947142055095, -0.3916627468800665, -0.8270805742745451, -0.9996920348030564, -0.8536235356229517, -0.43457101436787554, 0.12408640683044164, 0.6434558647337779, 0.9563455694321734, 0.9612520737938768, 0.6556374173444521, 0.1374791212562162, -0.42577929156506583, -0.851159428273024, -0.9996518205634257, -0.8219253927847097, -0.375124372116826, 0.1950903220161365, 0.7017552731415478, 0.9778636524270975, 0.9316151279920594, 0.5773162143851097, 0.0314107590781387, -0.5254419518417806, -0.9080116031765736, -0.9882230406313876, -0.7383611830533996, -0.24107506083299038, 0.33755530745505513, 0.8032543151172947, 0.9987993068907587, 0.857364997933053, 0.4257792915651075, -0.15053617580812265, -0.6762590609723163, -0.9722965333903282, -0.9369896415802853, -0.5814131843198695, -0.026386315472830758, 0.5382119309653658, 0.918252971680933, 0.9822283346795941, 0.7071067811865723, 0.18707271070287698, -0.39830086123181563, -0.845839563117133, -0.9993360465012826, -0.8043756352700846, -0.3280753725276732, 0.2635700122987122, 0.7632550232991501, 0.9949824974445244, 0.8763066800438636, 0.4481023854026899, -0.13903483209765086, -0.6774153751232558, -0.9756418645761535, -0.9268565956401124, -0.5474463838167406, 0.0279565316820122, 0.5938683315288149, 0.9471990856643279, 0.9602936856769562, 0.6274467691746576, 0.06780633466830774, -0.5168620737389169, -0.9147341429493804, -0.9807852804032376, -0.6900238900253879, -0.14742964541309417, 0.44950609602588926, 0.8824390588947165, 0.9921147013144856, 0.737300918907956, 0.21077887150816757, -0.39397399322684046, -0.8536235356229476, -0.9975027964162707, -0.7713136448015538, -0.25811091501645295, 0.35171094640831757, 0.8307708058392242, 0.999506560365733, 0.7937993725334282, 0.28983369753070914, -0.32362018073707266, -0.8156128070878559, -0.9999691576447898, -0.8060522555218663, -0.3063267138107871, 0.31021188293628116, 0.8092016126315609, 1], "type": "scatter", "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.48958333333333337, "title": {"text": ""}, "len": 0.9039260717410325, "x": 0.9934383202099738}, "name": "y2", "yaxis": "y", "legendgroup": "y2", "line": {"color": "rgba(227, 111, 71, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [1, 0.9999999506519784, 0.9999992104317518, 0.9999960028128805, 0.9999873669329657, 0.9999691576447897, 0.9999360456451858, 0.9998815177389132, 0.999797877311163, 0.99967624509867, 0.9995065603657316, 0.9992775826077267, 0.9989768939209825, 0.9985909021940118, 0.9981048452912363, 0.99750279641627, 0.9967676708576361, 0.9958812343353755, 0.9948241131823303, 0.9935758066088762, 0.9921147013144779, 0.9904180887235564, 0.9884621851367074, 0.9862221551011783, 0.9836721383166108, 0.9807852804032304, 0.9775337678698113, 0.9738888676276879, 0.9698209714046909, 0.9652996454189567, 0.9602936856769431, 0.9547711792624525, 0.9486995719838391, 0.9420457427446186, 0.9347760849981954, 0.9268565956401208, 0.9182529716809618, 0.9089307150292254, 0.8988552456965995, 0.8879920237167562, 0.8763066800438636, 0.8637651566674828, 0.8503338561464272, 0.835979800725161, 0.8206708011521581, 0.8043756352700845, 0.7870642363924658, 0.7687078914204476, 0.7492794485861614, 0.7287535346358873, 0.7071067811865475, 0.6843180599029501, 0.6603687260505969, 0.6352428698797545, 0.6089275751909111, 0.5814131843198307, 0.5526935686623314, 0.5227664037349211, 0.4916334476378494, 0.45930082165242303, 0.42577929156507266, 0.3910845481673134, 0.3552374852340989, 0.3182644731340339, 0.28019762607439364, 0.24107506083303867, 0.20094114467933769, 0.15984673003845365, 0.11784937330935576, 0.07501353510830484, 0.031410759078128174, -0.012880173718740041, -0.057773117916641144, -0.10317446766348749, -0.14898309441109084, -0.1950903220161282, -0.241379942532177, -0.28772827609326385, -0.3340042782833497, -0.380069698351373, -0.4257792915650727, -0.47098108889599494, -0.5155167270901145, -0.559221842000589, -0.6019265278387287, -0.6434558647337792, -0.6836305166792819, -0.722267401581489, -0.7591804347117562, -0.7941813463985514, -0.8270805742745617, -0.8576882298197543, -0.8858151383119572, -0.9112739506130392, -0.933880324482096, -0.9534541723190012, -0.9698209714046908, -0.9828131318220183, -0.9922714163170858, -0.9980464054007894, -1, -0.9980069529544646, -0.9919564196273366, -0.9817535168634665, -0.9673208785005659, -0.9486001946255048, -0.9255537207838541, -0.8981657424088627, -0.8664439788509373, -0.830420910575854, -0.7901550123756905, -0.7457318748179107, -0.6972651956628106, -0.6448976226257687, -0.5888014286667947, -0.5291790009741907, -0.46626312498992434, -0.40031704521944717, -0.3316342851951352, -0.26053820983642667, -0.18738131458572463, -0.11254422711001234, -0.03643440905503894, 0.04051545267008846, 0.11784937330935508, 0.1950903220161283, 0.27174280069507667, 0.3472957494876009, 0.421225774985872, 0.49300069351776893, 0.5620833778521306, 0.6279358914561213, 0.690023890025378, 0.7478212654397453, 0.8008150026158571, 0.848510214981504, 0.890435319540545, 0.9261473077918662, 0.9552370641778728, 0.9773346793387538, 0.9921147013144779, 0.9993012640475347, 0.9986730291792945, 0.9900678742876347, 0.9733872584703673, 0.9486001946255046, 0.9157467570017029, 0.8749410526739237, 0.8263735866196763, 0.7703129521034375, 0.7071067811865477, 0.6371818944227591, 0.561043594220059, 0.4792740529779247, 0.3925297549611443, 0.3015379599444947, 0.20709216693564048, 0.1100465677142991, 0.011309492449657907, -0.08816413681316057, -0.18738131458572502, -0.2853203769009543, -0.3809412816571302, -0.4731966670215821, -0.5610435942200599, -0.6434558647337787, -0.7194367859323151, -0.788032243766279, -0.848343926625749, -0.899542531148371, -0.940880768954226, -0.9717059833165114, -0.9914721769705634, -0.9997512469347692, -0.9962432196681256, -0.9807852804032307, -0.953359394325509, -0.9140983246398758, -0.8632898636527273, -0.80137910792799, -0.7289686274214123, -0.6468164012633154, -0.555831419481582, -0.4570668802919502, -0.3517109464083142, -0.241075060833039, -0.12657986237990412, -0.009738783275527373, 0.10786054499305713, 0.2245769065234542, 0.3387379202452908, 0.4486640025237469, 0.5526935686623307, 0.6492091277056103, 0.7366638870291012, 0.813608449500787, 0.8787171574910256, 0.9308136156621252, 0.9688949092128872, 0.9921540269515141, 1, 0.992075277759646, 0.9682698835193553, 0.9287319231331904, 0.8738740617146412, 0.8043756352700856, 0.7211801263772298, 0.6254878049206185, 0.518743415790559, 0.4026188843413408, 0.27899110603923166, 0.14991498760670907, 0.017592011341100597, -0.1156652998164891, -0.24747253363020005, -0.37541557122528096, -0.4970951190971497, -0.6101728196553514, -0.7124180911641822, -0.8017547827022731, -0.8763066800438629, -0.934440866441467, -0.9748079302069328, -0.9963780204861058, -0.9984717850692076, -0.9807852804032307, -0.9434080246018218, -0.8868334690548482, -0.8119612924962031, -0.720091071732698, -0.6129070536529768, -0.4924539409485716, -0.3611038058678762, -0.22151445835063624, -0.07657981255268934, 0.07062698593116427, 0.2169166963084014, 0.35905220339590677, 0.4938204573750054, 0.6181066023923198, 0.7289686274214116, 0.8237107697821081, 0.8999538371524837, 0.9557005921407943, 0.9893943680257961, 0.9999691576447898, 0.9868895409875371, 0.9501789909410179, 0.8904353195405462, 0.808832296271549, 0.7071067811865475, 0.587531063105999, 0.45287046975747236, 0.30632671381081006, 0.15146784660371473, -0.00785390088870916, -0.16759471420552327, -0.32362018073705645, -0.4718122800747657, -0.6081797071306846, -0.7289686274214114, -0.8307708058392422, -0.9106259716696022, -0.9661152910234843, -0.9954429185757835, -0.9975027964162699, -0.9719281590715422, -0.9191215875284994, -0.8402639254738395, -0.7373009189079774, -0.6129070536529743, -0.4704267289780532, -0.313793601875186, -0.14742964541306944, 0.023873835730060616, 0.19509032201612844, 0.36110380586787805, 0.5168620737389261, 0.6575330573229135, 0.7786594582051433, 0.8763066800438645, 0.9471990856643381, 0.9888397431230673, 0.9996091397823008, 0.9788388261847205, 0.9268565956401231, 0.8450005984793644, 0.7356007133945502, 0.6019265278387309, 0.44810238540267433, 0.2789911060392287, 0.10004913682314279, -0.08284299416020256, -0.26357001229876315, -0.43598519584329376, -0.5941210629020337, -0.7324003128765487, -0.8458395631171384, -0.930238350600637, -0.9823460698299192, -1, -0.9822283346795936, -0.9293131529318838, -0.8428095380134746, -0.7255185237471984, -0.5814131843198297, -0.41551892640707655, -0.23375083135066585, -0.04271266212113858, 0.15053617580813222, 0.33873792024529514, 0.5147089083348384, 0.6716171469410064, 0.8032543151172729, 0.9042912881463554, 0.9705064734685435, 0.9989768939209825, 0.9882230406313861, 0.9383000255031888, 0.8508294513265786, 0.7289686274214104, 0.5773162143851253, 0.4017559919165676, 0.20924310564975707, 0.007539750930354711, -0.19509032201613505, -0.39021696068082157, -0.5695951621069896, -0.7255185237472015, -0.8511594282730176, -0.9408807689542251, -0.9905046649151228, -0.99752493531313, -0.9612520737938832, -0.8828820336562577, -0.7654832134930845, -0.6138995075325246, -0.4345710143678868, -0.23527782216732293, -0.024816034157889723, 0.18738131458573093, 0.39166274688006475, 0.5785980892763678, 0.7394196253659381, 0.8664439788509356, 0.9534541723189993, 0.9960224255872815, 0.9917563647493018, 0.9404543555519841, 0.8441595488866063, 0.7071067811865505, 0.5355615151005769, 0.3375553074551135, 0.1225275980900246, -0.09911134361559515, -0.316476967181585, -0.5187434157905542, -0.6956871562239589, -0.8382139979621472, -0.938842084094988, -0.9921147013144773, -0.9949194383203472, -0.9466942476674275, -0.8495061859055767, -0.7079947992312496, -0.5291790009741965, -0.32213351491796743, -0.09754815970983556, 0.13280996879386345, 0.35670538921436806, 0.5620833778521294, 0.7377252430187384, 0.8738740617146393, 0.9627955785690503, 0.9992413207654209, 0.9807852804032309, 0.9080116031765952, 0.7845383346229718, 0.6168710463232521, 0.4140896423262258, 0.18738131458572707, -0.05055807816372759, -0.28622355111507247, -0.5060638712196052, -0.697265195662808, -0.8485102149815027, -0.9506674432655848, -0.9973678956711045, -0.9854316546073241, -0.9151145506678051, -0.7901550123756905, -0.6176125628080471, -0.4075018303074745, -0.17223857301215792, 0.0740736795518684, 0.3164769671815948, 0.5400640630241198, 0.7309012223616589, 0.8769113775019618, 0.9686612415619384, 1, 0.9685049850999989, 0.8757005987779043, 0.7270302048331442, 0.5315759886622315, 0.30153795994448707, 0.05149932805242432, -0.2024796534356036, -0.4438846335121256, -0.6568226784075107, -0.8270805742745576, -0.9430950477000293, -0.996767670857636, -0.9840655336600308, -0.9053613879402647, -0.7654832134930895, -0.5734620555583613, -0.34198734165692646, -0.08659934910429491, 0.17533236034117886, 0.4257792915650636, 0.647295458013711, 0.8242447983908936, 0.9439277904218579, 0.99752493531313, 0.9807852804032324, 0.8944041732212245, 0.7440550620759442, 0.5400640630241234, 0.29674158737966416, 0.03141075907813748, -0.23680423245934867, -0.488347114684357, -0.7046589782255561, -0.8695638883244499, -0.9705064734685406, -0.9995452431006846, -0.9540208638079734, -0.8368407595510423, -0.6563487682959753, -0.4257792915650774, -0.16232718064279014, 0.11410490423450227, 0.382393168169976, 0.6218041077243197, 0.81360844950079, 0.9425715580731342, 0.9982002749035213, 0.9756418645761651, 0.8761552894220122, 0.7071067811865511, 0.4814783504698268, 0.21691669630840105, -0.06561211887833326, -0.3434630036095297, -0.5941210629020325, -0.7970361462173053, -0.935332937272139, -0.9972527713662408, -0.9772014713451349, -0.8763066800438645, -0.7024263996025114, -0.46959484095012655, -0.19693871103688043, 0.09285717928117325, 0.37541557122528063, 0.6267126213639166, 0.8251332188443623, 0.953359394325513, 0.9999249425974839, 0.9602936856769457, 0.8373563438680496, 0.6412889428081112, 0.388770211660035, 0.10161192760199785, -0.19509032201611967, -0.4751328464720821, -0.7135195264058157, -0.8887132725027479, -0.9846192710576255, -0.9921147013144779, -0.9099757458471028, -0.7451036214770466, -0.5120128812019323, -0.2316120760999162, 0.07062698593115499, 0.36695587074170766, 0.6298898996611283, 0.8347709935146934, 0.9621133744900532, 0.999506560365732, 0.942885931016264, 0.7970361462173066, 0.5752622529778612, 0.2982412649022065, -0.007853900888699852, -0.3137936018751756, -0.5900703414185956, -0.8097549881386076, -0.9511535499127346, -1, -0.9509593888120608, -0.8082777230630211, -0.5854954641910746, -0.30423257920989655, 0.007853900888717492, 0.31975319788267775, 0.6001689673556434, 0.8206708011521526, 0.9586112831568596, 0.9995065603657318, 0.9386255385634424, 0.7816075748252549, 0.5440241111050327, 0.24990684798423915, -0.07062698593115108, -0.3844242233771711, -0.6587157239523754, -0.8645556064799419, -0.9799177447700707, -0.9921147013144779, -0.8992678832166295, -0.7106521396424336, -0.4458541500993229, -0.13280996879385784, 0.19509032201612256, 0.5025371660923156, 0.7561048158667188, 0.9279143519271351, 0.9987526920381526, 0.9602936856769401, 0.8161577606192393, 0.5816687582568092, 0.28230797029603405, -0.0489892289644776, -0.37541557122528973, -0.6603687260506109, -0.8715734282627918, -0.9847834975530978, -0.98663480154537, -0.8763066800438581, -0.6657774902494833, -0.37861630966343607, -0.04742025888916253, 0.2898336975306669, 0.5941210629020459, 0.8298954530295575, 0.9692824426739062, 0.9954429185757815, 0.9046932453073474, 0.707106781186547, 0.42549501075628776, 0.09285717928116544, -0.25142749382500185, -0.5662336199181139, -0.8136084495007954, -0.9633875185211245, -0.9969419331886975, -0.9095845325188291, -0.7113148981017021, -0.42577929156506583, -0.08753824761773346, 0.26205443436424425, 0.5798785365343245, 0.826373586619659, 0.9705064734685342, 0.9937523454745943, 0.8925700793131216, 0.679031406251779, 0.3794884552095554, 0.0314107590781534, -0.32124113367208706, -0.6335429314492667, -0.8653439230873816, -0.986480789316411, -0.9807852804032349, -0.8483439266257551, -0.6056829157115627, -0.2838145237405859, 0.0756400685130911, 0.4257792915650747, 0.7205269069514548, 0.9207229353051978, 0.9993920446324803, 0.9454731084929071, 0.7654832134931022, 0.48285449288582133, 0.13498927993763254, -0.23161207609988854, -0.5675276415247599, -0.8270805742745483, -0.9745972814319411, -0.9893943680257999, -0.8687871245016824, -0.6286691100071549, -0.301537959944513, 0.06780633466829894, 0.4283359244555549, 0.7298282788881221, 0.9298920897427471, 1, 0.9296607902684919, 0.7281078248137426, 0.4232192548356021, 0.05777311791664611, -0.3164769671815755, -0.6460973374102118, -0.8836185819923303, -0.9944339768210302, -0.961941873733799, -0.7901550123756879, -0.50335176724136, -0.14276713114744782, 0.23924527203527232, 0.5867681477249975, 0.8485102149814956, 0.9854316546073235, 0.976664782062188, 0.822819096395584, 0.5461312025813491, 0.187381314585709, -0.20001780119747778, -0.5579189341121874, -0.832167105761835, -0.9808465214346547, -0.9807852804032309, -0.8312950337377697, -0.5545249391037124, -0.19231644084998584, 0.2000178011974672, 0.5620833778521444, 0.8376996535555257, 0.9836721383166104, 0.9766647820621895, 0.8170644052353967, 0.5291790009742023, 0.15767550697182164, -0.2392452720352961, -0.5989117894860315, -0.8640815924523586, -0.9921147013144787, -0.9619418737337952, -0.7776729068977601, -0.46820743432570194, -0.08284299416020867, 0.31647696718159174, 0.6650739645301532, 0.9060272966839512, 0.9995452431006847, 0.9296607902684896, 0.7071067811865279, 0.36783243662549225, -0.032666750933531115, -0.4283359244555638, -0.7534256954256308, -0.9534541723190056, -0.9944339768210283, -0.8687871245016758, -0.5968972324554224, -0.22396459324067305, 0.18738131458572008, 0.5675276415247853, 0.8516537636065171, 0.9908470589863617, 0.9606435179309242, 0.7654832134930893, 0.4382456471930747, 0.03486461136036733, -0.37512437211689686, -0.7205269069514614, -0.9408807689542333, -0.9971351864392962, -0.8787171574910174, -0.6056829157115187, -0.2254952101357118, 0.1950903220161413, 0.5816687582568423, 0.8653439230873968, 0.9950763496168058, 0.9469974308502893, 0.728968627421394, 0.37948845520951097, -0.03894589676691155, -0.45090869753752894, -0.7816075748252604, -0.9705064734685432, -0.982521945388417, -0.8147029414865233, -0.49709511909716136, -0.08753824761776373, 0.33873792024526733, 0.7028734706463996, 0.9369896415802559, 0.9969419331887007, 0.8708022468756864, 0.5814131843198568, 0.18244145392006264, -0.2514274938249653, -0.6383917417012821, -0.9049607703218263, -1, -0.904693245307368, -0.6364552312166083, -0.2459502923847245, 0.19231644084995073, 0.5941210629020096, 0.881699025955364, 0.9988750267410247, 0.9221874723495618, 0.6657774902495249, 0.27899110603923366, -0.16294713369534014, -0.5734620555583428, -0.8715734282627662, -0.9979470355448732, -0.9268565956401238, -0.6716171469410119, -0.28230797029608107, 0.16387694258087832, 0.5778291354552636, 0.876306680043855, 0.9987526920381525, 0.9197393062548541, 0.6544505385612908, 0.25598569411268085, -0.19509032201612303, -0.6069320601933756, -0.8951056232865392, -0.9999873669329659, -0.8992678832166402, -0.6129070536529984, -0.19940214012077395, 0.25598569411267513, 0.6587157239523916, 0.9245992320618807, 0.997502796416272, 0.8613810275298621, 0.5440241111050117, 0.1116076872968187, -0.344937818101308, -0.7289686274214074, -0.9586112831568636, -0.984343616743845, -0.799873246598034, -0.44388463351213986, 0.007853900888692502, 0.45846343286835717, 0.8106756820157345, 0.9878841420425013, 0.9509593888120587, 0.7071067811865542, 0.3087181959140253, -0.15767550697182747, -0.5900703414185925, -0.8932772635836913, -0.9999691576447898, -0.8858151383119558, -0.5752622529778498, -0.13654553168193767, 0.3331157773081415, 0.7289686274214047, 0.9621133744900501, 0.9796033158248052, 0.7766844367597964, 0.3983008612318291, -0.07062698593117553, -0.5241048243766295, -0.8589777700751614, -0.9984717850692069, -0.9099757458471046, -0.612907053652982, -0.17471374033529433, 0.3042325792099171, 0.7135195264058151, 0.9581628665248311, 0.9807852804032251, 0.775297359575906, 0.3887702116599934, -0.08910290526817641, -0.5466574369602558, -0.8763066800438631, -0.9999249425974841, -0.8875582226356546, -0.5649382011862488, -0.10786054499302972, 0.37541557122527613, 0.7697116240044566, 0.9804158016347679, 0.9563455694321683, 0.7024263996024922, 0.27899110603919414, -0.21231411729061886, -0.6527861960715985, -0.9353329372721447, -0.9906337960001641, -0.804375635270074, -0.4212257749858615, 0.06561211887833865, 0.5368873853911342, 0.8764579841777304, 1, 0.8761552894219976, 0.5347653584232209, 0.05996841820936509, -0.4303220503476245, -0.8136084495007971, -0.9934687065175453, -0.9239997104636443, -0.6218041077242973, -0.16232718064276763, 0.33873792024532545, 0.7544576160105837, 0.9788388261847267, 0.9540208638079868, 0.6854626141848057, 0.2410750608330465, -0.2656907280105906, -0.7046589782255318, -0.9623699134274584, -0.9715573866166342, -0.7289686274214322, -0.2967415873797004, 0.21323501354776486, 0.6681183013502534, 0.9486995719838365, 0.9807852804032419, 0.7550758749807149, 0.33015197480756325, -0.18244145392002412, -0.6472954580136874, -0.9408807689542227, -0.9845093008281822, -0.7656853233364548, -0.3419873416569658, 0.17378568107611514, 0.6434558647337629, 0.9404543555519783, 0.9840655336600314, 0.761628794722927, 0.33252327888993854, -0.18738131458568544, -0.6568226784075057, -0.9475008667245637, -0.9792864698057501, -0.7425839952132295, -0.30153795994453075, 0.22304595760885557, 0.6866054771557292, 0.9606435179309242, 0.9685049851000096, 0.7071067811865758, 0.24838558552315304, -0.2801976260744025, -0.7309012223616371, -0.9770009360268133, -0.9486001946255113, -0.6527861960716111, -0.17223857301215792, 0.35758570936938117, 0.7864824996537838, 0.9921147013144732, 0.9151145506678209, 0.5765464055020658, 0.07250710782119946, -0.45287046975745404, -0.8485102149815026, -0.9999044637506318, -0.8624960047711817, -0.4751328464720989, 0.0505580781636882, 0.5620833778521055, 0.9102361056990335, 0.9927321587553404, 0.7845383346229897, 0.34582229850129154, -0.19509032201612017, -0.6790314062517615, -0.9627955785690434, -0.9616839105716912, -0.6751010782193573, -0.1873813145857451, 0.3567053892143541, 0.7947537192800113, 0.9952308056612886, 0.8971967150818911, 0.5291790009741761, 0.0012566367307193214, -0.5275786577451401, -0.8971967150818841, -0.9949194383203488, -0.7901550123756779, -0.34434799423280504, 0.20709216693562282, 0.6956871562239556, 0.9713337724186785, 0.9486001946255171, 0.6335429314492855, 0.12252759809003992, -0.42691599429232713, -0.8444962187856146, -1, -0.8441595488866203, -0.424641916474224, 0.12813786707785324, 0.6412889428081123, 0.9534541723190074, 0.9657086596162819, 0.673244842255515, 0.1675947142055095, -0.3916627468800665, -0.8270805742745451, -0.9996920348030564, -0.8536235356229517, -0.43457101436787554, 0.12408640683044164, 0.6434558647337779, 0.9563455694321734, 0.9612520737938768, 0.6556374173444521, 0.1374791212562162, -0.42577929156506583, -0.851159428273024, -0.9996518205634257, -0.8219253927847097, -0.375124372116826, 0.1950903220161365, 0.7017552731415478, 0.9778636524270975, 0.9316151279920181, 0.5773162143851097, 0.0314107590781387, -0.5254419518417806, -0.9080116031765975, -0.9882230406313876, -0.7383611830533229, -0.24107506083299038, 0.3375553074551621, 0.8032543151172947, 0.9987993068907587, 0.8573649979330822, 0.4257792915651075, -0.15053617580812265, -0.6762590609723163, -0.9722965333903282, -0.9369896415802853, -0.5814131843198695, -0.026386315472830758, 0.5382119309653658, 0.918252971680933, 0.9822283346795941, 0.7071067811865723, 0.18707271070287698, -0.39830086123181563, -0.845839563117133, -0.9993360465012826, -0.8043756352700846, -0.3280753725276732, 0.2635700122987122, 0.7632550232991501, 0.9949824974445244, 0.8763066800438636, 0.4481023854026899, -0.13903483209765086, -0.6774153751232558, -0.9756418645761535, -0.9268565956401124, -0.5474463838167406, 0.0279565316820122, 0.5938683315288149, 0.9471990856643279, 0.9602936856769562, 0.6274467691746576, 0.06780633466830774, -0.5168620737389169, -0.9147341429493804, -0.9807852804032376, -0.6900238900253879, -0.14742964541309417, 0.44950609602588926, 0.8824390588947165, 0.9921147013144856, 0.737300918907956, 0.21077887150816757, -0.39397399322684046, -0.8536235356229476, -0.9975027964162707, -0.7713136448015538, -0.25811091501645295, 0.35171094640831757, 0.8307708058392242, 0.999506560365733, 0.7937993725334282, 0.28983369753070914, -0.32362018073707266, -0.8156128070878559, -0.9999691576447898, -0.8060522555218663, -0.3063267138107871, 0.31021188293628116, 0.8092016126315609, 1], "type": "scatter", "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001]}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 250, 500, 750, 1000], "range": [-29, 1031], "domain": [0.0658209390492855, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "250", "500", "750", "1000"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [{"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Sum_error: -4.2029574265356473e-13", "xref": "paper", "x": 0.5296296296296296}], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-1, -0.5, 0, 0.5, 1], "range": [-1.06, 1.06], "domain": [0.03762029746281716, 0.9415463692038496], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["-1.0", "-0.5", "0.0", "0.5", "1.0"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "auto", "xanchor": "auto", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 493.25}}