Идентификация объекта системы управления с нечетким ПИД-регулятором
В этом примере решается сразу две задачи. Во-первых, мы идентифицируем объект управления на основе экспериментальных данных. Во-вторых, реализуем систему нечёткого вывода для ПИД-регулятора.
Напомню, что рабочий процесс идентификации выглядит следующим образом:
-
Сбор данных эксперимента
-
Выбор структуры модели
-
Идентификация модели
-
Валидация модели
Идентификация объекта управления
Сбор экспериментальных данных с объекта управления
Имитация экспериментальной установки объекта управления представлена в модели plant.engee. Объект управления - это дискретная система с одним входом и одним выходом. Также в модель добавлен шум и небольшое запаздывание.
Идентификация объекта будет производиться по переходному процессу, для этого на вход системы подадим ступеньку.
Запишем данные для идентификации:
Building...
Progress 0%
Progress 100%
Progress 100%
Out[0]:
SimulationResult(
"out" => WorkspaceArray{Float64}("Plant/out")
,
"in" => WorkspaceArray{Float64}("Plant/in")
)
Запишем данные для валидации модели:
Building...
Progress 0%
Progress 100%
Progress 100%
Out[0]:
SimulationResult(
"out" => WorkspaceArray{Float64}("Plant/out")
,
"in" => WorkspaceArray{Float64}("Plant/in")
)
Выбор структуры модели и идентификация
Будем идентифицировать линейную стационарную систему в пространстве состояний. Порядок системы выберем равным 3.
Для идентификации выберем метод ошибки прогнозирования PEM ( prediction-error method). Это простой, но эффективный алгоритм идентификации линейных стационарных систем с дискретным временем в форме пространства состояний. Метод также позволяет получить начальные состояния системы.
Iter Function value Gradient norm
0 3.784040e-04 9.789230e-03
* time: 0.19949603080749512
50 2.082491e-04 4.272067e-04
* time: 0.2358410358428955
100 2.077983e-04 4.445332e-03
* time: 0.3109588623046875
150 2.068965e-04 6.060038e-03
* time: 0.39757585525512695
200 2.058789e-04 3.800742e-03
* time: 0.4177060127258301
250 2.057405e-04 2.125884e-03
* time: 0.45604991912841797
300 2.056074e-04 6.434034e-04
* time: 0.48035192489624023
350 2.055462e-04 3.334684e-04
* time: 0.5061249732971191
400 2.053596e-04 1.005185e-03
* time: 0.5335268974304199
450 2.051661e-04 9.945758e-03
* time: 0.5657720565795898
500 2.050343e-04 1.161464e-03
* time: 0.6026959419250488
550 2.048684e-04 1.551165e-02
* time: 0.6348810195922852
600 2.047113e-04 1.148014e-02
* time: 0.6805129051208496
650 2.046216e-04 2.184856e-02
* time: 0.6981239318847656
700 2.045511e-04 8.645446e-03
* time: 0.7165648937225342
750 2.044672e-04 1.919704e-02
* time: 0.7359099388122559
800 2.043937e-04 2.137336e-02
* time: 0.7552690505981445
850 2.042809e-04 1.807003e-02
* time: 0.7735428810119629
900 2.042222e-04 2.871188e-02
* time: 0.7964169979095459
950 2.041250e-04 1.880932e-02
* time: 0.8146660327911377
1000 2.040802e-04 1.426929e-01
* time: 0.8476660251617432
1050 2.039567e-04 7.880180e-02
* time: 0.8641018867492676
1100 2.039079e-04 1.105847e-01
* time: 0.8808779716491699
1150 2.038122e-04 3.309354e-01
* time: 0.89768385887146
1200 2.037250e-04 5.343228e-01
* time: 0.9144978523254395
1250 2.036590e-04 2.938638e-01
* time: 0.9343979358673096
1300 2.036076e-04 1.312110e+00
* time: 0.9605119228363037
1350 2.035490e-04 1.029981e+00
* time: 0.9860918521881104
1400 2.034784e-04 1.900128e+00
* time: 1.0114190578460693
1450 2.034470e-04 1.202898e+00
* time: 1.0391180515289307
1500 2.034154e-04 1.747894e-01
* time: 1.0554909706115723
1550 2.033921e-04 1.671672e+00
* time: 1.0719490051269531
1600 2.033679e-04 3.414074e+00
* time: 1.0886778831481934
1650 2.033440e-04 9.629020e+00
* time: 1.1050329208374023
1700 2.033089e-04 6.344263e+00
* time: 1.1232068538665771
1750 2.032809e-04 3.688618e+00
* time: 1.1415619850158691
1800 2.032635e-04 1.999306e+01
* time: 1.1600329875946045
Out[0]:
(sys = PredictionStateSpace{ControlSystemsBase.Discrete{Float64}, ControlSystemsBase.StateSpace{ControlSystemsBase.Discrete{Float64}, Float64}, Matrix{Float64}, Matrix{Float64}, Matrix{Float64}, Matrix{Float64}}
A =
0.3140163495012443 3.7117022260861 0.0
0.11023755964659158 1.6140225481406154 0.07598141692800656
0.0 -12.659066417167994 0.21882581128873133
B =
-3.320403895114945
1.7883472038146635
-7.720330696701567
C =
-6.177421822749285 -26.798969096921468 -3.5509173987959497
D =
0.0
Sample Time: 0.1 (seconds)
Discrete-time state-space model, x0 = [1.2762453764639579, -0.09723096657064308, -1.486442954748024], res = * Status: success
* Candidate solution
Final objective value: 2.032499e-04
* Found with
Algorithm: BFGS
* Convergence measures
|x - x'| = 0.00e+00 ≤ 0.0e+00
|x - x'|/|x'| = 0.00e+00 ≤ 0.0e+00
|f(x) - f(x')| = 0.00e+00 ≤ 1.0e-16
|f(x) - f(x')|/|f(x')| = 0.00e+00 ≤ 0.0e+00
|g(x)| = 1.83e-02 ≰ 1.0e-12
* Work counters
Seconds run: 1 (vs limit 100)
Iterations: 1841
f(x) calls: 2387
∇f(x) calls: 1841
, nlp = Float64[])
Проверим идентификацию на тех же данных, на которых проводилась идентификация
И проверим на специальном валидационном наборе данных
Метод показал хороший результат идентификации.
Система управления с нечетким ПИД-регулятором
Вернемся к моделированию системы управления с нечетким контроллером. Мы получили модель объекта управления из экспериментальных данных.
Результат идентификации будет использоваться в блоке Дискретное пространство состояний (Discrete State Space) для моделирования объекта управления.

Осталось добавить контроллер в контур системы управления. В этом примере используется следующая структура контроллера с нечёткой логикой:

На вход системы нечеткого вывода поступают нормализованные значения ошибки и производной ошибки . Входные значения нормализуются с помощью коэффициентов масштабирования и так, чтобы они находились в диапазоне [-1,1].
Система нечеткого вывода выдает результат в диапазоне [-1, 1], который масштабируется коэффициентами и .
Система нечеткого вывода представлена в виде блока Табличной функции (Lookup table). Процесс формирования поверхности отклика для этой таблицы показан ниже:
Сформируем поверхность отклика для того, чтобы поместить ее в блок Табличной функции (Lookup table).
Запустим модель системы управления и проверим работу регулятора.
Building...
Progress 0%
Progress 71%
Progress 100%
Progress 100%
Out[0]:
SimulationResult(
"out" => WorkspaceArray{Float64}("Fuzzycontroller/out")
,
"in" => WorkspaceArray{Float64}("Fuzzycontroller/in")
)
На графики мы видим реакцию системы управления на ступенчатое воздействие.
Вывод
В результате мы получили работающую систему управления с нечетким ПИД-регулятором. Модель объекта управления не была заранее известна, а получена идентификацией на основе экспериментальных данных.
{"id": "c2d5740b-6fa5-4eba-8801-0bb097741b65", "data": [{"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.7586805555555556, "title": {"text": ""}, "len": 0.3657316272965879, "x": 0.9934383202099738}, "name": "", "yaxis": "y", "legendgroup": "", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0, 0, 0.0008926807739782313, -0.00029121714687796137, -0.0014443735355261294, 0.000684408072062376, -0.00028295682061355097, -0.0003320314956179112, -0.0007455880865309536, -0.0008949637805514198, 0.0011194073353121808, -0.0002660841123176416, -0.0004295081541324602, 0.0007682477299556975, 0.00266136043270501, 0.0045758572112005675, 0.00743236384118868, 0.011004711056719622, 0.01561331183346134, 0.01679280122306524, 0.022937672558814085, 0.024574791193328102, 0.026717909122861008, 0.030600132338758364, 0.036274711468045825, 0.03779059058283278, 0.03942496395241471, 0.04216232296797293, 0.04420810651780363, 0.04555592860507336, 0.05007425140749813, 0.04708523868924712, 0.05200410075047859, 0.0531484452993218, 0.05335654422996862, 0.05725610188692195, 0.05745459786718692, 0.05595037785218777, 0.057760173224079836, 0.058777196746089805, 0.058320425544210026, 0.059321719238949015, 0.06133533434776135, 0.06143762526227287, 0.06267395219207673, 0.06247851173725151, 0.06533147779144804, 0.0628158004340663, 0.06568379414973517, 0.06555129367635744, 0.06427819913741722, 0.06571835511059744, 0.06451000955201572, 0.06665782933854075, 0.06479834034159256, 0.06539743262155717, 0.06596880991537614, 0.06462730658436953, 0.06401160492963684, 0.06578326026851646, 0.06472282914416427, 0.06486846958762747, 0.06489165475147887, 0.06429719792882806, 0.0668625440630376, 0.06478708855476108, 0.06587654639513438, 0.0666643991786773, 0.06437283819343936, 0.0658233683261329, 0.06572112391291098, 0.06577050835543094, 0.0656697908829188, 0.06655840395696179, 0.06749672744734207, 0.0672974820871096, 0.06470305280239202, 0.06533909759368589, 0.06798633220591394, 0.0664104509520328, 0.06617474225915748, 0.06742589044574486, 0.06709364491814843, 0.06644386176259384, 0.06702780417957917, 0.0680838372000588, 0.06896245537523199, 0.06650231924186142, 0.06784752582714819, 0.06746800594737488, 0.0670402531640943, 0.06711233094554647, 0.06847956895001778, 0.06698729626487562, 0.06770980469149228, 0.06513682501650798, 0.06725570144350453, 0.06777890560261045, 0.06755294163643927, 0.0682791601807892, 0.06627552263552536, 0.0681952227175392, 0.06627307007329802, 0.06638058266728214, 0.06627120097990033, 0.06642283349559873, 0.06616692635296428, 0.06625152621720973, 0.06488937046327986, 0.06579361939433928, 0.0672166566761126, 0.0677332467822558, 0.06712675358222264, 0.06683178847185063, 0.0658797973415373, 0.06480972991932324, 0.06702035813305021, 0.06658226199132947, 0.06675540138292717, 0.06717685892272825, 0.06700237117780773, 0.06638961252160867, 0.06801957735915039, 0.06580322097267685, 0.06543636142470535, 0.07003540379168176, 0.06605499971190389, 0.06804387429546697, 0.06648940006830353, 0.06573816046032863, 0.0672571535380535, 0.06672565208202291, 0.06625974093708789, 0.0659302730284335, 0.06644448347507265, 0.0663756441782712, 0.06625955690264994, 0.06518339842685886, 0.06592040975914948, 0.0660355888615999, 0.06529500818442883, 0.0673712701509123, 0.06545216224377097, 0.06732153385729978, 0.06776546801378615, 0.06565942556710545, 0.06795862008758528, 0.06663536981267314, 0.06557157549786123, 0.0659452716454849, 0.0670602398082474, 0.0678737016465983, 0.06622229293977366, 0.0661931147552183, 0.06613190486739498, 0.06570187333745053, 0.06396642059751459, 0.06620420233164835, 0.06606924070243095, 0.06790418950578145, 0.06688468586138596, 0.06642208215622923, 0.06679771529569827, 0.06661307713053573, 0.06550854737788725, 0.06714829605292418, 0.06650684808833035, 0.06614982863681701, 0.06615436111788756, 0.0661776955408223, 0.06678580334149031, 0.06695741515935406, 0.06668044216575611, 0.06878063679444779, 0.0675993582683261, 0.0657777465416716, 0.0656994834273047, 0.06745519935751078, 0.0670239236087013, 0.06597093982166471, 0.06738349945270677, 0.06461980682733089, 0.06911611734255202, 0.06653476163975536, 0.067628718728394, 0.0672995868310274, 0.06672215928525796, 0.06595588553799951, 0.06641514503944787, 0.06526175093207587, 0.06647243230860624, 0.06813185076978683, 0.06679788571825425, 0.06561894945555628, 0.06626866360883951, 0.06655115973669251, 0.06543879169507123, 0.06577096954804118, 0.06752709996720534, 0.06615492873225741, 0.06867922026700084], "type": "scatter", "x": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 11, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 11.9, 12, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, 12.7, 12.8, 12.9, 13, 13.1, 13.2, 13.3, 13.4, 13.5, 13.6, 13.7, 13.8, 13.9, 14, 14.1, 14.2, 14.3, 14.4, 14.5, 14.6, 14.7, 14.8, 14.9, 15, 15.1, 15.2, 15.3, 15.4, 15.5, 15.6, 15.7, 15.8, 15.9, 16, 16.1, 16.2, 16.3, 16.4, 16.5, 16.6, 16.7, 16.8, 16.9, 17, 17.1, 17.2, 17.3, 17.4, 17.5, 17.6, 17.7, 17.8, 17.9, 18, 18.1, 18.2, 18.3, 18.4, 18.5, 18.6, 18.7, 18.8, 18.9, 19, 19.1, 19.2, 19.3, 19.4, 19.5, 19.6, 19.7, 19.8, 19.9, 20]}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.25868055555555564, "title": {"text": ""}, "len": 0.3657316272965879, "x": 0.9934383202099738}, "name": "", "yaxis": "y2", "legendgroup": "", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "type": "scatter", "x": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 11, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 11.9, 12, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, 12.7, 12.8, 12.9, 13, 13.1, 13.2, 13.3, 13.4, 13.5, 13.6, 13.7, 13.8, 13.9, 14, 14.1, 14.2, 14.3, 14.4, 14.5, 14.6, 14.7, 14.8, 14.9, 15, 15.1, 15.2, 15.3, 15.4, 15.5, 15.6, 15.7, 15.8, 15.9, 16, 16.1, 16.2, 16.3, 16.4, 16.5, 16.6, 16.7, 16.8, 16.9, 17, 17.1, 17.2, 17.3, 17.4, 17.5, 17.6, 17.7, 17.8, 17.9, 18, 18.1, 18.2, 18.3, 18.4, 18.5, 18.6, 18.7, 18.8, 18.9, 19, 19.1, 19.2, 19.3, 19.4, 19.5, 19.6, 19.7, 19.8, 19.9, 20]}], "config": {"showlegend": true, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "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}, "height": 400, "yaxis2": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.25, 0.5, 0.75, 1], "range": [-0.030000000000000027, 1.03], "domain": [0.07581474190726165, 0.4415463692038496], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.00", "0.25", "0.50", "0.75", "1.00"], "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"}, "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": "Output 1", "xref": "paper", "x": 0.5296296296296296}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 0.5, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Input 1", "xref": "paper", "x": 0.5296296296296296}], "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "width": 1254.640625, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 5, 10, 15, 20], "range": [-0.6000000000000014, 20.6], "domain": [0.0658209390492855, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "5", "10", "15", "20"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y2", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Time", "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"}, "yaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.020000000000000004, 0.04000000000000001, 0.06000000000000001], "range": [-0.0035887668553423735, 0.072179797111498], "domain": [0.5758147419072616, 0.9415463692038495], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.00", "0.02", "0.04", "0.06"], "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"}}}
{"id": "f0ce485d-17d5-4dff-bac4-e527dbf3bd63", "data": [{"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.7586805555555556, "title": {"text": ""}, "len": 0.3657316272965879, "x": 0.9934383202099738}, "name": "", "yaxis": "y", "legendgroup": "", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0, 0, 0.0008926807739782313, -0.00029121714687796137, -0.0014443735355261294, 0.000684408072062376, -0.00028295682061355097, -0.0003320314956179112, -0.0007455880865309536, -0.0008949637805514198, 0.0011194073353121808, -0.0002660841123176416, -0.0005630831541324599, -9.439445243479883e-05, 0.0002944095086599244, -1.6964889419143846e-05, 3.9928513599972543e-05, 0.00040919734693777704, 0.0015699416855294325, -0.0008098115233836022, 0.0017693206921874705, -8.76070763618846e-05, -0.0013115172373017127, -0.000632510974339683, 0.0020250074291973093, 0.0007214136781998306, -0.00026267484771251803, 5.495433088880332e-05, -0.0001264560013384418, -0.0008220526135702658, 0.001826307199180583, -0.002870356317867116, 0.0004917256246560628, 0.00021878925936085825, -0.0008619451071398924, 0.0018666577237795908, 0.0010020895056155018, -0.001466657600750719, -0.0005315508541796603, -0.00030742322476334967, -0.0014827075943040027, -0.001132345674425025, 0.0002916933406254791, -0.0001399225494648641, 0.0006129821905663272, -2.0116356012350695e-05, 0.002436662731817893, -0.0004376309754354435, 0.0021057757711506874, 0.001679504640108071, 0.00014054190794851086, 0.001340090746931432, 4.758047855265256e-05, 0.002727426650200439, 0.0021939403873084875, 0.00485755395282902, 0.008082540206578552, 0.00981199857863079, 0.012524604390954706, 0.017747326348341263, 0.02015475000445589, 0.023705865463270793, 0.0270159345490645, 0.029552176153175812, 0.03506896473436083, 0.03575360762319916, 0.039407802677552076, 0.04256677286954968, 0.04245841918027863, 0.04591256712435613, 0.04764427223526464, 0.04936872104709503, 0.05079529819974232, 0.053074512556117955, 0.055277528574518765, 0.056227394539503456, 0.05467626461439925, 0.05625895251508773, 0.05976469364452597, 0.058967066097398636, 0.059436621767947485, 0.061326713710682684, 0.06157319706532319, 0.06144750574881522, 0.0625059894054921, 0.06399164470030985, 0.0652591787324753, 0.06315107977633501, 0.06481492024851958, 0.06472378445445352, 0.06455702589220116, 0.06486530065519394, 0.06644628789813876, 0.06514744528236147, 0.06604499259476454, 0.06363040659666079, 0.06589261239747346, 0.06654551289219666, 0.06643690787971034, 0.06726932079435075, 0.06536177455415929, 0.06736842361903986, 0.06539137213070925, 0.06484100775572076, 0.06329173369837063, 0.06127578197565341, 0.05827300224926271, 0.05520224576513887, 0.05043541449672665, 0.04781949272387876, 0.045712144730413434, 0.04276667801357438, 0.03882210216494224, 0.03535011107447689, 0.03140475783062496, 0.027536660963321413, 0.027148230112905323, 0.024307960558300527, 0.02226979178930688, 0.02066220463372037, 0.01863076004250216, 0.016322119037592116, 0.01640595229404131, 0.012781950191397632, 0.011134975635920493, 0.014570951813026521, 0.009534621469089647, 0.0105654276321098, 0.008142108827257126, 0.006603261240102657, 0.007408525852415991, 0.006230421999398408, 0.005178852143978426, 0.004319022025825592, 0.004353017565072537, 0.003849422245699045, 0.0033397739045509414, 0.00190737509226416, 0.0023219493613101426, 0.002145303121365345, 0.001140614445037184, 0.0029778619667860146, 0.0008424554748777326, 0.002516090274996758, 0.0027828983172768895, 0.0005165735912716594, 0.0026707298597246, 0.0012162369922089145, 3.368461250473638e-05, 0.00029992042164444024, 0.0013176517839275262, 0.00204312815229367, 0.0003788929372222366, 0.000642209526551505, 0.001267969789309272, 0.001891892131381267, 0.0015028767004816256, 0.005293906755677104, 0.006839177717577146, 0.010414210201874767, 0.01114180086839649, 0.012393849482371985, 0.014423706208597986, 0.015814173363126162, 0.016194192885435187, 0.01922197897808093, 0.019870127858335345, 0.020705207638077382, 0.02180726198958178, 0.022837760427976684, 0.024367688554150762, 0.025381217048042585, 0.02587185865166629, 0.02867094369340692, 0.028125259609211924, 0.02688114263141628, 0.027327188601945936, 0.02955863242340055, 0.029558787281968077, 0.02889690049896452, 0.03066387498072606, 0.028221267261249582, 0.03300840174715443, 0.03069041260205384, 0.03202283527426857, 0.03190959576263114, 0.03152760450000487, 0.030938234593618587, 0.031557612048152245, 0.03054913476732501, 0.03189096906592131, 0.03366907942081316, 0.032442525921783566, 0.031360790531138535, 0.032098463731191476, 0.03246055446755436, 0.031420211030108405, 0.03181756271751592, 0.03363266728888763, 0.032313859872391416, 0.03488643831947098], "type": "scatter", "x": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 11, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 11.9, 12, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, 12.7, 12.8, 12.9, 13, 13.1, 13.2, 13.3, 13.4, 13.5, 13.6, 13.7, 13.8, 13.9, 14, 14.1, 14.2, 14.3, 14.4, 14.5, 14.6, 14.7, 14.8, 14.9, 15, 15.1, 15.2, 15.3, 15.4, 15.5, 15.6, 15.7, 15.8, 15.9, 16, 16.1, 16.2, 16.3, 16.4, 16.5, 16.6, 16.7, 16.8, 16.9, 17, 17.1, 17.2, 17.3, 17.4, 17.5, 17.6, 17.7, 17.8, 17.9, 18, 18.1, 18.2, 18.3, 18.4, 18.5, 18.6, 18.7, 18.8, 18.9, 19, 19.1, 19.2, 19.3, 19.4, 19.5, 19.6, 19.7, 19.8, 19.9, 20]}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.25868055555555564, "title": {"text": ""}, "len": 0.3657316272965879, "x": 0.9934383202099738}, "name": "", "yaxis": "y2", "legendgroup": "", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0], "type": "scatter", "x": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 11, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 11.9, 12, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, 12.7, 12.8, 12.9, 13, 13.1, 13.2, 13.3, 13.4, 13.5, 13.6, 13.7, 13.8, 13.9, 14, 14.1, 14.2, 14.3, 14.4, 14.5, 14.6, 14.7, 14.8, 14.9, 15, 15.1, 15.2, 15.3, 15.4, 15.5, 15.6, 15.7, 15.8, 15.9, 16, 16.1, 16.2, 16.3, 16.4, 16.5, 16.6, 16.7, 16.8, 16.9, 17, 17.1, 17.2, 17.3, 17.4, 17.5, 17.6, 17.7, 17.8, 17.9, 18, 18.1, 18.2, 18.3, 18.4, 18.5, 18.6, 18.7, 18.8, 18.9, 19, 19.1, 19.2, 19.3, 19.4, 19.5, 19.6, 19.7, 19.8, 19.9, 20]}], "config": {"showlegend": true, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "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}, "height": 400, "yaxis2": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.25, 0.5, 0.75, 1], "range": [-0.030000000000000027, 1.03], "domain": [0.07581474190726165, 0.4415463692038496], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.00", "0.25", "0.50", "0.75", "1.00"], "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"}, "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": "Output 1", "xref": "paper", "x": 0.5296296296296296}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 0.5, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Input 1", "xref": "paper", "x": 0.5296296296296296}], "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "width": 1254.640625, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 5, 10, 15, 20], "range": [-0.6000000000000014, 20.6], "domain": [0.0658209390492855, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "5", "10", "15", "20"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y2", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Time", "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"}, "yaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.010000000000000002, 0.020000000000000004, 0.030000000000000006, 0.04000000000000001, 0.05000000000000001, 0.06000000000000001], "range": [-0.004977519715974321, 0.06947558701714707], "domain": [0.5758147419072616, 0.9415463692038495], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.00", "0.01", "0.02", "0.03", "0.04", "0.05", "0.06"], "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"}}}
{"id": "ef563611-1aa7-440a-bc15-119a0b81e347", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5329861111111112, "title": {"text": ""}, "len": 0.914342738407699, "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, 0, 0.0008926807739782313, -0.00029121714687796137, -0.0014443735355261294, 0.000684408072062376, -0.00028295682061355097, -0.0003320314956179112, -0.0007455880865309536, -0.0008949637805514198, 0.0011194073353121808, -0.0002660841123176416, -0.0004295081541324602, 0.0007682477299556975, 0.00266136043270501, 0.0045758572112005675, 0.00743236384118868, 0.011004711056719622, 0.01561331183346134, 0.01679280122306524, 0.022937672558814085, 0.024574791193328102, 0.026717909122861008, 0.030600132338758364, 0.036274711468045825, 0.03779059058283278, 0.03942496395241471, 0.04216232296797293, 0.04420810651780363, 0.04555592860507336, 0.05007425140749813, 0.04708523868924712, 0.05200410075047859, 0.0531484452993218, 0.05335654422996862, 0.05725610188692195, 0.05745459786718692, 0.05595037785218777, 0.057760173224079836, 0.058777196746089805, 0.058320425544210026, 0.059321719238949015, 0.06133533434776135, 0.06143762526227287, 0.06267395219207673, 0.06247851173725151, 0.06533147779144804, 0.0628158004340663, 0.06568379414973517, 0.06555129367635744, 0.06427819913741722, 0.06571835511059744, 0.06451000955201572, 0.06665782933854075, 0.06479834034159256, 0.06539743262155717, 0.06596880991537614, 0.06462730658436953, 0.06401160492963684, 0.06578326026851646, 0.06472282914416427, 0.06486846958762747, 0.06489165475147887, 0.06429719792882806, 0.0668625440630376, 0.06478708855476108, 0.06587654639513438, 0.0666643991786773, 0.06437283819343936, 0.0658233683261329, 0.06572112391291098, 0.06577050835543094, 0.0656697908829188, 0.06655840395696179, 0.06749672744734207, 0.0672974820871096, 0.06470305280239202, 0.06533909759368589, 0.06798633220591394, 0.0664104509520328, 0.06617474225915748, 0.06742589044574486, 0.06709364491814843, 0.06644386176259384, 0.06702780417957917, 0.0680838372000588, 0.06896245537523199, 0.06650231924186142, 0.06784752582714819, 0.06746800594737488, 0.0670402531640943, 0.06711233094554647, 0.06847956895001778, 0.06698729626487562, 0.06770980469149228, 0.06513682501650798, 0.06725570144350453, 0.06777890560261045, 0.06755294163643927, 0.0682791601807892, 0.06627552263552536, 0.0681952227175392, 0.06627307007329802, 0.06638058266728214, 0.06627120097990033, 0.06642283349559873, 0.06616692635296428, 0.06625152621720973, 0.06488937046327986, 0.06579361939433928, 0.0672166566761126, 0.0677332467822558, 0.06712675358222264, 0.06683178847185063, 0.0658797973415373, 0.06480972991932324, 0.06702035813305021, 0.06658226199132947, 0.06675540138292717, 0.06717685892272825, 0.06700237117780773, 0.06638961252160867, 0.06801957735915039, 0.06580322097267685, 0.06543636142470535, 0.07003540379168176, 0.06605499971190389, 0.06804387429546697, 0.06648940006830353, 0.06573816046032863, 0.0672571535380535, 0.06672565208202291, 0.06625974093708789, 0.0659302730284335, 0.06644448347507265, 0.0663756441782712, 0.06625955690264994, 0.06518339842685886, 0.06592040975914948, 0.0660355888615999, 0.06529500818442883, 0.0673712701509123, 0.06545216224377097, 0.06732153385729978, 0.06776546801378615, 0.06565942556710545, 0.06795862008758528, 0.06663536981267314, 0.06557157549786123, 0.0659452716454849, 0.0670602398082474, 0.0678737016465983, 0.06622229293977366, 0.0661931147552183, 0.06613190486739498, 0.06570187333745053, 0.06396642059751459, 0.06620420233164835, 0.06606924070243095, 0.06790418950578145, 0.06688468586138596, 0.06642208215622923, 0.06679771529569827, 0.06661307713053573, 0.06550854737788725, 0.06714829605292418, 0.06650684808833035, 0.06614982863681701, 0.06615436111788756, 0.0661776955408223, 0.06678580334149031, 0.06695741515935406, 0.06668044216575611, 0.06878063679444779, 0.0675993582683261, 0.0657777465416716, 0.0656994834273047, 0.06745519935751078, 0.0670239236087013, 0.06597093982166471, 0.06738349945270677, 0.06461980682733089, 0.06911611734255202, 0.06653476163975536, 0.067628718728394, 0.0672995868310274, 0.06672215928525796, 0.06595588553799951, 0.06641514503944787, 0.06526175093207587, 0.06647243230860624, 0.06813185076978683, 0.06679788571825425, 0.06561894945555628, 0.06626866360883951, 0.06655115973669251, 0.06543879169507123, 0.06577096954804118, 0.06752709996720534, 0.06615492873225741, 0.06867922026700084], "type": "scatter", "x": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 11, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 11.9, 12, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, 12.7, 12.8, 12.9, 13, 13.1, 13.2, 13.3, 13.4, 13.5, 13.6, 13.7, 13.8, 13.9, 14, 14.1, 14.2, 14.3, 14.4, 14.5, 14.6, 14.7, 14.8, 14.9, 15, 15.1, 15.2, 15.3, 15.4, 15.5, 15.6, 15.7, 15.8, 15.9, 16, 16.1, 16.2, 16.3, 16.4, 16.5, 16.6, 16.7, 16.8, 16.9, 17, 17.1, 17.2, 17.3, 17.4, 17.5, 17.6, 17.7, 17.8, 17.9, 18, 18.1, 18.2, 18.3, 18.4, 18.5, 18.6, 18.7, 18.8, 18.9, 19, 19.1, 19.2, 19.3, 19.4, 19.5, 19.6, 19.7, 19.8, 19.9, 20]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5329861111111112, "title": {"text": ""}, "len": 0.914342738407699, "x": 0.9934383202099738}, "name": " sim fit :94.89%", "yaxis": "y", "legendgroup": " sim fit :94.89%", "line": {"color": "rgba(227, 111, 71, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [9.118183454473156e-05, 6.904891641227223e-05, -5.443794573919298e-07, -7.397010646844009e-05, -0.00013566635385534807, -0.00018185264656949736, -0.00021335687899538247, -0.00023252404228688532, -0.000241939419179904, -0.00024394709564042277, -0.00024050801022195879, -0.0003025677558573498, -0.00021259566427679123, 0.0006569659809950287, 0.0023704401815825117, 0.004789950105721484, 0.0077271610055261964, 0.01100279961139214, 0.014466402599338133, 0.017999615339104266, 0.021513267181601813, 0.024942592487763156, 0.028242370395658405, 0.03138262433543152, 0.034345043953947614, 0.03712010245095964, 0.03970477770201348, 0.04210077307505621, 0.04431314145511894, 0.04634922992091395, 0.04821787709984695, 0.04992880837381644, 0.051492185218265055, 0.0529182740688529, 0.054217207443133464, 0.05539881589693948, 0.056472514057027905, 0.05744722761854826, 0.05833135112337179, 0.05913272859139132, 0.059858650883539984, 0.06051586507958092, 0.06111059224853252, 0.06164855085785848, 0.06213498373785015, 0.06257468703497755, 0.06297203999916681, 0.06333103476278848, 0.0636553055022184, 0.06394815656918407, 0.06421258931173159, 0.06445132741196527, 0.06466684064732917, 0.0648613670447979, 0.0650369334305049, 0.06519537441780357, 0.06533834989226145, 0.06546736106404927, 0.06558376517276107, 0.06568878892760888, 0.06578354077108035, 0.0658690220521088, 0.06594613719058308, 0.06601570291696406, 0.06607845666125635, 0.06613506416254511, 0.06618612636704888, 0.06623218567737889, 0.066273731612441, 0.0663112059277925, 0.06634500724711623, 0.06637549525255833, 0.06640299447084207, 0.06642779769523635, 0.06645016907762195, 0.0664703469225027, 0.06648854620742396, 0.06650496086279148, 0.06651976582718434, 0.06653311890289082, 0.06654516243436245, 0.06655602481749234, 0.06656582186692853, 0.06657465804599652, 0.0665826275785128, 0.06658981545239989, 0.06659629832348146, 0.06660214533212878, 0.06660741884014335, 0.06661217509386692, 0.06661646482464896, 0.0666203337890942, 0.06662382325571552, 0.06662697044718537, 0.06662980893504307, 0.06663236899796406, 0.06663467794646016, 0.06663676041045268, 0.06663863860550417, 0.06664033256783115, 0.06664186036857536, 0.06664323830629382, 0.06664448108086567, 0.06664560195031362, 0.06664661287243201, 0.06664752463201125, 0.06664834695576934, 0.06664908861655483, 0.06664975752662142, 0.0666503608223683, 0.0666509049399443, 0.06665139568371922, 0.06665183828985179, 0.06665223747967704, 0.06665259751181003, 0.06665292222828535, 0.06665321509270702, 0.0666534792295256, 0.06665371745639756, 0.06665393231538037, 0.06665412609840349, 0.06665430087273644, 0.0666544585030204, 0.06665460067100322, 0.06665472889363137, 0.06665484453847247, 0.06665494883961216, 0.06665504290942348, 0.06665512775191058, 0.06665520427208504, 0.06665527328624307, 0.06665533553071594, 0.06665539166912206, 0.066655442300894, 0.06665548796646026, 0.06665552915223352, 0.06665556629775266, 0.06665559979983263, 0.06665563001588082, 0.06665565726767103, 0.06665568184678285, 0.06665570401450656, 0.0666557240080614, 0.06665574204042406, 0.06665575830347775, 0.06665577297143023, 0.06665578620029637, 0.06665579813176843, 0.06665580889311577, 0.06665581859845675, 0.06665582735208254, 0.06665583524694961, 0.06665584236718597, 0.06665584878920651, 0.06665585458112121, 0.06665585980495764, 0.06665586451628236, 0.06665586876559018, 0.06665587259813674, 0.06665587605480647, 0.06665587917230446, 0.06665588198391416, 0.06665588451980348, 0.06665588680704973, 0.06665588886968857, 0.06665589073035888, 0.06665589240832735, 0.06665589392168263, 0.06665589528669863, 0.06665589651741734, 0.06665589762777525, 0.06665589862892277, 0.06665589953207217, 0.06665590034662357, 0.06665590108133136, 0.06665590174400306, 0.06665590234140056, 0.06665590288027391, 0.06665590336630235, 0.06665590380474984, 0.06665590420029645, 0.06665590455672314, 0.06665590487855844, 0.06665590516857361, 0.06665590543015841, 0.06665590566613638, 0.0666559058790686, 0.06665590607086457, 0.06665590624409913, 0.06665590640000565, 0.0666559065405902, 0.06665590666771869, 0.06665590678230437, 0.06665590688581588, 0.06665590697877657, 0.06665590706299272, 0.06665590713897712, 0.0666559072074517, 0.06665590726892028, 0.06665590732456621, 0.06665590737468635], "type": "scatter", "x": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 11, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 11.9, 12, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, 12.7, 12.8, 12.9, 13, 13.1, 13.2, 13.3, 13.4, 13.5, 13.6, 13.7, 13.8, 13.9, 14, 14.1, 14.2, 14.3, 14.4, 14.5, 14.6, 14.7, 14.8, 14.9, 15, 15.1, 15.2, 15.3, 15.4, 15.5, 15.6, 15.7, 15.8, 15.9, 16, 16.1, 16.2, 16.3, 16.4, 16.5, 16.6, 16.7, 16.8, 16.9, 17, 17.1, 17.2, 17.3, 17.4, 17.5, 17.6, 17.7, 17.8, 17.9, 18, 18.1, 18.2, 18.3, 18.4, 18.5, 18.6, 18.7, 18.8, 18.9, 19, 19.1, 19.2, 19.3, 19.4, 19.5, 19.6, 19.7, 19.8, 19.9, 20]}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 5, 10, 15, 20], "range": [-0.6000000000000014, 20.6], "domain": [0.09128390201224845, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "5", "10", "15", "20"], "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": "Time [s]", "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": [0, 0.020000000000000004, 0.04000000000000001, 0.06000000000000001], "range": [-0.0035887668553423735, 0.072179797111498], "domain": [0.07581474190726165, 0.9901574803149606], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.00", "0.02", "0.04", "0.06"], "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": "Output", "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": 1254.640625}}
{"id": "865a78c2-a8a4-4466-a0fc-7e02421300cb", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5329861111111112, "title": {"text": ""}, "len": 0.914342738407699, "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, 0, 0.0008926807739782313, -0.00029121714687796137, -0.0014443735355261294, 0.000684408072062376, -0.00028295682061355097, -0.0003320314956179112, -0.0007455880865309536, -0.0008949637805514198, 0.0011194073353121808, -0.0002660841123176416, -0.0005630831541324599, -9.439445243479883e-05, 0.0002944095086599244, -1.6964889419143846e-05, 3.9928513599972543e-05, 0.00040919734693777704, 0.0015699416855294325, -0.0008098115233836022, 0.0017693206921874705, -8.76070763618846e-05, -0.0013115172373017127, -0.000632510974339683, 0.0020250074291973093, 0.0007214136781998306, -0.00026267484771251803, 5.495433088880332e-05, -0.0001264560013384418, -0.0008220526135702658, 0.001826307199180583, -0.002870356317867116, 0.0004917256246560628, 0.00021878925936085825, -0.0008619451071398924, 0.0018666577237795908, 0.0010020895056155018, -0.001466657600750719, -0.0005315508541796603, -0.00030742322476334967, -0.0014827075943040027, -0.001132345674425025, 0.0002916933406254791, -0.0001399225494648641, 0.0006129821905663272, -2.0116356012350695e-05, 0.002436662731817893, -0.0004376309754354435, 0.0021057757711506874, 0.001679504640108071, 0.00014054190794851086, 0.001340090746931432, 4.758047855265256e-05, 0.002727426650200439, 0.0021939403873084875, 0.00485755395282902, 0.008082540206578552, 0.00981199857863079, 0.012524604390954706, 0.017747326348341263, 0.02015475000445589, 0.023705865463270793, 0.0270159345490645, 0.029552176153175812, 0.03506896473436083, 0.03575360762319916, 0.039407802677552076, 0.04256677286954968, 0.04245841918027863, 0.04591256712435613, 0.04764427223526464, 0.04936872104709503, 0.05079529819974232, 0.053074512556117955, 0.055277528574518765, 0.056227394539503456, 0.05467626461439925, 0.05625895251508773, 0.05976469364452597, 0.058967066097398636, 0.059436621767947485, 0.061326713710682684, 0.06157319706532319, 0.06144750574881522, 0.0625059894054921, 0.06399164470030985, 0.0652591787324753, 0.06315107977633501, 0.06481492024851958, 0.06472378445445352, 0.06455702589220116, 0.06486530065519394, 0.06644628789813876, 0.06514744528236147, 0.06604499259476454, 0.06363040659666079, 0.06589261239747346, 0.06654551289219666, 0.06643690787971034, 0.06726932079435075, 0.06536177455415929, 0.06736842361903986, 0.06539137213070925, 0.06484100775572076, 0.06329173369837063, 0.06127578197565341, 0.05827300224926271, 0.05520224576513887, 0.05043541449672665, 0.04781949272387876, 0.045712144730413434, 0.04276667801357438, 0.03882210216494224, 0.03535011107447689, 0.03140475783062496, 0.027536660963321413, 0.027148230112905323, 0.024307960558300527, 0.02226979178930688, 0.02066220463372037, 0.01863076004250216, 0.016322119037592116, 0.01640595229404131, 0.012781950191397632, 0.011134975635920493, 0.014570951813026521, 0.009534621469089647, 0.0105654276321098, 0.008142108827257126, 0.006603261240102657, 0.007408525852415991, 0.006230421999398408, 0.005178852143978426, 0.004319022025825592, 0.004353017565072537, 0.003849422245699045, 0.0033397739045509414, 0.00190737509226416, 0.0023219493613101426, 0.002145303121365345, 0.001140614445037184, 0.0029778619667860146, 0.0008424554748777326, 0.002516090274996758, 0.0027828983172768895, 0.0005165735912716594, 0.0026707298597246, 0.0012162369922089145, 3.368461250473638e-05, 0.00029992042164444024, 0.0013176517839275262, 0.00204312815229367, 0.0003788929372222366, 0.000642209526551505, 0.001267969789309272, 0.001891892131381267, 0.0015028767004816256, 0.005293906755677104, 0.006839177717577146, 0.010414210201874767, 0.01114180086839649, 0.012393849482371985, 0.014423706208597986, 0.015814173363126162, 0.016194192885435187, 0.01922197897808093, 0.019870127858335345, 0.020705207638077382, 0.02180726198958178, 0.022837760427976684, 0.024367688554150762, 0.025381217048042585, 0.02587185865166629, 0.02867094369340692, 0.028125259609211924, 0.02688114263141628, 0.027327188601945936, 0.02955863242340055, 0.029558787281968077, 0.02889690049896452, 0.03066387498072606, 0.028221267261249582, 0.03300840174715443, 0.03069041260205384, 0.03202283527426857, 0.03190959576263114, 0.03152760450000487, 0.030938234593618587, 0.031557612048152245, 0.03054913476732501, 0.03189096906592131, 0.03366907942081316, 0.032442525921783566, 0.031360790531138535, 0.032098463731191476, 0.03246055446755436, 0.031420211030108405, 0.03181756271751592, 0.03363266728888763, 0.032313859872391416, 0.03488643831947098], "type": "scatter", "x": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 11, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 11.9, 12, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, 12.7, 12.8, 12.9, 13, 13.1, 13.2, 13.3, 13.4, 13.5, 13.6, 13.7, 13.8, 13.9, 14, 14.1, 14.2, 14.3, 14.4, 14.5, 14.6, 14.7, 14.8, 14.9, 15, 15.1, 15.2, 15.3, 15.4, 15.5, 15.6, 15.7, 15.8, 15.9, 16, 16.1, 16.2, 16.3, 16.4, 16.5, 16.6, 16.7, 16.8, 16.9, 17, 17.1, 17.2, 17.3, 17.4, 17.5, 17.6, 17.7, 17.8, 17.9, 18, 18.1, 18.2, 18.3, 18.4, 18.5, 18.6, 18.7, 18.8, 18.9, 19, 19.1, 19.2, 19.3, 19.4, 19.5, 19.6, 19.7, 19.8, 19.9, 20]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5329861111111112, "title": {"text": ""}, "len": 0.914342738407699, "x": 0.9934383202099738}, "name": " sim fit :95.53%", "yaxis": "y", "legendgroup": " sim fit :95.53%", "line": {"color": "rgba(227, 111, 71, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0.0001959375432241712, -7.631663510181499e-05, -0.00016118760554349566, -0.00016962321462926595, -0.00015005316440772973, -0.00012299023225943454, -9.660936888567215e-05, -7.373564525470882e-05, -5.4957585209951545e-05, -3.999740430110125e-05, -2.8300538349450752e-05, -1.9278261825118736e-05, -1.2398364710836554e-05, -7.211062517217387e-06, -3.3487559915107297e-06, -5.164573197344132e-07, 1.5200280309405444e-06, 2.945368205316407e-06, 3.904482059133843e-06, 4.510660371365199e-06, 4.852160816414293e-06, 4.997497556863692e-06, 4.999653834049096e-06, 4.899422598114047e-06, 4.728048475323086e-06, 4.5093132298904576e-06, 4.261179495445209e-06, 3.997084636157854e-06, 3.7269578926981053e-06, 3.4580189029752826e-06, 3.1954036446791337e-06, 2.942654258975742e-06, 2.7021016009934153e-06, 2.4751633248767896e-06, 2.2625755277035752e-06, 2.0645721888319414e-06, 1.881023643477913e-06, 1.7115429574614186e-06, 1.555567194189373e-06, 1.4124190819131296e-06, 1.2813534169851496e-06, 1.1615916127188698e-06, 1.052347072240066e-06, 9.528434864143995e-07, 8.623277025307015e-07, 7.800784506227504e-07, 7.054119314037628e-07, 6.376850473716567e-07, 5.762968836143903e-07, 5.206889074649549e-07, 4.7034424843066714e-07, -6.894740790931527e-05, 1.102866241872385e-05, 0.0008689019816045854, 0.0025697115811702436, 0.004976114830566953, 0.007900168949192338, 0.01116288236319126, 0.014613988608530774, 0.01813526514282099, 0.021637624361675826, 0.025056346901893733, 0.028346230942333753, 0.031477299095765306, 0.034431226012695375, 0.037198460065741124, 0.039775947782320034, 0.04216535715939827, 0.04437170355607405, 0.04640229574739207, 0.04826593428268029, 0.049972307400391484, 0.051531540859195285, 0.052953867122176194, 0.05424938667331562, 0.05542790007451612, 0.05649879402335891, 0.05747096833476244, 0.05835279365761531, 0.059152092027407635, 0.05987613413310685, 0.06053164858675988, 0.06112483958442295, 0.061661410204442865, 0.06214658926194139, 0.06258516015334867, 0.06298149054649585, 0.06333956205734519, 0.06366299932477222, 0.06395509805674751, 0.06421885177078081, 0.06445697706003155, 0.06467193728801492, 0.0648659646791098, 0.06504108081334818, 0.06519911556180234, 0.06534172452445974, 0.06547040503991919, 0.06558651085037707, 0.0656912655070064, 0.0657857746010248, 0.06594040910009764, 0.06593730943242347, 0.06514878640329654, 0.06351053614987874, 0.061160564997738844, 0.05828741482550491, 0.05507061794114893, 0.05166092881877267, 0.04817701039348556, 0.04470834766331844, 0.04132001856240951, 0.03805754843532613, 0.03495120655741293, 0.03201958161305551, 0.029272462796172457, 0.026713117891649287, 0.024340072231791892, 0.02214848485430752, 0.020131204297885476, 0.018279571915868417, 0.016584027467672523, 0.015034560650343053, 0.013621043139660017, 0.01233346838408888, 0.011162120545588187, 0.010097689344406274, 0.009131343892251396, 0.008254775707716124, 0.0074602188273911445, 0.00674045313628734, 0.006088795636666182, 0.005499083273579, 0.0049656500750135625, 0.004483300694180147, 0.004047281918605136, 0.0036532533061614607, 0.0032972577947740335, 0.0029756928917216677, 0.002685282863503175, 0.0024230522072510178, 0.00218630057788309, 0.0019725792663016473, 0.0017796692649897324, 0.0016055609146292257, 0.00144843509515259, 0.0013066459034849016, 0.0011787047465320474, 0.00106326576953692, 0.0009591125354530686, 0.0008651458696821128, 0.0007456866880348784, 0.0007092189477190172, 0.0010691846370054286, 0.0018573721643751, 0.0030044501811354526, 0.004415851499104516, 0.006001542573186987, 0.007685904843895773, 0.009409389065769968, 0.011127056223874438, 0.012806190032092579, 0.014423867829251603, 0.015964810632754588, 0.01741959387453431, 0.018783205474581757, 0.02005390555681505, 0.02123233584756159, 0.022320830583150833, 0.023322887697280685, 0.024242766337527408, 0.025085183324314954, 0.025855086712157888, 0.026557489162539503, 0.027197347497974544, 0.027779477738177474, 0.028308497231304214, 0.028788787334705072, 0.02922447154460802, 0.029619405112819942, 0.029977173085804436, 0.030301094404322812, 0.030594230249658284, 0.030859395257371892, 0.031099170549535256, 0.031315917804658776, 0.03151179378019715, 0.031688764863604175, 0.03184862134898472, 0.031992991225348086, 0.032123353334732554, 0.032241049814538916, 0.03234729777197095, 0.03244320017440691, 0.032529755956463915, 0.03260786936100254, 0.032678358544392674, 0.03274196347767463, 0.032799353187903814, 0.0328511323751191, 0.03289784745345965], "type": "scatter", "x": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 11, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 11.9, 12, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, 12.7, 12.8, 12.9, 13, 13.1, 13.2, 13.3, 13.4, 13.5, 13.6, 13.7, 13.8, 13.9, 14, 14.1, 14.2, 14.3, 14.4, 14.5, 14.6, 14.7, 14.8, 14.9, 15, 15.1, 15.2, 15.3, 15.4, 15.5, 15.6, 15.7, 15.8, 15.9, 16, 16.1, 16.2, 16.3, 16.4, 16.5, 16.6, 16.7, 16.8, 16.9, 17, 17.1, 17.2, 17.3, 17.4, 17.5, 17.6, 17.7, 17.8, 17.9, 18, 18.1, 18.2, 18.3, 18.4, 18.5, 18.6, 18.7, 18.8, 18.9, 19, 19.1, 19.2, 19.3, 19.4, 19.5, 19.6, 19.7, 19.8, 19.9, 20]}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 5, 10, 15, 20], "range": [-0.6000000000000014, 20.6], "domain": [0.09128390201224845, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "5", "10", "15", "20"], "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": "Time [s]", "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": [0, 0.010000000000000002, 0.020000000000000004, 0.030000000000000006, 0.04000000000000001, 0.05000000000000001, 0.06000000000000001], "range": [-0.004977519715974321, 0.06947558701714707], "domain": [0.07581474190726165, 0.9901574803149606], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.00", "0.01", "0.02", "0.03", "0.04", "0.05", "0.06"], "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": "Output", "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": 1254.640625}}
{"id": "d116136a-368b-4040-9bef-9e2e2d369aad", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.4888888888888889, "title": {"text": ""}, "len": 0.9025371828521435, "x": 0.9934383202099738}, "name": "N", "yaxis": "y", "legendgroup": "N", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [1, 0.9999728118707296, 0.9998912519180044, 0.9997553334458761, 0.9995650786237456, 0.9973618881616729, 0.9933089908140372, 0.987428978155833, 0.9797545168531915, 0.9710398294167217, 0.9608499216146286, 0.9449628915489492, 0.9266464718042524, 0.909786020941658, 0.8914648401326013, 0.8732058200362499, 0.8538570638705615, 0.8281630797839492, 0.8010771306745211, 0.7757519251793308, 0.7495976204522263, 0.6873519465303654, 0.6394521915134067, 0.577641572800482, 0.5216978830441144, 0.45971605349657685, 0.4125547357724034, 0.38435996659870564, 0.3571186305960228, 0.33694828432552026, 0.3174100074836358, 0.2909828067374145, 0.2659107051228348, 0.24808115875226858, 0.2310373009199906, 0.2126146929486454, 0.19521315726355615, 0.17897897442395239, 0.16372640131624136, 0.14805809919782068, 0.1335254322839083, 0.1231675983064026, 0.11343303505279122, 0.10200782753070085, 0.09150179708872708, 0.0825645701502445, 0.07433934216219423, 0.0665629068190376, 0.059463021557397175, 0.05291457917797413, 0.046976154537507475, 0.03635828314125735, 0.029498220173036275, 0.01789093371601828, 0.01687988414878991], "type": "scatter", "x": [-10, -9.948381467575334, -9.896762935150669, -9.845144402726003, -9.793525870301337, -9.491200841997223, -9.188875813693109, -8.886550785388994, -8.58422575708488, -8.30294264345594, -8.021659529827001, -7.644635313749718, -7.267611097672434, -6.956072734691371, -6.644534371710307, -6.354834580373835, -6.065134789037361, -5.7014620628076464, -5.3377893365779325, -5.01157295255418, -4.685356568530427, -3.9385591921452594, -3.380328168819312, -2.6663400368912327, -2.0146803806620475, -1.273011229541373, -0.6850729393937225, -0.3198541466326109, 0.04536464612850068, 0.3250632104259563, 0.604761774723412, 0.9990966674271207, 1.3934315601308294, 1.6881108253345207, 1.982790090538212, 2.3179066021924046, 2.653023113846597, 2.9849035519406946, 3.316783990034792, 3.681913278854265, 4.047042567673738, 4.325938286787842, 4.604834005901946, 4.956776436058327, 5.308718866214707, 5.634228893083829, 5.959738919952952, 6.295446158471784, 6.631153396990617, 6.9714314413238565, 7.311709485657096, 8.022337707807047, 8.582133471596888, 9.856968466874907, 10]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.4888888888888889, "title": {"text": ""}, "len": 0.9025371828521435, "x": 0.9934383202099738}, "name": "P", "yaxis": "y", "legendgroup": "P", "line": {"color": "rgba(227, 111, 71, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [0.01687988414878991, 0.018356115062842723, 0.029474822729598713, 0.03636735315799036, 0.047712825881770844, 0.05919346527509943, 0.07182255672619606, 0.08080854530644992, 0.09067373283539544, 0.10031274988551309, 0.1107356822170832, 0.12367181676576935, 0.13772669843819674, 0.1489891715863654, 0.16091657707252718, 0.1771628288669454, 0.19454266652812696, 0.2114088917801196, 0.22924014667106746, 0.25070942880263974, 0.27342096494414614, 0.2922944713476771, 0.31192016755201046, 0.3373182388198686, 0.36379270267382974, 0.38475559749182076, 0.40627727825467347, 0.4696126157134344, 0.51898825409113, 0.5764903800782012, 0.633960172915202, 0.6965545239665083, 0.743030242641488, 0.7714127749501674, 0.7988575459371066, 0.82325493698735, 0.846564854673019, 0.8693252433051358, 0.8906467250338878, 0.9106522679086436, 0.928909522147567, 0.945975545974364, 0.9608762264566963, 0.9710160459553863, 0.9796952456426516, 0.9877476399381132, 0.9938039619451621, 0.9978268128797857, 0.9997912664871766, 0.9998825820373877, 0.9999478125366393, 0.999986952878821, 1], "type": "scatter", "x": [-10, -9.793525870301337, -8.58422575708488, -8.021659529827001, -7.267611097672434, -6.644534371710307, -6.065134789037361, -5.7014620628076464, -5.3377893365779325, -5.01157295255418, -4.685356568530427, -4.311957880337843, -3.9385591921452594, -3.6594436804822856, -3.380328168819312, -3.023334102855272, -2.6663400368912327, -2.34051020877664, -2.0146803806620475, -1.6438458051017102, -1.273011229541373, -0.9790420844675477, -0.6850729393937225, -0.3198541466326109, 0.04536464612850068, 0.3250632104259563, 0.604761774723412, 1.3934315601308294, 1.982790090538212, 2.653023113846597, 3.316783990034792, 4.047042567673738, 4.604834005901946, 4.956776436058327, 5.308718866214707, 5.634228893083829, 5.959738919952952, 6.295446158471784, 6.631153396990617, 6.9714314413238565, 7.311709485657096, 7.667023596732072, 8.022337707807047, 8.302235589701969, 8.582133471596888, 8.900842220416394, 9.219550969235897, 9.538259718055402, 9.856968466874907, 9.892726350156181, 9.928484233437453, 9.964242116718726, 10]}], "config": {"showlegend": true, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "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}, "height": 400, "yaxis2": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.2, 0.4, 0.6000000000000001, 0.8, 1], "range": [0, 1], "domain": [0.9500000000000001, 1], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["0.0", "0.2", "0.4", "0.6", "0.8", "1.0"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x2", "visible": false, "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": "-"}, "xaxis2": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.2, 0.4, 0.6000000000000001, 0.8, 1], "range": [0, 1], "domain": [0.09128390201224845, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["0.0", "0.2", "0.4", "0.6", "0.8", "1.0"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y2", "visible": false, "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": "-"}, "annotations": [{"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 22}, "yref": "paper", "showarrow": false, "text": "E", "xref": "paper", "x": 0.5423611111111111}], "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "width": 1254.640625, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-10, -5, 0, 5, 10], "range": [-10.600000000000001, 10.600000000000001], "domain": [0.09128390201224845, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["-10", "-5", "0", "5", "10"], "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"}, "yaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.25, 0.5, 0.75, 1], "range": [-0.012613719326746486, 1.0294936034755362], "domain": [0.03762029746281716, 0.9401574803149606], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.00", "0.25", "0.50", "0.75", "1.00"], "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"}}}
{"id": "08b21e63-ef97-424d-8892-623d3930d991", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.4888888888888889, "title": {"text": ""}, "len": 0.9025371828521435, "x": 0.9934383202099738}, "name": "N", "yaxis": "y", "legendgroup": "N", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [1, 0.9999728118707296, 0.9998912519180044, 0.9997553334458761, 0.9995650786237456, 0.9973618881616729, 0.9933089908140372, 0.987428978155833, 0.9797545168531915, 0.9710398294167217, 0.9608499216146286, 0.9449628915489492, 0.9266464718042524, 0.909786020941658, 0.8914648401326013, 0.8732058200362499, 0.8538570638705615, 0.8281630797839492, 0.8010771306745211, 0.7757519251793308, 0.7495976204522263, 0.6873519465303654, 0.6394521915134067, 0.577641572800482, 0.5216978830441144, 0.45971605349657685, 0.4125547357724034, 0.38435996659870564, 0.3571186305960228, 0.33694828432552026, 0.3174100074836358, 0.2909828067374145, 0.2659107051228348, 0.24808115875226858, 0.2310373009199906, 0.2126146929486454, 0.19521315726355615, 0.17897897442395239, 0.16372640131624136, 0.14805809919782068, 0.1335254322839083, 0.1231675983064026, 0.11343303505279122, 0.10200782753070085, 0.09150179708872708, 0.0825645701502445, 0.07433934216219423, 0.0665629068190376, 0.059463021557397175, 0.05291457917797413, 0.046976154537507475, 0.03635828314125735, 0.029498220173036275, 0.01789093371601828, 0.01687988414878991], "type": "scatter", "x": [-10, -9.948381467575334, -9.896762935150669, -9.845144402726003, -9.793525870301337, -9.491200841997223, -9.188875813693109, -8.886550785388994, -8.58422575708488, -8.30294264345594, -8.021659529827001, -7.644635313749718, -7.267611097672434, -6.956072734691371, -6.644534371710307, -6.354834580373835, -6.065134789037361, -5.7014620628076464, -5.3377893365779325, -5.01157295255418, -4.685356568530427, -3.9385591921452594, -3.380328168819312, -2.6663400368912327, -2.0146803806620475, -1.273011229541373, -0.6850729393937225, -0.3198541466326109, 0.04536464612850068, 0.3250632104259563, 0.604761774723412, 0.9990966674271207, 1.3934315601308294, 1.6881108253345207, 1.982790090538212, 2.3179066021924046, 2.653023113846597, 2.9849035519406946, 3.316783990034792, 3.681913278854265, 4.047042567673738, 4.325938286787842, 4.604834005901946, 4.956776436058327, 5.308718866214707, 5.634228893083829, 5.959738919952952, 6.295446158471784, 6.631153396990617, 6.9714314413238565, 7.311709485657096, 8.022337707807047, 8.582133471596888, 9.856968466874907, 10]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.4888888888888889, "title": {"text": ""}, "len": 0.9025371828521435, "x": 0.9934383202099738}, "name": "P", "yaxis": "y", "legendgroup": "P", "line": {"color": "rgba(227, 111, 71, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [0.01687988414878991, 0.018356115062842723, 0.029474822729598713, 0.03636735315799036, 0.047712825881770844, 0.05919346527509943, 0.07182255672619606, 0.08080854530644992, 0.09067373283539544, 0.10031274988551309, 0.1107356822170832, 0.12367181676576935, 0.13772669843819674, 0.1489891715863654, 0.16091657707252718, 0.1771628288669454, 0.19454266652812696, 0.2114088917801196, 0.22924014667106746, 0.25070942880263974, 0.27342096494414614, 0.2922944713476771, 0.31192016755201046, 0.3373182388198686, 0.36379270267382974, 0.38475559749182076, 0.40627727825467347, 0.4696126157134344, 0.51898825409113, 0.5764903800782012, 0.633960172915202, 0.6965545239665083, 0.743030242641488, 0.7714127749501674, 0.7988575459371066, 0.82325493698735, 0.846564854673019, 0.8693252433051358, 0.8906467250338878, 0.9106522679086436, 0.928909522147567, 0.945975545974364, 0.9608762264566963, 0.9710160459553863, 0.9796952456426516, 0.9877476399381132, 0.9938039619451621, 0.9978268128797857, 0.9997912664871766, 0.9998825820373877, 0.9999478125366393, 0.999986952878821, 1], "type": "scatter", "x": [-10, -9.793525870301337, -8.58422575708488, -8.021659529827001, -7.267611097672434, -6.644534371710307, -6.065134789037361, -5.7014620628076464, -5.3377893365779325, -5.01157295255418, -4.685356568530427, -4.311957880337843, -3.9385591921452594, -3.6594436804822856, -3.380328168819312, -3.023334102855272, -2.6663400368912327, -2.34051020877664, -2.0146803806620475, -1.6438458051017102, -1.273011229541373, -0.9790420844675477, -0.6850729393937225, -0.3198541466326109, 0.04536464612850068, 0.3250632104259563, 0.604761774723412, 1.3934315601308294, 1.982790090538212, 2.653023113846597, 3.316783990034792, 4.047042567673738, 4.604834005901946, 4.956776436058327, 5.308718866214707, 5.634228893083829, 5.959738919952952, 6.295446158471784, 6.631153396990617, 6.9714314413238565, 7.311709485657096, 7.667023596732072, 8.022337707807047, 8.302235589701969, 8.582133471596888, 8.900842220416394, 9.219550969235897, 9.538259718055402, 9.856968466874907, 9.892726350156181, 9.928484233437453, 9.964242116718726, 10]}], "config": {"showlegend": true, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "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}, "height": 400, "yaxis2": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.2, 0.4, 0.6000000000000001, 0.8, 1], "range": [0, 1], "domain": [0.9500000000000001, 1], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["0.0", "0.2", "0.4", "0.6", "0.8", "1.0"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x2", "visible": false, "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": "-"}, "xaxis2": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.2, 0.4, 0.6000000000000001, 0.8, 1], "range": [0, 1], "domain": [0.09128390201224845, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["0.0", "0.2", "0.4", "0.6", "0.8", "1.0"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y2", "visible": false, "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": "-"}, "annotations": [{"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 22}, "yref": "paper", "showarrow": false, "text": "delE", "xref": "paper", "x": 0.5423611111111111}], "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "width": 1254.640625, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-10, -5, 0, 5, 10], "range": [-10.600000000000001, 10.600000000000001], "domain": [0.09128390201224845, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["-10", "-5", "0", "5", "10"], "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"}, "yaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.25, 0.5, 0.75, 1], "range": [-0.012613719326746486, 1.0294936034755362], "domain": [0.03762029746281716, 0.9401574803149606], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.00", "0.25", "0.50", "0.75", "1.00"], "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"}}}
{"id": "4d6bb495-f3e5-4a18-954a-b89bb070c558", "data": [{"showlegend": false, "xaxis": "x", "colorbar": {"y": 0.5086805555555556, "title": {"text": ""}, "len": 0.8657316272965879, "x": 0.7641960119568387}, "name": "y1", "opacity": null, "colorscale": [[0, "rgba(0, 0, 4, 1.000)"], [0.00392156862745098, "rgba(1, 0, 5, 1.000)"], [0.00784313725490196, "rgba(1, 1, 6, 1.000)"], [0.011764705882352941, "rgba(1, 1, 8, 1.000)"], [0.01568627450980392, "rgba(2, 1, 10, 1.000)"], [0.0196078431372549, "rgba(2, 2, 12, 1.000)"], [0.023529411764705882, "rgba(2, 2, 14, 1.000)"], [0.027450980392156862, "rgba(3, 2, 16, 1.000)"], [0.03137254901960784, "rgba(4, 3, 18, 1.000)"], [0.03529411764705882, "rgba(4, 3, 20, 1.000)"], [0.0392156862745098, "rgba(5, 4, 23, 1.000)"], [0.043137254901960784, "rgba(6, 4, 25, 1.000)"], [0.047058823529411764, "rgba(7, 5, 27, 1.000)"], [0.050980392156862744, "rgba(8, 5, 29, 1.000)"], [0.054901960784313725, "rgba(9, 6, 31, 1.000)"], [0.058823529411764705, "rgba(10, 7, 34, 1.000)"], [0.06274509803921569, "rgba(11, 7, 36, 1.000)"], [0.06666666666666667, "rgba(12, 8, 38, 1.000)"], [0.07058823529411765, "rgba(13, 8, 41, 1.000)"], [0.07450980392156863, "rgba(14, 9, 43, 1.000)"], [0.0784313725490196, "rgba(16, 9, 45, 1.000)"], [0.08235294117647059, "rgba(17, 10, 48, 1.000)"], [0.08627450980392157, "rgba(18, 10, 50, 1.000)"], [0.09019607843137255, "rgba(20, 11, 52, 1.000)"], [0.09411764705882353, "rgba(21, 11, 55, 1.000)"], [0.09803921568627451, "rgba(22, 11, 57, 1.000)"], [0.10196078431372549, "rgba(24, 12, 60, 1.000)"], [0.10588235294117647, "rgba(25, 12, 62, 1.000)"], [0.10980392156862745, "rgba(27, 12, 65, 1.000)"], [0.11372549019607843, "rgba(28, 12, 67, 1.000)"], [0.11764705882352941, "rgba(30, 12, 69, 1.000)"], [0.12156862745098039, "rgba(31, 12, 72, 1.000)"], [0.12549019607843137, "rgba(33, 12, 74, 1.000)"], [0.12941176470588237, "rgba(35, 12, 76, 1.000)"], [0.13333333333333333, "rgba(36, 12, 79, 1.000)"], [0.13725490196078433, "rgba(38, 12, 81, 1.000)"], [0.1411764705882353, "rgba(40, 11, 83, 1.000)"], [0.1450980392156863, "rgba(41, 11, 85, 1.000)"], [0.14901960784313725, "rgba(43, 11, 87, 1.000)"], [0.15294117647058825, "rgba(45, 11, 89, 1.000)"], [0.1568627450980392, "rgba(47, 10, 91, 1.000)"], [0.1607843137254902, "rgba(49, 10, 92, 1.000)"], [0.16470588235294117, "rgba(50, 10, 94, 1.000)"], [0.16862745098039217, "rgba(52, 10, 95, 1.000)"], [0.17254901960784313, "rgba(54, 9, 97, 1.000)"], [0.17647058823529413, "rgba(56, 9, 98, 1.000)"], [0.1803921568627451, "rgba(57, 9, 99, 1.000)"], [0.1843137254901961, "rgba(59, 9, 100, 1.000)"], [0.18823529411764706, "rgba(61, 9, 101, 1.000)"], [0.19215686274509805, "rgba(62, 9, 102, 1.000)"], [0.19607843137254902, "rgba(64, 10, 103, 1.000)"], [0.2, "rgba(66, 10, 104, 1.000)"], [0.20392156862745098, "rgba(68, 10, 104, 1.000)"], [0.20784313725490197, "rgba(69, 10, 105, 1.000)"], [0.21176470588235294, "rgba(71, 11, 106, 1.000)"], [0.21568627450980393, "rgba(73, 11, 106, 1.000)"], [0.2196078431372549, "rgba(74, 12, 107, 1.000)"], [0.2235294117647059, "rgba(76, 12, 107, 1.000)"], [0.22745098039215686, "rgba(77, 13, 108, 1.000)"], [0.23137254901960785, "rgba(79, 13, 108, 1.000)"], [0.23529411764705882, "rgba(81, 14, 108, 1.000)"], [0.23921568627450981, "rgba(82, 14, 109, 1.000)"], [0.24313725490196078, "rgba(84, 15, 109, 1.000)"], [0.24705882352941178, "rgba(85, 15, 109, 1.000)"], [0.25098039215686274, "rgba(87, 16, 110, 1.000)"], [0.2549019607843137, "rgba(89, 16, 110, 1.000)"], [0.25882352941176473, "rgba(90, 17, 110, 1.000)"], [0.2627450980392157, "rgba(92, 18, 110, 1.000)"], [0.26666666666666666, "rgba(93, 18, 110, 1.000)"], [0.27058823529411763, "rgba(95, 19, 110, 1.000)"], [0.27450980392156865, "rgba(97, 19, 110, 1.000)"], [0.2784313725490196, "rgba(98, 20, 110, 1.000)"], [0.2823529411764706, "rgba(100, 21, 110, 1.000)"], [0.28627450980392155, "rgba(101, 21, 110, 1.000)"], [0.2901960784313726, "rgba(103, 22, 110, 1.000)"], [0.29411764705882354, "rgba(105, 22, 110, 1.000)"], [0.2980392156862745, "rgba(106, 23, 110, 1.000)"], [0.30196078431372547, "rgba(108, 24, 110, 1.000)"], [0.3058823529411765, "rgba(109, 24, 110, 1.000)"], [0.30980392156862746, "rgba(111, 25, 110, 1.000)"], [0.3137254901960784, "rgba(113, 25, 110, 1.000)"], [0.3176470588235294, "rgba(114, 26, 110, 1.000)"], [0.3215686274509804, "rgba(116, 26, 110, 1.000)"], [0.3254901960784314, "rgba(117, 27, 110, 1.000)"], [0.32941176470588235, "rgba(119, 28, 109, 1.000)"], [0.3333333333333333, "rgba(120, 28, 109, 1.000)"], [0.33725490196078434, "rgba(122, 29, 109, 1.000)"], [0.3411764705882353, "rgba(124, 29, 109, 1.000)"], [0.34509803921568627, "rgba(125, 30, 109, 1.000)"], [0.34901960784313724, "rgba(127, 30, 108, 1.000)"], [0.35294117647058826, "rgba(128, 31, 108, 1.000)"], [0.3568627450980392, "rgba(130, 32, 108, 1.000)"], [0.3607843137254902, "rgba(132, 32, 107, 1.000)"], [0.36470588235294116, "rgba(133, 33, 107, 1.000)"], [0.3686274509803922, "rgba(135, 33, 107, 1.000)"], [0.37254901960784315, "rgba(136, 34, 106, 1.000)"], [0.3764705882352941, "rgba(138, 34, 106, 1.000)"], [0.3803921568627451, "rgba(140, 35, 105, 1.000)"], [0.3843137254901961, "rgba(141, 35, 105, 1.000)"], [0.38823529411764707, "rgba(143, 36, 105, 1.000)"], [0.39215686274509803, "rgba(144, 37, 104, 1.000)"], [0.396078431372549, "rgba(146, 37, 104, 1.000)"], [0.4, "rgba(147, 38, 103, 1.000)"], [0.403921568627451, "rgba(149, 38, 103, 1.000)"], [0.40784313725490196, "rgba(151, 39, 102, 1.000)"], [0.4117647058823529, "rgba(152, 39, 102, 1.000)"], [0.41568627450980394, "rgba(154, 40, 101, 1.000)"], [0.4196078431372549, "rgba(155, 41, 100, 1.000)"], [0.4235294117647059, "rgba(157, 41, 100, 1.000)"], [0.42745098039215684, "rgba(159, 42, 99, 1.000)"], [0.43137254901960786, "rgba(160, 42, 99, 1.000)"], [0.43529411764705883, "rgba(162, 43, 98, 1.000)"], [0.4392156862745098, "rgba(163, 44, 97, 1.000)"], [0.44313725490196076, "rgba(165, 44, 96, 1.000)"], [0.4470588235294118, "rgba(166, 45, 96, 1.000)"], [0.45098039215686275, "rgba(168, 46, 95, 1.000)"], [0.4549019607843137, "rgba(169, 46, 94, 1.000)"], [0.4588235294117647, "rgba(171, 47, 94, 1.000)"], [0.4627450980392157, "rgba(173, 48, 93, 1.000)"], [0.4666666666666667, "rgba(174, 48, 92, 1.000)"], [0.47058823529411764, "rgba(176, 49, 91, 1.000)"], [0.4745098039215686, "rgba(177, 50, 90, 1.000)"], [0.47843137254901963, "rgba(179, 50, 90, 1.000)"], [0.4823529411764706, "rgba(180, 51, 89, 1.000)"], [0.48627450980392156, "rgba(182, 52, 88, 1.000)"], [0.49019607843137253, "rgba(183, 53, 87, 1.000)"], [0.49411764705882355, "rgba(185, 53, 86, 1.000)"], [0.4980392156862745, "rgba(186, 54, 85, 1.000)"], [0.5019607843137255, "rgba(188, 55, 84, 1.000)"], [0.5058823529411764, "rgba(189, 56, 83, 1.000)"], [0.5098039215686274, "rgba(191, 57, 82, 1.000)"], [0.5137254901960784, "rgba(192, 58, 81, 1.000)"], [0.5176470588235295, "rgba(193, 58, 80, 1.000)"], [0.5215686274509804, "rgba(195, 59, 79, 1.000)"], [0.5254901960784314, "rgba(196, 60, 78, 1.000)"], [0.5294117647058824, "rgba(198, 61, 77, 1.000)"], [0.5333333333333333, "rgba(199, 62, 76, 1.000)"], [0.5372549019607843, "rgba(200, 63, 75, 1.000)"], [0.5411764705882353, "rgba(202, 64, 74, 1.000)"], [0.5450980392156862, "rgba(203, 65, 73, 1.000)"], [0.5490196078431373, "rgba(204, 66, 72, 1.000)"], [0.5529411764705883, "rgba(206, 67, 71, 1.000)"], [0.5568627450980392, "rgba(207, 68, 70, 1.000)"], [0.5607843137254902, "rgba(208, 69, 69, 1.000)"], [0.5647058823529412, "rgba(210, 70, 68, 1.000)"], [0.5686274509803921, "rgba(211, 71, 67, 1.000)"], [0.5725490196078431, "rgba(212, 72, 66, 1.000)"], [0.5764705882352941, "rgba(213, 74, 65, 1.000)"], [0.5803921568627451, "rgba(215, 75, 63, 1.000)"], [0.5843137254901961, "rgba(216, 76, 62, 1.000)"], [0.5882352941176471, "rgba(217, 77, 61, 1.000)"], [0.592156862745098, "rgba(218, 78, 60, 1.000)"], [0.596078431372549, "rgba(219, 80, 59, 1.000)"], [0.6, "rgba(221, 81, 58, 1.000)"], [0.6039215686274509, "rgba(222, 82, 56, 1.000)"], [0.6078431372549019, "rgba(223, 83, 55, 1.000)"], [0.611764705882353, "rgba(224, 85, 54, 1.000)"], [0.615686274509804, "rgba(225, 86, 53, 1.000)"], [0.6196078431372549, "rgba(226, 87, 52, 1.000)"], [0.6235294117647059, "rgba(227, 89, 51, 1.000)"], [0.6274509803921569, "rgba(228, 90, 49, 1.000)"], [0.6313725490196078, "rgba(229, 92, 48, 1.000)"], [0.6352941176470588, "rgba(230, 93, 47, 1.000)"], [0.6392156862745098, "rgba(231, 94, 46, 1.000)"], [0.6431372549019608, "rgba(232, 96, 45, 1.000)"], [0.6470588235294118, "rgba(233, 97, 43, 1.000)"], [0.6509803921568628, "rgba(234, 99, 42, 1.000)"], [0.6549019607843137, "rgba(235, 100, 41, 1.000)"], [0.6588235294117647, "rgba(235, 102, 40, 1.000)"], [0.6627450980392157, "rgba(236, 103, 38, 1.000)"], [0.6666666666666666, "rgba(237, 105, 37, 1.000)"], [0.6705882352941176, "rgba(238, 106, 36, 1.000)"], [0.6745098039215687, "rgba(239, 108, 35, 1.000)"], [0.6784313725490196, "rgba(239, 110, 33, 1.000)"], [0.6823529411764706, "rgba(240, 111, 32, 1.000)"], [0.6862745098039216, "rgba(241, 113, 31, 1.000)"], [0.6901960784313725, "rgba(241, 115, 29, 1.000)"], [0.6941176470588235, "rgba(242, 116, 28, 1.000)"], [0.6980392156862745, "rgba(243, 118, 27, 1.000)"], [0.7019607843137254, "rgba(243, 120, 25, 1.000)"], [0.7058823529411765, "rgba(244, 121, 24, 1.000)"], [0.7098039215686275, "rgba(245, 123, 23, 1.000)"], [0.7137254901960784, "rgba(245, 125, 21, 1.000)"], [0.7176470588235294, "rgba(246, 126, 20, 1.000)"], [0.7215686274509804, "rgba(246, 128, 19, 1.000)"], [0.7254901960784313, "rgba(247, 130, 18, 1.000)"], [0.7294117647058823, "rgba(247, 132, 16, 1.000)"], [0.7333333333333333, "rgba(248, 133, 15, 1.000)"], [0.7372549019607844, "rgba(248, 135, 14, 1.000)"], [0.7411764705882353, "rgba(248, 137, 12, 1.000)"], [0.7450980392156863, "rgba(249, 139, 11, 1.000)"], [0.7490196078431373, "rgba(249, 140, 10, 1.000)"], [0.7529411764705882, "rgba(249, 142, 9, 1.000)"], [0.7568627450980392, "rgba(250, 144, 8, 1.000)"], [0.7607843137254902, "rgba(250, 146, 7, 1.000)"], [0.7647058823529411, "rgba(250, 148, 7, 1.000)"], [0.7686274509803922, "rgba(251, 150, 6, 1.000)"], [0.7725490196078432, "rgba(251, 151, 6, 1.000)"], [0.7764705882352941, "rgba(251, 153, 6, 1.000)"], [0.7803921568627451, "rgba(251, 155, 6, 1.000)"], [0.7843137254901961, "rgba(251, 157, 7, 1.000)"], [0.788235294117647, "rgba(252, 159, 7, 1.000)"], [0.792156862745098, "rgba(252, 161, 8, 1.000)"], [0.796078431372549, "rgba(252, 163, 9, 1.000)"], [0.8, "rgba(252, 165, 10, 1.000)"], [0.803921568627451, "rgba(252, 166, 12, 1.000)"], [0.807843137254902, "rgba(252, 168, 13, 1.000)"], [0.8117647058823529, "rgba(252, 170, 15, 1.000)"], [0.8156862745098039, "rgba(252, 172, 17, 1.000)"], [0.8196078431372549, "rgba(252, 174, 18, 1.000)"], [0.8235294117647058, "rgba(252, 176, 20, 1.000)"], [0.8274509803921568, "rgba(252, 178, 22, 1.000)"], [0.8313725490196079, "rgba(252, 180, 24, 1.000)"], [0.8352941176470589, "rgba(251, 182, 26, 1.000)"], [0.8392156862745098, "rgba(251, 184, 29, 1.000)"], [0.8431372549019608, "rgba(251, 186, 31, 1.000)"], [0.8470588235294118, "rgba(251, 188, 33, 1.000)"], [0.8509803921568627, "rgba(251, 190, 35, 1.000)"], [0.8549019607843137, "rgba(250, 192, 38, 1.000)"], [0.8588235294117647, "rgba(250, 194, 40, 1.000)"], [0.8627450980392157, "rgba(250, 196, 42, 1.000)"], [0.8666666666666667, "rgba(250, 198, 45, 1.000)"], [0.8705882352941177, "rgba(249, 199, 47, 1.000)"], [0.8745098039215686, "rgba(249, 201, 50, 1.000)"], [0.8784313725490196, "rgba(249, 203, 53, 1.000)"], [0.8823529411764706, "rgba(248, 205, 55, 1.000)"], [0.8862745098039215, "rgba(248, 207, 58, 1.000)"], [0.8901960784313725, "rgba(247, 209, 61, 1.000)"], [0.8941176470588236, "rgba(247, 211, 64, 1.000)"], [0.8980392156862745, "rgba(246, 213, 67, 1.000)"], [0.9019607843137255, "rgba(246, 215, 70, 1.000)"], [0.9058823529411765, "rgba(245, 217, 73, 1.000)"], [0.9098039215686274, "rgba(245, 219, 76, 1.000)"], [0.9137254901960784, "rgba(244, 221, 79, 1.000)"], [0.9176470588235294, "rgba(244, 223, 83, 1.000)"], [0.9215686274509803, "rgba(244, 225, 86, 1.000)"], [0.9254901960784314, "rgba(243, 227, 90, 1.000)"], [0.9294117647058824, "rgba(243, 229, 93, 1.000)"], [0.9333333333333333, "rgba(242, 230, 97, 1.000)"], [0.9372549019607843, "rgba(242, 232, 101, 1.000)"], [0.9411764705882353, "rgba(242, 234, 105, 1.000)"], [0.9450980392156862, "rgba(241, 236, 109, 1.000)"], [0.9490196078431372, "rgba(241, 237, 113, 1.000)"], [0.9529411764705882, "rgba(241, 239, 117, 1.000)"], [0.9568627450980393, "rgba(241, 241, 121, 1.000)"], [0.9607843137254902, "rgba(242, 242, 125, 1.000)"], [0.9647058823529412, "rgba(242, 244, 130, 1.000)"], [0.9686274509803922, "rgba(243, 245, 134, 1.000)"], [0.9725490196078431, "rgba(243, 246, 138, 1.000)"], [0.9764705882352941, "rgba(244, 248, 142, 1.000)"], [0.9803921568627451, "rgba(245, 249, 146, 1.000)"], [0.984313725490196, "rgba(246, 250, 150, 1.000)"], [0.9882352941176471, "rgba(248, 251, 154, 1.000)"], [0.9921568627450981, "rgba(249, 252, 157, 1.000)"], [0.996078431372549, "rgba(250, 253, 161, 1.000)"], [1, "rgba(252, 255, 164, 1.000)"]], "yaxis": "y", "zaxis": "z", "zmin": -19.336012663367033, "z": [[-19.336012663367033, -19.262374295141626, -19.17281369211006, -19.064088224116478, -18.932391100065914, -18.77329940356879, -18.581741009030704, -18.351994670404604, -18.077742297887504, -17.752197012450495, -17.368333639941383, -16.919247682720428, -16.398661481561398, -15.801578935637343, -15.12506042816466, -14.369048273626392, -13.537126503914774, -12.637060800161168, -11.680953984898379, -10.684887575368368, -9.668006331683515, -8.651125087998661, -7.655058678468655, -6.698951863205866, -5.798886159452262, -4.966964389740641, -4.21095223520237, -3.53443372772969, -2.937351181805631, -2.4167649806466054, -1.9676790234256498, -1.5838156509165353, -1.258270365479526, -0.984017992962425, -0.7542716543363283, -0.5627132597982402, -0.4036215633011213, -0.2719244392505551, -0.1631989712569681, -0.07363836822540713, 0], [-19.262374295141626, -19.188735926916216, -19.09917532388466, -18.990449855891068, -18.8587527318405, -18.699661035343386, -18.5081026408053, -18.2783563021792, -18.004103929662097, -17.678558644225088, -17.294695271715973, -16.845609314495018, -16.32502311333599, -15.727940567411933, -15.051422059939254, -14.295409905400984, -13.463488135689364, -12.56342243193576, -11.60731561667297, -10.611249207142961, -9.594367963458108, -8.577486719773255, -7.581420310243248, -6.625313494980457, -5.725247791226856, -4.893326021515233, -4.137313866976963, -3.460795359504283, -2.863712813580224, -2.343126612421198, -1.8940406552002427, -1.5101772826911284, -1.1846319972541188, -0.9103796247370178, -0.6806332861109213, -0.48907489157283296, -0.32998319507571416, -0.198286071025148, -0.08956060303156096, 0, 0.07363836822540713], [-19.172813692110065, -19.09917532388466, -19.009614720853097, -18.90088925285951, -18.769192128808946, -18.610100432311825, -18.418542037773737, -18.18879569914764, -17.91454332663054, -17.58899804119353, -17.205134668684416, -16.75604871146346, -16.23546251030443, -15.638379964380373, -14.961861456907695, -14.205849302369424, -13.3739275326578, -12.4738618289042, -11.517755013641409, -10.5216886041114, -9.504807360426549, -8.487926116741695, -7.491859707211686, -6.535752891948897, -5.635687188195293, -4.803765418483673, -4.047753263945402, -3.3712347564727216, -2.774152210548663, -2.253566009389637, -1.804480052168682, -1.4206166796595672, -1.0950713942225578, -0.8208190217054568, -0.5910726830793601, -0.399514288541272, -0.2404225920441531, -0.10872546799358701, 0, 0.08956060303156096, 0.16319897125696814], [-19.064088224116475, -18.990449855891068, -18.900889252859507, -18.79216378486592, -18.660466660815356, -18.501374964318234, -18.309816569780146, -18.08007023115405, -17.80581785863695, -17.480272573199944, -17.09640920069083, -16.647323243469874, -16.126737042310843, -15.529654496386785, -14.853135988914106, -14.097123834375834, -13.265202064664217, -12.365136360910611, -11.409029545647822, -10.412963136117813, -9.39608189243296, -8.379200648748107, -7.3831342392181, -6.427027423955311, -5.526961720201705, -4.695039950490086, -3.939027795951815, -3.262509288479135, -2.665426742555076, -2.14484054139605, -1.6957545841750947, -1.3118912116659802, -0.9863459262289708, -0.7120935537118699, -0.4823472150857732, -0.290788820547685, -0.1316971240505662, 0, 0.10872546799358698, 0.198286071025148, 0.27192443925055504], [-18.932391100065914, -18.8587527318405, -18.769192128808946, -18.660466660815356, -18.528769536764788, -18.369677840267673, -18.178119445729582, -17.948373107103485, -17.67412073458638, -17.348575449149376, -16.96471207664026, -16.515626119419302, -15.995039918260279, -15.397957372336219, -14.721438864863538, -13.96542671032527, -13.133504940613651, -12.233439236860045, -11.277332421597254, -10.281266012067247, -9.264384768382394, -8.247503524697542, -7.251437115167532, -6.2953302999047445, -5.39526459615114, -4.56334282643952, -3.8073306719012483, -3.130812164428568, -2.5337296185045095, -2.013143417345484, -1.5640574601245285, -1.180194087615414, -0.8546488021784044, -0.5803964296613037, -0.35065009103520683, -0.15909169649711896, 0, 0.1316971240505662, 0.2404225920441531, 0.32998319507571416, 0.4036215633011213], [-18.77329940356879, -18.699661035343386, -18.610100432311825, -18.501374964318234, -18.369677840267673, -18.210586143770552, -18.01902774923246, -17.789281410606364, -17.515029038089263, -17.189483752652254, -16.805620380143143, -16.356534422922188, -15.835948221763164, -15.238865675839103, -14.562347168366424, -13.80633501382815, -12.97441324411653, -12.074347540362927, -11.118240725100137, -10.12217431557013, -9.105293071885274, -8.088411828200423, -7.092345418670414, -6.136238603407626, -5.23617289965402, -4.4042511299424, -3.6482389754041304, -2.97172046793145, -2.3746379220073917, -1.8540517208483651, -1.4049657636274102, -1.0211023911182953, -0.6955571056812857, -0.42130473316418476, -0.19155839453808815, 0, 0.15909169649711896, 0.290788820547685, 0.399514288541272, 0.48907489157283296, 0.5627132597982402], [-18.581741009030704, -18.5081026408053, -18.418542037773737, -18.309816569780146, -18.178119445729582, -18.01902774923246, -17.827469354694376, -17.59772301606828, -17.323470643551175, -16.99792535811417, -16.614061985605055, -16.164976028384096, -15.644389827225071, -15.047307281301014, -14.370788773828334, -13.614776619290062, -12.782854849578444, -11.882789145824837, -10.926682330562048, -9.930615921032041, -8.913734677347188, -7.896853433662334, -6.900787024132326, -5.944680208869538, -5.044614505115932, -4.212692735404313, -3.4566805808660424, -2.7801620733933623, -2.1830795274693027, -1.6624933263102766, -1.2134073690893215, -0.829543996580207, -0.5039987111431976, -0.2297463386260966, 0, 0.19155839453808815, 0.35065009103520683, 0.4823472150857732, 0.5910726830793601, 0.6806332861109213, 0.7542716543363283], [-18.351994670404604, -18.2783563021792, -18.18879569914764, -18.08007023115405, -17.948373107103485, -17.789281410606364, -17.59772301606828, -17.367976677442183, -17.093724304925082, -16.76817901948807, -16.384315646978955, -15.935229689758001, -15.414643488598976, -14.817560942674916, -14.141042435202236, -13.385030280663965, -12.553108510952345, -11.653042807198739, -10.696935991935952, -9.700869582405945, -8.683988338721091, -7.667107095036238, -6.671040685506231, -5.714933870243441, -4.814868166489837, -3.982946396778216, -3.226934242239945, -2.5504157347672654, -1.9533331888432062, -1.4327469876841799, -0.9836610304632248, -0.5997976579541104, -0.2742523725171012, 0, 0.2297463386260966, 0.42130473316418476, 0.5803964296613037, 0.7120935537118699, 0.8208190217054568, 0.9103796247370178, 0.984017992962425], [-18.077742297887504, -18.004103929662097, -17.91454332663054, -17.80581785863695, -17.67412073458638, -17.515029038089263, -17.323470643551175, -17.093724304925082, -16.819471932407982, -16.49392664697097, -16.110063274461858, -15.660977317240901, -15.140391116081874, -14.543308570157814, -13.866790062685135, -13.110777908146867, -12.278856138435243, -11.378790434681642, -10.42268361941885, -9.426617209888844, -8.40973596620399, -7.392854722519137, -6.396788312989127, -5.440681497726339, -4.540615793972735, -3.708694024261115, -2.952681869722844, -2.2761633622501636, -1.679080816326105, -1.1584946151670792, -0.7094086579461241, -0.32554528543700967, 0, 0.2742523725171012, 0.5039987111431976, 0.6955571056812857, 0.8546488021784044, 0.9863459262289708, 1.0950713942225578, 1.1846319972541188, 1.258270365479526], [-17.752197012450495, -17.678558644225088, -17.58899804119353, -17.480272573199944, -17.348575449149376, -17.189483752652254, -16.99792535811417, -16.76817901948807, -16.49392664697097, -16.168381361533964, -15.784517989024845, -15.33543203180389, -14.814845830644865, -14.217763284720808, -13.541244777248126, -12.785232622709854, -11.953310852998237, -11.053245149244631, -10.097138333981842, -9.101071924451833, -8.08419068076698, -7.0673094370821286, -6.07124302755212, -5.115136212289331, -4.2150705085357245, -3.3831487388241053, -2.627136584285835, -1.950618076813155, -1.3535355308890955, -0.8329493297300696, -0.38386337250911406, 0, 0.32554528543700967, 0.5997976579541104, 0.829543996580207, 1.0211023911182953, 1.180194087615414, 1.3118912116659802, 1.4206166796595672, 1.5101772826911284, 1.5838156509165353], [-17.368333639941383, -17.294695271715973, -17.205134668684416, -17.09640920069083, -16.96471207664026, -16.805620380143143, -16.614061985605055, -16.384315646978955, -16.110063274461858, -15.784517989024845, -15.400654616515729, -14.951568659294779, -14.43098245813575, -13.833899912211692, -13.157381404739011, -12.40136925020074, -11.569447480489119, -10.669381776735516, -9.713274961472727, -8.71720855194272, -7.700327308257866, -6.683446064573012, -5.687379655043005, -4.731272839780215, -3.8312071360266104, -2.9992853663149908, -2.2432732117767205, -1.5667547043040404, -0.969672158379981, -0.44908595722095507, 0, 0.38386337250911406, 0.7094086579461241, 0.9836610304632248, 1.2134073690893217, 1.4049657636274102, 1.5640574601245285, 1.6957545841750947, 1.804480052168682, 1.8940406552002427, 1.9676790234256498], [-16.919247682720428, -16.845609314495018, -16.75604871146346, -16.647323243469874, -16.515626119419302, -16.356534422922188, -16.164976028384096, -15.935229689758001, -15.660977317240901, -15.33543203180389, -14.951568659294779, -14.502482702073822, -13.981896500914797, -13.38481395499074, -12.708295447518056, -11.95228329297979, -11.120361523268167, -10.220295819514561, -9.264189004251772, -8.268122594721765, -7.251241351036911, -6.2343601073520585, -5.23829369782205, -4.282186882559261, -3.382121178805656, -2.5501994090940365, -1.7941872545557647, -1.117668747083085, -0.5205862011590259, 0, 0.44908595722095507, 0.8329493297300696, 1.1584946151670792, 1.4327469876841799, 1.6624933263102766, 1.8540517208483651, 2.013143417345484, 2.14484054139605, 2.253566009389637, 2.343126612421198, 2.4167649806466054], [-16.398661481561398, -16.32502311333599, -16.23546251030443, -16.126737042310843, -15.995039918260279, -15.835948221763163, -15.644389827225071, -15.414643488598976, -15.140391116081874, -14.814845830644865, -14.43098245813575, -13.981896500914797, -13.461310299755768, -12.86422775383171, -12.187709246359033, -11.431697091820759, -10.599775322109139, -9.699709618355536, -8.743602803092747, -7.747536393562738, -6.730655149877886, -5.713773906193032, -4.717707496663023, -3.7616006814002345, -2.86153497764663, -2.02961320793501, -1.273601053396739, -0.5970825459240592, 0, 0.5205862011590259, 0.969672158379981, 1.3535355308890955, 1.679080816326105, 1.9533331888432062, 2.1830795274693027, 2.3746379220073917, 2.5337296185045095, 2.665426742555076, 2.774152210548663, 2.8637128135802246, 2.937351181805631], [-15.801578935637343, -15.727940567411933, -15.638379964380373, -15.529654496386785, -15.397957372336219, -15.238865675839103, -15.047307281301014, -14.817560942674916, -14.543308570157814, -14.217763284720808, -13.833899912211692, -13.384813954990737, -12.864227753831713, -12.267145207907651, -11.59062670043497, -10.834614545896702, -10.00269277618508, -9.102627072431476, -8.146520257168687, -7.150453847638679, -6.133572603953826, -5.116691360268971, -4.120624950738965, -3.1645181354761753, -2.2644524317225705, -1.4325306620109508, -0.6765185074726796, 0, 0.5970825459240593, 1.1176687470830848, 1.5667547043040404, 1.950618076813155, 2.2761633622501636, 2.5504157347672654, 2.7801620733933623, 2.97172046793145, 3.1308121644285682, 3.262509288479135, 3.3712347564727216, 3.460795359504283, 3.53443372772969], [-15.12506042816466, -15.051422059939254, -14.961861456907695, -14.853135988914106, -14.721438864863538, -14.562347168366424, -14.370788773828334, -14.141042435202237, -13.866790062685133, -13.541244777248126, -13.157381404739011, -12.708295447518056, -12.187709246359033, -11.590626700434973, -10.91410819296229, -10.15809603842402, -9.326174268712402, -8.426108564958799, -7.470001749696008, -6.4739353401659985, -5.457054096481146, -4.440172852796292, -3.4441064432662842, -2.4879996280034957, -1.58793392424989, -0.7560121545382709, 0, 0.6765185074726797, 1.2736010533967392, 1.7941872545557647, 2.2432732117767205, 2.627136584285835, 2.9526818697228436, 3.2269342422399454, 3.4566805808660424, 3.6482389754041304, 3.8073306719012483, 3.939027795951815, 4.047753263945402, 4.137313866976963, 4.21095223520237], [-14.369048273626392, -14.295409905400986, -14.205849302369424, -14.097123834375834, -13.96542671032527, -13.80633501382815, -13.614776619290062, -13.385030280663965, -13.110777908146867, -12.785232622709854, -12.40136925020074, -11.952283292979788, -11.431697091820759, -10.834614545896702, -10.15809603842402, -9.40208388388575, -8.57016211417413, -7.670096410420524, -6.713989595157735, -5.717923185627728, -4.701041941942875, -3.684160698258021, -2.6880942887280135, -1.7319874734652243, -0.8319217697116197, 0, 0.7560121545382709, 1.432530662010951, 2.02961320793501, 2.5501994090940365, 2.9992853663149908, 3.3831487388241053, 3.7086940242611153, 3.982946396778216, 4.212692735404313, 4.4042511299424, 4.56334282643952, 4.695039950490086, 4.803765418483673, 4.893326021515234, 4.966964389740641], [-13.537126503914774, -13.463488135689364, -13.3739275326578, -13.265202064664217, -13.133504940613651, -12.97441324411653, -12.782854849578444, -12.553108510952343, -12.278856138435245, -11.953310852998237, -11.56944748048912, -11.120361523268166, -10.59977532210914, -10.00269277618508, -9.326174268712402, -8.57016211417413, -7.7382403444625085, -6.838174640708907, -5.882067825446116, -4.886001415916108, -3.8691201722312547, -2.8522389285464014, -1.8561725190163934, -0.9000657037536041, 0, 0.8319217697116197, 1.58793392424989, 2.2644524317225705, 2.8615349776466306, 3.3821211788056553, 3.8312071360266113, 4.2150705085357245, 4.540615793972735, 4.814868166489836, 5.044614505115932, 5.2361728996540196, 5.39526459615114, 5.526961720201705, 5.635687188195293, 5.725247791226856, 5.798886159452262], [-12.637060800161168, -12.563422431935761, -12.4738618289042, -12.365136360910611, -12.233439236860047, -12.074347540362927, -11.882789145824837, -11.653042807198739, -11.378790434681642, -11.053245149244631, -10.669381776735516, -10.220295819514561, -9.699709618355536, -9.102627072431476, -8.426108564958799, -7.670096410420524, -6.838174640708905, -5.9381089369553, -4.9820021216925126, -3.985935712162504, -2.96905446847765, -1.9521732247927974, -0.9561068152627892, 0, 0.9000657037536041, 1.7319874734652243, 2.4879996280034953, 3.1645181354761753, 3.7616006814002345, 4.282186882559261, 4.731272839780216, 5.11513621228933, 5.44068149772634, 5.714933870243441, 5.944680208869538, 6.136238603407625, 6.2953302999047445, 6.42702742395531, 6.5357528919488965, 6.625313494980458, 6.698951863205866], [-11.680953984898377, -11.60731561667297, -11.517755013641409, -11.409029545647824, -11.277332421597256, -11.118240725100137, -10.92668233056205, -10.696935991935952, -10.42268361941885, -10.09713833398184, -9.713274961472727, -9.264189004251772, -8.743602803092747, -8.146520257168685, -7.470001749696008, -6.713989595157735, -5.882067825446116, -4.9820021216925126, -4.025895306429723, -3.0298288968997147, -2.0129476532148614, -0.9960664095300075, 0, 0.9561068152627892, 1.8561725190163934, 2.6880942887280135, 3.4441064432662842, 4.120624950738965, 4.717707496663023, 5.238293697822049, 5.687379655043006, 6.07124302755212, 6.396788312989128, 6.671040685506229, 6.900787024132327, 7.092345418670415, 7.2514371151675325, 7.3831342392181, 7.491859707211686, 7.581420310243248, 7.655058678468654], [-10.68488757536837, -10.611249207142963, -10.5216886041114, -10.412963136117813, -10.281266012067247, -10.12217431557013, -9.930615921032041, -9.700869582405945, -9.426617209888844, -9.101071924451833, -8.71720855194272, -8.268122594721765, -7.747536393562738, -7.150453847638679, -6.4739353401659985, -5.717923185627728, -4.886001415916108, -3.985935712162504, -3.0298288968997147, -2.033762487369707, -1.016881243684854, 0, 0.9960664095300077, 1.9521732247927974, 2.852238928546401, 3.684160698258021, 4.440172852796292, 5.116691360268972, 5.713773906193032, 6.234360107352057, 6.683446064573012, 7.0673094370821286, 7.392854722519137, 7.667107095036238, 7.896853433662332, 8.088411828200423, 8.247503524697542, 8.379200648748109, 8.487926116741695, 8.577486719773255, 8.651125087998663], [-9.668006331683515, -9.594367963458108, -9.504807360426549, -9.39608189243296, -9.264384768382394, -9.105293071885274, -8.913734677347188, -8.683988338721091, -8.40973596620399, -8.08419068076698, -7.700327308257866, -7.251241351036911, -6.730655149877885, -6.133572603953826, -5.457054096481146, -4.701041941942875, -3.8691201722312547, -2.96905446847765, -2.0129476532148614, -1.016881243684854, 0, 1.016881243684854, 2.0129476532148614, 2.96905446847765, 3.8691201722312547, 4.701041941942875, 5.457054096481146, 6.133572603953826, 6.730655149877885, 7.25124135103691, 7.700327308257866, 8.08419068076698, 8.40973596620399, 8.683988338721091, 8.913734677347188, 9.105293071885274, 9.264384768382394, 9.39608189243296, 9.504807360426549, 9.594367963458108, 9.668006331683515], [-8.651125087998663, -8.577486719773255, -8.487926116741695, -8.379200648748107, -8.247503524697542, -8.088411828200423, -7.896853433662334, -7.667107095036238, -7.392854722519137, -7.0673094370821286, -6.683446064573014, -6.234360107352057, -5.713773906193032, -5.116691360268971, -4.440172852796292, -3.684160698258021, -2.852238928546401, -1.9521732247927974, -0.9960664095300077, 0, 1.016881243684854, 2.033762487369707, 3.0298288968997147, 3.985935712162504, 4.886001415916108, 5.717923185627728, 6.4739353401659985, 7.15045384763868, 7.747536393562738, 8.268122594721765, 8.71720855194272, 9.101071924451833, 9.426617209888844, 9.700869582405943, 9.930615921032041, 10.12217431557013, 10.281266012067247, 10.412963136117815, 10.5216886041114, 10.611249207142961, 10.68488757536837], [-7.655058678468655, -7.581420310243247, -7.491859707211686, -7.3831342392181, -7.251437115167532, -7.092345418670415, -6.900787024132327, -6.671040685506231, -6.396788312989127, -6.07124302755212, -5.687379655043005, -5.238293697822049, -4.717707496663023, -4.120624950738965, -3.4441064432662842, -2.6880942887280135, -1.8561725190163934, -0.9561068152627892, 0, 0.9960664095300077, 2.0129476532148614, 3.0298288968997147, 4.025895306429723, 4.9820021216925126, 5.882067825446116, 6.713989595157735, 7.470001749696008, 8.146520257168687, 8.743602803092747, 9.264189004251772, 9.71327496147273, 10.097138333981842, 10.42268361941885, 10.696935991935952, 10.92668233056205, 11.118240725100138, 11.277332421597256, 11.409029545647822, 11.517755013641409, 11.60731561667297, 11.680953984898377], [-6.698951863205864, -6.625313494980457, -6.5357528919488965, -6.42702742395531, -6.295330299904745, -6.136238603407625, -5.944680208869538, -5.714933870243442, -5.440681497726339, -5.11513621228933, -4.731272839780216, -4.282186882559261, -3.7616006814002345, -3.1645181354761753, -2.4879996280034957, -1.7319874734652243, -0.9000657037536041, 0, 0.9561068152627892, 1.9521732247927974, 2.96905446847765, 3.985935712162504, 4.982002121692513, 5.9381089369553, 6.838174640708905, 7.670096410420524, 8.426108564958797, 9.102627072431476, 9.699709618355536, 10.220295819514561, 10.669381776735516, 11.05324514924463, 11.378790434681642, 11.653042807198739, 11.882789145824837, 12.074347540362925, 12.233439236860045, 12.36513636091061, 12.473861828904198, 12.563422431935761, 12.637060800161168], [-5.798886159452262, -5.725247791226855, -5.635687188195293, -5.526961720201705, -5.39526459615114, -5.23617289965402, -5.044614505115932, -4.814868166489837, -4.540615793972735, -4.2150705085357245, -3.8312071360266104, -3.382121178805656, -2.8615349776466306, -2.2644524317225705, -1.58793392424989, -0.8319217697116199, 0, 0.9000657037536043, 1.8561725190163934, 2.852238928546401, 3.8691201722312547, 4.886001415916108, 5.882067825446116, 6.838174640708905, 7.73824034446251, 8.57016211417413, 9.3261742687124, 10.00269277618508, 10.59977532210914, 11.120361523268167, 11.569447480489119, 11.953310852998237, 12.278856138435243, 12.553108510952345, 12.782854849578444, 12.97441324411653, 13.133504940613651, 13.265202064664217, 13.3739275326578, 13.463488135689362, 13.537126503914774], [-4.966964389740641, -4.893326021515233, -4.803765418483673, -4.695039950490086, -4.56334282643952, -4.404251129942401, -4.212692735404313, -3.9829463967782166, -3.7086940242611153, -3.3831487388241053, -2.9992853663149908, -2.550199409094036, -2.02961320793501, -1.4325306620109508, -0.7560121545382709, 0, 0.8319217697116199, 1.7319874734652243, 2.6880942887280135, 3.6841606982580206, 4.701041941942875, 5.717923185627728, 6.713989595157735, 7.670096410420524, 8.57016211417413, 9.402083883885751, 10.15809603842402, 10.834614545896702, 11.431697091820759, 11.952283292979788, 12.40136925020074, 12.785232622709854, 13.110777908146867, 13.385030280663965, 13.614776619290062, 13.806335013828152, 13.96542671032527, 14.097123834375834, 14.205849302369424, 14.295409905400986, 14.369048273626392], [-4.21095223520237, -4.137313866976963, -4.047753263945402, -3.9390277959518154, -3.8073306719012483, -3.6482389754041304, -3.4566805808660424, -3.226934242239945, -2.952681869722844, -2.627136584285835, -2.2432732117767205, -1.7941872545557647, -1.273601053396739, -0.6765185074726796, 0, 0.7560121545382709, 1.58793392424989, 2.4879996280034957, 3.4441064432662842, 4.440172852796292, 5.457054096481146, 6.4739353401659985, 7.470001749696008, 8.426108564958799, 9.3261742687124, 10.15809603842402, 10.91410819296229, 11.59062670043497, 12.187709246359033, 12.708295447518058, 13.15738140473901, 13.541244777248126, 13.866790062685135, 14.141042435202236, 14.370788773828334, 14.562347168366424, 14.721438864863538, 14.853135988914106, 14.961861456907695, 15.051422059939254, 15.12506042816466], [-3.53443372772969, -3.460795359504283, -3.3712347564727216, -3.262509288479135, -3.130812164428568, -2.97172046793145, -2.7801620733933623, -2.5504157347672654, -2.2761633622501636, -1.950618076813155, -1.5667547043040404, -1.117668747083085, -0.5970825459240592, 0, 0.6765185074726797, 1.432530662010951, 2.2644524317225705, 3.1645181354761753, 4.120624950738965, 5.116691360268972, 6.133572603953826, 7.15045384763868, 8.146520257168687, 9.102627072431476, 10.00269277618508, 10.834614545896699, 11.59062670043497, 12.267145207907651, 12.86422775383171, 13.384813954990737, 13.833899912211692, 14.217763284720808, 14.543308570157814, 14.817560942674916, 15.047307281301014, 15.238865675839103, 15.39795737233622, 15.529654496386787, 15.638379964380373, 15.727940567411933, 15.801578935637341], [-2.937351181805631, -2.8637128135802246, -2.774152210548663, -2.665426742555076, -2.5337296185045095, -2.374637922007391, -2.183079527469303, -1.9533331888432062, -1.679080816326105, -1.3535355308890955, -0.969672158379981, -0.5205862011590259, 0, 0.5970825459240592, 1.2736010533967392, 2.02961320793501, 2.8615349776466306, 3.7616006814002345, 4.717707496663023, 5.713773906193032, 6.730655149877885, 7.747536393562738, 8.743602803092747, 9.699709618355536, 10.59977532210914, 11.431697091820759, 12.187709246359033, 12.86422775383171, 13.461310299755768, 13.981896500914797, 14.43098245813575, 14.814845830644865, 15.140391116081878, 15.414643488598976, 15.644389827225071, 15.835948221763163, 15.995039918260279, 16.126737042310843, 16.23546251030443, 16.32502311333599, 16.398661481561398], [-2.4167649806466054, -2.343126612421198, -2.253566009389637, -2.14484054139605, -2.013143417345484, -1.854051720848365, -1.6624933263102768, -1.4327469876841799, -1.1584946151670792, -0.8329493297300696, -0.44908595722095507, 0, 0.5205862011590259, 1.1176687470830848, 1.7941872545557647, 2.5501994090940356, 3.3821211788056553, 4.282186882559261, 5.238293697822049, 6.2343601073520585, 7.25124135103691, 8.268122594721765, 9.264189004251772, 10.220295819514561, 11.120361523268167, 11.952283292979788, 12.708295447518058, 13.384813954990737, 13.981896500914797, 14.502482702073822, 14.951568659294777, 15.335432031803894, 15.660977317240901, 15.935229689758005, 16.164976028384096, 16.356534422922188, 16.515626119419302, 16.647323243469874, 16.75604871146346, 16.845609314495018, 16.919247682720428], [-1.9676790234256498, -1.8940406552002427, -1.804480052168682, -1.6957545841750947, -1.5640574601245285, -1.4049657636274102, -1.2134073690893215, -0.9836610304632248, -0.7094086579461241, -0.38386337250911406, 0, 0.44908595722095496, 0.969672158379981, 1.5667547043040404, 2.2432732117767205, 2.9992853663149908, 3.8312071360266113, 4.731272839780216, 5.687379655043006, 6.683446064573012, 7.700327308257866, 8.71720855194272, 9.71327496147273, 10.669381776735516, 11.569447480489119, 12.40136925020074, 13.15738140473901, 13.833899912211692, 14.43098245813575, 14.951568659294777, 15.400654616515732, 15.784517989024845, 16.110063274461858, 16.384315646978955, 16.614061985605055, 16.805620380143143, 16.96471207664026, 17.09640920069083, 17.205134668684416, 17.294695271715973, 17.368333639941383], [-1.5838156509165353, -1.5101772826911284, -1.4206166796595672, -1.3118912116659802, -1.180194087615414, -1.0211023911182953, -0.829543996580207, -0.5997976579541104, -0.32554528543700967, 0, 0.3838633725091141, 0.8329493297300697, 1.3535355308890955, 1.950618076813155, 2.627136584285835, 3.3831487388241053, 4.2150705085357245, 5.115136212289331, 6.07124302755212, 7.0673094370821286, 8.08419068076698, 9.101071924451833, 10.097138333981842, 11.05324514924463, 11.953310852998237, 12.785232622709854, 13.541244777248126, 14.217763284720808, 14.814845830644865, 15.335432031803894, 15.784517989024845, 16.16838136153396, 16.493926646970973, 16.76817901948807, 16.99792535811417, 17.189483752652254, 17.348575449149376, 17.480272573199944, 17.58899804119353, 17.678558644225088, 17.752197012450495], [-1.258270365479526, -1.1846319972541188, -1.0950713942225578, -0.9863459262289708, -0.8546488021784044, -0.6955571056812857, -0.5039987111431976, -0.2742523725171012, 0, 0.32554528543700967, 0.7094086579461241, 1.1584946151670792, 1.679080816326105, 2.2761633622501636, 2.9526818697228436, 3.7086940242611153, 4.540615793972735, 5.440681497726339, 6.396788312989128, 7.392854722519138, 8.40973596620399, 9.426617209888846, 10.422683619418851, 11.378790434681642, 12.278856138435243, 13.110777908146867, 13.866790062685135, 14.543308570157814, 15.140391116081878, 15.660977317240901, 16.110063274461854, 16.493926646970973, 16.819471932407982, 17.09372430492508, 17.323470643551175, 17.515029038089263, 17.67412073458638, 17.80581785863695, 17.91454332663054, 18.004103929662097, 18.077742297887504], [-0.9840179929624251, -0.9103796247370178, -0.8208190217054567, -0.7120935537118699, -0.5803964296613037, -0.42130473316418476, -0.2297463386260966, 0, 0.27425237251710116, 0.5997976579541104, 0.9836610304632248, 1.43274698768418, 1.953333188843206, 2.5504157347672654, 3.226934242239945, 3.982946396778216, 4.814868166489836, 5.714933870243441, 6.671040685506229, 7.667107095036238, 8.683988338721091, 9.700869582405943, 10.696935991935952, 11.653042807198739, 12.553108510952343, 13.385030280663965, 14.141042435202236, 14.817560942674916, 15.414643488598976, 15.935229689758005, 16.384315646978955, 16.76817901948807, 17.09372430492508, 17.367976677442183, 17.59772301606828, 17.789281410606364, 17.948373107103485, 18.08007023115405, 18.188795699147636, 18.2783563021792, 18.351994670404604], [-0.7542716543363283, -0.6806332861109213, -0.5910726830793601, -0.48234721508577316, -0.35065009103520683, -0.19155839453808815, 0, 0.22974633862609664, 0.5039987111431976, 0.829543996580207, 1.2134073690893215, 1.6624933263102766, 2.1830795274693027, 2.780162073393362, 3.4566805808660424, 4.212692735404313, 5.044614505115932, 5.944680208869538, 6.900787024132327, 7.896853433662334, 8.913734677347188, 9.930615921032041, 10.92668233056205, 11.882789145824837, 12.782854849578444, 13.614776619290062, 14.370788773828334, 15.047307281301014, 15.644389827225071, 16.164976028384096, 16.614061985605055, 16.99792535811417, 17.323470643551175, 17.59772301606828, 17.827469354694376, 18.01902774923246, 18.178119445729582, 18.309816569780146, 18.418542037773737, 18.5081026408053, 18.581741009030704], [-0.5627132597982402, -0.48907489157283296, -0.399514288541272, -0.290788820547685, -0.15909169649711896, 0, 0.19155839453808815, 0.42130473316418476, 0.6955571056812857, 1.0211023911182955, 1.40496576362741, 1.8540517208483651, 2.3746379220073908, 2.97172046793145, 3.6482389754041304, 4.404251129942401, 5.236172899654021, 6.136238603407625, 7.092345418670415, 8.088411828200424, 9.105293071885274, 10.12217431557013, 11.118240725100137, 12.074347540362925, 12.97441324411653, 13.806335013828152, 14.562347168366424, 15.238865675839103, 15.835948221763163, 16.356534422922188, 16.805620380143143, 17.189483752652254, 17.515029038089263, 17.789281410606364, 18.01902774923246, 18.210586143770552, 18.36967784026767, 18.501374964318234, 18.610100432311825, 18.699661035343386, 18.773299403568792], [-0.4036215633011213, -0.32998319507571416, -0.2404225920441531, -0.1316971240505662, 0, 0.15909169649711896, 0.35065009103520683, 0.5803964296613037, 0.8546488021784044, 1.180194087615414, 1.5640574601245285, 2.013143417345484, 2.5337296185045095, 3.1308121644285682, 3.807330671901249, 4.56334282643952, 5.39526459615114, 6.2953302999047445, 7.2514371151675325, 8.247503524697542, 9.264384768382394, 10.281266012067247, 11.277332421597256, 12.233439236860045, 13.133504940613651, 13.96542671032527, 14.721438864863538, 15.39795737233622, 15.995039918260279, 16.515626119419302, 16.96471207664026, 17.348575449149376, 17.67412073458638, 17.948373107103485, 18.178119445729582, 18.36967784026767, 18.52876953676479, 18.660466660815356, 18.769192128808946, 18.8587527318405, 18.932391100065914], [-0.2719244392505551, -0.198286071025148, -0.10872546799358698, 0, 0.1316971240505662, 0.290788820547685, 0.4823472150857732, 0.7120935537118699, 0.9863459262289708, 1.3118912116659802, 1.6957545841750947, 2.1448405413960496, 2.665426742555076, 3.2625092884791353, 3.939027795951815, 4.695039950490086, 5.526961720201705, 6.42702742395531, 7.3831342392181, 8.379200648748109, 9.39608189243296, 10.412963136117815, 11.409029545647822, 12.36513636091061, 13.265202064664217, 14.097123834375834, 14.853135988914106, 15.529654496386787, 16.126737042310843, 16.647323243469874, 17.09640920069083, 17.480272573199944, 17.80581785863695, 18.08007023115405, 18.309816569780146, 18.501374964318234, 18.660466660815356, 18.79216378486592, 18.900889252859507, 18.990449855891068, 19.064088224116475], [-0.16319897125696814, -0.08956060303156096, 0, 0.10872546799358698, 0.24042259204415303, 0.399514288541272, 0.5910726830793601, 0.8208190217054568, 1.0950713942225578, 1.4206166796595672, 1.804480052168682, 2.253566009389637, 2.774152210548663, 3.3712347564727216, 4.047753263945402, 4.803765418483673, 5.635687188195294, 6.5357528919488965, 7.491859707211686, 8.487926116741695, 9.504807360426549, 10.5216886041114, 11.517755013641409, 12.473861828904198, 13.3739275326578, 14.205849302369424, 14.961861456907695, 15.638379964380373, 16.23546251030443, 16.75604871146346, 17.205134668684416, 17.58899804119353, 17.91454332663054, 18.188795699147636, 18.418542037773737, 18.610100432311825, 18.769192128808946, 18.900889252859507, 19.009614720853094, 19.09917532388466, 19.172813692110065], [-0.07363836822540713, 0, 0.08956060303156096, 0.198286071025148, 0.32998319507571416, 0.48907489157283296, 0.6806332861109212, 0.9103796247370178, 1.1846319972541188, 1.5101772826911284, 1.8940406552002427, 2.343126612421198, 2.8637128135802246, 3.460795359504283, 4.137313866976963, 4.893326021515234, 5.725247791226855, 6.625313494980458, 7.581420310243248, 8.577486719773255, 9.594367963458108, 10.611249207142961, 11.60731561667297, 12.563422431935761, 13.463488135689362, 14.295409905400986, 15.051422059939254, 15.727940567411933, 16.32502311333599, 16.845609314495018, 17.294695271715973, 17.678558644225088, 18.004103929662097, 18.2783563021792, 18.5081026408053, 18.699661035343386, 18.8587527318405, 18.990449855891068, 19.09917532388466, 19.188735926916216, 19.262374295141626], [0, 0.07363836822540713, 0.16319897125696814, 0.27192443925055504, 0.4036215633011213, 0.5627132597982402, 0.7542716543363281, 0.984017992962425, 1.258270365479526, 1.5838156509165353, 1.96767902342565, 2.4167649806466054, 2.937351181805631, 3.53443372772969, 4.21095223520237, 4.966964389740641, 5.798886159452262, 6.698951863205866, 7.655058678468654, 8.651125087998663, 9.668006331683515, 10.68488757536837, 11.680953984898377, 12.637060800161168, 13.537126503914774, 14.369048273626392, 15.12506042816466, 15.801578935637341, 16.398661481561398, 16.919247682720428, 17.368333639941383, 17.752197012450495, 18.077742297887504, 18.351994670404604, 18.581741009030704, 18.77329940356879, 18.932391100065914, 19.064088224116475, 19.172813692110065, 19.262374295141626, 19.33601266336703]], "zmax": 19.33601266336703, "y": [-10, -9.5, -9, -8.5, -8, -7.5, -7, -6.5, -6, -5.5, -5, -4.5, -4, -3.5, -3, -2.5, -2, -1.5, -1, -0.5, 0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10], "type": "surface", "scene": "scene", "showscale": true, "x": [-10, -9.5, -9, -8.5, -8, -7.5, -7, -6.5, -6, -5.5, -5, -4.5, -4, -3.5, -3, -2.5, -2, -1.5, -1, -0.5, 0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10], "cmin": -19.336012663367033, "cmax": 19.33601266336703}], "config": {"showlegend": true, "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": "Поверхность отклика", "xref": "paper", "x": 0.5349537037037038}], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "scene": {"camera": {"up": {"x": 0, "y": 0, "z": 1}, "center": {"x": 0, "y": 0, "z": 0}, "eye": {"x": 2.4881047248716843, "y": -4.309523798029941, "z": 2.873015865353295}, "projection": {"type": "perspective"}}, "xaxis": {"tickangle": 0, "showline": true, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": true, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [-10, 10], "tickmode": "array", "tickvals": [-10, -5, 0, 5, 10], "tickcolor": "rgb(0, 0, 0)", "ticktext": ["-10", "-5", "0", "5", "10"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "ΔE", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "domain": {"y": [0.07581474190726165, 0.9415463692038496], "x": [0.07646908719743364, 0.7641960119568387]}, "yaxis": {"tickangle": 0, "showline": true, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": true, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [-10, 10], "tickmode": "array", "tickvals": [-10, -5, 0, 5, 10], "tickcolor": "rgb(0, 0, 0)", "ticktext": ["-10", "-5", "0", "5", "10"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "E", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "zaxis": {"tickangle": 0, "showline": true, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": true, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [-19.336012663367033, 19.33601266336703], "tickmode": "array", "tickvals": [-15, -10, -5, 0, 5, 10, 15], "tickcolor": "rgb(0, 0, 0)", "ticktext": ["-15", "-10", "-5", "0", "5", "10", "15"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "U", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "aspectratio": {"x": 0.8026835438060772, "y": 0.8026835438060772, "z": 1.5520699167710634}, "aspectmode": "auto"}, "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": 1254.640625}}
{"id": "c3b06c55-a9da-435e-ab66-83c6e21b4cf6", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.513888888888889, "title": {"text": ""}, "len": 0.9525371828521435, "x": 0.9934383202099738}, "name": "выход", "yaxis": "y", "legendgroup": "выход", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [1.977897155647548e-05, 8.599799547014735e-05, 4.477861440529329e-05, -3.12757117862314e-05, -0.00011514304192827227, -0.0001828832727419248, -0.00022146609407361988, -0.0002266007801896451, -0.0002010770910299951, -0.00015240048373332433, -9.041820062999081e-05, -0.0021095305935807775, 0.0001583967284167222, 0.026090708614200105, 0.0799180454794465, 0.15853065995272697, 0.2543425487469356, 0.3589954104474872, 0.4656597215532863, 0.5696243393356952, 0.6678556840475406, 0.7583431466260251, 0.8395782323611681, 0.910265307236471, 0.9692671913992854, 1.0157306359290943, 1.0493016843908247, 1.070339870916071, 1.080019545512734, 1.0802646326171172, 1.073532388766417, 1.0624799284574225, 1.0496130852016516, 1.0370058264860114, 1.0261395392924577, 1.0178629920314786, 1.0124522197335801, 1.009718803667551, 1.0091498667135332, 1.0100595353420865, 1.0117286542778712, 1.0135145943846575, 1.0149237468342924, 1.015645675519975, 1.015553423764283, 1.0146780170883, 1.0131668373775842, 1.0112354705795037, 1.0091212593956107, 1.007044615646544, 1.0051816492834034, 1.0036492717030754, 1.0025019351074138, 1.0017377575801507, 1.001311012549193, 1.001147787033068, 1.001161920242371, 1.0012689674107542, 1.001396730041965, 1.0014917050994039, 1.0015215170379719, 1.0014739332838427, 1.0013533928464091, 1.0011761022994985, 1.0009647040674179, 1.0007433459716844, 1.0005337324577754, 1.0003524674447903, 1.000209748978027, 1.0001092762910804, 1.0000490958360766, 1.0000230479388474, 1.0000224724812259, 1.0000378763173252, 1.0000603401280153, 1.0000825303708152, 1.0000992678325438, 1.0001076767864123, 1.000106990990959, 1.0000981221585503, 1.0000831049156367, 1.0000645224036981, 1.0000449953693036, 1.0000267895049637, 1.0000115668226504, 1.0000002810812427, 0.999993197650932, 0.9999900055568864, 0.999989984505749, 0.999992190763189, 0.9999956317516867, 0.9999994076880159, 1.0000028084149772, 1.000005362364502, 1.000006841998048, 1.0000072350180167, 1.000006693216981, 1.0000054711486066, 1.0000038653477792, 1.0000021623005009, 1.0000006001580646, 0.9999993462953404, 0.9999984900017018, 0.9999980477717676, 0.9999979774798913, 0.9999981974047808, 0.9999986063695168, 0.9999991018835419, 0.9999995943033263, 1.0000000159692826, 1.0000003252137213, 1.0000005058960504, 1.0000005635667062, 1.0000005195603128, 1.0000004043117785, 1.0000002510130948, 1.000000090357925, 0.9999999468868221, 0.9999998370294821, 0.9999997687319474, 0.9999997423250117, 0.9999997522710666, 0.9999997892764894, 0.9999998424488952, 0.9999999011787735, 0.9999999565217919, 1.0000000020503472, 1.0000000341470534, 1.0000000518497365, 1.0000000563605902, 1.0000000503924256, 1.0000000374381908, 1.0000000210880748, 1.0000000045622368, 0.9999999903173968, 0.9999999799102361, 0.9999999739944659, 0.9999999724240045, 0.9999999744932392, 0.9999999791362936, 0.9999999851860838, 0.9999999915313876, 0.9999999972757379, 1.0000000018183834, 1.0000000048458575, 1.0000000063325465, 1.0000000064543042, 1.0000000055390277, 1.0000000039680164, 1.0000000021384394, 1.0000000003629106, 0.9999999988914445, 0.9999999978650577, 0.9999999973242902, 0.9999999972417681, 0.9999999975253386, 0.9999999980602008, 0.9999999987132536, 0.9999999993720504, 0.9999999999528747, 1.0000000003891696, 1.0000000006609702, 1.000000000770457, 1.000000000741565, 1.0000000006094973, 1.00000000042459, 1.000000000217226, 1.0000000000315221, 0.9999999998723244, 0.9999999997699643, 0.9999999997248932, 0.999999999722996, 0.9999999997591833, 0.9999999998194983, 0.9999999998916277, 0.9999999999598956, 1.0000000000189297, 1.0000000000580007, 1.0000000000841673, 1.0000000000953546, 1.0000000000850902, 1.0000000000664366, 1.0000000000419285, 1.0000000000197107, 0.9999999999983938, 0.9999999999839388, 0.999999999970566, 0.9999999999693266, 0.9999999999716767, 0.9999999999774022, 0.9999999999820803, 0.9999999999868068, 0.9999999999936214, 1.0000000000026932, 1.0000000000110219, 1.0000000000175682, 1.000000000020275, 1.000000000020153, 1.0000000000126303, 1.0000000000030553, 1.0000000000008586], "type": "scatter", "titel": "Система управления с нечетким ПИД-регулятором", "x": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 11, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 11.9, 12, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, 12.7, 12.8, 12.9, 13, 13.1, 13.2, 13.3, 13.4, 13.5, 13.6, 13.7, 13.8, 13.9, 14, 14.1, 14.2, 14.3, 14.4, 14.5, 14.6, 14.7, 14.8, 14.9, 15, 15.1, 15.2, 15.3, 15.4, 15.5, 15.6, 15.7, 15.8, 15.9, 16, 16.1, 16.2, 16.3, 16.4, 16.5, 16.6, 16.7, 16.8, 16.9, 17, 17.1, 17.2, 17.3, 17.4, 17.5, 17.6, 17.7, 17.8, 17.9, 18, 18.1, 18.2, 18.3, 18.4, 18.5, 18.6, 18.7, 18.8, 18.9, 19, 19.1, 19.2, 19.3, 19.4, 19.5, 19.6, 19.7, 19.8, 19.9, 20]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.513888888888889, "title": {"text": ""}, "len": 0.9525371828521435, "x": 0.9934383202099738}, "name": "вход", "yaxis": "y", "legendgroup": "вход", "line": {"color": "rgba(227, 111, 71, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "type": "scatter", "x": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 11, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 11.9, 12, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, 12.7, 12.8, 12.9, 13, 13.1, 13.2, 13.3, 13.4, 13.5, 13.6, 13.7, 13.8, 13.9, 14, 14.1, 14.2, 14.3, 14.4, 14.5, 14.6, 14.7, 14.8, 14.9, 15, 15.1, 15.2, 15.3, 15.4, 15.5, 15.6, 15.7, 15.8, 15.9, 16, 16.1, 16.2, 16.3, 16.4, 16.5, 16.6, 16.7, 16.8, 16.9, 17, 17.1, 17.2, 17.3, 17.4, 17.5, 17.6, 17.7, 17.8, 17.9, 18, 18.1, 18.2, 18.3, 18.4, 18.5, 18.6, 18.7, 18.8, 18.9, 19, 19.1, 19.2, 19.3, 19.4, 19.5, 19.6, 19.7, 19.8, 19.9, 20]}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 5, 10, 15, 20], "range": [-0.6000000000000014, 20.6], "domain": [0.0658209390492855, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "5", "10", "15", "20"], "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": [0, 0.25, 0.5, 0.75, 1], "range": [-0.03458075548990169, 1.1127358575134383], "domain": [0.03762029746281716, 0.9901574803149606], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.00", "0.25", "0.50", "0.75", "1.00"], "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": 1254.640625}}