В этом примере мы покажем, как работать с векторной картой мира: отрисуем линию побережий и нанесем несколько точек в геодезической системе координат.
Загрузка и вывод векторных карт¶
Одним из наиболее заметных промышленных стандартов для хранения векторной геодезической информации является стандарт Shapefile. Файлы SHP, содержащие контуры стран, дороги и реки, отметки аэропортов и портов, легко найти в интернете и скачать, в том числе при помощи скрипта. В этом примере мы будем пользоваться картой, полученной с сайта Natural Earth.
Нам потребуются пакеты Shapefile
и Downloads
(уже есть в поставке Engee):
В этом примере файл будет доступен. Если вам нужно автоматизировать скачивание какого-либо другого файла, можно воспользоваться следующим рядом команд.
Out[0]:
download_world_shapefile (generic function with 1 method)
Этот код помещает распакованный архив с картами в текущую папку проекта (но вместо макроса @__DIR__
также удобно воспользоваться временной папкой, напримерtemp_path = mktempdir()
).
Поскольку нам не всегда нужно скачивать карту заново, напишем код для отрисовки заранее скачанной карты в формате SHP.
Out[0]:
Shapefile.Table{Union{Missing, Shapefile.Polyline}} with 134 rows and the following 4 columns:
geometry, scalerank, featurecla, min_zoom
Из всего файла Shapefile
нас будет интересовать набор полей geometry
. Исследовать содержимое сложных структур помогает командная строка или команда dump(объект)
.
Мы загрузили физическую карту мира, причем только побережья, в низком разрешении. Отрисуем ее:
И добавим несколько точек и маршрут:
Вывод карты в других проекциях¶
Для того, чтобы вывести векторную информацию в другой проекции, достаточно создать объект, который будет осуществлять трансформацию координат, и применить его к каждой паре координат. Мы выполним эту операцию при помощи библиотеки Proj
и построим карту в нескольких проекциях, нарисовав также линию экватора и выведя на карту местонахождение интересующих нас точек.
Resolving package versions...
No Changes to `~/.project/Project.toml`
No Changes to `~/.project/Manifest.toml`
Во многих проектах (например, посвященных навигации) может пригодиться вывод информации, выполненный таким несложным способом. А освоив язык библиотеки Proj можно вполне гибко преобразовывать координаты точек и выводить их привычными средствами библиотеки Plots
.
{"id": "997e5b43-2c0a-4645-a000-359a60090a44", "data": [{"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y1", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(173, 216, 230, 1.000)", "width": 1, "dash": "solid", "shape": "linear"}, "y": [90, 90], "type": "scatter", "x": [-180, 180]}, {"xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "fill": "tonexty", "yaxis": "y", "x": [-180, 180], "showlegend": true, "mode": "lines", "fillcolor": "rgba(173, 216, 230, 1.000)", "name": "y1", "legendgroup": "y1", "line": {"color": "rgba(173, 216, 230, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [-90, -90], "type": "scatter"}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y2", "yaxis": "y", "legendgroup": "y2", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-78.59566741324154, -78.22333871857859, -78.38017669058443, -78.69364592886694, -79.04633757925897, -79.4970077452764, -79.63420867301133, -79.28146534618699, -78.92877369579496, -78.8699659158468, -78.59566741324154], "type": "scatter", "x": [-163.7128956777287, -163.1058009511638, -161.24511349184644, -160.24620805564453, -159.48240454815448, -159.20818356019765, -161.12760128481472, -162.43984676821842, -163.027407803377, -163.06660437727038, -163.7128956777287]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y3", "yaxis": "y", "legendgroup": "y3", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [53.867565009163364, 53.1531900091605, 52.260117906292336, 51.669301255899356, 51.82045482035308, 52.86462881124268, 53.8813626165853, 54.66451894796863, 55.13162221945487, 55.17286001242378, 54.55460317648381, 53.867565009163364], "type": "scatter", "x": [-6.197884894220991, -6.032985398777611, -6.788856573910849, -8.56161658368356, -9.977085740590269, -9.166282517930782, -9.688524542672454, -8.327987433292009, -7.572167934591064, -6.733847011736145, -5.661948614921968, -6.197884894220991]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y4", "yaxis": "y", "legendgroup": "y4", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2.60015105551566, -3.28915292726321, -3.861417738463416, -4.373737888205049, -4.876497897972683, -5.465609226100043, -6.0836593563108465, -6.614014580922343, -6.721656589386313, -7.388024183790023, -8.044108168167647, -9.104663588093764, -9.07143564213009, -9.514406019736029, -9.684318129111709, -9.872937106977048, -10.293686618697478, -10.582712904505925, -10.652476088099952, -10.393267103723923, -10.280922539921384, -10.13044076908745, -9.492443536011983, -8.942554619994155, -8.067414239131281, -7.630128269077446, -7.915330498896296, -8.24549122480908, -8.983068942910982, -9.326820570516524, -9.159595635620022, -9.117892754760483, -8.29716765710095, -8.096042982620979, -8.380935153846075, -8.41168263105974, -7.597882175327321, -7.320224704623087, -6.232849216337485, -5.393365573756, -4.54654387778907, -4.462931410340822, -3.538853448097541, -4.024818617370315, -4.112978610860253, -3.7462826473171233, -3.3117872046070502, -2.820551039240499, -2.460417982598436, -2.4798483211401816, -2.214541517753702, -2.2125261368943185, -1.6171619604596472, -1.4325220678807826, -0.9377202286860893, -0.6954611141017892, -0.36953785563694913, -0.7802104630604559, -1.151867364103623, -2.769184665542376, -3.3677011043468568, -2.307042331556154, -1.7035132788193648, -1.7026347794704006, -2.0512956681436734, -2.4089999324680207, -2.60015105551566], "type": "scatter", "x": [141.00021040259185, 142.73524661679147, 144.58397098203324, 145.27312788307768, 145.8297864117257, 145.981921828393, 147.64807335834757, 147.89110761941623, 146.97090538959486, 147.19187381407494, 148.08463585834932, 148.73410525939357, 149.30683515848443, 149.26663089416132, 150.03872846903425, 149.7387984560122, 150.80162763895913, 150.6905749859639, 150.02839318257583, 149.78231001200197, 148.92313764871727, 147.913018426708, 147.13544315001218, 146.56788089415056, 146.04848107318492, 144.74416792213805, 143.89708784400966, 143.28637576718432, 143.41391320208066, 142.62843143124417, 142.06825890520025, 141.03385176001382, 140.14341515519254, 139.1277665549281, 138.881476678625, 137.61447391169287, 138.03909915583517, 138.66862145401478, 138.4079138531023, 137.92783979711078, 135.98925011611345, 135.16459760959975, 133.66288048719787, 133.36770470594672, 132.98395551974727, 132.75694095268904, 132.75378869031925, 131.98980431531618, 133.0668445171434, 133.78003095920354, 133.69621178602614, 132.23237348849426, 131.83622195854474, 130.94283979708285, 130.5195581401801, 131.8675378765136, 132.3801164084167, 133.98554813042836, 134.14336795464772, 134.42262739475302, 135.45760298069467, 136.29331424371884, 137.44073774632756, 138.3297274110447, 139.18492068904288, 139.92668419816044, 141.00021040259185]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y5", "yaxis": "y", "legendgroup": "y5", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4.5258739282368055, 4.900011298029966, 5.447729803891534, 6.1431912296755655, 6.924771429873999, 6.92805288332454, 6.422166449403249, 5.987490139180154, 5.708695786965492, 5.407835598162207, 5.016128241389808, 4.966518866389606, 4.478202419447555, 4.137551377779516, 3.234428208830593, 2.2876901310273325, 1.8276406925489255, 0.9022191430660627, 0.7842418481437078, 0.10247467691702639, -0.8037232397532676, -1.4876091447039175, -2.483517347832901, -4.012726332214022, -3.6570374487490582, -4.106984144714396, -3.495703627133828, -3.4391696102065197, -3.118775729996905, -3.4783920223160507, -2.9944422339026535, -3.0494259578612106, -2.9340324845534553, -1.5928740372824635, -1.3149065079844746, -0.45950652425709393, 0.41537547444431766, 1.3419339054376138, 2.0064928247111027, 1.663774725751395, 1.8506367049188128, 2.6973033715888595, 2.885896511238059, 3.102394924324855, 3.8935094262811556, 4.5258739282368055], "type": "scatter", "x": [114.20401655482837, 114.59996137904872, 115.45071048386981, 116.22074100145102, 116.72510298061971, 117.12962609260047, 117.64339318244627, 117.68907514859231, 118.34769127815224, 119.18190392463997, 119.11069380094176, 118.43972700406408, 118.6183207540648, 117.88203494677018, 117.3132324565335, 118.0483297058854, 117.87562706916597, 118.99674726773816, 117.8118583517178, 117.47833865770603, 117.52164350796664, 116.56004845587947, 116.5337968282752, 116.14808393764866, 116.00085778204911, 114.86480309454456, 114.46865156459506, 113.75567182826407, 113.25699425664752, 112.06812625534067, 111.70329064336005, 111.04824018762824, 110.223846063276, 110.07093550012434, 109.571947869914, 109.0918738139225, 108.9526575053282, 109.06913618371408, 109.66326012577375, 110.3961352885371, 111.16885298059748, 111.37008100794205, 111.7969283386729, 112.99561486211522, 113.71293541875868, 114.20401655482837]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y6", "yaxis": "y", "legendgroup": "y6", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [74.97999726022438, 74.59234650338688, 74.66686391875176, 74.92762319609658, 75.37782827422338, 75.64721751576089, 75.29648956979595, 74.97999726022438], "type": "scatter", "x": [-93.61275590694046, -94.15690873897391, -95.60868058956564, -96.82093217648455, -96.28858740922982, -94.85081987178917, -93.97774654821797, -93.61275590694046]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y7", "yaxis": "y", "legendgroup": "y7", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [77.51999726023455, 77.49134267852868, 77.55511139597685, 77.83462921824362, 77.820004787905, 77.63433136668031, 77.51999726023455], "type": "scatter", "x": [-93.84000301794399, -94.29560828324529, -96.16965410031007, -96.43630449093614, -94.42257727738641, -93.7206562975659, -93.84000301794399]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y8", "yaxis": "y", "legendgroup": "y8", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [78.76581268992702, 78.41831452098033, 78.05694122996324, 77.85059723582181, 78.08285696075761, 78.45810537384507, 78.87193024363837, 78.83198436147676, 78.76581268992702], "type": "scatter", "x": [-96.75439876990876, -95.5592779202946, -95.83029496944934, -97.30984290239799, -98.12428931353404, -98.55286780474668, -98.63198442258553, -97.33723141151266, -96.75439876990876]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y9", "yaxis": "y", "legendgroup": "y9", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [74.39230703398503, 74.51555532500116, 74.83775788034099, 75.38681997344214, 75.88265534128267, 76.31924367950056, 76.4413809272224, 76.7510777859476, 77.16138865834507, 77.09787832305837, 76.77629588490605, 76.7785179714946, 76.44959747995681, 76.07401317005947, 75.84777374948565, 75.61016551380762, 75.56618886992725, 75.4824213731821, 75.69920400664653, 75.78431509063124, 75.71398346628199, 75.33684886341591, 74.92312734648716, 74.65730377877777, 74.44245901152432, 74.56402781849094, 74.41003205026117, 74.39230703398503], "type": "scatter", "x": [-88.15035030796028, -89.7647220527584, -92.42244096552946, -92.76828548864282, -92.88990597204175, -93.89382402217599, -95.9624574450358, -97.1213789538295, -96.74512285031237, -94.68408586299944, -93.57392106807313, -91.6050231595366, -90.7418458727493, -90.96966142450802, -89.82223792189926, -89.18708289259985, -87.83827633334965, -86.37919226758864, -84.78962521029058, -82.75344458691006, -81.12853084992436, -80.05751095245915, -79.83393286814837, -80.45777075877587, -81.94884253612557, -83.22889360221143, -86.09745235873332, -88.15035030796028]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y10", "yaxis": "y", "legendgroup": "y10", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [78.15298187937769, 77.99632477488488, 77.69701487905034, 77.4092288276169, 77.73220652944111, 78.05105011668196, 78.15298187937769], "type": "scatter", "x": [-111.26444332563088, -109.85445187054711, -110.18693803591302, -112.0511911690585, -113.53427893761912, -112.7245867582539, -111.26444332563088]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y11", "yaxis": "y", "legendgroup": "y11", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [78.8044408230652, 78.60197256134565, 78.40694570587611, 78.4079017198735, 78.55055451121522, 78.8499935981305, 78.8044408230652], "type": "scatter", "x": [-110.96366065147602, -109.6631457182026, -110.88131425661892, -112.54209143761516, -112.52589087609164, -111.5000103422334, -110.96366065147602]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y12", "yaxis": "y", "legendgroup": "y12", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [18.514761664295364, 18.426679185453878, 18.228034979723915, 17.97590566657186, 17.981822618069273, 17.946553453030077, 18.374485988839083, 18.52060110114435, 18.514761664295364], "type": "scatter", "x": [-66.28243445500821, -65.7713028632093, -65.59100379094295, -65.84716386581377, -66.59993445500949, -67.18416236028527, -67.24242753769435, -67.10067908391774, -66.28243445500821]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y13", "yaxis": "y", "legendgroup": "y13", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [18.490525417550487, 18.400866807524082, 18.160700588447597, 17.886867173732966, 17.868237819891746, 17.70111623785982, 17.86159739834224, 18.225967922432233, 18.454532782459196, 18.524218451404778, 18.490525417550487], "type": "scatter", "x": [-77.56960079619921, -76.89661861846213, -76.36535905628554, -76.19965857614164, -76.9025614081757, -77.20634131540348, -77.76602291534061, -78.33771928578561, -78.21772661000388, -77.79736467152563, -77.56960079619921]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y14", "yaxis": "y", "legendgroup": "y14", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [23.188610744717707, 23.117271429938782, 23.10600596769915, 22.76530324959883, 22.399201565027056, 22.512166246017088, 22.277193508385935, 21.657851467367834, 21.206819566324373, 21.220565497314013, 21.016624457274133, 20.735091254148003, 20.693905137611385, 20.284653632075887, 20.05037852628068, 19.92343537035569, 19.873774318923196, 19.95289093676206, 19.855480861891877, 20.413353786698792, 20.673105373613893, 20.739948838783434, 21.02861338956585, 21.598113511638434, 21.5591753199065, 21.827324327069036, 22.03707896574176, 22.19205658618507, 22.387109279870753, 22.636964830001958, 22.688150336187064, 22.16851797127613, 22.154565334557333, 21.910575059491254, 21.801227728761646, 21.89602814380109, 22.204949856041907, 22.565754706303764, 22.788118394455694, 22.983041897060644, 23.078746649665188, 23.188610744717707], "type": "scatter", "x": [-82.26815121125706, -81.40445716014683, -80.6187686835812, -79.67952368846025, -79.28148596873208, -78.34743445505649, -77.99329586456028, -77.14642249216105, -76.52382483590856, -76.19462012399319, -75.59822241891267, -75.67106035022806, -74.9338960435845, -74.17802486845126, -74.29664811877726, -74.96159461129294, -75.63468014189459, -76.323656175426, -77.75548092315307, -77.08510840524674, -77.49265458851661, -78.13729224314159, -78.48282670766119, -78.71986650258401, -79.28499996612794, -80.21747534861865, -80.51753455272141, -81.82094336620318, -82.16999182811864, -81.79500179719267, -82.77589799674085, -83.49445878775936, -83.90880042187563, -84.05215084505326, -84.54703019889638, -84.97491105827311, -84.44706214062776, -84.23035702181178, -83.7782399156902, -83.26754757356575, -82.51043616405751, -82.26815121125706]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y15", "yaxis": "y", "legendgroup": "y15", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [51.31707469339794, 50.68700979267928, 49.81230866149089, 50.15011749938286, 49.93581533466846, 49.58712860777905, 49.3130109726868, 49.556691189159125, 49.24913890237404, 48.516780503933624, 48.68780365660358, 48.15716421161447, 47.53554840757552, 46.65549876564492, 46.61829173439477, 46.80706574155698, 47.62520701760193, 47.752279364607645, 46.884993801453135, 46.919720363953275, 47.38956248635099, 47.632545070987376, 47.57280711525797, 47.60334788674247, 47.899453843774886, 48.25152537697942, 48.52318838153781, 49.12558055276418, 50.71827403421587, 51.28743825947855, 51.63209422464921, 51.5882726100657, 51.31707469339794], "type": "scatter", "x": [-55.600218268442056, -56.13403581401709, -56.795881720595276, -56.14310502788433, -55.471492275603, -55.82240108908096, -54.935142584845636, -54.473775397343786, -53.47654944519137, -53.786013759971254, -53.08613399922626, -52.958648240762216, -52.64809872090421, -53.069158291218386, -53.521456264853, -54.17893551290251, -53.9618686590605, -54.24048214376214, -55.40077307801157, -55.99748084168583, -55.29121904155279, -56.250798712780586, -57.32522925477708, -59.26601518414682, -59.419494188053676, -58.79658647320744, -59.23162451845657, -58.3918049790652, -57.35868974468606, -56.738650071832026, -55.87097693543532, -55.40697424988659, -55.600218268442056]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y16", "yaxis": "y", "legendgroup": "y16", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [65.10961782496354, 64.76669302027467, 64.45513580998697, 63.97960928003714, 64.057485663501, 63.72598135034862, 63.41124603947496, 63.65172231714521, 64.10187571883971, 63.569711819098, 63.052379055424055, 63.63725291610349, 63.54123810490519, 64.0358332383707, 64.82291697860823, 65.7387783881171, 65.6572846543928, 65.21751821558898, 65.37177236598022, 65.10961782496354], "type": "scatter", "x": [-83.88262630891977, -82.78757687043883, -81.6420137193926, -81.55344031444432, -80.81736121287886, -80.10345130076664, -80.99101986359572, -82.54717810741704, -83.10879757356511, -84.10041663281388, -85.52340471061905, -85.8667687649824, -87.22198320183678, -86.35275977247133, -86.2248864407651, -85.88384782585486, -85.1613079495499, -84.97576371940592, -84.4640120104195, -83.88262630891977]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y17", "yaxis": "y", "legendgroup": "y17", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [72.35219900175032, 72.74961660429098, 72.2436784939374, 71.76714427355789, 71.33084015571758, 71.55692454699452, 70.92001251899718, 70.52502370877427, 70.12194753689765, 69.18608734809182, 68.72019847276444, 68.06716339789203, 67.84753856065159, 66.92847321234059, 66.86212067327783, 66.16025136988962, 64.9986685248329, 65.42603261988667, 66.38804108343219, 66.26272573512439, 65.68978913030439, 65.10845510523696, 64.64840566675856, 64.38273712834605, 63.392926744227495, 62.67418508569598, 62.94509878198612, 63.74567007105183, 62.88396556258484, 62.28007477482201, 61.93089712182582, 62.330149237712824, 62.91070811629588, 63.39783600529522, 63.67998932560887, 64.19396312118384, 64.67910146753995, 64.38909332951793, 64.22954234481678, 64.57290639918013, 65.30919220647475, 65.32696889918314, 65.45476471624094, 65.81177134872938, 66.31057811142666, 67.28457550726391, 67.72692576768235, 68.06943716091287, 68.55462718370127, 68.89473562283025, 69.14776927354741, 69.76954010688321, 69.82648753526887, 70.16688019477543, 69.87180776638884, 69.74318512641436, 69.96663401964442, 70.26000112576538, 70.4107412787608, 70.76208934191324, 71.21818553332132, 71.22255219184997, 72.23507436796079, 73.12946421985238, 73.53788890247121, 73.80381582304518, 73.15744700793844, 72.53412588163387, 73.34027822538708, 73.7509508328106, 72.71654368762417, 72.06190664335072, 72.35219900175032], "type": "scatter", "x": [-78.77063859731078, -77.8246239895596, -75.60584469267573, -74.228616095665, -74.09914079455771, -72.24222571479768, -71.20001542833518, -68.7860542466849, -67.91497046575694, -66.9690333726542, -68.8051228502006, -66.4498660956339, -64.86231441919524, -63.424934454996794, -61.851981370680605, -62.16317684594226, -63.918444383384184, -65.14886023625368, -66.72121904159852, -68.015016038674, -68.1412874009792, -67.08964616562342, -65.73208045109976, -65.32016760930125, -64.66940629744968, -65.01380388045888, -66.27504472519048, -68.7831862046927, -67.36968075221309, -66.32829728866726, -66.16556820338015, -68.87736650254465, -71.02343705919385, -72.23537858751902, -71.88627844917127, -73.37830624051838, -74.83441891142263, -74.81850257027673, -77.70997982452008, -78.5559488593542, -77.89728105336198, -76.01827429879717, -73.95979529488268, -74.29388342964964, -73.94491248238262, -72.65116716173942, -72.92605994331605, -73.31161780464572, -74.84330725777684, -76.86910091826672, -76.22864905465738, -77.28736996123715, -78.1686339993266, -78.95724219431673, -79.49245500356366, -81.30547095409176, -84.94470618359851, -87.06000342481789, -88.68171322300148, -89.51341956252303, -88.46772111688082, -89.88815121128755, -90.20516028518205, -89.436576707705, -88.40824154331287, -85.82615108920098, -86.56217851433412, -85.77437130404454, -84.85011247428822, -82.31559017610101, -80.60008765330768, -80.74894161652443, -78.77063859731078]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y18", "yaxis": "y", "legendgroup": "y18", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [74.13490672473922, 74.1000251329422, 73.85673248971206, 72.96624420845852, 72.77199249947334, 72.02459625923599, 72.06188080513458, 72.94027680123183, 73.43742991809582, 73.86241689726417, 74.13490672473922], "type": "scatter", "x": [-94.50365759965237, -92.42001217321173, -90.50979285354263, -92.00396521682987, -93.19629553910026, -94.26904659704726, -95.40985551632266, -96.03374508338244, -96.01826799191102, -95.49579342322404, -94.50365759965237]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y19", "yaxis": "y", "legendgroup": "y19", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [72.70589834257204, 73.36, 73.84386505807139, 73.63338694934659, 73.76, 73.47, 72.99053213163567, 72.56, 71.66, 71.2728591986861, 71.35639415148593, 71.73825714790671, 72.48292128497508, 72.83000000000001, 72.70589834257204], "type": "scatter", "x": [-100.43835995156411, -101.54, -100.35642696816535, -99.16386410194966, -97.38, -97.12, -98.05359595415875, -96.54, -96.72000000000001, -98.35964962440737, -99.3228466458956, -100.01481991249995, -102.48000000000002, -102.48000000000002, -100.43835995156411]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y20", "yaxis": "y", "legendgroup": "y20", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [75.84552582468096, 76.0128282742259, 75.9693942328846, 75.47952749297376, 75.00526703561509, 74.85000519479418, 74.41695669218826, 74.39427073841215, 74.72029734974156, 75.16249258086312, 75.04343008086265, 75.22223053659253, 76.19901845977351, 76.47887217885015, 76.14134756133579, 75.54918732370321, 75.47322296823417, 76.42980540638904, 76.79417593047903, 76.67832000000001, 76.20168000000001, 75.84552582468096], "type": "scatter", "x": [-107.81943396689313, -106.92891984742343, -105.88099931519267, -105.70498938680655, -106.31347937704336, -109.6999910144267, -112.22306698286127, -113.74380103234652, -113.87133846724286, -111.79420427127101, -116.31219723190107, -117.71040646042228, -116.34601945683609, -115.40486243372035, -112.59056393110492, -110.81421240928793, -109.06710974814813, -110.49725501182571, -109.58110938193923, -108.54858999999999, -108.21141, -107.81943396689313]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y21", "yaxis": "y", "legendgroup": "y21", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [76.11654287383568, 76.86453339304443, 77.51221995717462, 77.4983189968881, 77.6452867703262, 76.87696157501061, 76.53003184681911, 76.48117178008714, 76.05323924427815, 75.90001862253276, 76.11654287383568], "type": "scatter", "x": [-122.85492448615902, -121.15753455288399, -119.1039389718211, -117.570130784966, -116.19858659550738, -116.33581336145845, -117.10605058476882, -118.04041215703819, -119.89931677944145, -121.49999426968223, -122.85492448615902]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y22", "yaxis": "y", "legendgroup": "y22", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [74.44894440377693, 74.24136017526048, 74.18575633411443, 73.8960582546862, 73.47520539010118, 73.22292104765224, 72.52000000000001, 71.82000000000001, 71.3836017930876, 70.90164154731742, 71.34, 71.8686884630114, 72.29226081179497, 73.02256, 73.68, 74.29272654895861, 74.44894440377693], "type": "scatter", "x": [-121.53787309455218, -120.1097690499501, -117.55563554570813, -116.58442867721466, -115.5107991199187, -116.76793168828308, -119.22000000000001, -120.46, -120.46, -123.09219682502714, -123.62, -125.92894873747339, -125.5, -124.80729000000002, -123.94000000000001, -124.91774431038601, -121.53787309455218]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y23", "yaxis": "y", "legendgroup": "y23", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [60.384169826897754, 60.29360687930625, 59.90998688418753, 59.75444082298899, 59.941406155020985, 60.21306915957936, 60.384169826897754], "type": "scatter", "x": [-166.46779212142462, -165.67442969466364, -165.57916419173358, -166.19277014876727, -166.84833736882197, -167.45527706609008, -166.46779212142462]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y24", "yaxis": "y", "legendgroup": "y24", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [57.96902008730477, 57.901427313866996, 57.591058661522, 57.11584219016593, 56.734676825581076, 56.99274892844669, 57.46119578717253, 57.81657461204373, 57.96902008730477], "type": "scatter", "x": [-153.22872941792113, -152.56479061583514, -152.1411472239064, -153.00631405333692, -154.0050902984581, -154.51640275777004, -154.67099280497118, -153.7627795074415, -153.22872941792113]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y25", "yaxis": "y", "legendgroup": "y25", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [54.04000926372134, 54.12000438090915, 52.98462148702441, 52.18043284769826, 52.18237071390922, 52.63970713969229, 53.10001496033216, 53.41146881775528, 53.85108022726224, 54.1699754909354, 54.04000926372134], "type": "scatter", "x": [-132.71000769746146, -131.74998877655918, -132.04947953990674, -131.1790417143824, -131.5778287423788, -132.18042761933432, -132.54999162486968, -133.0546119861998, -133.239665290237, -133.18000484915603, -132.71000769746146]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y26", "yaxis": "y", "legendgroup": "y26", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [49.950000515332576, 49.47527497008329, 49.062483628935794, 48.51001089130338, 48.37084625914137, 48.8250045843385, 49.17999583596752, 49.530000311880386, 49.814995835970066, 49.994959011426516, 50.539137681676074, 50.77064809834367, 50.55257355407198, 50.40090322529532, 50.295018215529275, 49.950000515332576], "type": "scatter", "x": [-125.41500078011457, -124.92076738167509, -123.92250790087682, -123.51000078010694, -124.01288998095531, -125.65501196989416, -125.95499365934849, -126.8500036284276, -127.02999264210017, -128.05933549692202, -128.44458329965792, -128.35841284881124, -127.30858028858567, -126.69500016976812, -125.75500586637895, -125.41500078011457]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y27", "yaxis": "y", "legendgroup": "y27", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [63.782515367275934, 63.59219106714495, 63.694975490973505, 63.43111562769119, 63.297506212000556, 63.18859813094544, 62.97693146427792, 63.194437567794424, 63.3758218451389, 63.317789211675105, 63.40584585230046, 63.782515367275934], "type": "scatter", "x": [-171.73165686753944, -171.1144335602453, -170.4911124339407, -169.6825054596536, -168.6894394603007, -168.77194088445466, -169.5294398672051, -170.29055620021595, -170.67138566799093, -171.55306311753873, -171.79111060289122, -171.73165686753944]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y28", "yaxis": "y", "legendgroup": "y28", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [79.30159393992916, 79.16534902619163, 78.80046173777872, 78.32478017853204, 77.90754466420744, 78.01898489044486, 78.34322866486023, 78.3803323432458, 78.67742015249176, 78.91833567983649, 79.30159393992916], "type": "scatter", "x": [-105.4922891914932, -103.52928239623795, -100.8251580472688, -100.0601918200522, -99.67093909381364, -101.30394019245301, -102.94980872273302, -105.17613277873151, -104.21042945027713, -105.41958045125853, -105.4922891914932]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y29", "yaxis": "y", "legendgroup": "y29", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [35.3867033961337, 35.37321584730552, 35.67159556735879, 35.24578176527376, 34.97809784600186, 34.57186941175544, 34.701654771456475, 35.10323232679663, 35.14550364841138, 35.3867033961337], "type": "scatter", "x": [32.946960890440806, 33.667227003724946, 34.576473829900465, 33.900804477684204, 34.00488081232004, 32.97982710137845, 32.49029625827754, 32.25666710788596, 32.80247358575275, 32.946960890440806]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y30", "yaxis": "y", "legendgroup": "y30", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [35.29999034274793, 35.00499542900977, 34.91998769788964, 35.08499054619759, 35.27999156345098, 35.70500438083549, 35.368022365860185, 35.42499563246197, 35.35401805270908, 35.1799976669662, 35.29999034274793], "type": "scatter", "x": [26.290002882601698, 26.16499759288766, 24.724982130642303, 24.735007358506916, 23.51497846852808, 23.699980096133004, 24.246665073348705, 25.02501549652891, 25.769207797964185, 25.745023227651586, 26.290002882601698]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y31", "yaxis": "y", "legendgroup": "y31", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-12.469832858940554, -12.895284925999555, -13.555761407121985, -14.758788750876796, -15.226512139550543, -15.706069431219127, -16.000263360256767, -15.414252618066918, -15.710151869370186, -16.451036879138776, -16.8750420060936, -17.106035658438273, -17.953064060134366, -19.118781019774445, -20.496888116134127, -22.391501153251085, -23.781958916928517, -24.941629733990453, -25.178462823184105, -25.60143442149309, -25.34610116953894, -24.988345228782308, -24.46067717864999, -23.574116306250602, -22.776903985283873, -22.057413018484123, -21.33647511158019, -21.16330738697013, -20.830459486578174, -20.07236622485639, -19.435454196859048, -18.961994724200906, -18.33138722094317, -17.409944756746782, -16.85044402432267, -16.216219170804507, -16.1793738745804, -15.97437346767854, -15.793454278224687, -15.780018405828798, -15.210182386946315, -14.594302666891764, -14.091232598530375, -13.663868503476586, -13.784067884987486, -13.089174899958664, -12.48786793381042, -12.040505059459676, -12.469832858940554], "type": "scatter", "x": [49.54351891459575, 49.808980747279094, 50.056510857957164, 50.21743126811407, 50.47653689962553, 50.377111443895956, 50.20027469259318, 49.86060550313868, 49.67260664246086, 49.863344354050156, 49.77456424337271, 49.49861209493412, 49.435618523970305, 49.041792433473944, 48.54854088724801, 47.93074913919867, 47.54772342305131, 47.095761346226595, 46.282477654817086, 45.40950768411045, 44.833573846217554, 44.03972049334976, 43.76376834491117, 43.697777540874455, 43.345654331237625, 43.254187046081, 43.43329756040464, 43.893682895692926, 43.896370070172104, 44.37432539243966, 44.46439741392439, 44.23242190936617, 44.042976108584156, 43.96308434426091, 44.31246870298628, 44.4465173683514, 44.94493655780653, 45.50273196796499, 45.87299360533626, 46.31224327981721, 46.882182651564285, 47.70512983581236, 48.005214878131255, 47.868995802609874, 48.29382775248138, 48.84506025573879, 48.86350874206698, 49.194651320193316, 49.54351891459575]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y32", "yaxis": "y", "legendgroup": "y32", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-15.89184620530842, -16.46633310309717, -16.59784962327999, -16.159995212470946, -15.89184620530842], "type": "scatter", "x": [167.2168013857696, 167.84487674384502, 167.51518110582288, 167.1800077659778, 167.2168013857696]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y33", "yaxis": "y", "legendgroup": "y33", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-15.668810723536687, -15.392703545801211, -14.626497084209605, -14.933920179913954, -15.740020847234888, -15.614602146062516, -15.668810723536687], "type": "scatter", "x": [166.79315799384085, 166.6498592470955, 166.6291369977464, 167.10771243720149, 167.27002811103023, 167.00120731024793, 166.79315799384085]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y34", "yaxis": "y", "legendgroup": "y34", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-6.89523772545472, -6.142467136259, -5.783057549669017, -5.445042006047871, -5.737582289252167, -6.214400730009288, -6.89523772545472], "type": "scatter", "x": [134.21013390516885, 134.11277550673094, 134.29033572808584, 134.49962527886788, 134.72700158095216, 134.7246244650667, 134.21013390516885]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y35", "yaxis": "y", "legendgroup": "y35", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-78.04701873159873, -78.04707040803102, -77.83147633250933, -78.04707040803102, -78.47810352977753, -79.0855599913685, -79.51664478954731, -80.0261227355129, -80.33964365022769, -80.59435678499433, -80.82948455192233, -81.02544158317313, -80.96668547965729, -80.63352752067158, -80.22202809033138, -79.94772958772612, -79.6146233051727, -79.1834868305616, -78.81120981233094, -78.4585698383712, -78.04701873159873], "type": "scatter", "x": [-48.66061601418252, -48.1513964503784, -46.66285681821098, -45.15475765642109, -43.92082780615574, -43.48994971370611, -43.37243750667439, -43.33326677099714, -44.880536668464266, -46.50617387550203, -48.38642086444183, -50.48210689960646, -52.85198808451179, -54.16425940613162, -53.987991095584036, -51.85313432474216, -50.99132646341059, -50.364594692574755, -49.91413123228649, -49.30695899107312, -48.66061601418252]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y36", "yaxis": "y", "legendgroup": "y36", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-80.25577280061798, -80.29489185986293, -80.39287037548831, -79.98137094514813, -79.6286792947561, -80.04017872509628, -80.54965667106185, -81.00032683707929, -80.86317758577665, -80.92193368929253, -80.5888274067391, -80.54965667106185, -80.25577280061798], "type": "scatter", "x": [-66.29003089055513, -64.03768775089767, -61.88324561221718, -61.13897579613348, -60.61011918805844, -59.572094692611586, -59.86584937197473, -60.15965572777019, -62.25539343936711, -64.48812537296979, -65.74166642928991, -65.74166642928991, -66.29003089055513]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y37", "yaxis": "y", "legendgroup": "y37", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-71.26934457792578, -71.15178069446176, -71.19095143013901, -70.68147348417342, -70.30914478951048, -69.50578297310102, -69.03547576281268, -68.87874114367142, -69.25101816190208, -69.62334685656502, -70.07401702258245, -70.50515349719356, -70.95582366321098, -71.40649382922841, -71.79840789172998, -72.17068490996063, -72.30788583769555, -72.50384286894634, -72.48420582467543, -72.09234343860615, -72.22949268990878, -72.3666936176437, -72.07275807076753, -71.66125864042735, -71.26934457792578], "type": "scatter", "x": [-73.9158186510023, -73.23033077665059, -72.07471655952358, -71.78096188016042, -71.72217993842841, -71.74179114448319, -71.1738154771632, -70.25325151231577, -69.72444658067303, -69.48942216660959, -69.05851823594381, -68.72554114447112, -68.45134599473043, -68.33383378769872, -68.51012793646244, -68.78429724798698, -69.95947099473648, -71.07588863797011, -72.38813412137378, -71.89849992540829, -73.07362199572549, -74.19003963895912, -74.95389482288145, -75.01262508818117, -73.9158186510023]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y38", "yaxis": "y", "legendgroup": "y38", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-71.89416432076682, -71.71779265735465, -71.85499358508957, -71.93333505644407, -72.07053598417899, -71.95297210071497, -72.5212061501964, -72.44286467884193, -72.48203541451917, -72.44286467884193, -72.50162078235779, -72.305663751107, -71.89416432076682], "type": "scatter", "x": [-102.33072506387639, -101.70396745482441, -100.43091854531409, -98.98154964882391, -97.88474321164506, -96.78793677446619, -96.20034990109144, -96.98376461463623, -98.19808325884682, -99.43201310911218, -100.78345516640925, -101.80186845580137, -102.33072506387639]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y39", "yaxis": "y", "legendgroup": "y39", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-73.65777760202387, -73.32461964303816, -73.50099130645033, -73.65772592559158, -73.48135426217942, -73.83409758900375, -74.0888107237704, -74.01046925241592, -73.65777760202387], "type": "scatter", "x": [-122.62173458544193, -122.40624386278482, -121.21151058641286, -119.91885047084779, -118.72414303269196, -119.29211870001194, -120.23221635626571, -121.62282914924002, -122.62173458544193]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y40", "yaxis": "y", "legendgroup": "y40", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-73.46176889434079, -73.24622649525139, -73.48135426217942, -73.87326832468099, -73.83409758900375, -73.73611907337835, -73.46176889434079], "type": "scatter", "x": [-127.28312964568192, -126.55847103565299, -125.55956559945108, -124.03188106982256, -124.61946794319732, -125.91217973519467, -127.28312964568192]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y41", "yaxis": "y", "legendgroup": "y41", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-21.08000497811563, -21.700018812753527, -22.15999073658349, -22.39997608814695, -22.129708347260454, -21.679606621998232, -21.14981983814195, -20.444746595951628, -20.105645847252354, -20.1200118954295, -20.45999114347773, -20.80002206795826, -21.08000497811563], "type": "scatter", "x": [165.77998986232637, 166.59999148993384, 167.1200114280869, 166.7400346214448, 166.18973229396866, 165.47437544175222, 164.82981530177568, 164.16799523341365, 164.029605747736, 164.45996707586272, 165.02003624904205, 165.46000939357512, 165.77998986232637]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y42", "yaxis": "y", "legendgroup": "y42", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-3.659983005389691, -3.9800151505732653, -4.4999834122940925, -4.7664270971909914, -4.176127211120921, -3.7897425268745835, -3.4620622697118155, -3.0354216447101123, -2.741486097833935, -2.500002129734007, -2.779985039891379, -2.9999716121578857, -3.24000864015364, -3.659983005389691], "type": "scatter", "x": [152.64001671774253, 153.0199935243847, 153.14003787659874, 152.82729210836828, 152.63867313050298, 152.40602583232493, 151.95323693258354, 151.38427941305002, 150.66204959533883, 150.93996544820448, 151.47998416565457, 151.8200150901351, 152.23998945537113, 152.64001671774253]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y43", "yaxis": "y", "legendgroup": "y43", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5.840728448106752, -6.083711032743138, -6.317753594593028, -6.316513360218025, -6.026040134305404, -5.747142429226166, -5.437755629094717, -5.58374155031926, -5.505503431829368, -5.026101169457654, -5.0013481583898525, -5.532220147324267, -5.455842380396874, -5.113692722192383, -4.757073662946162, -4.167807305521933, -4.14879037843852, -4.312966403829805, -4.867661228050771, -5.478063246282382, -5.560280450058754, -5.840728448106752], "type": "scatter", "x": [151.30139041565388, 150.75444705627666, 150.2411967307538, 149.70996300679332, 148.89006473205046, 148.31893680236067, 148.40182579975686, 149.29841190002082, 149.84556196512722, 149.99625044169028, 150.13975589416486, 150.23690758687354, 150.80746707580812, 151.08967207255404, 151.6478808941709, 151.53786176982146, 152.1367916200843, 152.33874311748093, 152.3186926617517, 151.98279585185452, 151.45910688700866, 151.30139041565388]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y44", "yaxis": "y", "legendgroup": "y44", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-10.48271900802115, -10.826367282762106, -10.820011081590211, -10.204751478723168, -10.446648858281423, -10.48271900802115], "type": "scatter", "x": [162.1190246930409, 162.3986458681722, 161.70003218001835, 161.31979699121476, 161.91738325423802, 162.1190246930409]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y45", "yaxis": "y", "legendgroup": "y45", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-9.599982191611367, -9.784312025596485, -8.917543226764892, -8.32000864017396, -8.32000864017396, -9.120011488484451, -9.599982191611367], "type": "scatter", "x": [161.67998172428912, 161.5293966005906, 160.78825320866054, 160.57999718652434, 160.92002811100485, 161.28000613835, 161.67998172428912]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y46", "yaxis": "y", "legendgroup": "y46", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-9.872937106977048, -9.895209649294841, -9.794027194867354, -9.639979750205278, -9.242949720906815, -9.40030445723557, -9.610162448772869, -9.872937106977048], "type": "scatter", "x": [160.85222863183787, 160.4625883323572, 159.84944746321412, 159.64000288313514, 159.70294477766663, 160.36295617089843, 160.68851769433724, 160.85222863183787]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y47", "yaxis": "y", "legendgroup": "y47", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8.020026950719632, -8.337320244991737, -8.53828989017483, -8.114181410355428, -7.7548235001977375, -7.421872246941199, -7.320017998893917, -7.560003350457379, -8.020026950719632], "type": "scatter", "x": [159.64000288313514, 159.87502729719859, 159.91740197167792, 159.13367719953936, 158.5861137229747, 158.21114953026483, 158.35997765526542, 158.8200012555277, 159.64000288313514]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y48", "yaxis": "y", "legendgroup": "y48", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7.021638278840641, -7.347819919466943, -7.404767347852592, -7.1768742814454285, -6.765943291860452, -6.599338474151452, -7.021638278840641], "type": "scatter", "x": [157.14000044171888, 157.5384257346892, 157.33941979393325, 156.90203047101483, 156.4913578635913, 156.542827590154, 157.14000044171888]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y49", "yaxis": "y", "legendgroup": "y49", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5.339983819198495, -5.56679168052753, -6.200654799019645, -6.540013929880381, -6.819996840037753, -6.9199907365225215, -6.535931491729322, -5.900776462429902, -5.139117526879986, -5.042379245629597, -5.339983819198495], "type": "scatter", "x": [154.75999067608439, 155.06291792217934, 155.5477462099417, 156.0199654482248, 155.8800256695784, 155.59999108298877, 155.16699425681514, 154.72919152243838, 154.51411421123964, 154.65250369691728, 154.75999067608439]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y50", "yaxis": "y", "legendgroup": "y50", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-40.0659778785822, -40.60475636165728, -41.28962411882147, -41.68830779395328, -41.42589487077513, -41.2818209775454, -40.45923552832336, -39.90888152441491, -39.50885426204351, -39.14660247167748, -38.797683200842755, -38.02780771255843, -37.38112883885792, -36.71109221776149, -36.53482390721391, -36.12198088963413, -35.23712533950039, -34.52910654066943, -34.45066171645037, -35.00618336358801, -35.26549570082862, -36.15634571710823, -37.20909799575827, -36.52619394302117, -36.79894215265767, -37.55538176854612, -37.881253350578675, -37.961248467766495, -37.579824721020174, -37.6953732236248, -38.58281259537314, -39.166342868812976, -39.14577564876082, -39.44973642350161, -39.879942722331464, -40.0659778785822], "type": "scatter", "x": [176.8858236026052, 176.50801720611926, 176.01244022044023, 175.23956749908297, 175.06789839100935, 174.65097293527847, 175.22763024322356, 174.9001566917899, 173.82404666574394, 173.85226199777532, 174.57480187408035, 174.74347374908098, 174.69696496001828, 174.2920284365792, 174.31900353423552, 173.8409965355357, 173.0541711774596, 172.63600548735377, 173.00704227120946, 173.55129845610747, 174.3293904971262, 174.61200890533044, 175.33661583892712, 175.3575964704376, 175.80888675364253, 175.9584900251275, 176.76319542877656, 177.4388131045605, 178.01035444570866, 178.51709354076274, 178.27473107331383, 177.97046023997927, 177.20699262929918, 176.93998050364706, 177.0329464053401, 176.8858236026052]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y51", "yaxis": "y", "legendgroup": "y51", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-43.555325616226376, -43.031688327812816, -42.51275359473782, -41.767424411792135, -41.514416599291124, -40.956104424809716, -40.4939620908235, -40.919052422856446, -41.33199879330081, -40.926700534835646, -41.34915536882171, -41.77000823340673, -42.23318409603879, -42.970038344088614, -43.372287693048555, -43.853343601253606, -43.86569426857136, -44.242467136411406, -44.89710418068486, -45.908928724959736, -46.35577483498757, -46.641235446967876, -46.61994475686363, -46.29019744240919, -46.219917494492236, -45.85270476662619, -45.110941257508635, -44.12397307716614, -43.935819187191434, -43.555325616226376], "type": "scatter", "x": [169.66781456937315, 170.52491987536615, 171.125089960004, 171.56971398344325, 171.94870893787186, 172.0972270042787, 172.79857954334403, 173.02037479074076, 173.2472343285021, 173.9584053897028, 174.24758670480816, 174.24851688058942, 173.87644656808794, 173.2227396995957, 172.71124637277074, 173.08011274647015, 172.3085836123525, 171.45292524646362, 171.18513797432718, 170.61669721911653, 169.8314221540093, 169.33233117093428, 168.41135379462855, 167.76374474514682, 166.67688602118417, 166.50914432196467, 167.046372512071, 168.30376346259686, 168.94940880765157, 169.66781456937315]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y52", "yaxis": "y", "legendgroup": "y52", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-40.808258152022674, -40.87543751400211, -42.06239348731415, -42.40702361426865, -43.211522312188535, -42.937688897473905, -43.6345972633621, -43.58085377377856, -43.549744561538844, -42.693776137056254, -42.033609714527564, -41.16255177181576, -40.70397511165767, -40.79254851660594, -41.137643731451085, -41.00054615658073, -40.808258152022674], "type": "scatter", "x": [147.68925947488418, 148.289067824496, 148.35986453673587, 148.01730146707303, 147.91405195535384, 147.56456424376393, 146.87034305235488, 146.66332726459365, 146.04837772032033, 145.4319295595106, 145.29509036680173, 144.71807132383066, 144.7437545106797, 145.3979781434948, 146.3641207216237, 146.90858361225088, 147.68925947488418]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y53", "yaxis": "y", "legendgroup": "y53", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-32.21596607842059, -32.72875131605285, -32.95948658623607, -33.4838473447017, -33.89017913181271, -33.914467054989885, -34.0034021949642, -33.821036065406176, -33.93017669040661, -33.9760653622818, -34.50936614353394, -34.46414926527854, -34.74681934991509, -35.0647327613747, -35.02545867283287, -35.02509693780683, -34.38642791111157, -34.19651702243893, -33.623425388322055, -33.48725798923297, -33.25957162855497, -32.900368747694166, -32.205062351207005, -31.612437025683807, -30.601594333622465, -30.03072478609414, -29.461043796508527, -28.81023080822467, -28.51639861421308, -28.11807667410732, -27.334713636994813, -26.543134047147902, -26.116545098578484, -26.549025160429174, -25.621278171493167, -25.91123463308287, -26.29844614024588, -25.786281019801123, -24.99893889740214, -24.683971042583167, -24.384712823180937, -23.806350192970285, -23.56021534596409, -23.059987481378755, -22.47547535572538, -21.755829359628745, -22.517488295178673, -21.829519952076954, -21.495173435148537, -21.068687839443704, -20.701681817306824, -20.623547051681516, -20.74689869556221, -20.37420826587322, -20.263310642174858, -20.044202569257315, -19.952941989829867, -19.976506442954964, -19.683707777589206, -19.239755547769725, -18.70531788500717, -18.197648614171804, -17.798603204013958, -17.254915459871157, -16.405199883695886, -17.268558037996215, -17.069035332917288, -16.596506036040402, -16.111316013252, -16.327943617419535, -15.56705982835399, -15.07510019293536, -14.680395603090028, -14.510070082256014, -14.23065561285385, -14.347340996968903, -14.095986830301227, -13.952791436420448, -13.817967624570954, -14.27690601975508, -14.869169610252243, -14.875990899314765, -14.969783623924522, -14.42066985439107, -13.618703301653492, -13.357375583553484, -13.107520033422276, -12.536392103732489, -12.183648776908166, -12.302452894747184, -12.114040622611007, -11.603012383676678, -11.27378183354515, -11.128519382372696, -11.376411228076812, -11.786515394745116, -12.042365411022182, -11.941182956594693, -12.248606052299046, -11.962266940969776, -12.049341729381588, -11.857208754120398, -12.351958916882793, -12.887223402562022, -13.291229750219884, -13.324509372615852, -13.724278252825783, -14.2239893530882, -14.715432224183912, -14.997740573794424, -15.55026498785913, -15.87076222093333, -16.21508228929408, -16.807604261952704, -16.806622409739155, -17.06267913174539, -17.371600843986208, -17.710804945550066, -17.369068698803908, -16.83204721442676, -16.38887013109165, -15.840531508042588, -15.044921156476901, -14.561333103089552, -14.270394789286307, -13.698078301653808, -12.944687595270585, -12.741547539931231, -12.407614434461145, -11.877465915578817, -11.328042087451612, -11.042736504768186, -10.668185723516686, -11.157354831591562, -11.784706719614903, -11.905629571177885, -12.325655612846232, -12.834358412327433, -13.400422051652612, -13.763655694232192, -14.548310642151996, -14.171176039285903, -14.594457696188641, -14.98497649501833, -15.428205254785732, -16.28567229580478, -16.78491830817657, -16.906926364817686, -17.761654554925272, -18.28007252367734, -18.958274021075887, -19.48072275154673, -19.9559392229028, -20.391209812097244, -20.63346892668155, -21.260510756111135, -22.342511895438385, -22.122783705333337, -22.556142266532994, -22.402353204032373, -23.462236830338696, -24.07625619883074, -24.45783497487393, -25.267501316023, -26.071173191026215, -26.641319268502457, -27.260299574494514, -28.11006682710208, -28.99507740653271, -29.45820159273248, -30.350240166954794, -30.923641859665423, -31.640445651986, -32.550002536755265, -33.041342054986394, -33.81602345147387, -34.31036020277793, -35.173459974916796, -35.671879164371916, -36.42020558039054, -37.10905242284121, -37.42526051203518, -37.77268116633344, -37.809061374666925, -38.21921721776752, -38.606532077795116, -39.03575652441141, -38.59376799901902, -38.41744801203915, -37.89618783951102, -38.085323581699285, -38.8094654274053, -38.538267510737555, -38.380034275059835, -38.30851409276788, -38.019332777662555, -37.402936293285094, -36.64360279718831, -36.13836231867066, -35.732754001611745, -35.61229623793939, -35.127261244447865, -34.38472258884593, -35.076825046531, -35.26053476332861, -34.7073385556441, -34.13026783624075, -33.64047861097838, -32.90000701266812, -33.752771498348615, -34.094766127256236, -34.89011809666046, -34.478670342752565, -33.94795338311502, -33.222778008763164, -32.84807219821479, -32.61723357516699, -32.01122405368019, -31.982646986622782, -31.49580331800104, -31.590422865527465, -31.948488864877852, -32.28226694105106, -32.21596607842059], "type": "scatter", "x": [126.14871382050114, 125.08862348846566, 124.22164798390492, 124.02894656788851, 123.65966678273077, 122.81103641163364, 122.1830644064228, 121.29919070850259, 120.58026818245806, 119.89369510302822, 119.29889936734875, 119.00734093635802, 118.5057178081008, 118.02497195848949, 117.29550744025741, 116.62510908413495, 115.56434695847966, 115.02680870977957, 115.04861616420676, 115.54512332566708, 115.7146737000167, 115.67937869676135, 115.80164513556394, 115.68961063035516, 115.160909051577, 114.99704308477948, 115.04003787644629, 114.64197431850201, 114.6164978373821, 114.17357913620847, 114.04888390508816, 113.47749759323692, 113.33895307826242, 113.77835778204022, 113.44096235560656, 113.93690107631167, 114.23285200404723, 114.21616051641698, 113.7212553243577, 113.62534386602397, 113.39352339076264, 113.5020438985756, 113.70699262904515, 113.84341841029567, 113.73655154831609, 114.1497563009219, 114.22530724493262, 114.6477620789187, 115.46016727097924, 115.94737267462702, 116.71161543179153, 117.16631635952771, 117.44154503791424, 118.229558953933, 118.83608523974274, 118.98780724495168, 119.25249393115067, 119.80522505094451, 120.85622033089668, 121.39985639860717, 121.65508629769673, 122.24166548064179, 122.28662397673571, 122.3127722514754, 123.01257449757193, 123.43378909718304, 123.85934451710659, 123.50324222218329, 123.81707319549184, 124.25828657439985, 124.37972619028575, 124.92615278534004, 125.16727501841387, 125.67008670461381, 125.68579634003055, 126.12514936737608, 126.14282270721986, 126.58258914602374, 127.06586714081732, 127.80463341686196, 128.35968997610894, 128.98554324759584, 129.62147342337965, 129.40960005098293, 129.8886405783286, 130.33946577364293, 130.18350630098604, 130.61779503796697, 131.22349450086, 131.73509118054955, 132.5752982931831, 132.55721154188097, 131.82469811414364, 132.3572237489114, 133.01956058159635, 133.55084598198908, 134.39306847548204, 134.67863244032696, 135.29849124566795, 135.8826933127276, 136.2583809754895, 136.49247521377168, 136.951620314685, 136.6851249533558, 136.3054065288751, 135.96175825413417, 136.07761681533253, 135.78383629775323, 135.4286641786112, 135.50018436090318, 136.2951745952813, 137.06536014215942, 137.5804708192448, 138.30321740127897, 138.58516401586343, 139.10854292211548, 139.2605749859182, 140.2151420432137, 140.87541181860695, 141.07111046769626, 141.27409549373874, 141.39822228410384, 141.70218305884464, 141.56338016170866, 141.6355204611881, 141.5198686057189, 141.65092003801107, 141.8426912782462, 141.68699018775084, 141.9286291851476, 142.11848839738798, 142.1437064963464, 142.51526004452495, 142.797310011974, 142.86676313697427, 143.11594689348573, 143.15863162655876, 143.5221236512998, 143.5971578309876, 143.5618111513, 143.9220992372389, 144.56371382057483, 144.89485639870117, 145.3747237489635, 145.27199100156724, 145.4852596376358, 145.63698164284472, 145.88885257383532, 146.16030887266453, 146.06367394427872, 146.38747846901964, 147.4710815777479, 148.17760176004242, 148.84841352762322, 148.71746544819558, 149.28942020080206, 149.6783370302307, 150.07738244038853, 150.48293908101516, 150.72726525289113, 150.89955447815225, 151.60917524638427, 152.07353966695905, 152.8551973818059, 153.1361621441768, 153.16194868389044, 153.0929089703485, 153.56946902894418, 153.51210818910022, 153.339095493787, 153.06924116435886, 153.08955000224955, 152.89157759013938, 152.45000247620533, 151.70911746643674, 151.3439717958624, 151.0105554547152, 150.71413943908902, 150.3282198427333, 150.0752120302323, 149.9461243023672, 149.99728397033613, 149.42388227762552, 148.30462243061584, 147.38173302631526, 146.92212283751132, 146.31792199115478, 145.4896521343806, 144.87697635312816, 145.03221235573295, 144.48568240781407, 143.60997358619602, 142.74542687395297, 142.17832970598192, 141.60658165910468, 140.63857872941327, 139.99215823787426, 139.8065881695141, 139.57414757706528, 139.08280805883413, 138.12074791885635, 138.44946170466494, 138.20756432510672, 137.71917036351618, 136.8294055523147, 137.35237104710848, 137.50388634658827, 137.8901160015377, 137.81032759007905, 136.9968371929404, 136.37201745009935, 135.98904341038428, 135.20821251845405, 135.23921837782916, 134.6134167827746, 134.08590376193916, 134.27390262261702, 132.99077680880976, 132.28808068250487, 131.32633060112084, 129.53579389863972, 128.24093753470225, 127.1028674663383, 126.14871382050114]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y54", "yaxis": "y", "legendgroup": "y54", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7.523055324733164, 6.481775214051922, 6.197141424988288, 5.968369859232155, 6.76346344647493, 8.200843410673386, 9.824077663609557, 9.268426825391188, 8.56420624433369, 7.523055324733164], "type": "scatter", "x": [81.7879590188914, 81.63732221876059, 81.21801964714433, 80.34835696810441, 79.87246870312853, 79.69516686393513, 80.14780073437964, 80.83881798698656, 81.30431928907177, 81.7879590188914]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y55", "yaxis": "y", "legendgroup": "y55", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2.8021542293445947, -3.093764336767634, -3.8584721818227763, -3.446300957862796, -3.3626368139822485, -3.428679294451264, -3.393435967628207, -2.843650404474971, -2.8021542293445947], "type": "scatter", "x": [129.37099775606094, 130.47134402885177, 130.83483605359282, 129.99054650280817, 129.15524865124235, 128.59068362845363, 127.89889122936235, 128.13587934785284, 129.37099775606094]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y56", "yaxis": "y", "legendgroup": "y56", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-3.790931084817302, -3.607376397316564, -3.177221774919012, -3.129317722184446, -3.45906503663889, -3.790931084817302], "type": "scatter", "x": [126.87492272349886, 126.18380211802736, 125.98903364471926, 127.00065148326497, 127.24921512258891, 126.87492272349886]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y57", "yaxis": "y", "legendgroup": "y57", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2.1745962589565693, 1.6285313989283452, 1.5408106551128782, 1.1323859724940633, 0.2584858260061935, 0.3564126651992865, -0.25207732503751856, -0.7800037573313005, -0.8999964331130315, -0.26659840251153355, 1.011721503092545, 1.810690822757195, 2.1745962589565693], "type": "scatter", "x": [127.93237755748748, 128.00415612194087, 128.5945593608755, 128.6882487326207, 128.63595218314134, 128.1201697124361, 127.96803429576886, 128.3799988139997, 128.1000159038423, 127.69647464407507, 127.39949018769369, 127.60051150930906, 127.93237755748748]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y58", "yaxis": "y", "legendgroup": "y58", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [0.8751923689774088, 0.9171019555661245, 1.6432591821315297, 1.4198361271176054, 0.4278811710589565, 0.235593166500891, 0.4311367862933366, 0.3812173526993945, 0.2372468123342344, -0.5196578914448367, -1.408905938323393, -0.9559620092851304, -0.6156727026431383, -1.0762130672283092, -0.9309506160558526, -1.516858005381117, -1.904482924002458, -3.1860584448409237, -3.5295000138527115, -4.683693129091701, -5.340603936385996, -5.634591159694466, -5.2829330379482675, -4.464171644715826, -4.851331475446543, -4.574552504091265, -4.1884778784386825, -3.602105401222794, -2.627642917494939, -2.9316036922357327, -4.097579034037274, -5.528241062037793, -5.673400160345665, -5.3798780249278195, -4.459417412944973, -3.4944117163265322, -3.487021986508793, -2.801999200047718, -2.1471037736128054, -1.3531470678804638, 0.1542544620734816, 0.5664773624657613, 1.3092227237968501, 1.0139435896810909, 0.8751923689774088], "type": "scatter", "x": [122.9275667664518, 124.07752241424288, 125.0659892111218, 125.2405005229715, 124.4370353536974, 123.6855049988767, 122.72308312387287, 121.05672488818911, 120.18308312386272, 120.04086958219548, 120.93590538949073, 121.4758207540762, 123.34056481332846, 123.25839928598441, 122.82266360889932, 122.38852990121529, 121.50827355355551, 122.4545723816843, 122.2718961935325, 123.17096276254655, 123.1623327983538, 122.62851525277875, 122.23639448454801, 122.71956912647701, 121.73823367725436, 121.48946333220127, 121.61917117725386, 120.89818159391766, 120.97238895068878, 120.30545291552986, 120.39004723519167, 120.43071658740537, 119.79654341031949, 119.36690555224489, 119.65360639860017, 119.49883548388601, 119.07834435432704, 118.76776899625287, 119.18097374885869, 119.3233939962551, 119.82599897672587, 120.0357019389663, 120.88577925016762, 121.66681684782696, 122.9275667664518]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y59", "yaxis": "y", "legendgroup": "y59", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-10.258649997603591, -9.557969252158074, -9.361340427287502, -9.665921319215798, -9.96967538822743, -10.239581394087885, -10.258649997603591], "type": "scatter", "x": [120.29501427620689, 118.96780846565471, 119.90030968636157, 120.42575564990534, 120.77550174365675, 120.71560875863045, 120.29501427620689]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y60", "yaxis": "y", "legendgroup": "y60", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8.536739597206072, -8.460620212440148, -8.094234307490765, -8.649807631060696, -8.933666273639957, -8.81041798262384, -8.444858900591122, -8.236964613480914, -8.536739597206072], "type": "scatter", "x": [121.34166873584651, 122.00736453663043, 122.90353722543607, 122.75698286345632, 121.2544905945701, 119.92439090380958, 119.92092858284605, 120.71509199430757, 121.34166873584651]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y61", "yaxis": "y", "legendgroup": "y61", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8.362383314653293, -8.280682875199844, -8.705824883665088, -8.906639499551304, -9.040894870645594, -9.032885023640354, -8.45715789147659, -8.449303073768228, -8.09568124759494, -8.362383314653293], "type": "scatter", "x": [118.26061648974044, 118.87845991422208, 119.12650678922307, 117.97040164598928, 117.27773074754901, 116.74014082241665, 117.0837374207253, 117.6320243673421, 117.90001834520776, 118.26061648974044]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y62", "yaxis": "y", "legendgroup": "y62", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-6.42198495852574, -6.777673841990705, -6.877357679881726, -6.465186455921747, -6.946035658397626, -7.594213148634594, -7.7765276017603275, -8.370806573116873, -8.751816908404855, -8.348947442257405, -8.376180922075221, -8.302128594600973, -8.122604668819001, -7.740664157749762, -7.641600437046243, -7.766657403192576, -7.354899590690934, -6.924899997590252, -6.851416110871206, -5.895918877794472, -5.954985039904081, -6.3457622208952245, -6.42198495852574], "type": "scatter", "x": [108.48684614464926, 108.62347863162896, 110.53922732955328, 110.75957563684585, 112.6148112325564, 112.97876834518806, 114.47893517462114, 115.70552697150106, 114.56451134649649, 113.46473351446085, 112.55967247930097, 111.52206139531245, 110.58614953007432, 109.42766727095511, 108.69365522668133, 108.27776329959633, 106.45410200401612, 106.28062422081231, 105.36548628135552, 106.05164594932702, 107.2650085795402, 108.07209109907467, 108.48684614464926]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y63", "yaxis": "y", "legendgroup": "y63", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1.0848430314210589, -1.7823715144967662, -2.340425306816705, -2.4288436824680986, -3.0617766251789647, -4.305524997579774, -5.85235564537242, -5.873284600450632, -5.037314955264996, -4.2202588842981825, -3.6141460099468006, -2.7997771134591645, -2.050262139497832, -0.6503475887109857, 0.1831415877246343, 1.042882391764536, 1.8235065779655741, 2.45318390544206, 3.3087905948985963, 3.868859768077925, 4.970782172053688, 5.479820868344788, 5.439513251157123, 5.246320909033955, 4.2683702661263965, 3.590349636240873, 3.174328518075143, 2.099381211755741, 2.0836974145551608, 1.3987004663102311, 0.5613613956688681, 0.10454173420869493, -0.7119458960029021, -1.0592115210042863, -1.0848430314210589], "type": "scatter", "x": [104.36999148968489, 104.53949018760221, 104.88789269411402, 105.62211144411697, 106.10859337771265, 105.85744591677414, 105.8176550639094, 104.71038414919144, 103.86821333213078, 102.5842606954069, 102.156173130301, 101.39911339722507, 100.90250288290015, 100.14198082886065, 99.26373986206028, 98.97001102091326, 98.60135135294306, 97.69959760944985, 97.17694217324984, 96.42401655475726, 95.3808760925135, 95.29302615761729, 95.93686282754174, 97.4848820332771, 98.36916914265566, 99.1425586283358, 99.69399783732241, 100.64143354696162, 101.65801232300734, 102.49827111207323, 103.07684044801303, 103.83839603069836, 103.4376452982749, 104.01078860882404, 104.36999148968489]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y64", "yaxis": "y", "legendgroup": "y64", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12.704496161342433, 13.466413479053825, 13.429697373910443, 13.06959015548452, 12.205560207564403, 12.704496161342433], "type": "scatter", "x": [120.83389611214656, 120.32343631396745, 121.18012820850211, 121.5273938335035, 121.26219038298159, 120.83389611214656]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y65", "yaxis": "y", "legendgroup": "y65", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9.981044826696134, 10.26118276615037, 10.88186839440806, 10.94062449792392, 10.267383938025404, 11.232725531453738, 10.278778591345755, 9.950090643753299, 9.318268744336706, 9.022188625520414, 9.713360907424217, 9.981044826696134], "type": "scatter", "x": [122.5860889018671, 122.83708133350875, 122.9474105164519, 123.49884972543845, 123.33777428598472, 124.0779358257012, 123.98243777882584, 123.62307986866814, 123.30992068897939, 122.9958313335094, 122.38005496631942, 122.5860889018671]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y66", "yaxis": "y", "legendgroup": "y66", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8.414706325713297, 7.750354112168978, 7.189406439640692, 6.274294338400054, 7.293715318221842, 6.786485297060949, 6.049656887227272, 5.5810033227722755, 6.161355495626154, 6.885135606306136, 7.360610459823661, 7.83352732994274, 7.418875637232759, 7.457374579290204, 6.899424139834836, 7.192119452336015, 8.034962063016465, 8.316236883981134, 8.693035590037326, 8.240324204944372, 8.514157619659002, 8.960409450715488, 8.986996975129657, 9.760334784377534, 9.286074327018866, 8.78248749433456, 8.414706325713297], "type": "scatter", "x": [126.37681359263745, 126.47851281138789, 126.53742394420061, 126.19677290253259, 125.83142052622907, 125.36385216685221, 125.68316084198369, 125.39651167206063, 124.21978763234239, 123.9387195171069, 124.24366214406128, 123.61016076059519, 123.29607140512519, 122.82550581267537, 122.08549930225573, 121.91992801319256, 122.31235884001705, 122.94239790251959, 123.48768761606347, 123.84115441293983, 124.60146976125021, 124.76461225799562, 125.47139082245155, 125.41211795461277, 126.2227144715431, 126.30663699758514, 126.37681359263745]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y67", "yaxis": "y", "legendgroup": "y67", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [18.197700913968575, 18.507681993071387, 19.367887885001906, 19.821038519769345, 20.101253973872033, 20.077534491450052, 19.69592987719072, 19.25587921800927, 18.678395087147592, 18.197700913968575], "type": "scatter", "x": [109.47520958866365, 108.65520796105616, 108.62621748254044, 109.11905561730804, 110.21159874882281, 110.78655073450221, 111.01005130416458, 110.57064660038677, 110.33918786015147, 109.47520958866365]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y68", "yaxis": "y", "legendgroup": "y68", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [24.3942735865194, 22.790857245367167, 21.970571397382113, 22.81486094816674, 23.556262722258236, 24.538450832613737, 25.295458889257386, 24.997595933527037, 24.3942735865194], "type": "scatter", "x": [121.77781782438993, 121.17563235889274, 120.74707970589623, 120.22008344938368, 120.1061885926124, 120.69467980355225, 121.49504438688878, 121.95124393116146, 121.77781782438993]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y69", "yaxis": "y", "legendgroup": "y69", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [39.180864569651476, 38.17400096287662, 37.14207428644019, 36.3439834661245, 35.842877102190215, 35.13813975680979, 34.66760000257614, 34.60628591566183, 33.46480520276663, 33.849071153289, 34.596544908174806, 34.375938218720805, 33.90493337659652, 33.88576142021624, 33.149992377244544, 31.450354519164822, 31.029579169228246, 31.418237616495432, 32.319474595665696, 32.61030955660436, 33.29605581311752, 33.60415070244167, 34.23274282484002, 34.74971385348792, 35.433393052709405, 35.731617743465804, 35.52713410088687, 37.304984239240326, 36.82739065199884, 37.82748464614346, 38.21598806411376, 39.43880748143637, 40.56331248632368, 41.19500519465953, 41.378559882160275, 39.991616115878685, 39.180864569651476], "type": "scatter", "x": [141.88460086483497, 140.95948937394581, 140.97633589087297, 140.5997697287621, 140.77407433488258, 140.2532792502451, 138.9755277853962, 137.21759891169125, 135.79298302626893, 135.1209827007454, 135.0794348491827, 133.34031619683202, 132.15677086805124, 130.98614464734345, 132.00003624890996, 131.33279015515734, 130.686317987186, 130.2024198752049, 130.44767622286213, 129.81469160371893, 129.40841149304026, 130.35393517468464, 130.87845096244718, 131.8842293641439, 132.61767296766243, 134.6083008159777, 135.67753787652885, 136.72383060114242, 137.39061160700447, 138.8576021669062, 139.42640465714283, 140.054790073812, 139.88337934789985, 140.30578250545364, 141.3689734234266, 141.91426313697048, 141.88460086483497]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y70", "yaxis": "y", "legendgroup": "y70", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [43.96090871843361, 44.38473297787541, 43.262114162766764, 42.98835826270056, 41.9952147486992, 42.6787905950561, 41.58459381770797, 41.56955597591103, 42.563758856774385, 43.33327261003269, 43.38882477474644, 44.77212535255146, 45.55148346616134, 44.51035838477697, 44.17409983985374, 43.96090871843361], "type": "scatter", "x": [144.61342654843963, 145.32082523008307, 145.5431372418027, 144.05966189999987, 143.18384972551723, 141.6114909201724, 141.06728641170668, 139.955106235921, 139.81754357315998, 140.31208703019325, 141.38054894426, 141.67195234595386, 141.96764489152798, 143.14287031470974, 143.91016198137947, 144.61342654843963]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y71", "yaxis": "y", "legendgroup": "y71", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [40.899984442705225, 41.209991360024176, 40.50000885676613, 39.17737641047178, 39.24047333430015, 38.906617743478506, 39.17184703221655, 40.37831085871876, 40.95000722916376, 40.899984442705225], "type": "scatter", "x": [8.709990675500109, 9.210011834356266, 9.80997521326492, 9.669518670295616, 9.214817742559433, 8.806935662479674, 8.428302443077115, 8.388253208050912, 8.159998406617689, 8.709990675500109]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y72", "yaxis": "y", "legendgroup": "y72", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [42.62812185319392, 43.00998484961471, 42.152517808595654, 41.380006822264455, 41.58361196549443, 42.2565424667992, 42.62812185319392], "type": "scatter", "x": [8.746009148807559, 9.390000848028876, 9.560016310269134, 9.229752231491773, 8.775723097375362, 8.544212680707773, 8.746009148807559]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y73", "yaxis": "y", "legendgroup": "y73", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [56.111407375708794, 55.60999095318074, 54.80001455343792, 55.36486379660424, 55.77995473898872, 56.111407375708794], "type": "scatter", "x": [12.370904168353292, 12.690006137755603, 12.089991082414684, 11.043543328504226, 10.903913608451603, 12.370904168353292]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y74", "yaxis": "y", "legendgroup": "y74", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [58.55084503847897, 58.635000108466286, 57.553024807355186, 57.69001902936095, 57.68479970969946, 56.870017401753486, 55.97379303651553, 55.909998480851215, 54.62498647726534, 54.4643761257022, 53.32501414653097, 52.92999949809191, 52.73952016866405, 52.09999848083598, 51.80676056579574, 51.28942780212179, 50.76573883727595, 50.77498891865619, 50.50001862243113, 50.69687999124703, 50.228355617872744, 50.34183706318571, 49.95999990498106, 50.15967763935686, 51.21000112568919, 51.42600861266921, 51.59346609151103, 51.9914004583746, 52.30135569926125, 52.8400049912556, 53.495003770555094, 53.40444082296359, 53.98499970154664, 54.615012925833014, 54.790971177786844, 55.06160065369939, 55.50847260194335, 55.78398550070749, 55.31114614523683, 56.27501496034486, 56.78500967063335, 57.818848375064576, 58.63001333275011, 58.55084503847897], "type": "scatter", "x": [-4.211494513353671, -3.005004848635309, -4.073828497728101, -3.05500179687769, -1.9592805647769467, -2.2199881656894433, -3.1190030582711756, -2.08500932454308, -1.1149910139923236, -0.430484991854172, 0.18498131674203933, 0.4699768408317197, 1.6815307959147103, 1.559987827164207, 1.0505615576309424, 1.4498653499502439, 0.5503336930455873, -0.7875174625587248, -2.489997524414491, -2.956273972984065, -3.617448085942442, -4.542507900399272, -5.245023159191136, -5.776566941745344, -4.30998979330198, -3.4148506331421515, -4.984367234710916, -5.267295701508927, -4.222346564134966, -4.770013393564227, -4.579999152027, -3.092079637047106, -2.9450085107444295, -3.630005458989359, -4.8441690739030605, -5.082526617849339, -4.719112107756729, -5.047980922862223, -5.5863976709112535, -5.644998745130239, -6.149980841486425, -5.786824713555276, -5.009998745127689, -4.211494513353671]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y75", "yaxis": "y", "legendgroup": "y75", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [66.45589223903143, 65.8087482774403, 65.12667104761987, 64.36408193628868, 63.678749091233854, 63.49638296167582, 63.64363495549153, 63.960178941495386, 64.40211579045551, 64.8911298692335, 65.0849681667603, 65.37859365504274, 65.61118927678847, 66.26251902939522, 66.41046865504687, 65.73211212835143, 66.27662669541091, 65.99385325790978, 66.52681814235201, 66.45589223903143], "type": "scatter", "x": [-14.508695441129234, -14.739637417041607, -13.60973222497981, -14.909833746794902, -17.794438035543422, -18.656245896874992, -19.97275468594276, -22.762971971110158, -21.778484259517683, -23.95504391121911, -22.184402635170358, -22.227423265053332, -24.326184047939336, -23.65051469572309, -22.134922451250887, -20.57628373867955, -19.05684160000159, -17.79862382655905, -16.167818976292125, -14.508695441129234]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y76", "yaxis": "y", "legendgroup": "y76", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [53.704577541714784, 52.74076040303906, 51.75666026468876, 50.747600409541505, 48.97639069273754, 49.306551418650315, 47.86157501890495, 46.83672801369252, 46.137907619809525, 46.74076487892651, 45.966755276058834, 46.80592886004656, 47.78013296161296, 48.85918854429957, 49.61516307229739, 50.9523424342819, 51.9354348822025, 53.301966457728795, 53.762145087287934, 54.225475979216874, 54.36588084575389, 53.704577541714784], "type": "scatter", "x": [142.91461551327654, 143.2608476096321, 143.23526777564763, 143.64800744036285, 144.6541475770856, 143.1739278505172, 142.55866824765013, 143.53349246640403, 143.50527713437265, 142.74770063697383, 142.09203006405454, 141.906925083585, 142.01844282447087, 141.90444461483503, 142.1358000022057, 142.17998335181528, 141.59407596249002, 141.6825460145737, 142.60693403541075, 142.20974897681543, 142.65478641171302, 142.91461551327654]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y77", "yaxis": "y", "legendgroup": "y77", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9.316382554558047, 8.367499904814679, 9.066888739452892, 9.68449961998921, 10.376292019080523, 11.3696680770272, 10.554291490109875, 10.003653265823829, 9.316382554558047], "type": "scatter", "x": [118.50458092659036, 117.17427453010066, 117.66447716682137, 118.38691369026175, 118.98734215706105, 119.51149620979751, 119.68967654833989, 119.02945844937892, 118.50458092659036]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y78", "yaxis": "y", "legendgroup": "y78", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [18.224882717354106, 17.810282701076403, 17.093504746971973, 16.26244436285407, 15.931017564350142, 15.124813544164622, 14.328376369682275, 14.21820221603599, 14.336541245984378, 13.782130642141027, 13.237771104378425, 12.9975273706535, 12.536676947474575, 13.02752553959894, 13.552919826710422, 13.185836289925092, 13.784481919810304, 13.636687323455547, 13.857655747935596, 14.271015529838294, 14.52539276779504, 14.756670640517312, 14.396279201713796, 14.970869452367126, 15.406346747290739, 16.363704331929995, 16.034628811095345, 17.599081122299523, 18.505227362537525, 18.504064642810945, 18.218552354398355, 18.478975734933243, 18.224882717354106], "type": "scatter", "x": [122.336956821788, 122.17427941293317, 122.5156539246533, 122.25231082569393, 121.66278608610821, 121.50501793832112, 121.7288285665772, 122.25892540902726, 122.70127566944569, 123.9502950379403, 123.85510704965867, 124.18128869028493, 124.0774190613783, 123.29803510955225, 122.92865197152994, 122.6713550151487, 122.03464969288052, 121.12638471891857, 120.62863732308324, 120.67938357959386, 120.99181928923053, 120.69333621631267, 120.56414513558299, 120.07042850146644, 119.92092858284605, 119.88377322802819, 120.28643598844644, 120.39004723519167, 120.71586714079191, 121.32130822152351, 121.9376013530364, 122.24600630095429, 122.336956821788]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y79", "yaxis": "y", "legendgroup": "y79", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [11.415840969279998, 11.891755072471994, 11.582213243043682, 11.583660183147856, 11.16593374271649, 10.74130849857417, 10.441016750526089, 10.905691229694625, 11.415840969279998], "type": "scatter", "x": [122.03837039600555, 121.88354780485909, 122.48382124236149, 123.12021650603594, 123.10083784392646, 122.63771365772669, 122.00261030485957, 121.96736697803652, 122.03837039600555]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y80", "yaxis": "y", "legendgroup": "y80", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12.162694606978292, 11.046147772663929, 11.311454576050409, 10.975816148314692, 10.358722032101284, 10.134678859899864, 10.837995103392258, 10.889929917845592, 11.495370998577187, 11.415582587118536, 11.794189968304947, 12.557760931849671, 12.53572093347718, 12.162694606978292], "type": "scatter", "x": [125.50255171112354, 125.78341312062992, 125.01188398651226, 125.03276126515817, 125.27744917206019, 124.80181928924577, 124.76016808481853, 124.45910119028605, 124.30252160044171, 124.89101281138153, 124.87799035044401, 124.26676150929569, 125.22711632700788, 125.50255171112354]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y81", "yaxis": "y", "legendgroup": "y81", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8.67050466555807, 8.638749497914716, 9.336820583529487, 9.443248195834599, 9.774003200718738, 10.618990383339309, 11.083044745320322, 11.102035834187587, 11.310472723836867, 11.22701528568548, 11.731971543825523, 11.955549628136326, 12.437303168177309, 12.376040757695293, 12.112981879113505, 11.776284084515808, 11.539993597861212, 11.423282375530022, 10.969459947142795, 10.446494452349029, 9.865651353388373, 9.072263088411248, 9.137220363802129, 9.859992784052409, 10.211935126176215, 10.968969021036015, 11.37548167566004, 11.846822414594214, 12.162307033736099, 11.459610907431212, 11.443384507691563, 10.885744126829946, 10.554653225135922, 10.54586823164631, 10.648626817258688, 10.200798855017323, 10.0772146671913, 10.38959870039568, 10.64141795495398, 10.7017243514386, 10.715625311725104, 10.420268662960906, 9.94820445397464, 9.873066921422264, 9.381339829948942, 8.580174261911878, 8.602756862823426, 8.367034816924047, 7.999201971870492, 7.347691351750697, 6.832787380394464, 6.809093736188643, 6.321268215353356, 5.973149929219161, 5.772877915872002, 5.95312531170606, 6.025291449401664, 5.756548163267765, 5.6465290389183735, 5.409850979021584, 4.565768133966131, 4.156232408053029, 4.120007229016437, 3.650397650564031, 1.901563828942457, 1.736483465986069, 1.0461896834312228, 0.22298411702168153, -0.07844451253681939, -0.2354891902718208, -1.2378052710050014, -0.5816179337628, -0.941027520352776, -1.551739597178134, -2.137750339367976, -2.691308282078524, -2.383110039889793, -2.9120183243971165, -2.873054294449041, -3.7006523576033956, -4.820945733258917, -5.109403578312154, -5.149504489770649, -5.464937432480247, -6.738193047719711, -7.343220716992967, -8.996401462442286, -9.649281508017815, -11.040721123908803, -12.171194756725823, -13.038118584854288, -13.057652276260619, -13.793369642800023, -15.667053724838768, -17.208406670808472, -17.867746270420483, -18.262295830968938, -19.59911345792741, -20.904511814052423, -21.93731698983781, -22.370675551037458, -22.970070489190896, -22.96769337330547, -23.351959323827842, -23.796841729428582, -24.088968601174543, -24.885199069927722, -25.877024834905654, -26.62364592865864, -27.17591196056189, -28.18613453543572, -28.674115085567884, -29.224469089476337, -30.98446502047296, -31.77769825615321, -32.24536996839467, -33.19657805759118, -33.768377780900764, -34.39681487400223, -34.952646579733624, -34.75265878676407, -34.85983570733742, -34.430456231424245, -34.4625472958775, -33.909454441057576, -34.43148976007008, -35.28802662530788, -35.977390232081476, -36.41312590916655, -36.901571547189334, -38.18387053807989, -38.72016855240494, -38.9284245745412, -38.827707208004334, -39.42410491308485, -40.17258635840034, -40.67689666113672, -41.0287614886121, -41.16678923926369, -40.80267709733515, -41.06431487402891, -42.05800099056934, -42.35901620866951, -42.043686618824495, -42.563138116222405, -42.87355844499969, -43.495380954767796, -44.501366062193696, -45.036785577169795, -45.03962778094586, -45.55189625425519, -46.30177296324257, -47.033872979521526, -47.23613453551193, -48.133289076531135, -48.697337334996945, -49.86966887797038, -50.26416676208654, -50.732510267947795, -51.77110320414986, -52.349982598683425, -52.299443047901974, -52.29194996521966, -52.53792978292897, -52.89919972108146, -53.83325123475707, -53.85645395285612, -53.53140919374024, -52.835069268607235, -52.26275278097475], "type": "scatter", "x": [-77.35336076527386, -76.83667395700357, -76.08638383655786, -75.67460018584006, -75.66470414905618, -75.48042599150335, -74.90689510771199, -74.27675269234489, -74.1972226630477, -73.41476396350029, -72.62783525255963, -72.23819495307892, -71.75409013536864, -71.3998223537917, -71.13746110704588, -71.3315836249503, -71.36000566271082, -71.94704993354651, -71.62086829292019, -71.63306393094109, -72.07417395698451, -71.69564409044654, -71.26455929226773, -71.03999935574339, -71.35008378771079, -71.40062333849224, -70.15529883490652, -70.29384334988103, -69.94324459499683, -69.58430009629747, -68.88299923366445, -68.23327145045873, -68.19412655299763, -67.29624854192633, -66.227864142508, -65.65523759628175, -64.89045223657817, -64.32947872583374, -64.31800655786495, -63.07932247582873, -61.880946010980196, -62.73011898461641, -62.388511928950976, -61.58876746280194, -60.83059668643172, -60.67125240745973, -60.15009558779618, -59.758284878159195, -59.10168412945866, -58.48296220562806, -58.45487606467742, -58.078103196837375, -57.542218593970645, -57.14743648947689, -55.9493184067898, -55.841779751190415, -55.033250291551774, -53.9580446030709, -53.618452928264844, -52.88214128275409, -51.8233428615259, -51.65779741067889, -51.29998979348996, -51.069771287629656, -50.508875291533656, -49.97407589374506, -49.94710079608871, -50.699251268096916, -50.38821082213214, -48.62056677915632, -48.58449662941659, -47.824956427590635, -46.566583624851226, -44.905703090990414, -44.417619187993665, -44.58158850765578, -43.418791266440195, -41.47265682632825, -39.97866533055404, -38.50038347019657, -37.2232521225352, -36.45293738457639, -35.59779578301047, -35.23538896334756, -34.89602983248683, -34.729993455533034, -35.12821204277422, -35.636966518687714, -37.046518724097, -37.68361161960736, -38.42387651218844, -38.67388709161652, -38.953275722802545, -38.88229814304965, -39.16109249526431, -39.2673392400564, -39.58352149103423, -39.76082333022764, -40.77474077001034, -40.94475623225061, -41.754164191238225, -41.98828426773656, -43.07470374202475, -44.64781185563781, -45.35213578955992, -46.47209326840554, -47.64897233742066, -48.4954581365777, -48.64100480812774, -48.474735887228654, -48.661520351747626, -48.8884574041574, -49.587329474472675, -50.696874152211485, -51.576226162306156, -52.256081305538046, -52.712099982297694, -53.373661668498244, -53.806425950726535, -54.93586605489773, -55.67408972840329, -56.21529700379607, -57.1396850246331, -57.81786068381551, -58.42707414410439, -58.49544206402655, -57.22582963726366, -57.36235877137878, -56.73748735210545, -56.78828528504836, -57.74915686708346, -59.23185706240189, -61.23744523786564, -62.33595699731013, -62.125763108962936, -62.330530971919494, -62.145994432205214, -62.745802781816984, -63.77049475773255, -64.73208980981973, -65.11803524439158, -64.97856055363582, -64.3034079657425, -63.75594784204239, -63.458059048095876, -64.37880388045633, -65.18180396183975, -65.32882341171013, -65.5652689276616, -66.50996578638934, -67.29379391139247, -67.58054643418008, -66.59706641301729, -65.64102657740149, -65.98508826360079, -67.16617896184769, -67.81608761256643, -68.72874508327321, -69.13853919134777, -68.81556148952356, -68.14999487982038, -68.57154537624133, -69.46128434922667, -69.9427795071062, -70.8451016913546, -71.00633216010525, -71.429794684521, -72.55794287788488, -73.7027567206629, -74.94676347522517]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y82", "yaxis": "y", "legendgroup": "y82", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7.223771267114785, 6.691116441266303, 5.84535411216136, 5.582811997902497, 4.6679841170394525, 4.087606105969428, 3.8496361352653565, 3.325016994638247, 2.6966057397529255, 2.629555568854215, 2.2673554549204766, 1.766404120283056, 1.6913699405952514, 1.380923773601822, 0.982937730305963, 0.7684288598623965, 0.3603400740534682, -0.28370330160014134, -0.9066626928786832, -1.057454522306358, -1.9650477026485331, -2.246942640800704, -2.6851587866357884, -2.220794366061014, -2.65751189535964, -3.4048564591647126, -4.036394138203697, -4.7367648250554595, -5.690556735866565, -6.136834405139183, -6.541667575713717, -7.194340915560084, -7.93083342858386, -8.386567884965892, -10.377712497604065, -12.22271615972082, -13.535039157772943, -13.823186944232432, -14.649286390850321, -15.265682875227782, -16.359362888252996, -17.363487644116383, -17.77374684008157, -18.34797535570887, -19.756468194256165, -21.39331918710126, -23.628996677344574, -25.705924167587256, -27.640379734001247, -28.861442152625923, -30.09568206148503, -30.920644626592495, -32.41889942803078, -33.90909270603153, -35.50884002049106, -37.12378020604439, -37.15628468195598, -38.282882582351114, -39.25868865331856, -39.94221282324317, -41.79481292090683, -43.22495818458442, -43.365776462579774, -42.117532240569574, -42.38335580827898, -44.454960625995604, -44.10304412208794, -45.76397633238103, -46.64764332457207, -46.93925343199511, -47.7119194476232, -48.67377288187184, -50.37837167745158, -51.0433956846157, -51.62935475037325, -52.26275278097475], "type": "scatter", "x": [-77.88157141794525, -77.47666073272228, -77.31881507028675, -77.53322058786573, -77.3076012844794, -77.49627193877703, -77.12768978545526, -77.51043128122501, -77.93154252797149, -78.42761043975733, -78.66211808949785, -78.61783138702371, -78.99093522817104, -78.85525875518871, -79.5427620103998, -80.09060970734211, -80.02089820018037, -80.39932471385376, -80.58337032746127, -80.93365902375172, -80.76480628123804, -80.96776546906436, -80.36878394236925, -79.98655921092242, -79.77029334178093, -80.30256059438722, -81.09966956248937, -81.41094255239946, -80.92634680858244, -81.24999630402642, -80.53748165558608, -79.76057817251005, -79.44592037628485, -79.03695309112695, -78.09215287953464, -77.10619238962184, -76.25924150257417, -76.42346920439775, -76.00920508492995, -75.23788265654144, -73.44452958850042, -71.46204077827113, -71.37525021023693, -70.37257239447771, -70.16441972520605, -70.09124589708074, -70.40396582709502, -70.72495398627599, -70.90512386746161, -71.48989437527645, -71.37008256700773, -71.66872066922247, -71.4384504869299, -71.86173214383263, -72.55313696968174, -73.1667170884993, -73.58806087919109, -73.50555945503712, -73.21759253609065, -73.67709937202999, -74.0179571194272, -74.33194312203261, -73.70133561877488, -73.38889990913822, -72.7178039211798, -73.24035600451522, -74.35170935738425, -74.69215369332312, -75.64439531116545, -74.1265809801047, -75.18276974150216, -75.60801510283198, -75.47975419788355, -74.97663245308988, -75.2600260077785, -74.94676347522517]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y83", "yaxis": "y", "legendgroup": "y83", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-52.83749806092496, -53.04740772889455, -53.71537729269931, -54.07432179139866, -53.61584848410516, -52.93123910910242, -52.51829273865806, -52.6362700335804, -53.10001433696767, -53.84999439881963, -54.45000945416058, -54.700020033588665, -55.199989516012536, -55.25001230247107, -54.896803887756114, -55.30122364687231, -55.61185068137877, -55.58001799908697, -55.499041029685614, -55.19843922304378, -55.05384856549112, -54.49512297955138, -53.957533054419024, -52.83749806092496], "type": "scatter", "x": [-74.66254309761987, -73.83809729683531, -72.43417782254585, -71.1077213202619, -70.59178382025983, -70.26748836941218, -69.3456583319736, -68.63412553574679, -68.2500146145213, -67.74999345566513, -66.44999528671462, -65.05000322127933, -65.50000159367697, -66.44999528671462, -66.95991248235468, -67.29102922226485, -68.14862545436465, -68.63999081081192, -69.23209937201221, -69.95807573106458, -71.00568620470159, -72.26390397814413, -73.28521114774458, -74.66254309761987]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y84", "yaxis": "y", "legendgroup": "y84", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [80.58980988231714, 80.77191762971368, 80.78400991486998, 80.51456899690017, 80.7539859077084, 80.91888540315178, 80.69972565380193, 80.54728017854093, 80.4154277615482, 80.33956675894375, 80.17546824820089, 80.01018117951533, 80.2472468126543, 80.55942414012951, 80.58980988231714], "type": "scatter", "x": [44.84695804218114, 46.79913862487123, 48.31847741068461, 48.52280602396667, 49.097189568890855, 50.03976769389462, 51.522932977103665, 51.13618655783128, 49.79368452332071, 48.89441124857755, 48.75493655782177, 47.58611901224418, 46.50282596210963, 47.07245527526294, 44.84695804218114]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y85", "yaxis": "y", "legendgroup": "y85", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [73.7498139513002, 74.62748647734536, 75.08141225859718, 75.60939036732326, 76.25188345000812, 76.43905548776927, 76.80978221303117, 76.93969676381293, 76.5448113064546, 76.23364166940907, 75.73775462513625, 75.26088450794684, 74.30905630156285, 73.33304352486623, 72.37126760526603, 71.54059479439032, 70.72046397570212, 70.63274323188666, 70.76265778266846, 71.20666168892022, 71.47475901965045, 72.01488108996513, 72.22944163684097, 72.77473135038481, 73.6275475124976, 73.7498139513002], "type": "scatter", "x": [53.50828982932515, 55.90245893740766, 55.631932814359686, 57.86864383324885, 61.170044386647476, 64.49836836127017, 66.21092532742284, 68.1570597675348, 68.85221113472508, 68.1805725442276, 64.63732628770302, 61.58350752141476, 58.47708214705335, 56.98678551618803, 55.419335971910925, 55.62283776227633, 57.535692579992315, 56.94497928246388, 53.67737511578417, 53.412016635965394, 51.601894565645665, 51.455753615124216, 52.47827518088354, 52.44416873557088, 54.42761355979758, 53.50828982932515]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y86", "yaxis": "y", "legendgroup": "y86", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [80.05640574820042, 79.51783397085451, 79.40003754344518, 79.56682322866722, 79.84236196564747, 79.85988027619443, 80.31889618602698, 80.59815562613225, 80.35767934846204, 80.65714427359343, 80.40734039989452, 80.05640574820042], "type": "scatter", "x": [27.407505730913446, 25.92465050629815, 23.024465773213617, 20.075188429451828, 19.897266473070914, 18.462263624757867, 17.368015170977458, 20.45599205901064, 21.907944777115404, 22.91925255706738, 25.447625359811866, 27.407505730913446]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y87", "yaxis": "y", "legendgroup": "y87", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [77.85385285105617, 77.4449372423306, 77.67704193796955, 77.93503652618672, 78.25462942169581, 78.45495311147526, 78.0795238308748, 77.85385285105617], "type": "scatter", "x": [24.72410363129333, 22.490338169044833, 20.726001417735688, 21.416088494561365, 20.81188764820476, 22.88426761240578, 23.281349318136538, 24.72410363129333]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y88", "yaxis": "y", "legendgroup": "y88", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [79.6743102078343, 80.01609813101275, 80.05087636994519, 79.70175039338129, 78.95611115184185, 78.56259511993922, 77.82667104767067, 77.63794871694073, 76.80942047800512, 76.77045644805706, 77.38034170196575, 77.73566885040468, 78.02492768015843, 78.86929474559149, 79.65239940054254, 80.01046539989294, 79.66040924754778, 79.6743102078343], "type": "scatter", "x": [15.142827996489387, 15.522546420970059, 16.990828891679058, 18.25183719246536, 21.543832635186874, 19.027397088301797, 18.471720411867295, 17.594409620848154, 17.11821129727855, 15.913168572664349, 13.762602166405742, 14.669575229560424, 13.170596958070035, 11.22229210780182, 10.444561801809131, 13.170751987366913, 13.718522169660758, 15.142827996489387]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y89", "yaxis": "y", "legendgroup": "y89", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7.223771267114785, 7.512254950384161, 8.052041123888927, 8.319182440621773, 8.38770538984079, 8.718124497915028, 8.996092027213024, 8.932374986197146, 8.5845150822244, 8.333315944853595, 8.298408514840432, 8.09030752200107, 7.547524115423372, 7.419754136581716, 7.271571966984765, 7.220541490096537, 7.817921047390597, 7.64790558515034, 7.706610012233909, 8.108962714058435, 8.175392767769637, 8.29236237226229, 8.291613063994063, 8.290863755725823, 8.073822740099956, 8.225053819202117, 8.446926581247283, 8.656836249216866, 8.830443223501419, 9.051385809765321, 9.29080272057358, 9.487354030795714, 9.61553742109571, 9.908051866083852, 10.086723130733006, 9.795991522658923, 9.55703969974131, 9.83454214114866, 9.933347479690724, 10.134885565629034, 10.439337266476613, 10.75433095951172, 10.824791774941687, 10.895278428587801, 11.088444932494824, 11.403438625529944, 11.806876532432597, 12.143961900272487, 12.458257961471658, 12.909909979702633, 13.064551703336065, 12.914018256069838, 12.984685777228975, 13.297534898323974, 13.341020616097595, 13.384480495655055, 13.149016831917137, 13.163951320849492, 13.259759426318624, 13.458532823129303, 13.520622056527998, 13.735337632700734, 13.909771429901951, 13.927832342987957, 14.126218166556455, 14.538828640190928, 15.615429592343673, 15.940190131081948, 16.200975246642884, 16.128318182840516, 15.752087917539525, 15.653515122942778, 15.917064927631332, 16.10731171311386, 16.566043402568823, 16.70616404872824, 17.17107107184208, 17.64902639410961, 17.91609019619402, 17.975750637274984, 18.29229462327885, 18.74857168219995, 19.316133938061597, 19.94676727953548, 20.434101874263987, 20.531718654863337, 20.81689504646604, 21.0762848983551, 21.422103583252305, 21.871145941652546, 22.269080308516124, 22.773752346278556, 23.767800197845034, 24.548915310152836, 25.172313951105863, 25.58060944264395, 25.824883938087634, 26.44293406829844, 26.676175645447817, 27.16211497650444, 27.859876003525457, 27.941240546169013, 28.467952582303937, 28.95440867768349, 29.266844387320145, 30.021113593052338, 30.786880804969456, 31.17096588797881, 31.567608344035076, 31.524045111613034, 31.799532172161012, 31.393484605427616, 30.913617255165278, 30.162681179315925, 29.750432440707495, 29.061611436472973, 28.826173610951205, 28.75478261973998, 28.411289374295894, 28.42519033458241, 27.780216783147537, 27.525813706974642, 27.171752631126875, 26.662817287700364, 25.732589830014348, 25.29463206634072, 24.82600434010186, 24.298594672131, 24.265547593680353, 23.811182562754055, 23.36467234953612, 23.185587673428643, 22.818271592697997, 22.82307750090115, 23.43097321216659, 24.00096426034597, 24.484423122652586, 24.738412787367135, 25.470125230403927, 26.0120042994165, 26.321959540303165, 26.768185533143495, 26.639459540304426, 26.90006378835235, 27.142090358991343, 27.722726752222822, 27.798200181585113, 27.741485297144777, 28.115002549750443, 28.566111965442342, 29.279479275015515, 29.556361599235373, 30.180793768834224, 30.836464341753512, 31.635743720011916, 32.53532705334885, 33.04622461520375, 33.62123643120128, 33.74090922312447, 34.02778157757573, 34.078, 34.34847717828417, 34.447096665986706, 34.60855967868267, 35.15687246351558, 36.161513983701894, 37.55176504165017, 37.783378811182345, 38.113694566392, 38.95165375422087, 39.7669786647059, 40.313198554031004, 41.14203685156036, 41.99963308366016, 42.76599, 43.708380000000005, 44.615895, 45.52341, 46.86475, 47.72017, 48.18443298339844, 48.379714965820305, 48.040000000000006, 47.095988674500845, 47.36000356708003, 48.18000519468748, 49, 49.00253777777778, 49.984572048535846, 50.41656118427976, 50.830592759802244, 51.71583588317819, 52.32962270772491, 52.75538483337766, 53.56158885356318, 54.28756521261556, 54.802753404349396, 55.17890615500194, 55.49777558045893, 56.36999624289732, 57.178887437562025, 58.12306753196684, 58.187714748763966, 58.21220937767033, 58.49999542910376, 59.53776154238916, 59.72751740176493, 60.0844465196049, 59.999180406323305, 60.458609727614196, 60.88465607364455, 60.672989406977045, 59.978328965893525, 59.914172675203176, 59.70565827090546, 59.36821116803952, 59.15582103131994, 59.74498403587958, 60.72580272077933, 61.033587551509726, 61.28445079207063, 60.72719798445121, 60.06165721296418, 59.35027944603425, 58.8647276882198, 58.14637360293046, 57.7277945013663, 57.422774359763515, 56.9799848496706, 56.46360809999405, 55.99415355083853, 55.56668610292015, 55.64358063417046, 55.36473460552351, 55.02418691672007, 54.68973704692707, 54.40417308208217, 54.57222483989534, 55.039431464246164, 55.34804311789323, 55.89498647727042, 56.00805451112504, 56.41805532492877, 57.016675116597824, 57.216947129944984, 57.57000051536306, 58.32832632103016, 58.918884589261694, 58.61580231386985, 58.787781480537205, 58.424186102931586, 58.93139028587632, 58.57254914004156, 59.071123358793535, 58.6708377142607, 58.671664537177364, 59.266951198963596, 59.63362132429059, 59.98972361921389, 59.798055731843334, 60.2674844427827, 60.50749563256231, 61.07389516869739, 61.500019029376176, 62.07499685327171, 62.6330764838078, 63.14637848576298, 63.21944896102367, 63.05945872664804, 63.541961574957256, 63.45581696232672, 63.76610810002326, 64.2227985704027, 64.40278758407528, 64.7886038275664, 64.77723501246221, 64.55944468856809, 64.33860545516877, 64.55916046819051, 64.4469450954687, 64.6866720648707, 65.0888955756145, 65.66999705673662, 66.08831777613933, 66.57666006129752, 66.57666006129752, 66.07720734319658, 66.11611969671235, 66.73556509059505, 67.11639455837, 67.61633820257772, 68.04277212185026, 68.35887685817967, 68.88303091091613, 68.91553538682773, 69.37111481391288, 69.8580618353992, 70.33332998318757, 70.44768992784948, 70.89164215766895, 70.82472117785098, 71.35776357694165, 71.14777639432363, 70.69640859647025, 70.88998851183563, 70.82999217394475, 70.60000621202978, 70.43001658800564, 70.53001048449043, 70.21403493924176, 70.12000967068671, 69.98999176704037, 70.1525141465983, 69.85196401638875, 69.71199839952622, 69.47100535753306, 68.99000112576032, 68.89801707628077, 69.31512339952464, 69.62742991808058, 69.505344346791, 69.94451650662351, 70.19370026313491, 69.7792552761541, 70.01285858832951, 70.48383759223763, 70.37720327420335, 69.48056549750707, 70.15840525987956, 69.39969188097028, 69.56371287706467, 69.8555296902169, 69.79778127713074, 69.37785858832696, 69.01129181586457, 68.84148305935348, 68.90592357042142, 68.39890025498973, 67.90262563747471, 67.68816844346343, 67.80609406195349, 67.98104462347762, 67.38144297959501, 67.88732941351633, 68.31164459906488, 68.65394928656626, 68.69999298773833, 68.79998688422309, 68.5612159288185, 68.01801911078248, 68.09775584580883, 67.64687897406223, 67.80562897406286, 67.78165110947943, 68.40393870713818, 68.57865672471699, 68.23940094672083, 67.29338633896965, 68.09070201280097, 68.0638302680092, 69.06901439073458, 69.68572093370581, 70.08977895779596, 71.19482778592537, 71.92051992460016, 71.76016795519847, 71.318696194129, 70.1912714708172, 69.69998362901835, 69.49767039659567, 68.4749938015395, 69.25871857367805, 68.61508860948275, 67.87337677679751, 67.1987409532271, 67.9214616970451, 68.78456146918397, 69.88209137641492, 69.80540355089379, 69.65825490994267, 69.16203196885995, 68.6656798366965, 68.13253408474127, 67.59716624619743, 67.11078766546633, 66.41155386012498, 66.25729970973374, 66.5583149278339, 66.05625254990223, 65.21297068954728, 64.77563304306115, 64.09898183863136, 64.03273265243318, 63.610174465582546, 62.96021413843151, 62.83507965763674, 62.024689846435564, 60.898660386795655, 60.110207221102385, 58.94880524355869, 58.78212291120124, 57.84572011985635, 57.0870842555955, 57.28466909446348, 56.85172394472216, 56.47161794699929, 55.99911448833855, 55.723834133519745, 55.30261953390868, 55.244896959038655, 55.14831370708515, 54.282268378305645, 53.27703257914797, 52.15785024678672, 51.20839915628814, 51.533934841510785, 52.56206330017376, 54.14145010031027, 54.66772288677072, 55.13645396587417, 55.83741893169727, 56.53422394472089, 57.20263275820014, 58.05208995221395, 58.80457632103206, 59.85262604434355, 60.75789378523259, 62.31965892195758, 62.55054922143768, 62.27839529077252, 62.18111440698307, 62.443785712322665, 62.10507253686558, 61.52536631941534, 61.13719879825494, 61.061415310298905, 60.22123403588148, 58.95735769310299, 58.801062323636216, 58.21205434837344, 58.76731761334962, 59.8707127956457, 60.3355939805434, 59.44257355410754, 58.16709585227951, 56.96742747662366, 56.33945547141284, 55.77548472759547, 55.20407257752808, 54.945483710339545, 54.626485093801804, 53.78033519145467, 53.647475084032266, 53.27036631938232, 52.146636460979394, 51.77069041605601, 51.4197040879296, 51.064299424842254, 50.242773342482195, 50.08045766865341, 50.2909874538105, 50.29817047789908, 50.22897573506026, 49.511551825552175, 49.068374742217074, 47.7448896347899, 46.82171601011173, 46.98607290301604, 48.29999787046922, 49.13307363544649, 49.232783311553675, 48.742503160184526, 48.070864569687046, 46.992971706727005, 46.23849579526565, 45.73901723894854, 45.88376292579808, 47.007932033875505, 46.28265330665906, 45.920401516293026, 45.265247707696645, 44.670141913423436, 44.26551544857807, 43.54524933529393, 43.618681545580685, 44.46511566830543, 45.29204193783998, 45.25930491798309, 45.13750356707113, 44.80970000000001, 44.3252, 43.980000000000004, 43.68405, 43.09023834896399, 42.86529083919747, 42.334987291018265, 41.80499380143282, 41.78000824641968, 42.144998887697184, 41.92281606705828, 41.63717458756496, 41.47498810481691, 41.4944442815748, 41.31998464615744, 41.26998769791504, 41.2206367050763, 40.93110235165436, 41.11948008886496, 40.930008449866804, 40.630000922196345, 40.6280113795531, 40.750750000000004, 40.4734988470004, 40.42763, 39.70925608983589, 38.939535630848425, 39.19639333755519, 39.24845734308924, 39.49849376073348, 38.95999949803601, 38.78203223017923, 38.404120000000006, 38.015509345037444, 37.21690176039883, 37.25658926039898, 37.93705, 38.319215, 39.15, 38.717615, 38.08326, 38.239991766913334, 37.917944999999996, 36.9664, 36.89726, 36.55125763604721, 35.55075023044425, 34.80854747165222, 34.51201, 33.925470000000004, 33.861344305958326, 33.49395, 33.158390000000004, 32.509355, 32.0333, 31.44049, 30.729985053016108, 30.03552, 29.180002142853652, 28.47213, 28.039994208278785, 26.88, 26.205765, 25.816775, 25.20616, 25.079994004816427, 25.20125275318931, 25.639985663347304, 25.869997463478445, 26.72999664967979, 27.49504, 27.88624, 28.54998891856728, 29.1, 29.93656, 30.09, 29.63615, 29.686120000000003, 30.152610000000003, 30.400005194616355, 30.274328111282514, 30.384915676387124, 30.315980000000003, 30.159994004836747, 29.894190000000002, 29.48864, 29.29108, 29.15961, 29.30714, 29.117430000000002, 29.148535000000003, 29.677, 29.552300000000002, 29.78375, 29.71363, 29.480009670524126, 28.738633734648772, 28.307471421821518, 27.830007025660766, 27.38000865326312, 26.68999909108588, 26.210002549742825, 25.869997463478445, 24.992144069920244, 24.272343044526735, 22.932579860927632, 22.44421173755327, 21.89868948006412, 21.41101898852571, 20.635433254473128, 19.89093089444411, 19.32039724372568, 18.828024196848702, 18.562717393462222, 18.14437083584336, 18.423836981677823, 18.524838568592287, 18.704595038319567, 18.876083278880145, 19.28412038825678, 19.8674181177513, 20.707521877520293, 20.999855454995412, 21.26172577563449, 21.493675441976563, 21.45884552661184, 21.54354319913821, 21.331514797444655, 20.849864610268256, 20.255404771398688, 19.646553046135836, 19.472403469312226, 19.0401301131907, 18.259815985583415, 18.516647854074023, 18.4999822046599, 18.35327281338327, 18.348673610909287, 18.07667470954101, 17.644142971258034, 17.489475409408456, 17.131693630435663, 17.036066392479555, 16.530774237529627, 16.265467434143147, 16.2336605900675, 15.887273464415076, 15.70638011317736, 15.855389105690975, 15.71999685308627, 15.688655096901257, 15.86445831955821, 15.878798529519202, 15.797278957578769, 15.846940009011263, 15.756712958229656, 15.78283539475319, 15.893448798073948, 16.00540578863429, 15.953651841693983, 15.885749009662463, 15.909158433490672, 15.995923163308731, 15.857223619037342, 15.835157782448718, 15.648244126849006, 15.424071763566857, 15.270902818253745, 14.99582916916411, 14.899866034398102, 14.6766238468972, 14.31070302983845, 13.970077826386557, 13.567699286345883, 13.127054348193086, 12.869292303921227, 12.419087225794428, 12.320850328007566, 11.893124497927728, 11.62903209070012, 11.373311265503787, 11.103043524617275, 10.938764146361422, 10.785000922076946, 10.395438137244653, 9.992982082555557, 9.566160590040823], "type": "scatter", "x": [-77.88157141794525, -78.21493608266012, -78.42916073272607, -78.18209570993864, -78.4354652574657, -78.62212053090394, -79.12030717641375, -79.55787736684519, -79.76057817251005, -80.16448116730334, -80.38265906443962, -80.4806892564973, -80.00368994822716, -80.276670701809, -80.42115800649708, -80.8864009264208, -81.05954281281473, -81.18971574575795, -81.51951473664468, -81.72131120474447, -82.13144120962892, -82.39093441438257, -82.60549496125842, -82.82008134635042, -82.85095801464482, -82.96578304719736, -83.50843726269431, -83.71147396516908, -83.59631303580665, -83.63264156770784, -83.90988562695374, -84.30340165885636, -84.64764421256866, -84.71335079622777, -84.97566036654133, -84.91137488477024, -85.11092342806532, -85.33948828809227, -85.66078650586698, -85.79744483106285, -85.79170874707843, -85.65931372754667, -85.80051957878422, -85.94172543002176, -85.7125404528073, -86.05848832878526, -86.52584998243296, -86.74599158399633, -87.16751624220116, -87.66849341505471, -87.55746660027562, -87.39238623731923, -87.31665442579549, -87.48940873894722, -87.64125993523689, -87.79311113152657, -87.90411210808952, -88.48330156121682, -88.84322791212972, -89.2567427233293, -89.81239356154767, -90.09555457229098, -90.60862403030085, -91.23241024449605, -91.68974667027913, -92.22775000686983, -93.35946387406186, -93.87516883011861, -94.6916564603302, -95.25022701697306, -96.05338212765335, -96.55743404822829, -97.26359249549674, -98.01302995480964, -98.9476757474566, -99.69739742714711, -100.82949886758132, -101.66608862995447, -101.91852800170025, -102.47813208698895, -103.50098954955814, -103.91752743204681, -104.99200965047558, -105.49303849976143, -105.73139604370769, -105.39777299683136, -105.50066077352449, -105.27075232625793, -105.26581722697405, -105.60316097697542, -105.69341386597317, -106.02871639689899, -106.90998043498846, -107.91544877809143, -108.40190487347098, -109.26019873740672, -109.44408932171734, -109.29164384645631, -109.8014576892318, -110.3917317370857, -110.64101884646172, -111.17891883018783, -111.7596068998516, -112.22823462609044, -112.27182369672866, -112.80959448937405, -113.16381059451868, -113.14866939985716, -113.8718810697819, -114.20573666060356, -114.77645117883502, -114.93669979537212, -114.77123185917355, -114.6738992989518, -114.33097449426293, -113.58887508833548, -113.42405310754054, -113.27196936730557, -113.14003943566442, -112.96229834679652, -112.76158708377488, -112.4579105294117, -112.24495195193688, -111.61648902061926, -111.28467464887314, -110.98781938357247, -110.71000688357137, -110.65504899782896, -110.17285620811349, -109.77184709352855, -109.40910437705575, -109.43339230023292, -109.8542193266018, -110.03139197471448, -110.29507097048376, -110.94950130902805, -111.67056840701271, -112.18203589562152, -112.14898881717087, -112.30071082237981, -112.77729671919163, -113.46467078332196, -113.59672990604385, -113.84893673384434, -114.46574662968014, -115.0551421781851, -114.98225257043741, -114.57036556685503, -114.19932878299939, -114.16201839888465, -114.93184221073669, -115.51865393762705, -115.88736528202958, -116.25835038945293, -116.72152625208501, -117.12775468633141, -117.2959376912739, -117.944, -118.41060227589757, -118.51989482279983, -119.081, -119.43884064201674, -120.36778947638344, -120.62286434617613, -120.74432980027817, -121.71458065477424, -122.54747555223851, -122.51199968147014, -122.953187222162, -123.72719682502968, -123.86517289924899, -124.39806026904279, -124.17884884326065, -124.21370459684152, -124.53284000000001, -124.14214, -124.020535, -123.89893000000001, -124.079635, -124.39567, -124.6872100830078, -124.56610107421875, -123.12, -122.58736975796783, -122.33999467658664, -122.50001074917841, -122.84, -122.97421000000001, -124.91025122770371, -125.62460038949041, -127.43560095915909, -127.99275041391394, -127.85033016651754, -129.12978695363202, -129.30522844126293, -130.51497372121568, -130.53610938202306, -131.08581743052787, -131.96721065969805, -132.25000993541533, -133.5391818918007, -134.07806372774036, -135.03821183972337, -136.628063117399, -137.80000708713024, -139.86778784885726, -140.82527462457725, -142.57444434300874, -143.95888180232416, -145.92555762427213, -147.11437394914668, -148.22430620012767, -148.01806555885082, -148.57082251686083, -149.72785783587588, -150.6082433746164, -151.71639278868332, -151.85943315326722, -151.4097190012472, -150.34694149473253, -150.62111080625706, -151.89583919981686, -152.5783298410956, -154.01917212625764, -153.28751135965314, -154.2324924387585, -155.30749142151018, -156.30833472392305, -156.55609737854644, -158.11721655986779, -158.43332129619716, -159.60332739971747, -160.28971961163427, -161.2230476552578, -162.23776607974102, -163.06944658104644, -164.78556922102723, -164.9422263255201, -163.8483396067657, -162.87000139061595, -161.80417497459607, -160.56360470278122, -160.07055986228445, -158.68444291891953, -158.46109737855406, -157.72277035218391, -157.55027442119365, -157.041674974577, -158.1947312083056, -158.51721798402303, -159.05860612692885, -159.71166704001737, -159.98128882550023, -160.35527116599653, -161.35500342511511, -161.96889360252638, -162.0549865387247, -161.87417070213542, -162.51805904849212, -163.81834143782024, -164.66221757714658, -165.34638770247483, -165.35083187565192, -166.12137915755602, -165.73445187077064, -164.9191786367179, -164.5625079010394, -163.75333248599713, -163.0672244944579, -162.26055538638175, -161.53444983624863, -160.7725066803211, -160.95833513084267, -161.51806840721216, -160.77777767641487, -161.39192623598765, -162.45305009666896, -162.75778601789415, -163.54639421288428, -164.96082984114514, -166.42528825586453, -166.84500423893917, -168.11056006576712, -166.70527116602193, -164.4747096425755, -163.65251176659564, -163.7886016510363, -161.67777442121016, -162.48971452538007, -163.7197169667912, -164.43099138085657, -165.39028683170673, -166.7644406809961, -166.2047074046267, -164.43081051334352, -163.16861365461455, -162.93056616926202, -161.90889726463556, -160.93479651593373, -159.0391757883871, -158.11972286683394, -156.58082455139808, -155.06779029032433, -154.34416520894123, -153.90000627339256, -152.2100060699353, -152.27000240782615, -150.7399924387445, -149.72000301816752, -147.61336157935702, -145.68999060766964, -144.9200117665207, -143.58944698786956, -142.07251115615776, -140.98598832900498, -139.12052079970064, -137.5463533192256, -136.50357459200788, -135.6257470366658, -134.41463233125734, -132.92924496145972, -131.43135189504747, -129.79470760793157, -129.1077211170434, -128.36156511118105, -128.13816789438326, -127.44712480356019, -125.75632361540238, -124.42482866096998, -124.28966895231058, -123.06108761278743, -122.68348792203072, -121.47226986375765, -119.94288001186351, -117.60268693730987, -116.2264401925127, -115.24688758020409, -113.8979518298732, -115.30489437545172, -113.49727861209814, -110.79801184776443, -109.94617753786518, -108.88019609254842, -107.79238135458836, -108.81299089235284, -108.16721635621744, -106.95000383179851, -106.15000098348801, -105.34281511108895, -104.3379152087412, -103.22116166869766, -101.4543444486385, -99.90195858437448, -98.44321041542332, -98.55860388873108, -97.66948503293327, -96.11991553422915, -96.12588416215885, -95.48943722205215, -94.68499020056456, -94.23282141801066, -95.3040738594212, -96.47131527381387, -96.39113928911304, -95.20880835649112, -93.88997412797022, -92.87817542191148, -91.51965369339042, -92.40691219762576, -90.54710323765737, -90.55149573440218, -89.21514319533433, -88.01966061069413, -88.31749772820834, -87.35016659213676, -86.30607011589562, -85.57663143587968, -85.52198360873102, -84.10080420605608, -82.62257402213088, -81.28043372264632, -81.22020484081015, -81.96437130402929, -81.25927222362282, -81.38652543814156, -83.34457129589678, -84.73541663281641, -85.76943620476065, -86.06760921908479, -87.0314263577605, -87.3232431709127, -88.48296566440692, -89.91442867710796, -90.7039928860955, -90.77003536656451, -91.93342688675146, -93.15696977412614, -94.24152889685183, -94.62930884477005, -94.68460262732236, -93.21502824580605, -92.7646164619501, -92.29702226435708, -90.89767615432544, -89.0395208401904, -88.03978858107182, -87.32419918491009, -86.07120073112904, -85.01180803092949, -83.36053931347496, -82.27285376659565, -82.43620296907024, -82.1250333320247, -81.40073645702181, -79.91289445669035, -79.14301896840601, -78.60191504587782, -79.12420874705178, -79.82956620961971, -78.22873369008205, -77.095598721002, -76.54136898467166, -76.62319861520584, -77.3022527737372, -78.51688147654153, -77.33674679229202, -77.77271501332241, -78.10688066273781, -77.41066992868555, -75.69620093453807, -74.66820166695584, -73.83988013374939, -72.9085416327691, -71.67709225125375, -71.37369991726817, -69.59042375352405, -69.6203185696049, -69.28788408067129, -68.37455481634471, -67.64976701523504, -66.2017675442006, -65.24518510604574, -64.58352006698058, -63.804756232342065, -62.50235510928999, -61.396556972892306, -61.798651292555384, -60.46852576357871, -59.569614223861585, -57.975086229063535, -57.333213263566165, -56.93688086610365, -56.15811703146511, -55.756306932179655, -55.683391486215825, -56.40916113953904, -57.12692094585701, -58.77483069521256, -60.03310014508739, -61.72366878929988, -63.86250464542823, -65.36331743026496, -66.39904232447483, -67.23630388046776, -68.51113562689214, -69.95363155788749, -71.10456905789209, -70.25521521674287, -68.6499902004604, -66.55244381373326, -65.05625606958665, -64.17098710799456, -65.11545142277699, -64.79854570174707, -64.47218319360775, -63.17329606795151, -61.520709601473534, -60.51813513857891, -60.448604498930194, -59.8028816392271, -61.03988623721381, -63.25471228702736, -64.24656389022142, -65.3640667385332, -66.12340023462998, -66.1617183091744, -64.42549353703204, -66.02604183619209, -67.13742102727727, -66.96466000000001, -68.03252, -69.06, -70.11617000000001, -70.64547563341108, -70.81489681668, -70.82499955919306, -70.49499386257716, -70.08000627305726, -70.1849869452582, -69.88497941758774, -69.96502621120786, -70.63999793158814, -71.1203820461734, -71.85382564969197, -72.29498735216768, -72.8764247300997, -73.71000000000001, -72.24124386258414, -71.94500871447097, -73.34500077990626, -73.98199032255204, -73.952325, -74.25670223661564, -73.96244, -74.1783866034773, -74.90604244657918, -74.98040483264718, -75.20002966988764, -75.52804582386031, -75.31999650745323, -75.07183476478983, -75.05673, -75.37746070016179, -75.94024288603643, -76.03127092151857, -75.72205000000001, -76.23287, -76.35000000000001, -76.542725, -76.32933, -76.98999793161354, -76.30162, -76.25874, -75.9718, -75.86805091012468, -75.72749101429079, -76.36318864612927, -77.39763500000001, -78.05496000000001, -78.55434688995314, -79.06067000000002, -79.20357, -80.301325, -80.86498, -81.33629, -81.49042090526437, -81.31371, -80.97998694530139, -80.535585, -80.52998857290376, -80.05653928497766, -80.088015, -80.13156, -80.38103000000001, -80.68000525584706, -81.17211992056258, -81.32999142121425, -81.70999406607253, -82.24001339387414, -82.70515, -82.85526, -82.65001420767786, -82.93, -83.70959, -84.1, -85.10882000000001, -85.28784, -85.7731, -86.3999920315861, -87.53036231153854, -88.41782752150303, -89.18048999999999, -89.59383117841979, -89.41373499999999, -89.43, -89.21767000000001, -89.40823000000002, -89.77928, -90.15463, -90.88022500000001, -91.626785, -92.49906, -93.22636999999999, -93.84842, -94.69000281449686, -95.60025733110206, -96.59404680050707, -97.14000830767073, -97.3699942695857, -97.37999365923417, -97.32999671099181, -97.14000830767073, -97.52807247596655, -97.70294552284224, -97.77604183631911, -97.87236670611115, -97.6990439522042, -97.38895952023682, -97.18933346229332, -96.52557552772033, -96.29212724484181, -95.90088497596004, -94.83906348344277, -94.42572953975622, -93.5486512926824, -92.7861138577835, -92.0373481920904, -91.40790340855925, -90.77186987991085, -90.53358985061305, -90.45147599970126, -90.27861833368493, -89.6013211738515, -88.54386633986289, -87.6584165107578, -87.05189022494808, -86.81198238803304, -86.84590796583268, -87.38329118523586, -87.62105445021076, -87.43675045444179, -87.58656043165594, -87.83719112827153, -88.09066402866317, -88.3000310940937, -88.29633622918482, -88.10681291375438, -88.1234785631685, -88.2853549873228, -88.19786678745265, -88.30264075392444, -88.23951799187991, -88.35542822951057, -88.55182451043585, -88.73243364129594, -88.93061275913527, -88.60458614780585, -88.51836402052686, -88.18998613152814, -88.12115312371537, -87.90181250685251, -87.61568010125242, -87.5229209052885, -87.36776241733216, -86.90319129102821, -86.4409456041774, -86.11923397494434, -86.00195431185793, -85.68331743034625, -85.44400387240259, -85.18244361035727, -84.98372188997887, -84.52697974316715, -84.36825558138266, -84.06305457226686, -83.77397661002611, -83.41038123242049, -83.14721900097413, -83.23323442252394, -83.2841615465476, -83.18212643098728, -83.41249996614445, -83.51983191601468, -83.55220720084554, -83.49851538769427, -83.47332312695198, -83.62610449902292, -83.71961300325506, -83.65085751009072, -83.8554703437504, -83.80893571647155, -83.65561174186158, -83.59000851106704, -83.40231970898296, -83.01567664257517, -82.54619625520348]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y90", "yaxis": "y", "legendgroup": "y90", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9.566160590040823, 9.20744863528678, 8.9955752628901, 8.950616766796173, 9.031955471223583, 8.786234035675719, 8.858503526235907, 9.111072089062432, 9.31276520429762, 9.611610012241528, 9.552931423374105, 9.454565334506526, 9.420458889193881, 9.2477304142583, 8.946844387238869, 8.67050466555807], "type": "scatter", "x": [-82.54619625520348, -82.18712256542341, -82.20758643261097, -81.80856686066929, -81.71415401887204, -81.43928707551154, -80.94730160187676, -80.52190121125008, -79.91459977895599, -79.57330278188431, -79.02119177927793, -79.05845048696037, -78.50088762074719, -78.05592770049802, -77.72951351592641, -77.35336076527386]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y91", "yaxis": "y", "legendgroup": "y91", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [19.714455878167357, 19.8849105900821, 19.904986884027494, 19.880285549391985, 19.62288524014616, 19.64799998624001, 19.29326711677244, 19.313214219637103, 19.015196234609874, 18.979100246654, 18.612197577381693, 18.205142320218613, 18.42264842373511, 18.38071299893025, 18.42830699307106, 18.245915025296895, 18.184290879788833, 18.426885891183034, 18.283328762276213, 17.5985643579766, 17.7575727401387, 18.044997056546094, 18.21496084235406, 18.145611070218365, 18.2179063989947, 18.030992743395004, 18.342549953682706, 18.66490753831941, 18.526052964751145, 18.445799465401862, 18.668421535715254, 19.10162506761803, 19.48359141690341, 19.639550889560283, 19.915683905511912, 19.871500555902358, 19.714455878167357], "type": "scatter", "x": [-71.71236141629296, -71.58730445014663, -71.38000444200779, -70.80670610216174, -70.21436499701613, -69.95081519232758, -69.76925004747008, -69.22212582057988, -69.25434607611385, -68.80941199408083, -68.31794328476897, -68.68931596543452, -69.16494584824892, -69.62398759629764, -69.95293392605154, -70.1332329983179, -70.51713721381422, -70.66929846869763, -70.99995012071719, -71.4002099270339, -71.65766191271202, -71.70830481635805, -72.37247616238935, -72.84441118029488, -73.45455481636503, -73.92243323433566, -74.45803361682478, -74.36992529976713, -73.44954220243272, -72.69493709989064, -72.334881557897, -72.79164954292489, -72.78410478381028, -73.41502234566175, -73.18979061551762, -72.57967281766362, -71.71236141629296]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y92", "yaxis": "y", "legendgroup": "y92", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [38.14387360285046, 38.231180935207576, 37.44404551853776, 37.13421946873183, 36.6199872909954, 36.996630967754726, 37.10453135838016, 37.61294993748375, 38.12638113051966, 38.03496552179533, 38.14387360285046], "type": "scatter", "x": [14.761249220446189, 15.520324334381513, 15.160242954171736, 15.309897902089006, 15.099988234119422, 14.335228712631988, 13.826732618879959, 12.431003859108756, 12.570943637755136, 13.741156447004613, 14.761249220446189]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y93", "yaxis": "y", "legendgroup": "y93", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [44.65722280535048, 44.279984849619794, 43.43499766699922], "type": "scatter", "x": [37.53913536962585, 38.679995965333546, 39.955008579270924]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y94", "yaxis": "y", "legendgroup": "y94", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [33.46364248304006, 34.06029857028204, 33.94462087659667, 34.36493113864263, 34.149233710256354, 33.80633474378362, 33.20117788342964, 33.5219851750976, 33.28957042086489, 32.70456736910474, 32.989382025681394, 33.46364248304006], "type": "scatter", "x": [132.37117638563024, 132.92437259331473, 133.4929683778222, 133.90410607313635, 134.63842817600386, 134.76637902235854, 134.2034159689709, 133.79295006727654, 133.28026818250885, 133.0148580262578, 132.36311486219267, 132.37117638563024]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y95", "yaxis": "y", "legendgroup": "y95", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [19.096715806550307, 19.593817246981985, 20.0925206568147, 20.567866319251493, 20.999752102130827, 21.42231028898148, 21.885744533774997, 22.158234361250052, 22.679339504481305, 23.017768459560788, 23.72335846607402, 24.35913361256094, 24.520260728447003, 25.10353261972537, 25.63626496022229, 26.25441844329768, 26.61889232025227, 27.640147813420413, 28.038185533148567, 28.148643907172456, 28.83214223888092, 29.098585923777815, 29.933573716749905, 31.177735500609046, 32.03809642183644, 32.564679266890636, 33.2402452662423, 33.697064927702456, 34.11047638603745, 35.145865383437425, 35.75998810479405, 35.755182196590894, 35.33071198174545, 35.39985504815198, 35.1790933294011, 35.16839630791668, 35.7148487411871, 35.888662421200806, 36.30127289483528, 36.605647081034405, 36.78390493422522, 36.86503693292346, 36.71651886651662, 37.11065501560674, 37.11838064223437, 36.885707505840216, 36.94642731378316, 37.349994411766545, 37.230001735984814, 36.724037787415085, 37.09210317641396, 36.899996039368915, 36.410000108377375, 35.94744436293281, 35.698984076473494, 34.83350718844919, 34.33077301689771, 33.78574168551532, 33.76874013929128, 33.293342800422195, 33.13699575452314, 32.79277903902697, 32.87882029879293, 32.71195709892248, 32.2650851506785, 31.37625051525828, 31.182179673786152, 30.76357473400583, 30.266395778925713, 30.525811469030913, 30.985757554644735, 31.75178314872332, 32.23818756767058, 32.70678945569328, 32.843215236943834, 32.63857656506802, 32.19149791109487, 32.187260443646935, 32.01667654065146, 31.89934520113276, 31.569158637003838, 31.585669257121097, 31.32126679129972, 31.025755113238645, 30.870054022743233, 31.18685639090856, 31.473402207967, 31.55585195568868, 31.429606431599638, 30.933616034462233, 31.260340277627606, 31.024075629189156, 30.967464097613416, 31.219360866820153, 31.548823960896996, 31.60553884533732, 32.07292633720117, 32.82737641044638, 33.080539252244265, 33.09090037691878, 33.90545014091944, 34.61005829521913, 34.644914048800004, 35.410009467097325, 35.82153473565367, 36.27499542901485, 36.65060557712833, 36.565442816711325, 36.7955321314909, 36.219960028624016, 36.107563788389186, 36.64427521417258, 36.6778648951623, 36.26298065850699, 36.144357408180994, 36.67683136651647, 36.65882212986274, 37.653360907536, 38.208133246405396, 38.985760199533516, 39.463612168936464, 40.42001373957831, 40.46001129817221, 41.21999074967267, 41.08762156835702, 41.736264146484615, 42.01896006933731, 42.040224921225416, 41.33535838476427, 40.94858612727573, 41.10276276301855, 41.01367259374735, 41.53565623632757, 41.96294281673292, 42.64512339941794, 43.013628038091284, 43.128633938156845, 43.43499766699922, 44.279984849619794, 44.65722280535048, 45.24468048764449, 45.40451569272325, 46.24087291115107, 46.63658519142609, 47.044725653667314, 47.26336863869423, 47.102189846375886, 47.022220567404204, 46.698700263040934, 46.64596446388707, 46.27319651954964, 45.65121898048466, 45.40999339454619, 45.46998973243706, 45.113215643893966, 44.939996242851606, 44.36147858334407, 44.56487702084489, 45.03477081967489, 45.32746613217608, 45.51918569597891, 45.85156850848024, 46.080598456397844, 46.333347886737386, 46.70624502215554, 46.583100084004, 46.03241018328567, 45.293308010431126, 45.0353909368624, 44.820210272799045, 44.913873806328056, 43.70746165625813, 43.293171698574184, 42.57789236100622, 42.00735871028779, 41.62288605403624, 41.29993419042819, 41.05496206314856, 40.99982330989314, 40.69056570084242, 40.151993923496505, 40.61775360774317, 40.82412344010076, 40.8525454778613, 40.947061672523134, 40.68712921809501, 40.12499298762401, 39.96200552017544, 39.96099782974575, 40.476005153966554, 40.25656118423912, 39.65931081802579, 39.190011298167136, 38.9709032252496, 38.51000112563838, 38.21999298761638, 37.65501455336933, 37.920011298162066, 37.40999074965741, 37.30501007745647, 36.422505804992014, 36.410000108377375, 36.84498647719421, 37.64498932550471, 38.310323391262585, 38.7699852564988, 39.34023468683962, 39.62499766698399, 39.69499339452332, 39.915005805005976, 40.25077342382242, 40.727230129553504, 41.40956574153539, 41.71998607031267, 41.8775475123706, 41.95501048437612, 42.281502183596174, 42.47999136002926, 42.84999461523907, 43.2099984808004, 43.50721548112712, 44.243191229827985, 44.317915350922036, 44.73848399512944, 45.076060289076096, 45.2337767604309, 44.80212352149688, 45.13693512631593, 45.48414907488502, 45.500323798192376, 45.59101593686462, 45.73669179949542, 45.381778062514826, 44.885374253919096, 44.600482082693986, 44.09136587175446, 43.587727362637864, 42.761007798832466, 41.95513967545685, 41.961315009115715, 41.74029490820339, 41.541082261718216, 41.17960561783656, 40.87714345963222, 40.35562490494263, 40.16886627863981, 39.810774441073264, 40.277671006830346, 40.44223460546381, 39.79540070246644, 39.42469981542068, 38.90287120213735, 38.843572496082416, 37.9858987493342, 37.908849188787016, 38.21459280044188, 38.75094249119924, 38.9645470240777, 39.54407237401492, 40.048356838535156, 40.17294871679087, 40.604550279292596, 40.7863479680954, 41.1882872584616, 41.253089504555604, 41.70453481705741, 42.3554253199897, 42.93146251074721, 43.9200068222746, 44.03627879493132, 44.36633616797951, 44.23122813575242, 43.76714793555524, 43.69384491634922, 43.128892320318315, 43.399650987311595, 43.075200507167054, 42.47301504166986, 41.892120266276905, 41.226088568683096, 41.01473196060934, 40.678318386389236, 40.12393362076202, 39.30997813573272, 38.73851430923304, 38.29236583104115, 37.642353827457825, 37.44306366632422, 36.67414419203729, 36.65889964451118, 36.677839056946155, 36.32470815687964, 35.946850083961465, 36.02981659600606, 36.367677110330334, 36.94291331638732, 37.09778758396607, 36.83826854099627, 36.97888011326246, 36.86880931248078, 37.65134552667661, 38.266243394517616, 38.3584858261586, 38.73742910415491, 39.39206614842837, 39.75509308527877, 40.15930613866581, 40.76063894303019, 41.18433401139126, 41.54345937760364, 41.880570583659676, 42.59277517350627, 43.0266246608127, 43.74833771420099, 43.567909450853925, 43.57423981380968, 43.40344920508504, 43.4559007838613, 43.42280202897834, 44.022610378590116, 46.01491771095486, 47.06436269793822, 47.57032664650795, 47.954954332056374, 48.68416046812699, 48.90169240985963, 48.64442129169454, 49.776341864615745, 49.34737580016091, 50.12717316344526, 50.9466063502975, 51.14850617126186, 51.34578095153609, 51.62054454203196, 53.09179840759775, 53.51040334737807, 53.48216217713056, 53.69393219666266, 53.748295803433706, 53.527792466844296, 54.02078563090876, 54.395646470754016, 54.96274363872503, 55.5177226833236, 56.54001170513759, 56.80996938743033, 57.11000275331695, 57.1720661484995, 57.44794078228966, 57.73001658795485, 57.21573273378612, 56.89001618105044, 56.60998159446079, 56.458621324277885, 56.08138336854721, 56.19000722922473, 55.469999498102055, 54.98310415304803, 54.596641954153256, 54.363607082733054, 54.00869334575247, 54.19648550070113, 54.47037059184805, 54.07551097270586, 53.75702912049104, 54.05070628520575, 54.513158677785725, 54.85153595643291, 54.68260569927078, 54.43871877706929, 54.42608388937393, 54.86616038677151, 55.190481675835315, 56.031076361711065, 56.78387278912294, 57.411870632549935, 57.75337433535076, 57.00623647727487, 57.02569265403277, 57.79342357037697, 58.38341339785329, 58.25737457949341, 58.612753404364625, 59.187240302153384, 59.46585378685502, 59.61109039981133, 59.445803331125774, 59.475388088612874, 60.02806753197446, 60.50351654727584, 60.4239606797625, 60.05731639265166, 59.846373196036225, 60.39192129174154, 60.720169989659524, 61.70532949487179, 62.60739329695874, 63.18973501245587, 63.81781037053129, 64.90234365504084, 65.11142650009374, 65.53434642197045, 66.00692739527962, 65.72374054632017, 65.02600535751527, 64.41358795842429, 63.60955434839504, 62.74940013289681, 61.34116567651097, 60.63658336042741, 60.081914374422595, 58.9537661810587, 58.71982697207339, 57.041118069071885, 56.10430186626866, 56.200885118222175, 55.40778107362265, 55.36173737245058, 56.30708018658197, 57.44181712506307, 58.85614940045936, 59.469807033925356, 58.313288479233215, 58.078884182357285, 58.5881554225937, 59.663231919993834, 61.97099803328432, 62.614472968182724, 63.45400828719648, 64.4860383164975, 65.87972585719318, 67.81064158799516, 68.56320547146173, 69.81744415961778, 70.2551693793461, 70.2020718451662, 71.03049673123722, 70.98626170519539, 71.18547435168055, 70.4537877468599, 70.18625885688489, 69.55808014594488, 69.90596588813376, 69.30140330675114, 69.06343333604705, 67.93239126247484, 67.45712311468647, 66.79158234319944, 66.26618, 65.99953766546189, 66.75959463161077, 66.63252228460506, 65.90015000000001, 65.43621287704816, 64.41437, 64.10945000000001, 63.849830000000004, 64.33471, 64.76446, 65.14322, 64.52079, 64.76446, 65.49682, 66.47623, 66.41857999999999, 66.06908, 66.75633901637637, 67.35242666286312, 67.96161428493588, 68.57080190700863, 68.24999461534067, 67.68997, 67.56652, 67.01004446071333, 66.66767, 66.88455, 67.52238, 68.85737999999999, 68.80815000000001, 68.20130999999999, 68.08684648168837, 68.43866, 68.46628, 68.88082, 68.27844, 68.94069, 69.52000000000001, 69.85000031196167, 69.54738312446047, 69.234835, 68.09233, 68.61563000000001, 69.14436, 69.35649, 69.45461, 69.92873, 70.70889, 71.02897, 71.9345, 72.84336, 73.04, 72.77629, 72.22006, 71.40898, 71.09019, 70.39114000000001, 69.02085195583855, 68.4079, 67.74040000000001, 66.32000000000001, 66.17267000000001, 66.53267000000001, 66.78946, 67.28429, 67.76047, 68.32899, 68.98918, 69.07146, 69.62763, 70.63175000000001, 71.44717, 72.12119, 72.83227000000001, 72.85497, 72.30056, 71.33556, 71.15287000000001, 71.87401000000001, 72.26716543241405, 72.32010793729707, 71.74998769803697, 72.58285675728509, 73.64821808541437, 73.85001455351413, 73.805908718553, 73.93688263619676, 74.4596672634775, 75.11644887969108, 75.14394074167033, 75.63998281524003, 75.77333384876921, 76.04719310169999, 76.14000397409622, 75.91546987578802, 76.44688446726148, 76.43027049427967, 76.8618720567814, 77.28753082956955, 77.69791921661546, 77.37388214792925, 77.12738556589703, 76.97419078236776, 76.47998322214444, 76.72335338002303, 76.71000000000001, 76.22224, 75.84764000000001, 75.32779000000001, 75.03185456002926, 74.47673, 74.18, 74.04, 73.78774, 73.97693000000001, 73.33505000000001, 73.59488, 73.75285000000001, 73.58772, 73.12, 72.97120514595854, 73.73503000000001, 73.56, 73.56549, 73.03871, 72.39872000000001, 71.98, 71.19304000000001, 70.7869973822779, 71.83630000000001, 71.38642, 71.65525, 71.34763000000001, 71.62803, 71.48783, 72.41619, 72.84941, 72.1999860704346, 71.60643056913015, 70.84221365018179, 71.03141, 70.86672, 70.45324, 69.72198, 69.43728, 69.64204, 69.66823000000001, 69.47199, 69.56876831648658, 68.6938, 69.01362999999999, 69.65276, 70.09703, 69.81743, 69.87725, 69.40000193956404, 68.96364614529146], "type": "scatter", "x": [-16.256883307347167, -16.37765112961327, -16.277838100641517, -16.536323614965468, -17.06342322434257, -17.020428432675743, -16.973247849993257, -16.589136928767758, -16.26192175949562, -16.32641394699587, -15.98261064295805, -15.426003790742271, -15.089331834360719, -14.82464514816175, -14.800925665739769, -14.439939947964888, -13.773804897506494, -13.139941779014379, -12.618836635783126, -11.688919236690865, -10.900956997104387, -10.399592251008627, -9.564811163765697, -9.814718390329206, -9.43479326011935, -9.300692918321941, -8.657476365584985, -7.654178432638275, -6.912544114601445, -6.244342006851383, -5.929994269219918, -5.193863491222174, -4.591006232105173, -3.640056525070122, -2.6043057926441127, -2.1699137027986244, -1.2086028710890557, -0.12745439289460592, 0.5038765804152092, 1.466918572606545, 3.1616988460508253, 4.81575809084913, 5.3201200700177935, 6.261819695672613, 7.330384962603971, 7.737078484741005, 8.420964389691676, 9.509993523810607, 10.210002475636317, 10.180650262094531, 11.02886722173335, 11.100025668999251, 10.600004510143094, 10.593286573945138, 10.939518670300687, 10.807847120821009, 10.149592726287125, 10.339658644256616, 10.856836378633687, 11.108500603895122, 11.488787469131012, 12.663341098692996, 13.083263787496776, 13.918664991927187, 15.24561242031791, 15.713955926179182, 16.61162723152131, 18.021101922282156, 19.08641157397912, 19.574030389085237, 20.053380975024652, 19.820320265388318, 20.13399620939998, 20.854520704845555, 21.54300581227019, 22.895791456806847, 23.23680423350092, 23.609132928163888, 23.927511427514105, 24.921145867622243, 25.16480024587844, 26.495313348097312, 27.457631870236554, 28.450491163860335, 28.913511997195513, 29.683439161912133, 30.095041945116918, 30.97695193861003, 31.68796797051391, 31.960406121556677, 32.19248497897948, 32.99393476739414, 33.77337039565245, 34.26543338393569, 34.55637169773891, 34.48810713068136, 34.75258711115117, 34.95541710789678, 35.098457472480675, 35.126052687324545, 35.48220665868013, 35.9795923194894, 35.99840254084364, 35.905023227692226, 36.149762811026534, 35.782084995269855, 36.160821567537, 35.55093631362831, 34.714553256984345, 34.026894972476384, 32.509158156064075, 31.699595167779567, 30.621624790171097, 30.391096225717064, 29.69997562024554, 28.732902866335422, 27.641186557737317, 27.048767937943264, 26.318218214633045, 26.804700148228733, 26.17078535330433, 27.28001997244939, 28.81997765474722, 29.240003696415584, 31.14593387220444, 32.34797936374571, 33.51328291192746, 35.167703891751785, 36.9131270688421, 38.34766482926452, 39.512606642420195, 40.373432651538224, 41.55408410011066, 41.70317060727271, 41.45347008643839, 40.87546919125379, 40.32139448422032, 39.955008579270924, 38.679995965333546, 37.53913536962585, 36.67546715673177, 37.403174676265934, 38.232943149576556, 37.673700799313906, 39.14766767757499, 39.12120934424155, 38.22353803889942, 37.42513715998999, 36.75985477066439, 35.82368452326483, 34.96234174982388, 35.020787794745985, 35.51000857925317, 36.52999799983016, 36.33471276219916, 35.23999922052812, 33.882511020652885, 33.326420932760044, 33.54692426934946, 32.4541744321055, 32.630804477679135, 33.58816206231839, 33.29856733575471, 31.74414025241518, 31.675307244602408, 30.7487488136091, 30.377608676888883, 29.603289015427436, 29.62654340995877, 29.141611769331835, 28.8378577003202, 28.558081495891997, 28.03909508638472, 27.67389773937805, 27.99672041190539, 28.115524529744416, 28.988442824018733, 28.806438429486743, 27.61901736828409, 27.19237674328238, 26.35800906749779, 26.04335127127257, 26.05694217296534, 25.44767703624416, 24.925848422960826, 23.71481123220076, 24.407998894963953, 23.899967889102555, 23.342999301860743, 22.81398766448882, 22.62629886240475, 22.84974775563481, 23.350027296652428, 22.97309939951549, 23.53001631032501, 24.02502485524889, 24.040011020613516, 23.115002882588982, 23.409971958110987, 22.774971958108466, 23.154225294698506, 22.490028110451075, 21.67002648284361, 21.295010613701493, 21.12003421396122, 20.73003217945444, 20.2177120297128, 20.150015903410463, 19.980000441170205, 19.960001661873235, 19.406081984136648, 19.319058872157143, 19.403549838954348, 19.54002729663719, 19.371768833094848, 19.162479282312745, 18.882134637129354, 18.450016310304704, 17.50997033048324, 16.930005730871528, 16.015384555737654, 15.174453973052012, 15.376250441151768, 14.920309279040566, 14.901602410550908, 14.258747592840024, 13.95225467291692, 13.656975538801165, 13.67940311041582, 13.715059848697223, 13.937630242578308, 13.141606479554296, 12.32858117030625, 12.383874952858548, 12.261453484759102, 12.589237094786455, 13.526905958722494, 14.029820997787029, 15.142569614327925, 15.926191033601896, 16.169897088290384, 15.889345737377797, 16.785001661860548, 17.51916873543118, 18.37668745288252, 18.48024702319543, 18.293385044028042, 17.738380161213314, 16.869595981522338, 16.448743116937322, 17.17148969897147, 17.052840610429314, 16.635088331781816, 16.100960727613, 15.684086948314473, 15.687962680736348, 15.89198123542468, 16.109332309644287, 15.718813510814613, 15.413612501698793, 14.99849572109818, 14.703268263414714, 14.060671827865264, 13.627985060285397, 12.888081902730365, 12.106682570044939, 11.191906365614216, 10.51194786951774, 10.200028924203991, 9.702488234097842, 8.88894616052687, 8.428560825238577, 7.8507666357831445, 7.435184767291872, 6.52924523278304, 4.556962517931424, 3.1004105973526634, 2.9859989762584576, 3.0394840836805486, 2.0918416683121848, 0.8105245296351882, 0.7213310074994013, 0.10669152181986863, -0.2787113102129411, 0.11129072429383768, -0.467123582349103, -0.6833894514905976, -1.4383821272748492, -2.146452602538119, -3.415780808923386, -4.368900926114719, -4.995219285492212, -5.3771597965614575, -5.866432257500904, -6.236693894872175, -6.520190802425404, -7.453725551778092, -7.855613165711986, -8.382816127953689, -8.898856980820328, -8.746101446965556, -8.83999752443988, -9.287463751655224, -9.526570603869713, -9.446988898140235, -9.048305223008427, -8.977353481471683, -8.768684047877102, -8.79085323733031, -8.99078935386757, -9.034817674180246, -8.984433152695674, -9.392883673530648, -7.97818966310831, -6.754491746436756, -5.411886359061597, -4.3478427799557835, -3.51753170410609, -1.901351284177764, -1.384225226232985, -1.1937975732374184, -2.225724249673845, -2.9632761295596026, -4.491554938159482, -4.5923498193447765, -3.2958139713578025, -1.616510789384961, -1.9334940250633106, -0.98946895995536, 1.3387610205226963, 1.6390010921384996, 2.5135730322461427, 3.3149711442285366, 3.8302885270430806, 4.705997348661185, 6.07418257002081, 6.905139601274129, 7.100424838905127, 7.936239454793877, 8.121706170289428, 8.80073449060464, 8.572117954145398, 8.526229282270208, 8.120310906617533, 8.08997684086222, 8.256581658571207, 8.543437534223415, 9.424469028367554, 9.775558709358535, 10.580005730846125, 10.546105991262664, 10.250000034230226, 10.369992710011957, 10.912181837618306, 10.667803989310016, 10.369992710011957, 9.649984978889279, 9.921906365609118, 9.939579705452957, 10.950112338920519, 10.939466993868393, 11.95625247564331, 12.5184403825466, 13.647467075259442, 14.119686313542587, 14.802900424873458, 16.36347700365573, 17.622831658608675, 18.62085859546164, 18.696254510175464, 19.660640089606403, 19.888481479581287, 21.268448927503467, 21.055800408622417, 21.090423618257972, 21.581866489353672, 22.52434126149288, 23.318452996522097, 24.12072960785343, 24.312862583114622, 24.42892785004216, 24.061198357853186, 23.426560092876684, 23.339795363058645, 24.604214308376186, 25.86418908051664, 26.949135776484525, 27.981114129353244, 29.117685581180694, 28.069997592895277, 26.255172967236973, 24.496623976344523, 22.869694858499457, 22.290763787533592, 21.322244093519316, 21.544866163832694, 21.05921105315369, 21.536029493910803, 22.442744174903993, 24.730511508897536, 25.398067661243942, 25.294043003040404, 23.903378533633802, 22.18317345550193, 21.21351687997722, 21.369631381930958, 19.77887576669022, 17.84777916837521, 17.119554884518124, 17.83134606290639, 18.78772179533209, 17.86922488777634, 16.829185011470088, 16.447709588291474, 15.879785597403783, 14.666681349352075, 14.100721062891465, 12.942910597392057, 12.625100538797028, 11.787942335668674, 11.027368605196868, 10.356556837616067, 8.382000359743586, 7.048748406613271, 5.665835402050419, 5.308234490590678, 4.992078077828978, 5.912900424837886, 8.553411085655739, 10.527709181366758, 12.358346795306373, 14.761145867581604, 16.435927361728943, 19.18402835457846, 21.378416375420585, 23.023742303161526, 24.546543409938465, 26.37004967622181, 28.165547316202943, 31.293418409965454, 30.005435011522792, 31.101078728975097, 32.13274702325006, 33.77548912937641, 36.51397830581968, 40.29235232927229, 41.059850701671195, 41.125944858572495, 40.01583, 38.382959832519845, 33.91868452325721, 33.18446577325426, 34.81477, 34.87857425307874, 34.94391, 36.23129, 37.012730000000005, 37.14197, 36.53957903508969, 37.17604, 39.593450000000004, 40.4356, 39.7626, 42.09309, 43.01604000000001, 43.949750000000016, 44.53224856952364, 43.69839765806197, 44.17478966436946, 43.45283125181098, 46.25002485533779, 46.821340000000006, 45.555170000000004, 45.56200483580378, 46.34915000000001, 47.89416000000001, 48.13876000000001, 53.717430000000014, 54.47171000000001, 53.485820000000004, 54.75301463713508, 55.44268, 57.31702, 58.802, 59.94142, 61.07784000000001, 60.03000000000001, 60.55003055200956, 63.504010451109934, 64.888115, 68.51216000000001, 69.18068000000001, 68.16444000000001, 68.13522, 66.93008000000002, 67.25976, 66.72492000000001, 66.69466, 68.54006, 69.19636, 69.94000000000001, 72.58754, 72.79603, 71.84811000000002, 72.47011000000002, 72.79188, 72.56469770700558, 73.66787000000001, 73.23870000000001, 71.28000000000002, 72.42301, 72.82077000000001, 73.92099000000002, 74.18651000000001, 75.052, 74.46926, 74.93584, 73.84236000000001, 73.60187, 74.3998, 73.10110000000002, 74.89082000000002, 74.65926000000002, 75.15801, 75.68351000000001, 75.28898, 76.35911, 75.90313, 77.57663984569749, 79.65201704297142, 81.50001793816108, 80.61071821485025, 80.5110860533915, 82.24999800001305, 84.655225864606, 86.822328729198, 86.00956180211142, 87.16680382685564, 88.31567426956859, 90.25994835811801, 92.90061404823274, 93.2342370951091, 95.86001997272373, 96.67821292520098, 98.92257205606934, 100.75966922404542, 101.03531131389028, 101.99080854696703, 104.35159467978896, 106.06663211469166, 104.70500980023309, 106.97014285688276, 107.23999718631096, 108.15373986209585, 111.07726000000001, 113.33151000000001, 114.13417, 113.88539, 112.77919396367685, 110.15125, 109.39999999999999, 110.64, 112.11919, 113.01954, 113.52958000000001, 113.96881, 115.56782, 118.77633, 119.02, 123.20067671111434, 123.25777000000001, 125.38000000000001, 126.97644000000001, 128.59126, 129.05157, 128.46, 129.71599, 131.28855512911548, 132.2535, 133.85766, 135.56193, 137.49755000000002, 138.23409, 139.86983, 139.14791, 140.46817000000001, 149.50000166239147, 150.3511641786709, 152.96888553284805, 157.00688000000002, 158.99779, 159.83031, 159.70866, 160.94053000000002, 162.27907, 164.05248, 165.94037000000003, 167.86295235868673, 169.57763000000003, 170.81688, 170.00820000000002, 170.45345000000003, 173.64391, 175.72403000000003, 178.59998253815886, 180.00000044181039]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y96", "yaxis": "y", "legendgroup": "y96", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [64.97970870219841, 64.53493, 64.60821, 64.07593, 63.25197000000001, 62.982620000000004, 62.568940000000005, 62.30410431583773, 62.52190000000001, 61.76915, 61.65261, 60.949999999999996, 60.336180000000006, 59.88177, 60.57356395124748, 59.78855, 60.16, 59.7316, 59.868697414786325, 59.21101, 58.243280000000006, 57.83912, 57.615030000000004, 56.15923391379492, 56.11586812995312, 55.28568, 54.85514, 54.34433177348818, 53.20257, 52.95868, 51.94269, 51.011050000000004, 51.7, 53.158951931361045, 55.38101268169545, 56.767920000000004, 57.364715888083595, 57.83202586529901, 58.055749999999996, 59.314777737049724, 60.343, 61.14089366316381, 62.55060089786997, 62.46626496036962, 61.64249095320487, 60.54423, 61.773959999999995, 61.43442, 59.75818, 59.14495, 58.88385, 58.78089, 59.50396, 59.65573, 59.16448, 59.33637, 59.03998, 57.0880402695929, 54.72959, 54.60355, 53.977320000000006, 53.75501373963166, 54.25455, 54.1896642116386, 53.08957, 52.23877553975579, 51.23967, 50.04553, 48.44670726174584, 46.999663804708796, 46.30794892026593, 45.143498033217, 43.988994859384256, 43.398204047207415, 42.81146983496548, 42.798499050460215, 43.284541734381435, 42.55275177669621, 42.22000722916885, 42.28000356705971, 41.94136790625106, 41.60110443782523, 40.88282786718433, 40.66180776627199, 40.485436102859815, 40.18984691015031, 40.02541250259756, 39.7568500839767, 39.32393077245153, 39.213472398427655, 39.05089834243742, 38.61224294692785, 37.43239248305595, 36.78418915460283, 35.63214061130395, 35.082484239231434, 34.89037710218639, 34.47567373304412, 34.39004588473648, 34.934560451795946, 35.6845405136479, 36.72548472751926, 36.893924058574626, 37.74968577732804, 37.94001007745902, 37.75208873142962, 37.669070542952724, 37.85722443292744, 37.94882090916478, 38.10834605564979, 38.54847422947968, 38.66585724543067, 38.84855927179859, 39.387957872061165, 39.55138458918421, 39.66034434667162, 39.928493353834156, 39.63778758397622, 39.170451768544666, 38.897471014962846, 39.36085358332407, 39.75026133885949, 40.422442531896024, 40.94638987890333, 40.59338816991754, 39.898055935214245, 39.252333075511146, 39.2042739934797, 38.73763580988408, 38.06147553156106, 37.89732534438593, 37.44846385349871, 37.15638865818505, 37.87042776137801, 37.48112335870718, 37.45448415786072, 36.93061432550185, 36.651329047180425, 36.111439520811075, 35.60979055433772, 34.90985911716044, 34.36033193616865, 33.37672272392514, 32.46031871187719, 31.692174384074647, 30.949351508095106, 30.6762674016487, 30.14291494396429, 29.83252045340315, 29.01802236583478, 28.225512600206617, 28.135673122667185, 27.05320689544932, 25.740780544532612, 24.54739085540024, 23.624501451099658, 22.78287323657807, 22.668074042241667, 22.22376007739615, 22.5483397486214, 22.051367499270455, 21.550493679281473, 21.397143866455338, 20.56541168871763, 20.34103261970633, 20.282457383703488, 21.008227037026703, 21.395050970947523, 21.715212307211814, 21.55237986906012, 20.69685069425202, 19.752050482659698, 19.05816518806057, 18.004120998603227, 16.697456569887052, 16.07974233648615, 15.27669057867044, 13.426028347217724, 11.666859239137764, 11.008320624226272, 10.364483954301832, 9.53083974856932, 8.599759629750494, 9.241038316276502, 9.918490505406808, 10.48654368737523, 10.632555446815928, 11.153660590047165, 12.186594956913282, 12.645740057826572, 12.627084865769206, 13.412721665902566, 13.406856390837433, 12.307001044153354, 10.846366685423547, 9.963061428258555, 9.239255479362427, 9.20786204674512, 8.295152899606052, 7.429572658717177, 6.856868597842478, 6.74062246340192, 6.221636053894628, 6.128205064310919, 5.524495144061106, 4.8550011255037475, 4.181605536308339, 3.726697902842986, 3.3828687605890053, 2.7910185815501762, 2.515454006353764, 1.6311410587590842, 1.2930480004894918, 1.2263337264006822, 1.9671153833046873, 2.760813706875581, 3.270291652841152, 3.9391397159948696, 4.767280381688295, 5.312492580583708, 6.0405618351439045, 6.4644894474502905, 6.8482127954335965, 7.34345388430276, 7.907993068875328, 8.382305202666288, 7.794511623562386, 8.350007432483878, 8.973922837759801, 9.932959906448545, 10.67526601810515, 11.441291612183749, 12.032986761925685, 13.122377631070677, 13.640459703012851, 14.837285874892642, 16.10056793869977, 16.92873444260934, 16.42724050543285, 15.7143899601826, 15.80345429123764, 16.037936102762018, 17.277240301985728, 18.2135139022499, 19.366492621330025, 19.726961574781996, 19.855144965081976, 20.670883287025347, 21.19219513598577, 21.701569729086767, 22.182935695885565, 22.76501902922122, 22.80501658781513, 22.392793687422866, 21.83636770272011, 22.039146023033425, 21.857115790285306, 21.9661789006373, 22.055708319582976, 21.690588487224748, 21.703171698487807, 21.49556163175521, 20.743307806882413, 20.151638495356607, 19.4785788029711, 18.302009792549725, 17.67122142177898, 17.016636053937816, 16.556664130107848, 16.310219224507904, 15.951972357644493, 15.89918488205835, 15.136414903214147, 13.835770778859981, 13.006260687710835, 12.056215318240888, 10.35727509199711, 10.30885427493962, 9.546135972527722, 9.216543687370148, 8.933046779816934, 8.252959092639742, 7.965534776232332, 8.89927623131419, 10.299630031775521, 11.308250637248307, 11.781245022015824, 12.741935736537897, 13.99258291264968, 14.617221787977698, 15.99065216721496, 17.928570054592498, 19.208233547436166, 20.419503282141534, 21.356009426351008, 20.757441311114235, 20.877330634031384, 22.0892980005727, 22.450774644454338, 22.84317963306269, 23.69196503345671, 23.94484365487699, 24.663611151624647, 25.42514089609385, 25.23703868255143, 25.21840932871021, 25.0782370061185, 25.380156561783778, 25.60996165618573, 25.73990204518364, 26.966106268821363, 27.143304755150197, 26.964633490501043, 26.480657863871514, 26.81236888275305, 27.580849107365495, 27.865689602158298, 28.814520575469388, 30.147772528599717, 29.985715236932407, 30.317090359004037, 29.926778265903522, 29.975819200148504, 29.534476630159762, 29.306299343375002, 28.55200429942667, 27.689627997339883, 27.46121816660981, 27.109999294538085, 26.689663194275997, 26.277026882425375, 25.94397227630425, 25.608049628190926, 25.327808335872103, 24.999895534764022, 24.754742539971378, 25.482424221289396, 26.006991685484195, 26.11458201751587, 25.80111277923338, 25.21567047779874, 24.62738597258806, 24.245497137951105, 24.29407298430547, 24.019826158132506, 24.177439276622707, 24.15131684009917, 24.121757920828216, 24.79789236093509, 25.43914520924494, 26.05546417897398, 26.39593435312898, 26.309117946878633, 25.895990708921246, 25.71460643157677, 24.924732163995486, 24.241673081961505, 23.878594468678813, 23.74793060962881, 23.56566783293536, 22.992395331305474, 22.6602709009656, 22.533611965418217, 22.310524807214193, 21.714540513592027, 21.43388580981485, 21.114034532144302, 20.428985907467094, 20.481437486243337, 20.24300242764863, 19.73600495043307, 19.067570298737678, 18.94470958096376, 18.947991034414287, 18.574267076079465, 18.087113348863966, 17.876066799383963, 17.884128322821496, 17.632309068263197, 17.22835439703762, 16.95069692633338, 17.044980577049913, 16.707662665264706, 16.651051133688952, 16.382411200419654, 15.93843313238402, 15.597420355689948, 15.175249742081492, 14.708766587782748, 14.00320241948566, 13.948089504446372, 14.007233181204427, 13.592219753468383, 13.39969920496502, 13.347764390511685, 13.290946153206763, 13.026905422411433, 12.95393830001531, 12.69958690027471, 12.721652736863348, 12.585950425664876, 12.636800035040084, 13.220950425667425, 13.767583726450852, 14.06263031662131, 14.802249253798749, 15.213335272680595, 15.261962795467255, 15.718885809791999, 15.911742255105267, 16.347891343648683, 16.774635321514964, 17.075805568912003, 17.474721787989125, 17.833046169500975, 18.67159963630121, 19.486485297111756, 20.17463450772649, 20.338862209550058, 21.291904812092934, 21.986875311770195, 22.57965566659027, 23.688451036060854, 24.078685614512935, 24.285494696545015, 24.85848297779731, 25.084541530858107, 25.60295949961018, 25.826227525327223, 26.57013560638488, 27.376520494083422, 28.06335195567472, 28.058546047471566, 28.6074272730597, 28.957483425404845, 29.356554673778845, 29.501326198844524, 29.09941274669448, 28.343980821235732, 27.823314927678965, 27.648700262964724, 27.97136790619518, 28.4176455754678, 29.85107229259593, 29.760431830355984, 28.705224921172075, 27.699885769149816, 26.142280585224313, 25.59856700286538, 25.033743597915205, 23.926705227142534, 23.7523747828059, 23.102440293871012, 22.204846503177325, 22, 21.018846543862676, 20.837436428302052, 19.807964382399504, 18.614083767160352, 18.367871405505724, 17.998307399970386, 16.840626125551694, 15.922723496967292, 15.435647284400234, 14.491079616753225, 13.921036892141572, 13.343992010954366, 13.000421250861848, 12.699638576707, 12.390148423710968, 11.97492829024577, 11.735640570518257, 11.462039699748928, 11.277709865763812, 10.864169216348103, 10.445538438351631, 10.4422053084688, 10.69802948652972, 10.81654938399113, 11.127228094929876, 11.193063869669729, 11.37548167566004, 11.41062164961852, 11.430336208537868, 11.578905951376996, 11.679571641481573, 12.021902167199087, 12.024641018110557, 11.748146267132881, 11.166502183471707, 10.640901190631055, 10.279734605343151, 9.198741156445607, 8.081729234240612, 6.8046495630115515, 5.339105943214022, 4.21940684652985, 2.8552782251051245, 2.045766913252919, 1.052804266764582, 0.2921788598604991, -0.9191683894933078, -1.4464747045995878, -1.6832561173609477, -2.0825599096802563, -2.49979, -2.57309, -3.2776807592944124, -3.6811703426293576, -4.346556084819518, -4.67677, -5.908941338732021, -6.475676771676994, -6.839995619334701, -7.099979750195118, -7.703922214390246, -8.007831312698748, -8.485528252804826, -9.11236337650525, -10.09840138106649, -10.317096042525698, -10.765440769089993, -11.761710707245015, -12.639176527561027, -14.201975192931862, -14.691764418194241, -15.406294447493972, -16.10077402106446, -16.72089120856694, -17.101023044505958, -17.586368096591237, -18.65968759529345, -18.842260430580637, -19.552811374593894, -19.784011732667736, -20.49704314543101, -21.25436126066841, -21.840837090748877, -22.14, -22.090000000000003, -23.070787855727758, -23.5353589820317, -23.706563002214683, -24.12260995859655, -24.478350518493805, -24.81631438568266, -25.357573337507738, -25.727318210556092, -26.148584486599447, -26.215867201443466, -26.742191664336197, -27.470157566031816, -28.301011244420557, -28.75240488049007, -29.257386976846256, -29.401977634398914, -29.909956963828037, -30.42377573010613, -31.140269463832958, -32.1720411109725, -32.771952813448856, -33.2269637997788, -33.61495045342619, -33.6670402971764, -33.94464609144834, -33.796851495093584, -33.98717579522455, -33.794474379208154, -33.91643075941698, -33.86408253350531, -34.258838799782936, -34.417175388325234, -34.79513681410799, -34.81916635512371, -34.46259897230979, -34.444305515278465, -33.99787281670897, -34.13652068454807, -33.86775156019803, -33.28143075941444, -32.61129078545343, -32.42913136162457, -31.66163298922567, -30.725721123987547, -29.878641045859162, -29.875953871379984, -28.5767050106977, -27.821247247022804, -27.090955905874047, -26.117371921495156, -25.39292001719538, -23.853014011329847, -22.65665292734069, -22.111208184499958, -21.699036960539978, -20.872834161057504, -19.673165785401665, -19.0453488094877, -18.069129327061916, -17.301889336824473, -16.67314218512925, -15.793816013250735, -14.878316338767904, -14.449143568583892, -13.54769988368445, -13.137905775609902, -12.483630466362492, -12.03864470789717, -11.297863050993165, -10.73107594161589, -10.373578383020714, -9.766897067914122, -9.166933689005468, -8.959091078327553, -8.562629489784307, -7.596538588087733, -6.927122084178805, -6.294447523629394, -6.10009246177966, -5.789930515163839, -5.037986748884791, -3.978826592630547, -2.9694825171056816, -2.144313246269043, -1.111301364754496, -0.7790735815500369, -0.45935149496021666, 0.2686660831676875, 1.010119533691494, 1.1609113631191832, 2.2838660750377358, 3.073404445809117, 3.734526882335203, 3.9041289331171356, 4.35221527751996, 4.495617377129918, 4.7719829370268485, 4.412108262546241, 4.4646890324032285, 4.240594183769517, 4.262453314628985, 4.887970689305959, 5.611802476418234, 6.2706511499234665, 6.258300482605719, 6.258817246928629, 6.142157701029731, 5.928837388528876, 5.3434726017426755, 5.000547797053812, 4.710462144383371, 4.994475816259509, 4.984295559098015, 5.179813340674315, 5.168263658057086, 4.993700669775137, 4.705087795425015, 4.338288479017308, 4.364565944837722, 4.355755113131963, 4.8324185245922, 5.593560695819207, 6.140710760925558, 6.7859168563057475, 6.860098374860726, 7.26294200279203, 7.798645738145738, 8.163946438016978, 8.903048610871508, 9.49474376061346, 9.886166897008252, 10.015719712763968, 10.214467271358515, 10.656300767454042, 10.87657156009814, 11.040411688679526, 11.458474025920795, 11.52459402103824, 11.80651479740655, 11.95870189050612, 12.170911159712702, 12.384851589401052, 13.15139394780256, 13.594958604379855, 14.373515733289224, 14.729540513564073, 14.919477240452862, 15.621527411354108, 16.13503611903846, 16.673892116761962, 17.166962795474873, 18.108481553616656, 19.096715806550307], "type": "scatter", "x": [180.00000000000006, 178.7072, 177.41128, 178.31300000000002, 178.90825, 179.37034, 179.48636000000002, 179.22826460196347, 177.36430000000001, 174.56929, 173.68013, 172.15, 170.6985, 170.33085, 168.9004195498388, 166.29498, 165.84000000000003, 164.87673999999998, 163.53929975815072, 163.21711000000002, 162.01733, 162.05297, 163.19191, 163.05793379135196, 162.12634451087916, 161.70146, 162.11749, 160.36874393131512, 160.02173000000002, 158.53094000000002, 158.23118, 156.78979, 156.42, 155.99185346905801, 155.4336446474412, 155.91442, 156.75816328351425, 156.81035648012903, 158.36433, 160.15066938704342, 161.87204, 163.66967939682314, 164.47355797755552, 163.2583866722121, 162.65790652898056, 160.12148, 159.30232, 156.72068, 154.21806, 155.04375000000002, 152.81185000000002, 151.26573000000002, 151.33815, 149.78371, 148.54481, 145.48722, 142.19782, 138.95847456273992, 135.12619, 136.70171000000002, 137.19342, 138.16472456273675, 138.80463, 139.90151777563432, 141.34531, 141.3792053570204, 140.59742, 140.51308, 140.0619730979006, 138.55472659724347, 138.21970828669527, 136.86237511611694, 135.51537723199698, 134.86942182834855, 133.5368933452703, 132.90623416558026, 132.27805545464025, 130.93586347872343, 130.78000735893113, 130.40003055228902, 129.96594852103726, 129.66736209525482, 129.70518924369247, 129.18811486218, 129.01039961152821, 128.63336836152672, 127.96741417858135, 127.53343550019417, 127.5021195822253, 127.38543419811027, 127.78334272675772, 128.34971642467661, 129.21291954968007, 129.46044966035817, 129.4683044780665, 129.0913765809296, 128.1858504578791, 127.3865194031884, 126.48574751190876, 126.37391971242914, 126.55923139862779, 126.11739790253229, 126.86014326386339, 126.17475874237624, 125.68910363169721, 125.5684391622957, 125.2753304383362, 125.24008711151316, 124.98103315643397, 124.71216067921938, 124.98599409393398, 125.2219486837787, 125.13285851450752, 125.3865897970606, 125.32111575734682, 124.7374821310424, 124.26562462778531, 122.86757042856095, 122.1313879741309, 121.05455447803286, 121.58599490772248, 121.37675703337268, 122.16859500538106, 121.64035851449353, 120.76862877816194, 119.63960208544907, 119.02346398323306, 118.04274865119791, 117.53270226447711, 118.05969852098964, 118.87814985562832, 118.91163618375344, 119.70280236214205, 120.8234574728236, 121.711258579598, 122.35793745329849, 122.5199947449658, 121.10416385303307, 120.63700890511453, 119.66456180224606, 119.1512081238586, 120.22752485563373, 120.62036909391655, 121.22901411345023, 121.90814578663003, 121.89191938689038, 121.26425744027328, 121.50351932178467, 122.0921138855891, 121.93842817595306, 121.68443851123851, 121.12566124886649, 120.39547326058232, 119.5854968608395, 118.65687137255452, 117.28160647997088, 115.89073530483512, 114.76382734584624, 114.15254682826564, 113.80677981980074, 113.24107791550159, 111.84359215703248, 110.78546552942407, 110.5093583516886, 110.44403934127168, 109.88986128137361, 109.62765506392466, 109.86448815311832, 108.5228129415244, 108.05018029178294, 106.7150679870901, 105.88168216351903, 105.66200564984631, 106.42681684776602, 107.36195356651974, 108.26949507042963, 108.87710656131748, 109.33526981001722, 109.20013593957398, 108.36612999881545, 107.22092858279524, 106.40511274620343, 105.15826378786511, 104.79518517458239, 105.07620161338562, 104.33433475140347, 103.4972799011397, 103.09068973186726, 102.5849324890267, 101.68715783081996, 100.83180952352487, 100.9784672383692, 100.09779747925111, 100.01873253784456, 99.47892052612363, 99.15377241414316, 99.22239871622676, 99.87383182169813, 100.27964684448622, 100.45927412313276, 101.01732791545273, 101.62307905477806, 102.14118696493638, 102.37114708863521, 102.96170535686673, 103.38121463421217, 103.43857547405612, 103.33212202353486, 103.42942874554049, 103.50244754436889, 103.8546741068703, 104.24793175661145, 104.22881147666348, 103.51970747275439, 102.57361535035477, 101.39063846232919, 101.27353966675582, 100.69543541870664, 100.55740766805502, 100.19670617065775, 100.30626020711652, 100.0857568705271, 99.69069054565576, 99.51964155476963, 98.9882528015123, 98.503786248776, 98.339661899817, 98.15000939330582, 98.25915001830626, 98.55355065307305, 98.45717410684873, 98.76454552612078, 98.42833865762985, 98.50957400919268, 98.1036039571077, 97.77773237507517, 97.59707156778276, 97.1645398294998, 96.505768670643, 95.3693522481124, 94.80840457558412, 94.18880415240454, 94.53348595579135, 94.32481652219676, 93.54098839719364, 93.66325483599621, 93.07827762245219, 92.36855350135562, 92.08288618364614, 92.02521528520839, 91.83489098507744, 91.41708702999766, 90.49600630082728, 90.58695682166098, 90.27297081905556, 89.84746707556428, 89.70204959509493, 89.41886274613549, 89.03196129756623, 88.88876590368542, 88.20849734899522, 86.97570438024027, 87.03316857294887, 86.49935102737379, 85.0602657409097, 83.94100589390001, 83.18921715691785, 82.19279218946592, 82.19124189649719, 81.69271935417748, 80.79199913933014, 80.32489586784388, 80.02506920768644, 80.2332735533904, 80.28629357292186, 79.8625468281285, 79.85799930208682, 79.340511509116, 78.88534549348918, 79.1897196796883, 78.2779407083305, 77.94116539908435, 77.53989790233794, 76.59297895702167, 76.13006147655108, 75.7464673196485, 75.39610110870959, 74.86481570831683, 74.61671715688354, 74.44385949086723, 73.5341992532334, 73.11990929554943, 72.82090945830865, 72.8244751321368, 72.6305334817454, 71.17527347197395, 70.4704586119451, 69.16413008003883, 69.6449276060824, 69.34959679553435, 68.1766451353734, 67.44366661974547, 67.14544192898907, 66.37282758979327, 64.53040774929113, 62.90570071803461, 61.49736290878419, 59.616134067630846, 58.525761346272304, 57.39725141788239, 56.970765822177555, 56.492138706290206, 55.723710158110066, 54.71508955263727, 53.49309695823135, 52.48359785340961, 51.52076256694742, 50.85294803243954, 50.115008579311585, 49.576850213423995, 48.94133344909855, 48.567971225789755, 47.974519077349896, 48.18318851094449, 48.09394331237642, 48.416094191283946, 48.80759484232718, 49.29955447774583, 49.47091352722566, 50.15242231629088, 50.212935418504685, 50.11330325704594, 50.239858839728754, 50.527386509000735, 50.66055667501689, 50.81010827006958, 50.74391076030369, 51.013351678273494, 51.28646162293606, 51.58907881043726, 51.60670047384881, 51.38960778179063, 51.57951867046327, 51.757440626844186, 51.79438927593287, 52.57708051942561, 53.404006788960146, 54.00800092958758, 54.69302371604863, 55.43902469261414, 56.07082075381456, 56.36201744977927, 56.48567915225374, 56.39142133975335, 56.261041701080956, 56.396847365144005, 56.845140415276006, 57.4034525897574, 58.13694786970825, 58.72921146020542, 59.18050174341033, 59.45009769067703, 59.80806033716286, 59.806148309168066, 59.442191196536385, 59.28240766788991, 58.86114139184656, 58.48798587426694, 58.034318475176605, 57.826372511634105, 57.665762160070955, 57.788700392493325, 57.694390903560645, 57.234263950433814, 56.60965091332193, 56.51218916201947, 56.28352094912793, 55.66149173363064, 55.26993940615512, 55.27490034365513, 54.79100223167404, 54.23925296409371, 53.570508253804576, 53.10857262554751, 52.38520592632588, 52.19172936382509, 52.1681649107, 51.172515089732485, 49.57457645040315, 48.67923058451416, 48.23894738138742, 47.938914015500785, 47.354453566279716, 46.717076450391744, 45.87759280781027, 45.62505008319988, 45.406458774605255, 45.14435591002086, 44.989533318874415, 44.49457645038285, 44.17511274595449, 43.48295861183713, 43.22287112811213, 43.25144819516953, 43.08794396339806, 42.892245314308724, 42.60487267433362, 42.80501549660005, 42.70243777850066, 42.823670688657415, 42.77933230975097, 42.649572788266084, 42.34798912941071, 42.270887892431226, 41.75438195167396, 41.22139122901558, 40.93934126156654, 40.247652215339826, 39.80168460466095, 39.139399448408284, 39.023695916506796, 39.06632897314759, 38.49277225114008, 38.02386030452362, 37.483634881344386, 37.154817742671185, 37.209491408036, 36.93162723160259, 36.639603712721225, 36.249136590323815, 35.64018151219639, 35.13018680190788, 34.63233605320798, 34.787778761541944, 34.832220493312946, 34.95603722508426, 34.92260257339143, 34.64174116388509, 34.42656049982173, 34.15453576023731, 33.92137169773639, 33.5881103858861, 33.136768426248864, 32.42322024916268, 32.32043582533416, 32.73482913588268, 33.348745151510144, 34.104564650211074, 34.47389611180108, 34.79506513849509, 35.692426385243465, 35.493730503081224, 35.525976596831356, 36.690711704257865, 36.86623, 37.188717482254674, 36.969402703607955, 37.11471683121269, 37.48177452978189, 37.86273318863758, 38.41008995947308, 38.990622999839985, 39.26611006038797, 39.81429365414016, 41.17927493669771, 41.73495161313221, 42.276830682144805, 42.58957645037524, 43.0812260272001, 43.317852410664585, 43.28638146339884, 42.71587365089656, 43.14530480324203, 43.470659620951665, 43.66666832863473, 44.11780358254279, 44.614259067570835, 45.556940545439176, 46.64540123880291, 47.525657586462664, 48.02159630716778, 48.378783807169214, 48.94820641459336, 49.2677734718863, 49.728623895065255, 50.25877241394758, 50.73202518087655, 51.11122684103432, 51.13386111837815, 51.04151533387258, 51.04528771342987, 50.83418948751759, 50.552397902229984, 50.07092858256661, 49.45272342305893, 48.594532911987784, 47.74078657409376, 46.564734327995296, 45.56396854023086, 44.06814253111031, 43.13595136899721, 42.04159956235219, 41.81096764503357, 41.58514163591809, 40.88477094906631, 40.63785000000001, 40.26304000000001, 40.1211999855216, 39.80008263525991, 39.6049007504935, 39.20222, 38.74050906754732, 38.79978193538611, 39.440001255050134, 39.4699735857794, 39.19469323096061, 39.25200239437228, 39.18652835465849, 39.535757684086974, 39.949582553880276, 40.31658857601719, 40.47838748552303, 40.437253045418686, 40.56081139502857, 40.59962039567975, 40.775475294768995, 40.4772506040126, 40.08926395036522, 39.45255862809705, 38.53835086442152, 37.41113284683888, 36.28127933120936, 35.89649661636406, 35.198399692533144, 34.78638349787005, 34.70189253107284, 35.176127150215365, 35.37342776870574, 35.385848253705404, 35.562545536369086, 35.533934767404304, 35.37177412287238, 35.60747033055563, 35.45874555841962, 35.04073489761066, 34.21582400893547, 33.01321007663901, 32.574632195777866, 32.66036339695009, 32.91595503106569, 32.830120477028885, 32.580264926897684, 32.46213260267845, 32.20338870619304, 31.521001417778876, 31.325561150851, 30.901762729625347, 30.62281334811382, 30.05571618014278, 28.92555260591954, 28.2197558936771, 27.464608188595975, 26.419452345492825, 25.90966434093349, 25.780628289500697, 25.172861769315972, 24.677853224392123, 23.594043409934642, 22.988188917744736, 22.574157342222236, 21.542799106541025, 20.689052768647002, 20.071261020597632, 19.61640506356457, 19.193278435958717, 18.85531456876987, 18.42464318204938, 18.377410922934615, 18.24449913907992, 18.250080193767445, 17.92519046394844, 18.247909783611192, 18.22176150887148, 17.56691775886887, 17.064416131262703, 17.062917514726223, 16.344976840895242, 15.601818068105816, 15.21047244635946, 14.989710727608553, 14.743214145576331, 14.408144158595833, 14.385716586981149, 14.257714064194175, 13.86864220546866, 13.35249799973744, 12.826845330464494, 12.608564080463621, 11.794918654028066, 11.734198846085121, 11.64009606288161, 11.778537224991537, 12.12358076340439, 12.175618930722294, 12.50009524908299, 12.738478631245385, 13.312913852601866, 13.6337211442698, 13.738727654686897, 13.686379428775238, 13.387327915102162, 13.120987583069846, 12.875369500386569, 12.92906131353783, 13.236432732809874, 12.93304039882429, 12.728298374083892, 12.227347039446471, 12.32243167486351, 12.182336866920252, 11.91496300624209, 11.093772820691925, 10.06613528813574, 9.40524539555497, 8.79799563969317, 8.830086704146424, 9.048419630579588, 9.29135053878369, 9.492888624721985, 9.305613234096256, 9.649158155972628, 9.795195753629457, 9.404366896206, 8.948115675501072, 8.744923943729418, 8.48881554529089, 8.500287713259695, 7.462108188515941, 7.0825964697644395, 6.6980721370806, 5.898172641634687, 5.3628048030908815, 5.033574252959369, 4.325607130560684, 3.574180128604553, 2.6917016943562544, 1.8652405127123188, 1.0601216976049272, -0.5076379052659377, -1.0636246402941936, -1.9647065901675944, -2.856125047202397, -3.3110843571000714, -4.008819545904942, -4.649917364917911, -5.8344962223445265, -6.528769090185847, -7.5189412093304355, -7.7121593896697505, -7.974107224957251, -9.004793667018674, -9.913420376006684, -10.765383876986645, -11.438779466182055, -11.70819454593574, -12.428098924193819, -12.949049038128194, -13.124025437868482, -13.246550258832515, -13.685153977909792, -14.074044969122282, -14.33007585291237, -14.579698859098258, -14.693231980843505, -14.839553798877944, -15.130311245168173, -15.664180467175527, -16.085214199273565, -16.314786749730203, -16.30894731288123, -16.61383826340328, -16.677451951554573, -16.841524624081273, -16.71372880702347, -17.126106736712615, -17.62504269049066, -17.18517289882223, -16.700706346085923, -16.463098110407884, -16.549707810929064, -16.270551723688357, -16.14634741867485, -16.256883307347167]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y97", "yaxis": "y", "legendgroup": "y97", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [68.19999766709829, 68.96364614529146], "type": "scatter", "x": [-177.55000973214604, -179.99998938710377]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y98", "yaxis": "y", "legendgroup": "y98", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-16.067132663642447, -16.020882256741224, -16.501783135649397, -16.555216566639196], "type": "scatter", "x": [-179.99998938710377, -179.7933094961524, -179.91735877186903, -179.99998938710377]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y99", "yaxis": "y", "legendgroup": "y99", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8.432094821815035, -8.398246758663852, -8.273344821814398, -8.397316582882603, -8.668256117388893, -9.106007175333353, -9.393173109579294, -10.140000909061449, -10.359987481327956, -10.239994805546223, -9.900015557497987, -9.290026950724716, -8.892790215697083, -8.65688730228468, -8.432094821815035], "type": "scatter", "x": [125.94707238169826, 126.64470421763855, 126.95724328013983, 127.33592817597463, 126.96799197805655, 125.9258850444586, 125.08852013560109, 124.43595014861933, 123.57998172413669, 123.459989048355, 123.55000939340744, 123.9800089865081, 124.96868248911623, 125.08624637258026, 125.94707238169826]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y100", "yaxis": "y", "legendgroup": "y100", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-84.71337999999999, -84.7214433735525, -84.13941171664914, -84.45293263136392, -84.09925912875835, -84.11791432081571, -84.53432301222364, -84.11791432081571, -84.06101856886238, -83.88464690545021, -84.11791432081571, -84.23739023227454, -84.57049651482794, -84.8252096495946, -85.13873056430938, -85.3739100076697, -85.09955982863215, -85.29551685988292, -85.60903777459774, -85.31510222772157, -85.040752048684, -84.57049651482794, -84.53127410271841, -84.29614633579038, -83.90423227328883, -83.6886898741994, -83.23801970818201, -82.82652027784181, -82.45419158317885, -82.04269215283867, -81.7683936502334, -81.41565032340905, -81.10212940869428, -81.16093718864245, -81.00415089306888, -81.33730885205459, -81.04337330517842, -80.67104461051547, -80.33793832796205, -79.92643889762186, -79.65208871858431, -79.35820484814043, -79.29939706819228, -79.16224781688965, -79.06426930126425, -78.6919406066013, -78.3784196918865, -78.02567636506218, -76.8892082660993, -76.98723845815698, -77.30075937287178, -77.2027291808141, -77.06557992951147, -77.49666472769027, -77.39873788849718, -77.18314381297547, -76.90884531037021, -76.5757390278168, -76.47776051219141, -76.10543181752845, -75.73315479929781, -75.38041147247347, -75.20403980906131, -75.53719776804702, -75.34124073679624, -75.0864759255973, -75.06689055775868, -74.96891204213328, -74.73378427520527, -74.51824187611587, -74.30269947702645, -74.36145558054231, -74.43984872832908, -74.30269947702645, -74.47901946400633, -74.45943409616771, -74.32228484486507, -74.42026336049047, -74.51824187611587, -74.47901946400633, -74.49860483184494, -74.51824187611587, -74.47901946400633, -74.18508391713016, -74.0283492979889, -74.2438916970783, -74.06752003366614, -73.7148283832741, -74.0283492979889, -74.38104094838093, -74.71419890736664, -74.42026336049047, -74.79254037872113, -74.91010426218513, -75.18445444122268, -75.12569833770684, -74.94932667429467, -74.9884974099719, -75.12569833770684, -75.3020183246867, -74.8709335265079, -74.53782724395448, -74.18508391713016, -74.10674244577567, -73.73441375111273, -73.36208505644977, -72.61753101998846, -72.7546802712911, -72.81343637480695, -72.7546802712911, -72.91141489043235, -73.20535043730852, -73.55804208770056, -73.61684986764871, -73.47970061634608, -73.2837435850953, -73.16617970163128, -73.40130746855931, -73.32291432077254, -72.55872324004031, -73.00939340605774, -73.18576506946991, -73.08778655384451, -73.47970061634608, -73.51887135202333, -73.63643523548733, -73.85197763457674, -73.47970061634608, -73.12695728952176, -73.51887135202333, -73.42089283639793, -73.63643523548733, -73.96954151804074, -73.87161467884765, -73.65602060332596, -73.40130746855931, -73.26415821725668, -73.14654265736037, -73.00939340605774, -72.79385100696834, -72.48033009225354, -72.04924529407474, -71.63774586373454, -71.24583180123298, -70.85391773873141, -70.46205535266213, -70.10931202583781, -69.71739796333624, -69.32553557726696, -68.95320688260401, -68.54170745226382, -68.14984506619454, -67.71876026801574, -67.32684620551417, -66.87617603949674, -66.58224049262057, -66.20996347438991, -65.89639088324283, -65.60250701279894, -65.17142221462014, -64.89707203558258, -64.64230722438364, -64.58355112086778, -64.27003020615298, -64.0740731749022, -63.95650929143819, -63.701744480239256, -63.388223565524456, -63.27065968206045, -63.525424493259386, -63.858530775812795, -64.15246632268898, -64.36800872177838, -64.21122242620484, -64.30920094183023, -64.54432870875826, -64.79909351995718, -65.09302906683337, -65.48494312933494, -65.85722014756558, -66.190326430119, -66.42550587347932, -66.5038473448338, -66.83700530381951, -67.150474542102, -67.58161101671311, -67.95388803494376, -68.36533578885167, -68.67890837999875, -68.91398447049448, -69.22755706164156, -69.61941944771084, -69.9917481423738, -70.38366220487536, -70.71676848742878, -71.08904550565943, -72.01007455839749, -72.38235157662815, -72.77426563912971, -73.16617970163128, -73.69524301543548, -74.10674244577567, -74.43984872832908, -74.57699797963171, -74.92974130645605, -75.26284758900947, -75.63512460724012, -75.79191090281367, -76.00745330190307, -76.22299570099247, -76.63449513133266, -76.6736658670099, -76.63449513133266, -76.71288827911943, -76.71288827911943, -77.104802341621, -77.28107065216858, -77.55542083120613, -77.90811248159817, -78.22163339631297, -78.12365488068757, -78.3784196918865, -78.78991912222669, -79.18183318472826, -79.51493946728168, -79.88721648551234, -80.25954518017528, -80.41633147574883, -80.6906299783541, -81.00415089306888, -81.31767180778367, -81.47445810335722, -81.74875660596248, -82.04269215283867, -82.37585011182436, -82.84610564568042, -83.21843434034338, -82.86569101351904, -82.57175546664286, -82.25823455192807, -82.00352141716142, -81.72917123812387, -81.70958587028525, -81.84673512158787, -82.08191456494819, -81.65082976676938, -81.3568942198932, -81.33730885205459, -81.12171477653291, -80.9061723774435, -80.76902312614087, -80.5926514627287, -80.33793832796205, -79.98519500113773, -79.6325033507457, -79.26022633251503, -79.29939706819228, -79.45613168733352, -79.45613168733352, -79.08385466910288, -78.33924895620927, -78.12365488068757, -77.88852711375955, -77.65345102326381, -77.35951547638764, -77.06557992951147, -76.6736658670099, -76.49734588003003, -76.3601449522951, -76.28180348094062, -76.24258106883109, -76.10543181752845, -75.90947478627767, -75.67434701934965, -75.43921925242162, -75.12569833770684, -74.79254037872113, -74.49860483184494, -74.10674244577567, -73.87161467884765, -73.46011524850746, -73.14654265736037, -72.95058562610959, -72.71545785918157, -72.40193694446677, -72.01007455839749, -71.53976734810915, -71.2654171690716, -71.32422494901975, -71.65733123157317, -71.6965019672504, -71.32422494901975, -70.93231088651818, -71.03028940214357, -71.40261809680652, -71.46137420032238, -71.2850542133425, -71.1674386534462, -71.22624643339435, -71.63774586373454, -71.30463958118114, -71.12826791776897, -70.99111866646633, -70.85391773873141, -70.61878997180338, -70.46205535266213, -70.24651295357273, -69.8937696267484, -70.14853443794733, -70.01133351021241, -70.48164072050075, -70.83433237089278, -70.63837533964201, -70.24651295357273, -69.97216277453518, -70.03091887805104, -70.40324757271398, -70.03091887805104, -69.91335499458702, -69.87418425890978, -69.8937696267484, -70.01133351021241, -70.07014129016056, -70.40324757271398, -70.69718311959015, -70.520811456178, -70.48164072050075, -70.48164072050075, -70.46205535266213, -70.32485442492721, -70.2072905414632, -69.93294036242564, -69.75662037544576, -69.65864185982038, -69.38429168078282, -68.83564299914, -68.50258839301888, -68.65927133572784, -69.01201466255216, -69.24714242948019, -69.16874928169342, -69.52144093208545, -69.7762057432844, -69.54107797635636, -69.10994150174527, -68.93362151476539, -68.60051523221198, -68.46331430447705, -68.26740894965856, -68.05186655056916, -67.81673878364113, -67.60119638455173, -67.71876026801574, -67.36606861762371, -67.09171843858616, -67.11130380642477, -66.87617603949674, -66.52348438910471, -66.24913421006715, -66.05317717881637, -65.89639088324283, -65.81804941188835, -65.8768055154042, -65.9747840310296, -66.24913421006715, -66.68021900824596, -67.01332529079937, -67.28767546983693, -67.40523935330094, -67.6795895323385, -67.95388803494376, -68.01269581489191, -67.81673878364113, -67.40523935330094, -67.62073007595805, -67.73834563585436, -67.85590951931837, -67.93430266710514, -67.93430266710514, -68.97279225044264, -69.22755706164156, -69.678227227659, -69.93294036242564, -70.3052690570886, -70.69718311959015, -70.67754607531924, -71.06946013782081, -71.44178883248377, -71.85328826282395, -72.16680917753874, -72.26478769316414, -72.08841602975197, -71.6965019672504, -71.32422494901975, -71.01070403430495, -70.71676848742878, -70.36402516060444, -69.87418425890978, -69.7762057432844, -69.73703500760715, -69.61941944771084, -69.46268482856959, -69.07077076606802, -68.69844207140508, -68.32621672960671, -68.07150359484007, -67.87554656358928, -67.54238860460357, -67.36606861762371, -67.20928232205016, -67.30726083767556, -67.20928232205016, -67.09171843858616, -67.150474542102, -66.87617603949674, -66.20991179795762, -66.48426197699517, -66.95456918728351, -67.150474542102, -67.22886768988879, -67.11130380642477, -67.18969695421154, -67.20928232205016, -67.11130380642477, -67.17011158637293, -67.38565398546233, -67.2485047341597, -67.2485047341597, -67.11130380642477, -67.2485047341597, -66.91534677517399, -66.58224049262057, -66.30789031358302, -65.56328460068941, -65.70048552842434, -65.9747840310296, -66.32752735785392, -66.9349321430126, -66.95456918728351, -66.95456918728351, -66.83700530381951, -66.69980437608459, -66.42550587347932, -66.13157032660314, -66.09234791449362, -65.8768055154042, -66.07276254665499, -66.38628346136979, -66.69980437608459, -66.66063364040734, -66.91534677517399, -67.17011158637293, -67.26809010199831, -67.18969695421154, -66.87617603949674, -66.56265512478195, -66.48426197699517, -66.6214629047301, -66.7193897439232, -66.56265512478195, -66.56265512478195, -66.66063364040734, -66.75861215603274, -66.58224049262057, -66.42550587347932, -66.38628346136979, -66.38628346136979, -66.2883049457444, -66.20996347438991, -65.72007089626295, -65.30857146592277, -65.58286996852803, -66.03359181097775, -66.44509124131794, -66.77819752387136, -66.95456918728351, -66.89576140733537, -66.87617603949674, -66.81736825954859, -66.81736825954859, -66.79778289170997, -66.83700530381951, -66.91534677517399, -67.22886768988879, -67.60119638455173, -67.89513193142791, -68.13025969835593, -68.38502450955487, -68.56129282010245, -68.71813079210828, -68.87481373481724, -68.89450245552044, -68.56129282010245, -68.83564299914, -69.14921559028708, -69.38429168078282, -69.48227019640821, -69.59983407987222, -69.9917481423738, -70.22687590930181, -70.57961923612615, -70.7363538552674, -70.71676848742878, -70.77552459094464, -70.75593922310601, -70.83433237089278, -70.97148162219543, -71.20666106555574, -71.40261809680652, -71.6965019672504, -72.08841602975197, -72.44115935657629, -72.89182952259372, -73.24452117298577, -73.65602060332596, -73.8128068988995, -74.16549854929153, -74.38104094838093, -74.7729550108825, -75.14528370554545, -75.45880462026025, -75.87030405060044, -76.24258106883109, -76.69330291128081, -77.06557992951147, -77.45744231558074, -77.82977101024369, -78.18251433706801, -78.31961191193835, -78.75074838654946, -78.90748300569071, -79.12302540478011, -79.16224781688965, -79.73048186637108, -80.20073740022713, -80.57306609489008, -80.94539478955303, -81.27850107210645, -81.69000050244662, -82.06227752067728, -82.39543547966299, -82.70895639437781, -83.02247730909258, -83.33599822380738, -83.82589080193435, -84.04143320102375, -84.11791432081571, -84.4137102192544, -84.15899708448775, -84.47251799920255, -84.71337999999999], "type": "scatter", "x": [-180, -179.94249935617904, -179.05867733469117, -177.2567718171058, -176.0846728180777, -175.8298821686626, -174.38250281481567, -173.1165594147455, -172.8891055980128, -169.95122290757138, -168.99998898015872, -168.5301985341933, -167.02209937240343, -164.1821435211551, -161.92977454328147, -158.0713795644249, -155.19225297749932, -150.94209896543805, -148.5330728830716, -145.8889190337772, -143.10771928604473, -142.89228023981988, -146.82906836646325, -150.06073157448398, -150.9029282297608, -153.58620113830017, -153.40990698953644, -153.03775916238652, -152.66563717345275, -152.86151669005508, -154.52629879455392, -155.29017981669242, -156.83744971415953, -154.40878658752223, -152.09766150613277, -150.6482926096426, -148.86599829811203, -147.2207498850195, -146.41774980363607, -146.77028642473124, -148.0629465402963, -149.5319008046251, -151.5884161041125, -153.39032162169784, -155.3293763905858, -155.97566769104412, -157.26830196839302, -158.0517683583701, -158.36513424378805, -157.8754742096064, -156.97457312724603, -155.3293763905858, -153.74283240457683, -152.9202469553548, -151.3337804839943, -150.00194963275197, -148.7484860910803, -147.61248308000805, -146.1044097564343, -146.14352881567925, -146.49609127499056, -146.20231075741125, -144.90962480363004, -144.3220379302553, -142.7943534006268, -141.63876502171593, -140.2090073312805, -138.8575911121996, -137.50620073133481, -136.42890214734612, -135.21458350313554, -134.4311946278069, -133.7456550770229, -132.25716712128778, -130.9253104318293, -129.55428300669362, -128.24203752328992, -126.890621304209, -125.40208167204159, -124.01149471728343, -122.5621516590094, -121.07361202684199, -119.70255876349015, -118.68414547409805, -117.46980099167133, -116.2163116117835, -115.02155249719539, -113.94433142785512, -113.29798845096451, -112.94545182986936, -112.29908301476263, -111.26105851931575, -110.06632524294379, -108.71490902386287, -107.55934648316813, -106.1491483223552, -104.87607357462875, -103.36794857462272, -102.01650651732565, -100.64553076862225, -100.11669999876337, -100.76304297565397, -101.25270300983563, -102.54533728718455, -103.11331295450452, -103.32875200072934, -103.68128862182449, -102.91748511433445, -101.60523963093078, -100.3125278389334, -99.13737993040007, -98.11888912635953, -97.68803687212605, -96.33659481482896, -95.04396053748003, -93.6729072741282, -92.439003262079, -91.42056413447077, -90.08873328322845, -89.22695126011301, -88.4239511787296, -87.26833696160259, -86.01482174349862, -85.19223629427657, -83.8799908108729, -82.66564632844616, -81.4709130520742, -80.6874466620971, -80.295790981757, -79.29688554555507, -77.92585812041938, -76.90736731637884, -76.22187944202715, -74.89004859078484, -73.85202409533798, -72.83353329129744, -71.61921464708686, -70.20904232449007, -68.93591590033134, -67.95662167018419, -67.36906063502559, -67.13403622096214, -67.25154842799387, -67.56494015162794, -67.91747677272309, -68.23084265814101, -68.48545244004308, -68.54420854355894, -68.44628170436583, -67.97623287623895, -67.5844996812504, -67.4278425767576, -67.62367041692765, -67.74118262395936, -67.25154842799387, -66.70318396672866, -66.0568151516219, -65.3713272772702, -64.56827551945449, -64.17654232446594, -63.62815202498459, -63.001394415932594, -62.041685553624056, -61.41492794457208, -60.70985470238176, -59.887269253159715, -59.16258480491463, -58.59455746116237, -57.811142747617566, -57.223581712458966, -57.59572953960888, -58.61414282900098, -59.04507259788291, -59.78934241396662, -60.611927863188654, -61.29741573754036, -62.02210018578545, -62.511760219967094, -62.64885779483744, -62.590127529537725, -62.12007870141083, -62.80556657576255, -63.74569007023244, -64.29410620792996, -64.8816930813047, -65.50842485214054, -65.66508195663336, -65.31254533553819, -64.7837145656793, -63.961103278241126, -63.19729977075109, -62.78595536970778, -62.57051632348295, -62.276735805903655, -61.80666113956063, -61.51290646019748, -61.37580888532713, -61.081976691315546, -61.0036610581772, -60.69026933454315, -60.827366909413485, -61.37580888532713, -61.963369920485725, -63.295200771728034, -63.74569007023244, -64.35283647322967, -65.86098731145185, -67.19281816269415, -68.44628170436583, -69.79772376166291, -70.60072384304632, -72.20677568224545, -73.9695363023697, -75.55597693551407, -77.24037024606767, -76.92697852243361, -75.3992939928051, -74.28287634957147, -73.65611874051949, -74.77253638375312, -76.49610042998398, -77.92585812041938, -77.98466590036753, -78.02378495961247, -76.84863705107912, -76.63322384307045, -75.36009741891172, -73.24485185412462, -71.44294633653928, -70.01316280788772, -68.19164608424762, -65.70427853052674, -63.2560300360508, -61.552025519442424, -59.691415574773515, -58.71212134462637, -58.222487148660875, -57.00811682801799, -55.36289425314162, -53.61977067728829, -51.54364417174613, -49.76134986021556, -47.273930630062374, -44.825707973802594, -42.80836340999244, -42.16202043310183, -40.77143347834367, -38.244817674297096, -36.26666968438033, -34.38639685722437, -32.31029618989837, -30.09709794770201, -28.549802212018733, -29.254901292425203, -29.685805223090984, -29.685805223090984, -31.62480831554666, -33.68132361503406, -35.63991207532834, -35.91410722506903, -35.77700965019869, -35.32654618991043, -33.896762661258876, -32.21236935070526, -30.998050706494666, -29.783732062284088, -28.882779303491418, -27.511751878355724, -26.160335659274793, -25.474821946706953, -23.92755204923982, -22.45859778491104, -21.224693772861826, -20.010375128651233, -18.91354285325623, -17.5229817367142, -16.641588507544014, -15.70149085129026, -15.407710333710952, -16.46532019699643, -16.112783575901275, -15.446855231172053, -14.408804897509043, -13.311972622114027, -12.293507656289634, -11.510067104528686, -11.020432908563194, -10.295774298534253, -9.101015183946146, -8.611380987980638, -7.416621873392529, -7.377451137715283, -6.86823157391116, -5.790984666354775, -5.536374884452712, -4.341667446296896, -3.0489814925156793, -1.7954921126278407, -0.6594891015556072, -0.22863684732209322, 0.8681954280729087, 1.8866862321134477, 3.0226375667533887, 4.139055209987021, 5.1575460140275595, 6.273911980828899, 7.1357198421604835, 7.7428662451577, 8.487110223025269, 9.525134718472117, 10.249845004933347, 10.817820672253333, 11.953823683325595, 12.404287143613857, 13.422777947654367, 14.73499759284192, 15.126756626046614, 15.949342075268646, 17.026588982825047, 18.201711053142247, 19.259372592860018, 20.375738559661357, 21.452985467217758, 21.92303429534462, 22.56940311045139, 23.6661837094141, 24.841357456163593, 25.977308790803562, 27.09372643403719, 28.092580193806807, 29.150241733524577, 30.031583286262475, 30.97173261894855, 31.990171746556772, 32.75405276869526, 33.302443068176615, 33.8704187354966, 34.90849490737574, 35.30020226414814, 36.162010125479725, 37.20003462092657, 37.90510786311691, 38.649403517416744, 39.66789432145728, 40.02043094255245, 40.92135786312897, 41.959434035008115, 42.93870242693913, 44.113876173688624, 44.89729088723342, 45.719928012887756, 46.50334272643255, 47.4434403826863, 48.34441897969512, 48.99073611836956, 49.930885451055644, 50.75347090027768, 50.94932457866386, 51.79154707215682, 52.61413252137888, 53.61303795758079, 54.533550245995905, 55.414943475166126, 56.35504113141988, 57.158092889235576, 57.2559680519964, 58.13736128116659, 58.74450768416381, 59.93931847518422, 60.6052209816973, 61.42780643091933, 62.38748945501172, 63.19048953639515, 64.052349074159, 64.99244673041275, 65.97171512234377, 66.91186445502981, 67.8911328469608, 68.89003828316274, 69.71262373238477, 69.67345299670754, 69.55594078967582, 68.59625776558343, 67.81273969917405, 67.94988895047666, 69.0663065937103, 68.92915734240768, 68.41998945503585, 67.94988895047666, 68.71376997261515, 69.86930667509372, 71.02489505400459, 71.57328535348597, 71.9062882831748, 72.45462690622387, 73.081410353492, 73.33602013539405, 73.8648767434691, 74.49155683787262, 75.62755984894488, 76.62646528514679, 77.64490441275504, 78.13453860872053, 78.42837080273213, 79.11385867708384, 80.09312706901483, 80.93534956250778, 81.48379153842143, 82.05176720574141, 82.77642581577035, 83.77533125197226, 84.67620649611649, 85.6555265644798, 86.7523588398748, 87.47701744990374, 87.98628869014016, 88.35841067907394, 88.82840783076853, 89.67063032426148, 90.63036502478616, 91.59009972531084, 92.60853885291908, 93.54863650917284, 94.17541995644096, 95.01759077350161, 95.7814717956401, 96.68239871621662, 97.75964562377298, 98.68020958862044, 99.718182407635, 100.38418826701266, 100.89335615438448, 101.5788957051685, 102.83241092327248, 103.47867638551462, 104.2425574076531, 104.90845991416619, 106.18156050010879, 107.16088056847207, 108.08139285688722, 109.15863976444362, 110.23583499556771, 111.05847212122205, 111.74395999557373, 112.86037763880736, 113.60467329310723, 114.38808800665203, 114.89730757045615, 115.60238081264646, 116.69916141160918, 117.38470096239317, 118.57946007698129, 119.83292361865298, 120.87099979053212, 121.65441450407693, 122.32036868702228, 123.22129560759885, 124.12227420460762, 125.16024702362222, 126.10039635630824, 127.00142662974933, 127.88276818248725, 128.8032804709024, 129.7042590679112, 130.78145429903532, 131.79994510307586, 132.93589643771583, 133.85646040256324, 134.75738732313977, 135.03158247288042, 135.07075320855768, 135.69748497939355, 135.87380496637337, 136.20670454319765, 136.61804894424097, 137.46027143773392, 138.5962227723739, 139.9084424175614, 140.8094210145702, 142.12169233619005, 143.06184166887613, 144.37406131406362, 145.490427280865, 146.19555219948762, 145.99969852110138, 146.64606733620815, 147.72326256733226, 148.83962853413362, 150.1323144879148, 151.48370486877957, 152.5022473492524, 153.63819868389237, 154.28456749899914, 155.1658573753047, 155.9297900738755, 156.81113162661342, 158.02552778547243, 159.1810128115187, 159.6706986839165, 160.80665001855647, 161.57047936426267, 162.68689700749624, 163.84243370997484, 164.91968061753124, 166.11443973211937, 167.3090954938429, 168.4256164899411, 169.4635893089557, 170.50166548083484, 171.20679039945747, 171.08922651599346, 170.5604215843507, 170.10995812406242, 169.75736982653495, 169.28732099840812, 167.97510135322057, 167.38748864162966, 166.09480268784847, 165.64439090399247, 164.95885135320847, 164.23419274317956, 163.82279666570395, 163.5682385602342, 163.4702600446088, 163.48989708887976, 164.0578727561997, 164.27336347885682, 164.74346398341595, 166.60412560451715, 166.9957812848573, 165.19387576727195, 163.66621707585955, 161.76638471908115, 160.9241622255882, 160.7478939150406, 160.31696414615868, 159.78821089094822, 161.12001590397438, 161.62928714421082, 162.4909916526778, 163.70533613510452, 165.09594892807883, 166.60412560451715, 168.89566531806796, 169.40478152900755, 172.28393395414923, 172.47704878162398, 173.2240832868353, 175.98567182851303, 178.2772115420639, 180]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y101", "yaxis": "y", "legendgroup": "y101", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [68.96363636363635, 68.19999766709829, 67.20589000000001, 66.58435, 66.33556, 67.06219, 66.91308000000001, 65.97724, 65.54138999999999, 65.43791, 64.46079, 64.25269, 64.2826, 64.63125000000001, 64.92288, 65.35667000000001, 65.52024, 65.39052000000001, 65.74044, 66.11211, 65.87456, 65.40411, 64.9797087021984], "type": "scatter", "x": [-180, -177.55000973214604, -174.92825000000002, -175.01425000000003, -174.33983000000003, -174.57182, -171.85731, -169.89958000000001, -170.89107, -172.53025000000002, -172.555, -172.95533, -173.89184, -174.65392000000003, -175.98353, -176.20716, -177.22266, -178.35993000000002, -178.90332000000004, -178.68610999999999, -179.88377, -179.43268, -180]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y102", "yaxis": "y", "legendgroup": "y102", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [71.51571433642827, 71.55762000000001, 71.55553, 71.26948, 71.13277000000001, 70.89302, 70.83219920854673], "type": "scatter", "x": [-180, -179.871875, -179.02433000000002, -177.57794500000003, -177.663575, -178.69378000000003, -180]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y103", "yaxis": "y", "legendgroup": "y103", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [70.83219920854673, 70.78114000000001, 71.0988, 71.51571433642829], "type": "scatter", "x": [180.00000000000006, 178.90342499999997, 178.7253, 180.00000000000006]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y104", "yaxis": "y", "legendgroup": "y104", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-16.555216566639196, -16.801354076946883, -17.01204167436804, -16.639150000000004, -16.433984277547403, -16.379054277547404, -16.067132663642447], "type": "scatter", "x": [180, 179.36414266196414, 178.72505936299711, 178.59683859511713, 179.0966093629971, 179.4135093629971, 180]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y105", "yaxis": "y", "legendgroup": "y105", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-51.84999999999999, -51.249999999999964, -51.5, -51.10000000000005, -51.549999999999976, -51.89999999999996, -52.199999999999974, -51.84999999999999, -52.300000000000004, -51.84999999999999], "type": "scatter", "x": [-61.19999999999999, -60.00000000000003, -59.14999999999995, -58.55000000000004, -57.75000000000003, -58.05000000000004, -59.400000000000006, -59.85000000000002, -60.69999999999999, -61.19999999999999]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y106", "yaxis": "y", "legendgroup": "y106", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-48.62500000000004, -48.94000000000002, -49.065, -49.254999999999995, -49.71, -49.77500000000003, -49.24250000000002, -48.83000000000001, -48.62500000000004], "type": "scatter", "x": [68.93499999999997, 69.58000000000007, 70.525, 70.56000000000003, 70.28000000000006, 68.74500000000003, 68.72000000000006, 68.86750000000004, 68.93499999999997]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y107", "yaxis": "y", "legendgroup": "y107", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-17.50481, -17.339919999999985, -17.62846000000001, -18.150589999999973, -18.287989999999994, -18.164320000000018, -17.72465000000002, -17.381140000000023, -17.50481], "type": "scatter", "x": [178.12557000000007, 178.3736000000001, 178.71806, 178.55271000000002, 177.93266000000008, 177.38146000000003, 177.28504, 177.67087, 178.12557000000007]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y108", "yaxis": "y", "legendgroup": "y108", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10.760000000000034, 10.89, 10.85499999999999, 10.110000000000042, 10.000000000000028, 10.08999999999999, 10.36499999999998, 10.760000000000034], "type": "scatter", "x": [-61.68000000000001, -61.10499999999993, -60.89499999999998, -60.934999999999974, -61.76999999999998, -61.95000000000002, -61.65999999999997, -61.68000000000001]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y109", "yaxis": "y", "legendgroup": "y109", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [20.07974999999999, 19.993020000000044, 19.859100000000012, 19.508710000000008, 19.453279999999992, 19.239720000000005, 19.083479999999994, 18.91619, 19.059390000000022, 19.33887999999999, 19.70293999999997, 19.814220000000006, 19.977289999999982, 20.17395000000002, 20.267209999999977, 20.248700000000028, 20.07974999999999], "type": "scatter", "x": [-155.40213999999997, -155.22452000000004, -155.06226000000004, -154.80740999999998, -154.83146999999997, -155.22217000000003, -155.54211, -155.68816999999999, -155.93665000000001, -155.90806000000003, -156.07347000000001, -156.02368, -155.85008, -155.91907, -155.86108000000002, -155.78504999999996, -155.40213999999997]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y110", "yaxis": "y", "legendgroup": "y110", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [20.76403999999995, 20.64397000000004, 20.572410000000005, 20.783000000000015, 20.864300000000014, 20.926760000000016, 21.01249, 20.917450000000017, 20.76403999999995], "type": "scatter", "x": [-155.99566000000004, -156.07925999999998, -156.41445000000002, -156.58672999999996, -156.70166999999998, -156.71055, -156.61257999999998, -156.25711, -155.99566000000004]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y111", "yaxis": "y", "legendgroup": "y111", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [21.176840000000013, 21.068729999999974, 21.09776999999997, 21.219579999999965, 21.176840000000013], "type": "scatter", "x": [-156.75824, -156.78933000000004, -157.32521000000003, -157.25027, -156.75824]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y112", "yaxis": "y", "legendgroup": "y112", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [21.716959999999986, 21.652720000000045, 21.322169999999986, 21.26442000000003, 21.27728999999998, 21.312439999999967, 21.53918999999999, 21.579119999999975, 21.716959999999986], "type": "scatter", "x": [-158.02520000000004, -157.94161000000003, -157.65283000000005, -157.70702999999997, -157.77860000000004, -158.12667000000005, -158.25380000000004, -158.29265, -158.02520000000004]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y113", "yaxis": "y", "legendgroup": "y113", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [22.214939999999984, 21.982000000000014, 21.882989999999992, 22.065330000000017, 22.138199999999998, 22.236179999999962, 22.214939999999984], "type": "scatter", "x": [-159.36569, -159.34512000000004, -159.46372000000002, -159.80050999999997, -159.74877, -159.5962, -159.36569]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y114", "yaxis": "y", "legendgroup": "y114", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [25.210299999999975, 25.17000000000003, 24.340000000000003, 23.75975000000004, 23.71000000000005, 24.286149999999978, 24.575640000000007, 25.210299999999975], "type": "scatter", "x": [-78.19086999999995, -77.88999999999999, -77.54, -77.53465999999995, -77.77999999999997, -78.03405000000001, -78.40848000000003, -78.19086999999995]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y115", "yaxis": "y", "legendgroup": "y115", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [26.789999999999978, 26.869999999999976, 26.840000000000046, 26.580000000000027, 26.420000000000044, 26.789999999999978], "type": "scatter", "x": [-78.98000000000002, -78.50999999999996, -77.85, -77.81999999999998, -78.91000000000001, -78.98000000000002]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y116", "yaxis": "y", "legendgroup": "y116", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [27.04000000000002, 26.590000000000003, 25.879179999999977, 26.007350000000045, 26.52999999999996, 26.92516000000002, 27.04000000000002], "type": "scatter", "x": [-77.78999999999995, -77.00000000000001, -77.17255000000003, -77.35640999999995, -77.34000000000003, -77.78802, -77.78999999999995]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y117", "yaxis": "y", "legendgroup": "y117", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [47.03601000000005, 46.55001000000006, 46.41587000000003, 46.44314000000003, 46.03339, 45.968180000000004, 46.39265000000002, 46.72746999999997, 47.03601000000005], "type": "scatter", "x": [-64.01485999999994, -63.66450000000003, -62.9393, -62.012080000000026, -62.50391000000002, -62.87432999999996, -64.1428, -64.39261000000005, -64.01485999999994]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y118", "yaxis": "y", "legendgroup": "y118", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [44.60919999999999, 45.64149000000002, 45.80628999999996, 46.399330000000006, 46.60898997658228, 47.048704738953774, 46.80463694923931, 46.85300608986445, 46.23464590105992, 45.25904653582164, 45.40839142514518, 45.245998236667944, 44.51485423438635, 44.6098355169388, 44.284015611338546, 44.03103363705367, 43.132974758469416, 42.79229787858519, 42.44389537207336, 42.02715078385555, 41.78333000000005, 41.13537059179471, 41.86811656347736, 42.12319143327005, 41.55121084244742, 40.95101491959345, 40.63103445084219, 40.87652334244474, 40.033629055332014, 39.97528636327449, 39.290573635407156, 38.95209300389533, 37.90613617609171, 37.198918361961276, 36.96503082940825, 36.700421657857675, 36.872814235983384, 37.374566555321366, 37.582874253889884, 38.32026000000003, 38.81548635513184, 39.0492188583879, 39.39948171646222, 40.176100979160694, 40.256561184239175, 40.52615713150584, 40.572924302729945, 41.2822866888005, 41.80888000000003, 42.986579999999975, 43.66016000000002, 44.60919999999999], "type": "scatter", "x": [46.68201000000002, 47.675910000000016, 48.64541, 49.10116000000008, 50.034083286342536, 51.19194542827424, 52.042022739475556, 53.04273685080764, 53.22086551291781, 53.04087649924517, 52.16738976421564, 51.31689904155601, 51.27850345236317, 50.30564293803627, 50.33912926616142, 50.89129194520007, 51.342427199108215, 52.50142622255029, 52.692112257707294, 52.44633914572725, 52.50246000000007, 52.81468875510362, 52.916749708880076, 53.72171349469059, 54.008310988181364, 54.736845330632235, 53.85813927594111, 52.91525109234365, 52.69397260926982, 53.3578080584912, 53.101027866432986, 53.880928582581845, 53.7355111021125, 53.921597934795585, 53.825789829326396, 52.26402469260145, 50.842354363819766, 50.14777143738462, 49.19961225769333, 48.88327000000001, 48.85653242370762, 49.22322838725077, 49.395259230350376, 49.56920210144483, 50.392821079312654, 50.08482954285313, 49.618914829309574, 49.110263706260724, 48.584370000000064, 47.492519999999985, 47.590940000000046, 46.68201000000002]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y119", "yaxis": "y", "legendgroup": "y119", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [49.87304000000002, 49.95717999999998, 49.706410000000005, 49.28855000000006, 49.10506000000001, 49.08717000000003, 49.400690000000026, 49.87304000000002], "type": "scatter", "x": [-64.51911999999999, -64.17321999999996, -62.85829000000001, -61.83558500000001, -61.80630499999995, -62.29317999999995, -63.58925999999997, -64.51911999999999]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y120", "yaxis": "y", "legendgroup": "y120", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [62.085565, 62.38559999999998, 62.36370999999997, 62.158675000000045, 61.63307999999998, 61.71810000000002, 62.01649000000006, 62.085565], "type": "scatter", "x": [-80.31539500000002, -79.92939000000001, -79.52001999999997, -79.26581999999998, -79.65752, -80.09956, -80.36215, -80.31539500000002]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y121", "yaxis": "y", "legendgroup": "y121", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [62.45280000000005, 62.914090000000016, 62.90457999999998, 62.710800000000035, 62.159220000000005, 62.18231, 62.45280000000005], "type": "scatter", "x": [-83.99366999999997, -83.25047999999994, -81.87699, -81.89825000000003, -83.06856999999998, -83.77462000000004, -83.99366999999997]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y122", "yaxis": "y", "legendgroup": "y122", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [67.44425000000004, 67.14885999999998, 67.09872999999999, 67.58809, 68.14856, 68.28720999999999, 68.01035999999996, 67.58202000000003, 67.44425000000004], "type": "scatter", "x": [-75.21596999999997, -75.86587999999998, -76.98686999999997, -77.23640000000002, -76.81165999999996, -75.89520999999999, -75.11449999999999, -75.10333000000003, -75.21596999999997]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y123", "yaxis": "y", "legendgroup": "y123", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [69.68003035832177, 69.10769485484937, 68.75704442353285, 69.06003035832177, 68.9507018535466, 69.4000303583218, 69.71003534964345, 70.14352310192382, 69.86003035832178, 69.68003035832177], "type": "scatter", "x": [-96.55740120380052, -95.64768864557942, -96.26951115534747, -97.61740120380054, -98.43180811173642, -99.79740120380052, -98.9174115459831, -98.21825525529017, -97.15740120380055, -96.55740120380052]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y124", "yaxis": "y", "legendgroup": "y124", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [73.07600495064645, 72.67259288195999, 71.69841461860969, 70.99297964139336, 70.49776439074031, 70.02430491808215, 69.58448680284607, 69.50402659776759, 69.11960561794837, 68.75280630154063, 68.90999999999997, 69.18000000000004, 69.11924388292226, 68.78, 68.63005915681794, 68.53554000000005, 69.00744192165885, 69.28, 69.16820730251885, 69.96000000000001, 70.06652456326464, 70.23731517198931, 70.19235667589533, 70.36635122342207, 70.60000621202985, 70.52045034451646, 70.54055247667799, 70.90921214464822, 71.30918773058735, 71.29518341743628, 71.55857819282792, 72.3078347846278, 72.70595001900435, 73.31459503853804, 73.12145437284715, 72.65277497017601, 72.95539215767721, 72.45041006132107, 72.96112824166164, 72.63334463163432, 71.65087230090117, 72.06547231717886, 73.08954417590695, 73.23599518502203, 73.07600495064645], "type": "scatter", "x": [-106.52258806031243, -105.40244971395374, -104.77483944376897, -104.46475501180161, -102.78537431518025, -100.98078162311575, -101.08930213092869, -102.7311657377061, -102.09329769571134, -102.43025387247052, -104.24000000000004, -105.96000000000004, -107.12255143922104, -108.99999999999996, -111.53414887520022, -113.31320000000005, -113.85495703820634, -115.22000000000004, -116.1079461332674, -117.33999999999997, -116.6747332426447, -115.1311323718703, -113.72139929894799, -112.41610429568752, -114.34999142134632, -116.48683773483144, -117.90481319870432, -118.43237789597205, -116.11311377649665, -117.6556811186252, -119.40198279506447, -118.56268001999595, -117.86641760951147, -115.18908749068568, -114.16716020389764, -114.666328701621, -112.44101233605227, -111.0503995430779, -109.92033932171921, -109.00654496950206, -108.18835201702484, -107.68597958049939, -108.39640133343191, -107.51645504436584, -106.52258806031243]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y125", "yaxis": "y", "legendgroup": "y125", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [72.80290222167974, 73.33318328857422, 73.69318389892578, 73.75971984863287, 73.65193176269534, 73.1026849899531, 72.82638549804685, 72.85554504394537, 72.87665557861328, 72.74220275878906, 72.80290222167974], "type": "scatter", "x": [-79.77583312988281, -80.8760986328125, -80.83388519287114, -80.35305786132808, -78.06443786621091, -76.33999999999996, -76.25140380859372, -77.31443786621097, -78.39167022705078, -79.48625183105473, -79.77583312988281]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y126", "yaxis": "y", "legendgroup": "y126", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [73.36983000000001, 73.76506, 73.85758000000004, 73.47524999999999, 73.21243999999999, 73.20543999999998, 73.31692000000007, 73.36983000000001], "type": "scatter", "x": [139.86312, 140.81170999999998, 142.06207000000003, 143.48283, 143.60385, 142.08763000000002, 140.03815500000005, 139.86312]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y127", "yaxis": "y", "legendgroup": "y127", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [75.345845, 75.08406, 74.68892, 74.778355, 75.17298000000005, 75.49682000000001, 75.345845], "type": "scatter", "x": [148.22223, 150.73167000000004, 149.57592500000007, 147.97746500000002, 146.1191900000001, 146.358485, 148.22223]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y128", "yaxis": "y", "legendgroup": "y128", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [76.13676000000007, 76.09288999999995, 75.56262500000005, 74.82000000000005, 74.84768000000005, 74.61147999999997, 75.26167000000007, 75.94917000000007, 76.13676000000007], "type": "scatter", "x": [138.83107500000003, 141.471615, 145.08628500000006, 144.30000000000004, 140.61381000000003, 138.95544000000004, 136.97439, 137.51176, 138.83107500000003]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y129", "yaxis": "y", "legendgroup": "y129", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [76.58860708282197, 76.71999999999997, 76.25656000000001, 75.74343999999999, 74.99999999999997, 74.8974441596381, 75.0573568793653, 75.6407579617244, 75.56381175404184, 76.33658112253448, 76.30536855743023, 76.64632965769201, 76.58860708282197], "type": "scatter", "x": [-98.57700069862696, -98.50000000000001, -97.73558500000001, -97.704415, -98.16, -99.8087343005199, -100.88365576862317, -100.86290768105799, -102.50208411335622, -102.56551693399449, -101.48974280475842, -99.9834781563149, -98.57700069862696]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y130", "yaxis": "y", "legendgroup": "y130", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [79.28129000000001, 78.71333999999999, 78.30688999999998, 77.92100000000008, 79.23398999999998, 79.34641000000002, 79.28129000000001], "type": "scatter", "x": [102.83781500000006, 105.37243000000004, 105.07547000000002, 99.43814000000006, 101.26490000000004, 102.08635000000007, 102.83781500000006]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y131", "yaxis": "y", "legendgroup": "y131", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [81.02460000000002, 81.25040000000004, 80.74697499999999, 79.780135, 78.88093999999998, 78.7562, 79.044745, 79.4265, 80.14378999999997, 80.34145999999998, 81.02460000000002], "type": "scatter", "x": [93.77766, 95.94089499999998, 97.88384999999997, 100.18665500000006, 99.93976000000006, 97.75794000000005, 94.97259000000005, 93.31287999999998, 92.5454, 91.18107000000006, 93.77766]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y132", "yaxis": "y", "legendgroup": "y132", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [80.60231557893178, 80.9072840441022, 80.9772797716416, 81.20646474885606, 81.25739187287974, 80.72344513622392, 80.32000000000002, 79.66000000000005, 79.33691478140074, 79.0393102078317, 78.28721141225586, 78.21532949493786, 78.34333201772486, 78.7510073920754, 79.11372427033211, 79.38011627879672, 79.37246816681753, 79.70500600861567, 80.15776907014097, 80.60231557893178], "type": "scatter", "x": [-96.01643347856468, -95.32345252153067, -94.2984246488052, -94.73542639848141, -92.40983191605021, -91.13288143590192, -87.80999999999996, -87.02000000000002, -85.81434302442231, -87.18756669793036, -89.03536088739085, -90.80434851760629, -92.87667680537506, -93.95115902380383, -93.93573360876466, -93.14523922399587, -94.97399064815679, -96.0761455960779, -96.70972449419241, -96.01643347856468]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y133", "yaxis": "y", "legendgroup": "y133", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [81.89429000000004, 82.0850000000001, 82.11751000000004, 82.27961000000005, 82.65227345805701, 82.60000000000002, 82.31999999999996, 82.86000000000004, 83.02000000000004, 83.13056, 83.1720588235294, 83.06403999999998, 83.23324000000002, 83.16978075838281, 83.10632151676572, 83.02801000000002, 82.90000000000003, 82.62860000000003, 82.36165000000008, 81.92775000000009, 81.72527, 81.50140999999999, 81.50657000000007, 80.90000000000009, 80.61683000000002, 79.79999999999998, 79.63415000000003, 79.43016220480209, 79.32309000000001, 79.19766000000007, 79.01907, 78.52580999999998, 78.18295999999998, 77.89990999999998, 77.50859000000003, 77.20967999999996, 76.98336, 77.02204499999999, 76.77795499999999, 76.17812000000004, 76.45402999999999, 76.29901000000004, 76.41999999999996, 76.47238999999996, 76.95212999999998, 77.17832999999999, 77.89999999999998, 77.9702222222223, 77.53873000000002, 78.18000000000004, 78.37181000000004, 78.75867000000002, 78.99690000000001, 79.34543000000002, 79.73623999999998, 80.25144999999998, 80.20836000000003, 80.1, 80.46442000000002, 80.58000000000004, 80.51627000000002, 80.85569000000001, 81.26000000000005, 81.55309999999997, 81.89429000000004], "type": "scatter", "x": [-91.58702000000002, -90.09999999999995, -88.93226999999999, -86.97024000000002, -85.50000000000001, -84.26000500000004, -83.18, -82.42, -81.09999999999997, -79.30663999999996, -76.24999999999999, -75.71878000000004, -72.83152999999999, -70.66576500000002, -68.50000000000003, -65.82734999999997, -63.67999999999998, -61.849999999999966, -61.893880000000024, -64.334, -66.75342, -67.65754999999999, -65.48031000000003, -67.83999999999997, -69.46970000000002, -71.18, -73.24280000000002, -73.88, -76.90772999999999, -75.52923999999999, -76.22046000000002, -75.39344999999994, -76.34354000000003, -77.88850999999998, -78.36268999999996, -79.75951000000003, -79.61965000000004, -77.91089000000004, -77.88910999999997, -80.56125000000003, -83.17438999999999, -86.11184000000003, -87.60000000000001, -89.49068, -89.6161, -87.76739000000002, -88.25999999999998, -87.64999999999998, -84.97634000000002, -86.34000000000002, -87.96192000000002, -87.15198000000004, -85.37867999999997, -85.09495000000003, -86.50733999999997, -86.93179000000002, -84.19844, -83.4086956521739, -81.84823, -84.1, -87.59895, -89.36663000000003, -90.19999999999999, -91.36785999999996, -91.58702000000002]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y134", "yaxis": "y", "legendgroup": "y134", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [82.62796000000003, 83.22516000000002, 83.18017999999998, 83.54905000000005, 83.64513, 83.51966000000004, 82.72669000000005, 82.34165000000002, 82.29765, 82.19999999999999, 82.02154000000002, 82.13177999999999, 81.78697, 82.09316999999999, 81.73449, 81.15271000000001, 81.52462000000006, 81.91244999999998, 81.71885, 81.29154000000003, 80.58003999999997, 80.35000000000005, 80.17708000000007, 80.12912000000003, 79.40000000000003, 78.75127999999998, 77.63859, 76.98565000000002, 76.94433999999998, 76.62795000000003, 76.09808000000004, 75.24838, 75.15585000000004, 74.29561000000004, 74.22381999999999, 73.81713000000002, 73.46436, 73.30955, 73.30663000000007, 72.62928000000002, 72.18409, 72.59787999999998, 72.33020000000002, 72.08016000000003, 71.46898000000002, 70.66369000000003, 70.47100000000003, 70.85649000000006, 71.43094000000002, 70.75226000000006, 70.22646000000003, 70.18401, 70.12946000000005, 69.25880000000004, 68.47045999999997, 68.12503000000001, 68.12078, 67.73547000000002, 66.67973999999998, 65.97889999999998, 65.93768000000003, 65.69213000000002, 65.45848000000001, 64.83997000000005, 64.13901999999999, 63.482459999999975, 62.682330000000064, 61.90092999999999, 61.07404, 60.09771999999998, 60.036760000000015, 60.85328000000007, 60.85843000000003, 61.406810000000064, 62.38336000000001, 63.62691000000004, 64.27842000000001, 65.17670000000001, 66.09956999999997, 66.83650000000003, 67.18898999999999, 68.35758999999999, 68.72958, 69.14781000000002, 69.92910000000003, 69.57492500000004, 69.42616000000007, 69.28362499999997, 69.61003000000002, 70.28932, 70.82131500000006, 70.83575500000003, 70.56978000000001, 71.20484999999996, 71.54719000000006, 71.40653696727259, 71.65444, 72.58625000000006, 72.95861000000005, 73.64976999999999, 74.71026000000006, 75.09861000000004, 75.51727, 76.10238000000001, 76.17520000000002, 76.13486000000006, 76.06141000000005, 76.37974999999997, 77.00856999999999, 77.32312000000005, 77.37595000000005, 77.63595000000007, 78.04419000000004, 78.43271000000004, 78.91387999999998, 79.39436000000003, 79.75814000000003, 80.11721000000003, 80.51581999999999, 81.21395999999999, 81.32109999999997, 81.77042000000003, 82.03362999999999, 82.19074000000003, 82.19961999999998, 81.88833000000002, 82.43882999999997, 82.06481000000005, 81.98594499999999, 81.66070000000002, 82.19979000000004, 82.62796000000003], "type": "scatter", "x": [-46.76379000000003, -43.40644, -39.89752999999996, -38.62213999999997, -35.08786999999995, -27.100459999999998, -20.84539000000001, -22.69181999999998, -26.517529999999965, -31.89999999999995, -31.39645999999999, -27.856660000000005, -24.844480000000033, -22.903280000000024, -22.07174999999998, -23.169610000000034, -20.62363000000002, -15.76818000000003, -12.77018000000001, -12.208549999999946, -16.28532999999996, -16.849999999999937, -20.046239999999983, -17.730350000000044, -18.899999999999977, -19.70499000000001, -19.67353, -18.472849999999994, -20.035029999999978, -21.67944, -19.83406999999997, -19.59895999999995, -20.66817999999998, -19.372810000000015, -21.594220000000035, -20.43454, -20.762339999999966, -22.17220999999998, -23.56592999999998, -22.313109999999938, -22.299540000000007, -24.278340000000014, -24.792959999999965, -23.44296, -22.132809999999978, -21.75356000000002, -23.536029999999954, -24.307019999999966, -25.543410000000023, -25.20134999999999, -26.36276000000001, -23.727419999999967, -22.349020000000024, -25.02926999999997, -27.74736999999996, -30.67371, -31.77664999999999, -32.811049999999994, -34.201960000000014, -36.35283999999996, -37.04378, -38.375050000000016, -39.812219999999996, -40.66898999999995, -40.68280999999999, -41.18869999999998, -42.81937999999997, -42.41666000000001, -42.86618999999996, -43.3784, -44.78749999999994, -46.26363999999998, -48.262940000000015, -49.23308, -49.90038999999996, -51.63324999999995, -52.14014, -52.27659000000003, -53.66166000000001, -53.30160999999998, -53.969109999999944, -52.9804, -51.47535999999994, -51.08041000000003, -50.87121999999994, -52.01358499999998, -52.557919999999996, -53.45628999999997, -54.68335999999999, -54.75001000000003, -54.35883999999996, -53.431314999999984, -51.390139999999974, -53.10937000000001, -54.004220000000004, -54.99999999999994, -55.83467999999996, -54.718189999999964, -55.32633999999993, -56.120030000000014, -57.32363000000001, -58.59678999999997, -58.585159999999945, -61.268609999999995, -63.39164999999994, -66.06427000000002, -68.50437999999997, -69.66485, -71.40257000000003, -68.77671000000001, -66.76397000000003, -71.04293000000001, -73.29699999999997, -73.15937999999994, -69.37345000000002, -65.71069999999997, -65.32389999999998, -68.02297999999999, -67.15128999999996, -63.68924999999999, -62.234440000000006, -62.65116000000003, -60.28248999999997, -57.20743999999996, -54.13441999999998, -53.04328000000004, -50.39060999999998, -48.00386, -46.59983999999997, -44.523000000000025, -46.9007, -46.76379000000003]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y135", "yaxis": "y", "legendgroup": "y135", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [73.60000000000001, 73.64, 73.42, 72.76, 73.46000000000001, 73.60000000000001], "type": "scatter", "x": [-106.6, -105.26, -104.5, -105.38000000000001, -106.94, -106.6]}], "config": {"showlegend": false, "xaxis": {"showticklabels": false, "gridwidth": 0.5, "tickvals": [-150, -100, -50, 0, 50, 100, 150], "range": [-180, 180], "domain": [0.026932050160396688, 0.9952901720618256], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-150", "-100", "-50", "0", "50", "100", "150"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgba(0, 0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [], "height": 600, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": false, "gridwidth": 0.5, "tickvals": [-90, -60, -30, 0, 30, 60, 90], "range": [-90, 90], "domain": [0.025080198308544768, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-90", "-60", "-30", "0", "30", "60", "90"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgba(0, 0, 0, 0)", "type": "linear"}, "width": 895.359375}}
{"id": "10da876a-ff2f-4c04-a9b5-3b5956716195", "data": [{"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y1", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(173, 216, 230, 1.000)", "width": 1, "dash": "solid", "shape": "linear"}, "y": [90, 90], "type": "scatter", "x": [-180, 180]}, {"xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "fill": "tonexty", "yaxis": "y", "x": [-180, 180], "showlegend": true, "mode": "lines", "fillcolor": "rgba(173, 216, 230, 1.000)", "name": "y1", "legendgroup": "y1", "line": {"color": "rgba(173, 216, 230, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [-90, -90], "type": "scatter"}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y2", "yaxis": "y", "legendgroup": "y2", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-78.59566741324154, -78.22333871857859, -78.38017669058443, -78.69364592886694, -79.04633757925897, -79.4970077452764, -79.63420867301133, -79.28146534618699, -78.92877369579496, -78.8699659158468, -78.59566741324154], "type": "scatter", "x": [-163.7128956777287, -163.1058009511638, -161.24511349184644, -160.24620805564453, -159.48240454815448, -159.20818356019765, -161.12760128481472, -162.43984676821842, -163.027407803377, -163.06660437727038, -163.7128956777287]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y3", "yaxis": "y", "legendgroup": "y3", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [53.867565009163364, 53.1531900091605, 52.260117906292336, 51.669301255899356, 51.82045482035308, 52.86462881124268, 53.8813626165853, 54.66451894796863, 55.13162221945487, 55.17286001242378, 54.55460317648381, 53.867565009163364], "type": "scatter", "x": [-6.197884894220991, -6.032985398777611, -6.788856573910849, -8.56161658368356, -9.977085740590269, -9.166282517930782, -9.688524542672454, -8.327987433292009, -7.572167934591064, -6.733847011736145, -5.661948614921968, -6.197884894220991]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y4", "yaxis": "y", "legendgroup": "y4", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2.60015105551566, -3.28915292726321, -3.861417738463416, -4.373737888205049, -4.876497897972683, -5.465609226100043, -6.0836593563108465, -6.614014580922343, -6.721656589386313, -7.388024183790023, -8.044108168167647, -9.104663588093764, -9.07143564213009, -9.514406019736029, -9.684318129111709, -9.872937106977048, -10.293686618697478, -10.582712904505925, -10.652476088099952, -10.393267103723923, -10.280922539921384, -10.13044076908745, -9.492443536011983, -8.942554619994155, -8.067414239131281, -7.630128269077446, -7.915330498896296, -8.24549122480908, -8.983068942910982, -9.326820570516524, -9.159595635620022, -9.117892754760483, -8.29716765710095, -8.096042982620979, -8.380935153846075, -8.41168263105974, -7.597882175327321, -7.320224704623087, -6.232849216337485, -5.393365573756, -4.54654387778907, -4.462931410340822, -3.538853448097541, -4.024818617370315, -4.112978610860253, -3.7462826473171233, -3.3117872046070502, -2.820551039240499, -2.460417982598436, -2.4798483211401816, -2.214541517753702, -2.2125261368943185, -1.6171619604596472, -1.4325220678807826, -0.9377202286860893, -0.6954611141017892, -0.36953785563694913, -0.7802104630604559, -1.151867364103623, -2.769184665542376, -3.3677011043468568, -2.307042331556154, -1.7035132788193648, -1.7026347794704006, -2.0512956681436734, -2.4089999324680207, -2.60015105551566], "type": "scatter", "x": [141.00021040259185, 142.73524661679147, 144.58397098203324, 145.27312788307768, 145.8297864117257, 145.981921828393, 147.64807335834757, 147.89110761941623, 146.97090538959486, 147.19187381407494, 148.08463585834932, 148.73410525939357, 149.30683515848443, 149.26663089416132, 150.03872846903425, 149.7387984560122, 150.80162763895913, 150.6905749859639, 150.02839318257583, 149.78231001200197, 148.92313764871727, 147.913018426708, 147.13544315001218, 146.56788089415056, 146.04848107318492, 144.74416792213805, 143.89708784400966, 143.28637576718432, 143.41391320208066, 142.62843143124417, 142.06825890520025, 141.03385176001382, 140.14341515519254, 139.1277665549281, 138.881476678625, 137.61447391169287, 138.03909915583517, 138.66862145401478, 138.4079138531023, 137.92783979711078, 135.98925011611345, 135.16459760959975, 133.66288048719787, 133.36770470594672, 132.98395551974727, 132.75694095268904, 132.75378869031925, 131.98980431531618, 133.0668445171434, 133.78003095920354, 133.69621178602614, 132.23237348849426, 131.83622195854474, 130.94283979708285, 130.5195581401801, 131.8675378765136, 132.3801164084167, 133.98554813042836, 134.14336795464772, 134.42262739475302, 135.45760298069467, 136.29331424371884, 137.44073774632756, 138.3297274110447, 139.18492068904288, 139.92668419816044, 141.00021040259185]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y5", "yaxis": "y", "legendgroup": "y5", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4.5258739282368055, 4.900011298029966, 5.447729803891534, 6.1431912296755655, 6.924771429873999, 6.92805288332454, 6.422166449403249, 5.987490139180154, 5.708695786965492, 5.407835598162207, 5.016128241389808, 4.966518866389606, 4.478202419447555, 4.137551377779516, 3.234428208830593, 2.2876901310273325, 1.8276406925489255, 0.9022191430660627, 0.7842418481437078, 0.10247467691702639, -0.8037232397532676, -1.4876091447039175, -2.483517347832901, -4.012726332214022, -3.6570374487490582, -4.106984144714396, -3.495703627133828, -3.4391696102065197, -3.118775729996905, -3.4783920223160507, -2.9944422339026535, -3.0494259578612106, -2.9340324845534553, -1.5928740372824635, -1.3149065079844746, -0.45950652425709393, 0.41537547444431766, 1.3419339054376138, 2.0064928247111027, 1.663774725751395, 1.8506367049188128, 2.6973033715888595, 2.885896511238059, 3.102394924324855, 3.8935094262811556, 4.5258739282368055], "type": "scatter", "x": [114.20401655482837, 114.59996137904872, 115.45071048386981, 116.22074100145102, 116.72510298061971, 117.12962609260047, 117.64339318244627, 117.68907514859231, 118.34769127815224, 119.18190392463997, 119.11069380094176, 118.43972700406408, 118.6183207540648, 117.88203494677018, 117.3132324565335, 118.0483297058854, 117.87562706916597, 118.99674726773816, 117.8118583517178, 117.47833865770603, 117.52164350796664, 116.56004845587947, 116.5337968282752, 116.14808393764866, 116.00085778204911, 114.86480309454456, 114.46865156459506, 113.75567182826407, 113.25699425664752, 112.06812625534067, 111.70329064336005, 111.04824018762824, 110.223846063276, 110.07093550012434, 109.571947869914, 109.0918738139225, 108.9526575053282, 109.06913618371408, 109.66326012577375, 110.3961352885371, 111.16885298059748, 111.37008100794205, 111.7969283386729, 112.99561486211522, 113.71293541875868, 114.20401655482837]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y6", "yaxis": "y", "legendgroup": "y6", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [74.97999726022438, 74.59234650338688, 74.66686391875176, 74.92762319609658, 75.37782827422338, 75.64721751576089, 75.29648956979595, 74.97999726022438], "type": "scatter", "x": [-93.61275590694046, -94.15690873897391, -95.60868058956564, -96.82093217648455, -96.28858740922982, -94.85081987178917, -93.97774654821797, -93.61275590694046]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y7", "yaxis": "y", "legendgroup": "y7", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [77.51999726023455, 77.49134267852868, 77.55511139597685, 77.83462921824362, 77.820004787905, 77.63433136668031, 77.51999726023455], "type": "scatter", "x": [-93.84000301794399, -94.29560828324529, -96.16965410031007, -96.43630449093614, -94.42257727738641, -93.7206562975659, -93.84000301794399]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y8", "yaxis": "y", "legendgroup": "y8", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [78.76581268992702, 78.41831452098033, 78.05694122996324, 77.85059723582181, 78.08285696075761, 78.45810537384507, 78.87193024363837, 78.83198436147676, 78.76581268992702], "type": "scatter", "x": [-96.75439876990876, -95.5592779202946, -95.83029496944934, -97.30984290239799, -98.12428931353404, -98.55286780474668, -98.63198442258553, -97.33723141151266, -96.75439876990876]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y9", "yaxis": "y", "legendgroup": "y9", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [74.39230703398503, 74.51555532500116, 74.83775788034099, 75.38681997344214, 75.88265534128267, 76.31924367950056, 76.4413809272224, 76.7510777859476, 77.16138865834507, 77.09787832305837, 76.77629588490605, 76.7785179714946, 76.44959747995681, 76.07401317005947, 75.84777374948565, 75.61016551380762, 75.56618886992725, 75.4824213731821, 75.69920400664653, 75.78431509063124, 75.71398346628199, 75.33684886341591, 74.92312734648716, 74.65730377877777, 74.44245901152432, 74.56402781849094, 74.41003205026117, 74.39230703398503], "type": "scatter", "x": [-88.15035030796028, -89.7647220527584, -92.42244096552946, -92.76828548864282, -92.88990597204175, -93.89382402217599, -95.9624574450358, -97.1213789538295, -96.74512285031237, -94.68408586299944, -93.57392106807313, -91.6050231595366, -90.7418458727493, -90.96966142450802, -89.82223792189926, -89.18708289259985, -87.83827633334965, -86.37919226758864, -84.78962521029058, -82.75344458691006, -81.12853084992436, -80.05751095245915, -79.83393286814837, -80.45777075877587, -81.94884253612557, -83.22889360221143, -86.09745235873332, -88.15035030796028]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y10", "yaxis": "y", "legendgroup": "y10", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [78.15298187937769, 77.99632477488488, 77.69701487905034, 77.4092288276169, 77.73220652944111, 78.05105011668196, 78.15298187937769], "type": "scatter", "x": [-111.26444332563088, -109.85445187054711, -110.18693803591302, -112.0511911690585, -113.53427893761912, -112.7245867582539, -111.26444332563088]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y11", "yaxis": "y", "legendgroup": "y11", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [78.8044408230652, 78.60197256134565, 78.40694570587611, 78.4079017198735, 78.55055451121522, 78.8499935981305, 78.8044408230652], "type": "scatter", "x": [-110.96366065147602, -109.6631457182026, -110.88131425661892, -112.54209143761516, -112.52589087609164, -111.5000103422334, -110.96366065147602]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y12", "yaxis": "y", "legendgroup": "y12", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [18.514761664295364, 18.426679185453878, 18.228034979723915, 17.97590566657186, 17.981822618069273, 17.946553453030077, 18.374485988839083, 18.52060110114435, 18.514761664295364], "type": "scatter", "x": [-66.28243445500821, -65.7713028632093, -65.59100379094295, -65.84716386581377, -66.59993445500949, -67.18416236028527, -67.24242753769435, -67.10067908391774, -66.28243445500821]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y13", "yaxis": "y", "legendgroup": "y13", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [18.490525417550487, 18.400866807524082, 18.160700588447597, 17.886867173732966, 17.868237819891746, 17.70111623785982, 17.86159739834224, 18.225967922432233, 18.454532782459196, 18.524218451404778, 18.490525417550487], "type": "scatter", "x": [-77.56960079619921, -76.89661861846213, -76.36535905628554, -76.19965857614164, -76.9025614081757, -77.20634131540348, -77.76602291534061, -78.33771928578561, -78.21772661000388, -77.79736467152563, -77.56960079619921]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y14", "yaxis": "y", "legendgroup": "y14", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [23.188610744717707, 23.117271429938782, 23.10600596769915, 22.76530324959883, 22.399201565027056, 22.512166246017088, 22.277193508385935, 21.657851467367834, 21.206819566324373, 21.220565497314013, 21.016624457274133, 20.735091254148003, 20.693905137611385, 20.284653632075887, 20.05037852628068, 19.92343537035569, 19.873774318923196, 19.95289093676206, 19.855480861891877, 20.413353786698792, 20.673105373613893, 20.739948838783434, 21.02861338956585, 21.598113511638434, 21.5591753199065, 21.827324327069036, 22.03707896574176, 22.19205658618507, 22.387109279870753, 22.636964830001958, 22.688150336187064, 22.16851797127613, 22.154565334557333, 21.910575059491254, 21.801227728761646, 21.89602814380109, 22.204949856041907, 22.565754706303764, 22.788118394455694, 22.983041897060644, 23.078746649665188, 23.188610744717707], "type": "scatter", "x": [-82.26815121125706, -81.40445716014683, -80.6187686835812, -79.67952368846025, -79.28148596873208, -78.34743445505649, -77.99329586456028, -77.14642249216105, -76.52382483590856, -76.19462012399319, -75.59822241891267, -75.67106035022806, -74.9338960435845, -74.17802486845126, -74.29664811877726, -74.96159461129294, -75.63468014189459, -76.323656175426, -77.75548092315307, -77.08510840524674, -77.49265458851661, -78.13729224314159, -78.48282670766119, -78.71986650258401, -79.28499996612794, -80.21747534861865, -80.51753455272141, -81.82094336620318, -82.16999182811864, -81.79500179719267, -82.77589799674085, -83.49445878775936, -83.90880042187563, -84.05215084505326, -84.54703019889638, -84.97491105827311, -84.44706214062776, -84.23035702181178, -83.7782399156902, -83.26754757356575, -82.51043616405751, -82.26815121125706]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y15", "yaxis": "y", "legendgroup": "y15", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [51.31707469339794, 50.68700979267928, 49.81230866149089, 50.15011749938286, 49.93581533466846, 49.58712860777905, 49.3130109726868, 49.556691189159125, 49.24913890237404, 48.516780503933624, 48.68780365660358, 48.15716421161447, 47.53554840757552, 46.65549876564492, 46.61829173439477, 46.80706574155698, 47.62520701760193, 47.752279364607645, 46.884993801453135, 46.919720363953275, 47.38956248635099, 47.632545070987376, 47.57280711525797, 47.60334788674247, 47.899453843774886, 48.25152537697942, 48.52318838153781, 49.12558055276418, 50.71827403421587, 51.28743825947855, 51.63209422464921, 51.5882726100657, 51.31707469339794], "type": "scatter", "x": [-55.600218268442056, -56.13403581401709, -56.795881720595276, -56.14310502788433, -55.471492275603, -55.82240108908096, -54.935142584845636, -54.473775397343786, -53.47654944519137, -53.786013759971254, -53.08613399922626, -52.958648240762216, -52.64809872090421, -53.069158291218386, -53.521456264853, -54.17893551290251, -53.9618686590605, -54.24048214376214, -55.40077307801157, -55.99748084168583, -55.29121904155279, -56.250798712780586, -57.32522925477708, -59.26601518414682, -59.419494188053676, -58.79658647320744, -59.23162451845657, -58.3918049790652, -57.35868974468606, -56.738650071832026, -55.87097693543532, -55.40697424988659, -55.600218268442056]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y16", "yaxis": "y", "legendgroup": "y16", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [65.10961782496354, 64.76669302027467, 64.45513580998697, 63.97960928003714, 64.057485663501, 63.72598135034862, 63.41124603947496, 63.65172231714521, 64.10187571883971, 63.569711819098, 63.052379055424055, 63.63725291610349, 63.54123810490519, 64.0358332383707, 64.82291697860823, 65.7387783881171, 65.6572846543928, 65.21751821558898, 65.37177236598022, 65.10961782496354], "type": "scatter", "x": [-83.88262630891977, -82.78757687043883, -81.6420137193926, -81.55344031444432, -80.81736121287886, -80.10345130076664, -80.99101986359572, -82.54717810741704, -83.10879757356511, -84.10041663281388, -85.52340471061905, -85.8667687649824, -87.22198320183678, -86.35275977247133, -86.2248864407651, -85.88384782585486, -85.1613079495499, -84.97576371940592, -84.4640120104195, -83.88262630891977]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y17", "yaxis": "y", "legendgroup": "y17", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [72.35219900175032, 72.74961660429098, 72.2436784939374, 71.76714427355789, 71.33084015571758, 71.55692454699452, 70.92001251899718, 70.52502370877427, 70.12194753689765, 69.18608734809182, 68.72019847276444, 68.06716339789203, 67.84753856065159, 66.92847321234059, 66.86212067327783, 66.16025136988962, 64.9986685248329, 65.42603261988667, 66.38804108343219, 66.26272573512439, 65.68978913030439, 65.10845510523696, 64.64840566675856, 64.38273712834605, 63.392926744227495, 62.67418508569598, 62.94509878198612, 63.74567007105183, 62.88396556258484, 62.28007477482201, 61.93089712182582, 62.330149237712824, 62.91070811629588, 63.39783600529522, 63.67998932560887, 64.19396312118384, 64.67910146753995, 64.38909332951793, 64.22954234481678, 64.57290639918013, 65.30919220647475, 65.32696889918314, 65.45476471624094, 65.81177134872938, 66.31057811142666, 67.28457550726391, 67.72692576768235, 68.06943716091287, 68.55462718370127, 68.89473562283025, 69.14776927354741, 69.76954010688321, 69.82648753526887, 70.16688019477543, 69.87180776638884, 69.74318512641436, 69.96663401964442, 70.26000112576538, 70.4107412787608, 70.76208934191324, 71.21818553332132, 71.22255219184997, 72.23507436796079, 73.12946421985238, 73.53788890247121, 73.80381582304518, 73.15744700793844, 72.53412588163387, 73.34027822538708, 73.7509508328106, 72.71654368762417, 72.06190664335072, 72.35219900175032], "type": "scatter", "x": [-78.77063859731078, -77.8246239895596, -75.60584469267573, -74.228616095665, -74.09914079455771, -72.24222571479768, -71.20001542833518, -68.7860542466849, -67.91497046575694, -66.9690333726542, -68.8051228502006, -66.4498660956339, -64.86231441919524, -63.424934454996794, -61.851981370680605, -62.16317684594226, -63.918444383384184, -65.14886023625368, -66.72121904159852, -68.015016038674, -68.1412874009792, -67.08964616562342, -65.73208045109976, -65.32016760930125, -64.66940629744968, -65.01380388045888, -66.27504472519048, -68.7831862046927, -67.36968075221309, -66.32829728866726, -66.16556820338015, -68.87736650254465, -71.02343705919385, -72.23537858751902, -71.88627844917127, -73.37830624051838, -74.83441891142263, -74.81850257027673, -77.70997982452008, -78.5559488593542, -77.89728105336198, -76.01827429879717, -73.95979529488268, -74.29388342964964, -73.94491248238262, -72.65116716173942, -72.92605994331605, -73.31161780464572, -74.84330725777684, -76.86910091826672, -76.22864905465738, -77.28736996123715, -78.1686339993266, -78.95724219431673, -79.49245500356366, -81.30547095409176, -84.94470618359851, -87.06000342481789, -88.68171322300148, -89.51341956252303, -88.46772111688082, -89.88815121128755, -90.20516028518205, -89.436576707705, -88.40824154331287, -85.82615108920098, -86.56217851433412, -85.77437130404454, -84.85011247428822, -82.31559017610101, -80.60008765330768, -80.74894161652443, -78.77063859731078]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y18", "yaxis": "y", "legendgroup": "y18", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [74.13490672473922, 74.1000251329422, 73.85673248971206, 72.96624420845852, 72.77199249947334, 72.02459625923599, 72.06188080513458, 72.94027680123183, 73.43742991809582, 73.86241689726417, 74.13490672473922], "type": "scatter", "x": [-94.50365759965237, -92.42001217321173, -90.50979285354263, -92.00396521682987, -93.19629553910026, -94.26904659704726, -95.40985551632266, -96.03374508338244, -96.01826799191102, -95.49579342322404, -94.50365759965237]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y19", "yaxis": "y", "legendgroup": "y19", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [72.70589834257204, 73.36, 73.84386505807139, 73.63338694934659, 73.76, 73.47, 72.99053213163567, 72.56, 71.66, 71.2728591986861, 71.35639415148593, 71.73825714790671, 72.48292128497508, 72.83000000000001, 72.70589834257204], "type": "scatter", "x": [-100.43835995156411, -101.54, -100.35642696816535, -99.16386410194966, -97.38, -97.12, -98.05359595415875, -96.54, -96.72000000000001, -98.35964962440737, -99.3228466458956, -100.01481991249995, -102.48000000000002, -102.48000000000002, -100.43835995156411]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y20", "yaxis": "y", "legendgroup": "y20", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [75.84552582468096, 76.0128282742259, 75.9693942328846, 75.47952749297376, 75.00526703561509, 74.85000519479418, 74.41695669218826, 74.39427073841215, 74.72029734974156, 75.16249258086312, 75.04343008086265, 75.22223053659253, 76.19901845977351, 76.47887217885015, 76.14134756133579, 75.54918732370321, 75.47322296823417, 76.42980540638904, 76.79417593047903, 76.67832000000001, 76.20168000000001, 75.84552582468096], "type": "scatter", "x": [-107.81943396689313, -106.92891984742343, -105.88099931519267, -105.70498938680655, -106.31347937704336, -109.6999910144267, -112.22306698286127, -113.74380103234652, -113.87133846724286, -111.79420427127101, -116.31219723190107, -117.71040646042228, -116.34601945683609, -115.40486243372035, -112.59056393110492, -110.81421240928793, -109.06710974814813, -110.49725501182571, -109.58110938193923, -108.54858999999999, -108.21141, -107.81943396689313]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y21", "yaxis": "y", "legendgroup": "y21", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [76.11654287383568, 76.86453339304443, 77.51221995717462, 77.4983189968881, 77.6452867703262, 76.87696157501061, 76.53003184681911, 76.48117178008714, 76.05323924427815, 75.90001862253276, 76.11654287383568], "type": "scatter", "x": [-122.85492448615902, -121.15753455288399, -119.1039389718211, -117.570130784966, -116.19858659550738, -116.33581336145845, -117.10605058476882, -118.04041215703819, -119.89931677944145, -121.49999426968223, -122.85492448615902]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y22", "yaxis": "y", "legendgroup": "y22", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [74.44894440377693, 74.24136017526048, 74.18575633411443, 73.8960582546862, 73.47520539010118, 73.22292104765224, 72.52000000000001, 71.82000000000001, 71.3836017930876, 70.90164154731742, 71.34, 71.8686884630114, 72.29226081179497, 73.02256, 73.68, 74.29272654895861, 74.44894440377693], "type": "scatter", "x": [-121.53787309455218, -120.1097690499501, -117.55563554570813, -116.58442867721466, -115.5107991199187, -116.76793168828308, -119.22000000000001, -120.46, -120.46, -123.09219682502714, -123.62, -125.92894873747339, -125.5, -124.80729000000002, -123.94000000000001, -124.91774431038601, -121.53787309455218]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y23", "yaxis": "y", "legendgroup": "y23", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [60.384169826897754, 60.29360687930625, 59.90998688418753, 59.75444082298899, 59.941406155020985, 60.21306915957936, 60.384169826897754], "type": "scatter", "x": [-166.46779212142462, -165.67442969466364, -165.57916419173358, -166.19277014876727, -166.84833736882197, -167.45527706609008, -166.46779212142462]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y24", "yaxis": "y", "legendgroup": "y24", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [57.96902008730477, 57.901427313866996, 57.591058661522, 57.11584219016593, 56.734676825581076, 56.99274892844669, 57.46119578717253, 57.81657461204373, 57.96902008730477], "type": "scatter", "x": [-153.22872941792113, -152.56479061583514, -152.1411472239064, -153.00631405333692, -154.0050902984581, -154.51640275777004, -154.67099280497118, -153.7627795074415, -153.22872941792113]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y25", "yaxis": "y", "legendgroup": "y25", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [54.04000926372134, 54.12000438090915, 52.98462148702441, 52.18043284769826, 52.18237071390922, 52.63970713969229, 53.10001496033216, 53.41146881775528, 53.85108022726224, 54.1699754909354, 54.04000926372134], "type": "scatter", "x": [-132.71000769746146, -131.74998877655918, -132.04947953990674, -131.1790417143824, -131.5778287423788, -132.18042761933432, -132.54999162486968, -133.0546119861998, -133.239665290237, -133.18000484915603, -132.71000769746146]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y26", "yaxis": "y", "legendgroup": "y26", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [49.950000515332576, 49.47527497008329, 49.062483628935794, 48.51001089130338, 48.37084625914137, 48.8250045843385, 49.17999583596752, 49.530000311880386, 49.814995835970066, 49.994959011426516, 50.539137681676074, 50.77064809834367, 50.55257355407198, 50.40090322529532, 50.295018215529275, 49.950000515332576], "type": "scatter", "x": [-125.41500078011457, -124.92076738167509, -123.92250790087682, -123.51000078010694, -124.01288998095531, -125.65501196989416, -125.95499365934849, -126.8500036284276, -127.02999264210017, -128.05933549692202, -128.44458329965792, -128.35841284881124, -127.30858028858567, -126.69500016976812, -125.75500586637895, -125.41500078011457]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y27", "yaxis": "y", "legendgroup": "y27", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [63.782515367275934, 63.59219106714495, 63.694975490973505, 63.43111562769119, 63.297506212000556, 63.18859813094544, 62.97693146427792, 63.194437567794424, 63.3758218451389, 63.317789211675105, 63.40584585230046, 63.782515367275934], "type": "scatter", "x": [-171.73165686753944, -171.1144335602453, -170.4911124339407, -169.6825054596536, -168.6894394603007, -168.77194088445466, -169.5294398672051, -170.29055620021595, -170.67138566799093, -171.55306311753873, -171.79111060289122, -171.73165686753944]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y28", "yaxis": "y", "legendgroup": "y28", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [79.30159393992916, 79.16534902619163, 78.80046173777872, 78.32478017853204, 77.90754466420744, 78.01898489044486, 78.34322866486023, 78.3803323432458, 78.67742015249176, 78.91833567983649, 79.30159393992916], "type": "scatter", "x": [-105.4922891914932, -103.52928239623795, -100.8251580472688, -100.0601918200522, -99.67093909381364, -101.30394019245301, -102.94980872273302, -105.17613277873151, -104.21042945027713, -105.41958045125853, -105.4922891914932]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y29", "yaxis": "y", "legendgroup": "y29", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [35.3867033961337, 35.37321584730552, 35.67159556735879, 35.24578176527376, 34.97809784600186, 34.57186941175544, 34.701654771456475, 35.10323232679663, 35.14550364841138, 35.3867033961337], "type": "scatter", "x": [32.946960890440806, 33.667227003724946, 34.576473829900465, 33.900804477684204, 34.00488081232004, 32.97982710137845, 32.49029625827754, 32.25666710788596, 32.80247358575275, 32.946960890440806]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y30", "yaxis": "y", "legendgroup": "y30", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [35.29999034274793, 35.00499542900977, 34.91998769788964, 35.08499054619759, 35.27999156345098, 35.70500438083549, 35.368022365860185, 35.42499563246197, 35.35401805270908, 35.1799976669662, 35.29999034274793], "type": "scatter", "x": [26.290002882601698, 26.16499759288766, 24.724982130642303, 24.735007358506916, 23.51497846852808, 23.699980096133004, 24.246665073348705, 25.02501549652891, 25.769207797964185, 25.745023227651586, 26.290002882601698]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y31", "yaxis": "y", "legendgroup": "y31", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-12.469832858940554, -12.895284925999555, -13.555761407121985, -14.758788750876796, -15.226512139550543, -15.706069431219127, -16.000263360256767, -15.414252618066918, -15.710151869370186, -16.451036879138776, -16.8750420060936, -17.106035658438273, -17.953064060134366, -19.118781019774445, -20.496888116134127, -22.391501153251085, -23.781958916928517, -24.941629733990453, -25.178462823184105, -25.60143442149309, -25.34610116953894, -24.988345228782308, -24.46067717864999, -23.574116306250602, -22.776903985283873, -22.057413018484123, -21.33647511158019, -21.16330738697013, -20.830459486578174, -20.07236622485639, -19.435454196859048, -18.961994724200906, -18.33138722094317, -17.409944756746782, -16.85044402432267, -16.216219170804507, -16.1793738745804, -15.97437346767854, -15.793454278224687, -15.780018405828798, -15.210182386946315, -14.594302666891764, -14.091232598530375, -13.663868503476586, -13.784067884987486, -13.089174899958664, -12.48786793381042, -12.040505059459676, -12.469832858940554], "type": "scatter", "x": [49.54351891459575, 49.808980747279094, 50.056510857957164, 50.21743126811407, 50.47653689962553, 50.377111443895956, 50.20027469259318, 49.86060550313868, 49.67260664246086, 49.863344354050156, 49.77456424337271, 49.49861209493412, 49.435618523970305, 49.041792433473944, 48.54854088724801, 47.93074913919867, 47.54772342305131, 47.095761346226595, 46.282477654817086, 45.40950768411045, 44.833573846217554, 44.03972049334976, 43.76376834491117, 43.697777540874455, 43.345654331237625, 43.254187046081, 43.43329756040464, 43.893682895692926, 43.896370070172104, 44.37432539243966, 44.46439741392439, 44.23242190936617, 44.042976108584156, 43.96308434426091, 44.31246870298628, 44.4465173683514, 44.94493655780653, 45.50273196796499, 45.87299360533626, 46.31224327981721, 46.882182651564285, 47.70512983581236, 48.005214878131255, 47.868995802609874, 48.29382775248138, 48.84506025573879, 48.86350874206698, 49.194651320193316, 49.54351891459575]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y32", "yaxis": "y", "legendgroup": "y32", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-15.89184620530842, -16.46633310309717, -16.59784962327999, -16.159995212470946, -15.89184620530842], "type": "scatter", "x": [167.2168013857696, 167.84487674384502, 167.51518110582288, 167.1800077659778, 167.2168013857696]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y33", "yaxis": "y", "legendgroup": "y33", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-15.668810723536687, -15.392703545801211, -14.626497084209605, -14.933920179913954, -15.740020847234888, -15.614602146062516, -15.668810723536687], "type": "scatter", "x": [166.79315799384085, 166.6498592470955, 166.6291369977464, 167.10771243720149, 167.27002811103023, 167.00120731024793, 166.79315799384085]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y34", "yaxis": "y", "legendgroup": "y34", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-6.89523772545472, -6.142467136259, -5.783057549669017, -5.445042006047871, -5.737582289252167, -6.214400730009288, -6.89523772545472], "type": "scatter", "x": [134.21013390516885, 134.11277550673094, 134.29033572808584, 134.49962527886788, 134.72700158095216, 134.7246244650667, 134.21013390516885]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y35", "yaxis": "y", "legendgroup": "y35", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-78.04701873159873, -78.04707040803102, -77.83147633250933, -78.04707040803102, -78.47810352977753, -79.0855599913685, -79.51664478954731, -80.0261227355129, -80.33964365022769, -80.59435678499433, -80.82948455192233, -81.02544158317313, -80.96668547965729, -80.63352752067158, -80.22202809033138, -79.94772958772612, -79.6146233051727, -79.1834868305616, -78.81120981233094, -78.4585698383712, -78.04701873159873], "type": "scatter", "x": [-48.66061601418252, -48.1513964503784, -46.66285681821098, -45.15475765642109, -43.92082780615574, -43.48994971370611, -43.37243750667439, -43.33326677099714, -44.880536668464266, -46.50617387550203, -48.38642086444183, -50.48210689960646, -52.85198808451179, -54.16425940613162, -53.987991095584036, -51.85313432474216, -50.99132646341059, -50.364594692574755, -49.91413123228649, -49.30695899107312, -48.66061601418252]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y36", "yaxis": "y", "legendgroup": "y36", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-80.25577280061798, -80.29489185986293, -80.39287037548831, -79.98137094514813, -79.6286792947561, -80.04017872509628, -80.54965667106185, -81.00032683707929, -80.86317758577665, -80.92193368929253, -80.5888274067391, -80.54965667106185, -80.25577280061798], "type": "scatter", "x": [-66.29003089055513, -64.03768775089767, -61.88324561221718, -61.13897579613348, -60.61011918805844, -59.572094692611586, -59.86584937197473, -60.15965572777019, -62.25539343936711, -64.48812537296979, -65.74166642928991, -65.74166642928991, -66.29003089055513]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y37", "yaxis": "y", "legendgroup": "y37", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-71.26934457792578, -71.15178069446176, -71.19095143013901, -70.68147348417342, -70.30914478951048, -69.50578297310102, -69.03547576281268, -68.87874114367142, -69.25101816190208, -69.62334685656502, -70.07401702258245, -70.50515349719356, -70.95582366321098, -71.40649382922841, -71.79840789172998, -72.17068490996063, -72.30788583769555, -72.50384286894634, -72.48420582467543, -72.09234343860615, -72.22949268990878, -72.3666936176437, -72.07275807076753, -71.66125864042735, -71.26934457792578], "type": "scatter", "x": [-73.9158186510023, -73.23033077665059, -72.07471655952358, -71.78096188016042, -71.72217993842841, -71.74179114448319, -71.1738154771632, -70.25325151231577, -69.72444658067303, -69.48942216660959, -69.05851823594381, -68.72554114447112, -68.45134599473043, -68.33383378769872, -68.51012793646244, -68.78429724798698, -69.95947099473648, -71.07588863797011, -72.38813412137378, -71.89849992540829, -73.07362199572549, -74.19003963895912, -74.95389482288145, -75.01262508818117, -73.9158186510023]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y38", "yaxis": "y", "legendgroup": "y38", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-71.89416432076682, -71.71779265735465, -71.85499358508957, -71.93333505644407, -72.07053598417899, -71.95297210071497, -72.5212061501964, -72.44286467884193, -72.48203541451917, -72.44286467884193, -72.50162078235779, -72.305663751107, -71.89416432076682], "type": "scatter", "x": [-102.33072506387639, -101.70396745482441, -100.43091854531409, -98.98154964882391, -97.88474321164506, -96.78793677446619, -96.20034990109144, -96.98376461463623, -98.19808325884682, -99.43201310911218, -100.78345516640925, -101.80186845580137, -102.33072506387639]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y39", "yaxis": "y", "legendgroup": "y39", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-73.65777760202387, -73.32461964303816, -73.50099130645033, -73.65772592559158, -73.48135426217942, -73.83409758900375, -74.0888107237704, -74.01046925241592, -73.65777760202387], "type": "scatter", "x": [-122.62173458544193, -122.40624386278482, -121.21151058641286, -119.91885047084779, -118.72414303269196, -119.29211870001194, -120.23221635626571, -121.62282914924002, -122.62173458544193]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y40", "yaxis": "y", "legendgroup": "y40", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-73.46176889434079, -73.24622649525139, -73.48135426217942, -73.87326832468099, -73.83409758900375, -73.73611907337835, -73.46176889434079], "type": "scatter", "x": [-127.28312964568192, -126.55847103565299, -125.55956559945108, -124.03188106982256, -124.61946794319732, -125.91217973519467, -127.28312964568192]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y41", "yaxis": "y", "legendgroup": "y41", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-21.08000497811563, -21.700018812753527, -22.15999073658349, -22.39997608814695, -22.129708347260454, -21.679606621998232, -21.14981983814195, -20.444746595951628, -20.105645847252354, -20.1200118954295, -20.45999114347773, -20.80002206795826, -21.08000497811563], "type": "scatter", "x": [165.77998986232637, 166.59999148993384, 167.1200114280869, 166.7400346214448, 166.18973229396866, 165.47437544175222, 164.82981530177568, 164.16799523341365, 164.029605747736, 164.45996707586272, 165.02003624904205, 165.46000939357512, 165.77998986232637]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y42", "yaxis": "y", "legendgroup": "y42", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-3.659983005389691, -3.9800151505732653, -4.4999834122940925, -4.7664270971909914, -4.176127211120921, -3.7897425268745835, -3.4620622697118155, -3.0354216447101123, -2.741486097833935, -2.500002129734007, -2.779985039891379, -2.9999716121578857, -3.24000864015364, -3.659983005389691], "type": "scatter", "x": [152.64001671774253, 153.0199935243847, 153.14003787659874, 152.82729210836828, 152.63867313050298, 152.40602583232493, 151.95323693258354, 151.38427941305002, 150.66204959533883, 150.93996544820448, 151.47998416565457, 151.8200150901351, 152.23998945537113, 152.64001671774253]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y43", "yaxis": "y", "legendgroup": "y43", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5.840728448106752, -6.083711032743138, -6.317753594593028, -6.316513360218025, -6.026040134305404, -5.747142429226166, -5.437755629094717, -5.58374155031926, -5.505503431829368, -5.026101169457654, -5.0013481583898525, -5.532220147324267, -5.455842380396874, -5.113692722192383, -4.757073662946162, -4.167807305521933, -4.14879037843852, -4.312966403829805, -4.867661228050771, -5.478063246282382, -5.560280450058754, -5.840728448106752], "type": "scatter", "x": [151.30139041565388, 150.75444705627666, 150.2411967307538, 149.70996300679332, 148.89006473205046, 148.31893680236067, 148.40182579975686, 149.29841190002082, 149.84556196512722, 149.99625044169028, 150.13975589416486, 150.23690758687354, 150.80746707580812, 151.08967207255404, 151.6478808941709, 151.53786176982146, 152.1367916200843, 152.33874311748093, 152.3186926617517, 151.98279585185452, 151.45910688700866, 151.30139041565388]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y44", "yaxis": "y", "legendgroup": "y44", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-10.48271900802115, -10.826367282762106, -10.820011081590211, -10.204751478723168, -10.446648858281423, -10.48271900802115], "type": "scatter", "x": [162.1190246930409, 162.3986458681722, 161.70003218001835, 161.31979699121476, 161.91738325423802, 162.1190246930409]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y45", "yaxis": "y", "legendgroup": "y45", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-9.599982191611367, -9.784312025596485, -8.917543226764892, -8.32000864017396, -8.32000864017396, -9.120011488484451, -9.599982191611367], "type": "scatter", "x": [161.67998172428912, 161.5293966005906, 160.78825320866054, 160.57999718652434, 160.92002811100485, 161.28000613835, 161.67998172428912]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y46", "yaxis": "y", "legendgroup": "y46", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-9.872937106977048, -9.895209649294841, -9.794027194867354, -9.639979750205278, -9.242949720906815, -9.40030445723557, -9.610162448772869, -9.872937106977048], "type": "scatter", "x": [160.85222863183787, 160.4625883323572, 159.84944746321412, 159.64000288313514, 159.70294477766663, 160.36295617089843, 160.68851769433724, 160.85222863183787]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y47", "yaxis": "y", "legendgroup": "y47", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8.020026950719632, -8.337320244991737, -8.53828989017483, -8.114181410355428, -7.7548235001977375, -7.421872246941199, -7.320017998893917, -7.560003350457379, -8.020026950719632], "type": "scatter", "x": [159.64000288313514, 159.87502729719859, 159.91740197167792, 159.13367719953936, 158.5861137229747, 158.21114953026483, 158.35997765526542, 158.8200012555277, 159.64000288313514]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y48", "yaxis": "y", "legendgroup": "y48", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7.021638278840641, -7.347819919466943, -7.404767347852592, -7.1768742814454285, -6.765943291860452, -6.599338474151452, -7.021638278840641], "type": "scatter", "x": [157.14000044171888, 157.5384257346892, 157.33941979393325, 156.90203047101483, 156.4913578635913, 156.542827590154, 157.14000044171888]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y49", "yaxis": "y", "legendgroup": "y49", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5.339983819198495, -5.56679168052753, -6.200654799019645, -6.540013929880381, -6.819996840037753, -6.9199907365225215, -6.535931491729322, -5.900776462429902, -5.139117526879986, -5.042379245629597, -5.339983819198495], "type": "scatter", "x": [154.75999067608439, 155.06291792217934, 155.5477462099417, 156.0199654482248, 155.8800256695784, 155.59999108298877, 155.16699425681514, 154.72919152243838, 154.51411421123964, 154.65250369691728, 154.75999067608439]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y50", "yaxis": "y", "legendgroup": "y50", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-40.0659778785822, -40.60475636165728, -41.28962411882147, -41.68830779395328, -41.42589487077513, -41.2818209775454, -40.45923552832336, -39.90888152441491, -39.50885426204351, -39.14660247167748, -38.797683200842755, -38.02780771255843, -37.38112883885792, -36.71109221776149, -36.53482390721391, -36.12198088963413, -35.23712533950039, -34.52910654066943, -34.45066171645037, -35.00618336358801, -35.26549570082862, -36.15634571710823, -37.20909799575827, -36.52619394302117, -36.79894215265767, -37.55538176854612, -37.881253350578675, -37.961248467766495, -37.579824721020174, -37.6953732236248, -38.58281259537314, -39.166342868812976, -39.14577564876082, -39.44973642350161, -39.879942722331464, -40.0659778785822], "type": "scatter", "x": [176.8858236026052, 176.50801720611926, 176.01244022044023, 175.23956749908297, 175.06789839100935, 174.65097293527847, 175.22763024322356, 174.9001566917899, 173.82404666574394, 173.85226199777532, 174.57480187408035, 174.74347374908098, 174.69696496001828, 174.2920284365792, 174.31900353423552, 173.8409965355357, 173.0541711774596, 172.63600548735377, 173.00704227120946, 173.55129845610747, 174.3293904971262, 174.61200890533044, 175.33661583892712, 175.3575964704376, 175.80888675364253, 175.9584900251275, 176.76319542877656, 177.4388131045605, 178.01035444570866, 178.51709354076274, 178.27473107331383, 177.97046023997927, 177.20699262929918, 176.93998050364706, 177.0329464053401, 176.8858236026052]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y51", "yaxis": "y", "legendgroup": "y51", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-43.555325616226376, -43.031688327812816, -42.51275359473782, -41.767424411792135, -41.514416599291124, -40.956104424809716, -40.4939620908235, -40.919052422856446, -41.33199879330081, -40.926700534835646, -41.34915536882171, -41.77000823340673, -42.23318409603879, -42.970038344088614, -43.372287693048555, -43.853343601253606, -43.86569426857136, -44.242467136411406, -44.89710418068486, -45.908928724959736, -46.35577483498757, -46.641235446967876, -46.61994475686363, -46.29019744240919, -46.219917494492236, -45.85270476662619, -45.110941257508635, -44.12397307716614, -43.935819187191434, -43.555325616226376], "type": "scatter", "x": [169.66781456937315, 170.52491987536615, 171.125089960004, 171.56971398344325, 171.94870893787186, 172.0972270042787, 172.79857954334403, 173.02037479074076, 173.2472343285021, 173.9584053897028, 174.24758670480816, 174.24851688058942, 173.87644656808794, 173.2227396995957, 172.71124637277074, 173.08011274647015, 172.3085836123525, 171.45292524646362, 171.18513797432718, 170.61669721911653, 169.8314221540093, 169.33233117093428, 168.41135379462855, 167.76374474514682, 166.67688602118417, 166.50914432196467, 167.046372512071, 168.30376346259686, 168.94940880765157, 169.66781456937315]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y52", "yaxis": "y", "legendgroup": "y52", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-40.808258152022674, -40.87543751400211, -42.06239348731415, -42.40702361426865, -43.211522312188535, -42.937688897473905, -43.6345972633621, -43.58085377377856, -43.549744561538844, -42.693776137056254, -42.033609714527564, -41.16255177181576, -40.70397511165767, -40.79254851660594, -41.137643731451085, -41.00054615658073, -40.808258152022674], "type": "scatter", "x": [147.68925947488418, 148.289067824496, 148.35986453673587, 148.01730146707303, 147.91405195535384, 147.56456424376393, 146.87034305235488, 146.66332726459365, 146.04837772032033, 145.4319295595106, 145.29509036680173, 144.71807132383066, 144.7437545106797, 145.3979781434948, 146.3641207216237, 146.90858361225088, 147.68925947488418]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y53", "yaxis": "y", "legendgroup": "y53", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-32.21596607842059, -32.72875131605285, -32.95948658623607, -33.4838473447017, -33.89017913181271, -33.914467054989885, -34.0034021949642, -33.821036065406176, -33.93017669040661, -33.9760653622818, -34.50936614353394, -34.46414926527854, -34.74681934991509, -35.0647327613747, -35.02545867283287, -35.02509693780683, -34.38642791111157, -34.19651702243893, -33.623425388322055, -33.48725798923297, -33.25957162855497, -32.900368747694166, -32.205062351207005, -31.612437025683807, -30.601594333622465, -30.03072478609414, -29.461043796508527, -28.81023080822467, -28.51639861421308, -28.11807667410732, -27.334713636994813, -26.543134047147902, -26.116545098578484, -26.549025160429174, -25.621278171493167, -25.91123463308287, -26.29844614024588, -25.786281019801123, -24.99893889740214, -24.683971042583167, -24.384712823180937, -23.806350192970285, -23.56021534596409, -23.059987481378755, -22.47547535572538, -21.755829359628745, -22.517488295178673, -21.829519952076954, -21.495173435148537, -21.068687839443704, -20.701681817306824, -20.623547051681516, -20.74689869556221, -20.37420826587322, -20.263310642174858, -20.044202569257315, -19.952941989829867, -19.976506442954964, -19.683707777589206, -19.239755547769725, -18.70531788500717, -18.197648614171804, -17.798603204013958, -17.254915459871157, -16.405199883695886, -17.268558037996215, -17.069035332917288, -16.596506036040402, -16.111316013252, -16.327943617419535, -15.56705982835399, -15.07510019293536, -14.680395603090028, -14.510070082256014, -14.23065561285385, -14.347340996968903, -14.095986830301227, -13.952791436420448, -13.817967624570954, -14.27690601975508, -14.869169610252243, -14.875990899314765, -14.969783623924522, -14.42066985439107, -13.618703301653492, -13.357375583553484, -13.107520033422276, -12.536392103732489, -12.183648776908166, -12.302452894747184, -12.114040622611007, -11.603012383676678, -11.27378183354515, -11.128519382372696, -11.376411228076812, -11.786515394745116, -12.042365411022182, -11.941182956594693, -12.248606052299046, -11.962266940969776, -12.049341729381588, -11.857208754120398, -12.351958916882793, -12.887223402562022, -13.291229750219884, -13.324509372615852, -13.724278252825783, -14.2239893530882, -14.715432224183912, -14.997740573794424, -15.55026498785913, -15.87076222093333, -16.21508228929408, -16.807604261952704, -16.806622409739155, -17.06267913174539, -17.371600843986208, -17.710804945550066, -17.369068698803908, -16.83204721442676, -16.38887013109165, -15.840531508042588, -15.044921156476901, -14.561333103089552, -14.270394789286307, -13.698078301653808, -12.944687595270585, -12.741547539931231, -12.407614434461145, -11.877465915578817, -11.328042087451612, -11.042736504768186, -10.668185723516686, -11.157354831591562, -11.784706719614903, -11.905629571177885, -12.325655612846232, -12.834358412327433, -13.400422051652612, -13.763655694232192, -14.548310642151996, -14.171176039285903, -14.594457696188641, -14.98497649501833, -15.428205254785732, -16.28567229580478, -16.78491830817657, -16.906926364817686, -17.761654554925272, -18.28007252367734, -18.958274021075887, -19.48072275154673, -19.9559392229028, -20.391209812097244, -20.63346892668155, -21.260510756111135, -22.342511895438385, -22.122783705333337, -22.556142266532994, -22.402353204032373, -23.462236830338696, -24.07625619883074, -24.45783497487393, -25.267501316023, -26.071173191026215, -26.641319268502457, -27.260299574494514, -28.11006682710208, -28.99507740653271, -29.45820159273248, -30.350240166954794, -30.923641859665423, -31.640445651986, -32.550002536755265, -33.041342054986394, -33.81602345147387, -34.31036020277793, -35.173459974916796, -35.671879164371916, -36.42020558039054, -37.10905242284121, -37.42526051203518, -37.77268116633344, -37.809061374666925, -38.21921721776752, -38.606532077795116, -39.03575652441141, -38.59376799901902, -38.41744801203915, -37.89618783951102, -38.085323581699285, -38.8094654274053, -38.538267510737555, -38.380034275059835, -38.30851409276788, -38.019332777662555, -37.402936293285094, -36.64360279718831, -36.13836231867066, -35.732754001611745, -35.61229623793939, -35.127261244447865, -34.38472258884593, -35.076825046531, -35.26053476332861, -34.7073385556441, -34.13026783624075, -33.64047861097838, -32.90000701266812, -33.752771498348615, -34.094766127256236, -34.89011809666046, -34.478670342752565, -33.94795338311502, -33.222778008763164, -32.84807219821479, -32.61723357516699, -32.01122405368019, -31.982646986622782, -31.49580331800104, -31.590422865527465, -31.948488864877852, -32.28226694105106, -32.21596607842059], "type": "scatter", "x": [126.14871382050114, 125.08862348846566, 124.22164798390492, 124.02894656788851, 123.65966678273077, 122.81103641163364, 122.1830644064228, 121.29919070850259, 120.58026818245806, 119.89369510302822, 119.29889936734875, 119.00734093635802, 118.5057178081008, 118.02497195848949, 117.29550744025741, 116.62510908413495, 115.56434695847966, 115.02680870977957, 115.04861616420676, 115.54512332566708, 115.7146737000167, 115.67937869676135, 115.80164513556394, 115.68961063035516, 115.160909051577, 114.99704308477948, 115.04003787644629, 114.64197431850201, 114.6164978373821, 114.17357913620847, 114.04888390508816, 113.47749759323692, 113.33895307826242, 113.77835778204022, 113.44096235560656, 113.93690107631167, 114.23285200404723, 114.21616051641698, 113.7212553243577, 113.62534386602397, 113.39352339076264, 113.5020438985756, 113.70699262904515, 113.84341841029567, 113.73655154831609, 114.1497563009219, 114.22530724493262, 114.6477620789187, 115.46016727097924, 115.94737267462702, 116.71161543179153, 117.16631635952771, 117.44154503791424, 118.229558953933, 118.83608523974274, 118.98780724495168, 119.25249393115067, 119.80522505094451, 120.85622033089668, 121.39985639860717, 121.65508629769673, 122.24166548064179, 122.28662397673571, 122.3127722514754, 123.01257449757193, 123.43378909718304, 123.85934451710659, 123.50324222218329, 123.81707319549184, 124.25828657439985, 124.37972619028575, 124.92615278534004, 125.16727501841387, 125.67008670461381, 125.68579634003055, 126.12514936737608, 126.14282270721986, 126.58258914602374, 127.06586714081732, 127.80463341686196, 128.35968997610894, 128.98554324759584, 129.62147342337965, 129.40960005098293, 129.8886405783286, 130.33946577364293, 130.18350630098604, 130.61779503796697, 131.22349450086, 131.73509118054955, 132.5752982931831, 132.55721154188097, 131.82469811414364, 132.3572237489114, 133.01956058159635, 133.55084598198908, 134.39306847548204, 134.67863244032696, 135.29849124566795, 135.8826933127276, 136.2583809754895, 136.49247521377168, 136.951620314685, 136.6851249533558, 136.3054065288751, 135.96175825413417, 136.07761681533253, 135.78383629775323, 135.4286641786112, 135.50018436090318, 136.2951745952813, 137.06536014215942, 137.5804708192448, 138.30321740127897, 138.58516401586343, 139.10854292211548, 139.2605749859182, 140.2151420432137, 140.87541181860695, 141.07111046769626, 141.27409549373874, 141.39822228410384, 141.70218305884464, 141.56338016170866, 141.6355204611881, 141.5198686057189, 141.65092003801107, 141.8426912782462, 141.68699018775084, 141.9286291851476, 142.11848839738798, 142.1437064963464, 142.51526004452495, 142.797310011974, 142.86676313697427, 143.11594689348573, 143.15863162655876, 143.5221236512998, 143.5971578309876, 143.5618111513, 143.9220992372389, 144.56371382057483, 144.89485639870117, 145.3747237489635, 145.27199100156724, 145.4852596376358, 145.63698164284472, 145.88885257383532, 146.16030887266453, 146.06367394427872, 146.38747846901964, 147.4710815777479, 148.17760176004242, 148.84841352762322, 148.71746544819558, 149.28942020080206, 149.6783370302307, 150.07738244038853, 150.48293908101516, 150.72726525289113, 150.89955447815225, 151.60917524638427, 152.07353966695905, 152.8551973818059, 153.1361621441768, 153.16194868389044, 153.0929089703485, 153.56946902894418, 153.51210818910022, 153.339095493787, 153.06924116435886, 153.08955000224955, 152.89157759013938, 152.45000247620533, 151.70911746643674, 151.3439717958624, 151.0105554547152, 150.71413943908902, 150.3282198427333, 150.0752120302323, 149.9461243023672, 149.99728397033613, 149.42388227762552, 148.30462243061584, 147.38173302631526, 146.92212283751132, 146.31792199115478, 145.4896521343806, 144.87697635312816, 145.03221235573295, 144.48568240781407, 143.60997358619602, 142.74542687395297, 142.17832970598192, 141.60658165910468, 140.63857872941327, 139.99215823787426, 139.8065881695141, 139.57414757706528, 139.08280805883413, 138.12074791885635, 138.44946170466494, 138.20756432510672, 137.71917036351618, 136.8294055523147, 137.35237104710848, 137.50388634658827, 137.8901160015377, 137.81032759007905, 136.9968371929404, 136.37201745009935, 135.98904341038428, 135.20821251845405, 135.23921837782916, 134.6134167827746, 134.08590376193916, 134.27390262261702, 132.99077680880976, 132.28808068250487, 131.32633060112084, 129.53579389863972, 128.24093753470225, 127.1028674663383, 126.14871382050114]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y54", "yaxis": "y", "legendgroup": "y54", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7.523055324733164, 6.481775214051922, 6.197141424988288, 5.968369859232155, 6.76346344647493, 8.200843410673386, 9.824077663609557, 9.268426825391188, 8.56420624433369, 7.523055324733164], "type": "scatter", "x": [81.7879590188914, 81.63732221876059, 81.21801964714433, 80.34835696810441, 79.87246870312853, 79.69516686393513, 80.14780073437964, 80.83881798698656, 81.30431928907177, 81.7879590188914]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y55", "yaxis": "y", "legendgroup": "y55", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2.8021542293445947, -3.093764336767634, -3.8584721818227763, -3.446300957862796, -3.3626368139822485, -3.428679294451264, -3.393435967628207, -2.843650404474971, -2.8021542293445947], "type": "scatter", "x": [129.37099775606094, 130.47134402885177, 130.83483605359282, 129.99054650280817, 129.15524865124235, 128.59068362845363, 127.89889122936235, 128.13587934785284, 129.37099775606094]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y56", "yaxis": "y", "legendgroup": "y56", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-3.790931084817302, -3.607376397316564, -3.177221774919012, -3.129317722184446, -3.45906503663889, -3.790931084817302], "type": "scatter", "x": [126.87492272349886, 126.18380211802736, 125.98903364471926, 127.00065148326497, 127.24921512258891, 126.87492272349886]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y57", "yaxis": "y", "legendgroup": "y57", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2.1745962589565693, 1.6285313989283452, 1.5408106551128782, 1.1323859724940633, 0.2584858260061935, 0.3564126651992865, -0.25207732503751856, -0.7800037573313005, -0.8999964331130315, -0.26659840251153355, 1.011721503092545, 1.810690822757195, 2.1745962589565693], "type": "scatter", "x": [127.93237755748748, 128.00415612194087, 128.5945593608755, 128.6882487326207, 128.63595218314134, 128.1201697124361, 127.96803429576886, 128.3799988139997, 128.1000159038423, 127.69647464407507, 127.39949018769369, 127.60051150930906, 127.93237755748748]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y58", "yaxis": "y", "legendgroup": "y58", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [0.8751923689774088, 0.9171019555661245, 1.6432591821315297, 1.4198361271176054, 0.4278811710589565, 0.235593166500891, 0.4311367862933366, 0.3812173526993945, 0.2372468123342344, -0.5196578914448367, -1.408905938323393, -0.9559620092851304, -0.6156727026431383, -1.0762130672283092, -0.9309506160558526, -1.516858005381117, -1.904482924002458, -3.1860584448409237, -3.5295000138527115, -4.683693129091701, -5.340603936385996, -5.634591159694466, -5.2829330379482675, -4.464171644715826, -4.851331475446543, -4.574552504091265, -4.1884778784386825, -3.602105401222794, -2.627642917494939, -2.9316036922357327, -4.097579034037274, -5.528241062037793, -5.673400160345665, -5.3798780249278195, -4.459417412944973, -3.4944117163265322, -3.487021986508793, -2.801999200047718, -2.1471037736128054, -1.3531470678804638, 0.1542544620734816, 0.5664773624657613, 1.3092227237968501, 1.0139435896810909, 0.8751923689774088], "type": "scatter", "x": [122.9275667664518, 124.07752241424288, 125.0659892111218, 125.2405005229715, 124.4370353536974, 123.6855049988767, 122.72308312387287, 121.05672488818911, 120.18308312386272, 120.04086958219548, 120.93590538949073, 121.4758207540762, 123.34056481332846, 123.25839928598441, 122.82266360889932, 122.38852990121529, 121.50827355355551, 122.4545723816843, 122.2718961935325, 123.17096276254655, 123.1623327983538, 122.62851525277875, 122.23639448454801, 122.71956912647701, 121.73823367725436, 121.48946333220127, 121.61917117725386, 120.89818159391766, 120.97238895068878, 120.30545291552986, 120.39004723519167, 120.43071658740537, 119.79654341031949, 119.36690555224489, 119.65360639860017, 119.49883548388601, 119.07834435432704, 118.76776899625287, 119.18097374885869, 119.3233939962551, 119.82599897672587, 120.0357019389663, 120.88577925016762, 121.66681684782696, 122.9275667664518]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y59", "yaxis": "y", "legendgroup": "y59", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-10.258649997603591, -9.557969252158074, -9.361340427287502, -9.665921319215798, -9.96967538822743, -10.239581394087885, -10.258649997603591], "type": "scatter", "x": [120.29501427620689, 118.96780846565471, 119.90030968636157, 120.42575564990534, 120.77550174365675, 120.71560875863045, 120.29501427620689]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y60", "yaxis": "y", "legendgroup": "y60", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8.536739597206072, -8.460620212440148, -8.094234307490765, -8.649807631060696, -8.933666273639957, -8.81041798262384, -8.444858900591122, -8.236964613480914, -8.536739597206072], "type": "scatter", "x": [121.34166873584651, 122.00736453663043, 122.90353722543607, 122.75698286345632, 121.2544905945701, 119.92439090380958, 119.92092858284605, 120.71509199430757, 121.34166873584651]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y61", "yaxis": "y", "legendgroup": "y61", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8.362383314653293, -8.280682875199844, -8.705824883665088, -8.906639499551304, -9.040894870645594, -9.032885023640354, -8.45715789147659, -8.449303073768228, -8.09568124759494, -8.362383314653293], "type": "scatter", "x": [118.26061648974044, 118.87845991422208, 119.12650678922307, 117.97040164598928, 117.27773074754901, 116.74014082241665, 117.0837374207253, 117.6320243673421, 117.90001834520776, 118.26061648974044]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y62", "yaxis": "y", "legendgroup": "y62", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-6.42198495852574, -6.777673841990705, -6.877357679881726, -6.465186455921747, -6.946035658397626, -7.594213148634594, -7.7765276017603275, -8.370806573116873, -8.751816908404855, -8.348947442257405, -8.376180922075221, -8.302128594600973, -8.122604668819001, -7.740664157749762, -7.641600437046243, -7.766657403192576, -7.354899590690934, -6.924899997590252, -6.851416110871206, -5.895918877794472, -5.954985039904081, -6.3457622208952245, -6.42198495852574], "type": "scatter", "x": [108.48684614464926, 108.62347863162896, 110.53922732955328, 110.75957563684585, 112.6148112325564, 112.97876834518806, 114.47893517462114, 115.70552697150106, 114.56451134649649, 113.46473351446085, 112.55967247930097, 111.52206139531245, 110.58614953007432, 109.42766727095511, 108.69365522668133, 108.27776329959633, 106.45410200401612, 106.28062422081231, 105.36548628135552, 106.05164594932702, 107.2650085795402, 108.07209109907467, 108.48684614464926]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y63", "yaxis": "y", "legendgroup": "y63", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1.0848430314210589, -1.7823715144967662, -2.340425306816705, -2.4288436824680986, -3.0617766251789647, -4.305524997579774, -5.85235564537242, -5.873284600450632, -5.037314955264996, -4.2202588842981825, -3.6141460099468006, -2.7997771134591645, -2.050262139497832, -0.6503475887109857, 0.1831415877246343, 1.042882391764536, 1.8235065779655741, 2.45318390544206, 3.3087905948985963, 3.868859768077925, 4.970782172053688, 5.479820868344788, 5.439513251157123, 5.246320909033955, 4.2683702661263965, 3.590349636240873, 3.174328518075143, 2.099381211755741, 2.0836974145551608, 1.3987004663102311, 0.5613613956688681, 0.10454173420869493, -0.7119458960029021, -1.0592115210042863, -1.0848430314210589], "type": "scatter", "x": [104.36999148968489, 104.53949018760221, 104.88789269411402, 105.62211144411697, 106.10859337771265, 105.85744591677414, 105.8176550639094, 104.71038414919144, 103.86821333213078, 102.5842606954069, 102.156173130301, 101.39911339722507, 100.90250288290015, 100.14198082886065, 99.26373986206028, 98.97001102091326, 98.60135135294306, 97.69959760944985, 97.17694217324984, 96.42401655475726, 95.3808760925135, 95.29302615761729, 95.93686282754174, 97.4848820332771, 98.36916914265566, 99.1425586283358, 99.69399783732241, 100.64143354696162, 101.65801232300734, 102.49827111207323, 103.07684044801303, 103.83839603069836, 103.4376452982749, 104.01078860882404, 104.36999148968489]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y64", "yaxis": "y", "legendgroup": "y64", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12.704496161342433, 13.466413479053825, 13.429697373910443, 13.06959015548452, 12.205560207564403, 12.704496161342433], "type": "scatter", "x": [120.83389611214656, 120.32343631396745, 121.18012820850211, 121.5273938335035, 121.26219038298159, 120.83389611214656]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y65", "yaxis": "y", "legendgroup": "y65", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9.981044826696134, 10.26118276615037, 10.88186839440806, 10.94062449792392, 10.267383938025404, 11.232725531453738, 10.278778591345755, 9.950090643753299, 9.318268744336706, 9.022188625520414, 9.713360907424217, 9.981044826696134], "type": "scatter", "x": [122.5860889018671, 122.83708133350875, 122.9474105164519, 123.49884972543845, 123.33777428598472, 124.0779358257012, 123.98243777882584, 123.62307986866814, 123.30992068897939, 122.9958313335094, 122.38005496631942, 122.5860889018671]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y66", "yaxis": "y", "legendgroup": "y66", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8.414706325713297, 7.750354112168978, 7.189406439640692, 6.274294338400054, 7.293715318221842, 6.786485297060949, 6.049656887227272, 5.5810033227722755, 6.161355495626154, 6.885135606306136, 7.360610459823661, 7.83352732994274, 7.418875637232759, 7.457374579290204, 6.899424139834836, 7.192119452336015, 8.034962063016465, 8.316236883981134, 8.693035590037326, 8.240324204944372, 8.514157619659002, 8.960409450715488, 8.986996975129657, 9.760334784377534, 9.286074327018866, 8.78248749433456, 8.414706325713297], "type": "scatter", "x": [126.37681359263745, 126.47851281138789, 126.53742394420061, 126.19677290253259, 125.83142052622907, 125.36385216685221, 125.68316084198369, 125.39651167206063, 124.21978763234239, 123.9387195171069, 124.24366214406128, 123.61016076059519, 123.29607140512519, 122.82550581267537, 122.08549930225573, 121.91992801319256, 122.31235884001705, 122.94239790251959, 123.48768761606347, 123.84115441293983, 124.60146976125021, 124.76461225799562, 125.47139082245155, 125.41211795461277, 126.2227144715431, 126.30663699758514, 126.37681359263745]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y67", "yaxis": "y", "legendgroup": "y67", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [18.197700913968575, 18.507681993071387, 19.367887885001906, 19.821038519769345, 20.101253973872033, 20.077534491450052, 19.69592987719072, 19.25587921800927, 18.678395087147592, 18.197700913968575], "type": "scatter", "x": [109.47520958866365, 108.65520796105616, 108.62621748254044, 109.11905561730804, 110.21159874882281, 110.78655073450221, 111.01005130416458, 110.57064660038677, 110.33918786015147, 109.47520958866365]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y68", "yaxis": "y", "legendgroup": "y68", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [24.3942735865194, 22.790857245367167, 21.970571397382113, 22.81486094816674, 23.556262722258236, 24.538450832613737, 25.295458889257386, 24.997595933527037, 24.3942735865194], "type": "scatter", "x": [121.77781782438993, 121.17563235889274, 120.74707970589623, 120.22008344938368, 120.1061885926124, 120.69467980355225, 121.49504438688878, 121.95124393116146, 121.77781782438993]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y69", "yaxis": "y", "legendgroup": "y69", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [39.180864569651476, 38.17400096287662, 37.14207428644019, 36.3439834661245, 35.842877102190215, 35.13813975680979, 34.66760000257614, 34.60628591566183, 33.46480520276663, 33.849071153289, 34.596544908174806, 34.375938218720805, 33.90493337659652, 33.88576142021624, 33.149992377244544, 31.450354519164822, 31.029579169228246, 31.418237616495432, 32.319474595665696, 32.61030955660436, 33.29605581311752, 33.60415070244167, 34.23274282484002, 34.74971385348792, 35.433393052709405, 35.731617743465804, 35.52713410088687, 37.304984239240326, 36.82739065199884, 37.82748464614346, 38.21598806411376, 39.43880748143637, 40.56331248632368, 41.19500519465953, 41.378559882160275, 39.991616115878685, 39.180864569651476], "type": "scatter", "x": [141.88460086483497, 140.95948937394581, 140.97633589087297, 140.5997697287621, 140.77407433488258, 140.2532792502451, 138.9755277853962, 137.21759891169125, 135.79298302626893, 135.1209827007454, 135.0794348491827, 133.34031619683202, 132.15677086805124, 130.98614464734345, 132.00003624890996, 131.33279015515734, 130.686317987186, 130.2024198752049, 130.44767622286213, 129.81469160371893, 129.40841149304026, 130.35393517468464, 130.87845096244718, 131.8842293641439, 132.61767296766243, 134.6083008159777, 135.67753787652885, 136.72383060114242, 137.39061160700447, 138.8576021669062, 139.42640465714283, 140.054790073812, 139.88337934789985, 140.30578250545364, 141.3689734234266, 141.91426313697048, 141.88460086483497]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y70", "yaxis": "y", "legendgroup": "y70", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [43.96090871843361, 44.38473297787541, 43.262114162766764, 42.98835826270056, 41.9952147486992, 42.6787905950561, 41.58459381770797, 41.56955597591103, 42.563758856774385, 43.33327261003269, 43.38882477474644, 44.77212535255146, 45.55148346616134, 44.51035838477697, 44.17409983985374, 43.96090871843361], "type": "scatter", "x": [144.61342654843963, 145.32082523008307, 145.5431372418027, 144.05966189999987, 143.18384972551723, 141.6114909201724, 141.06728641170668, 139.955106235921, 139.81754357315998, 140.31208703019325, 141.38054894426, 141.67195234595386, 141.96764489152798, 143.14287031470974, 143.91016198137947, 144.61342654843963]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y71", "yaxis": "y", "legendgroup": "y71", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [40.899984442705225, 41.209991360024176, 40.50000885676613, 39.17737641047178, 39.24047333430015, 38.906617743478506, 39.17184703221655, 40.37831085871876, 40.95000722916376, 40.899984442705225], "type": "scatter", "x": [8.709990675500109, 9.210011834356266, 9.80997521326492, 9.669518670295616, 9.214817742559433, 8.806935662479674, 8.428302443077115, 8.388253208050912, 8.159998406617689, 8.709990675500109]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y72", "yaxis": "y", "legendgroup": "y72", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [42.62812185319392, 43.00998484961471, 42.152517808595654, 41.380006822264455, 41.58361196549443, 42.2565424667992, 42.62812185319392], "type": "scatter", "x": [8.746009148807559, 9.390000848028876, 9.560016310269134, 9.229752231491773, 8.775723097375362, 8.544212680707773, 8.746009148807559]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y73", "yaxis": "y", "legendgroup": "y73", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [56.111407375708794, 55.60999095318074, 54.80001455343792, 55.36486379660424, 55.77995473898872, 56.111407375708794], "type": "scatter", "x": [12.370904168353292, 12.690006137755603, 12.089991082414684, 11.043543328504226, 10.903913608451603, 12.370904168353292]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y74", "yaxis": "y", "legendgroup": "y74", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [58.55084503847897, 58.635000108466286, 57.553024807355186, 57.69001902936095, 57.68479970969946, 56.870017401753486, 55.97379303651553, 55.909998480851215, 54.62498647726534, 54.4643761257022, 53.32501414653097, 52.92999949809191, 52.73952016866405, 52.09999848083598, 51.80676056579574, 51.28942780212179, 50.76573883727595, 50.77498891865619, 50.50001862243113, 50.69687999124703, 50.228355617872744, 50.34183706318571, 49.95999990498106, 50.15967763935686, 51.21000112568919, 51.42600861266921, 51.59346609151103, 51.9914004583746, 52.30135569926125, 52.8400049912556, 53.495003770555094, 53.40444082296359, 53.98499970154664, 54.615012925833014, 54.790971177786844, 55.06160065369939, 55.50847260194335, 55.78398550070749, 55.31114614523683, 56.27501496034486, 56.78500967063335, 57.818848375064576, 58.63001333275011, 58.55084503847897], "type": "scatter", "x": [-4.211494513353671, -3.005004848635309, -4.073828497728101, -3.05500179687769, -1.9592805647769467, -2.2199881656894433, -3.1190030582711756, -2.08500932454308, -1.1149910139923236, -0.430484991854172, 0.18498131674203933, 0.4699768408317197, 1.6815307959147103, 1.559987827164207, 1.0505615576309424, 1.4498653499502439, 0.5503336930455873, -0.7875174625587248, -2.489997524414491, -2.956273972984065, -3.617448085942442, -4.542507900399272, -5.245023159191136, -5.776566941745344, -4.30998979330198, -3.4148506331421515, -4.984367234710916, -5.267295701508927, -4.222346564134966, -4.770013393564227, -4.579999152027, -3.092079637047106, -2.9450085107444295, -3.630005458989359, -4.8441690739030605, -5.082526617849339, -4.719112107756729, -5.047980922862223, -5.5863976709112535, -5.644998745130239, -6.149980841486425, -5.786824713555276, -5.009998745127689, -4.211494513353671]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y75", "yaxis": "y", "legendgroup": "y75", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [66.45589223903143, 65.8087482774403, 65.12667104761987, 64.36408193628868, 63.678749091233854, 63.49638296167582, 63.64363495549153, 63.960178941495386, 64.40211579045551, 64.8911298692335, 65.0849681667603, 65.37859365504274, 65.61118927678847, 66.26251902939522, 66.41046865504687, 65.73211212835143, 66.27662669541091, 65.99385325790978, 66.52681814235201, 66.45589223903143], "type": "scatter", "x": [-14.508695441129234, -14.739637417041607, -13.60973222497981, -14.909833746794902, -17.794438035543422, -18.656245896874992, -19.97275468594276, -22.762971971110158, -21.778484259517683, -23.95504391121911, -22.184402635170358, -22.227423265053332, -24.326184047939336, -23.65051469572309, -22.134922451250887, -20.57628373867955, -19.05684160000159, -17.79862382655905, -16.167818976292125, -14.508695441129234]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y76", "yaxis": "y", "legendgroup": "y76", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [53.704577541714784, 52.74076040303906, 51.75666026468876, 50.747600409541505, 48.97639069273754, 49.306551418650315, 47.86157501890495, 46.83672801369252, 46.137907619809525, 46.74076487892651, 45.966755276058834, 46.80592886004656, 47.78013296161296, 48.85918854429957, 49.61516307229739, 50.9523424342819, 51.9354348822025, 53.301966457728795, 53.762145087287934, 54.225475979216874, 54.36588084575389, 53.704577541714784], "type": "scatter", "x": [142.91461551327654, 143.2608476096321, 143.23526777564763, 143.64800744036285, 144.6541475770856, 143.1739278505172, 142.55866824765013, 143.53349246640403, 143.50527713437265, 142.74770063697383, 142.09203006405454, 141.906925083585, 142.01844282447087, 141.90444461483503, 142.1358000022057, 142.17998335181528, 141.59407596249002, 141.6825460145737, 142.60693403541075, 142.20974897681543, 142.65478641171302, 142.91461551327654]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y77", "yaxis": "y", "legendgroup": "y77", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9.316382554558047, 8.367499904814679, 9.066888739452892, 9.68449961998921, 10.376292019080523, 11.3696680770272, 10.554291490109875, 10.003653265823829, 9.316382554558047], "type": "scatter", "x": [118.50458092659036, 117.17427453010066, 117.66447716682137, 118.38691369026175, 118.98734215706105, 119.51149620979751, 119.68967654833989, 119.02945844937892, 118.50458092659036]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y78", "yaxis": "y", "legendgroup": "y78", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [18.224882717354106, 17.810282701076403, 17.093504746971973, 16.26244436285407, 15.931017564350142, 15.124813544164622, 14.328376369682275, 14.21820221603599, 14.336541245984378, 13.782130642141027, 13.237771104378425, 12.9975273706535, 12.536676947474575, 13.02752553959894, 13.552919826710422, 13.185836289925092, 13.784481919810304, 13.636687323455547, 13.857655747935596, 14.271015529838294, 14.52539276779504, 14.756670640517312, 14.396279201713796, 14.970869452367126, 15.406346747290739, 16.363704331929995, 16.034628811095345, 17.599081122299523, 18.505227362537525, 18.504064642810945, 18.218552354398355, 18.478975734933243, 18.224882717354106], "type": "scatter", "x": [122.336956821788, 122.17427941293317, 122.5156539246533, 122.25231082569393, 121.66278608610821, 121.50501793832112, 121.7288285665772, 122.25892540902726, 122.70127566944569, 123.9502950379403, 123.85510704965867, 124.18128869028493, 124.0774190613783, 123.29803510955225, 122.92865197152994, 122.6713550151487, 122.03464969288052, 121.12638471891857, 120.62863732308324, 120.67938357959386, 120.99181928923053, 120.69333621631267, 120.56414513558299, 120.07042850146644, 119.92092858284605, 119.88377322802819, 120.28643598844644, 120.39004723519167, 120.71586714079191, 121.32130822152351, 121.9376013530364, 122.24600630095429, 122.336956821788]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y79", "yaxis": "y", "legendgroup": "y79", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [11.415840969279998, 11.891755072471994, 11.582213243043682, 11.583660183147856, 11.16593374271649, 10.74130849857417, 10.441016750526089, 10.905691229694625, 11.415840969279998], "type": "scatter", "x": [122.03837039600555, 121.88354780485909, 122.48382124236149, 123.12021650603594, 123.10083784392646, 122.63771365772669, 122.00261030485957, 121.96736697803652, 122.03837039600555]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y80", "yaxis": "y", "legendgroup": "y80", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12.162694606978292, 11.046147772663929, 11.311454576050409, 10.975816148314692, 10.358722032101284, 10.134678859899864, 10.837995103392258, 10.889929917845592, 11.495370998577187, 11.415582587118536, 11.794189968304947, 12.557760931849671, 12.53572093347718, 12.162694606978292], "type": "scatter", "x": [125.50255171112354, 125.78341312062992, 125.01188398651226, 125.03276126515817, 125.27744917206019, 124.80181928924577, 124.76016808481853, 124.45910119028605, 124.30252160044171, 124.89101281138153, 124.87799035044401, 124.26676150929569, 125.22711632700788, 125.50255171112354]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y81", "yaxis": "y", "legendgroup": "y81", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8.67050466555807, 8.638749497914716, 9.336820583529487, 9.443248195834599, 9.774003200718738, 10.618990383339309, 11.083044745320322, 11.102035834187587, 11.310472723836867, 11.22701528568548, 11.731971543825523, 11.955549628136326, 12.437303168177309, 12.376040757695293, 12.112981879113505, 11.776284084515808, 11.539993597861212, 11.423282375530022, 10.969459947142795, 10.446494452349029, 9.865651353388373, 9.072263088411248, 9.137220363802129, 9.859992784052409, 10.211935126176215, 10.968969021036015, 11.37548167566004, 11.846822414594214, 12.162307033736099, 11.459610907431212, 11.443384507691563, 10.885744126829946, 10.554653225135922, 10.54586823164631, 10.648626817258688, 10.200798855017323, 10.0772146671913, 10.38959870039568, 10.64141795495398, 10.7017243514386, 10.715625311725104, 10.420268662960906, 9.94820445397464, 9.873066921422264, 9.381339829948942, 8.580174261911878, 8.602756862823426, 8.367034816924047, 7.999201971870492, 7.347691351750697, 6.832787380394464, 6.809093736188643, 6.321268215353356, 5.973149929219161, 5.772877915872002, 5.95312531170606, 6.025291449401664, 5.756548163267765, 5.6465290389183735, 5.409850979021584, 4.565768133966131, 4.156232408053029, 4.120007229016437, 3.650397650564031, 1.901563828942457, 1.736483465986069, 1.0461896834312228, 0.22298411702168153, -0.07844451253681939, -0.2354891902718208, -1.2378052710050014, -0.5816179337628, -0.941027520352776, -1.551739597178134, -2.137750339367976, -2.691308282078524, -2.383110039889793, -2.9120183243971165, -2.873054294449041, -3.7006523576033956, -4.820945733258917, -5.109403578312154, -5.149504489770649, -5.464937432480247, -6.738193047719711, -7.343220716992967, -8.996401462442286, -9.649281508017815, -11.040721123908803, -12.171194756725823, -13.038118584854288, -13.057652276260619, -13.793369642800023, -15.667053724838768, -17.208406670808472, -17.867746270420483, -18.262295830968938, -19.59911345792741, -20.904511814052423, -21.93731698983781, -22.370675551037458, -22.970070489190896, -22.96769337330547, -23.351959323827842, -23.796841729428582, -24.088968601174543, -24.885199069927722, -25.877024834905654, -26.62364592865864, -27.17591196056189, -28.18613453543572, -28.674115085567884, -29.224469089476337, -30.98446502047296, -31.77769825615321, -32.24536996839467, -33.19657805759118, -33.768377780900764, -34.39681487400223, -34.952646579733624, -34.75265878676407, -34.85983570733742, -34.430456231424245, -34.4625472958775, -33.909454441057576, -34.43148976007008, -35.28802662530788, -35.977390232081476, -36.41312590916655, -36.901571547189334, -38.18387053807989, -38.72016855240494, -38.9284245745412, -38.827707208004334, -39.42410491308485, -40.17258635840034, -40.67689666113672, -41.0287614886121, -41.16678923926369, -40.80267709733515, -41.06431487402891, -42.05800099056934, -42.35901620866951, -42.043686618824495, -42.563138116222405, -42.87355844499969, -43.495380954767796, -44.501366062193696, -45.036785577169795, -45.03962778094586, -45.55189625425519, -46.30177296324257, -47.033872979521526, -47.23613453551193, -48.133289076531135, -48.697337334996945, -49.86966887797038, -50.26416676208654, -50.732510267947795, -51.77110320414986, -52.349982598683425, -52.299443047901974, -52.29194996521966, -52.53792978292897, -52.89919972108146, -53.83325123475707, -53.85645395285612, -53.53140919374024, -52.835069268607235, -52.26275278097475], "type": "scatter", "x": [-77.35336076527386, -76.83667395700357, -76.08638383655786, -75.67460018584006, -75.66470414905618, -75.48042599150335, -74.90689510771199, -74.27675269234489, -74.1972226630477, -73.41476396350029, -72.62783525255963, -72.23819495307892, -71.75409013536864, -71.3998223537917, -71.13746110704588, -71.3315836249503, -71.36000566271082, -71.94704993354651, -71.62086829292019, -71.63306393094109, -72.07417395698451, -71.69564409044654, -71.26455929226773, -71.03999935574339, -71.35008378771079, -71.40062333849224, -70.15529883490652, -70.29384334988103, -69.94324459499683, -69.58430009629747, -68.88299923366445, -68.23327145045873, -68.19412655299763, -67.29624854192633, -66.227864142508, -65.65523759628175, -64.89045223657817, -64.32947872583374, -64.31800655786495, -63.07932247582873, -61.880946010980196, -62.73011898461641, -62.388511928950976, -61.58876746280194, -60.83059668643172, -60.67125240745973, -60.15009558779618, -59.758284878159195, -59.10168412945866, -58.48296220562806, -58.45487606467742, -58.078103196837375, -57.542218593970645, -57.14743648947689, -55.9493184067898, -55.841779751190415, -55.033250291551774, -53.9580446030709, -53.618452928264844, -52.88214128275409, -51.8233428615259, -51.65779741067889, -51.29998979348996, -51.069771287629656, -50.508875291533656, -49.97407589374506, -49.94710079608871, -50.699251268096916, -50.38821082213214, -48.62056677915632, -48.58449662941659, -47.824956427590635, -46.566583624851226, -44.905703090990414, -44.417619187993665, -44.58158850765578, -43.418791266440195, -41.47265682632825, -39.97866533055404, -38.50038347019657, -37.2232521225352, -36.45293738457639, -35.59779578301047, -35.23538896334756, -34.89602983248683, -34.729993455533034, -35.12821204277422, -35.636966518687714, -37.046518724097, -37.68361161960736, -38.42387651218844, -38.67388709161652, -38.953275722802545, -38.88229814304965, -39.16109249526431, -39.2673392400564, -39.58352149103423, -39.76082333022764, -40.77474077001034, -40.94475623225061, -41.754164191238225, -41.98828426773656, -43.07470374202475, -44.64781185563781, -45.35213578955992, -46.47209326840554, -47.64897233742066, -48.4954581365777, -48.64100480812774, -48.474735887228654, -48.661520351747626, -48.8884574041574, -49.587329474472675, -50.696874152211485, -51.576226162306156, -52.256081305538046, -52.712099982297694, -53.373661668498244, -53.806425950726535, -54.93586605489773, -55.67408972840329, -56.21529700379607, -57.1396850246331, -57.81786068381551, -58.42707414410439, -58.49544206402655, -57.22582963726366, -57.36235877137878, -56.73748735210545, -56.78828528504836, -57.74915686708346, -59.23185706240189, -61.23744523786564, -62.33595699731013, -62.125763108962936, -62.330530971919494, -62.145994432205214, -62.745802781816984, -63.77049475773255, -64.73208980981973, -65.11803524439158, -64.97856055363582, -64.3034079657425, -63.75594784204239, -63.458059048095876, -64.37880388045633, -65.18180396183975, -65.32882341171013, -65.5652689276616, -66.50996578638934, -67.29379391139247, -67.58054643418008, -66.59706641301729, -65.64102657740149, -65.98508826360079, -67.16617896184769, -67.81608761256643, -68.72874508327321, -69.13853919134777, -68.81556148952356, -68.14999487982038, -68.57154537624133, -69.46128434922667, -69.9427795071062, -70.8451016913546, -71.00633216010525, -71.429794684521, -72.55794287788488, -73.7027567206629, -74.94676347522517]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y82", "yaxis": "y", "legendgroup": "y82", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7.223771267114785, 6.691116441266303, 5.84535411216136, 5.582811997902497, 4.6679841170394525, 4.087606105969428, 3.8496361352653565, 3.325016994638247, 2.6966057397529255, 2.629555568854215, 2.2673554549204766, 1.766404120283056, 1.6913699405952514, 1.380923773601822, 0.982937730305963, 0.7684288598623965, 0.3603400740534682, -0.28370330160014134, -0.9066626928786832, -1.057454522306358, -1.9650477026485331, -2.246942640800704, -2.6851587866357884, -2.220794366061014, -2.65751189535964, -3.4048564591647126, -4.036394138203697, -4.7367648250554595, -5.690556735866565, -6.136834405139183, -6.541667575713717, -7.194340915560084, -7.93083342858386, -8.386567884965892, -10.377712497604065, -12.22271615972082, -13.535039157772943, -13.823186944232432, -14.649286390850321, -15.265682875227782, -16.359362888252996, -17.363487644116383, -17.77374684008157, -18.34797535570887, -19.756468194256165, -21.39331918710126, -23.628996677344574, -25.705924167587256, -27.640379734001247, -28.861442152625923, -30.09568206148503, -30.920644626592495, -32.41889942803078, -33.90909270603153, -35.50884002049106, -37.12378020604439, -37.15628468195598, -38.282882582351114, -39.25868865331856, -39.94221282324317, -41.79481292090683, -43.22495818458442, -43.365776462579774, -42.117532240569574, -42.38335580827898, -44.454960625995604, -44.10304412208794, -45.76397633238103, -46.64764332457207, -46.93925343199511, -47.7119194476232, -48.67377288187184, -50.37837167745158, -51.0433956846157, -51.62935475037325, -52.26275278097475], "type": "scatter", "x": [-77.88157141794525, -77.47666073272228, -77.31881507028675, -77.53322058786573, -77.3076012844794, -77.49627193877703, -77.12768978545526, -77.51043128122501, -77.93154252797149, -78.42761043975733, -78.66211808949785, -78.61783138702371, -78.99093522817104, -78.85525875518871, -79.5427620103998, -80.09060970734211, -80.02089820018037, -80.39932471385376, -80.58337032746127, -80.93365902375172, -80.76480628123804, -80.96776546906436, -80.36878394236925, -79.98655921092242, -79.77029334178093, -80.30256059438722, -81.09966956248937, -81.41094255239946, -80.92634680858244, -81.24999630402642, -80.53748165558608, -79.76057817251005, -79.44592037628485, -79.03695309112695, -78.09215287953464, -77.10619238962184, -76.25924150257417, -76.42346920439775, -76.00920508492995, -75.23788265654144, -73.44452958850042, -71.46204077827113, -71.37525021023693, -70.37257239447771, -70.16441972520605, -70.09124589708074, -70.40396582709502, -70.72495398627599, -70.90512386746161, -71.48989437527645, -71.37008256700773, -71.66872066922247, -71.4384504869299, -71.86173214383263, -72.55313696968174, -73.1667170884993, -73.58806087919109, -73.50555945503712, -73.21759253609065, -73.67709937202999, -74.0179571194272, -74.33194312203261, -73.70133561877488, -73.38889990913822, -72.7178039211798, -73.24035600451522, -74.35170935738425, -74.69215369332312, -75.64439531116545, -74.1265809801047, -75.18276974150216, -75.60801510283198, -75.47975419788355, -74.97663245308988, -75.2600260077785, -74.94676347522517]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y83", "yaxis": "y", "legendgroup": "y83", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-52.83749806092496, -53.04740772889455, -53.71537729269931, -54.07432179139866, -53.61584848410516, -52.93123910910242, -52.51829273865806, -52.6362700335804, -53.10001433696767, -53.84999439881963, -54.45000945416058, -54.700020033588665, -55.199989516012536, -55.25001230247107, -54.896803887756114, -55.30122364687231, -55.61185068137877, -55.58001799908697, -55.499041029685614, -55.19843922304378, -55.05384856549112, -54.49512297955138, -53.957533054419024, -52.83749806092496], "type": "scatter", "x": [-74.66254309761987, -73.83809729683531, -72.43417782254585, -71.1077213202619, -70.59178382025983, -70.26748836941218, -69.3456583319736, -68.63412553574679, -68.2500146145213, -67.74999345566513, -66.44999528671462, -65.05000322127933, -65.50000159367697, -66.44999528671462, -66.95991248235468, -67.29102922226485, -68.14862545436465, -68.63999081081192, -69.23209937201221, -69.95807573106458, -71.00568620470159, -72.26390397814413, -73.28521114774458, -74.66254309761987]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y84", "yaxis": "y", "legendgroup": "y84", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [80.58980988231714, 80.77191762971368, 80.78400991486998, 80.51456899690017, 80.7539859077084, 80.91888540315178, 80.69972565380193, 80.54728017854093, 80.4154277615482, 80.33956675894375, 80.17546824820089, 80.01018117951533, 80.2472468126543, 80.55942414012951, 80.58980988231714], "type": "scatter", "x": [44.84695804218114, 46.79913862487123, 48.31847741068461, 48.52280602396667, 49.097189568890855, 50.03976769389462, 51.522932977103665, 51.13618655783128, 49.79368452332071, 48.89441124857755, 48.75493655782177, 47.58611901224418, 46.50282596210963, 47.07245527526294, 44.84695804218114]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y85", "yaxis": "y", "legendgroup": "y85", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [73.7498139513002, 74.62748647734536, 75.08141225859718, 75.60939036732326, 76.25188345000812, 76.43905548776927, 76.80978221303117, 76.93969676381293, 76.5448113064546, 76.23364166940907, 75.73775462513625, 75.26088450794684, 74.30905630156285, 73.33304352486623, 72.37126760526603, 71.54059479439032, 70.72046397570212, 70.63274323188666, 70.76265778266846, 71.20666168892022, 71.47475901965045, 72.01488108996513, 72.22944163684097, 72.77473135038481, 73.6275475124976, 73.7498139513002], "type": "scatter", "x": [53.50828982932515, 55.90245893740766, 55.631932814359686, 57.86864383324885, 61.170044386647476, 64.49836836127017, 66.21092532742284, 68.1570597675348, 68.85221113472508, 68.1805725442276, 64.63732628770302, 61.58350752141476, 58.47708214705335, 56.98678551618803, 55.419335971910925, 55.62283776227633, 57.535692579992315, 56.94497928246388, 53.67737511578417, 53.412016635965394, 51.601894565645665, 51.455753615124216, 52.47827518088354, 52.44416873557088, 54.42761355979758, 53.50828982932515]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y86", "yaxis": "y", "legendgroup": "y86", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [80.05640574820042, 79.51783397085451, 79.40003754344518, 79.56682322866722, 79.84236196564747, 79.85988027619443, 80.31889618602698, 80.59815562613225, 80.35767934846204, 80.65714427359343, 80.40734039989452, 80.05640574820042], "type": "scatter", "x": [27.407505730913446, 25.92465050629815, 23.024465773213617, 20.075188429451828, 19.897266473070914, 18.462263624757867, 17.368015170977458, 20.45599205901064, 21.907944777115404, 22.91925255706738, 25.447625359811866, 27.407505730913446]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y87", "yaxis": "y", "legendgroup": "y87", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [77.85385285105617, 77.4449372423306, 77.67704193796955, 77.93503652618672, 78.25462942169581, 78.45495311147526, 78.0795238308748, 77.85385285105617], "type": "scatter", "x": [24.72410363129333, 22.490338169044833, 20.726001417735688, 21.416088494561365, 20.81188764820476, 22.88426761240578, 23.281349318136538, 24.72410363129333]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y88", "yaxis": "y", "legendgroup": "y88", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [79.6743102078343, 80.01609813101275, 80.05087636994519, 79.70175039338129, 78.95611115184185, 78.56259511993922, 77.82667104767067, 77.63794871694073, 76.80942047800512, 76.77045644805706, 77.38034170196575, 77.73566885040468, 78.02492768015843, 78.86929474559149, 79.65239940054254, 80.01046539989294, 79.66040924754778, 79.6743102078343], "type": "scatter", "x": [15.142827996489387, 15.522546420970059, 16.990828891679058, 18.25183719246536, 21.543832635186874, 19.027397088301797, 18.471720411867295, 17.594409620848154, 17.11821129727855, 15.913168572664349, 13.762602166405742, 14.669575229560424, 13.170596958070035, 11.22229210780182, 10.444561801809131, 13.170751987366913, 13.718522169660758, 15.142827996489387]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y89", "yaxis": "y", "legendgroup": "y89", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7.223771267114785, 7.512254950384161, 8.052041123888927, 8.319182440621773, 8.38770538984079, 8.718124497915028, 8.996092027213024, 8.932374986197146, 8.5845150822244, 8.333315944853595, 8.298408514840432, 8.09030752200107, 7.547524115423372, 7.419754136581716, 7.271571966984765, 7.220541490096537, 7.817921047390597, 7.64790558515034, 7.706610012233909, 8.108962714058435, 8.175392767769637, 8.29236237226229, 8.291613063994063, 8.290863755725823, 8.073822740099956, 8.225053819202117, 8.446926581247283, 8.656836249216866, 8.830443223501419, 9.051385809765321, 9.29080272057358, 9.487354030795714, 9.61553742109571, 9.908051866083852, 10.086723130733006, 9.795991522658923, 9.55703969974131, 9.83454214114866, 9.933347479690724, 10.134885565629034, 10.439337266476613, 10.75433095951172, 10.824791774941687, 10.895278428587801, 11.088444932494824, 11.403438625529944, 11.806876532432597, 12.143961900272487, 12.458257961471658, 12.909909979702633, 13.064551703336065, 12.914018256069838, 12.984685777228975, 13.297534898323974, 13.341020616097595, 13.384480495655055, 13.149016831917137, 13.163951320849492, 13.259759426318624, 13.458532823129303, 13.520622056527998, 13.735337632700734, 13.909771429901951, 13.927832342987957, 14.126218166556455, 14.538828640190928, 15.615429592343673, 15.940190131081948, 16.200975246642884, 16.128318182840516, 15.752087917539525, 15.653515122942778, 15.917064927631332, 16.10731171311386, 16.566043402568823, 16.70616404872824, 17.17107107184208, 17.64902639410961, 17.91609019619402, 17.975750637274984, 18.29229462327885, 18.74857168219995, 19.316133938061597, 19.94676727953548, 20.434101874263987, 20.531718654863337, 20.81689504646604, 21.0762848983551, 21.422103583252305, 21.871145941652546, 22.269080308516124, 22.773752346278556, 23.767800197845034, 24.548915310152836, 25.172313951105863, 25.58060944264395, 25.824883938087634, 26.44293406829844, 26.676175645447817, 27.16211497650444, 27.859876003525457, 27.941240546169013, 28.467952582303937, 28.95440867768349, 29.266844387320145, 30.021113593052338, 30.786880804969456, 31.17096588797881, 31.567608344035076, 31.524045111613034, 31.799532172161012, 31.393484605427616, 30.913617255165278, 30.162681179315925, 29.750432440707495, 29.061611436472973, 28.826173610951205, 28.75478261973998, 28.411289374295894, 28.42519033458241, 27.780216783147537, 27.525813706974642, 27.171752631126875, 26.662817287700364, 25.732589830014348, 25.29463206634072, 24.82600434010186, 24.298594672131, 24.265547593680353, 23.811182562754055, 23.36467234953612, 23.185587673428643, 22.818271592697997, 22.82307750090115, 23.43097321216659, 24.00096426034597, 24.484423122652586, 24.738412787367135, 25.470125230403927, 26.0120042994165, 26.321959540303165, 26.768185533143495, 26.639459540304426, 26.90006378835235, 27.142090358991343, 27.722726752222822, 27.798200181585113, 27.741485297144777, 28.115002549750443, 28.566111965442342, 29.279479275015515, 29.556361599235373, 30.180793768834224, 30.836464341753512, 31.635743720011916, 32.53532705334885, 33.04622461520375, 33.62123643120128, 33.74090922312447, 34.02778157757573, 34.078, 34.34847717828417, 34.447096665986706, 34.60855967868267, 35.15687246351558, 36.161513983701894, 37.55176504165017, 37.783378811182345, 38.113694566392, 38.95165375422087, 39.7669786647059, 40.313198554031004, 41.14203685156036, 41.99963308366016, 42.76599, 43.708380000000005, 44.615895, 45.52341, 46.86475, 47.72017, 48.18443298339844, 48.379714965820305, 48.040000000000006, 47.095988674500845, 47.36000356708003, 48.18000519468748, 49, 49.00253777777778, 49.984572048535846, 50.41656118427976, 50.830592759802244, 51.71583588317819, 52.32962270772491, 52.75538483337766, 53.56158885356318, 54.28756521261556, 54.802753404349396, 55.17890615500194, 55.49777558045893, 56.36999624289732, 57.178887437562025, 58.12306753196684, 58.187714748763966, 58.21220937767033, 58.49999542910376, 59.53776154238916, 59.72751740176493, 60.0844465196049, 59.999180406323305, 60.458609727614196, 60.88465607364455, 60.672989406977045, 59.978328965893525, 59.914172675203176, 59.70565827090546, 59.36821116803952, 59.15582103131994, 59.74498403587958, 60.72580272077933, 61.033587551509726, 61.28445079207063, 60.72719798445121, 60.06165721296418, 59.35027944603425, 58.8647276882198, 58.14637360293046, 57.7277945013663, 57.422774359763515, 56.9799848496706, 56.46360809999405, 55.99415355083853, 55.56668610292015, 55.64358063417046, 55.36473460552351, 55.02418691672007, 54.68973704692707, 54.40417308208217, 54.57222483989534, 55.039431464246164, 55.34804311789323, 55.89498647727042, 56.00805451112504, 56.41805532492877, 57.016675116597824, 57.216947129944984, 57.57000051536306, 58.32832632103016, 58.918884589261694, 58.61580231386985, 58.787781480537205, 58.424186102931586, 58.93139028587632, 58.57254914004156, 59.071123358793535, 58.6708377142607, 58.671664537177364, 59.266951198963596, 59.63362132429059, 59.98972361921389, 59.798055731843334, 60.2674844427827, 60.50749563256231, 61.07389516869739, 61.500019029376176, 62.07499685327171, 62.6330764838078, 63.14637848576298, 63.21944896102367, 63.05945872664804, 63.541961574957256, 63.45581696232672, 63.76610810002326, 64.2227985704027, 64.40278758407528, 64.7886038275664, 64.77723501246221, 64.55944468856809, 64.33860545516877, 64.55916046819051, 64.4469450954687, 64.6866720648707, 65.0888955756145, 65.66999705673662, 66.08831777613933, 66.57666006129752, 66.57666006129752, 66.07720734319658, 66.11611969671235, 66.73556509059505, 67.11639455837, 67.61633820257772, 68.04277212185026, 68.35887685817967, 68.88303091091613, 68.91553538682773, 69.37111481391288, 69.8580618353992, 70.33332998318757, 70.44768992784948, 70.89164215766895, 70.82472117785098, 71.35776357694165, 71.14777639432363, 70.69640859647025, 70.88998851183563, 70.82999217394475, 70.60000621202978, 70.43001658800564, 70.53001048449043, 70.21403493924176, 70.12000967068671, 69.98999176704037, 70.1525141465983, 69.85196401638875, 69.71199839952622, 69.47100535753306, 68.99000112576032, 68.89801707628077, 69.31512339952464, 69.62742991808058, 69.505344346791, 69.94451650662351, 70.19370026313491, 69.7792552761541, 70.01285858832951, 70.48383759223763, 70.37720327420335, 69.48056549750707, 70.15840525987956, 69.39969188097028, 69.56371287706467, 69.8555296902169, 69.79778127713074, 69.37785858832696, 69.01129181586457, 68.84148305935348, 68.90592357042142, 68.39890025498973, 67.90262563747471, 67.68816844346343, 67.80609406195349, 67.98104462347762, 67.38144297959501, 67.88732941351633, 68.31164459906488, 68.65394928656626, 68.69999298773833, 68.79998688422309, 68.5612159288185, 68.01801911078248, 68.09775584580883, 67.64687897406223, 67.80562897406286, 67.78165110947943, 68.40393870713818, 68.57865672471699, 68.23940094672083, 67.29338633896965, 68.09070201280097, 68.0638302680092, 69.06901439073458, 69.68572093370581, 70.08977895779596, 71.19482778592537, 71.92051992460016, 71.76016795519847, 71.318696194129, 70.1912714708172, 69.69998362901835, 69.49767039659567, 68.4749938015395, 69.25871857367805, 68.61508860948275, 67.87337677679751, 67.1987409532271, 67.9214616970451, 68.78456146918397, 69.88209137641492, 69.80540355089379, 69.65825490994267, 69.16203196885995, 68.6656798366965, 68.13253408474127, 67.59716624619743, 67.11078766546633, 66.41155386012498, 66.25729970973374, 66.5583149278339, 66.05625254990223, 65.21297068954728, 64.77563304306115, 64.09898183863136, 64.03273265243318, 63.610174465582546, 62.96021413843151, 62.83507965763674, 62.024689846435564, 60.898660386795655, 60.110207221102385, 58.94880524355869, 58.78212291120124, 57.84572011985635, 57.0870842555955, 57.28466909446348, 56.85172394472216, 56.47161794699929, 55.99911448833855, 55.723834133519745, 55.30261953390868, 55.244896959038655, 55.14831370708515, 54.282268378305645, 53.27703257914797, 52.15785024678672, 51.20839915628814, 51.533934841510785, 52.56206330017376, 54.14145010031027, 54.66772288677072, 55.13645396587417, 55.83741893169727, 56.53422394472089, 57.20263275820014, 58.05208995221395, 58.80457632103206, 59.85262604434355, 60.75789378523259, 62.31965892195758, 62.55054922143768, 62.27839529077252, 62.18111440698307, 62.443785712322665, 62.10507253686558, 61.52536631941534, 61.13719879825494, 61.061415310298905, 60.22123403588148, 58.95735769310299, 58.801062323636216, 58.21205434837344, 58.76731761334962, 59.8707127956457, 60.3355939805434, 59.44257355410754, 58.16709585227951, 56.96742747662366, 56.33945547141284, 55.77548472759547, 55.20407257752808, 54.945483710339545, 54.626485093801804, 53.78033519145467, 53.647475084032266, 53.27036631938232, 52.146636460979394, 51.77069041605601, 51.4197040879296, 51.064299424842254, 50.242773342482195, 50.08045766865341, 50.2909874538105, 50.29817047789908, 50.22897573506026, 49.511551825552175, 49.068374742217074, 47.7448896347899, 46.82171601011173, 46.98607290301604, 48.29999787046922, 49.13307363544649, 49.232783311553675, 48.742503160184526, 48.070864569687046, 46.992971706727005, 46.23849579526565, 45.73901723894854, 45.88376292579808, 47.007932033875505, 46.28265330665906, 45.920401516293026, 45.265247707696645, 44.670141913423436, 44.26551544857807, 43.54524933529393, 43.618681545580685, 44.46511566830543, 45.29204193783998, 45.25930491798309, 45.13750356707113, 44.80970000000001, 44.3252, 43.980000000000004, 43.68405, 43.09023834896399, 42.86529083919747, 42.334987291018265, 41.80499380143282, 41.78000824641968, 42.144998887697184, 41.92281606705828, 41.63717458756496, 41.47498810481691, 41.4944442815748, 41.31998464615744, 41.26998769791504, 41.2206367050763, 40.93110235165436, 41.11948008886496, 40.930008449866804, 40.630000922196345, 40.6280113795531, 40.750750000000004, 40.4734988470004, 40.42763, 39.70925608983589, 38.939535630848425, 39.19639333755519, 39.24845734308924, 39.49849376073348, 38.95999949803601, 38.78203223017923, 38.404120000000006, 38.015509345037444, 37.21690176039883, 37.25658926039898, 37.93705, 38.319215, 39.15, 38.717615, 38.08326, 38.239991766913334, 37.917944999999996, 36.9664, 36.89726, 36.55125763604721, 35.55075023044425, 34.80854747165222, 34.51201, 33.925470000000004, 33.861344305958326, 33.49395, 33.158390000000004, 32.509355, 32.0333, 31.44049, 30.729985053016108, 30.03552, 29.180002142853652, 28.47213, 28.039994208278785, 26.88, 26.205765, 25.816775, 25.20616, 25.079994004816427, 25.20125275318931, 25.639985663347304, 25.869997463478445, 26.72999664967979, 27.49504, 27.88624, 28.54998891856728, 29.1, 29.93656, 30.09, 29.63615, 29.686120000000003, 30.152610000000003, 30.400005194616355, 30.274328111282514, 30.384915676387124, 30.315980000000003, 30.159994004836747, 29.894190000000002, 29.48864, 29.29108, 29.15961, 29.30714, 29.117430000000002, 29.148535000000003, 29.677, 29.552300000000002, 29.78375, 29.71363, 29.480009670524126, 28.738633734648772, 28.307471421821518, 27.830007025660766, 27.38000865326312, 26.68999909108588, 26.210002549742825, 25.869997463478445, 24.992144069920244, 24.272343044526735, 22.932579860927632, 22.44421173755327, 21.89868948006412, 21.41101898852571, 20.635433254473128, 19.89093089444411, 19.32039724372568, 18.828024196848702, 18.562717393462222, 18.14437083584336, 18.423836981677823, 18.524838568592287, 18.704595038319567, 18.876083278880145, 19.28412038825678, 19.8674181177513, 20.707521877520293, 20.999855454995412, 21.26172577563449, 21.493675441976563, 21.45884552661184, 21.54354319913821, 21.331514797444655, 20.849864610268256, 20.255404771398688, 19.646553046135836, 19.472403469312226, 19.0401301131907, 18.259815985583415, 18.516647854074023, 18.4999822046599, 18.35327281338327, 18.348673610909287, 18.07667470954101, 17.644142971258034, 17.489475409408456, 17.131693630435663, 17.036066392479555, 16.530774237529627, 16.265467434143147, 16.2336605900675, 15.887273464415076, 15.70638011317736, 15.855389105690975, 15.71999685308627, 15.688655096901257, 15.86445831955821, 15.878798529519202, 15.797278957578769, 15.846940009011263, 15.756712958229656, 15.78283539475319, 15.893448798073948, 16.00540578863429, 15.953651841693983, 15.885749009662463, 15.909158433490672, 15.995923163308731, 15.857223619037342, 15.835157782448718, 15.648244126849006, 15.424071763566857, 15.270902818253745, 14.99582916916411, 14.899866034398102, 14.6766238468972, 14.31070302983845, 13.970077826386557, 13.567699286345883, 13.127054348193086, 12.869292303921227, 12.419087225794428, 12.320850328007566, 11.893124497927728, 11.62903209070012, 11.373311265503787, 11.103043524617275, 10.938764146361422, 10.785000922076946, 10.395438137244653, 9.992982082555557, 9.566160590040823], "type": "scatter", "x": [-77.88157141794525, -78.21493608266012, -78.42916073272607, -78.18209570993864, -78.4354652574657, -78.62212053090394, -79.12030717641375, -79.55787736684519, -79.76057817251005, -80.16448116730334, -80.38265906443962, -80.4806892564973, -80.00368994822716, -80.276670701809, -80.42115800649708, -80.8864009264208, -81.05954281281473, -81.18971574575795, -81.51951473664468, -81.72131120474447, -82.13144120962892, -82.39093441438257, -82.60549496125842, -82.82008134635042, -82.85095801464482, -82.96578304719736, -83.50843726269431, -83.71147396516908, -83.59631303580665, -83.63264156770784, -83.90988562695374, -84.30340165885636, -84.64764421256866, -84.71335079622777, -84.97566036654133, -84.91137488477024, -85.11092342806532, -85.33948828809227, -85.66078650586698, -85.79744483106285, -85.79170874707843, -85.65931372754667, -85.80051957878422, -85.94172543002176, -85.7125404528073, -86.05848832878526, -86.52584998243296, -86.74599158399633, -87.16751624220116, -87.66849341505471, -87.55746660027562, -87.39238623731923, -87.31665442579549, -87.48940873894722, -87.64125993523689, -87.79311113152657, -87.90411210808952, -88.48330156121682, -88.84322791212972, -89.2567427233293, -89.81239356154767, -90.09555457229098, -90.60862403030085, -91.23241024449605, -91.68974667027913, -92.22775000686983, -93.35946387406186, -93.87516883011861, -94.6916564603302, -95.25022701697306, -96.05338212765335, -96.55743404822829, -97.26359249549674, -98.01302995480964, -98.9476757474566, -99.69739742714711, -100.82949886758132, -101.66608862995447, -101.91852800170025, -102.47813208698895, -103.50098954955814, -103.91752743204681, -104.99200965047558, -105.49303849976143, -105.73139604370769, -105.39777299683136, -105.50066077352449, -105.27075232625793, -105.26581722697405, -105.60316097697542, -105.69341386597317, -106.02871639689899, -106.90998043498846, -107.91544877809143, -108.40190487347098, -109.26019873740672, -109.44408932171734, -109.29164384645631, -109.8014576892318, -110.3917317370857, -110.64101884646172, -111.17891883018783, -111.7596068998516, -112.22823462609044, -112.27182369672866, -112.80959448937405, -113.16381059451868, -113.14866939985716, -113.8718810697819, -114.20573666060356, -114.77645117883502, -114.93669979537212, -114.77123185917355, -114.6738992989518, -114.33097449426293, -113.58887508833548, -113.42405310754054, -113.27196936730557, -113.14003943566442, -112.96229834679652, -112.76158708377488, -112.4579105294117, -112.24495195193688, -111.61648902061926, -111.28467464887314, -110.98781938357247, -110.71000688357137, -110.65504899782896, -110.17285620811349, -109.77184709352855, -109.40910437705575, -109.43339230023292, -109.8542193266018, -110.03139197471448, -110.29507097048376, -110.94950130902805, -111.67056840701271, -112.18203589562152, -112.14898881717087, -112.30071082237981, -112.77729671919163, -113.46467078332196, -113.59672990604385, -113.84893673384434, -114.46574662968014, -115.0551421781851, -114.98225257043741, -114.57036556685503, -114.19932878299939, -114.16201839888465, -114.93184221073669, -115.51865393762705, -115.88736528202958, -116.25835038945293, -116.72152625208501, -117.12775468633141, -117.2959376912739, -117.944, -118.41060227589757, -118.51989482279983, -119.081, -119.43884064201674, -120.36778947638344, -120.62286434617613, -120.74432980027817, -121.71458065477424, -122.54747555223851, -122.51199968147014, -122.953187222162, -123.72719682502968, -123.86517289924899, -124.39806026904279, -124.17884884326065, -124.21370459684152, -124.53284000000001, -124.14214, -124.020535, -123.89893000000001, -124.079635, -124.39567, -124.6872100830078, -124.56610107421875, -123.12, -122.58736975796783, -122.33999467658664, -122.50001074917841, -122.84, -122.97421000000001, -124.91025122770371, -125.62460038949041, -127.43560095915909, -127.99275041391394, -127.85033016651754, -129.12978695363202, -129.30522844126293, -130.51497372121568, -130.53610938202306, -131.08581743052787, -131.96721065969805, -132.25000993541533, -133.5391818918007, -134.07806372774036, -135.03821183972337, -136.628063117399, -137.80000708713024, -139.86778784885726, -140.82527462457725, -142.57444434300874, -143.95888180232416, -145.92555762427213, -147.11437394914668, -148.22430620012767, -148.01806555885082, -148.57082251686083, -149.72785783587588, -150.6082433746164, -151.71639278868332, -151.85943315326722, -151.4097190012472, -150.34694149473253, -150.62111080625706, -151.89583919981686, -152.5783298410956, -154.01917212625764, -153.28751135965314, -154.2324924387585, -155.30749142151018, -156.30833472392305, -156.55609737854644, -158.11721655986779, -158.43332129619716, -159.60332739971747, -160.28971961163427, -161.2230476552578, -162.23776607974102, -163.06944658104644, -164.78556922102723, -164.9422263255201, -163.8483396067657, -162.87000139061595, -161.80417497459607, -160.56360470278122, -160.07055986228445, -158.68444291891953, -158.46109737855406, -157.72277035218391, -157.55027442119365, -157.041674974577, -158.1947312083056, -158.51721798402303, -159.05860612692885, -159.71166704001737, -159.98128882550023, -160.35527116599653, -161.35500342511511, -161.96889360252638, -162.0549865387247, -161.87417070213542, -162.51805904849212, -163.81834143782024, -164.66221757714658, -165.34638770247483, -165.35083187565192, -166.12137915755602, -165.73445187077064, -164.9191786367179, -164.5625079010394, -163.75333248599713, -163.0672244944579, -162.26055538638175, -161.53444983624863, -160.7725066803211, -160.95833513084267, -161.51806840721216, -160.77777767641487, -161.39192623598765, -162.45305009666896, -162.75778601789415, -163.54639421288428, -164.96082984114514, -166.42528825586453, -166.84500423893917, -168.11056006576712, -166.70527116602193, -164.4747096425755, -163.65251176659564, -163.7886016510363, -161.67777442121016, -162.48971452538007, -163.7197169667912, -164.43099138085657, -165.39028683170673, -166.7644406809961, -166.2047074046267, -164.43081051334352, -163.16861365461455, -162.93056616926202, -161.90889726463556, -160.93479651593373, -159.0391757883871, -158.11972286683394, -156.58082455139808, -155.06779029032433, -154.34416520894123, -153.90000627339256, -152.2100060699353, -152.27000240782615, -150.7399924387445, -149.72000301816752, -147.61336157935702, -145.68999060766964, -144.9200117665207, -143.58944698786956, -142.07251115615776, -140.98598832900498, -139.12052079970064, -137.5463533192256, -136.50357459200788, -135.6257470366658, -134.41463233125734, -132.92924496145972, -131.43135189504747, -129.79470760793157, -129.1077211170434, -128.36156511118105, -128.13816789438326, -127.44712480356019, -125.75632361540238, -124.42482866096998, -124.28966895231058, -123.06108761278743, -122.68348792203072, -121.47226986375765, -119.94288001186351, -117.60268693730987, -116.2264401925127, -115.24688758020409, -113.8979518298732, -115.30489437545172, -113.49727861209814, -110.79801184776443, -109.94617753786518, -108.88019609254842, -107.79238135458836, -108.81299089235284, -108.16721635621744, -106.95000383179851, -106.15000098348801, -105.34281511108895, -104.3379152087412, -103.22116166869766, -101.4543444486385, -99.90195858437448, -98.44321041542332, -98.55860388873108, -97.66948503293327, -96.11991553422915, -96.12588416215885, -95.48943722205215, -94.68499020056456, -94.23282141801066, -95.3040738594212, -96.47131527381387, -96.39113928911304, -95.20880835649112, -93.88997412797022, -92.87817542191148, -91.51965369339042, -92.40691219762576, -90.54710323765737, -90.55149573440218, -89.21514319533433, -88.01966061069413, -88.31749772820834, -87.35016659213676, -86.30607011589562, -85.57663143587968, -85.52198360873102, -84.10080420605608, -82.62257402213088, -81.28043372264632, -81.22020484081015, -81.96437130402929, -81.25927222362282, -81.38652543814156, -83.34457129589678, -84.73541663281641, -85.76943620476065, -86.06760921908479, -87.0314263577605, -87.3232431709127, -88.48296566440692, -89.91442867710796, -90.7039928860955, -90.77003536656451, -91.93342688675146, -93.15696977412614, -94.24152889685183, -94.62930884477005, -94.68460262732236, -93.21502824580605, -92.7646164619501, -92.29702226435708, -90.89767615432544, -89.0395208401904, -88.03978858107182, -87.32419918491009, -86.07120073112904, -85.01180803092949, -83.36053931347496, -82.27285376659565, -82.43620296907024, -82.1250333320247, -81.40073645702181, -79.91289445669035, -79.14301896840601, -78.60191504587782, -79.12420874705178, -79.82956620961971, -78.22873369008205, -77.095598721002, -76.54136898467166, -76.62319861520584, -77.3022527737372, -78.51688147654153, -77.33674679229202, -77.77271501332241, -78.10688066273781, -77.41066992868555, -75.69620093453807, -74.66820166695584, -73.83988013374939, -72.9085416327691, -71.67709225125375, -71.37369991726817, -69.59042375352405, -69.6203185696049, -69.28788408067129, -68.37455481634471, -67.64976701523504, -66.2017675442006, -65.24518510604574, -64.58352006698058, -63.804756232342065, -62.50235510928999, -61.396556972892306, -61.798651292555384, -60.46852576357871, -59.569614223861585, -57.975086229063535, -57.333213263566165, -56.93688086610365, -56.15811703146511, -55.756306932179655, -55.683391486215825, -56.40916113953904, -57.12692094585701, -58.77483069521256, -60.03310014508739, -61.72366878929988, -63.86250464542823, -65.36331743026496, -66.39904232447483, -67.23630388046776, -68.51113562689214, -69.95363155788749, -71.10456905789209, -70.25521521674287, -68.6499902004604, -66.55244381373326, -65.05625606958665, -64.17098710799456, -65.11545142277699, -64.79854570174707, -64.47218319360775, -63.17329606795151, -61.520709601473534, -60.51813513857891, -60.448604498930194, -59.8028816392271, -61.03988623721381, -63.25471228702736, -64.24656389022142, -65.3640667385332, -66.12340023462998, -66.1617183091744, -64.42549353703204, -66.02604183619209, -67.13742102727727, -66.96466000000001, -68.03252, -69.06, -70.11617000000001, -70.64547563341108, -70.81489681668, -70.82499955919306, -70.49499386257716, -70.08000627305726, -70.1849869452582, -69.88497941758774, -69.96502621120786, -70.63999793158814, -71.1203820461734, -71.85382564969197, -72.29498735216768, -72.8764247300997, -73.71000000000001, -72.24124386258414, -71.94500871447097, -73.34500077990626, -73.98199032255204, -73.952325, -74.25670223661564, -73.96244, -74.1783866034773, -74.90604244657918, -74.98040483264718, -75.20002966988764, -75.52804582386031, -75.31999650745323, -75.07183476478983, -75.05673, -75.37746070016179, -75.94024288603643, -76.03127092151857, -75.72205000000001, -76.23287, -76.35000000000001, -76.542725, -76.32933, -76.98999793161354, -76.30162, -76.25874, -75.9718, -75.86805091012468, -75.72749101429079, -76.36318864612927, -77.39763500000001, -78.05496000000001, -78.55434688995314, -79.06067000000002, -79.20357, -80.301325, -80.86498, -81.33629, -81.49042090526437, -81.31371, -80.97998694530139, -80.535585, -80.52998857290376, -80.05653928497766, -80.088015, -80.13156, -80.38103000000001, -80.68000525584706, -81.17211992056258, -81.32999142121425, -81.70999406607253, -82.24001339387414, -82.70515, -82.85526, -82.65001420767786, -82.93, -83.70959, -84.1, -85.10882000000001, -85.28784, -85.7731, -86.3999920315861, -87.53036231153854, -88.41782752150303, -89.18048999999999, -89.59383117841979, -89.41373499999999, -89.43, -89.21767000000001, -89.40823000000002, -89.77928, -90.15463, -90.88022500000001, -91.626785, -92.49906, -93.22636999999999, -93.84842, -94.69000281449686, -95.60025733110206, -96.59404680050707, -97.14000830767073, -97.3699942695857, -97.37999365923417, -97.32999671099181, -97.14000830767073, -97.52807247596655, -97.70294552284224, -97.77604183631911, -97.87236670611115, -97.6990439522042, -97.38895952023682, -97.18933346229332, -96.52557552772033, -96.29212724484181, -95.90088497596004, -94.83906348344277, -94.42572953975622, -93.5486512926824, -92.7861138577835, -92.0373481920904, -91.40790340855925, -90.77186987991085, -90.53358985061305, -90.45147599970126, -90.27861833368493, -89.6013211738515, -88.54386633986289, -87.6584165107578, -87.05189022494808, -86.81198238803304, -86.84590796583268, -87.38329118523586, -87.62105445021076, -87.43675045444179, -87.58656043165594, -87.83719112827153, -88.09066402866317, -88.3000310940937, -88.29633622918482, -88.10681291375438, -88.1234785631685, -88.2853549873228, -88.19786678745265, -88.30264075392444, -88.23951799187991, -88.35542822951057, -88.55182451043585, -88.73243364129594, -88.93061275913527, -88.60458614780585, -88.51836402052686, -88.18998613152814, -88.12115312371537, -87.90181250685251, -87.61568010125242, -87.5229209052885, -87.36776241733216, -86.90319129102821, -86.4409456041774, -86.11923397494434, -86.00195431185793, -85.68331743034625, -85.44400387240259, -85.18244361035727, -84.98372188997887, -84.52697974316715, -84.36825558138266, -84.06305457226686, -83.77397661002611, -83.41038123242049, -83.14721900097413, -83.23323442252394, -83.2841615465476, -83.18212643098728, -83.41249996614445, -83.51983191601468, -83.55220720084554, -83.49851538769427, -83.47332312695198, -83.62610449902292, -83.71961300325506, -83.65085751009072, -83.8554703437504, -83.80893571647155, -83.65561174186158, -83.59000851106704, -83.40231970898296, -83.01567664257517, -82.54619625520348]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y90", "yaxis": "y", "legendgroup": "y90", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9.566160590040823, 9.20744863528678, 8.9955752628901, 8.950616766796173, 9.031955471223583, 8.786234035675719, 8.858503526235907, 9.111072089062432, 9.31276520429762, 9.611610012241528, 9.552931423374105, 9.454565334506526, 9.420458889193881, 9.2477304142583, 8.946844387238869, 8.67050466555807], "type": "scatter", "x": [-82.54619625520348, -82.18712256542341, -82.20758643261097, -81.80856686066929, -81.71415401887204, -81.43928707551154, -80.94730160187676, -80.52190121125008, -79.91459977895599, -79.57330278188431, -79.02119177927793, -79.05845048696037, -78.50088762074719, -78.05592770049802, -77.72951351592641, -77.35336076527386]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y91", "yaxis": "y", "legendgroup": "y91", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [19.714455878167357, 19.8849105900821, 19.904986884027494, 19.880285549391985, 19.62288524014616, 19.64799998624001, 19.29326711677244, 19.313214219637103, 19.015196234609874, 18.979100246654, 18.612197577381693, 18.205142320218613, 18.42264842373511, 18.38071299893025, 18.42830699307106, 18.245915025296895, 18.184290879788833, 18.426885891183034, 18.283328762276213, 17.5985643579766, 17.7575727401387, 18.044997056546094, 18.21496084235406, 18.145611070218365, 18.2179063989947, 18.030992743395004, 18.342549953682706, 18.66490753831941, 18.526052964751145, 18.445799465401862, 18.668421535715254, 19.10162506761803, 19.48359141690341, 19.639550889560283, 19.915683905511912, 19.871500555902358, 19.714455878167357], "type": "scatter", "x": [-71.71236141629296, -71.58730445014663, -71.38000444200779, -70.80670610216174, -70.21436499701613, -69.95081519232758, -69.76925004747008, -69.22212582057988, -69.25434607611385, -68.80941199408083, -68.31794328476897, -68.68931596543452, -69.16494584824892, -69.62398759629764, -69.95293392605154, -70.1332329983179, -70.51713721381422, -70.66929846869763, -70.99995012071719, -71.4002099270339, -71.65766191271202, -71.70830481635805, -72.37247616238935, -72.84441118029488, -73.45455481636503, -73.92243323433566, -74.45803361682478, -74.36992529976713, -73.44954220243272, -72.69493709989064, -72.334881557897, -72.79164954292489, -72.78410478381028, -73.41502234566175, -73.18979061551762, -72.57967281766362, -71.71236141629296]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y92", "yaxis": "y", "legendgroup": "y92", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [38.14387360285046, 38.231180935207576, 37.44404551853776, 37.13421946873183, 36.6199872909954, 36.996630967754726, 37.10453135838016, 37.61294993748375, 38.12638113051966, 38.03496552179533, 38.14387360285046], "type": "scatter", "x": [14.761249220446189, 15.520324334381513, 15.160242954171736, 15.309897902089006, 15.099988234119422, 14.335228712631988, 13.826732618879959, 12.431003859108756, 12.570943637755136, 13.741156447004613, 14.761249220446189]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y93", "yaxis": "y", "legendgroup": "y93", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [44.65722280535048, 44.279984849619794, 43.43499766699922], "type": "scatter", "x": [37.53913536962585, 38.679995965333546, 39.955008579270924]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y94", "yaxis": "y", "legendgroup": "y94", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [33.46364248304006, 34.06029857028204, 33.94462087659667, 34.36493113864263, 34.149233710256354, 33.80633474378362, 33.20117788342964, 33.5219851750976, 33.28957042086489, 32.70456736910474, 32.989382025681394, 33.46364248304006], "type": "scatter", "x": [132.37117638563024, 132.92437259331473, 133.4929683778222, 133.90410607313635, 134.63842817600386, 134.76637902235854, 134.2034159689709, 133.79295006727654, 133.28026818250885, 133.0148580262578, 132.36311486219267, 132.37117638563024]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y95", "yaxis": "y", "legendgroup": "y95", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [19.096715806550307, 19.593817246981985, 20.0925206568147, 20.567866319251493, 20.999752102130827, 21.42231028898148, 21.885744533774997, 22.158234361250052, 22.679339504481305, 23.017768459560788, 23.72335846607402, 24.35913361256094, 24.520260728447003, 25.10353261972537, 25.63626496022229, 26.25441844329768, 26.61889232025227, 27.640147813420413, 28.038185533148567, 28.148643907172456, 28.83214223888092, 29.098585923777815, 29.933573716749905, 31.177735500609046, 32.03809642183644, 32.564679266890636, 33.2402452662423, 33.697064927702456, 34.11047638603745, 35.145865383437425, 35.75998810479405, 35.755182196590894, 35.33071198174545, 35.39985504815198, 35.1790933294011, 35.16839630791668, 35.7148487411871, 35.888662421200806, 36.30127289483528, 36.605647081034405, 36.78390493422522, 36.86503693292346, 36.71651886651662, 37.11065501560674, 37.11838064223437, 36.885707505840216, 36.94642731378316, 37.349994411766545, 37.230001735984814, 36.724037787415085, 37.09210317641396, 36.899996039368915, 36.410000108377375, 35.94744436293281, 35.698984076473494, 34.83350718844919, 34.33077301689771, 33.78574168551532, 33.76874013929128, 33.293342800422195, 33.13699575452314, 32.79277903902697, 32.87882029879293, 32.71195709892248, 32.2650851506785, 31.37625051525828, 31.182179673786152, 30.76357473400583, 30.266395778925713, 30.525811469030913, 30.985757554644735, 31.75178314872332, 32.23818756767058, 32.70678945569328, 32.843215236943834, 32.63857656506802, 32.19149791109487, 32.187260443646935, 32.01667654065146, 31.89934520113276, 31.569158637003838, 31.585669257121097, 31.32126679129972, 31.025755113238645, 30.870054022743233, 31.18685639090856, 31.473402207967, 31.55585195568868, 31.429606431599638, 30.933616034462233, 31.260340277627606, 31.024075629189156, 30.967464097613416, 31.219360866820153, 31.548823960896996, 31.60553884533732, 32.07292633720117, 32.82737641044638, 33.080539252244265, 33.09090037691878, 33.90545014091944, 34.61005829521913, 34.644914048800004, 35.410009467097325, 35.82153473565367, 36.27499542901485, 36.65060557712833, 36.565442816711325, 36.7955321314909, 36.219960028624016, 36.107563788389186, 36.64427521417258, 36.6778648951623, 36.26298065850699, 36.144357408180994, 36.67683136651647, 36.65882212986274, 37.653360907536, 38.208133246405396, 38.985760199533516, 39.463612168936464, 40.42001373957831, 40.46001129817221, 41.21999074967267, 41.08762156835702, 41.736264146484615, 42.01896006933731, 42.040224921225416, 41.33535838476427, 40.94858612727573, 41.10276276301855, 41.01367259374735, 41.53565623632757, 41.96294281673292, 42.64512339941794, 43.013628038091284, 43.128633938156845, 43.43499766699922, 44.279984849619794, 44.65722280535048, 45.24468048764449, 45.40451569272325, 46.24087291115107, 46.63658519142609, 47.044725653667314, 47.26336863869423, 47.102189846375886, 47.022220567404204, 46.698700263040934, 46.64596446388707, 46.27319651954964, 45.65121898048466, 45.40999339454619, 45.46998973243706, 45.113215643893966, 44.939996242851606, 44.36147858334407, 44.56487702084489, 45.03477081967489, 45.32746613217608, 45.51918569597891, 45.85156850848024, 46.080598456397844, 46.333347886737386, 46.70624502215554, 46.583100084004, 46.03241018328567, 45.293308010431126, 45.0353909368624, 44.820210272799045, 44.913873806328056, 43.70746165625813, 43.293171698574184, 42.57789236100622, 42.00735871028779, 41.62288605403624, 41.29993419042819, 41.05496206314856, 40.99982330989314, 40.69056570084242, 40.151993923496505, 40.61775360774317, 40.82412344010076, 40.8525454778613, 40.947061672523134, 40.68712921809501, 40.12499298762401, 39.96200552017544, 39.96099782974575, 40.476005153966554, 40.25656118423912, 39.65931081802579, 39.190011298167136, 38.9709032252496, 38.51000112563838, 38.21999298761638, 37.65501455336933, 37.920011298162066, 37.40999074965741, 37.30501007745647, 36.422505804992014, 36.410000108377375, 36.84498647719421, 37.64498932550471, 38.310323391262585, 38.7699852564988, 39.34023468683962, 39.62499766698399, 39.69499339452332, 39.915005805005976, 40.25077342382242, 40.727230129553504, 41.40956574153539, 41.71998607031267, 41.8775475123706, 41.95501048437612, 42.281502183596174, 42.47999136002926, 42.84999461523907, 43.2099984808004, 43.50721548112712, 44.243191229827985, 44.317915350922036, 44.73848399512944, 45.076060289076096, 45.2337767604309, 44.80212352149688, 45.13693512631593, 45.48414907488502, 45.500323798192376, 45.59101593686462, 45.73669179949542, 45.381778062514826, 44.885374253919096, 44.600482082693986, 44.09136587175446, 43.587727362637864, 42.761007798832466, 41.95513967545685, 41.961315009115715, 41.74029490820339, 41.541082261718216, 41.17960561783656, 40.87714345963222, 40.35562490494263, 40.16886627863981, 39.810774441073264, 40.277671006830346, 40.44223460546381, 39.79540070246644, 39.42469981542068, 38.90287120213735, 38.843572496082416, 37.9858987493342, 37.908849188787016, 38.21459280044188, 38.75094249119924, 38.9645470240777, 39.54407237401492, 40.048356838535156, 40.17294871679087, 40.604550279292596, 40.7863479680954, 41.1882872584616, 41.253089504555604, 41.70453481705741, 42.3554253199897, 42.93146251074721, 43.9200068222746, 44.03627879493132, 44.36633616797951, 44.23122813575242, 43.76714793555524, 43.69384491634922, 43.128892320318315, 43.399650987311595, 43.075200507167054, 42.47301504166986, 41.892120266276905, 41.226088568683096, 41.01473196060934, 40.678318386389236, 40.12393362076202, 39.30997813573272, 38.73851430923304, 38.29236583104115, 37.642353827457825, 37.44306366632422, 36.67414419203729, 36.65889964451118, 36.677839056946155, 36.32470815687964, 35.946850083961465, 36.02981659600606, 36.367677110330334, 36.94291331638732, 37.09778758396607, 36.83826854099627, 36.97888011326246, 36.86880931248078, 37.65134552667661, 38.266243394517616, 38.3584858261586, 38.73742910415491, 39.39206614842837, 39.75509308527877, 40.15930613866581, 40.76063894303019, 41.18433401139126, 41.54345937760364, 41.880570583659676, 42.59277517350627, 43.0266246608127, 43.74833771420099, 43.567909450853925, 43.57423981380968, 43.40344920508504, 43.4559007838613, 43.42280202897834, 44.022610378590116, 46.01491771095486, 47.06436269793822, 47.57032664650795, 47.954954332056374, 48.68416046812699, 48.90169240985963, 48.64442129169454, 49.776341864615745, 49.34737580016091, 50.12717316344526, 50.9466063502975, 51.14850617126186, 51.34578095153609, 51.62054454203196, 53.09179840759775, 53.51040334737807, 53.48216217713056, 53.69393219666266, 53.748295803433706, 53.527792466844296, 54.02078563090876, 54.395646470754016, 54.96274363872503, 55.5177226833236, 56.54001170513759, 56.80996938743033, 57.11000275331695, 57.1720661484995, 57.44794078228966, 57.73001658795485, 57.21573273378612, 56.89001618105044, 56.60998159446079, 56.458621324277885, 56.08138336854721, 56.19000722922473, 55.469999498102055, 54.98310415304803, 54.596641954153256, 54.363607082733054, 54.00869334575247, 54.19648550070113, 54.47037059184805, 54.07551097270586, 53.75702912049104, 54.05070628520575, 54.513158677785725, 54.85153595643291, 54.68260569927078, 54.43871877706929, 54.42608388937393, 54.86616038677151, 55.190481675835315, 56.031076361711065, 56.78387278912294, 57.411870632549935, 57.75337433535076, 57.00623647727487, 57.02569265403277, 57.79342357037697, 58.38341339785329, 58.25737457949341, 58.612753404364625, 59.187240302153384, 59.46585378685502, 59.61109039981133, 59.445803331125774, 59.475388088612874, 60.02806753197446, 60.50351654727584, 60.4239606797625, 60.05731639265166, 59.846373196036225, 60.39192129174154, 60.720169989659524, 61.70532949487179, 62.60739329695874, 63.18973501245587, 63.81781037053129, 64.90234365504084, 65.11142650009374, 65.53434642197045, 66.00692739527962, 65.72374054632017, 65.02600535751527, 64.41358795842429, 63.60955434839504, 62.74940013289681, 61.34116567651097, 60.63658336042741, 60.081914374422595, 58.9537661810587, 58.71982697207339, 57.041118069071885, 56.10430186626866, 56.200885118222175, 55.40778107362265, 55.36173737245058, 56.30708018658197, 57.44181712506307, 58.85614940045936, 59.469807033925356, 58.313288479233215, 58.078884182357285, 58.5881554225937, 59.663231919993834, 61.97099803328432, 62.614472968182724, 63.45400828719648, 64.4860383164975, 65.87972585719318, 67.81064158799516, 68.56320547146173, 69.81744415961778, 70.2551693793461, 70.2020718451662, 71.03049673123722, 70.98626170519539, 71.18547435168055, 70.4537877468599, 70.18625885688489, 69.55808014594488, 69.90596588813376, 69.30140330675114, 69.06343333604705, 67.93239126247484, 67.45712311468647, 66.79158234319944, 66.26618, 65.99953766546189, 66.75959463161077, 66.63252228460506, 65.90015000000001, 65.43621287704816, 64.41437, 64.10945000000001, 63.849830000000004, 64.33471, 64.76446, 65.14322, 64.52079, 64.76446, 65.49682, 66.47623, 66.41857999999999, 66.06908, 66.75633901637637, 67.35242666286312, 67.96161428493588, 68.57080190700863, 68.24999461534067, 67.68997, 67.56652, 67.01004446071333, 66.66767, 66.88455, 67.52238, 68.85737999999999, 68.80815000000001, 68.20130999999999, 68.08684648168837, 68.43866, 68.46628, 68.88082, 68.27844, 68.94069, 69.52000000000001, 69.85000031196167, 69.54738312446047, 69.234835, 68.09233, 68.61563000000001, 69.14436, 69.35649, 69.45461, 69.92873, 70.70889, 71.02897, 71.9345, 72.84336, 73.04, 72.77629, 72.22006, 71.40898, 71.09019, 70.39114000000001, 69.02085195583855, 68.4079, 67.74040000000001, 66.32000000000001, 66.17267000000001, 66.53267000000001, 66.78946, 67.28429, 67.76047, 68.32899, 68.98918, 69.07146, 69.62763, 70.63175000000001, 71.44717, 72.12119, 72.83227000000001, 72.85497, 72.30056, 71.33556, 71.15287000000001, 71.87401000000001, 72.26716543241405, 72.32010793729707, 71.74998769803697, 72.58285675728509, 73.64821808541437, 73.85001455351413, 73.805908718553, 73.93688263619676, 74.4596672634775, 75.11644887969108, 75.14394074167033, 75.63998281524003, 75.77333384876921, 76.04719310169999, 76.14000397409622, 75.91546987578802, 76.44688446726148, 76.43027049427967, 76.8618720567814, 77.28753082956955, 77.69791921661546, 77.37388214792925, 77.12738556589703, 76.97419078236776, 76.47998322214444, 76.72335338002303, 76.71000000000001, 76.22224, 75.84764000000001, 75.32779000000001, 75.03185456002926, 74.47673, 74.18, 74.04, 73.78774, 73.97693000000001, 73.33505000000001, 73.59488, 73.75285000000001, 73.58772, 73.12, 72.97120514595854, 73.73503000000001, 73.56, 73.56549, 73.03871, 72.39872000000001, 71.98, 71.19304000000001, 70.7869973822779, 71.83630000000001, 71.38642, 71.65525, 71.34763000000001, 71.62803, 71.48783, 72.41619, 72.84941, 72.1999860704346, 71.60643056913015, 70.84221365018179, 71.03141, 70.86672, 70.45324, 69.72198, 69.43728, 69.64204, 69.66823000000001, 69.47199, 69.56876831648658, 68.6938, 69.01362999999999, 69.65276, 70.09703, 69.81743, 69.87725, 69.40000193956404, 68.96364614529146], "type": "scatter", "x": [-16.256883307347167, -16.37765112961327, -16.277838100641517, -16.536323614965468, -17.06342322434257, -17.020428432675743, -16.973247849993257, -16.589136928767758, -16.26192175949562, -16.32641394699587, -15.98261064295805, -15.426003790742271, -15.089331834360719, -14.82464514816175, -14.800925665739769, -14.439939947964888, -13.773804897506494, -13.139941779014379, -12.618836635783126, -11.688919236690865, -10.900956997104387, -10.399592251008627, -9.564811163765697, -9.814718390329206, -9.43479326011935, -9.300692918321941, -8.657476365584985, -7.654178432638275, -6.912544114601445, -6.244342006851383, -5.929994269219918, -5.193863491222174, -4.591006232105173, -3.640056525070122, -2.6043057926441127, -2.1699137027986244, -1.2086028710890557, -0.12745439289460592, 0.5038765804152092, 1.466918572606545, 3.1616988460508253, 4.81575809084913, 5.3201200700177935, 6.261819695672613, 7.330384962603971, 7.737078484741005, 8.420964389691676, 9.509993523810607, 10.210002475636317, 10.180650262094531, 11.02886722173335, 11.100025668999251, 10.600004510143094, 10.593286573945138, 10.939518670300687, 10.807847120821009, 10.149592726287125, 10.339658644256616, 10.856836378633687, 11.108500603895122, 11.488787469131012, 12.663341098692996, 13.083263787496776, 13.918664991927187, 15.24561242031791, 15.713955926179182, 16.61162723152131, 18.021101922282156, 19.08641157397912, 19.574030389085237, 20.053380975024652, 19.820320265388318, 20.13399620939998, 20.854520704845555, 21.54300581227019, 22.895791456806847, 23.23680423350092, 23.609132928163888, 23.927511427514105, 24.921145867622243, 25.16480024587844, 26.495313348097312, 27.457631870236554, 28.450491163860335, 28.913511997195513, 29.683439161912133, 30.095041945116918, 30.97695193861003, 31.68796797051391, 31.960406121556677, 32.19248497897948, 32.99393476739414, 33.77337039565245, 34.26543338393569, 34.55637169773891, 34.48810713068136, 34.75258711115117, 34.95541710789678, 35.098457472480675, 35.126052687324545, 35.48220665868013, 35.9795923194894, 35.99840254084364, 35.905023227692226, 36.149762811026534, 35.782084995269855, 36.160821567537, 35.55093631362831, 34.714553256984345, 34.026894972476384, 32.509158156064075, 31.699595167779567, 30.621624790171097, 30.391096225717064, 29.69997562024554, 28.732902866335422, 27.641186557737317, 27.048767937943264, 26.318218214633045, 26.804700148228733, 26.17078535330433, 27.28001997244939, 28.81997765474722, 29.240003696415584, 31.14593387220444, 32.34797936374571, 33.51328291192746, 35.167703891751785, 36.9131270688421, 38.34766482926452, 39.512606642420195, 40.373432651538224, 41.55408410011066, 41.70317060727271, 41.45347008643839, 40.87546919125379, 40.32139448422032, 39.955008579270924, 38.679995965333546, 37.53913536962585, 36.67546715673177, 37.403174676265934, 38.232943149576556, 37.673700799313906, 39.14766767757499, 39.12120934424155, 38.22353803889942, 37.42513715998999, 36.75985477066439, 35.82368452326483, 34.96234174982388, 35.020787794745985, 35.51000857925317, 36.52999799983016, 36.33471276219916, 35.23999922052812, 33.882511020652885, 33.326420932760044, 33.54692426934946, 32.4541744321055, 32.630804477679135, 33.58816206231839, 33.29856733575471, 31.74414025241518, 31.675307244602408, 30.7487488136091, 30.377608676888883, 29.603289015427436, 29.62654340995877, 29.141611769331835, 28.8378577003202, 28.558081495891997, 28.03909508638472, 27.67389773937805, 27.99672041190539, 28.115524529744416, 28.988442824018733, 28.806438429486743, 27.61901736828409, 27.19237674328238, 26.35800906749779, 26.04335127127257, 26.05694217296534, 25.44767703624416, 24.925848422960826, 23.71481123220076, 24.407998894963953, 23.899967889102555, 23.342999301860743, 22.81398766448882, 22.62629886240475, 22.84974775563481, 23.350027296652428, 22.97309939951549, 23.53001631032501, 24.02502485524889, 24.040011020613516, 23.115002882588982, 23.409971958110987, 22.774971958108466, 23.154225294698506, 22.490028110451075, 21.67002648284361, 21.295010613701493, 21.12003421396122, 20.73003217945444, 20.2177120297128, 20.150015903410463, 19.980000441170205, 19.960001661873235, 19.406081984136648, 19.319058872157143, 19.403549838954348, 19.54002729663719, 19.371768833094848, 19.162479282312745, 18.882134637129354, 18.450016310304704, 17.50997033048324, 16.930005730871528, 16.015384555737654, 15.174453973052012, 15.376250441151768, 14.920309279040566, 14.901602410550908, 14.258747592840024, 13.95225467291692, 13.656975538801165, 13.67940311041582, 13.715059848697223, 13.937630242578308, 13.141606479554296, 12.32858117030625, 12.383874952858548, 12.261453484759102, 12.589237094786455, 13.526905958722494, 14.029820997787029, 15.142569614327925, 15.926191033601896, 16.169897088290384, 15.889345737377797, 16.785001661860548, 17.51916873543118, 18.37668745288252, 18.48024702319543, 18.293385044028042, 17.738380161213314, 16.869595981522338, 16.448743116937322, 17.17148969897147, 17.052840610429314, 16.635088331781816, 16.100960727613, 15.684086948314473, 15.687962680736348, 15.89198123542468, 16.109332309644287, 15.718813510814613, 15.413612501698793, 14.99849572109818, 14.703268263414714, 14.060671827865264, 13.627985060285397, 12.888081902730365, 12.106682570044939, 11.191906365614216, 10.51194786951774, 10.200028924203991, 9.702488234097842, 8.88894616052687, 8.428560825238577, 7.8507666357831445, 7.435184767291872, 6.52924523278304, 4.556962517931424, 3.1004105973526634, 2.9859989762584576, 3.0394840836805486, 2.0918416683121848, 0.8105245296351882, 0.7213310074994013, 0.10669152181986863, -0.2787113102129411, 0.11129072429383768, -0.467123582349103, -0.6833894514905976, -1.4383821272748492, -2.146452602538119, -3.415780808923386, -4.368900926114719, -4.995219285492212, -5.3771597965614575, -5.866432257500904, -6.236693894872175, -6.520190802425404, -7.453725551778092, -7.855613165711986, -8.382816127953689, -8.898856980820328, -8.746101446965556, -8.83999752443988, -9.287463751655224, -9.526570603869713, -9.446988898140235, -9.048305223008427, -8.977353481471683, -8.768684047877102, -8.79085323733031, -8.99078935386757, -9.034817674180246, -8.984433152695674, -9.392883673530648, -7.97818966310831, -6.754491746436756, -5.411886359061597, -4.3478427799557835, -3.51753170410609, -1.901351284177764, -1.384225226232985, -1.1937975732374184, -2.225724249673845, -2.9632761295596026, -4.491554938159482, -4.5923498193447765, -3.2958139713578025, -1.616510789384961, -1.9334940250633106, -0.98946895995536, 1.3387610205226963, 1.6390010921384996, 2.5135730322461427, 3.3149711442285366, 3.8302885270430806, 4.705997348661185, 6.07418257002081, 6.905139601274129, 7.100424838905127, 7.936239454793877, 8.121706170289428, 8.80073449060464, 8.572117954145398, 8.526229282270208, 8.120310906617533, 8.08997684086222, 8.256581658571207, 8.543437534223415, 9.424469028367554, 9.775558709358535, 10.580005730846125, 10.546105991262664, 10.250000034230226, 10.369992710011957, 10.912181837618306, 10.667803989310016, 10.369992710011957, 9.649984978889279, 9.921906365609118, 9.939579705452957, 10.950112338920519, 10.939466993868393, 11.95625247564331, 12.5184403825466, 13.647467075259442, 14.119686313542587, 14.802900424873458, 16.36347700365573, 17.622831658608675, 18.62085859546164, 18.696254510175464, 19.660640089606403, 19.888481479581287, 21.268448927503467, 21.055800408622417, 21.090423618257972, 21.581866489353672, 22.52434126149288, 23.318452996522097, 24.12072960785343, 24.312862583114622, 24.42892785004216, 24.061198357853186, 23.426560092876684, 23.339795363058645, 24.604214308376186, 25.86418908051664, 26.949135776484525, 27.981114129353244, 29.117685581180694, 28.069997592895277, 26.255172967236973, 24.496623976344523, 22.869694858499457, 22.290763787533592, 21.322244093519316, 21.544866163832694, 21.05921105315369, 21.536029493910803, 22.442744174903993, 24.730511508897536, 25.398067661243942, 25.294043003040404, 23.903378533633802, 22.18317345550193, 21.21351687997722, 21.369631381930958, 19.77887576669022, 17.84777916837521, 17.119554884518124, 17.83134606290639, 18.78772179533209, 17.86922488777634, 16.829185011470088, 16.447709588291474, 15.879785597403783, 14.666681349352075, 14.100721062891465, 12.942910597392057, 12.625100538797028, 11.787942335668674, 11.027368605196868, 10.356556837616067, 8.382000359743586, 7.048748406613271, 5.665835402050419, 5.308234490590678, 4.992078077828978, 5.912900424837886, 8.553411085655739, 10.527709181366758, 12.358346795306373, 14.761145867581604, 16.435927361728943, 19.18402835457846, 21.378416375420585, 23.023742303161526, 24.546543409938465, 26.37004967622181, 28.165547316202943, 31.293418409965454, 30.005435011522792, 31.101078728975097, 32.13274702325006, 33.77548912937641, 36.51397830581968, 40.29235232927229, 41.059850701671195, 41.125944858572495, 40.01583, 38.382959832519845, 33.91868452325721, 33.18446577325426, 34.81477, 34.87857425307874, 34.94391, 36.23129, 37.012730000000005, 37.14197, 36.53957903508969, 37.17604, 39.593450000000004, 40.4356, 39.7626, 42.09309, 43.01604000000001, 43.949750000000016, 44.53224856952364, 43.69839765806197, 44.17478966436946, 43.45283125181098, 46.25002485533779, 46.821340000000006, 45.555170000000004, 45.56200483580378, 46.34915000000001, 47.89416000000001, 48.13876000000001, 53.717430000000014, 54.47171000000001, 53.485820000000004, 54.75301463713508, 55.44268, 57.31702, 58.802, 59.94142, 61.07784000000001, 60.03000000000001, 60.55003055200956, 63.504010451109934, 64.888115, 68.51216000000001, 69.18068000000001, 68.16444000000001, 68.13522, 66.93008000000002, 67.25976, 66.72492000000001, 66.69466, 68.54006, 69.19636, 69.94000000000001, 72.58754, 72.79603, 71.84811000000002, 72.47011000000002, 72.79188, 72.56469770700558, 73.66787000000001, 73.23870000000001, 71.28000000000002, 72.42301, 72.82077000000001, 73.92099000000002, 74.18651000000001, 75.052, 74.46926, 74.93584, 73.84236000000001, 73.60187, 74.3998, 73.10110000000002, 74.89082000000002, 74.65926000000002, 75.15801, 75.68351000000001, 75.28898, 76.35911, 75.90313, 77.57663984569749, 79.65201704297142, 81.50001793816108, 80.61071821485025, 80.5110860533915, 82.24999800001305, 84.655225864606, 86.822328729198, 86.00956180211142, 87.16680382685564, 88.31567426956859, 90.25994835811801, 92.90061404823274, 93.2342370951091, 95.86001997272373, 96.67821292520098, 98.92257205606934, 100.75966922404542, 101.03531131389028, 101.99080854696703, 104.35159467978896, 106.06663211469166, 104.70500980023309, 106.97014285688276, 107.23999718631096, 108.15373986209585, 111.07726000000001, 113.33151000000001, 114.13417, 113.88539, 112.77919396367685, 110.15125, 109.39999999999999, 110.64, 112.11919, 113.01954, 113.52958000000001, 113.96881, 115.56782, 118.77633, 119.02, 123.20067671111434, 123.25777000000001, 125.38000000000001, 126.97644000000001, 128.59126, 129.05157, 128.46, 129.71599, 131.28855512911548, 132.2535, 133.85766, 135.56193, 137.49755000000002, 138.23409, 139.86983, 139.14791, 140.46817000000001, 149.50000166239147, 150.3511641786709, 152.96888553284805, 157.00688000000002, 158.99779, 159.83031, 159.70866, 160.94053000000002, 162.27907, 164.05248, 165.94037000000003, 167.86295235868673, 169.57763000000003, 170.81688, 170.00820000000002, 170.45345000000003, 173.64391, 175.72403000000003, 178.59998253815886, 180.00000044181039]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y96", "yaxis": "y", "legendgroup": "y96", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [64.97970870219841, 64.53493, 64.60821, 64.07593, 63.25197000000001, 62.982620000000004, 62.568940000000005, 62.30410431583773, 62.52190000000001, 61.76915, 61.65261, 60.949999999999996, 60.336180000000006, 59.88177, 60.57356395124748, 59.78855, 60.16, 59.7316, 59.868697414786325, 59.21101, 58.243280000000006, 57.83912, 57.615030000000004, 56.15923391379492, 56.11586812995312, 55.28568, 54.85514, 54.34433177348818, 53.20257, 52.95868, 51.94269, 51.011050000000004, 51.7, 53.158951931361045, 55.38101268169545, 56.767920000000004, 57.364715888083595, 57.83202586529901, 58.055749999999996, 59.314777737049724, 60.343, 61.14089366316381, 62.55060089786997, 62.46626496036962, 61.64249095320487, 60.54423, 61.773959999999995, 61.43442, 59.75818, 59.14495, 58.88385, 58.78089, 59.50396, 59.65573, 59.16448, 59.33637, 59.03998, 57.0880402695929, 54.72959, 54.60355, 53.977320000000006, 53.75501373963166, 54.25455, 54.1896642116386, 53.08957, 52.23877553975579, 51.23967, 50.04553, 48.44670726174584, 46.999663804708796, 46.30794892026593, 45.143498033217, 43.988994859384256, 43.398204047207415, 42.81146983496548, 42.798499050460215, 43.284541734381435, 42.55275177669621, 42.22000722916885, 42.28000356705971, 41.94136790625106, 41.60110443782523, 40.88282786718433, 40.66180776627199, 40.485436102859815, 40.18984691015031, 40.02541250259756, 39.7568500839767, 39.32393077245153, 39.213472398427655, 39.05089834243742, 38.61224294692785, 37.43239248305595, 36.78418915460283, 35.63214061130395, 35.082484239231434, 34.89037710218639, 34.47567373304412, 34.39004588473648, 34.934560451795946, 35.6845405136479, 36.72548472751926, 36.893924058574626, 37.74968577732804, 37.94001007745902, 37.75208873142962, 37.669070542952724, 37.85722443292744, 37.94882090916478, 38.10834605564979, 38.54847422947968, 38.66585724543067, 38.84855927179859, 39.387957872061165, 39.55138458918421, 39.66034434667162, 39.928493353834156, 39.63778758397622, 39.170451768544666, 38.897471014962846, 39.36085358332407, 39.75026133885949, 40.422442531896024, 40.94638987890333, 40.59338816991754, 39.898055935214245, 39.252333075511146, 39.2042739934797, 38.73763580988408, 38.06147553156106, 37.89732534438593, 37.44846385349871, 37.15638865818505, 37.87042776137801, 37.48112335870718, 37.45448415786072, 36.93061432550185, 36.651329047180425, 36.111439520811075, 35.60979055433772, 34.90985911716044, 34.36033193616865, 33.37672272392514, 32.46031871187719, 31.692174384074647, 30.949351508095106, 30.6762674016487, 30.14291494396429, 29.83252045340315, 29.01802236583478, 28.225512600206617, 28.135673122667185, 27.05320689544932, 25.740780544532612, 24.54739085540024, 23.624501451099658, 22.78287323657807, 22.668074042241667, 22.22376007739615, 22.5483397486214, 22.051367499270455, 21.550493679281473, 21.397143866455338, 20.56541168871763, 20.34103261970633, 20.282457383703488, 21.008227037026703, 21.395050970947523, 21.715212307211814, 21.55237986906012, 20.69685069425202, 19.752050482659698, 19.05816518806057, 18.004120998603227, 16.697456569887052, 16.07974233648615, 15.27669057867044, 13.426028347217724, 11.666859239137764, 11.008320624226272, 10.364483954301832, 9.53083974856932, 8.599759629750494, 9.241038316276502, 9.918490505406808, 10.48654368737523, 10.632555446815928, 11.153660590047165, 12.186594956913282, 12.645740057826572, 12.627084865769206, 13.412721665902566, 13.406856390837433, 12.307001044153354, 10.846366685423547, 9.963061428258555, 9.239255479362427, 9.20786204674512, 8.295152899606052, 7.429572658717177, 6.856868597842478, 6.74062246340192, 6.221636053894628, 6.128205064310919, 5.524495144061106, 4.8550011255037475, 4.181605536308339, 3.726697902842986, 3.3828687605890053, 2.7910185815501762, 2.515454006353764, 1.6311410587590842, 1.2930480004894918, 1.2263337264006822, 1.9671153833046873, 2.760813706875581, 3.270291652841152, 3.9391397159948696, 4.767280381688295, 5.312492580583708, 6.0405618351439045, 6.4644894474502905, 6.8482127954335965, 7.34345388430276, 7.907993068875328, 8.382305202666288, 7.794511623562386, 8.350007432483878, 8.973922837759801, 9.932959906448545, 10.67526601810515, 11.441291612183749, 12.032986761925685, 13.122377631070677, 13.640459703012851, 14.837285874892642, 16.10056793869977, 16.92873444260934, 16.42724050543285, 15.7143899601826, 15.80345429123764, 16.037936102762018, 17.277240301985728, 18.2135139022499, 19.366492621330025, 19.726961574781996, 19.855144965081976, 20.670883287025347, 21.19219513598577, 21.701569729086767, 22.182935695885565, 22.76501902922122, 22.80501658781513, 22.392793687422866, 21.83636770272011, 22.039146023033425, 21.857115790285306, 21.9661789006373, 22.055708319582976, 21.690588487224748, 21.703171698487807, 21.49556163175521, 20.743307806882413, 20.151638495356607, 19.4785788029711, 18.302009792549725, 17.67122142177898, 17.016636053937816, 16.556664130107848, 16.310219224507904, 15.951972357644493, 15.89918488205835, 15.136414903214147, 13.835770778859981, 13.006260687710835, 12.056215318240888, 10.35727509199711, 10.30885427493962, 9.546135972527722, 9.216543687370148, 8.933046779816934, 8.252959092639742, 7.965534776232332, 8.89927623131419, 10.299630031775521, 11.308250637248307, 11.781245022015824, 12.741935736537897, 13.99258291264968, 14.617221787977698, 15.99065216721496, 17.928570054592498, 19.208233547436166, 20.419503282141534, 21.356009426351008, 20.757441311114235, 20.877330634031384, 22.0892980005727, 22.450774644454338, 22.84317963306269, 23.69196503345671, 23.94484365487699, 24.663611151624647, 25.42514089609385, 25.23703868255143, 25.21840932871021, 25.0782370061185, 25.380156561783778, 25.60996165618573, 25.73990204518364, 26.966106268821363, 27.143304755150197, 26.964633490501043, 26.480657863871514, 26.81236888275305, 27.580849107365495, 27.865689602158298, 28.814520575469388, 30.147772528599717, 29.985715236932407, 30.317090359004037, 29.926778265903522, 29.975819200148504, 29.534476630159762, 29.306299343375002, 28.55200429942667, 27.689627997339883, 27.46121816660981, 27.109999294538085, 26.689663194275997, 26.277026882425375, 25.94397227630425, 25.608049628190926, 25.327808335872103, 24.999895534764022, 24.754742539971378, 25.482424221289396, 26.006991685484195, 26.11458201751587, 25.80111277923338, 25.21567047779874, 24.62738597258806, 24.245497137951105, 24.29407298430547, 24.019826158132506, 24.177439276622707, 24.15131684009917, 24.121757920828216, 24.79789236093509, 25.43914520924494, 26.05546417897398, 26.39593435312898, 26.309117946878633, 25.895990708921246, 25.71460643157677, 24.924732163995486, 24.241673081961505, 23.878594468678813, 23.74793060962881, 23.56566783293536, 22.992395331305474, 22.6602709009656, 22.533611965418217, 22.310524807214193, 21.714540513592027, 21.43388580981485, 21.114034532144302, 20.428985907467094, 20.481437486243337, 20.24300242764863, 19.73600495043307, 19.067570298737678, 18.94470958096376, 18.947991034414287, 18.574267076079465, 18.087113348863966, 17.876066799383963, 17.884128322821496, 17.632309068263197, 17.22835439703762, 16.95069692633338, 17.044980577049913, 16.707662665264706, 16.651051133688952, 16.382411200419654, 15.93843313238402, 15.597420355689948, 15.175249742081492, 14.708766587782748, 14.00320241948566, 13.948089504446372, 14.007233181204427, 13.592219753468383, 13.39969920496502, 13.347764390511685, 13.290946153206763, 13.026905422411433, 12.95393830001531, 12.69958690027471, 12.721652736863348, 12.585950425664876, 12.636800035040084, 13.220950425667425, 13.767583726450852, 14.06263031662131, 14.802249253798749, 15.213335272680595, 15.261962795467255, 15.718885809791999, 15.911742255105267, 16.347891343648683, 16.774635321514964, 17.075805568912003, 17.474721787989125, 17.833046169500975, 18.67159963630121, 19.486485297111756, 20.17463450772649, 20.338862209550058, 21.291904812092934, 21.986875311770195, 22.57965566659027, 23.688451036060854, 24.078685614512935, 24.285494696545015, 24.85848297779731, 25.084541530858107, 25.60295949961018, 25.826227525327223, 26.57013560638488, 27.376520494083422, 28.06335195567472, 28.058546047471566, 28.6074272730597, 28.957483425404845, 29.356554673778845, 29.501326198844524, 29.09941274669448, 28.343980821235732, 27.823314927678965, 27.648700262964724, 27.97136790619518, 28.4176455754678, 29.85107229259593, 29.760431830355984, 28.705224921172075, 27.699885769149816, 26.142280585224313, 25.59856700286538, 25.033743597915205, 23.926705227142534, 23.7523747828059, 23.102440293871012, 22.204846503177325, 22, 21.018846543862676, 20.837436428302052, 19.807964382399504, 18.614083767160352, 18.367871405505724, 17.998307399970386, 16.840626125551694, 15.922723496967292, 15.435647284400234, 14.491079616753225, 13.921036892141572, 13.343992010954366, 13.000421250861848, 12.699638576707, 12.390148423710968, 11.97492829024577, 11.735640570518257, 11.462039699748928, 11.277709865763812, 10.864169216348103, 10.445538438351631, 10.4422053084688, 10.69802948652972, 10.81654938399113, 11.127228094929876, 11.193063869669729, 11.37548167566004, 11.41062164961852, 11.430336208537868, 11.578905951376996, 11.679571641481573, 12.021902167199087, 12.024641018110557, 11.748146267132881, 11.166502183471707, 10.640901190631055, 10.279734605343151, 9.198741156445607, 8.081729234240612, 6.8046495630115515, 5.339105943214022, 4.21940684652985, 2.8552782251051245, 2.045766913252919, 1.052804266764582, 0.2921788598604991, -0.9191683894933078, -1.4464747045995878, -1.6832561173609477, -2.0825599096802563, -2.49979, -2.57309, -3.2776807592944124, -3.6811703426293576, -4.346556084819518, -4.67677, -5.908941338732021, -6.475676771676994, -6.839995619334701, -7.099979750195118, -7.703922214390246, -8.007831312698748, -8.485528252804826, -9.11236337650525, -10.09840138106649, -10.317096042525698, -10.765440769089993, -11.761710707245015, -12.639176527561027, -14.201975192931862, -14.691764418194241, -15.406294447493972, -16.10077402106446, -16.72089120856694, -17.101023044505958, -17.586368096591237, -18.65968759529345, -18.842260430580637, -19.552811374593894, -19.784011732667736, -20.49704314543101, -21.25436126066841, -21.840837090748877, -22.14, -22.090000000000003, -23.070787855727758, -23.5353589820317, -23.706563002214683, -24.12260995859655, -24.478350518493805, -24.81631438568266, -25.357573337507738, -25.727318210556092, -26.148584486599447, -26.215867201443466, -26.742191664336197, -27.470157566031816, -28.301011244420557, -28.75240488049007, -29.257386976846256, -29.401977634398914, -29.909956963828037, -30.42377573010613, -31.140269463832958, -32.1720411109725, -32.771952813448856, -33.2269637997788, -33.61495045342619, -33.6670402971764, -33.94464609144834, -33.796851495093584, -33.98717579522455, -33.794474379208154, -33.91643075941698, -33.86408253350531, -34.258838799782936, -34.417175388325234, -34.79513681410799, -34.81916635512371, -34.46259897230979, -34.444305515278465, -33.99787281670897, -34.13652068454807, -33.86775156019803, -33.28143075941444, -32.61129078545343, -32.42913136162457, -31.66163298922567, -30.725721123987547, -29.878641045859162, -29.875953871379984, -28.5767050106977, -27.821247247022804, -27.090955905874047, -26.117371921495156, -25.39292001719538, -23.853014011329847, -22.65665292734069, -22.111208184499958, -21.699036960539978, -20.872834161057504, -19.673165785401665, -19.0453488094877, -18.069129327061916, -17.301889336824473, -16.67314218512925, -15.793816013250735, -14.878316338767904, -14.449143568583892, -13.54769988368445, -13.137905775609902, -12.483630466362492, -12.03864470789717, -11.297863050993165, -10.73107594161589, -10.373578383020714, -9.766897067914122, -9.166933689005468, -8.959091078327553, -8.562629489784307, -7.596538588087733, -6.927122084178805, -6.294447523629394, -6.10009246177966, -5.789930515163839, -5.037986748884791, -3.978826592630547, -2.9694825171056816, -2.144313246269043, -1.111301364754496, -0.7790735815500369, -0.45935149496021666, 0.2686660831676875, 1.010119533691494, 1.1609113631191832, 2.2838660750377358, 3.073404445809117, 3.734526882335203, 3.9041289331171356, 4.35221527751996, 4.495617377129918, 4.7719829370268485, 4.412108262546241, 4.4646890324032285, 4.240594183769517, 4.262453314628985, 4.887970689305959, 5.611802476418234, 6.2706511499234665, 6.258300482605719, 6.258817246928629, 6.142157701029731, 5.928837388528876, 5.3434726017426755, 5.000547797053812, 4.710462144383371, 4.994475816259509, 4.984295559098015, 5.179813340674315, 5.168263658057086, 4.993700669775137, 4.705087795425015, 4.338288479017308, 4.364565944837722, 4.355755113131963, 4.8324185245922, 5.593560695819207, 6.140710760925558, 6.7859168563057475, 6.860098374860726, 7.26294200279203, 7.798645738145738, 8.163946438016978, 8.903048610871508, 9.49474376061346, 9.886166897008252, 10.015719712763968, 10.214467271358515, 10.656300767454042, 10.87657156009814, 11.040411688679526, 11.458474025920795, 11.52459402103824, 11.80651479740655, 11.95870189050612, 12.170911159712702, 12.384851589401052, 13.15139394780256, 13.594958604379855, 14.373515733289224, 14.729540513564073, 14.919477240452862, 15.621527411354108, 16.13503611903846, 16.673892116761962, 17.166962795474873, 18.108481553616656, 19.096715806550307], "type": "scatter", "x": [180.00000000000006, 178.7072, 177.41128, 178.31300000000002, 178.90825, 179.37034, 179.48636000000002, 179.22826460196347, 177.36430000000001, 174.56929, 173.68013, 172.15, 170.6985, 170.33085, 168.9004195498388, 166.29498, 165.84000000000003, 164.87673999999998, 163.53929975815072, 163.21711000000002, 162.01733, 162.05297, 163.19191, 163.05793379135196, 162.12634451087916, 161.70146, 162.11749, 160.36874393131512, 160.02173000000002, 158.53094000000002, 158.23118, 156.78979, 156.42, 155.99185346905801, 155.4336446474412, 155.91442, 156.75816328351425, 156.81035648012903, 158.36433, 160.15066938704342, 161.87204, 163.66967939682314, 164.47355797755552, 163.2583866722121, 162.65790652898056, 160.12148, 159.30232, 156.72068, 154.21806, 155.04375000000002, 152.81185000000002, 151.26573000000002, 151.33815, 149.78371, 148.54481, 145.48722, 142.19782, 138.95847456273992, 135.12619, 136.70171000000002, 137.19342, 138.16472456273675, 138.80463, 139.90151777563432, 141.34531, 141.3792053570204, 140.59742, 140.51308, 140.0619730979006, 138.55472659724347, 138.21970828669527, 136.86237511611694, 135.51537723199698, 134.86942182834855, 133.5368933452703, 132.90623416558026, 132.27805545464025, 130.93586347872343, 130.78000735893113, 130.40003055228902, 129.96594852103726, 129.66736209525482, 129.70518924369247, 129.18811486218, 129.01039961152821, 128.63336836152672, 127.96741417858135, 127.53343550019417, 127.5021195822253, 127.38543419811027, 127.78334272675772, 128.34971642467661, 129.21291954968007, 129.46044966035817, 129.4683044780665, 129.0913765809296, 128.1858504578791, 127.3865194031884, 126.48574751190876, 126.37391971242914, 126.55923139862779, 126.11739790253229, 126.86014326386339, 126.17475874237624, 125.68910363169721, 125.5684391622957, 125.2753304383362, 125.24008711151316, 124.98103315643397, 124.71216067921938, 124.98599409393398, 125.2219486837787, 125.13285851450752, 125.3865897970606, 125.32111575734682, 124.7374821310424, 124.26562462778531, 122.86757042856095, 122.1313879741309, 121.05455447803286, 121.58599490772248, 121.37675703337268, 122.16859500538106, 121.64035851449353, 120.76862877816194, 119.63960208544907, 119.02346398323306, 118.04274865119791, 117.53270226447711, 118.05969852098964, 118.87814985562832, 118.91163618375344, 119.70280236214205, 120.8234574728236, 121.711258579598, 122.35793745329849, 122.5199947449658, 121.10416385303307, 120.63700890511453, 119.66456180224606, 119.1512081238586, 120.22752485563373, 120.62036909391655, 121.22901411345023, 121.90814578663003, 121.89191938689038, 121.26425744027328, 121.50351932178467, 122.0921138855891, 121.93842817595306, 121.68443851123851, 121.12566124886649, 120.39547326058232, 119.5854968608395, 118.65687137255452, 117.28160647997088, 115.89073530483512, 114.76382734584624, 114.15254682826564, 113.80677981980074, 113.24107791550159, 111.84359215703248, 110.78546552942407, 110.5093583516886, 110.44403934127168, 109.88986128137361, 109.62765506392466, 109.86448815311832, 108.5228129415244, 108.05018029178294, 106.7150679870901, 105.88168216351903, 105.66200564984631, 106.42681684776602, 107.36195356651974, 108.26949507042963, 108.87710656131748, 109.33526981001722, 109.20013593957398, 108.36612999881545, 107.22092858279524, 106.40511274620343, 105.15826378786511, 104.79518517458239, 105.07620161338562, 104.33433475140347, 103.4972799011397, 103.09068973186726, 102.5849324890267, 101.68715783081996, 100.83180952352487, 100.9784672383692, 100.09779747925111, 100.01873253784456, 99.47892052612363, 99.15377241414316, 99.22239871622676, 99.87383182169813, 100.27964684448622, 100.45927412313276, 101.01732791545273, 101.62307905477806, 102.14118696493638, 102.37114708863521, 102.96170535686673, 103.38121463421217, 103.43857547405612, 103.33212202353486, 103.42942874554049, 103.50244754436889, 103.8546741068703, 104.24793175661145, 104.22881147666348, 103.51970747275439, 102.57361535035477, 101.39063846232919, 101.27353966675582, 100.69543541870664, 100.55740766805502, 100.19670617065775, 100.30626020711652, 100.0857568705271, 99.69069054565576, 99.51964155476963, 98.9882528015123, 98.503786248776, 98.339661899817, 98.15000939330582, 98.25915001830626, 98.55355065307305, 98.45717410684873, 98.76454552612078, 98.42833865762985, 98.50957400919268, 98.1036039571077, 97.77773237507517, 97.59707156778276, 97.1645398294998, 96.505768670643, 95.3693522481124, 94.80840457558412, 94.18880415240454, 94.53348595579135, 94.32481652219676, 93.54098839719364, 93.66325483599621, 93.07827762245219, 92.36855350135562, 92.08288618364614, 92.02521528520839, 91.83489098507744, 91.41708702999766, 90.49600630082728, 90.58695682166098, 90.27297081905556, 89.84746707556428, 89.70204959509493, 89.41886274613549, 89.03196129756623, 88.88876590368542, 88.20849734899522, 86.97570438024027, 87.03316857294887, 86.49935102737379, 85.0602657409097, 83.94100589390001, 83.18921715691785, 82.19279218946592, 82.19124189649719, 81.69271935417748, 80.79199913933014, 80.32489586784388, 80.02506920768644, 80.2332735533904, 80.28629357292186, 79.8625468281285, 79.85799930208682, 79.340511509116, 78.88534549348918, 79.1897196796883, 78.2779407083305, 77.94116539908435, 77.53989790233794, 76.59297895702167, 76.13006147655108, 75.7464673196485, 75.39610110870959, 74.86481570831683, 74.61671715688354, 74.44385949086723, 73.5341992532334, 73.11990929554943, 72.82090945830865, 72.8244751321368, 72.6305334817454, 71.17527347197395, 70.4704586119451, 69.16413008003883, 69.6449276060824, 69.34959679553435, 68.1766451353734, 67.44366661974547, 67.14544192898907, 66.37282758979327, 64.53040774929113, 62.90570071803461, 61.49736290878419, 59.616134067630846, 58.525761346272304, 57.39725141788239, 56.970765822177555, 56.492138706290206, 55.723710158110066, 54.71508955263727, 53.49309695823135, 52.48359785340961, 51.52076256694742, 50.85294803243954, 50.115008579311585, 49.576850213423995, 48.94133344909855, 48.567971225789755, 47.974519077349896, 48.18318851094449, 48.09394331237642, 48.416094191283946, 48.80759484232718, 49.29955447774583, 49.47091352722566, 50.15242231629088, 50.212935418504685, 50.11330325704594, 50.239858839728754, 50.527386509000735, 50.66055667501689, 50.81010827006958, 50.74391076030369, 51.013351678273494, 51.28646162293606, 51.58907881043726, 51.60670047384881, 51.38960778179063, 51.57951867046327, 51.757440626844186, 51.79438927593287, 52.57708051942561, 53.404006788960146, 54.00800092958758, 54.69302371604863, 55.43902469261414, 56.07082075381456, 56.36201744977927, 56.48567915225374, 56.39142133975335, 56.261041701080956, 56.396847365144005, 56.845140415276006, 57.4034525897574, 58.13694786970825, 58.72921146020542, 59.18050174341033, 59.45009769067703, 59.80806033716286, 59.806148309168066, 59.442191196536385, 59.28240766788991, 58.86114139184656, 58.48798587426694, 58.034318475176605, 57.826372511634105, 57.665762160070955, 57.788700392493325, 57.694390903560645, 57.234263950433814, 56.60965091332193, 56.51218916201947, 56.28352094912793, 55.66149173363064, 55.26993940615512, 55.27490034365513, 54.79100223167404, 54.23925296409371, 53.570508253804576, 53.10857262554751, 52.38520592632588, 52.19172936382509, 52.1681649107, 51.172515089732485, 49.57457645040315, 48.67923058451416, 48.23894738138742, 47.938914015500785, 47.354453566279716, 46.717076450391744, 45.87759280781027, 45.62505008319988, 45.406458774605255, 45.14435591002086, 44.989533318874415, 44.49457645038285, 44.17511274595449, 43.48295861183713, 43.22287112811213, 43.25144819516953, 43.08794396339806, 42.892245314308724, 42.60487267433362, 42.80501549660005, 42.70243777850066, 42.823670688657415, 42.77933230975097, 42.649572788266084, 42.34798912941071, 42.270887892431226, 41.75438195167396, 41.22139122901558, 40.93934126156654, 40.247652215339826, 39.80168460466095, 39.139399448408284, 39.023695916506796, 39.06632897314759, 38.49277225114008, 38.02386030452362, 37.483634881344386, 37.154817742671185, 37.209491408036, 36.93162723160259, 36.639603712721225, 36.249136590323815, 35.64018151219639, 35.13018680190788, 34.63233605320798, 34.787778761541944, 34.832220493312946, 34.95603722508426, 34.92260257339143, 34.64174116388509, 34.42656049982173, 34.15453576023731, 33.92137169773639, 33.5881103858861, 33.136768426248864, 32.42322024916268, 32.32043582533416, 32.73482913588268, 33.348745151510144, 34.104564650211074, 34.47389611180108, 34.79506513849509, 35.692426385243465, 35.493730503081224, 35.525976596831356, 36.690711704257865, 36.86623, 37.188717482254674, 36.969402703607955, 37.11471683121269, 37.48177452978189, 37.86273318863758, 38.41008995947308, 38.990622999839985, 39.26611006038797, 39.81429365414016, 41.17927493669771, 41.73495161313221, 42.276830682144805, 42.58957645037524, 43.0812260272001, 43.317852410664585, 43.28638146339884, 42.71587365089656, 43.14530480324203, 43.470659620951665, 43.66666832863473, 44.11780358254279, 44.614259067570835, 45.556940545439176, 46.64540123880291, 47.525657586462664, 48.02159630716778, 48.378783807169214, 48.94820641459336, 49.2677734718863, 49.728623895065255, 50.25877241394758, 50.73202518087655, 51.11122684103432, 51.13386111837815, 51.04151533387258, 51.04528771342987, 50.83418948751759, 50.552397902229984, 50.07092858256661, 49.45272342305893, 48.594532911987784, 47.74078657409376, 46.564734327995296, 45.56396854023086, 44.06814253111031, 43.13595136899721, 42.04159956235219, 41.81096764503357, 41.58514163591809, 40.88477094906631, 40.63785000000001, 40.26304000000001, 40.1211999855216, 39.80008263525991, 39.6049007504935, 39.20222, 38.74050906754732, 38.79978193538611, 39.440001255050134, 39.4699735857794, 39.19469323096061, 39.25200239437228, 39.18652835465849, 39.535757684086974, 39.949582553880276, 40.31658857601719, 40.47838748552303, 40.437253045418686, 40.56081139502857, 40.59962039567975, 40.775475294768995, 40.4772506040126, 40.08926395036522, 39.45255862809705, 38.53835086442152, 37.41113284683888, 36.28127933120936, 35.89649661636406, 35.198399692533144, 34.78638349787005, 34.70189253107284, 35.176127150215365, 35.37342776870574, 35.385848253705404, 35.562545536369086, 35.533934767404304, 35.37177412287238, 35.60747033055563, 35.45874555841962, 35.04073489761066, 34.21582400893547, 33.01321007663901, 32.574632195777866, 32.66036339695009, 32.91595503106569, 32.830120477028885, 32.580264926897684, 32.46213260267845, 32.20338870619304, 31.521001417778876, 31.325561150851, 30.901762729625347, 30.62281334811382, 30.05571618014278, 28.92555260591954, 28.2197558936771, 27.464608188595975, 26.419452345492825, 25.90966434093349, 25.780628289500697, 25.172861769315972, 24.677853224392123, 23.594043409934642, 22.988188917744736, 22.574157342222236, 21.542799106541025, 20.689052768647002, 20.071261020597632, 19.61640506356457, 19.193278435958717, 18.85531456876987, 18.42464318204938, 18.377410922934615, 18.24449913907992, 18.250080193767445, 17.92519046394844, 18.247909783611192, 18.22176150887148, 17.56691775886887, 17.064416131262703, 17.062917514726223, 16.344976840895242, 15.601818068105816, 15.21047244635946, 14.989710727608553, 14.743214145576331, 14.408144158595833, 14.385716586981149, 14.257714064194175, 13.86864220546866, 13.35249799973744, 12.826845330464494, 12.608564080463621, 11.794918654028066, 11.734198846085121, 11.64009606288161, 11.778537224991537, 12.12358076340439, 12.175618930722294, 12.50009524908299, 12.738478631245385, 13.312913852601866, 13.6337211442698, 13.738727654686897, 13.686379428775238, 13.387327915102162, 13.120987583069846, 12.875369500386569, 12.92906131353783, 13.236432732809874, 12.93304039882429, 12.728298374083892, 12.227347039446471, 12.32243167486351, 12.182336866920252, 11.91496300624209, 11.093772820691925, 10.06613528813574, 9.40524539555497, 8.79799563969317, 8.830086704146424, 9.048419630579588, 9.29135053878369, 9.492888624721985, 9.305613234096256, 9.649158155972628, 9.795195753629457, 9.404366896206, 8.948115675501072, 8.744923943729418, 8.48881554529089, 8.500287713259695, 7.462108188515941, 7.0825964697644395, 6.6980721370806, 5.898172641634687, 5.3628048030908815, 5.033574252959369, 4.325607130560684, 3.574180128604553, 2.6917016943562544, 1.8652405127123188, 1.0601216976049272, -0.5076379052659377, -1.0636246402941936, -1.9647065901675944, -2.856125047202397, -3.3110843571000714, -4.008819545904942, -4.649917364917911, -5.8344962223445265, -6.528769090185847, -7.5189412093304355, -7.7121593896697505, -7.974107224957251, -9.004793667018674, -9.913420376006684, -10.765383876986645, -11.438779466182055, -11.70819454593574, -12.428098924193819, -12.949049038128194, -13.124025437868482, -13.246550258832515, -13.685153977909792, -14.074044969122282, -14.33007585291237, -14.579698859098258, -14.693231980843505, -14.839553798877944, -15.130311245168173, -15.664180467175527, -16.085214199273565, -16.314786749730203, -16.30894731288123, -16.61383826340328, -16.677451951554573, -16.841524624081273, -16.71372880702347, -17.126106736712615, -17.62504269049066, -17.18517289882223, -16.700706346085923, -16.463098110407884, -16.549707810929064, -16.270551723688357, -16.14634741867485, -16.256883307347167]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y97", "yaxis": "y", "legendgroup": "y97", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [68.19999766709829, 68.96364614529146], "type": "scatter", "x": [-177.55000973214604, -179.99998938710377]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y98", "yaxis": "y", "legendgroup": "y98", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-16.067132663642447, -16.020882256741224, -16.501783135649397, -16.555216566639196], "type": "scatter", "x": [-179.99998938710377, -179.7933094961524, -179.91735877186903, -179.99998938710377]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y99", "yaxis": "y", "legendgroup": "y99", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8.432094821815035, -8.398246758663852, -8.273344821814398, -8.397316582882603, -8.668256117388893, -9.106007175333353, -9.393173109579294, -10.140000909061449, -10.359987481327956, -10.239994805546223, -9.900015557497987, -9.290026950724716, -8.892790215697083, -8.65688730228468, -8.432094821815035], "type": "scatter", "x": [125.94707238169826, 126.64470421763855, 126.95724328013983, 127.33592817597463, 126.96799197805655, 125.9258850444586, 125.08852013560109, 124.43595014861933, 123.57998172413669, 123.459989048355, 123.55000939340744, 123.9800089865081, 124.96868248911623, 125.08624637258026, 125.94707238169826]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y100", "yaxis": "y", "legendgroup": "y100", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-84.71337999999999, -84.7214433735525, -84.13941171664914, -84.45293263136392, -84.09925912875835, -84.11791432081571, -84.53432301222364, -84.11791432081571, -84.06101856886238, -83.88464690545021, -84.11791432081571, -84.23739023227454, -84.57049651482794, -84.8252096495946, -85.13873056430938, -85.3739100076697, -85.09955982863215, -85.29551685988292, -85.60903777459774, -85.31510222772157, -85.040752048684, -84.57049651482794, -84.53127410271841, -84.29614633579038, -83.90423227328883, -83.6886898741994, -83.23801970818201, -82.82652027784181, -82.45419158317885, -82.04269215283867, -81.7683936502334, -81.41565032340905, -81.10212940869428, -81.16093718864245, -81.00415089306888, -81.33730885205459, -81.04337330517842, -80.67104461051547, -80.33793832796205, -79.92643889762186, -79.65208871858431, -79.35820484814043, -79.29939706819228, -79.16224781688965, -79.06426930126425, -78.6919406066013, -78.3784196918865, -78.02567636506218, -76.8892082660993, -76.98723845815698, -77.30075937287178, -77.2027291808141, -77.06557992951147, -77.49666472769027, -77.39873788849718, -77.18314381297547, -76.90884531037021, -76.5757390278168, -76.47776051219141, -76.10543181752845, -75.73315479929781, -75.38041147247347, -75.20403980906131, -75.53719776804702, -75.34124073679624, -75.0864759255973, -75.06689055775868, -74.96891204213328, -74.73378427520527, -74.51824187611587, -74.30269947702645, -74.36145558054231, -74.43984872832908, -74.30269947702645, -74.47901946400633, -74.45943409616771, -74.32228484486507, -74.42026336049047, -74.51824187611587, -74.47901946400633, -74.49860483184494, -74.51824187611587, -74.47901946400633, -74.18508391713016, -74.0283492979889, -74.2438916970783, -74.06752003366614, -73.7148283832741, -74.0283492979889, -74.38104094838093, -74.71419890736664, -74.42026336049047, -74.79254037872113, -74.91010426218513, -75.18445444122268, -75.12569833770684, -74.94932667429467, -74.9884974099719, -75.12569833770684, -75.3020183246867, -74.8709335265079, -74.53782724395448, -74.18508391713016, -74.10674244577567, -73.73441375111273, -73.36208505644977, -72.61753101998846, -72.7546802712911, -72.81343637480695, -72.7546802712911, -72.91141489043235, -73.20535043730852, -73.55804208770056, -73.61684986764871, -73.47970061634608, -73.2837435850953, -73.16617970163128, -73.40130746855931, -73.32291432077254, -72.55872324004031, -73.00939340605774, -73.18576506946991, -73.08778655384451, -73.47970061634608, -73.51887135202333, -73.63643523548733, -73.85197763457674, -73.47970061634608, -73.12695728952176, -73.51887135202333, -73.42089283639793, -73.63643523548733, -73.96954151804074, -73.87161467884765, -73.65602060332596, -73.40130746855931, -73.26415821725668, -73.14654265736037, -73.00939340605774, -72.79385100696834, -72.48033009225354, -72.04924529407474, -71.63774586373454, -71.24583180123298, -70.85391773873141, -70.46205535266213, -70.10931202583781, -69.71739796333624, -69.32553557726696, -68.95320688260401, -68.54170745226382, -68.14984506619454, -67.71876026801574, -67.32684620551417, -66.87617603949674, -66.58224049262057, -66.20996347438991, -65.89639088324283, -65.60250701279894, -65.17142221462014, -64.89707203558258, -64.64230722438364, -64.58355112086778, -64.27003020615298, -64.0740731749022, -63.95650929143819, -63.701744480239256, -63.388223565524456, -63.27065968206045, -63.525424493259386, -63.858530775812795, -64.15246632268898, -64.36800872177838, -64.21122242620484, -64.30920094183023, -64.54432870875826, -64.79909351995718, -65.09302906683337, -65.48494312933494, -65.85722014756558, -66.190326430119, -66.42550587347932, -66.5038473448338, -66.83700530381951, -67.150474542102, -67.58161101671311, -67.95388803494376, -68.36533578885167, -68.67890837999875, -68.91398447049448, -69.22755706164156, -69.61941944771084, -69.9917481423738, -70.38366220487536, -70.71676848742878, -71.08904550565943, -72.01007455839749, -72.38235157662815, -72.77426563912971, -73.16617970163128, -73.69524301543548, -74.10674244577567, -74.43984872832908, -74.57699797963171, -74.92974130645605, -75.26284758900947, -75.63512460724012, -75.79191090281367, -76.00745330190307, -76.22299570099247, -76.63449513133266, -76.6736658670099, -76.63449513133266, -76.71288827911943, -76.71288827911943, -77.104802341621, -77.28107065216858, -77.55542083120613, -77.90811248159817, -78.22163339631297, -78.12365488068757, -78.3784196918865, -78.78991912222669, -79.18183318472826, -79.51493946728168, -79.88721648551234, -80.25954518017528, -80.41633147574883, -80.6906299783541, -81.00415089306888, -81.31767180778367, -81.47445810335722, -81.74875660596248, -82.04269215283867, -82.37585011182436, -82.84610564568042, -83.21843434034338, -82.86569101351904, -82.57175546664286, -82.25823455192807, -82.00352141716142, -81.72917123812387, -81.70958587028525, -81.84673512158787, -82.08191456494819, -81.65082976676938, -81.3568942198932, -81.33730885205459, -81.12171477653291, -80.9061723774435, -80.76902312614087, -80.5926514627287, -80.33793832796205, -79.98519500113773, -79.6325033507457, -79.26022633251503, -79.29939706819228, -79.45613168733352, -79.45613168733352, -79.08385466910288, -78.33924895620927, -78.12365488068757, -77.88852711375955, -77.65345102326381, -77.35951547638764, -77.06557992951147, -76.6736658670099, -76.49734588003003, -76.3601449522951, -76.28180348094062, -76.24258106883109, -76.10543181752845, -75.90947478627767, -75.67434701934965, -75.43921925242162, -75.12569833770684, -74.79254037872113, -74.49860483184494, -74.10674244577567, -73.87161467884765, -73.46011524850746, -73.14654265736037, -72.95058562610959, -72.71545785918157, -72.40193694446677, -72.01007455839749, -71.53976734810915, -71.2654171690716, -71.32422494901975, -71.65733123157317, -71.6965019672504, -71.32422494901975, -70.93231088651818, -71.03028940214357, -71.40261809680652, -71.46137420032238, -71.2850542133425, -71.1674386534462, -71.22624643339435, -71.63774586373454, -71.30463958118114, -71.12826791776897, -70.99111866646633, -70.85391773873141, -70.61878997180338, -70.46205535266213, -70.24651295357273, -69.8937696267484, -70.14853443794733, -70.01133351021241, -70.48164072050075, -70.83433237089278, -70.63837533964201, -70.24651295357273, -69.97216277453518, -70.03091887805104, -70.40324757271398, -70.03091887805104, -69.91335499458702, -69.87418425890978, -69.8937696267484, -70.01133351021241, -70.07014129016056, -70.40324757271398, -70.69718311959015, -70.520811456178, -70.48164072050075, -70.48164072050075, -70.46205535266213, -70.32485442492721, -70.2072905414632, -69.93294036242564, -69.75662037544576, -69.65864185982038, -69.38429168078282, -68.83564299914, -68.50258839301888, -68.65927133572784, -69.01201466255216, -69.24714242948019, -69.16874928169342, -69.52144093208545, -69.7762057432844, -69.54107797635636, -69.10994150174527, -68.93362151476539, -68.60051523221198, -68.46331430447705, -68.26740894965856, -68.05186655056916, -67.81673878364113, -67.60119638455173, -67.71876026801574, -67.36606861762371, -67.09171843858616, -67.11130380642477, -66.87617603949674, -66.52348438910471, -66.24913421006715, -66.05317717881637, -65.89639088324283, -65.81804941188835, -65.8768055154042, -65.9747840310296, -66.24913421006715, -66.68021900824596, -67.01332529079937, -67.28767546983693, -67.40523935330094, -67.6795895323385, -67.95388803494376, -68.01269581489191, -67.81673878364113, -67.40523935330094, -67.62073007595805, -67.73834563585436, -67.85590951931837, -67.93430266710514, -67.93430266710514, -68.97279225044264, -69.22755706164156, -69.678227227659, -69.93294036242564, -70.3052690570886, -70.69718311959015, -70.67754607531924, -71.06946013782081, -71.44178883248377, -71.85328826282395, -72.16680917753874, -72.26478769316414, -72.08841602975197, -71.6965019672504, -71.32422494901975, -71.01070403430495, -70.71676848742878, -70.36402516060444, -69.87418425890978, -69.7762057432844, -69.73703500760715, -69.61941944771084, -69.46268482856959, -69.07077076606802, -68.69844207140508, -68.32621672960671, -68.07150359484007, -67.87554656358928, -67.54238860460357, -67.36606861762371, -67.20928232205016, -67.30726083767556, -67.20928232205016, -67.09171843858616, -67.150474542102, -66.87617603949674, -66.20991179795762, -66.48426197699517, -66.95456918728351, -67.150474542102, -67.22886768988879, -67.11130380642477, -67.18969695421154, -67.20928232205016, -67.11130380642477, -67.17011158637293, -67.38565398546233, -67.2485047341597, -67.2485047341597, -67.11130380642477, -67.2485047341597, -66.91534677517399, -66.58224049262057, -66.30789031358302, -65.56328460068941, -65.70048552842434, -65.9747840310296, -66.32752735785392, -66.9349321430126, -66.95456918728351, -66.95456918728351, -66.83700530381951, -66.69980437608459, -66.42550587347932, -66.13157032660314, -66.09234791449362, -65.8768055154042, -66.07276254665499, -66.38628346136979, -66.69980437608459, -66.66063364040734, -66.91534677517399, -67.17011158637293, -67.26809010199831, -67.18969695421154, -66.87617603949674, -66.56265512478195, -66.48426197699517, -66.6214629047301, -66.7193897439232, -66.56265512478195, -66.56265512478195, -66.66063364040734, -66.75861215603274, -66.58224049262057, -66.42550587347932, -66.38628346136979, -66.38628346136979, -66.2883049457444, -66.20996347438991, -65.72007089626295, -65.30857146592277, -65.58286996852803, -66.03359181097775, -66.44509124131794, -66.77819752387136, -66.95456918728351, -66.89576140733537, -66.87617603949674, -66.81736825954859, -66.81736825954859, -66.79778289170997, -66.83700530381951, -66.91534677517399, -67.22886768988879, -67.60119638455173, -67.89513193142791, -68.13025969835593, -68.38502450955487, -68.56129282010245, -68.71813079210828, -68.87481373481724, -68.89450245552044, -68.56129282010245, -68.83564299914, -69.14921559028708, -69.38429168078282, -69.48227019640821, -69.59983407987222, -69.9917481423738, -70.22687590930181, -70.57961923612615, -70.7363538552674, -70.71676848742878, -70.77552459094464, -70.75593922310601, -70.83433237089278, -70.97148162219543, -71.20666106555574, -71.40261809680652, -71.6965019672504, -72.08841602975197, -72.44115935657629, -72.89182952259372, -73.24452117298577, -73.65602060332596, -73.8128068988995, -74.16549854929153, -74.38104094838093, -74.7729550108825, -75.14528370554545, -75.45880462026025, -75.87030405060044, -76.24258106883109, -76.69330291128081, -77.06557992951147, -77.45744231558074, -77.82977101024369, -78.18251433706801, -78.31961191193835, -78.75074838654946, -78.90748300569071, -79.12302540478011, -79.16224781688965, -79.73048186637108, -80.20073740022713, -80.57306609489008, -80.94539478955303, -81.27850107210645, -81.69000050244662, -82.06227752067728, -82.39543547966299, -82.70895639437781, -83.02247730909258, -83.33599822380738, -83.82589080193435, -84.04143320102375, -84.11791432081571, -84.4137102192544, -84.15899708448775, -84.47251799920255, -84.71337999999999], "type": "scatter", "x": [-180, -179.94249935617904, -179.05867733469117, -177.2567718171058, -176.0846728180777, -175.8298821686626, -174.38250281481567, -173.1165594147455, -172.8891055980128, -169.95122290757138, -168.99998898015872, -168.5301985341933, -167.02209937240343, -164.1821435211551, -161.92977454328147, -158.0713795644249, -155.19225297749932, -150.94209896543805, -148.5330728830716, -145.8889190337772, -143.10771928604473, -142.89228023981988, -146.82906836646325, -150.06073157448398, -150.9029282297608, -153.58620113830017, -153.40990698953644, -153.03775916238652, -152.66563717345275, -152.86151669005508, -154.52629879455392, -155.29017981669242, -156.83744971415953, -154.40878658752223, -152.09766150613277, -150.6482926096426, -148.86599829811203, -147.2207498850195, -146.41774980363607, -146.77028642473124, -148.0629465402963, -149.5319008046251, -151.5884161041125, -153.39032162169784, -155.3293763905858, -155.97566769104412, -157.26830196839302, -158.0517683583701, -158.36513424378805, -157.8754742096064, -156.97457312724603, -155.3293763905858, -153.74283240457683, -152.9202469553548, -151.3337804839943, -150.00194963275197, -148.7484860910803, -147.61248308000805, -146.1044097564343, -146.14352881567925, -146.49609127499056, -146.20231075741125, -144.90962480363004, -144.3220379302553, -142.7943534006268, -141.63876502171593, -140.2090073312805, -138.8575911121996, -137.50620073133481, -136.42890214734612, -135.21458350313554, -134.4311946278069, -133.7456550770229, -132.25716712128778, -130.9253104318293, -129.55428300669362, -128.24203752328992, -126.890621304209, -125.40208167204159, -124.01149471728343, -122.5621516590094, -121.07361202684199, -119.70255876349015, -118.68414547409805, -117.46980099167133, -116.2163116117835, -115.02155249719539, -113.94433142785512, -113.29798845096451, -112.94545182986936, -112.29908301476263, -111.26105851931575, -110.06632524294379, -108.71490902386287, -107.55934648316813, -106.1491483223552, -104.87607357462875, -103.36794857462272, -102.01650651732565, -100.64553076862225, -100.11669999876337, -100.76304297565397, -101.25270300983563, -102.54533728718455, -103.11331295450452, -103.32875200072934, -103.68128862182449, -102.91748511433445, -101.60523963093078, -100.3125278389334, -99.13737993040007, -98.11888912635953, -97.68803687212605, -96.33659481482896, -95.04396053748003, -93.6729072741282, -92.439003262079, -91.42056413447077, -90.08873328322845, -89.22695126011301, -88.4239511787296, -87.26833696160259, -86.01482174349862, -85.19223629427657, -83.8799908108729, -82.66564632844616, -81.4709130520742, -80.6874466620971, -80.295790981757, -79.29688554555507, -77.92585812041938, -76.90736731637884, -76.22187944202715, -74.89004859078484, -73.85202409533798, -72.83353329129744, -71.61921464708686, -70.20904232449007, -68.93591590033134, -67.95662167018419, -67.36906063502559, -67.13403622096214, -67.25154842799387, -67.56494015162794, -67.91747677272309, -68.23084265814101, -68.48545244004308, -68.54420854355894, -68.44628170436583, -67.97623287623895, -67.5844996812504, -67.4278425767576, -67.62367041692765, -67.74118262395936, -67.25154842799387, -66.70318396672866, -66.0568151516219, -65.3713272772702, -64.56827551945449, -64.17654232446594, -63.62815202498459, -63.001394415932594, -62.041685553624056, -61.41492794457208, -60.70985470238176, -59.887269253159715, -59.16258480491463, -58.59455746116237, -57.811142747617566, -57.223581712458966, -57.59572953960888, -58.61414282900098, -59.04507259788291, -59.78934241396662, -60.611927863188654, -61.29741573754036, -62.02210018578545, -62.511760219967094, -62.64885779483744, -62.590127529537725, -62.12007870141083, -62.80556657576255, -63.74569007023244, -64.29410620792996, -64.8816930813047, -65.50842485214054, -65.66508195663336, -65.31254533553819, -64.7837145656793, -63.961103278241126, -63.19729977075109, -62.78595536970778, -62.57051632348295, -62.276735805903655, -61.80666113956063, -61.51290646019748, -61.37580888532713, -61.081976691315546, -61.0036610581772, -60.69026933454315, -60.827366909413485, -61.37580888532713, -61.963369920485725, -63.295200771728034, -63.74569007023244, -64.35283647322967, -65.86098731145185, -67.19281816269415, -68.44628170436583, -69.79772376166291, -70.60072384304632, -72.20677568224545, -73.9695363023697, -75.55597693551407, -77.24037024606767, -76.92697852243361, -75.3992939928051, -74.28287634957147, -73.65611874051949, -74.77253638375312, -76.49610042998398, -77.92585812041938, -77.98466590036753, -78.02378495961247, -76.84863705107912, -76.63322384307045, -75.36009741891172, -73.24485185412462, -71.44294633653928, -70.01316280788772, -68.19164608424762, -65.70427853052674, -63.2560300360508, -61.552025519442424, -59.691415574773515, -58.71212134462637, -58.222487148660875, -57.00811682801799, -55.36289425314162, -53.61977067728829, -51.54364417174613, -49.76134986021556, -47.273930630062374, -44.825707973802594, -42.80836340999244, -42.16202043310183, -40.77143347834367, -38.244817674297096, -36.26666968438033, -34.38639685722437, -32.31029618989837, -30.09709794770201, -28.549802212018733, -29.254901292425203, -29.685805223090984, -29.685805223090984, -31.62480831554666, -33.68132361503406, -35.63991207532834, -35.91410722506903, -35.77700965019869, -35.32654618991043, -33.896762661258876, -32.21236935070526, -30.998050706494666, -29.783732062284088, -28.882779303491418, -27.511751878355724, -26.160335659274793, -25.474821946706953, -23.92755204923982, -22.45859778491104, -21.224693772861826, -20.010375128651233, -18.91354285325623, -17.5229817367142, -16.641588507544014, -15.70149085129026, -15.407710333710952, -16.46532019699643, -16.112783575901275, -15.446855231172053, -14.408804897509043, -13.311972622114027, -12.293507656289634, -11.510067104528686, -11.020432908563194, -10.295774298534253, -9.101015183946146, -8.611380987980638, -7.416621873392529, -7.377451137715283, -6.86823157391116, -5.790984666354775, -5.536374884452712, -4.341667446296896, -3.0489814925156793, -1.7954921126278407, -0.6594891015556072, -0.22863684732209322, 0.8681954280729087, 1.8866862321134477, 3.0226375667533887, 4.139055209987021, 5.1575460140275595, 6.273911980828899, 7.1357198421604835, 7.7428662451577, 8.487110223025269, 9.525134718472117, 10.249845004933347, 10.817820672253333, 11.953823683325595, 12.404287143613857, 13.422777947654367, 14.73499759284192, 15.126756626046614, 15.949342075268646, 17.026588982825047, 18.201711053142247, 19.259372592860018, 20.375738559661357, 21.452985467217758, 21.92303429534462, 22.56940311045139, 23.6661837094141, 24.841357456163593, 25.977308790803562, 27.09372643403719, 28.092580193806807, 29.150241733524577, 30.031583286262475, 30.97173261894855, 31.990171746556772, 32.75405276869526, 33.302443068176615, 33.8704187354966, 34.90849490737574, 35.30020226414814, 36.162010125479725, 37.20003462092657, 37.90510786311691, 38.649403517416744, 39.66789432145728, 40.02043094255245, 40.92135786312897, 41.959434035008115, 42.93870242693913, 44.113876173688624, 44.89729088723342, 45.719928012887756, 46.50334272643255, 47.4434403826863, 48.34441897969512, 48.99073611836956, 49.930885451055644, 50.75347090027768, 50.94932457866386, 51.79154707215682, 52.61413252137888, 53.61303795758079, 54.533550245995905, 55.414943475166126, 56.35504113141988, 57.158092889235576, 57.2559680519964, 58.13736128116659, 58.74450768416381, 59.93931847518422, 60.6052209816973, 61.42780643091933, 62.38748945501172, 63.19048953639515, 64.052349074159, 64.99244673041275, 65.97171512234377, 66.91186445502981, 67.8911328469608, 68.89003828316274, 69.71262373238477, 69.67345299670754, 69.55594078967582, 68.59625776558343, 67.81273969917405, 67.94988895047666, 69.0663065937103, 68.92915734240768, 68.41998945503585, 67.94988895047666, 68.71376997261515, 69.86930667509372, 71.02489505400459, 71.57328535348597, 71.9062882831748, 72.45462690622387, 73.081410353492, 73.33602013539405, 73.8648767434691, 74.49155683787262, 75.62755984894488, 76.62646528514679, 77.64490441275504, 78.13453860872053, 78.42837080273213, 79.11385867708384, 80.09312706901483, 80.93534956250778, 81.48379153842143, 82.05176720574141, 82.77642581577035, 83.77533125197226, 84.67620649611649, 85.6555265644798, 86.7523588398748, 87.47701744990374, 87.98628869014016, 88.35841067907394, 88.82840783076853, 89.67063032426148, 90.63036502478616, 91.59009972531084, 92.60853885291908, 93.54863650917284, 94.17541995644096, 95.01759077350161, 95.7814717956401, 96.68239871621662, 97.75964562377298, 98.68020958862044, 99.718182407635, 100.38418826701266, 100.89335615438448, 101.5788957051685, 102.83241092327248, 103.47867638551462, 104.2425574076531, 104.90845991416619, 106.18156050010879, 107.16088056847207, 108.08139285688722, 109.15863976444362, 110.23583499556771, 111.05847212122205, 111.74395999557373, 112.86037763880736, 113.60467329310723, 114.38808800665203, 114.89730757045615, 115.60238081264646, 116.69916141160918, 117.38470096239317, 118.57946007698129, 119.83292361865298, 120.87099979053212, 121.65441450407693, 122.32036868702228, 123.22129560759885, 124.12227420460762, 125.16024702362222, 126.10039635630824, 127.00142662974933, 127.88276818248725, 128.8032804709024, 129.7042590679112, 130.78145429903532, 131.79994510307586, 132.93589643771583, 133.85646040256324, 134.75738732313977, 135.03158247288042, 135.07075320855768, 135.69748497939355, 135.87380496637337, 136.20670454319765, 136.61804894424097, 137.46027143773392, 138.5962227723739, 139.9084424175614, 140.8094210145702, 142.12169233619005, 143.06184166887613, 144.37406131406362, 145.490427280865, 146.19555219948762, 145.99969852110138, 146.64606733620815, 147.72326256733226, 148.83962853413362, 150.1323144879148, 151.48370486877957, 152.5022473492524, 153.63819868389237, 154.28456749899914, 155.1658573753047, 155.9297900738755, 156.81113162661342, 158.02552778547243, 159.1810128115187, 159.6706986839165, 160.80665001855647, 161.57047936426267, 162.68689700749624, 163.84243370997484, 164.91968061753124, 166.11443973211937, 167.3090954938429, 168.4256164899411, 169.4635893089557, 170.50166548083484, 171.20679039945747, 171.08922651599346, 170.5604215843507, 170.10995812406242, 169.75736982653495, 169.28732099840812, 167.97510135322057, 167.38748864162966, 166.09480268784847, 165.64439090399247, 164.95885135320847, 164.23419274317956, 163.82279666570395, 163.5682385602342, 163.4702600446088, 163.48989708887976, 164.0578727561997, 164.27336347885682, 164.74346398341595, 166.60412560451715, 166.9957812848573, 165.19387576727195, 163.66621707585955, 161.76638471908115, 160.9241622255882, 160.7478939150406, 160.31696414615868, 159.78821089094822, 161.12001590397438, 161.62928714421082, 162.4909916526778, 163.70533613510452, 165.09594892807883, 166.60412560451715, 168.89566531806796, 169.40478152900755, 172.28393395414923, 172.47704878162398, 173.2240832868353, 175.98567182851303, 178.2772115420639, 180]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y101", "yaxis": "y", "legendgroup": "y101", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [68.96363636363635, 68.19999766709829, 67.20589000000001, 66.58435, 66.33556, 67.06219, 66.91308000000001, 65.97724, 65.54138999999999, 65.43791, 64.46079, 64.25269, 64.2826, 64.63125000000001, 64.92288, 65.35667000000001, 65.52024, 65.39052000000001, 65.74044, 66.11211, 65.87456, 65.40411, 64.9797087021984], "type": "scatter", "x": [-180, -177.55000973214604, -174.92825000000002, -175.01425000000003, -174.33983000000003, -174.57182, -171.85731, -169.89958000000001, -170.89107, -172.53025000000002, -172.555, -172.95533, -173.89184, -174.65392000000003, -175.98353, -176.20716, -177.22266, -178.35993000000002, -178.90332000000004, -178.68610999999999, -179.88377, -179.43268, -180]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y102", "yaxis": "y", "legendgroup": "y102", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [71.51571433642827, 71.55762000000001, 71.55553, 71.26948, 71.13277000000001, 70.89302, 70.83219920854673], "type": "scatter", "x": [-180, -179.871875, -179.02433000000002, -177.57794500000003, -177.663575, -178.69378000000003, -180]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y103", "yaxis": "y", "legendgroup": "y103", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [70.83219920854673, 70.78114000000001, 71.0988, 71.51571433642829], "type": "scatter", "x": [180.00000000000006, 178.90342499999997, 178.7253, 180.00000000000006]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y104", "yaxis": "y", "legendgroup": "y104", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-16.555216566639196, -16.801354076946883, -17.01204167436804, -16.639150000000004, -16.433984277547403, -16.379054277547404, -16.067132663642447], "type": "scatter", "x": [180, 179.36414266196414, 178.72505936299711, 178.59683859511713, 179.0966093629971, 179.4135093629971, 180]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y105", "yaxis": "y", "legendgroup": "y105", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-51.84999999999999, -51.249999999999964, -51.5, -51.10000000000005, -51.549999999999976, -51.89999999999996, -52.199999999999974, -51.84999999999999, -52.300000000000004, -51.84999999999999], "type": "scatter", "x": [-61.19999999999999, -60.00000000000003, -59.14999999999995, -58.55000000000004, -57.75000000000003, -58.05000000000004, -59.400000000000006, -59.85000000000002, -60.69999999999999, -61.19999999999999]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y106", "yaxis": "y", "legendgroup": "y106", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-48.62500000000004, -48.94000000000002, -49.065, -49.254999999999995, -49.71, -49.77500000000003, -49.24250000000002, -48.83000000000001, -48.62500000000004], "type": "scatter", "x": [68.93499999999997, 69.58000000000007, 70.525, 70.56000000000003, 70.28000000000006, 68.74500000000003, 68.72000000000006, 68.86750000000004, 68.93499999999997]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y107", "yaxis": "y", "legendgroup": "y107", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-17.50481, -17.339919999999985, -17.62846000000001, -18.150589999999973, -18.287989999999994, -18.164320000000018, -17.72465000000002, -17.381140000000023, -17.50481], "type": "scatter", "x": [178.12557000000007, 178.3736000000001, 178.71806, 178.55271000000002, 177.93266000000008, 177.38146000000003, 177.28504, 177.67087, 178.12557000000007]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y108", "yaxis": "y", "legendgroup": "y108", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10.760000000000034, 10.89, 10.85499999999999, 10.110000000000042, 10.000000000000028, 10.08999999999999, 10.36499999999998, 10.760000000000034], "type": "scatter", "x": [-61.68000000000001, -61.10499999999993, -60.89499999999998, -60.934999999999974, -61.76999999999998, -61.95000000000002, -61.65999999999997, -61.68000000000001]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y109", "yaxis": "y", "legendgroup": "y109", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [20.07974999999999, 19.993020000000044, 19.859100000000012, 19.508710000000008, 19.453279999999992, 19.239720000000005, 19.083479999999994, 18.91619, 19.059390000000022, 19.33887999999999, 19.70293999999997, 19.814220000000006, 19.977289999999982, 20.17395000000002, 20.267209999999977, 20.248700000000028, 20.07974999999999], "type": "scatter", "x": [-155.40213999999997, -155.22452000000004, -155.06226000000004, -154.80740999999998, -154.83146999999997, -155.22217000000003, -155.54211, -155.68816999999999, -155.93665000000001, -155.90806000000003, -156.07347000000001, -156.02368, -155.85008, -155.91907, -155.86108000000002, -155.78504999999996, -155.40213999999997]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y110", "yaxis": "y", "legendgroup": "y110", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [20.76403999999995, 20.64397000000004, 20.572410000000005, 20.783000000000015, 20.864300000000014, 20.926760000000016, 21.01249, 20.917450000000017, 20.76403999999995], "type": "scatter", "x": [-155.99566000000004, -156.07925999999998, -156.41445000000002, -156.58672999999996, -156.70166999999998, -156.71055, -156.61257999999998, -156.25711, -155.99566000000004]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y111", "yaxis": "y", "legendgroup": "y111", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [21.176840000000013, 21.068729999999974, 21.09776999999997, 21.219579999999965, 21.176840000000013], "type": "scatter", "x": [-156.75824, -156.78933000000004, -157.32521000000003, -157.25027, -156.75824]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y112", "yaxis": "y", "legendgroup": "y112", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [21.716959999999986, 21.652720000000045, 21.322169999999986, 21.26442000000003, 21.27728999999998, 21.312439999999967, 21.53918999999999, 21.579119999999975, 21.716959999999986], "type": "scatter", "x": [-158.02520000000004, -157.94161000000003, -157.65283000000005, -157.70702999999997, -157.77860000000004, -158.12667000000005, -158.25380000000004, -158.29265, -158.02520000000004]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y113", "yaxis": "y", "legendgroup": "y113", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [22.214939999999984, 21.982000000000014, 21.882989999999992, 22.065330000000017, 22.138199999999998, 22.236179999999962, 22.214939999999984], "type": "scatter", "x": [-159.36569, -159.34512000000004, -159.46372000000002, -159.80050999999997, -159.74877, -159.5962, -159.36569]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y114", "yaxis": "y", "legendgroup": "y114", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [25.210299999999975, 25.17000000000003, 24.340000000000003, 23.75975000000004, 23.71000000000005, 24.286149999999978, 24.575640000000007, 25.210299999999975], "type": "scatter", "x": [-78.19086999999995, -77.88999999999999, -77.54, -77.53465999999995, -77.77999999999997, -78.03405000000001, -78.40848000000003, -78.19086999999995]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y115", "yaxis": "y", "legendgroup": "y115", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [26.789999999999978, 26.869999999999976, 26.840000000000046, 26.580000000000027, 26.420000000000044, 26.789999999999978], "type": "scatter", "x": [-78.98000000000002, -78.50999999999996, -77.85, -77.81999999999998, -78.91000000000001, -78.98000000000002]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y116", "yaxis": "y", "legendgroup": "y116", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [27.04000000000002, 26.590000000000003, 25.879179999999977, 26.007350000000045, 26.52999999999996, 26.92516000000002, 27.04000000000002], "type": "scatter", "x": [-77.78999999999995, -77.00000000000001, -77.17255000000003, -77.35640999999995, -77.34000000000003, -77.78802, -77.78999999999995]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y117", "yaxis": "y", "legendgroup": "y117", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [47.03601000000005, 46.55001000000006, 46.41587000000003, 46.44314000000003, 46.03339, 45.968180000000004, 46.39265000000002, 46.72746999999997, 47.03601000000005], "type": "scatter", "x": [-64.01485999999994, -63.66450000000003, -62.9393, -62.012080000000026, -62.50391000000002, -62.87432999999996, -64.1428, -64.39261000000005, -64.01485999999994]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y118", "yaxis": "y", "legendgroup": "y118", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [44.60919999999999, 45.64149000000002, 45.80628999999996, 46.399330000000006, 46.60898997658228, 47.048704738953774, 46.80463694923931, 46.85300608986445, 46.23464590105992, 45.25904653582164, 45.40839142514518, 45.245998236667944, 44.51485423438635, 44.6098355169388, 44.284015611338546, 44.03103363705367, 43.132974758469416, 42.79229787858519, 42.44389537207336, 42.02715078385555, 41.78333000000005, 41.13537059179471, 41.86811656347736, 42.12319143327005, 41.55121084244742, 40.95101491959345, 40.63103445084219, 40.87652334244474, 40.033629055332014, 39.97528636327449, 39.290573635407156, 38.95209300389533, 37.90613617609171, 37.198918361961276, 36.96503082940825, 36.700421657857675, 36.872814235983384, 37.374566555321366, 37.582874253889884, 38.32026000000003, 38.81548635513184, 39.0492188583879, 39.39948171646222, 40.176100979160694, 40.256561184239175, 40.52615713150584, 40.572924302729945, 41.2822866888005, 41.80888000000003, 42.986579999999975, 43.66016000000002, 44.60919999999999], "type": "scatter", "x": [46.68201000000002, 47.675910000000016, 48.64541, 49.10116000000008, 50.034083286342536, 51.19194542827424, 52.042022739475556, 53.04273685080764, 53.22086551291781, 53.04087649924517, 52.16738976421564, 51.31689904155601, 51.27850345236317, 50.30564293803627, 50.33912926616142, 50.89129194520007, 51.342427199108215, 52.50142622255029, 52.692112257707294, 52.44633914572725, 52.50246000000007, 52.81468875510362, 52.916749708880076, 53.72171349469059, 54.008310988181364, 54.736845330632235, 53.85813927594111, 52.91525109234365, 52.69397260926982, 53.3578080584912, 53.101027866432986, 53.880928582581845, 53.7355111021125, 53.921597934795585, 53.825789829326396, 52.26402469260145, 50.842354363819766, 50.14777143738462, 49.19961225769333, 48.88327000000001, 48.85653242370762, 49.22322838725077, 49.395259230350376, 49.56920210144483, 50.392821079312654, 50.08482954285313, 49.618914829309574, 49.110263706260724, 48.584370000000064, 47.492519999999985, 47.590940000000046, 46.68201000000002]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y119", "yaxis": "y", "legendgroup": "y119", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [49.87304000000002, 49.95717999999998, 49.706410000000005, 49.28855000000006, 49.10506000000001, 49.08717000000003, 49.400690000000026, 49.87304000000002], "type": "scatter", "x": [-64.51911999999999, -64.17321999999996, -62.85829000000001, -61.83558500000001, -61.80630499999995, -62.29317999999995, -63.58925999999997, -64.51911999999999]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y120", "yaxis": "y", "legendgroup": "y120", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [62.085565, 62.38559999999998, 62.36370999999997, 62.158675000000045, 61.63307999999998, 61.71810000000002, 62.01649000000006, 62.085565], "type": "scatter", "x": [-80.31539500000002, -79.92939000000001, -79.52001999999997, -79.26581999999998, -79.65752, -80.09956, -80.36215, -80.31539500000002]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y121", "yaxis": "y", "legendgroup": "y121", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [62.45280000000005, 62.914090000000016, 62.90457999999998, 62.710800000000035, 62.159220000000005, 62.18231, 62.45280000000005], "type": "scatter", "x": [-83.99366999999997, -83.25047999999994, -81.87699, -81.89825000000003, -83.06856999999998, -83.77462000000004, -83.99366999999997]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y122", "yaxis": "y", "legendgroup": "y122", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [67.44425000000004, 67.14885999999998, 67.09872999999999, 67.58809, 68.14856, 68.28720999999999, 68.01035999999996, 67.58202000000003, 67.44425000000004], "type": "scatter", "x": [-75.21596999999997, -75.86587999999998, -76.98686999999997, -77.23640000000002, -76.81165999999996, -75.89520999999999, -75.11449999999999, -75.10333000000003, -75.21596999999997]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y123", "yaxis": "y", "legendgroup": "y123", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [69.68003035832177, 69.10769485484937, 68.75704442353285, 69.06003035832177, 68.9507018535466, 69.4000303583218, 69.71003534964345, 70.14352310192382, 69.86003035832178, 69.68003035832177], "type": "scatter", "x": [-96.55740120380052, -95.64768864557942, -96.26951115534747, -97.61740120380054, -98.43180811173642, -99.79740120380052, -98.9174115459831, -98.21825525529017, -97.15740120380055, -96.55740120380052]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y124", "yaxis": "y", "legendgroup": "y124", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [73.07600495064645, 72.67259288195999, 71.69841461860969, 70.99297964139336, 70.49776439074031, 70.02430491808215, 69.58448680284607, 69.50402659776759, 69.11960561794837, 68.75280630154063, 68.90999999999997, 69.18000000000004, 69.11924388292226, 68.78, 68.63005915681794, 68.53554000000005, 69.00744192165885, 69.28, 69.16820730251885, 69.96000000000001, 70.06652456326464, 70.23731517198931, 70.19235667589533, 70.36635122342207, 70.60000621202985, 70.52045034451646, 70.54055247667799, 70.90921214464822, 71.30918773058735, 71.29518341743628, 71.55857819282792, 72.3078347846278, 72.70595001900435, 73.31459503853804, 73.12145437284715, 72.65277497017601, 72.95539215767721, 72.45041006132107, 72.96112824166164, 72.63334463163432, 71.65087230090117, 72.06547231717886, 73.08954417590695, 73.23599518502203, 73.07600495064645], "type": "scatter", "x": [-106.52258806031243, -105.40244971395374, -104.77483944376897, -104.46475501180161, -102.78537431518025, -100.98078162311575, -101.08930213092869, -102.7311657377061, -102.09329769571134, -102.43025387247052, -104.24000000000004, -105.96000000000004, -107.12255143922104, -108.99999999999996, -111.53414887520022, -113.31320000000005, -113.85495703820634, -115.22000000000004, -116.1079461332674, -117.33999999999997, -116.6747332426447, -115.1311323718703, -113.72139929894799, -112.41610429568752, -114.34999142134632, -116.48683773483144, -117.90481319870432, -118.43237789597205, -116.11311377649665, -117.6556811186252, -119.40198279506447, -118.56268001999595, -117.86641760951147, -115.18908749068568, -114.16716020389764, -114.666328701621, -112.44101233605227, -111.0503995430779, -109.92033932171921, -109.00654496950206, -108.18835201702484, -107.68597958049939, -108.39640133343191, -107.51645504436584, -106.52258806031243]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y125", "yaxis": "y", "legendgroup": "y125", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [72.80290222167974, 73.33318328857422, 73.69318389892578, 73.75971984863287, 73.65193176269534, 73.1026849899531, 72.82638549804685, 72.85554504394537, 72.87665557861328, 72.74220275878906, 72.80290222167974], "type": "scatter", "x": [-79.77583312988281, -80.8760986328125, -80.83388519287114, -80.35305786132808, -78.06443786621091, -76.33999999999996, -76.25140380859372, -77.31443786621097, -78.39167022705078, -79.48625183105473, -79.77583312988281]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y126", "yaxis": "y", "legendgroup": "y126", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [73.36983000000001, 73.76506, 73.85758000000004, 73.47524999999999, 73.21243999999999, 73.20543999999998, 73.31692000000007, 73.36983000000001], "type": "scatter", "x": [139.86312, 140.81170999999998, 142.06207000000003, 143.48283, 143.60385, 142.08763000000002, 140.03815500000005, 139.86312]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y127", "yaxis": "y", "legendgroup": "y127", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [75.345845, 75.08406, 74.68892, 74.778355, 75.17298000000005, 75.49682000000001, 75.345845], "type": "scatter", "x": [148.22223, 150.73167000000004, 149.57592500000007, 147.97746500000002, 146.1191900000001, 146.358485, 148.22223]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y128", "yaxis": "y", "legendgroup": "y128", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [76.13676000000007, 76.09288999999995, 75.56262500000005, 74.82000000000005, 74.84768000000005, 74.61147999999997, 75.26167000000007, 75.94917000000007, 76.13676000000007], "type": "scatter", "x": [138.83107500000003, 141.471615, 145.08628500000006, 144.30000000000004, 140.61381000000003, 138.95544000000004, 136.97439, 137.51176, 138.83107500000003]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y129", "yaxis": "y", "legendgroup": "y129", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [76.58860708282197, 76.71999999999997, 76.25656000000001, 75.74343999999999, 74.99999999999997, 74.8974441596381, 75.0573568793653, 75.6407579617244, 75.56381175404184, 76.33658112253448, 76.30536855743023, 76.64632965769201, 76.58860708282197], "type": "scatter", "x": [-98.57700069862696, -98.50000000000001, -97.73558500000001, -97.704415, -98.16, -99.8087343005199, -100.88365576862317, -100.86290768105799, -102.50208411335622, -102.56551693399449, -101.48974280475842, -99.9834781563149, -98.57700069862696]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y130", "yaxis": "y", "legendgroup": "y130", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [79.28129000000001, 78.71333999999999, 78.30688999999998, 77.92100000000008, 79.23398999999998, 79.34641000000002, 79.28129000000001], "type": "scatter", "x": [102.83781500000006, 105.37243000000004, 105.07547000000002, 99.43814000000006, 101.26490000000004, 102.08635000000007, 102.83781500000006]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y131", "yaxis": "y", "legendgroup": "y131", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [81.02460000000002, 81.25040000000004, 80.74697499999999, 79.780135, 78.88093999999998, 78.7562, 79.044745, 79.4265, 80.14378999999997, 80.34145999999998, 81.02460000000002], "type": "scatter", "x": [93.77766, 95.94089499999998, 97.88384999999997, 100.18665500000006, 99.93976000000006, 97.75794000000005, 94.97259000000005, 93.31287999999998, 92.5454, 91.18107000000006, 93.77766]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y132", "yaxis": "y", "legendgroup": "y132", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [80.60231557893178, 80.9072840441022, 80.9772797716416, 81.20646474885606, 81.25739187287974, 80.72344513622392, 80.32000000000002, 79.66000000000005, 79.33691478140074, 79.0393102078317, 78.28721141225586, 78.21532949493786, 78.34333201772486, 78.7510073920754, 79.11372427033211, 79.38011627879672, 79.37246816681753, 79.70500600861567, 80.15776907014097, 80.60231557893178], "type": "scatter", "x": [-96.01643347856468, -95.32345252153067, -94.2984246488052, -94.73542639848141, -92.40983191605021, -91.13288143590192, -87.80999999999996, -87.02000000000002, -85.81434302442231, -87.18756669793036, -89.03536088739085, -90.80434851760629, -92.87667680537506, -93.95115902380383, -93.93573360876466, -93.14523922399587, -94.97399064815679, -96.0761455960779, -96.70972449419241, -96.01643347856468]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y133", "yaxis": "y", "legendgroup": "y133", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [81.89429000000004, 82.0850000000001, 82.11751000000004, 82.27961000000005, 82.65227345805701, 82.60000000000002, 82.31999999999996, 82.86000000000004, 83.02000000000004, 83.13056, 83.1720588235294, 83.06403999999998, 83.23324000000002, 83.16978075838281, 83.10632151676572, 83.02801000000002, 82.90000000000003, 82.62860000000003, 82.36165000000008, 81.92775000000009, 81.72527, 81.50140999999999, 81.50657000000007, 80.90000000000009, 80.61683000000002, 79.79999999999998, 79.63415000000003, 79.43016220480209, 79.32309000000001, 79.19766000000007, 79.01907, 78.52580999999998, 78.18295999999998, 77.89990999999998, 77.50859000000003, 77.20967999999996, 76.98336, 77.02204499999999, 76.77795499999999, 76.17812000000004, 76.45402999999999, 76.29901000000004, 76.41999999999996, 76.47238999999996, 76.95212999999998, 77.17832999999999, 77.89999999999998, 77.9702222222223, 77.53873000000002, 78.18000000000004, 78.37181000000004, 78.75867000000002, 78.99690000000001, 79.34543000000002, 79.73623999999998, 80.25144999999998, 80.20836000000003, 80.1, 80.46442000000002, 80.58000000000004, 80.51627000000002, 80.85569000000001, 81.26000000000005, 81.55309999999997, 81.89429000000004], "type": "scatter", "x": [-91.58702000000002, -90.09999999999995, -88.93226999999999, -86.97024000000002, -85.50000000000001, -84.26000500000004, -83.18, -82.42, -81.09999999999997, -79.30663999999996, -76.24999999999999, -75.71878000000004, -72.83152999999999, -70.66576500000002, -68.50000000000003, -65.82734999999997, -63.67999999999998, -61.849999999999966, -61.893880000000024, -64.334, -66.75342, -67.65754999999999, -65.48031000000003, -67.83999999999997, -69.46970000000002, -71.18, -73.24280000000002, -73.88, -76.90772999999999, -75.52923999999999, -76.22046000000002, -75.39344999999994, -76.34354000000003, -77.88850999999998, -78.36268999999996, -79.75951000000003, -79.61965000000004, -77.91089000000004, -77.88910999999997, -80.56125000000003, -83.17438999999999, -86.11184000000003, -87.60000000000001, -89.49068, -89.6161, -87.76739000000002, -88.25999999999998, -87.64999999999998, -84.97634000000002, -86.34000000000002, -87.96192000000002, -87.15198000000004, -85.37867999999997, -85.09495000000003, -86.50733999999997, -86.93179000000002, -84.19844, -83.4086956521739, -81.84823, -84.1, -87.59895, -89.36663000000003, -90.19999999999999, -91.36785999999996, -91.58702000000002]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y134", "yaxis": "y", "legendgroup": "y134", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [82.62796000000003, 83.22516000000002, 83.18017999999998, 83.54905000000005, 83.64513, 83.51966000000004, 82.72669000000005, 82.34165000000002, 82.29765, 82.19999999999999, 82.02154000000002, 82.13177999999999, 81.78697, 82.09316999999999, 81.73449, 81.15271000000001, 81.52462000000006, 81.91244999999998, 81.71885, 81.29154000000003, 80.58003999999997, 80.35000000000005, 80.17708000000007, 80.12912000000003, 79.40000000000003, 78.75127999999998, 77.63859, 76.98565000000002, 76.94433999999998, 76.62795000000003, 76.09808000000004, 75.24838, 75.15585000000004, 74.29561000000004, 74.22381999999999, 73.81713000000002, 73.46436, 73.30955, 73.30663000000007, 72.62928000000002, 72.18409, 72.59787999999998, 72.33020000000002, 72.08016000000003, 71.46898000000002, 70.66369000000003, 70.47100000000003, 70.85649000000006, 71.43094000000002, 70.75226000000006, 70.22646000000003, 70.18401, 70.12946000000005, 69.25880000000004, 68.47045999999997, 68.12503000000001, 68.12078, 67.73547000000002, 66.67973999999998, 65.97889999999998, 65.93768000000003, 65.69213000000002, 65.45848000000001, 64.83997000000005, 64.13901999999999, 63.482459999999975, 62.682330000000064, 61.90092999999999, 61.07404, 60.09771999999998, 60.036760000000015, 60.85328000000007, 60.85843000000003, 61.406810000000064, 62.38336000000001, 63.62691000000004, 64.27842000000001, 65.17670000000001, 66.09956999999997, 66.83650000000003, 67.18898999999999, 68.35758999999999, 68.72958, 69.14781000000002, 69.92910000000003, 69.57492500000004, 69.42616000000007, 69.28362499999997, 69.61003000000002, 70.28932, 70.82131500000006, 70.83575500000003, 70.56978000000001, 71.20484999999996, 71.54719000000006, 71.40653696727259, 71.65444, 72.58625000000006, 72.95861000000005, 73.64976999999999, 74.71026000000006, 75.09861000000004, 75.51727, 76.10238000000001, 76.17520000000002, 76.13486000000006, 76.06141000000005, 76.37974999999997, 77.00856999999999, 77.32312000000005, 77.37595000000005, 77.63595000000007, 78.04419000000004, 78.43271000000004, 78.91387999999998, 79.39436000000003, 79.75814000000003, 80.11721000000003, 80.51581999999999, 81.21395999999999, 81.32109999999997, 81.77042000000003, 82.03362999999999, 82.19074000000003, 82.19961999999998, 81.88833000000002, 82.43882999999997, 82.06481000000005, 81.98594499999999, 81.66070000000002, 82.19979000000004, 82.62796000000003], "type": "scatter", "x": [-46.76379000000003, -43.40644, -39.89752999999996, -38.62213999999997, -35.08786999999995, -27.100459999999998, -20.84539000000001, -22.69181999999998, -26.517529999999965, -31.89999999999995, -31.39645999999999, -27.856660000000005, -24.844480000000033, -22.903280000000024, -22.07174999999998, -23.169610000000034, -20.62363000000002, -15.76818000000003, -12.77018000000001, -12.208549999999946, -16.28532999999996, -16.849999999999937, -20.046239999999983, -17.730350000000044, -18.899999999999977, -19.70499000000001, -19.67353, -18.472849999999994, -20.035029999999978, -21.67944, -19.83406999999997, -19.59895999999995, -20.66817999999998, -19.372810000000015, -21.594220000000035, -20.43454, -20.762339999999966, -22.17220999999998, -23.56592999999998, -22.313109999999938, -22.299540000000007, -24.278340000000014, -24.792959999999965, -23.44296, -22.132809999999978, -21.75356000000002, -23.536029999999954, -24.307019999999966, -25.543410000000023, -25.20134999999999, -26.36276000000001, -23.727419999999967, -22.349020000000024, -25.02926999999997, -27.74736999999996, -30.67371, -31.77664999999999, -32.811049999999994, -34.201960000000014, -36.35283999999996, -37.04378, -38.375050000000016, -39.812219999999996, -40.66898999999995, -40.68280999999999, -41.18869999999998, -42.81937999999997, -42.41666000000001, -42.86618999999996, -43.3784, -44.78749999999994, -46.26363999999998, -48.262940000000015, -49.23308, -49.90038999999996, -51.63324999999995, -52.14014, -52.27659000000003, -53.66166000000001, -53.30160999999998, -53.969109999999944, -52.9804, -51.47535999999994, -51.08041000000003, -50.87121999999994, -52.01358499999998, -52.557919999999996, -53.45628999999997, -54.68335999999999, -54.75001000000003, -54.35883999999996, -53.431314999999984, -51.390139999999974, -53.10937000000001, -54.004220000000004, -54.99999999999994, -55.83467999999996, -54.718189999999964, -55.32633999999993, -56.120030000000014, -57.32363000000001, -58.59678999999997, -58.585159999999945, -61.268609999999995, -63.39164999999994, -66.06427000000002, -68.50437999999997, -69.66485, -71.40257000000003, -68.77671000000001, -66.76397000000003, -71.04293000000001, -73.29699999999997, -73.15937999999994, -69.37345000000002, -65.71069999999997, -65.32389999999998, -68.02297999999999, -67.15128999999996, -63.68924999999999, -62.234440000000006, -62.65116000000003, -60.28248999999997, -57.20743999999996, -54.13441999999998, -53.04328000000004, -50.39060999999998, -48.00386, -46.59983999999997, -44.523000000000025, -46.9007, -46.76379000000003]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "y135", "yaxis": "y", "legendgroup": "y135", "line": {"color": "rgba(255, 255, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [73.60000000000001, 73.64, 73.42, 72.76, 73.46000000000001, 73.60000000000001], "type": "scatter", "x": [-106.6, -105.26, -104.5, -105.38000000000001, -106.94, -106.6]}, {"showlegend": true, "mode": "markers", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "Cities", "yaxis": "y", "legendgroup": "Cities", "marker": {"symbol": "circle", "color": "rgba(255, 0, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [51.5072, 40.7128, 55.7558], "type": "scatter", "x": [-0.1276, -74.006, 37.6176]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5092592592592593, "title": {"text": ""}, "len": 0.968358121901429, "x": 0.9952901720618256}, "name": "Route", "yaxis": "y", "legendgroup": "Route", "line": {"color": "rgba(0, 0, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [51.5072, 55.7558], "type": "scatter", "x": [-0.1276, 37.6176]}], "config": {"showlegend": false, "xaxis": {"showticklabels": false, "gridwidth": 0.5, "tickvals": [-150, -100, -50, 0, 50, 100, 150], "range": [-180, 180], "domain": [0.026932050160396688, 0.9952901720618256], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-150", "-100", "-50", "0", "50", "100", "150"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgba(0, 0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [{"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 51.5072, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y", "showarrow": false, "text": "Лондон", "xref": "x", "x": -0.1276}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 40.7128, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y", "showarrow": false, "text": "Нью Йорк", "xref": "x", "x": -74.006}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 55.7558, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y", "showarrow": false, "text": "Москва", "xref": "x", "x": 37.6176}], "height": 600, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": false, "gridwidth": 0.5, "tickvals": [-90, -60, -30, 0, 30, 60, 90], "range": [-90, 90], "domain": [0.025080198308544768, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-90", "-60", "-30", "0", "30", "60", "90"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgba(0, 0, 0, 0)", "type": "linear"}, "width": 895.359375}}
{"id": "3c3c2f89-a18e-4795-adc2-25beb674929e", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y1", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-14653739.856142486, -14447485.386854777, -14533571.317398367, -14709120.813736223, -14912476.076418396, -15181954.18212595, -15266267.708563695, -15051673.253640754, -14843981.116761502, -14809987.773069244, -14653739.856142486], "type": "scatter", "x": [-18224436.183137078, -18156854.70731259, -17949723.92681595, -17838526.282307323, -17753500.064787414, -17722973.92404323, -17936642.527767185, -18082721.02677546, -18148128.022019282, -18152491.364665933, -18224436.183137078]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y2", "yaxis": "y", "legendgroup": "y2", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7110579.11377325, 6977166.937072828, 6813482.99440598, 6707010.2901953645, 6734116.182119139, 6923909.5955044385, 7113178.276622683, 7262142.680495317, 7352368.500952519, 7360384.792465883, 7241063.024108444, 7110579.11377325], "type": "scatter", "x": [-689945.3904200029, -671588.8625551781, -755732.0568763235, -953074.7984629002, -1110644.1042433395, -1020385.9023633401, -1078521.6186284313, -927067.3204068477, -842929.8786798314, -749608.4204262745, -630285.236710794, -689945.3904200029]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y3", "yaxis": "y", "legendgroup": "y3", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-287609.87788538926, -363898.30377753015, -427301.3869322421, -484099.5723886138, -539876.1288092217, -605286.7426372427, -673980.7606541791, -732991.3321715897, -744975.9092946757, -819229.0654062096, -892447.1958932313, -1011062.3153051914, -1007340.8287728325, -1056982.148338134, -1076040.4182542164, -1097208.4064601671, -1144472.166245607, -1176976.0086828717, -1184826.1805062178, -1155667.5194077168, -1143037.4220417927, -1126126.9495948157, -1054519.420198618, -992909.6133370268, -895050.2734389383, -846234.222713179, -878066.6146113087, -914944.9164954623, -997445.5688962447, -1035952.67502775, -1017215.4019658603, -1012544.062137537, -920719.8641363347, -898248.0535727009, -930082.6913110001, -933519.8975961744, -842636.4945880165, -811669.1763799624, -690574.3523570761, -597261.9697936499, -503266.2936436371, -493991.87280559645, -391558.52432071295, -445412.7720990132, -455185.96294265124, -414541.92137352616, -366405.2863760973, -312008.1197111259, -272143.7099425467, -274294.2304956432, -244933.13280858187, -244710.114892696, -178840.57734239576, -158416.8167510414, -103692.42639333352, -76902.02272852094, -40861.66786366529, -86273.90896383383, -127375.59492964922, -306321.46531664336, -372598.5844797635, -255169.41867151, -188392.87688330916, -188295.69395069726, -226869.65280017597, -266452.99027292297, -287609.87788538926], "type": "scatter", "x": [15696071.623760961, 15889214.97163355, 16095014.026589382, 16171730.621890318, 16233697.56584515, 16250633.202960178, 16436108.342859153, 16463162.793046637, 16360726.349396085, 16385324.4418906, 16484706.258058786, 16557004.861068845, 16620760.86179772, 16616285.343565557, 16702234.85244313, 16668846.796119899, 16787160.399565782, 16774798.07478311, 16701084.333617378, 16673690.480376303, 16578047.850391794, 16465601.892957224, 16379042.609102009, 16315861.86778601, 16258042.544197997, 16112847.068388492, 16018550.54543011, 15950566.388016613, 15964763.790326355, 15877324.359569436, 15814966.239213847, 15699816.562538767, 15600693.613106372, 15487632.128100032, 15460215.264482433, 15319173.161633879, 15366442.227589771, 15436520.329266137, 15407498.49188662, 15354056.892430587, 15138254.076284869, 15046454.179178368, 14879283.793797048, 14846424.976133665, 14803706.212133609, 14778435.066126032, 14778084.157884179, 14693037.806284819, 14812933.373116111, 14892324.924686912, 14882994.21701009, 14720040.483125148, 14675941.096534193, 14576490.24923646, 14529370.750727914, 14679427.16857621, 14736487.149739228, 14915202.991536932, 14932771.414006116, 14963858.432677854, 15079071.387888348, 15172102.340138402, 15299832.940173037, 15398794.816969832, 15493994.497206422, 15576567.233330421, 15696071.623760961]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y4", "yaxis": "y", "legendgroup": "y4", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [500973.4510064014, 542485.7240584502, 603300.6184565041, 680601.607214995, 767597.5390740911, 767963.0865600221, 711637.9969305813, 663286.8522947525, 632295.9032248338, 598869.2117381904, 555374.1410058076, 549867.4601518998, 495685.67564997147, 457910.2311506584, 357837.20720683545, 253027.81874852977, 202124.78491722135, 99766.40664689828, 86719.71855251351, 11331.069312016214, -88874.06895157158, -164510.035392754, -274700.3164190512, -444072.3365150538, -404652.79057186696, -454521.39734025515, -386778.1391736506, -380515.3127039281, -345029.07302164583, -384860.32289670676, -331261.13518202136, -337349.5003165967, -324572.30138374056, -176153.8896215036, -145407.7701499322, -50810.153125246055, 45930.25000060902, 148397.1192704052, 221912.46147342547, 183996.89187443632, 204668.8804206943, 298364.0692325029, 319242.73675822694, 343215.0689458825, 430858.15235004184, 500973.4510064014], "type": "scatter", "x": [12713132.96943008, 12757209.345644522, 12851914.30278604, 12937633.707898458, 12993779.026595004, 13038810.333434816, 13096002.624262791, 13101087.917472605, 13174404.729643453, 13267268.856663775, 13259341.781954365, 13184650.099786747, 13204531.06509569, 13122568.103949336, 13059249.300374243, 13141079.951855633, 13121854.78227737, 13246657.31190048, 13114756.0811225, 13077628.83861558, 13082449.512495471, 12975405.240947796, 12972482.923130393, 12929545.560553446, 12913156.419880651, 12786691.390554333, 12742592.003963381, 12663223.462769093, 12607710.929426711, 12475366.748900816, 12434753.43435188, 12361833.551175913, 12270062.417040056, 12253040.4910131, 12197493.442105943, 12144051.842649909, 12128554.354067072, 12141520.70123326, 12207658.275931435, 12289241.56586529, 12375260.105872404, 12397660.707409736, 12445177.134913163, 12578614.308323521, 12658466.067424618, 12713132.96943008]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y5", "yaxis": "y", "legendgroup": "y5", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12882320.33364813, 12717946.301773455, 12749227.50540811, 12859871.697975963, 13055382.033903455, 13175207.26257254, 13019626.978329062, 12882320.33364813], "type": "scatter", "x": [-10420924.319315625, -10481499.135491306, -10643109.638647186, -10778056.868016336, -10718796.519599076, -10558744.969452085, -10461554.891646946, -10420924.319315625]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y6", "yaxis": "y", "legendgroup": "y6", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [14074837.31385868, 14060097.71526967, 14092945.145365901, 14238909.391956069, 14231190.971371736, 14133983.20870161, 14074837.31385868], "type": "scatter", "x": [-10446221.35199678, -10496939.098132854, -10705556.92421177, -10735240.309916092, -10511073.221907178, -10432935.735856444, -10446221.35199678]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y7", "yaxis": "y", "legendgroup": "y7", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [14750215.972198881, 14554677.855138062, 14357380.099056212, 14247347.37530668, 14371331.92385923, 14576772.46222611, 14811120.368841106, 14788127.033077156, 14750215.972198881], "type": "scatter", "x": [-10770650.403075578, -10637610.158660106, -10667779.638568306, -10832482.161068391, -10923145.920834463, -10970855.060241206, -10979662.281852312, -10835531.035956623, -10770650.403075578]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y8", "yaxis": "y", "legendgroup": "y8", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12634698.03857803, 12685864.82621191, 12821530.618278194, 13059346.571401546, 13281749.224731043, 13484011.669401877, 13541729.920534313, 13690403.619264003, 13892727.9943268, 13860998.620532665, 13702659.816292591, 13703740.869124716, 13545631.113497121, 13369635.088278916, 13265854.94689715, 13158596.383113366, 13138935.394618848, 13101646.591484204, 13198584.43220056, 13237037.374808183, 13205245.630206449, 13037343.941401036, 12857948.237397905, 12745206.01988615, 12655470.973700387, 12706097.310977487, 12642032.280859891, 12634698.03857803], "type": "scatter", "x": [-9812852.109530825, -9992563.1501128, -10288419.066154128, -10326918.302360749, -10340457.032642748, -10452212.678781869, -10682491.89805257, -10811502.450280858, -10769617.81242947, -10540184.22449569, -10416601.244827874, -10197424.532225646, -10101336.076196164, -10126696.387412734, -9998965.787378093, -9928260.652941694, -9778112.193587337, -9615687.69836224, -9438737.902962059, -9212071.312804209, -9031186.743019966, -8911961.353404675, -8887072.754906662, -8956518.071228866, -9122503.422219656, -9264998.05508572, -9584324.555172324, -9812852.109530825]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y9", "yaxis": "y", "legendgroup": "y9", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [14409234.465665007, 14324863.23634602, 14166638.888435965, 14018042.682907129, 14185044.29142012, 14354212.761982441, 14409234.465665007], "type": "scatter", "x": [-12385901.174406277, -12228941.643603483, -12265953.834227825, -12473481.543719344, -12638578.118917245, -12548443.597811013, -12385901.174406277]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y10", "yaxis": "y", "legendgroup": "y10", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [14772319.909567585, 14657289.582307583, 14548378.869270977, 14548908.321911648, 14628398.191921506, 14798483.294725832, 14772319.909567585], "type": "scatter", "x": [-12352418.200279918, -12207645.540138872, -12343251.441535763, -12528128.311645353, -12526324.87338599, -12412124.374742158, -12352418.200279918]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y11", "yaxis": "y", "legendgroup": "y11", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2084327.7650346335, 2074052.2209504608, 2050898.2445439843, 2021548.507665496, 2022236.7966986778, 2018134.4580775842, 2067965.970710752, 2085009.1722194843, 2084327.7650346335], "type": "scatter", "x": [-7378526.852070046, -7321627.943542635, -7301557.142627445, -7330072.751723631, -7413870.790397052, -7478906.743319573, -7485392.793199732, -7469613.427504585, -7378526.852070046]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y12", "yaxis": "y", "legendgroup": "y12", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2081499.8751756926, 2071042.0054749497, 2043055.8307639875, 2011193.9235378543, 2009028.1194496383, 1989609.2069230303, 2008256.1754940962, 2050657.4494357076, 2077300.9945023893, 2085431.2946747816, 2081499.8751756926], "type": "scatter", "x": [-8635008.461670404, -8560092.428331764, -8500952.88439121, -8482507.191317389, -8560753.97665657, -8594570.601242393, -8656874.07195376, -8720515.020800062, -8707157.497233117, -8660363.020292843, -8635008.461670404]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y13", "yaxis": "y", "legendgroup": "y13", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2638025.48695756, 2629437.3176515503, 2628081.5496372837, 2587132.904733794, 2543246.581579691, 2556775.6201328696, 2528646.960640337, 2454732.5211613374, 2401106.9885472218, 2402738.847422795, 2378543.5472287005, 2345197.692688492, 2340324.7355939527, 2291976.131098785, 2264357.332277401, 2249409.3910277644, 2243564.9608469433, 2252876.788037342, 2241412.5370015004, 2307166.599319382, 2337864.309434586, 2345772.50877199, 2379964.969243922, 2447620.302391936, 2442986.039078713, 2474925.6923447936, 2499952.108034247, 2518467.013905075, 2541799.0277838823, 2571734.936083006, 2577874.394209344, 2515653.5695008505, 2513986.1105519985, 2484854.1069822237, 2471814.637446205, 2483118.831132982, 2520008.279442692, 2563197.465998563, 2589871.782702619, 2613290.6191457245, 2624801.43993029, 2638025.48695756], "type": "scatter", "x": [-9158048.701341169, -9061902.719370399, -8974440.278236968, -8869884.003649974, -8825574.647373319, -8721596.508496266, -8682173.980931979, -8587900.468350114, -8518593.214287002, -8481946.313389838, -8415555.624549996, -8423663.90597446, -8341603.150727923, -8257459.956406778, -8270665.036229311, -8344686.54118093, -8419614.079707826, -8496310.540929312, -8655700.542751497, -8581075.01541636, -8626442.849012705, -8698203.584471727, -8736668.305113574, -8763055.454382125, -8825965.823774073, -8929768.508530203, -8963170.94633876, -9108265.751751013, -9147121.648793617, -9105377.949498383, -9214570.814953145, -9294560.636313338, -9340684.936037613, -9356642.632150749, -9411732.349824667, -9459363.829210673, -9400603.956482613, -9376480.453003723, -9326151.006971339, -9269300.995494021, -9185019.738913788, -9158048.701341169]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y14", "yaxis": "y", "legendgroup": "y14", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6644197.428230702, 6533035.733798607, 6381173.423925948, 6439490.923445302, 6402447.238962823, 6342526.601320543, 6295722.134699409, 6337316.520297972, 6284853.909364436, 6161236.28294864, 6189941.580026781, 6101193.014919311, 5998395.294976737, 5854934.701749602, 5848921.546404941, 5879473.086027938, 6013146.111172941, 6034095.983718795, 5892116.565716813, 5897756.748282837, 5974431.591481488, 6014354.50883732, 6004522.08711193, 6009547.458826567, 6058424.434784508, 6116906.844363268, 6162310.049621847, 6263869.763158584, 6538516.056987729, 6638934.501491228, 6700352.02162338, 6692517.097596223, 6644197.428230702], "type": "scatter", "x": [-6189387.985637836, -6248812.282987764, -6322488.632291661, -6249821.863257361, -6175058.273663134, -6214121.264094372, -6115352.099200895, -6063992.938819464, -5952982.253620019, -5987431.663560006, -5909521.404977355, -5895329.755261743, -5860759.540845054, -5907631.677806063, -5957981.257917898, -6031171.513017914, -6007007.7413801225, -6038022.852625248, -6167185.848597947, -6233611.053002559, -6154990.349045008, -6261810.269421663, -6381415.330249454, -6597462.631645644, -6614547.836208014, -6545206.06658013, -6593634.280252963, -6500145.996769674, -6385140.134947816, -6316117.634294076, -6219528.702575393, -6167876.159893396, -6189387.985637836]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y15", "yaxis": "y", "legendgroup": "y15", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9598501.695525698, 9508489.844851783, 9427699.545795377, 9306148.946675805, 9325912.378019255, 9242163.483691124, 9163556.820182335, 9223538.252531702, 9337202.448352525, 9203025.543125164, 9074976.58996169, 9219914.809307562, 9195917.46392692, 9320411.88675595, 9523168.76475002, 9766716.524474781, 9744698.297963295, 9627064.399477638, 9668101.065500284, 9598501.695525698], "type": "scatter", "x": [-9337771.247111402, -9215870.901226243, -9088347.39458024, -9078487.44824357, -8996547.497473733, -8917075.40958513, -9015879.09004338, -9189109.833339324, -9251629.026330518, -9362015.555066995, -9520421.863293167, -9558644.97498161, -9709506.75600793, -9612745.246465387, -9598510.452293811, -9560546.207341159, -9480113.436233055, -9459458.747013798, -9402490.807356842, -9337771.247111402]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y16", "yaxis": "y", "legendgroup": "y16", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [11840505.21820504, 11987959.590702888, 11800800.321283685, 11629185.43594749, 11475821.816329706, 11554854.203674221, 11334545.114421168, 11201453.907571724, 11068290.038077015, 10768847.409275962, 10624556.05675775, 10427301.224020116, 10362217.944294613, 10096353.600989867, 10077550.234600453, 9881715.544768097, 9569252.82733882, 9682593.512115626, 9944668.944857512, 9909965.408338869, 9753472.12529287, 9598194.541220931, 9477707.213538755, 9409057.800822085, 9159008.18789017, 8982802.369722849, 9048708.819251642, 9247109.9190462, 9033783.404425403, 8887996.947726749, 8805034.646933181, 8899973.291783027, 9040308.643012026, 9160226.858733496, 9230622.255359175, 9360681.477216063, 9485682.423456227, 9410692.468517277, 9369773.87735197, 9458129.812896676, 9651423.659457818, 9656157.046880178, 9690279.794023952, 9786497.19083492, 9923196.683309129, 10198151.99794484, 10326736.474271981, 10427978.267318347, 10574002.90341549, 10678255.178102402, 10756863.833548987, 10953975.025755724, 10972317.650263485, 11083005.152119843, 10986950.733215207, 10945502.918749945, 11017671.030770335, 11113603.874596262, 11163431.227156539, 11281017.351480985, 11436785.52845797, 11438294.416172454, 11797662.359393444, 12132010.16307052, 12290458.837505793, 12395695.23150503, 12142746.4364878, 11907601.711921418, 12213323.852506315, 12374641.388887791, 11975563.417590952, 11734818.392336944, 11840505.21820504], "type": "scatter", "x": [-8768707.378113616, -8663397.513695756, -8416404.132183988, -8263091.746058819, -8248678.62146925, -8041967.780344012, -7925949.461955494, -7657228.532419455, -7560259.929488276, -7454958.693961609, -7659351.239652963, -7397165.257047178, -7220439.8128180215, -7060431.407126996, -6885331.070739209, -6919973.192582506, -7115368.681056505, -7252337.947261908, -7427372.128817216, -7571396.951721526, -7585453.415475111, -7468385.248658098, -7317261.724598918, -7271407.796798697, -7198965.378935418, -7237303.542506436, -7377704.231109636, -7656909.26344531, -7499558.556241765, -7383632.279359307, -7365517.360447891, -7667393.366244948, -7906292.847817575, -8041205.561621955, -8002343.911985222, -8168435.685967395, -8330529.407030089, -8328757.608038436, -8650635.383621138, -8744808.22580575, -8671485.661040774, -8462315.585925497, -8233166.75140109, -8270357.272443423, -8231510.004292011, -8087490.933981831, -8118091.858449687, -8161011.96324425, -8331518.853220235, -8557029.17195821, -8485734.396623613, -8603590.668836268, -8701692.53281081, -8789479.995512513, -8849059.61290392, -9050883.62531679, -9456001.437942423, -9691475.24971138, -9872003.15865964, -9964588.284864716, -9848181.66637251, -10006303.221189307, -10041592.50987209, -9956034.177395271, -9841560.430530323, -9554123.435996413, -9636057.634172121, -9548359.336679416, -9445471.314389754, -9163329.582751358, -8972360.715459427, -8988931.062847277, -8768707.378113616]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y17", "yaxis": "y", "legendgroup": "y17", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12529097.554926928, 12514915.876461927, 12416836.810316918, 12069729.671541274, 11996359.46803066, 11721355.111734387, 11734809.059356296, 12059874.686400931, 12251133.951518765, 12419111.893409967, 12529097.554926928], "type": "scatter", "x": [-10520099.04209518, -10288148.694230074, -10075504.052261038, -10241834.558899553, -10374564.163232075, -10493982.26475068, -10620976.532736842, -10690427.601653174, -10688704.699711611, -10630543.096772943, -10520099.04209518]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y18", "yaxis": "y", "legendgroup": "y18", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [11971578.297292374, 12220981.9116397, 12411689.731581181, 12328058.927702136, 12378240.543698063, 12263858.091182657, 12078960.488276832, 11917199.361024115, 11591197.533552779, 11455702.346325435, 11484708.25090708, 11618922.318910414, 11888648.653972393, 12018184.816270959, 11971578.297292374], "type": "scatter", "x": [-11180747.085919637, -11303381.095149, -11171626.347928515, -11038870.856922416, -10840292.01344898, -10811348.94584273, -10915276.372066341, -10746783.641182631, -10766821.14952542, -10949346.11079383, -11056568.712759497, -11133598.824440453, -11408021.416494679, -11408021.416494679, -11180747.085919637]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y19", "yaxis": "y", "legendgroup": "y19", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [13264831.966734262, 13341406.257086014, 13321440.536047678, 13100362.159960382, 12893178.884796795, 12826742.846224867, 12644899.76469205, 12635510.177959803, 12771749.555983135, 12961144.301717522, 12909611.708762892, 12987152.677904237, 13427688.904377034, 13559549.555054486, 13400842.079721663, 13131350.1022456, 13097564.801904235, 13536237.837570671, 13711363.587029733, 13655170.826066878, 13428930.55446631, 13264831.966734262], "type": "scatter", "x": [-12002404.486813528, -11903272.90848994, -11786618.928450195, -11767025.592847692, -11834762.388713658, -12211747.139752666, -12492614.671791548, -12661902.01181224, -12676099.414121982, -12444873.893117098, -12947814.56890203, -13103462.508243466, -12951579.641759293, -12846810.521189535, -12533524.244938113, -12335781.69805959, -12141295.119457934, -12300498.161970934, -12198513.29695949, -12083573.765127826, -12046039.059222152, -12002404.486813528]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y20", "yaxis": "y", "legendgroup": "y20", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [13389328.756075691, 13745725.51719492, 14070833.463106766, 14063683.191591294, 14139678.772714607, 13751814.123547835, 13583944.250463773, 13560644.136997871, 13360037.01977401, 13289675.402320923, 13389328.756075691], "type": "scatter", "x": [-13676147.635245299, -13487195.052195493, -13258589.837816255, -13087847.091480993, -12935167.490709985, -12950443.504418867, -13036185.9199078, -13140198.57434963, -13347130.890348824, -13525317.493486684, -13676147.635245299]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y21", "yaxis": "y", "legendgroup": "y21", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12658161.993346296, 12572566.734513324, 12549825.864161469, 12432592.256472584, 12265893.939575404, 12167935.045446187, 11902367.728555247, 11648004.98546779, 11494182.682242576, 11328296.403217947, 11479005.812429572, 11665387.658366907, 11818546.198215265, 12091152.529484386, 12346489.356856743, 12593644.23494228, 12658161.993346296], "type": "scatter", "x": [-13529534.144983051, -13370558.329938136, -13086233.488827879, -12978119.234772258, -12858603.339153463, -12998546.696523424, -13271509.692374077, -13409545.860957732, -13409545.860957732, -13702560.671187427, -13761315.451864477, -14018346.449587788, -13970596.094555834, -13893483.970088426, -13796937.68891833, -13905779.687676517, -13529534.144983051]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y22", "yaxis": "y", "legendgroup": "y22", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8448587.879731854, 8428249.533029288, 8342719.08294915, 8308321.556157397, 8349686.774162671, 8410210.057474213, 8448587.879731854], "type": "scatter", "x": [-18531109.852437507, -18442793.15107596, -18432188.24379962, -18500494.54648433, -18573471.95560158, -18641036.17364369, -18531109.852437507]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y23", "yaxis": "y", "legendgroup": "y23", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7924556.775974511, 7910410.144606443, 7845793.158134142, 7747919.950166059, 7670324.098392148, 7722774.073656529, 7818920.64269405, 7892688.904462289, 7924556.775974511], "type": "scatter", "x": [-17057344.13370328, -16983434.80433717, -16936275.037669726, -17032584.968573164, -17143768.23159647, -17200687.27420333, -17217896.159539472, -17116794.31772679, -17057344.13370328]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y24", "yaxis": "y", "legendgroup": "y24", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7143125.893612261, 7158270.079102726, 6946012.21038816, 6799040.08401, 6799391.01333392, 6882644.004415242, 6967325.920308719, 7025141.188125109, 7107474.875965856, 7167745.2105354415, 7143125.893612261], "type": "scatter", "x": [-14773210.480052825, -14666341.662626075, -14699680.821899215, -14602784.126394643, -14647176.895286165, -14714257.895421451, -14755397.572333168, -14811571.654000357, -14832171.693575392, -14825530.323653756, -14773210.480052825]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y25", "yaxis": "y", "legendgroup": "y25", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6404894.120026692, 6323396.246453469, 6253174.176140766, 6160102.048806824, 6136819.001204533, 6213040.968326768, 6273104.719372286, 6332750.434722747, 6381635.703575257, 6412654.053866758, 6507164.7882897705, 6547704.972950894, 6509512.086325315, 6483053.646148683, 6464632.741911064, 6404894.120026692], "type": "scatter", "x": [-13961134.024680363, -13906116.214433048, -13794990.47735103, -13749070.394718325, -13805051.764482204, -13987851.948111312, -14021245.757028677, -14120877.811041463, -14140914.09639188, -14255500.018842341, -14298385.60807213, -14288793.157362452, -14171926.331339942, -14103622.904952295, -13998983.217750436, -13961134.024680363]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y26", "yaxis": "y", "legendgroup": "y26", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9256375.924711851, 9208642.219615653, 9234380.816212721, 9168493.681074042, 9135362.487727838, 9108470.241470145, 9056493.016150938, 9109909.574734408, 9154763.714296987, 9140382.140940096, 9162215.665320009, 9256375.924711851], "type": "scatter", "x": [-19117080.595579673, -19048371.611305945, -18978983.82092503, -18888970.104295503, -18778422.50292342, -18787606.519449964, -18871930.920486163, -18956658.003111374, -18999051.74554316, -19097199.630270734, -19123698.95512479, -19117080.595579673]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y27", "yaxis": "y", "legendgroup": "y27", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [15063729.448406968, 14982558.43488835, 14770039.504958713, 14503034.788687412, 14277529.376055345, 14336999.954552222, 14513188.343689099, 14533657.320905557, 14699916.763551058, 14837934.507329095, 15063729.448406968], "type": "scatter", "x": [-11743347.91541378, -11524826.99854223, -11223805.252973292, -11138649.602085488, -11095318.186810719, -11277103.03757611, -11460320.284279553, -11708153.544534123, -11600651.94175321, -11735254.015474636, -11743347.91541378]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y28", "yaxis": "y", "legendgroup": "y28", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4191813.1526968223, 4189979.8707587696, 4230609.4331983365, 4172673.7455059392, 4136410.146536377, 4081605.2686081184, 4099085.242616124, 4153347.3703548005, 4159074.810024285, 4191813.1526968223], "type": "scatter", "x": [3667638.9095097696, 3747818.5664762105, 3849035.460171469, 3773820.2919381345, 3785406.0165134254, 3671297.5593756526, 3616803.2351940568, 3590795.7571380013, 3651554.656325803, 3667638.9095097696]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y29", "yaxis": "y", "legendgroup": "y29", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4180032.1545083993, 4140048.585749522, 4128553.693683438, 4150876.6748654144, 4177316.8913385654, 4235168.136489768, 4189274.0342875607, 4197019.67392365, 4187370.9622688293, 4163750.709049866, 4180032.1545083993], "type": "scatter", "x": [2926589.7338449154, 2912674.2086474826, 2752372.4206558894, 2753488.4239168647, 2617675.429131338, 2638269.716112245, 2699126.409400229, 2785771.982167378, 2868615.090215428, 2865922.876163175, 2926589.7338449154]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y30", "yaxis": "y", "legendgroup": "y30", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1390005.1867505452, -1438241.4427340555, -1513289.703906839, -1650538.172894029, -1704103.0973116613, -1759148.567600311, -1792982.0066071523, -1725637.3333136912, -1759617.7232057634, -1844920.976936384, -1893887.1901486279, -1920610.1520736606, -2018891.6780409187, -2154937.4426286714, -2317033.0217545456, -2542324.7592617427, -2709636.8783970266, -2850564.3197269924, -2879508.1274778405, -2931342.333143794, -2900029.878201087, -2856269.0343558416, -2791958.4180872305, -2684515.1415249854, -2588525.4744110173, -2502380.2098816545, -2416505.275512233, -2395942.418896795, -2356486.3915736224, -2266947.690916623, -2192060.3476800644, -2136584.4295913316, -2062941.627092417, -1955819.7248887173, -1891043.4804399016, -1817849.8216629366, -1813605.0578127739, -1790002.558881032, -1769192.955889396, -1767648.2944487978, -1702230.9623258726, -1631728.6926608733, -1574288.6757349852, -1525593.4838274503, -1539280.2126382354, -1460251.3966880005, -1392048.2922759405, -1341410.7580658745, -1390005.1867505452], "type": "scatter", "x": [5515159.297679717, 5544710.373719076, 5572265.299595761, 5590178.877712673, 5619022.384674198, 5607954.393570492, 5588269.016461931, 5550457.215253691, 5529529.277813322, 5550762.1027425155, 5540879.146029332, 5510160.293381838, 5503147.881138897, 5459307.361283736, 5404398.85032487, 5335626.587515731, 5292988.359833478, 5242676.171583481, 5152141.8451853, 5054963.272568419, 4990850.611003566, 4902479.259997791, 4871760.407350296, 4864414.34464789, 4825216.168254625, 4815034.076646747, 4834972.567896976, 4886222.428989958, 4886521.563884653, 4939727.306981412, 4949754.078547813, 4923930.683503879, 4902841.673427902, 4893948.162904862, 4932841.451809305, 4947763.680979268, 5003247.451351008, 5065340.952376674, 5106558.289309127, 5155455.339403458, 5218900.70004938, 5310510.761549634, 5343916.075655252, 5328752.237531882, 5376044.313864291, 5437407.235435607, 5439460.911539569, 5476323.534716563, 5515159.297679717]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y31", "yaxis": "y", "legendgroup": "y31", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1780507.7979969748, -1846685.560281535, -1861863.2321806143, -1811372.860093332, -1780507.7979969748], "type": "scatter", "x": [18614489.182343833, 18684406.211384594, 18647704.660843205, 18610393.33532417, 18614489.182343833]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y32", "yaxis": "y", "legendgroup": "y32", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1754867.2197873367, -1723164.6124211508, -1635409.0957790338, -1670580.8229675659, -1763050.569201907, -1748639.5965835548, -1754867.2197873367], "type": "scatter", "x": [18567329.41567639, 18551377.472157385, 18549070.68191175, 18602345.45613806, 18620414.35429644, 18590489.359638713, 18567329.41567639]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y33", "yaxis": "y", "legendgroup": "y33", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-764307.6580438487, -680521.0725607051, -640560.4771318714, -603002.051335378, -635506.2222075227, -688522.1689705151, -764307.6580438487], "type": "scatter", "x": [14940203.765620457, 14929365.8782819, 14949131.791708266, 14972429.797929678, 14997741.212096158, 14997476.592766233, 14940203.765620457]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y34", "yaxis": "y", "legendgroup": "y34", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-14352046.188708717, -14352073.95643511, -14237244.602237437, -14352073.95643511, -14587905.210313851, -14935489.511281759, -15193954.606792089, -15513335.359622527, -15718005.804326797, -15889191.1844477, -16051343.256710032, -16189663.704223135, -16147877.467368733, -15915923.670115488, -15640463.917116914, -15463155.299538223, -15254164.66894162, -14993306.028361723, -14776201.041641908, -14577030.808376063, -14352046.188708717], "type": "scatter", "x": [-5416874.996385812, -5360188.933841164, -5194485.459962681, -5026604.6292064665, -4889244.186600308, -4841279.056754838, -4828197.657706073, -4823837.191356484, -4996078.488462284, -5177043.594564328, -5386351.731938693, -5619642.434235794, -5883456.400980014, -6029537.77628535, -6009915.677712202, -5772264.509065513, -5676328.496780442, -5606561.03518703, -5556415.672166765, -5488825.567451081, -5416874.996385812]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y35", "yaxis": "y", "legendgroup": "y35", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-15662616.274608068, -15688392.04849679, -15753405.207826907, -15484641.760089377, -15262848.464644546, -15522373.983078128, -15858819.622587254, -16171769.45510014, -16074916.222753948, -16116231.329768129, -15885426.493770037, -15858819.622587254, -15662616.274608068], "type": "scatter", "x": [-7379372.483406973, -7128642.792008582, -6888811.390187098, -6805959.653247857, -6747087.604934285, -6631535.246670197, -6664235.867995044, -6696942.241914022, -6930238.696805251, -7178785.278731782, -7318328.830809799, -7318328.830809799, -7379372.483406973]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y36", "yaxis": "y", "legendgroup": "y36", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-11454484.702396516, -11413881.137529278, -11427382.488265444, -11253855.788953327, -11129808.04874398, -10869660.388794914, -10721866.201934544, -10673316.5917245, -10789202.137036698, -10907112.434394624, -11052628.343258556, -11194827.531860705, -11346742.627509663, -11502164.670068448, -11640310.619124064, -11774225.882855445, -11824263.649161346, -11896386.145341355, -11889123.460776715, -11745821.468380861, -11795627.48475629, -11845826.335791873, -11738739.170286966, -11591642.536295345, -11454484.702396516], "type": "scatter", "x": [-8228271.293797529, -8151963.132679734, -8023320.746475687, -7990620.125150838, -7984076.549329393, -7986259.658801251, -7923032.896732221, -7820556.184922768, -7761689.889203326, -7735527.091105796, -7687559.084963262, -7650492.244694698, -7619968.980247578, -7606887.581198814, -7626512.556069025, -7657032.94421908, -7787852.687300857, -7912131.730858251, -8058210.229866521, -8003704.400496668, -8134518.390984317, -8258797.434541712, -8343829.404655747, -8350367.227883066, -8228271.293797529]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y37", "yaxis": "y", "legendgroup": "y37", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-11674501.014015699, -11611661.122234348, -11660493.7752742, -11688537.609828407, -11737936.111120999, -11695585.513981285, -11902814.476365643, -11873859.374530604, -11888321.227697423, -11873859.374530604, -11895563.918668097, -11823450.25313029, -11674501.014015699], "type": "scatter", "x": [-11391404.206617197, -11321633.86872672, -11179918.7123651, -11018575.704836205, -10896479.77075067, -10774383.836665133, -10708973.965124246, -10796183.292116009, -10931360.62525031, -11068721.06785647, -11219162.909511395, -11332532.158303628, -11391404.206617197]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y38", "yaxis": "y", "legendgroup": "y38", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-12337696.41280157, -12207249.828076046, -12275988.124546884, -12337675.979076846, -12268299.591637827, -12407785.329514854, -12510362.92071886, -12478643.950083012, -12337696.41280157], "type": "scatter", "x": [-13650189.054239336, -13626200.736722473, -13493203.63676297, -13349305.37092949, -13216311.147267047, -13279537.909336075, -13384189.101726199, -13538991.40973071, -13650189.054239336]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y39", "yaxis": "y", "legendgroup": "y39", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-12260640.146531118, -12176923.98757293, -12268299.591637827, -12423457.153448975, -12407785.329514854, -12368746.525118291, -12260640.146531118], "type": "scatter", "x": [-14169093.178731535, -14088424.55126415, -13977226.906755524, -13807165.842824515, -13872575.714365404, -14016479.73279301, -14169093.178731535]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y40", "yaxis": "y", "legendgroup": "y40", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2386059.3286308097, -2459754.629802953, -2514634.472435016, -2543339.3032066394, -2511015.9030635026, -2457323.363029486, -2394341.859920388, -2310873.8361442764, -2270869.044194432, -2272562.062902149, -2312674.3701752606, -2352882.74258391, -2386059.3286308097], "type": "scatter", "x": [18454544.055188227, 18545826.218823146, 18603714.573540695, 18561415.74891204, 18500156.374035046, 18420523.21351083, 18348771.106943004, 18275097.63393617, 18259692.18685939, 18307599.79076357, 18369946.405930907, 18418923.992343042, 18454544.055188227]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y41", "yaxis": "y", "legendgroup": "y41", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-404979.1673700098, -440446.38701366424, -498101.6034083775, -527661.3294220109, -462187.1270665202, -419358.01602923335, -383051.31100460165, -335798.76858364977, -303255.1238873011, -276524.8574425426, -307517.1292918898, -331873.3908826947, -358455.25876153295, -404979.1673700098], "type": "scatter", "x": [16991808.935695864, 17034107.760324523, 17047471.036485597, 17012656.336818434, 16991659.368248522, 16965761.18948091, 16915356.95972485, 16852020.898367375, 16771622.642824046, 16802560.09404843, 16862674.70269381, 16900526.77206095, 16947278.10454525, 16991808.935695864]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y42", "yaxis": "y", "legendgroup": "y42", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-646970.7838454146, -673986.5075334285, -700019.9407398277, -699881.9537626323, -667573.3374306363, -636568.7304230588, -602192.669665669, -618410.9158167023, -609718.581884578, -556481.1951661094, -553733.4956487827, -612686.7047709019, -604201.7913947314, -566205.118578611, -526623.4502480165, -461264.6826310739, -459156.27531612, -477360.1964666541, -538895.4297853335, -606670.22499769, -615804.2412222605, -646970.7838454146], "type": "scatter", "x": [16842793.737384874, 16781908.28112624, 16724773.516239554, 16665636.848596055, 16574366.190149397, 16510788.519838512, 16520015.680821022, 16619823.188954733, 16680731.655589884, 16697506.220069299, 16713481.173964826, 16724296.05092686, 16787810.44270233, 16819225.359239403, 16881364.881018106, 16869117.608118, 16935790.174070153, 16958271.31192529, 16956039.305403337, 16918647.443566497, 16860350.654665798, 16842793.737384874]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y43", "yaxis": "y", "legendgroup": "y43", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1165727.2467552829, -1204401.415861896, -1203685.6856908319, -1134476.6445421241, -1161670.4586232337, -1165727.2467552829], "type": "scatter", "x": [18047007.276731458, 18078134.56356209, 18000365.243535593, 17958037.655936293, 18024560.6544411, 18047007.276731458]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y44", "yaxis": "y", "legendgroup": "y44", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1066579.628679356, -1087260.8361691511, -990109.6104563283, -923272.6359556566, -923272.6359556566, -1012781.378319379, -1066579.628679356], "type": "scatter", "x": [17998133.23701364, 17981370.17772248, 17898866.472728025, 17875683.51838919, 17913535.587756332, 17953608.158457156, 17998133.23701364]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y45", "yaxis": "y", "legendgroup": "y45", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1097208.4064601671, -1099708.7753769571, -1088351.167064288, -1071066.248495291, -1026553.9602551338, -1044189.2893580728, -1067721.5209644514, -1097208.4064601671], "type": "scatter", "x": [17905988.18425941, 17862613.624528684, 17794359.095191132, 17771043.83118733, 17778050.49083614, 17851522.623048462, 17887763.96605955, 17905988.18425941]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y46", "yaxis": "y", "legendgroup": "y46", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-889757.7007337466, -925207.5294998727, -947676.0231305708, -900274.2030631573, -860149.1882242338, -823003.6869666353, -811646.129723607, -838410.6665751381, -889757.7007337466], "type": "scatter", "x": [17771043.83118733, 17797206.62928486, 17801923.75647043, 17714679.91391389, 17653725.426525716, 17611984.603527546, 17628552.07461833, 17679761.66755241, 17771043.83118733]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y47", "yaxis": "y", "legendgroup": "y47", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-778389.4060777861, -814746.0022836872, -821096.1697542785, -795688.9013088186, -749907.4520833497, -731357.5390493879, -778389.4060777861], "type": "scatter", "x": [17492744.83242693, 17537097.333159547, 17514944.093169756, 17466254.136464063, 17420538.270922933, 17426267.85467516, 17492744.83242693]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y48", "yaxis": "y", "legendgroup": "y48", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-591332.9855317902, -616527.6689712919, -686993.1385614555, -724753.8318180388, -755927.2025827395, -767064.9838105652, -724299.4248096682, -653646.0255020567, -569027.8893419079, -558288.1950639788, -591332.9855317902], "type": "scatter", "x": [17227803.35723348, 17261525.06401618, 17315495.902132057, 17368063.107280523, 17352485.08237988, 17321311.774796218, 17273110.788591467, 17224374.811132744, 17200432.514368914, 17215837.96144569, 17227803.35723348]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y49", "yaxis": "y", "legendgroup": "y49", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-4848026.00974201, -4926401.411383156, -5026953.322928541, -5085977.850947702, -5047086.883474734, -5025801.7182032, -4905170.3889621105, -4825291.32615608, -4767636.188095582, -4715713.584721334, -4665956.068299287, -4557028.906786983, -4466421.505169618, -4373368.700619187, -4349025.535580896, -4292228.6683891965, -4171499.1602169634, -4075851.841049743, -4065305.415234533, -4140209.305623021, -4175349.190020289, -4296944.858949877, -4442451.089394905, -4347835.151941334, -4385522.056809365, -4490758.143270588, -4536424.834265771, -4547666.206505864, -4494176.496108327, -4510351.3276917115, -4635436.677003015, -4718536.067338741, -4715595.382968905, -4759144.106198063, -4821109.095306353, -4848026.00974201], "type": "scatter", "x": [19690839.811990824, 19648782.596315566, 19593615.21862091, 19507579.42083141, 19488469.30313572, 19442057.373705003, 19506250.57158767, 19469796.38259381, 19350004.362456836, 19353145.278851137, 19433578.049959246, 19452354.51719546, 19447177.18247959, 19402099.85488675, 19405102.709021956, 19351891.21333107, 19264302.215126805, 19217752.223437004, 19259055.849281393, 19319642.17064533, 19406258.980441835, 19437719.917731933, 19518382.792605195, 19520718.345821463, 19570955.750347786, 19587609.5103505, 19677188.90612331, 19752398.321762513, 19816022.012826428, 19872431.950852893, 19845452.28438908, 19811581.010159034, 19726592.18450097, 19696868.530637745, 19707217.44747535, 19690839.811990824]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y50", "yaxis": "y", "legendgroup": "y50", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5367431.443333969, -5287629.035117562, -5209217.0198235875, -5097734.671764271, -5060188.497639959, -4977854.8535902295, -4910232.664606466, -4972415.777860348, -5033209.495108971, -4973538.236306557, -5035743.647900311, -5098118.876784984, -5167245.338388309, -5278278.850558163, -5339457.656772301, -5413161.419211696, -5415061.546628514, -5473219.093941322, -5575166.048325963, -5735064.649621115, -5806612.948605719, -5852629.066295294, -5849188.608715354, -5796076.117288524, -5784797.774924337, -5726103.3354993155, -5608719.690849533, -5454888.489884948, -5425857.6599643845, -5367431.443333969], "type": "scatter", "x": [18887334.72187018, 18982747.248089537, 19049557.87630078, 19099053.19618449, 19141242.721524704, 19157775.677050713, 19235849.88456604, 19260540.01856661, 19285793.906791795, 19364961.107191574, 19397152.62393603, 19397256.170630347, 19355837.49290339, 19283067.17717477, 19226128.000488456, 19267190.017379437, 19181303.787037283, 19086052.33345353, 19056242.39067838, 18992963.85526219, 18905547.434881795, 18849988.88078637, 18747466.14822389, 18675374.63860247, 18554386.07888672, 18535713.158344805, 18595517.126907237, 18735489.24724784, 18807362.15829238, 18887334.72187018]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y51", "yaxis": "y", "legendgroup": "y51", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-4956169.952635568, -4966017.230562537, -5141696.716273913, -5193321.669616924, -5314957.851824472, -5273376.326905709, -5379573.120360036, -5371339.717040232, -5366577.225063419, -5236494.8078205185, -5137397.766599482, -5008216.940543124, -4940903.825412589, -4953868.654332262, -5004548.629403047, -4984382.769468699, -4956169.952635568], "type": "scatter", "x": [16440693.160379762, 16507463.520432102, 16515344.574388484, 16477210.627909034, 16465716.9448398, 16426812.150747105, 16349531.801221551, 16326486.9091418, 16258031.03900974, 16189408.34364795, 16174175.474395037, 16109942.008353474, 16112801.04763546, 16185628.88930536, 16293179.38913637, 16353788.720876824, 16440693.160379762]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y52", "yaxis": "y", "legendgroup": "y52", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-3768915.939652812, -3836255.227886119, -3866682.865264217, -3936131.7164656473, -3990240.3996021743, -3993482.87931367, -4005363.8440083703, -3981014.7785127647, -3995580.6395134362, -4001710.545184403, -4073196.9227484255, -4067118.021184893, -4105174.661139145, -4148133.5818188265, -4142817.4596245433, -4142768.507322771, -4056677.015709963, -4031205.6412197403, -3954689.379341454, -3936584.81995984, -3906376.110672677, -3858879.2323590997, -3767488.240859778, -3690149.182840503, -3559367.4679110586, -3486119.2226600717, -3413447.0607209373, -3330927.6550407778, -3293842.5444431324, -3243735.753563689, -3145736.9091766714, -3047418.544605887, -2994719.1441039806, -3048147.692621701, -2933778.666966038, -2969425.2129381015, -3017166.613958338, -2954052.9212287664, -2857562.996701251, -2819139.1825603894, -2782722.675077411, -2712587.68423778, -2682836.3844518643, -2622544.542644778, -2552380.1698115054, -2466403.9253330776, -2557413.282402263, -2475187.465656488, -2435371.5314183068, -2384717.0835602703, -2341244.7349455124, -2332003.376157155, -2346594.9436775045, -2302544.901186918, -2289458.255467411, -2263629.812239631, -2252882.798378062, -2255657.1883439184, -2221213.778879097, -2169110.4572753273, -2106576.0766274137, -2047358.7752069323, -2000934.5979308824, -1937851.3742592474, -1839634.0309544008, -1939431.9736911573, -1916327.450279473, -1861708.1224099395, -1805766.5556374516, -1830725.9634516512, -1743179.1830293718, -1686749.9936176057, -1641571.8935561986, -1622101.96329702, -1590194.8085495161, -1603514.5475652164, -1574830.9016719193, -1558504.2898715453, -1543141.5572336467, -1595473.4964508615, -1663168.625596975, -1663949.3732988934, -1674687.1948656058, -1611888.6927480444, -1520452.4933322915, -1490725.9147008199, -1462334.799119207, -1397546.0752564308, -1357603.9172803864, -1371050.369953948, -1349728.3837267493, -1291973.005423424, -1254821.0397900536, -1238442.6993921718, -1266397.5521254847, -1312699.5656147792, -1341621.154396493, -1330180.0681828046, -1364955.1331269036, -1332563.756568089, -1342410.1537840753, -1320688.0720292327, -1376655.3604210517, -1437326.6924555455, -1483206.8818461883, -1486989.6350185627, -1532471.2660484423, -1589434.0600428318, -1645578.8320052724, -1677888.7541159193, -1741250.538239358, -1778082.718723039, -1817718.8351752376, -1886091.778352308, -1885978.3026837327, -1915591.8213161684, -1951374.1220368273, -1990734.4977390643, -1951080.5776736282, -1888916.9170133776, -1837750.8239141195, -1774606.031051688, -1683292.7167256195, -1627960.2413132424, -1594730.2852403643, -1529488.1244941498, -1443847.8726298306, -1420801.8044476535, -1382957.8695155387, -1322977.562015427, -1260941.0282383172, -1228774.5724249023, -1186594.1736982095, -1241693.2344531016, -1312495.2086963202, -1326160.9405552868, -1373677.2101129543, -1431328.7796552805, -1495620.2809321382, -1536955.4390477135, -1626471.9192957582, -1583407.8467432796, -1631746.4140009496, -1676426.9915510565, -1727238.514061933, -1825853.3589391988, -1883470.0449309265, -1897573.8172785717, -1996641.413339233, -2056961.1437820701, -2136149.1060502366, -2197373.0387935685, -2253235.6580356704, -2304552.035120015, -2333176.615657907, -2407481.853119286, -2536461.424907966, -2510188.559184538, -2562045.360614329, -2543623.881644592, -2671009.0415697778, -2745277.9360380075, -2791612.761769941, -2890404.3682409404, -2989125.5427891165, -3059575.962067234, -3136464.4144991394, -3242730.0955543034, -3354311.6178887566, -3413085.531577499, -3527063.087625407, -3600881.474367032, -3693793.1048968057, -3812737.80502537, -3877496.60201434, -3980346.2483087033, -4046467.6265171175, -4162864.3266876293, -4230648.122507185, -4333226.436735303, -4428536.295861648, -4472579.648900051, -4521187.3238858655, -4526290.568878906, -4584001.858784364, -4638801.169365323, -4699879.62401414, -4636990.508048802, -4612011.574682033, -4538522.578552595, -4565126.411292425, -4667632.24816534, -4629121.20105707, -4606719.151838762, -4596609.818433633, -4555836.285571143, -4469464.065188787, -4364041.58035835, -4294476.577524413, -4238956.096407219, -4222522.651892118, -4156602.736403073, -4056448.0342483143, -4149770.907371113, -4174675.8626782508, -4099851.387342662, -4022333.7499631243, -3956958.775947598, -3858831.4990531052, -3971913.7561156275, -4017582.356215395, -4124517.5280510196, -4069069.854547754, -3997954.8918225886, -3901501.921688697, -3851980.4008462657, -3821577.620493755, -3742136.428949292, -3738403.4648127304, -3674987.022755618, -3687285.9177558767, -3733942.9985980093, -3777600.8847996024, -3768915.939652812], "type": "scatter", "x": [14042810.58672458, 13924801.870767515, 13828290.599069575, 13806839.175563486, 13765731.137919474, 13671262.037137236, 13601356.513284735, 13502964.14330669, 13422934.053787598, 13346505.088193098, 13280292.729771249, 13247836.593696874, 13191996.162489152, 13138479.779309442, 13057276.160588088, 12982647.756955886, 12864564.25727515, 12804725.773147948, 12807153.367870279, 12862424.292259255, 12881298.553595666, 12877369.531805731, 12890980.169514345, 12878508.545443226, 12819653.75491204, 12801412.278929792, 12806198.437244905, 12761886.20467119, 12759050.175765716, 12709744.691488251, 12695863.681855587, 12632257.248574061, 12616834.5437149, 12665748.851591611, 12628190.164525038, 12683397.810378598, 12716342.916953918, 12714484.829050336, 12659392.23507935, 12648715.4203764, 12622909.283114852, 12634989.730785219, 12657804.519099817, 12672991.3675997, 12661095.002941458, 12707092.745594896, 12715503.038211122, 12762530.495213607, 12852967.027511599, 12907202.484957403, 12992277.599527404, 13042894.675266223, 13073532.991595918, 13161254.299465137, 13228772.496754214, 13245662.113116208, 13275126.900243638, 13336656.647044687, 13453652.906435093, 13514170.196669485, 13542582.259071354, 13607879.95502673, 13612884.711918738, 13615795.52454788, 13693697.154239338, 13740586.54898274, 13787959.161632948, 13748318.035491768, 13783253.539635634, 13832369.188306853, 13845887.784509402, 13906715.714826748, 13933557.319031464, 13989530.059904147, 13991278.848519286, 14040187.403801877, 14042154.790993903, 14091109.36702952, 14144907.627321538, 14227146.712986069, 14288935.32652291, 14358604.994016137, 14429396.417364467, 14405810.78143661, 14459137.329010068, 14509322.96018924, 14491961.631108686, 14540306.432166658, 14607732.587949669, 14664683.26982424, 14758214.697763493, 14756201.289818438, 14674658.26804348, 14733938.750540191, 14807669.749488309, 14866812.16972593, 14960567.948836207, 14992356.783991652, 15061359.150565937, 15126392.227191398, 15168213.586507367, 15194272.83791058, 15245384.636744473, 15215718.508822538, 15173448.447164522, 15135193.696208376, 15148091.01224502, 15115387.514623106, 15075849.935176248, 15083811.525450433, 15172309.433527032, 15258046.096421842, 15315387.954697164, 15395843.736181788, 15427229.889748216, 15485492.163084134, 15502416.295010906, 15608678.213757074, 15682179.108940039, 15703964.182905592, 15726560.372643301, 15740378.103740547, 15774214.862405822, 15758763.394576015, 15766794.015979739, 15753919.71031961, 15768508.289030103, 15789856.165841874, 15772523.599731972, 15799422.729877977, 15820557.760706987, 15823365.026641814, 15864726.178427482, 15896123.837182172, 15903855.323691202, 15931594.332580013, 15936345.97533035, 15976809.722431941, 15985162.489106879, 15981227.714722818, 16021334.80098842, 16092759.009690914, 16129621.63286791, 16183040.221947433, 16171604.064819487, 16195345.020788815, 16212234.637150805, 16240272.780934306, 16270491.1578926, 16259733.806871846, 16295779.561682565, 16416405.707968203, 16495055.174896399, 16569729.59928163, 16555152.525759388, 16618822.237576334, 16662116.260989266, 16706537.792851428, 16751684.151573814, 16778882.416614518, 16798061.565439753, 16877056.188015673, 16928748.998856574, 17015762.737647958, 17047039.591925938, 17049910.13639618, 17042224.670640178, 17095275.093695465, 17088889.71421256, 17069630.02906952, 17039589.982529216, 17041850.752021816, 17019812.563914593, 16970656.64708447, 16888181.705060665, 16847533.87494696, 16810418.1376283, 16777421.25770582, 16734460.884752354, 16706296.183898026, 16691926.203764418, 16697621.271951873, 16633790.487499328, 16509195.051264854, 16406459.472719606, 16355295.90053855, 16288036.569985276, 16195833.991289755, 16127631.235299362, 16144912.028062113, 16084072.592556508, 15986589.132450808, 15890348.232676914, 15827219.264708068, 15763572.563267644, 15655814.970048001, 15583855.770091541, 15563198.204575215, 15537323.036184123, 15482627.371208021, 15375531.32631319, 15412123.57756613, 15385195.684449483, 15330827.917338714, 15231779.751629993, 15289996.004212888, 15306862.610198367, 15349857.498716602, 15340975.493381819, 15250418.156607127, 15180863.540996477, 15138231.065908354, 15051309.36862302, 15054760.925100267, 14985097.010201175, 14926374.529334953, 14947302.466775326, 14804465.554558598, 14726241.779595934, 14619180.250265874, 14419858.616299009, 14275715.86521506, 14149026.484717716, 14042810.58672458]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y53", "yaxis": "y", "legendgroup": "y53", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [834289.0420688259, 718271.7660600366, 686602.3344306386, 661160.9270539612, 749631.2969841188, 909956.0472859608, 1091723.928084197, 1029408.7285462751, 950574.3494074537, 834289.0420688259], "type": "scatter", "x": [9104593.951004118, 9087825.139118828, 9041148.590358196, 8944338.183765557, 8891362.544433948, 8871625.393978227, 8922012.3659519, 8998936.054641468, 9050755.4225532, 9104593.951004118]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y54", "yaxis": "y", "legendgroup": "y54", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-309971.4217189543, -342259.3324893874, -426974.9337270113, -381305.30102342856, -372037.6240570834, -379353.2393160257, -375449.2250615282, -314565.48058535764, -309971.4217189543], "type": "scatter", "x": [14401513.593622442, 14524003.580405794, 14564467.327507382, 14470481.444631953, 14377496.513134932, 14314649.422278399, 14237639.444676898, 14264020.841351317, 14401513.593622442]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y55", "yaxis": "y", "legendgroup": "y55", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-419489.731919017, -399150.3551801227, -351501.5998088602, -346196.5042882466, -382719.280613839, -419489.731919017], "type": "scatter", "x": [14123651.792015826, 14046716.598138, 14025035.07086676, 14137647.85353106, 14165317.831290323, 14123651.792015826]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y56", "yaxis": "y", "legendgroup": "y56", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [240512.92930008992, 180098.25597220057, 170394.83655247153, 125221.02036462708, 28581.981273837053, 39410.329919210584, -27873.35879197603, -86251.05048043947, -99520.60129744261, -29479.033090392688, 111876.26436758904, 200249.60759441697, 240512.92930008992], "type": "scatter", "x": [14241367.125672327, 14249357.478917148, 14315080.866838053, 14325510.319993468, 14319688.69473518, 14262272.052736178, 14245336.415621158, 14291196.09601551, 14260028.54102597, 14215106.533474606, 14182046.375016715, 14204423.966177527, 14241367.125672327]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y57", "yaxis": "y", "legendgroup": "y57", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [96777.5763049229, 101412.27307139777, 181727.4428376425, 157013.63754416286, 47313.0962932365, 26050.618165894368, 47673.09384062269, 42153.14788374481, 26233.470433886338, -57461.5933747705, -155804.66656553585, -105709.77722355428, -68078.8909252076, -119008.57250161383, -102943.78050636407, -167745.3338564058, -210626.12841030705, -352480.2368077019, -390522.2780637854, -518481.46622352966, -591401.8574563115, -624060.9881734792, -584997.0694182969, -494129.43359999405, -537083.1781976868, -506373.29551805457, -463556.48833027633, -398566.3477384145, -290652.9792024, -324303.3824994145, -453478.72701855056, -612244.6353229694, -628373.5247659575, -595763.8902037397, -493602.11850015505, -386635.01731962746, -385816.36415029044, -309954.2586717454, -237470.77544596532, -149637.35417819655, 17056.596316850086, 62638.858293848825, 144779.1227981813, 112122.00889169924, 96777.5763049229], "type": "scatter", "x": [13684234.136897553, 13812246.614044506, 13922282.234539125, 13941708.7449119, 13852267.411398176, 13768607.434983848, 13661471.121930111, 13475972.971654618, 13378719.615314068, 13362888.476271763, 13462523.406581616, 13522626.510038735, 13730208.86917448, 13721062.244509779, 13672556.370816205, 13624228.827540623, 13526239.139151588, 13631580.642837157, 13611245.222592043, 13711328.855243942, 13710368.172024442, 13650943.874674514, 13607293.190425599, 13661079.945529358, 13551838.183024503, 13524145.194888726, 13538584.206151873, 13458324.012867633, 13466584.738036511, 13392341.758210935, 13401758.754799688, 13406286.046379011, 13335690.211231058, 13287863.14364468, 13319778.535870953, 13302549.516455363, 13255740.658029769, 13221167.567316014, 13267165.309969455, 13283019.459388275, 13338969.189884445, 13362313.216858888, 13456943.390276734, 13543888.097938577, 13684234.136897553]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y58", "yaxis": "y", "legendgroup": "y58", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1140534.0211329015, -1061867.5166814679, -1039821.6946364517, -1073976.463029348, -1108069.7269131902, -1138390.8799888548, -1140534.0211329015], "type": "scatter", "x": [13391179.734196924, 13243435.859188383, 13347241.420241576, 13405733.797342649, 13444667.354405994, 13438000.097810779, 13391179.734196924]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y59", "yaxis": "y", "legendgroup": "y59", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-947502.6541893522, -938991.1139337318, -898046.020946097, -960148.908934117, -991914.548701322, -978119.2272626794, -937228.9242814286, -913992.12375841, -947502.6541893522], "type": "scatter", "x": [13507692.775680516, 13581797.693247003, 13681559.180627685, 13665244.823678568, 13497988.149385324, 13349922.12910557, 13349536.705298947, 13437942.571869494, 13507692.775680516]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y60", "yaxis": "y", "legendgroup": "y60", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-928008.9471377414, -918877.5724827521, -966415.659803657, -988889.0088894352, -1003920.6101715419, -1003023.6472085234, -938604.0037210255, -937725.7965996555, -898207.6469738568, -928008.9471377414], "type": "scatter", "x": [13164711.60853652, 13233489.623939784, 13261102.075757759, 13132405.03990949, 13055297.268207798, 12995453.03148647, 13033702.029848492, 13094737.053554472, 13124570.00670614, 13164711.60853652]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y61", "yaxis": "y", "legendgroup": "y61", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-711617.800291344, -751213.7833434921, -762316.0271203589, -716425.548825062, -769966.3782730801, -842227.1550629066, -862571.6130586311, -928950.4954552915, -971561.5806906478, -926507.1335813034, -929551.2487220011, -921274.2995180789, -901215.1529785703, -858568.9126642226, -847514.249899449, -861469.970807684, -815535.4063997773, -767611.8612173147, -759426.5704158107, -653106.0046350338, -659672.7548077448, -703136.2359968509, -711617.800291344], "type": "scatter", "x": [12076700.47059057, 12091910.329466969, 12305170.499007782, 12329699.56037275, 12536223.442188803, 12576738.96263755, 12743736.770195, 12880280.34443488, 12753263.066072201, 12630836.357824262, 12530085.424253434, 12414579.086742375, 12310393.854476683, 12181432.199298492, 12099722.352293804, 12053425.474745668, 11850416.427942278, 11831104.969452085, 11729232.280026147, 11805615.224867618, 11940686.135010535, 12030530.150113264, 12076700.47059057]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y62", "yaxis": "y", "legendgroup": "y62", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-119962.99653219333, -197116.6599879451, -258863.79560273796, -268649.18166022806, -338717.13679255673, -476535.00445772154, -648263.2651895549, -650589.8002928816, -557726.0124063421, -467080.2593897602, -399900.40898881195, -309708.25524812576, -226755.2968944708, -71913.27854526293, 20250.783381325564, 115322.41844011199, 201667.42294694757, 271343.061323431, 366073.37722890003, 428126.1850217847, 550340.6739883696, 606865.4766811038, 602387.9080488436, 580931.3303496052, 472414.966082275, 397263.8635256415, 351181.181381335, 232190.21369693393, 230454.8175787413, 154675.860559493, 62073.13620263744, 11559.633053106994, -78724.95488569024, -117128.30799595892, -119962.99653219333], "type": "scatter", "x": [11618414.306730017, 11637282.815472297, 11676066.805088291, 11757799.662469493, 11811954.583597492, 11783996.976131793, 11779567.478652662, 11656306.644256055, 11562556.617739907, 11419627.664017124, 11371973.174254604, 11287697.670268498, 11232415.240691263, 11147754.312898532, 11049988.97568052, 11017291.230652736, 10976252.224138277, 10875869.456591684, 10817687.719573565, 10733872.423117759, 10617750.558034925, 10607971.148016056, 10679642.718266083, 10851967.42798675, 10950405.818717828, 11036499.142448613, 11097885.074396448, 11203353.135152848, 11316518.166853506, 11410055.347386893, 11474461.391252315, 11559237.370927623, 11514626.00345921, 11578428.024941111, 11618414.306730017]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y63", "yaxis": "y", "legendgroup": "y63", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1416600.3831110916, 1503125.203599485, 1498949.3800695164, 1458027.3886448985, 1360083.4300343601, 1416600.3831110916], "type": "scatter", "x": [13451167.785771474, 13394343.66096774, 13489710.166434063, 13528367.598979225, 13498845.285910504, 13451167.785771474]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y64", "yaxis": "y", "legendgroup": "y64", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1109346.447963262, 1140818.6915843966, 1210651.6869720719, 1217269.8047344345, 1141515.6818703457, 1250191.096812804, 1142796.437612577, 1105870.581083417, 1034994.237907713, 1001825.8689314412, 1079298.9878698469, 1109346.447963262], "type": "scatter", "x": [13646220.99489481, 13674161.344578123, 13686443.133042993, 13747829.064990822, 13729898.22909153, 13812292.634797534, 13801661.840847617, 13761658.301276326, 13726797.580856135, 13691833.31374163, 13623285.402103508, 13646220.99489481]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y65", "yaxis": "y", "legendgroup": "y65", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [933857.9259995846, 859650.3693680001, 797085.7437511742, 695184.9157957563, 808713.6003939386, 752195.0610769993, 670199.5045568709, 618106.67621297, 682621.897921801, 763182.3891007793, 816172.1943607017, 868934.0371788632, 822669.5033292206, 826963.1033014684, 764773.9873324088, 797388.1430367976, 891425.7000330249, 922851.0836073109, 964984.8150015514, 914367.5335248716, 944977.3971291477, 994908.5646764536, 997885.3759431174, 1084570.0148287427, 1031386.2947824708, 974993.5858775665, 933857.9259995846], "type": "scatter", "x": [14068202.537208855, 14079523.642454227, 14086081.599760994, 14048160.499264311, 14007489.65877409, 13955440.187097212, 13990985.466218727, 13959075.826586574, 13828083.505680937, 13796795.146214696, 13830741.20416842, 13760220.152744142, 13725255.885629633, 13672872.763493285, 13590495.615569662, 13572064.303981164, 13615749.50379485, 13685885.131412504, 13746586.50465902, 13785934.248499624, 13870572.165915847, 13888733.10558029, 13967411.335479125, 13960813.110013453, 14051048.301516943, 14060390.514382025, 14068202.537208855]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y66", "yaxis": "y", "legendgroup": "y66", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2047364.8666631079, 2083501.6657646273, 2184133.5910337977, 2237360.702684757, 2270351.4994375343, 2267556.6148857106, 2222650.246131295, 2171000.2551238267, 2103431.184790436, 2047364.8666631079], "type": "scatter", "x": [12186724.585896937, 12095442.422262017, 12092215.216955792, 12147077.70716163, 12268699.05223154, 12332702.414507953, 12357582.384114776, 12308668.07623806, 12282902.207135415, 12186724.585896937]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y67", "yaxis": "y", "legendgroup": "y67", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2783884.7631506547, 2590200.603275304, 2492012.8599296645, 2593082.722327329, 2682359.0764875608, 2801419.9724030513, 2893827.3906604224, 2857398.954302971, 2783884.7631506547], "type": "scatter", "x": [13556244.67012712, 13489209.690744864, 13441503.427635184, 13382838.472710246, 13370159.755250495, 13435670.297188636, 13524766.47505463, 13575550.376023186, 13556244.67012712]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y68", "yaxis": "y", "legendgroup": "y68", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4720612.890408748, 4577623.658805192, 4433127.074134391, 4322732.928781104, 4254001.589295355, 4158076.8434525575, 4094495.9475942203, 4086237.923297853, 3933602.302282388, 3984754.5357814473, 4084926.532497974, 4055268.5910352715, 3992210.0056233457, 3989650.7276470265, 3891865.8264626665, 3669083.9384124205, 3614568.274501683, 3664914.20152805, 3782477.6326138997, 3820666.9125753297, 3911211.354128072, 3952124.902137436, 4036059.866133346, 4105565.033773915, 4198161.788673707, 4238800.9654363245, 4210919.473323688, 4455804.856315776, 4389460.698221974, 4528875.866000788, 4583546.222270239, 4757574.9961046465, 4920350.148442216, 5012998.599994573, 5040088.476827253, 4837257.949309385, 4720612.890408748], "type": "scatter", "x": [15794521.519680293, 15691538.579587506, 15693413.925273476, 15651494.771857318, 15670898.271853572, 15612923.628224086, 15470684.985796748, 15274993.238725118, 15116405.723783897, 15041598.989733705, 15036973.904054191, 14843376.101245428, 14711624.437914794, 14581310.923116349, 14694176.819922311, 14619899.324531967, 14547934.371981373, 14494067.08055981, 14521368.892294832, 14450905.366811838, 14405678.471771654, 14510933.686545286, 14569322.516952045, 14681285.256479796, 14762931.824949063, 14984527.50338243, 15103554.42850028, 15220027.201824969, 15294252.92386816, 15457557.565994957, 15520876.369570047, 15590827.914175577, 15571746.55945053, 15618768.26385889, 15737122.135463674, 15797823.508710187, 15794521.519680293]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y69", "yaxis": "y", "legendgroup": "y69", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5429723.443430426, 5495276.286928304, 5322660.756298696, 5281056.36625435, 5131666.405906128, 5234233.642988547, 5070587.875230513, 5068358.499178058, 5216894.789444251, 5333505.96388055, 5341981.527504557, 5555613.493838919, 5678247.410057077, 5514798.426220704, 5462638.3927602945, 5429723.443430426], "type": "scatter", "x": [16098293.005242769, 16177040.266271152, 16201787.926213007, 16036648.206559137, 15939153.241265183, 15764119.059709875, 15703538.490940068, 15579731.160101231, 15564417.754530508, 15619470.0803426, 15738410.716548515, 15770849.594840504, 15803765.938445183, 15934591.434121082, 16020005.95174468, 16098293.005242769]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y70", "yaxis": "y", "legendgroup": "y70", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4969617.877145586, 5015207.4548769025, 4911114.40366327, 4720113.991381109, 4729142.381077056, 4681464.138710434, 4719323.195155654, 4893383.79196827, 4976959.599930899, 4969617.877145586], "type": "scatter", "x": [969591.7268108331, 1025253.827600563, 1092041.4454352863, 1076405.8945933597, 1025788.8188545387, 980383.5933963588, 938234.336215048, 933776.075765271, 908366.8674986048, 969591.7268108331]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y71", "yaxis": "y", "legendgroup": "y71", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5226592.314144226, 5284336.2851696545, 5155169.788752917, 5040302.3286646055, 5070442.298634622, 5170744.932284792, 5226592.314144226], "type": "scatter", "x": [973601.2849185694, 1045290.1129509816, 1064216.14763455, 1027451.3185577446, 976909.0265425948, 951137.4048458203, 973601.2849185694]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y72", "yaxis": "y", "legendgroup": "y72", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7545126.767785739, 7445876.116512789, 7288207.037036809, 7397818.842667241, 7479374.96488226, 7545126.767785739], "type": "scatter", "x": [1377122.752673474, 1412645.02141847, 1345851.6509896212, 1229361.619882544, 1213818.1105466785, 1377122.752673474]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y73", "yaxis": "y", "legendgroup": "y73", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8047449.250382464, 8065393.446502145, 7837912.861119197, 7866335.753518046, 7865250.900381667, 7697785.085929221, 7517758.919115884, 7505105.029744498, 7254554.5532398615, 7223801.879546308, 7009050.1136901835, 6935943.222489815, 6900929.933922042, 6784487.71366438, 6731656.674835028, 6639287.70349579, 6546843.214643291, 6548467.024463717, 6500334.365652334, 6534765.48864616, 6453056.531417959, 6472772.763474233, 6406619.406119298, 6441147.346135735, 6625199.078965928, 6663571.664548399, 6693445.249981864, 6764881.694875803, 6820967.584256398, 6919381.49499142, 7040720.087389968, 7023831.900961775, 7132728.802870239, 7252641.333211751, 7286464.6951909205, 7338775.907029657, 7425936.95718147, 7480171.182841953, 7387327.444649106, 7577792.1541673625, 7680525.1548148, 7893163.227011484, 8064328.918969157, 8047449.250382464], "type": "scatter", "x": [-468821.42470519606, -334515.60958140076, -453496.5139462188, -340081.2444009602, -218106.11479212716, -247127.95217164228, -347205.83222941024, -232102.1763073629, -124120.23191670122, -47921.370087352945, 20592.025985993067, 52317.58260601842, 187187.15195443356, 173657.05056362477, 116947.97764246483, 161398.27247527253, 61262.866476216506, -87666.04292284812, -277185.256494333, -329090.91331799387, -402692.47889821476, -505669.6663968692, -583873.3072800844, -643044.4904883493, -479785.8691145829, -380139.4336164722, -554857.2224946963, -586352.6753495724, -470029.4694722327, -530995.4620486646, -509843.17343727034, -344208.73068833404, -327836.84779792686, -404090.35927149875, -539250.4346234123, -565784.2750422474, -525329.156831851, -561938.6658671818, -621874.9440945702, -628398.3858365664, -684612.735662657, -644186.3804229046, -557710.509182554, -468821.42470519606]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y74", "yaxis": "y", "legendgroup": "y74", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9963531.617638607, 9785676.840803014, 9603008.173157424, 9404262.306022992, 9230311.291333055, 9184734.40427575, 9221512.778322913, 9301226.525622437, 9414042.728634944, 9541019.04585234, 9591992.905638387, 9669921.322853507, 9732274.810885793, 9909908.30845527, 9950898.15358839, 9764912.800970776, 9913806.453338834, 9836086.523585591, 9983304.072794989, 9963531.617638607], "type": "scatter", "x": [-1615100.588581196, -1640808.9317425538, -1515028.4611175586, -1659755.1005055748, -1980867.781069153, -2076803.7933542237, -2223356.8813781166, -2533962.4487655414, -2424369.7780188317, -2666663.29012742, -2469556.4049001206, -2474345.4395122994, -2707978.4211600614, -2632763.2529267278, -2464048.2960218475, -2290541.4282077225, -2121397.90304025, -1981333.74119358, -1799793.3756786648, -1615100.588581196]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y75", "yaxis": "y", "legendgroup": "y75", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7079940.870838857, 6901157.411616865, 6722664.985180391, 6543660.032689665, 6238602.533149452, 6294622.358111429, 6052156.2973280875, 5884283.481914916, 5771655.397799615, 5868730.571691597, 5744290.930372755, 5879288.768580965, 6038694.959898676, 6218806.133024682, 6347328.253004015, 6579663.276709556, 6754796.46524305, 7004765.975140661, 7090748.715573508, 7178282.266184465, 7205002.548535401, 7079940.870838857], "type": "scatter", "x": [15909182.22585442, 15947724.606517008, 15944877.072423281, 15990823.041729564, 16102826.049416218, 15938048.743192464, 15869558.35749563, 15978075.293140266, 15974934.376745967, 15890601.34681858, 15817612.432513071, 15797006.640343903, 15809420.738473732, 15796730.515825726, 15822484.879740113, 15827403.347720193, 15762180.435488487, 15772028.876636894, 15874931.280411877, 15830716.841938352, 15880258.182575097, 15909182.22585442]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y76", "yaxis": "y", "legendgroup": "y76", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1034782.8483304669, 928580.8749926215, 1006831.6087954325, 1076060.7804550023, 1153758.8379682624, 1265636.800875268, 1173778.3799235495, 1111885.3769205003, 1034782.8483304669], "type": "scatter", "x": [13191869.605418319, 13043780.574762048, 13098349.682667319, 13178770.948587166, 13245610.33976905, 13303958.902016902, 13323793.846572815, 13250298.703983974, 13191869.605418319]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y77", "yaxis": "y", "legendgroup": "y77", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2050531.0331628374, 2002291.864004532, 1919159.631771995, 1823176.333783611, 1785013.96976345, 1692446.1833626684, 1601349.2421263778, 1588773.6547755222, 1602281.4523708906, 1539059.5684483987, 1477131.564499787, 1449845.6059411727, 1397578.3511119299, 1453251.2109681293, 1512966.3773661142, 1471230.7163527529, 1539327.3697842115, 1522499.4297451572, 1547662.9499967382, 1594801.1374749057, 1623852.8777176312, 1650295.8693836424, 1609102.9746467324, 1674811.5332957285, 1724730.1174075806, 1834848.924355313, 1796937.438163449, 1977762.1068757486, 2083215.2525588945, 2083079.5845963631, 2049793.6208054174, 2080152.3984822072, 2050531.0331628374], "type": "scatter", "x": [13618487.738600135, 13600378.572282847, 13638380.209097333, 13609064.989417255, 13543439.395596534, 13525876.725721478, 13550791.210893067, 13609801.321465729, 13659043.527207782, 13798083.727299538, 13787487.448914392, 13823797.823055021, 13812235.108856246, 13725474.484206524, 13684354.941374257, 13655712.775207242, 13584835.062946979, 13483727.46854017, 13428318.481892101, 13433967.529326528, 13468747.713428918, 13435520.729741288, 13421139.244419428, 13366178.960113404, 13349536.705298947, 13345400.59012038, 13390224.803571554, 13401758.754799688, 13438028.860781422, 13505426.253593791, 13574031.6911732, 13608363.172933545, 13618487.738600135]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y78", "yaxis": "y", "legendgroup": "y78", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1270846.3165729502, 1324592.6442830304, 1289624.6294813857, 1289787.9939296292, 1242660.3728188295, 1194824.7739036526, 1161037.061932932, 1213334.8626192394, 1270846.3165729502], "type": "scatter", "x": [13585249.24972425, 13568014.47771453, 13634836.611114025, 13705679.807809519, 13703522.585011233, 13651967.836429426, 13581268.45458716, 13577345.185391357, 13585249.24972425]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y79", "yaxis": "y", "legendgroup": "y79", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1355232.9227755822, 1229158.9833127337, 1259070.0061128247, 1221234.32646029, 1151783.3760667245, 1126603.0968271329, 1205710.788374641, 1211559.6352997995, 1279821.409368505, 1270817.161888996, 1313566.7084270022, 1399967.493395167, 1397470.024600314, 1355232.9227755822], "type": "scatter", "x": [13970880.149738757, 14002145.498828487, 13916259.268486336, 13918583.316514347, 13945821.849713951, 13892874.973352985, 13888238.382485218, 13854723.769091152, 13837293.408881059, 13902803.950819198, 13901354.297098758, 13833312.613743965, 13940218.823032552, 13970880.149738757]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y80", "yaxis": "y", "legendgroup": "y80", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [962464.2131163569, 958911.9274679577, 1037073.4463872446, 1049003.5587029199, 1086103.9147770186, 1181057.9416515864, 1233317.139765425, 1235457.5743520798, 1258959.2595349273, 1249547.202009103, 1306537.4136337147, 1331804.2980745865, 1386320.4210277072, 1379382.2549318166, 1349608.612557681, 1311543.5777162623, 1284858.264841806, 1271685.983012349, 1220518.2321185668, 1161653.0937069787, 1096390.5275360846, 1007433.4974315737, 1014708.9714963912, 1095755.3245415753, 1135283.9174986188, 1220462.924667945, 1266292.6804612097, 1319514.2615808202, 1355189.0700889202, 1275785.5086577034, 1273954.3602285304, 1211088.197485145, 1173819.0760269242, 1172830.7557952942, 1184392.9901063233, 1134032.4705072972, 1120147.5673933048, 1155255.0346130747, 1183581.7319003239, 1190368.9864103273, 1191933.6800438392, 1158703.7959270931, 1105658.7903095686, 1097222.9792436874, 1042063.4254383709, 952360.2142153541, 954885.9846522196, 928528.8875713426, 887432.0065918226, 814731.6667239092, 757351.7398389137, 754712.9076409162, 700410.9750170459, 661692.401309187, 639429.0468818313, 659465.9864619825, 667490.0860660159, 637614.0956996641, 625387.5188654395, 599093.0710231396, 505398.8305665048, 459981.3672388537, 455965.18438283174, 403917.08435398765, 210303.17108283145, 192040.19681085716, 115688.18141450733, 24656.37033436587, -8673.947912069862, -26039.12097121001, -136880.211933939, -64313.10116066679, -104058.17758850077, -171603.74251399798, -236435.79308280232, -297700.4231184777, -263587.6955334395, -322134.8879662402, -317820.8987548927, -409485.5691063329, -533711.1319647786, -565728.9306579961, -570181.1272820162, -605212.1157874139, -746817.2720936751, -814233.1845411648, -998938.380776379, -1072109.7256097996, -1228547.4641717419, -1356194.7041247117, -1454453.9084097287, -1456671.832431059, -1540339.6713620771, -1754665.3449742233, -1932463.855686159, -2008970.976197056, -2054889.7728610025, -2211274.4176818174, -2365256.923466967, -2488044.5723327305, -2539831.968676013, -2611731.1277371147, -2611445.3546771887, -2657707.6552508823, -2711437.3034791914, -2746819.3357535624, -2843676.141848581, -2965214.9542020294, -3057386.848574594, -3125956.732099608, -3252283.6684343056, -3313735.173919945, -3383389.5733404066, -3608737.7786133573, -3711665.7213656213, -3772766.851809851, -3898032.377084512, -3973993.7380154226, -4058071.8226348734, -4132968.460884898, -4105962.2218728047, -4120427.09505864, -4062590.531347245, -4066902.715359208, -3992813.6103376863, -4062729.3840126637, -4178407.741968557, -4272407.975628032, -4332251.340230244, -4399737.857808293, -4579015.51938505, -4654935.525991624, -4684571.468988458, -4670227.937732158, -4755464.483451929, -4863484.290659212, -4936943.717818358, -4988529.538982559, -5008841.149879768, -4955352.323273663, -4993757.322815993, -5141040.555763146, -5186113.1892485535, -5138902.561668311, -5216801.312019444, -5263665.0887676785, -5358260.669618299, -5513399.616801107, -5597069.472115606, -5597515.715877687, -5678312.813817412, -5797935.123057385, -5916323.033979657, -5949318.14158053, -6097221.73330756, -6191544.637529443, -6391046.820167548, -6459273.246046993, -6541012.750843658, -6725256.084518733, -6829802.290515095, -6820620.286399014, -6819259.843036796, -6864041.332847444, -6930271.236973893, -7104118.89312409, -7108486.663518724, -7047519.185916487, -6918474.17014047, -6813961.0104442], "type": "scatter", "x": [-8610936.731538672, -8553419.419142421, -8469897.504987182, -8424057.958672281, -8422956.336896626, -8402442.586233525, -8338597.420295654, -8268450.287489745, -8259597.045125607, -8172494.141125224, -8084893.637732702, -8041519.0780019695, -7987628.776203892, -7948191.867154284, -7918985.94676265, -7940595.566607278, -7943759.493378086, -8009108.962680625, -7972798.588539988, -7974156.200754373, -8023260.344237335, -7981122.592244281, -7933134.452022297, -7908136.5542358365, -7942654.995305369, -7948281.032363282, -7809652.142751732, -7825074.847610896, -7786046.372744431, -7746088.853926171, -7668020.39900498, -7595693.033024277, -7591335.442971753, -7491384.119984819, -7372452.112670092, -7308707.617129475, -7223572.100321122, -7161124.814756537, -7159847.738859956, -7021958.057593952, -6888555.399748369, -6983084.902768962, -6945057.379280897, -6856030.232544446, -6771631.047784574, -6753892.92378859, -6695878.012000202, -6652261.843316061, -6579169.382316235, -6510293.572812779, -6507167.037903806, -6465224.87411113, -6405570.4729960505, -6361623.530149509, -6228249.635274569, -6216278.486892653, -6126273.399154318, -6006582.0494145965, -5968778.877097551, -5886813.039654136, -5768948.138550292, -5750519.70325886, -5710688.741511433, -5685060.934667877, -5622622.277994484, -5563088.681356108, -5560085.827220905, -5643814.834764778, -5609189.970703866, -5412416.7359360345, -5408401.425234171, -5323849.796729885, -5183768.37710083, -4998880.001802984, -4944546.750256992, -4962799.731427499, -4833357.734639556, -4616715.039751042, -4450404.667191976, -4285843.083248049, -4143673.4719502586, -4057922.4275701293, -3962728.4999276665, -3922385.5573027823, -3884608.271659318, -3866125.186723661, -3910454.677079767, -3967088.9662772557, -4123999.600029953, -4194920.456746179, -4277326.367640442, -4305157.418035307, -4336258.818192365, -4328357.630156534, -4359392.87548111, -4371220.2090098085, -4406417.456186532, -4426154.606642253, -4539023.379745282, -4557949.4144288525, -4648052.296267376, -4674114.423967653, -4795054.086633311, -4970171.680803484, -5048576.662481208, -5173249.75873642, -5304259.337424446, -5398489.705550346, -5414691.8869139515, -5396182.915304719, -5416975.666783064, -5442238.183899447, -5520036.266896584, -5643550.215434856, -5741439.233426636, -5817120.361784398, -5867884.128673504, -5941528.838709689, -5989703.938240859, -6115432.635518698, -6197611.318944876, -6257858.237255216, -6360760.641030197, -6436254.810078774, -6504072.142262541, -6511682.824294872, -6370350.215442813, -6385548.569130956, -6315988.200926178, -6321643.000954734, -6428606.736184608, -6593660.166926543, -6816921.221360179, -6939206.991051962, -6915808.314433294, -6938602.968668445, -6918060.455034699, -6984830.815087035, -7098899.0040659085, -7205943.275613585, -7248906.524864112, -7233380.2733106315, -7158222.631018586, -7097279.648818668, -7064118.81996352, -7166615.665852423, -7256005.226018982, -7272371.356315261, -7298692.350751332, -7403855.524018909, -7491110.871763703, -7523032.016584107, -7413551.521422906, -7307125.653744072, -7345426.425453252, -7476904.840562769, -7549252.340622923, -7650848.905530679, -7696466.976971623, -7660513.263666969, -7586422.727585806, -7633349.514191038, -7732394.803602696, -7785994.599397272, -7886440.645479279, -7904388.739160961, -7951528.371748957, -8077113.254173575, -8204553.348204716, -8343035.54666598]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y81", "yaxis": "y", "legendgroup": "y81", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [800916.2701584102, 741575.3784953916, 647484.9702362096, 618307.6347357274, 516738.575712075, 452373.1208400804, 425995.65007585596, 367870.6506551964, 298286.84241593874, 290864.6949860741, 250777.52528802425, 195350.21859225706, 187049.5386847999, 152709.62945854405, 108693.0308111951, 84971.04615168892, 39844.60891808605, -31370.417028712483, -100257.81099225076, -116933.99554558157, -217326.90638452984, -248518.6170795463, -297019.6879694493, -245625.06214632513, -293959.28281300975, -376714.2929839026, -446695.9430063568, -524369.9827387307, -630280.0926072578, -679894.5963357022, -724937.896486474, -797635.7543330964, -879797.5817057404, -930712.3437669392, -1153918.5527943594, -1362024.9545151189, -1510931.9321294709, -1543736.1135455042, -1638014.6552206152, -1708594.4512498877, -1834348.3454265397, -1950433.596436284, -1998046.356660909, -2064875.2790280688, -2229766.971897367, -2423260.5883828565, -2691144.556381276, -2944175.7532403287, -3183891.2476898255, -3337401.9195924923, -3494432.2361086896, -3600494.4633030957, -3795519.022999899, -3992765.314113348, -4208428.56174141, -4430583.537879364, -4435103.259211951, -4592989.267580507, -4731750.290292871, -4830110.567188947, -5101808.038551136, -5317002.913790464, -5338464.110307424, -5149937.35395018, -5189767.171613125, -5506184.424848332, -5451654.705532032, -5711979.7912960425, -5853664.810537583, -5900930.866277339, -6027436.450054544, -6187582.905301767, -6479130.352771767, -6595725.932274689, -6699862.004560512, -6813961.0104442], "type": "scatter", "x": [-8669736.872425634, -8624662.421129858, -8607091.122363606, -8630958.63540377, -8605842.809437668, -8626845.530601714, -8585815.152978446, -8628421.741392992, -8675299.63094813, -8730521.658287011, -8756626.930443255, -8751696.957274921, -8793230.686884455, -8778127.250999434, -8854659.76328825, -8915645.889944138, -8907885.64046446, -8950011.887269255, -8970499.75125878, -9009493.71056047, -8990697.109244801, -9013290.422685442, -8946612.104139166, -8904063.04166591, -8879988.435237113, -8939240.15476318, -9027973.919199064, -9062624.669933556, -9008679.718491256, -9044708.215519581, -8965391.447672453, -8878906.947540909, -8843879.401890988, -8798353.3719561, -8693178.693500267, -8583422.073820889, -8489139.93234783, -8507421.676488983, -8461306.005655902, -8375442.785690262, -8175807.63534338, -7955117.990485293, -7945456.508646067, -7833838.9247660395, -7810667.475615458, -7802521.802329154, -7837333.625699252, -7873065.8641299475, -7893122.283559815, -7958218.638720687, -7944881.249233192, -7978125.490703206, -7952491.931265522, -7999611.429774066, -8076578.262919604, -8144881.68930725, -8191785.465535968, -8182601.449009427, -8150545.118226999, -8201697.1852197945, -8239641.296092994, -8274594.058019243, -8204395.151866174, -8169614.967763788, -8094908.904110847, -8153079.135940711, -8276794.425273489, -8314692.515393658, -8420695.56740403, -8251733.248951613, -8369307.644051955, -8416645.741137393, -8402367.80250985, -8346360.5460723955, -8377907.772274429, -8343035.54666598]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y82", "yaxis": "y", "legendgroup": "y82", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-6918920.637632874, -6957602.009456325, -7081967.304642015, -7149618.140231575, -7063311.757129744, -6936171.590051585, -6860457.101047995, -6882015.067671622, -6967325.805015379, -7107270.4474906605, -7221056.952174009, -7268963.321151727, -7365663.090677593, -7375404.967863335, -7306879.523548128, -7385391.07987784, -7446241.867752116, -7439983.761119491, -7424087.131064911, -7365361.369433496, -7337272.539841535, -7229679.694491764, -7127542.628266635, -6918920.637632874], "type": "scatter", "x": [-8311396.278957888, -8219619.3922278965, -8063335.791235234, -7915675.328841558, -7858241.429060173, -7822141.024605236, -7719523.374239629, -7640315.905680948, -7597556.87352199, -7541894.77273226, -7397179.6385325, -7241333.23469362, -7291426.824366728, -7397179.6385325, -7453943.361097886, -7490803.107977815, -7586270.283841394, -7640968.82511456, -7706882.048641714, -7787697.3672593795, -7904316.831734351, -8044380.993581021, -8158072.387644462, -8311396.278957888]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y83", "yaxis": "y", "legendgroup": "y83", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [15886095.254444512, 16011265.234731173, 16019663.258309415, 15835078.844743887, 15998831.824265944, 16114081.373367164, 15961354.242259294, 15857208.90039761, 15768466.081738764, 15717954.80630854, 15610022.841835476, 15503099.486774582, 15657012.060446436, 15865443.967416367, 15886095.254444512], "type": "scatter", "x": [4992340.53288291, 5209656.281284487, 5378788.301263702, 5401534.058448757, 5465474.142189753, 5570401.45909805, 5735506.663187142, 5692454.248727619, 5543007.605856968, 5442900.96282856, 5427374.711275077, 5297262.537271136, 5176670.906550266, 5240081.7516314145, 4992340.53288291]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y84", "yaxis": "y", "legendgroup": "y84", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12374189.351353955, 12732679.03765912, 12926007.421407618, 13158249.32285301, 13452395.383067066, 13540626.230815843, 13718969.992428502, 13782635.090717318, 13591008.550513059, 13443859.558633057, 13215973.624726396, 13004036.507679831, 12600359.020376243, 12210516.79445723, 11847506.372290166, 11549114.526531423, 11266979.028923435, 11237490.206390219, 11281209.26290387, 11432805.11883099, 11526023.844328357, 11717853.877573777, 11795608.875542758, 11997388.355987119, 12325753.664382566, 12374189.351353955], "type": "scatter", "x": [5956515.577019375, 6223033.263004106, 6192918.432740127, 6441907.964414573, 6809418.192923538, 7179925.522973581, 7370566.492400171, 7587209.187288688, 7664593.083508557, 7589826.617617265, 7195394.2485857755, 6855444.698547624, 6509639.007686408, 6343739.945607549, 6169252.260494473, 6191905.97617347, 6404844.000443072, 6339086.096957393, 5975338.065008628, 5945798.494157524, 5744296.627015865, 5728028.290819773, 5841854.870845242, 5838058.158720268, 6058854.226569738, 5956515.577019375]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y85", "yaxis": "y", "legendgroup": "y85", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [15532824.400132008, 15194682.043147923, 15123018.088456666, 15224720.533555161, 15396315.635941569, 15407380.6163601, 15704259.649565201, 15891778.906415561, 15729979.07747213, 15932094.78456165, 15763062.363244811, 15532824.400132008], "type": "scatter", "x": [3050989.5818790123, 2885918.893354692, 2563071.8056612955, 2234759.753545595, 2214953.5719603286, 2055209.7855992229, 1933398.6049230609, 2277150.6196803125, 2438781.256915644, 2551359.524015174, 2832816.696952252, 3050989.5818790123]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y86", "yaxis": "y", "legendgroup": "y86", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [14249069.082151044, 14036297.64999849, 14156216.002580095, 14292150.175556222, 14464569.684641922, 14575019.370458808, 14369535.846088938, 14249069.082151044], "type": "scatter", "x": [2752274.6265557, 2503612.9927465953, 2307207.9240030027, 2384028.0659982557, 2316768.7354449737, 2547465.0177900135, 2591667.9510752866, 2752274.6265557]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y87", "yaxis": "y", "legendgroup": "y87", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [15291119.74446687, 15506896.79810081, 15529261.511793794, 15308180.288791548, 14859844.089113036, 14635152.211230503, 14234708.12866272, 14135863.269618986, 13718793.584894603, 13699819.760901447, 14003312.172369594, 14186857.91185885, 14340186.648341088, 14809600.833736883, 15277529.196778866, 15503281.83944679, 15282494.134263206, 15291119.74446687], "type": "scatter", "x": [1685691.9017393256, 1727961.963397338, 1891410.4203773534, 2031785.2223069756, 2398248.478684512, 2118120.1549911723, 2056262.510324785, 1958600.71980109, 1905590.564904711, 1771445.8224165193, 1532045.8651546908, 1633009.6447082856, 1466144.1468157943, 1249259.8429738714, 1162683.3013362684, 1466161.4045981807, 1527138.90236287, 1685691.9017393256]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y88", "yaxis": "y", "legendgroup": "y88", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [800916.2701584102, 833084.3064420489, 893333.2183276064, 923180.2949691823, 930839.5003881381, 967791.7668319313, 998903.7333865177, 991769.9890459226, 952845.7051732144, 924759.9668365996, 920858.5419837869, 897607.394322338, 837018.5436271006, 822767.4738427121, 806244.9369475446, 800556.2457381452, 867191.9451445283, 848217.7726484231, 854768.4665133283, 899691.2401386894, 907112.4908390662, 920182.8312899312, 920099.0900997688, 920015.3490712998, 895766.0717282337, 912661.205642183, 937460.0966580304, 960935.1611645604, 980360.3564869594, 1005095.4426933675, 1031916.1722654921, 1053948.7394699766, 1068324.4313049063, 1101150.551419517, 1121215.667867027, 1088571.6269844698, 1061763.266068171, 1092898.4977635487, 1103990.6185973864, 1126626.3202681525, 1160848.1864686597, 1196290.775755619, 1204224.0068148975, 1212162.037830496, 1233925.7660152393, 1269446.922062856, 1315000.2051901417, 1353113.4502805215, 1388693.9990597917, 1439901.0404853737, 1457455.2600763368, 1440367.25038965, 1448387.864578524, 1483923.5208224894, 1488866.5933692013, 1493807.629102182, 1467048.048243049, 1468744.5203754816, 1479630.2674618894, 1502228.860316251, 1509291.680990629, 1533730.5946432538, 1553601.317053917, 1555659.599439645, 1578279.090321102, 1625388.288172797, 1748734.6432324888, 1786069.2866650494, 1816093.547398789, 1807724.5094366707, 1764437.5841276476, 1753109.8519781255, 1783408.7925860605, 1805305.4489393216, 1858191.6729204208, 1874371.1574519784, 1928139.9398356504, 1983560.306915346, 2014591.7857466622, 2021530.4742055333, 2058385.4085610139, 2111629.6773453816, 2178064.1614313894, 2252155.8805671884, 2309616.694839223, 2321148.538974007, 2354880.3339141603, 2385618.105109119, 2426682.319927733, 2480151.092345866, 2527676.5836247657, 2588147.1351035936, 2707924.2428212743, 2802693.4805697906, 2878755.9459378407, 2928785.9675722006, 2958800.254301149, 3035022.4967655684, 3063894.4614544315, 3124239.5390643086, 3211356.0029366724, 3221551.1045024195, 3287738.1336958087, 3349163.219044226, 3388768.3002559887, 3484889.6821444742, 3583234.948492153, 3632859.015880359, 3684319.274657561, 3678656.6470093084, 3714511.333492116, 3661701.5022490355, 3599587.117586847, 3503012.3398062647, 3450311.206028099, 3362738.811578342, 3332942.8385156016, 3323921.3824749067, 3280601.909559487, 3282352.2537399824, 3201382.0696823006, 3169578.1579447053, 3125439.033223974, 3062239.282207048, 2947452.649654505, 2893726.146057236, 2836453.9881259464, 2772259.2185076824, 2768245.866999433, 2713172.3607794004, 2659240.49628945, 2637661.4612291325, 2593492.2792984685, 2594069.3999122567, 2667236.966394209, 2736151.8285066076, 2794846.60362664, 2825773.6296842764, 2915231.011200667, 2981834.2926421873, 3020070.874559167, 3075300.359666195, 3059345.590167183, 3091664.795882381, 3121747.626933763, 3194188.471754323, 3203633.080396218, 3196535.2644409854, 3243349.7799408766, 3300109.589270847, 3390372.4913356556, 3425577.4485390447, 3505332.901949863, 3589629.8661193964, 3693181.3062064033, 3810809.100842015, 3878141.9460624745, 3954398.11170169, 3970333.025480521, 4008622.909898294, 4015339.150200916, 4051582.308752589, 4064826.3536939267, 4086544.05278005, 4160615.709270609, 4297654.326411122, 4490252.439183115, 4522687.6763849575, 4569123.051365816, 4687882.534073891, 4804800.54630798, 4883910.604689238, 5005195.520571354, 5132325.769923698, 5247398.853843359, 5390888.58685889, 5531231.544732868, 5673800.474369469, 5888830.324168025, 6028797.399162916, 6105731.053590822, 6138300.875004809, 6081722.234355078, 5926442.596439441, 5969587.607566185, 6104994.020805926, 6242595.999953202, 6243025.373266378, 6410860.593871613, 6485781.184143771, 6558234.8369959295, 6715345.491291061, 6826102.046139446, 6903840.243507199, 7053160.010703218, 7190087.107874357, 7288734.794965002, 7361560.813392528, 7423838.970774829, 7596820.240578725, 7760831.528193057, 7956898.025569886, 7970512.099142968, 7975676.922214919, 8036627.656535877, 8260671.849832751, 8302384.024442671, 8381492.097301482, 8362516.384191267, 8465347.891599799, 8562020.2749291, 8513831.429860411, 8357883.429322879, 8343646.962296779, 8297566.868119418, 8223600.163118948, 8177423.082178712, 8306235.4655786315, 8525825.255943393, 8596119.123249756, 8653920.842125192, 8526142.386418357, 8376415.590894642, 8219690.326732727, 8114599.659079529, 7961803.195950717, 7874192.192244119, 7810988.474747073, 7720171.369196684, 7615620.633797513, 7521801.914394504, 7437364.30755554, 7452484.857746477, 7397793.5936810225, 7331522.936189089, 7266987.087407057, 7212305.818111587, 7244438.662497055, 7334477.399889039, 7394532.120648027, 7502130.381670022, 7524563.4621007275, 7606466.30981319, 7727655.242707232, 7768636.807879459, 7841429.064800976, 8000209.574503303, 8126247.441214825, 8061296.127686826, 8098081.887486518, 8020523.412877671, 8128939.705459263, 8052073.02310039, 8159088.641224031, 8073048.194897518, 8073224.893626106, 8201548.559171287, 8281714.197915259, 8360414.829813522, 8317950.326806603, 8422393.543334153, 8476375.447935844, 8605375.43117221, 8703961.55381575, 8839155.786697796, 8972854.604409134, 9098072.385048145, 9116077.802509563, 9076713.470203489, 9196097.980341835, 9174635.841647457, 9252248.260852788, 9368049.58113484, 9414215.602730807, 9514206.658716626, 9511239.806636862, 9454644.828799108, 9397718.600060025, 9454571.268082688, 9425588.06378243, 9487650.76494713, 9593029.540709388, 9748128.401464043, 9861953.455952147, 9997232.63522992, 9997232.63522992, 9858906.123479107, 9869584.731062034, 10041827.320059866, 10149887.23120261, 10294364.394790221, 10420042.597828113, 10514713.725465028, 10674640.784443721, 10684682.83838411, 10827011.701403799, 10982509.081753038, 11137796.935455171, 11175700.934027476, 11324897.641039489, 11302195.438767891, 11485184.80237167, 11412502.463141205, 11258879.562829802, 11324335.737071857, 11303980.793087251, 11226518.050506098, 11169829.286124319, 11203117.933581451, 11098482.48460866, 11067656.120525602, 11025259.53517274, 11078296.895702403, 10980539.656788196, 10935491.244155468, 10858620.838293506, 10707744.47606957, 10679268.828868445, 10809357.981214596, 10908416.885334112, 10869521.042711863, 11010493.28456646, 11091803.80610488, 10957100.74890167, 11032696.79318198, 11187726.265959853, 11152313.37264285, 10861653.751241174, 11080227.223214205, 10836039.560537394, 10888089.163149526, 10981691.200210014, 10963065.233524948, 10829141.064936899, 10714352.458453106, 10661826.329713942, 10681711.787630072, 10526794.34868769, 10378484.459572453, 10315373.76116265, 10350005.260719908, 10401707.294129921, 10226105.253515095, 10373963.812044147, 10500484.56679614, 10604283.55707239, 10618366.720714536, 10649051.796863269, 10576007.485037053, 10412684.169008281, 10436416.14049976, 10303289.310945293, 10349868.333798178, 10342812.685521811, 10528316.66299624, 10581316.570645351, 10478777.548948422, 10200689.876635684, 10434313.399538483, 10426308.860911971, 10732300.098574143, 10927067.013272189, 11057774.688171, 11428720.064022178, 11683942.14589532, 11626705.425903127, 11471602.854962595, 11091006.539366253, 10931638.15907654, 10867083.587284021, 10549821.357233489, 10791620.131695507, 10592419.987087704, 10369842.84301007, 10173476.902562259, 10384055.364069618, 10644309.198458813, 10990275.527475433, 10965520.764779527, 10918272.911551043, 10761321.877335541, 10607868.767299911, 10446792.94149625, 10288767.69394576, 10148283.959941242, 9951199.70882603, 9908466.691955788, 9992102.743701497, 9853162.344231969, 9625858.252734575, 9510821.8509161, 9336465.875043573, 9319624.577247262, 9213138.765324665, 9052403.98967485, 9021870.54290185, 8827225.26902666, 8565219.844019787, 8387234.747786078, 8132690.481395921, 8096868.6334284805, 7898771.132800206, 7742037.691615279, 7782545.233264739, 7694067.467655084, 7617231.438994844, 7522787.333678169, 7468297.743720697, 7385663.456310985, 7374408.195978556, 7355612.187824999, 7189079.339462324, 7000133.844307821, 6794951.720187211, 6624915.174703249, 6682812.519144838, 6868448.486237777, 7162335.041810819, 7262757.99085066, 7353307.322829602, 7490734.000155402, 7629833.472690705, 7765700.2696328005, 7941979.362918936, 8101684.038951522, 8330015.509737871, 8533122.756221388, 8897462.659108264, 8952925.715752902, 8887595.610753115, 8864387.160065312, 8927226.254963197, 8846297.831770508, 8709868.346965663, 8619936.46992722, 8602508.273301193, 8412036.864723468, 8134533.175471674, 8100930.2132832715, 7975644.222218219, 8093695.16746924, 8334018.766982289, 8437671.825008234, 8239836.318668699, 7966167.263727876, 7717611.687732272, 7590696.664835198, 7478492.076296398, 7366457.801065589, 7316287.818777798, 7254842.072613125, 7094166.856336475, 7069235.008182959, 6998895.869356234, 6792922.346167566, 6725182.017737829, 6662449.120768974, 6599418.028140634, 6455558.843340675, 6427431.461745495, 6463932.322030073, 6465180.547755362, 6453164.142080056, 6329595.864036907, 6254172.202889969, 6032876.262895193, 5881848.61850291, 5908543.763867073, 6124990.240920446, 6265140.827799754, 6282073.179727782, 6199143.2797808135, 6086847.093713122, 5909666.083960566, 5787777.758050797, 5708010.948444491, 5731052.444082325, 5912100.380174699, 5794864.75681302, 5736894.374456297, 5633010.930809467, 5539690.03840177, 5476788.900743906, 5365889.258116029, 5377134.0895581925, 5507762.853471238, 5637235.700943447, 5632074.175698986, 5612896.46516987, 5561487.446115345, 5486039.6175449295, 5432666.120787884, 5387155.74150483, 5296517.823908877, 5262413.8698539715, 5182507.246293925, 5103322.641061723, 5099605.989862998, 5154045.014704347, 5120868.651131089, 5078387.145754951, 5054350.676626204, 5057230.929503378, 5031435.317232756, 5024055.60150596, 5016776.813216966, 4974184.31868797, 5001874.478804609, 4974023.755782343, 4930089.248886604, 4929798.556677251, 4947748.276758886, 4907249.309454439, 4900565.374793572, 4796477.587658234, 4686155.09190891, 4722834.217868141, 4730285.3771997765, 4766147.410410482, 4689072.395532976, 4663729.939628544, 4610125.921724236, 4555298.284853511, 4443537.254063968, 4449062.9015557235, 4544264.39807766, 4598121.74504012, 4716199.306564267, 4654572.6832459755, 4564835.774146847, 4586933.654224891, 4541579.424488102, 4408727.566443649, 4399140.252422369, 4351292.710702962, 4214135.87943258, 4113502.7344534234, 4073552.462514512, 3994952.0984261613, 3986392.110078269, 3937473.9046913222, 3892977.176147941, 3807396.5408400693, 3745020.969503154, 3667803.0745588443, 3575901.0566483866, 3486732.7097190022, 3377747.768767696, 3288264.3950187108, 3233935.520407512, 3089173.888508646, 3005724.8818017724, 2957802.8986627227, 2882896.753966855, 2867467.200474456, 2882296.3173358897, 2936075.8703315635, 2964350.236168663, 3070565.1878585587, 3165736.073480297, 3214658.603881114, 3298076.732229294, 3367603.6022932446, 3474078.0928273476, 3493704.8449986535, 3435740.414960224, 3442109.434363395, 3501722.219286661, 3533452.2780205864, 3517323.27148868, 3531514.630598896, 3522666.4295741594, 3502668.099084421, 3468663.8720048266, 3416957.8380765608, 3391845.556191173, 3375161.3140707524, 3393885.140627654, 3369813.023932405, 3373756.824510209, 3440946.7893419173, 3425060.3235019073, 3454562.287104955, 3445617.13765543, 3415859.787445256, 3321881.56318645, 3267536.9646027223, 3207615.315747221, 3151384.053551003, 3065607.4741612123, 3006247.817404821, 2964350.236168663, 2856733.0303704166, 2769071.0438272506, 2607224.656119326, 2548635.8185292073, 2483436.283839018, 2425364.563221251, 2333408.9021980437, 2245583.846661523, 2178564.0658380385, 2120916.0090515846, 2089924.4440014227, 2041154.371422149, 2073720.7434016736, 2085503.6594316266, 2106491.63322497, 2126535.2631567414, 2174310.755055909, 2242817.0562819517, 2341935.6590823685, 2376555.5883595278, 2407626.142052882, 2435193.3510324704, 2431050.9926739, 2441125.922630781, 2415915.9207507726, 2358784.2527013854, 2288525.672863792, 2216847.65221929, 2196396.580112933, 2145728.571055416, 2054600.834059805, 2084547.8630116715, 2082603.246690236, 2065492.8346460843, 2064956.67762313, 2033273.6542130902, 1982993.3134159783, 1965043.5422528002, 1923580.5085787834, 1912512.0961527491, 1854121.0852978516, 1823524.7253638657, 1819859.4412439605, 1779981.8196403123, 1759184.2709743376, 1776314.665384988, 1760749.1522710512, 1757147.411412117, 1777357.6940634898, 1779007.024391921, 1769632.6809269004, 1775342.9976202988, 1764969.2183285754, 1767972.142326997, 1780692.1386847876, 1793573.851493879, 1787618.1641638037, 1779806.4723092043, 1782499.2422861722, 1792482.502973, 1776525.6445630405, 1773988.080120101, 1752504.278691689, 1726764.150320329, 1709193.038920667, 1677669.8514016706, 1666682.2585723442, 1641140.5780991227, 1599331.5375949214, 1560474.6734736564, 1514648.086994041, 1464553.4262817325, 1435292.13710435, 1384257.2339228662, 1373133.1719851773, 1324747.4329261584, 1294911.0713750878, 1266047.8171631119, 1235571.1523697108, 1217060.239775341, 1199743.696241073, 1155911.638364613, 1110686.980171513, 1062786.199242805], "type": "scatter", "x": [-8669736.872425634, -8706846.857150164, -8730694.236110874, -8703191.083581347, -8731396.052594582, -8752174.422587607, -8807632.306285767, -8856342.39707091, -8878906.947540909, -8923869.223251177, -8948156.675662734, -8959069.346724963, -8905970.026619587, -8936358.105104681, -8952442.358288651, -9004232.963229736, -9023507.029858094, -9037997.8144684, -9074710.870198047, -9097174.750270795, -9142830.213573575, -9171716.864991067, -9195601.635813612, -9219489.282933224, -9222926.457925148, -9235708.72207922, -9296116.713025164, -9318718.655357, -9305898.999341093, -9309943.073013602, -9340805.740514316, -9384611.744804705, -9422932.650593335, -9430247.074028032, -9459447.24182554, -9452291.01472938, -9474504.65695753, -9499948.380788965, -9535715.134784432, -9550927.869957898, -9550289.332009606, -9535551.185851764, -9551270.149308559, -9566989.112765353, -9541476.357804371, -9579987.099199252, -9632013.560499616, -9656519.611488065, -9703443.521796236, -9759212.045577347, -9746852.59709174, -9728475.935147466, -9720045.508451791, -9739276.430624183, -9756180.428471498, -9773084.426318817, -9785440.99850736, -9849916.073502325, -9889982.89160903, -9936015.149827244, -9997869.918196566, -10029391.257725023, -10086505.88853226, -10155945.452260336, -10206855.910299724, -10266746.167774083, -10392727.979193587, -10450135.992301391, -10541026.979535552, -10603206.769473149, -10692613.587422095, -10748724.39055387, -10827333.589323161, -10910760.585675279, -11014804.879384814, -11098263.515004639, -11224288.470880106, -11317417.217230352, -11345518.639549265, -11407813.48136944, -11521677.453256743, -11568046.238231488, -11687657.051653406, -11743431.328028647, -11769965.16844748, -11732826.420752306, -11744279.835662637, -11718686.544383854, -11718137.171644557, -11755690.106117003, -11765737.011762854, -11803062.71876721, -11901164.582741756, -12013092.806704734, -12067244.85153567, -12162789.687419988, -12183260.293627124, -12166290.140947327, -12223042.358324457, -12288751.36476004, -12316501.878837103, -12376380.631123204, -12441022.531347904, -12493189.931204421, -12498042.24435202, -12557906.615152799, -12597337.771608276, -12595652.261528553, -12676159.816360328, -12713324.450729085, -12776856.10028694, -12794694.894680176, -12776275.088279936, -12765440.077238444, -12727265.8626001, -12644655.734614264, -12626307.835640632, -12609377.951119738, -12594691.578309054, -12574905.530803237, -12552562.455207193, -12518757.33580963, -12495050.895405073, -12425090.721908346, -12388153.315007677, -12355107.538035106, -12324181.591998976, -12318063.708143055, -12264386.252327742, -12219746.121888686, -12179365.787401965, -12182069.506642474, -12228915.756929904, -12248638.525900304, -12277991.137442222, -12350841.989488643, -12431110.811664078, -12488047.112053325, -12484368.328107994, -12501257.944469986, -12554311.243822334, -12630829.374625826, -12645530.128921833, -12673605.66456717, -12742268.628087863, -12807879.840423258, -12799765.806404663, -12753914.754901506, -12712611.129057122, -12708457.75609617, -12794154.150832074, -12859477.73346103, -12900522.492569624, -12941820.365819877, -12993380.866995817, -13038602.009441877, -13057324.055912158, -13129466.022121858, -13181407.949877758, -13193574.340546416, -13256036.283153811, -13295870.921208251, -13399281.032422956, -13427675.83704244, -13441197.309542052, -13549205.140606293, -13641922.576476334, -13637973.42060695, -13687086.192981103, -13773248.547841437, -13788607.974165186, -13847928.7248208, -13823526.220526664, -13827406.345266502, -13862932.33584021, -13819439.81078728, -13805902.804109363, -13792365.797431448, -13812481.786015244, -13847662.641288098, -13880116.734874355, -13866634.941685477, -13705655.706467843, -13646363.579143723, -13618825.911049426, -13636638.818769079, -13674486.249045728, -13689426.437905092, -13904945.561527852, -13984466.54646655, -14186066.207708394, -14248087.801307455, -14232233.651888637, -14374662.129922217, -14394192.186989306, -14528860.41554321, -14531213.22654187, -14592406.446586385, -14690522.692046251, -14722003.763415806, -14865513.729145592, -14925501.780720139, -15032384.979632212, -15209366.414300099, -15339826.620248826, -15570010.921716409, -15676597.86203085, -15871314.544397654, -16025429.417403782, -16244358.768458474, -16376697.196390238, -16500254.289384475, -16477295.686216658, -16538828.30931477, -16667628.891857358, -16765632.961731713, -16888991.59022851, -16904914.770776875, -16854852.820371475, -16736544.969519718, -16767065.35766977, -16908967.47334058, -16984941.983998902, -17145335.813496552, -17063887.709524725, -17169082.52206001, -17288750.861423217, -17400164.228211675, -17427745.04076194, -17601528.033094246, -17636716.651379775, -17766961.135048676, -17843369.966563724, -17947267.569122978, -18060225.507435, -18152807.757343013, -18343845.655764487, -18361284.64486578, -18239513.732348517, -18130605.620303128, -18011958.366397772, -17873858.71544607, -17818973.21486372, -17664671.382548407, -17639808.67072398, -17557618.48210954, -17538416.32290779, -17481799.291492686, -17610156.924287364, -17646055.98794779, -17706323.040337585, -17779021.448639587, -17809035.60850631, -17850667.132216036, -17961956.81823073, -18030294.760183144, -18039878.582001638, -18019750.25514516, -18091427.577989306, -18236174.351456776, -18330114.213579178, -18406275.68354669, -18406770.40664176, -18492547.33769547, -18449474.789156493, -18358718.987884358, -18319014.583207764, -18228937.588042825, -18152560.39579548, -18062762.40144578, -17981932.70134279, -17897113.577211518, -17917799.905698482, -17980109.129003987, -17897700.341812648, -17966067.046735715, -18084190.81457535, -18118113.862152558, -18205901.324854262, -18363355.578752127, -18526378.34376661, -18573100.91328028, -18713981.94349323, -18557545.898756154, -18309240.925783027, -18217714.27689764, -18232863.73353569, -17997887.521158867, -18088272.280109696, -18225195.525562067, -18304374.23115011, -18411162.51225905, -18564132.61903356, -18501823.39572807, -18304354.097070653, -18163846.985476077, -18137347.660622012, -18023615.998399675, -17915179.59907284, -17704160.064945173, -17601807.03390949, -17430497.657052543, -17262067.453557037, -17181513.87797223, -17132070.33143567, -16943940.369346276, -16950619.13112975, -16780299.20046295, -16666754.49754979, -16432244.245297397, -16218135.568122592, -16132421.915604299, -15984304.121977389, -15815439.597625159, -15694488.429771246, -15486825.5343177, -15311590.011967888, -15195508.415043954, -15097789.098578969, -14962968.426280653, -14797615.860644022, -14630871.167228235, -14448680.758576775, -14372205.772229247, -14289144.065604305, -14264275.60118574, -14187349.036199106, -13999129.908900715, -13850908.56857949, -13835862.658635758, -13699097.609521922, -13657063.404223187, -13522231.226736613, -13351980.327199355, -13091471.2257821, -12938268.13894538, -12829224.840937965, -12679062.000098286, -12835682.12784748, -12634459.261521064, -12333978.25980023, -12239152.498182004, -12120487.986494265, -11999393.003787132, -12113006.737829834, -12041119.445299977, -11905619.966894466, -11816564.057187375, -11726708.536896385, -11614843.591468824, -11490527.156049592, -11293845.962787818, -11121035.158863273, -10958648.055500008, -10971493.598189497, -10872517.339907385, -10700020.052362856, -10700684.476984724, -10629835.527695108, -10540284.894892944, -10489949.69626643, -10609200.972555302, -10739137.692438316, -10730212.542647569, -10598596.06527896, -10451784.110519275, -10339151.193775522, -10187921.24672496, -10286690.41161844, -10079657.42522199, -10080146.395722935, -9931384.311553605, -9798303.79897923, -9831458.875240248, -9723776.06574428, -9607547.777670067, -9526347.035245774, -9520263.666954625, -9362058.699522963, -9197502.868173162, -9048096.49346141, -9041391.84500436, -9124232.076755345, -9045740.806165691, -9059906.569207724, -9277875.237042915, -9432703.431721007, -9547809.963940118, -9581002.432062976, -9688294.065158186, -9720778.964203205, -9849878.681640487, -10009228.415303772, -10097122.300996859, -10104474.116293395, -10233982.267913818, -10370186.4391001, -10490919.008377122, -10534086.47471922, -10540241.750436978, -10376649.478603743, -10326509.868177608, -10274457.520203665, -10118683.023791393, -9911834.120407065, -9800544.434392376, -9720885.387194585, -9581402.237354921, -9463471.181418596, -9279652.788628696, -9158572.187406886, -9176756.137447845, -9142116.891901609, -9061488.532593127, -8895862.718735386, -8810160.57140535, -8749925.158283267, -8808066.627142487, -8886586.660702785, -8708382.799782539, -8582242.792024495, -8520546.219993712, -8529655.452796578, -8605247.415945344, -8740459.264644416, -8609087.272526281, -8657619.032893432, -8694818.182826959, -8617316.35842745, -8426462.543018097, -8312026.188014985, -8219817.85672534, -8116141.7290400425, -7979057.410952062, -7945283.930822205, -7746770.536330427, -7750098.412033906, -7713091.974003694, -7611420.6253722645, -7530737.616419559, -7369547.052635076, -7263060.782717889, -7189404.567493444, -7102712.973973267, -6957730.344146522, -6834633.458682582, -6879394.393598343, -6731325.497021526, -6631259.122152017, -6453757.07771548, -6382304.106042344, -6338184.585371939, -6251492.99185176, -6206763.696203709, -6198646.78588805, -6279439.094129201, -6359339.750280396, -6542784.2244519275, -6682854.138892726, -6871047.379517535, -7109141.497912139, -7276211.212896198, -7391507.580721559, -7484711.110795476, -7626624.731654537, -7787202.644164308, -7915324.420599704, -7820774.783499661, -7642081.952078471, -7408584.156392736, -7242029.298583198, -7143481.608563677, -7248618.895157675, -7213341.111663151, -7177010.603443065, -7032419.150017074, -6848454.06607689, -6736847.987385121, -6729107.871984895, -6657226.3320491705, -6794929.054005989, -7041482.3620669115, -7151894.777476966, -7276294.625511065, -7360823.243638836, -7365088.7921853, -7171813.134647745, -7349985.356300281, -7473703.521930123, -7454471.852344696, -7573345.4837832, -7687724.034183473, -7805296.340774606, -7864218.374359937, -7883078.254211027, -7884202.886363196, -7847466.820257034, -7801270.613106152, -7812957.008078695, -7779560.322864272, -7788471.091169697, -7863608.59938229, -7917084.714403099, -7998731.28287237, -8047841.178949459, -8112566.491789028, -8205359.666372196, -8041858.481055566, -8008881.735212538, -8164728.139051418, -8235637.490579385, -8232335.161978675, -8266218.280967791, -8233461.158628048, -8257500.22456568, -8338502.50249253, -8346780.485443793, -8371229.010490957, -8407743.601723162, -8384583.657760837, -8356958.418933176, -8355276.964208221, -8390980.542432, -8453629.168791091, -8463762.363348875, -8429340.047822801, -8486204.270109821, -8499243.122066438, -8520697.170929572, -8496942.148191739, -8570487.365922404, -8493857.485101858, -8489084.105336644, -8457142.09064842, -8445592.794793235, -8429945.738763051, -8500711.2754378, -8615865.316803649, -8689038.401089339, -8744629.895387756, -8800993.526175043, -8816901.081409398, -8939102.60902517, -9001848.396608252, -9054314.38581403, -9071472.159703566, -9051800.791711917, -9014650.911196893, -8965180.312938401, -8964557.321523787, -8911853.187875414, -8915357.048444057, -8920204.45567065, -8947975.329038847, -8981257.10227953, -9036039.056167563, -9053613.231230877, -9095914.9321566, -9154916.413838068, -9206695.18398131, -9223405.352744289, -9200557.495655525, -9231725.371486178, -9318508.933313705, -9361969.175714307, -9474270.504416378, -9494198.91965819, -9548217.815760532, -9618003.117499059, -9743835.361471215, -9842627.536741206, -9927526.735494625, -9973539.665000208, -9953491.450124701, -9955302.061642457, -9931665.59416232, -9952878.636327889, -9994183.73338673, -10035967.504255986, -10116740.370178131, -10199847.049224757, -10296948.25805646, -10377912.036905313, -10447158.32615327, -10540842.896523433, -10642171.965804199, -10752800.103494084, -10813576.26046427, -10839178.180634247, -10840291.307598157, -10834725.6727786, -10813576.26046427, -10856775.366074076, -10876242.144605746, -10884379.189000856, -10895102.024456834, -10875807.823749026, -10841289.382679496, -10819067.111560157, -10745177.916273497, -10719190.572296895, -10675637.682148172, -10557436.254287796, -10511424.130149033, -10413788.226298917, -10328902.947335163, -10245550.734706722, -10175481.261921551, -10104678.333384963, -10078153.121857325, -10069012.24978675, -10049769.822426097, -9974373.447477711, -9856658.113821212, -9758090.289722243, -9690572.09243317, -9663865.674190473, -9667642.252235996, -9727463.478580808, -9753931.164167158, -9733414.537206993, -9750091.307586223, -9777991.389110634, -9806207.863312125, -9829514.498424733, -9829103.187944528, -9808005.548977358, -9809860.760583878, -9827880.76169217, -9818141.619832205, -9829805.004428236, -9822778.210699974, -9835681.279330745, -9857544.01331704, -9877649.329797002, -9899710.528280735, -9863417.411922488, -9853819.208618678, -9817264.34922757, -9809601.893848084, -9785185.008068627, -9753332.894377772, -9743006.987916674, -9725734.82404512, -9674019.002827706, -9622562.048346087, -9586749.273597589, -9573693.761222402, -9538223.265824566, -9511583.002414351, -9482466.24723171, -9460344.646509623, -9409500.343302716, -9391831.250436278, -9357856.429511914, -9325676.417955717, -9285201.16566587, -9255906.080065241, -9265481.272992533, -9271150.454506414, -9259791.957399206, -9285437.02202515, -9297385.160030553, -9300989.160252212, -9295012.214952445, -9292207.825314682, -9309215.369856315, -9319624.688932277, -9311970.862443984, -9334748.258896748, -9329568.047883812, -9312500.10110383, -9305197.182857387, -9284303.760981787, -9241262.851710523, -9189000.534050878]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y89", "yaxis": "y", "legendgroup": "y89", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1062786.199242805, 1022576.330597456, 998845.8714736976, 993812.2048898991, 1002919.5548817234, 975412.8394639303, 983500.9388892924, 1011780.0993064041, 1034377.4468973529, 1067883.8931218248, 1061302.5205393927, 1050272.3838602863, 1046448.6552976919, 1027089.6319987377, 993389.868465717, 962464.2131163569], "type": "scatter", "x": [-9189000.534050878, -9149028.633747298, -9151306.661022278, -9106888.00545718, -9096378.015983965, -9065779.967813171, -9011012.39541046, -8963657.040542636, -8896052.554341633, -8858059.54641834, -8796598.830746835, -8800746.45111366, -8738678.83676157, -8689146.125016017, -8652809.864201805, -8610936.731538672]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y90", "yaxis": "y", "legendgroup": "y90", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2224827.8245800976, 2244875.3871372873, 2247238.0385312694, 2244331.1384539227, 2214066.934451827, 2217017.665886403, 2175383.081052063, 2177721.8102678764, 2142810.100771755, 2138585.908089744, 2095700.703646928, 2048231.6001740033, 2073582.1271615135, 2068692.004521834, 2074242.0696799892, 2052981.2431188426, 2045803.0351960112, 2074076.3286248234, 2057340.589601454, 1977702.123642556, 1996167.1889985946, 2029587.0168944933, 2049375.2642293796, 2041298.7797463199, 2049718.3761726723, 2027957.4127385234, 2064242.828053328, 2101855.8743858063, 2085645.3745164808, 2076282.3049864906, 2102266.2878693515, 2152928.353906471, 2197709.7542692786, 2216024.929420201, 2248497.026826297, 2243297.4142648154, 2224827.8245800976], "type": "scatter", "x": [-7982983.556444932, -7969062.278653369, -7945985.747305913, -7882166.468041622, -7816227.357840887, -7786889.127784291, -7766677.388312947, -7705771.797974866, -7709358.540414137, -7659828.704965649, -7605118.658504225, -7646459.676210446, -7699406.55257141, -7750506.846217048, -7787124.984143569, -7807195.785058759, -7849931.806841201, -7866870.320253288, -7903678.29378606, -7948235.011610251, -7976894.435559656, -7982531.977805825, -8056467.193845511, -8109002.75972627, -8176923.638604356, -8229007.625846009, -8288630.387693381, -8278822.214703871, -8176365.636973867, -8092363.381208877, -8052282.181616849, -8103129.361120824, -8102289.482378027, -8172522.904095867, -8147450.222585734, -8079532.220004714, -7982983.556444932]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y91", "yaxis": "y", "legendgroup": "y91", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4573376.111542524, 4585690.127917839, 4475202.023541213, 4432034.8955096835, 4360779.835921502, 4412922.309455867, 4427907.923849354, 4498810.872282743, 4570910.722829742, 4558036.286035386, 4573376.111542524], "type": "scatter", "x": [1643214.746692676, 1727714.6018498028, 1687630.525960711, 1704290.0385575553, 1680923.0012065964, 1595790.3606953074, 1539184.834468463, 1383813.0196452052, 1399391.0445458437, 1529658.5385912617, 1643214.746692676]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y92", "yaxis": "y", "legendgroup": "y92", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5537674.893501758, 5479030.694568947, 5349032.055767523], "type": "scatter", "x": [4178837.4341665157, 4305837.454746806, 4447771.209685316]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y93", "yaxis": "y", "legendgroup": "y93", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3933447.873555571, 4012971.2926850226, 3997509.764663637, 4053790.8893965106, 4024872.8850116986, 3979054.1815163717, 3898641.43598358, 3941199.345994393, 3910351.6969822827, 3833070.6429761713, 3870631.1089142747, 3933447.873555571], "type": "scatter", "x": [14735491.950954959, 14797073.471103163, 14860369.264301736, 14906136.903190028, 14987881.265759487, 15002124.688822256, 14939455.928383717, 14893763.0732191, 14836691.586867826, 14807146.263422595, 14734594.54627087, 14735491.950954959]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y94", "yaxis": "y", "legendgroup": "y94", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2152353.4819766055, 2210652.318521933, 2269322.39627868, 2325420.6881087427, 2376543.336617351, 2426706.8944402346, 2481892.2255482124, 2514424.574287037, 2576817.411744661, 2617466.376321225, 2702549.8040971435, 2779614.019631455, 2799206.5247933813, 2870344.64841749, 2935618.954245697, 3011730.1277192603, 3056798.0998496725, 3183862.257854321, 3233708.5964630023, 3247574.2504330096, 3333697.358234124, 3367424.370987477, 3473696.4164646454, 3633735.469366253, 3745647.783970937, 3814666.9914559075, 3903815.616706337, 3964492.381932385, 4019684.7004301203, 4159123.835291076, 4242674.980526196, 4242018.628594189, 4184204.5951131308, 4193601.076030082, 4163628.0943893096, 4162177.842529995, 4236511.787854956, 4260263.176906582, 4316857.488585078, 4358799.675691199, 4383440.778209397, 4394675.026580496, 4374119.028808633, 4428759.045505961, 4429832.922491218, 4397539.1777181495, 4405957.148196284, 4462079.19863759, 4445360.825088081, 4375158.738220622, 4426180.755233094, 4399519.4793605665, 4331820.84630496, 4268307.536514731, 4234346.510921654, 4116871.970965424, 4049206.4047070406, 3976308.4225416384, 3974042.0371384444, 3910851.7287495835, 3890146.0522639146, 3844690.7259671865, 3856036.1165918126, 3834043.6431915234, 3775349.5768132177, 3659465.190560172, 3634310.885448739, 3580230.254583563, 3516305.961339529, 3549618.8742224514, 3608904.785346616, 3708289.088098852, 3771826.084829598, 3833363.2149069817, 3851339.890902374, 3824385.286036893, 3765712.3980559227, 3765157.687876273, 3742848.809700606, 3727528.613049072, 3684520.840853214, 3686667.7308127596, 3652333.2179257735, 3614073.9501933935, 3593963.9102779883, 3634916.4399678824, 3672077.1090644193, 3682790.841109184, 3666390.049653219, 3602169.455742044, 3644435.3124141167, 3613856.854634572, 3606541.323106425, 3639126.0462908535, 3681877.233057163, 3689251.899570867, 3750200.4834889146, 3849251.397375038, 3882678.443851056, 3884048.5666444274, 3992278.9968952816, 4086745.824564063, 4091439.795339284, 4194981.736812127, 4251084.059263458, 4313244.265945703, 4365008.989515706, 4353250.070181436, 4385050.044825214, 4305680.722246767, 4290250.70166044, 4364134.468524193, 4368775.612708407, 4311592.61121353, 4295299.360128491, 4368632.777804998, 4366144.190214097, 4504467.380064144, 4582437.985456002, 4692746.017218596, 4761136.65787686, 4899455.990421281, 4905283.4482507035, 5016681.577827948, 4997185.893839303, 5093102.478926309, 5135210.547786908, 5138385.595497658, 5033705.678598539, 4976750.950947106, 4999413.921757731, 4986311.721717497, 5063334.743683954, 5126851.74722431, 5229155.61029705, 5284888.930775965, 5302351.508499286, 5349032.055767523, 5479030.694568947, 5537674.893501758, 5629769.363762477, 5654991.914739998, 5788159.1237371275, 5851877.494498216, 5918090.239484535, 5953770.533559646, 5927453.5105815735, 5914426.004918529, 5861921.869286746, 5853393.434134743, 5793346.519353413, 5694063.974857643, 5655857.586621473, 5665344.681235911, 5609077.248737456, 5581886.237745573, 5491667.193059236, 5523283.781543197, 5596753.15610756, 5642824.28276186, 5673131.523144495, 5725922.325856971, 5762483.088068272, 5803008.005389704, 5863142.693150328, 5843237.928811362, 5754777.99178244, 5637435.378163951, 5596850.513028917, 5563131.180650234, 5577792.857751695, 5390747.6616967665, 5327392.641089412, 5219023.409803301, 5133478.803809897, 5076267.103221679, 5028475.118779051, 4992381.805893529, 4984276.557166179, 4938942.553729739, 4860496.473156555, 4928299.931421095, 4958494.609688015, 4962660.542724937, 4976527.132522194, 4938439.99490684, 4856580.210320506, 4832973.434909307, 4832827.659740258, 4907614.657004886, 4875677.919016339, 4789281.692774088, 4721921.233051265, 4690627.164271686, 4625115.717862449, 4584111.323652266, 4504698.914501154, 4541869.783445369, 4470448.48889706, 4455808.457032685, 4333543.270318399, 4331820.84630496, 4391897.5465604905, 4503295.316756692, 4596865.437642484, 4662016.763917155, 4743433.718106534, 4784341.042221371, 4794422.146051935, 4826176.634428345, 4874837.013946746, 4944306.067519689, 5044672.065979698, 5090683.528654808, 5114123.435117968, 5125668.696506344, 5174485.886202822, 5204288.683054324, 5260099.38525313, 5314725.939480649, 5360070.475357885, 5473331.222745747, 5484910.036959682, 5550357.686726798, 5603237.825014364, 5628051.323728107, 5560302.723906459, 5612807.060542048, 5667585.150470833, 5670145.212323926, 5684513.28513149, 5707641.262194712, 5651399.462743021, 5573329.120291904, 5528829.724777011, 5449850.771396778, 5372392.3251437, 5246646.1476381635, 5125687.963244985, 5126608.959245127, 5093701.552491292, 5064138.672492887, 5010729.341929511, 4966267.422320568, 4890082.166942883, 4862944.4656408755, 4811120.107691756, 4878745.584641618, 4902693.035609487, 4808901.274658284, 4755549.871308159, 4680930.378040167, 4672486.012738047, 4551132.693030608, 4540301.366819556, 4583349.355606112, 4659309.325645727, 4689720.800562749, 4772698.615120529, 4845473.30011108, 4863536.874492554, 4926371.311733765, 4952960.489453557, 5012008.589072892, 5021562.659743602, 5088388.016717431, 5185574.227795343, 5272433.02248181, 5423422.141730289, 5441346.32733932, 5492420.973455765, 5471478.867212277, 5399911.392858799, 5388658.349220751, 5302390.778623447, 5343634.18746014, 5294234.033393703, 5203239.589573586, 5116294.314567152, 5017580.637659749, 4986467.414365374, 4937151.59872769, 4856426.589870814, 4739097.139371078, 4657542.719924896, 4594328.663176945, 4502926.361433555, 4475064.941171587, 4368261.416113622, 4366154.900236492, 4368772.041812234, 4320080.936549827, 4268226.178731805, 4279590.413372934, 4325993.724735034, 4405469.796186787, 4426970.692946664, 4390967.1118912, 4410459.059444258, 4395197.675850679, 4504185.204498874, 4590639.607312469, 4603672.232367452, 4657388.478006763, 4750866.9621828925, 4803086.202264109, 4861557.319584303, 4949195.921977496, 5011426.053558293, 5064490.891284522, 5114573.73612694, 5221265.407436331, 5286860.694442477, 5397022.436264529, 5369357.776955927, 5370326.982245917, 5344214.069416632, 5352225.7103672335, 5347169.27477886, 5439237.405143317, 5751982.694095455, 5921288.775984028, 6004114.064591154, 6067616.919983209, 6189329.070165144, 6225979.985469405, 6182650.826573841, 6374988.471715199, 6301575.385880321, 6435516.86701729, 6578652.437146245, 6614307.934593085, 6649298.431216141, 6698286.300741466, 6965806.387311706, 7043595.405360562, 7038323.1830878835, 7077943.920618059, 7088147.264838323, 7046843.461207007, 7139490.957970696, 7210678.991472152, 7319626.373823656, 7427751.61965662, 7630999.55348735, 7685588.887083968, 7746725.1584756095, 7759433.47157453, 7816183.179716382, 7874654.592050879, 7768387.634794209, 7701851.351725541, 7645110.817606342, 7614617.949962749, 7539147.421015148, 7560802.315668963, 7418393.97192421, 7323566.521950968, 7249118.473841828, 7204569.101302244, 7137205.330816348, 7172776.500005327, 7224947.481451965, 7149843.240928617, 7089787.631528615, 7145149.290812368, 7233129.610033886, 7298140.885237509, 7265616.8461308535, 7218900.409860696, 7216487.828478211, 7300962.945263474, 7363812.840691365, 7529139.150102767, 7680294.5891856635, 7808738.904517371, 7879516.892515919, 7725525.273797874, 7729495.723946902, 7887861.146814492, 8011876.415965279, 7985209.629692736, 8060645.617354172, 8184235.969910083, 8244926.645639547, 8276762.982217157, 8240542.313774097, 8247012.378981671, 8368939.621533204, 8475477.232514113, 8457541.931224411, 8375449.036168106, 8328632.034385568, 8450331.314260114, 8524545.128972275, 8751945.521700716, 8966646.612027984, 9108750.442827055, 9265263.44054918, 9543957.873432208, 9598979.517878018, 9711613.389753653, 9839660.84563317, 9762648.320538647, 9576448.142349992, 9416995.468710693, 9212983.664556792, 9001039.38156203, 8667052.768856198, 8505575.16037846, 8380927.867201366, 8133759.299449946, 8083524.857812991, 7732645.093834697, 7543711.267070587, 7562974.28451352, 7406211.141237941, 7397207.840436383, 7584210.631935599, 7814918.840170967, 8112756.364464907, 8245791.390235061, 7997027.895040203, 7947607.699424284, 8055399.514177144, 8288226.258815371, 8814513.831520423, 8968357.331611367, 9174185.921561765, 9435671.59933781, 9804963.072740717, 10351344.245581387, 10576612.905678345, 10969401.484816715, 11112012.794676438, 11094552.55235062, 11372248.075499559, 11357127.427289234, 11425493.020439671, 11177728.009393841, 11089361.413586818, 10886295.071080647, 10998000.692395525, 10805039.109658584, 10730562.718691763, 10387289.938527206, 10248023.629115997, 10057616.590221455, 9910919.675476776, 9837640.35105852, 10048595.980346067, 10012876.950482853, 9810522.687618457, 9685315.92203817, 9417196.797916686, 9339130.67809793, 9273335.859044142, 9396718.576642582, 9507907.482041802, 9607384.165991973, 9444647.437896973, 9507907.482041802, 9701545.503028437, 9969195.537910845, 9953152.439790979, 9856677.828256425, 10047678.548229387, 10217720.050075777, 10395945.905991465, 10578925.005259845, 10481956.321395146, 10315901.51805008, 10279830.850723794, 10119540.061560621, 10022738.27215499, 10083900.66635997, 10266979.41955397, 10666726.52279592, 10651562.910137799, 10467360.023322929, 10433164.341908762, 10538816.551203985, 10547180.500439396, 10673958.274247253, 10490499.048679566, 10692464.363100953, 10874178.508848742, 10979905.556990132, 10882889.246484512, 10784123.285973929, 10434798.643737279, 10592585.12388005, 10755798.640308825, 10822396.170381583, 10853422.632207984, 11005374.773282243, 11263080.847282594, 11371725.633864393, 11688955.511159766, 12023221.665179774, 12097800.811416028, 11997973.955601634, 11792190.07995027, 11503032.11867591, 11392706.746684866, 11156931.177991075, 10717321.721087988, 10529513.763085397, 10330691.199231109, 9925804.827510472, 9885132.97004759, 9984937.95273696, 10057017.720025517, 10198069.775841113, 10336586.023562443, 10505706.594148627, 10707489.75190657, 10733061.55533522, 10908480.813677773, 11237157.05166307, 11516371.07297334, 11756266.395330565, 12019040.359736603, 12027601.841238007, 11821582.396972144, 11477462.263389936, 11414256.23265727, 11667290.28182568, 11809373.61564448, 11828739.326375693, 11623088.09408723, 11925689.259342687, 12333917.490544368, 12414149.081940515, 12396530.118408307, 12448987.822618317, 12662613.69300233, 12941167.874802124, 12953088.152950361, 13171960.556846999, 13232063.42236931, 13357246.186788345, 13400217.923621392, 13296736.808530612, 13544342.7269246, 13536458.412899176, 13744422.45624009, 13956208.438790677, 14167111.211678538, 14000022.771369478, 13875721.102598798, 13799643.627975104, 13560078.375186583, 13676955.76768899, 13670488.49296749, 13438530.04365932, 13265794.076048972, 13033363.121439805, 12904623.016382154, 12669703.640745234, 12547476.094449855, 12490582.557561114, 12389285.850497909, 12465110.83824097, 12211295.186421592, 12312872.096661182, 12375396.588944286, 12310052.077317296, 12128382.90328418, 12071614.075332802, 12368313.880683862, 12299145.631308252, 12301304.251784611, 12097308.824567944, 11857598.590258712, 11705298.209064336, 11428103.137351954, 11289431.691328023, 11653819.363108872, 11495164.82183384, 11589518.397687979, 11481659.181450605, 11579904.164575329, 11530601.933623308, 11864028.967977874, 12025503.82658126, 11784880.73517251, 11572284.93767481, 11308122.185608102, 11372560.611991387, 11316434.131680699, 11177545.89906, 10938693.965588478, 10847932.414484184, 10913086.549102422, 10921465.428991703, 10858933.149307562, 10889699.784693994, 10616470.810087977, 10715078.550341751, 10916514.912584564, 11060143.501930866, 10969396.919829521, 10988710.058712745, 10836137.577776285, 10699573.55703934], "type": "scatter", "x": [-1809707.9716595558, -1823151.7841384308, -1812040.6485787611, -1840815.1244107408, -1899491.5845239332, -1894705.426208819, -1889453.3077692748, -1846694.275610317, -1810268.849587108, -1817448.08705978, -1779176.0783212448, -1717214.8869605376, -1679736.7362117677, -1650271.9490843397, -1647631.508379245, -1607446.7620929007, -1533292.9474763207, -1462731.6278931417, -1404722.468698883, -1301204.537352127, -1213488.982077033, -1157677.313839954, -1064749.9082842157, -1092569.453490825, -1050276.3814562955, -1035348.399692204, -963745.8605717212, -852059.2455621497, -769500.890923473, -695116.972541744, -660123.9424565918, -578178.2390926266, -511068.47598669335, -405209.23882953887, -289909.9947071153, -241553.68846088962, -134541.05618092214, -14188.158116393357, 56091.28435447705, 163296.62853775627, 351958.70558405854, 536087.7384569125, 592233.0571534557, 697062.5799615665, 816014.7213557437, 861287.6371489613, 937417.4678487672, 1058647.6365179261, 1136572.2765858974, 1133304.8031207703, 1227727.8831499822, 1235649.2052652626, 1179987.1044755327, 1179239.2672387944, 1217781.6479013818, 1203124.0380613427, 1129847.4940493961, 1151005.5352549157, 1208577.4972953903, 1236592.6307023768, 1278925.9708958063, 1409676.6828480377, 1456422.262738217, 1549418.6994234978, 1697133.811461397, 1749269.57205021, 1849197.884660629, 2006099.8895221332, 2124689.617486199, 2178971.0956850313, 2232332.1588232643, 2206387.9593026284, 2241306.205664106, 2321514.625601188, 2398156.4371784506, 2548747.8462807215, 2586709.214936306, 2628156.655633912, 2663598.3880611043, 2774209.267968602, 2801332.749285633, 2949444.790318417, 3056569.5981838927, 3167094.1891794614, 3218637.432573011, 3304345.3324971735, 3350164.744732625, 3448338.5161337773, 3527488.458751171, 3557816.1349979127, 3583651.035230104, 3672868.0175728, 3759634.394816651, 3814410.596110557, 3846797.701055386, 3839198.524211316, 3868640.30096223, 3891219.232917553, 3907142.4134659166, 3910214.298730667, 3949861.1774659725, 4005229.8959551365, 4007323.8402179996, 3996928.9026273587, 4024173.188421092, 3983243.481195075, 4025404.2435646434, 3957512.127657202, 3864406.3916834737, 3787856.6216122718, 3618902.932051049, 3528782.792430137, 3408783.678904529, 3383121.356496202, 3306186.162618373, 3198532.11609305, 3077002.8125291965, 3011055.0734372684, 2929730.6502392082, 2983885.571367207, 2913318.4991899, 3036797.932163399, 3208225.237199983, 3254982.3222784195, 3467149.4989347695, 3600960.590963494, 3730681.588566682, 3914850.889598434, 4109150.5088909054, 4268842.521904851, 4398523.251349134, 4494349.96434576, 4625779.482405184, 4642375.716466611, 4614579.18163652, 4550236.416306514, 4488557.102058116, 4447771.209685316, 4305837.454746806, 4178837.4341665157, 4082694.3284928096, 4163702.359013789, 4256071.762939039, 4193817.1892777677, 4357898.431611942, 4354953.103418025, 4255024.790807606, 4166147.211518506, 4092088.314705048, 3987874.319468716, 3891990.080530803, 3898496.264490413, 3952956.073107239, 4066500.7760203956, 4044761.722807869, 3922898.768784548, 3771783.873616559, 3709880.208197141, 3734426.5273444927, 3612782.1718980633, 3632444.5386301125, 3739017.0974592324, 3706779.5599617464, 3533741.5285691167, 3526079.0731896297, 3422935.06046124, 3381619.9294286, 3295423.0590034905, 3298011.7263614247, 3244029.383057288, 3210215.634768528, 3179071.0901555056, 3121297.787320526, 3080644.204612689, 3116580.6601349562, 3129805.8740369407, 3226978.6940596905, 3206718.0575382514, 3074534.9496479635, 3027041.5325210495, 2934160.1477183416, 2899132.6020684163, 2900645.534324277, 2832822.449546381, 2774732.75403432, 2639920.710627193, 2717086.008270171, 2660532.2553904857, 2598530.7958708787, 2539641.48977492, 2518748.0678993217, 2543622.2849120125, 2599313.1486723865, 2557353.7270973236, 2619349.434022802, 2674453.533182048, 2676121.7854793817, 2573150.350574856, 2605986.157861728, 2535298.281207719, 2577516.5695185727, 2503578.477181822, 2412296.313546904, 2370549.7379546063, 2351071.4542346788, 2307656.6263450435, 2250625.40815267, 2243089.509844017, 2224163.4751604483, 2221937.221232623, 2160275.1647666115, 2150587.7962538074, 2159993.287654303, 2175185.888748318, 2156455.442265126, 2133157.436043709, 2101949.612895273, 2053846.4207907117, 1949200.9809947226, 1884639.6170878217, 1782824.4536031736, 1689212.4893461168, 1711676.3694188627, 1660921.2314209505, 1658838.7923463448, 1587276.5213847668, 1553157.8856071832, 1520287.5627555386, 1522784.1886074117, 1526753.4785562465, 1551529.9014687473, 1462916.9415095688, 1372411.3780820325, 1378566.6537997883, 1364938.758308793, 1401427.462867419, 1505808.2833334862, 1561792.5293944294, 1685663.1387686818, 1772895.4761369624, 1800024.7100481226, 1768793.8765231683, 1868497.8379625669, 1950224.9427496374, 2045683.4897220216, 2057211.6883560251, 2036410.3079864879, 1974627.4470437719, 1877914.8345513206, 1831065.7079668262, 1911521.4894514466, 1898313.5333318475, 1851809.5623950786, 1792350.7494803746, 1745944.572643795, 1746376.017203449, 1769087.258823734, 1793282.6697292316, 1749810.3158983116, 1715835.4949739452, 1669624.906337742, 1636760.3360802257, 1565226.8280892882, 1517060.3574493101, 1434694.7147139485, 1347709.7388932032, 1245877.3176261715, 1170184.6840801518, 1135462.0259190504, 1080076.0496474998, 989512.9602786754, 938263.0991856921, 873943.344232201, 827680.9822488354, 726832.254577817, 507278.74706016, 345136.1289473676, 332399.8855463277, 338353.8204695784, 232862.74933666427, 90227.17791444671, 80298.20044823234, 11876.845880947212, -31026.00113123071, 12388.826758404612, -51999.959324631935, -76074.56575342786, -160119.9659743818, -238942.01072644023, -380242.9803107874, -486343.82642135187, -556065.2672617328, -598582.690467284, -653048.2516782349, -694265.5886106886, -725824.3200009817, -829744.9329367493, -874482.857475994, -933170.8227774459, -990616.2277470868, -973611.5595025189, -984064.0230344464, -1033875.7355952456, -1060492.988628945, -1051633.9936706794, -1007252.7299674157, -999354.4182286494, -976125.4431367799, -978593.3060180107, -1000850.0927021229, -1005751.3028998133, -1000142.5236242879, -1045611.0276178845, -888128.0107493759, -751906.5817807087, -602448.4337218003, -483999.6443138888, -391569.83815028577, -211657.4567738055, -154091.2473274598, -132892.93796303513, -247766.49011993333, -329870.38982243754, -499997.60858592694, -511218.04343404237, -366888.33304090734, -179949.15793616656, -215235.57032188465, -110147.18077798068, 149030.19509846982, 182452.76698647704, 279809.6700213452, 369020.89976991614, 426385.7684217536, 523869.2285274587, 676174.9106800943, 768676.6242703041, 790415.6774828302, 883458.1349211414, 904104.1952492071, 979693.2821009083, 954243.8056753436, 949135.502089018, 903948.8752077295, 900572.1024541584, 919118.4659252289, 951051.1159338913, 1049127.0932348538, 1088210.2177455428, 1177760.8505477067, 1173987.1487992513, 1141024.7844415454, 1154382.3080084901, 1214738.525607278, 1187534.5079724435, 1154382.3080084901, 1074231.4140126933, 1104501.5643181466, 1106468.9515101793, 1218960.9296977741, 1217775.8953072526, 1330963.9373844299, 1393546.4089110405, 1519229.0854358478, 1571796.2905843148, 1647851.3375604462, 1821573.927654398, 1961764.6465718984, 2072864.4969803414, 2081257.5318141773, 2188612.443444805, 2213975.630958441, 2367592.9045724315, 2343920.979732649, 2347775.217798908, 2402482.3879632656, 2507398.1996833086, 2595798.3136597243, 2685107.337508481, 2706495.4824791537, 2719415.8088923125, 2678480.3490721667, 2607832.740577056, 2598174.135034896, 2738928.6081770128, 2879188.3582240585, 2999964.0719570485, 3114843.3767080754, 3241365.931975679, 3124737.838609517, 2922712.4854021417, 2726951.7072009686, 2545842.7862457065, 2481396.474221382, 2373581.3550604554, 2398363.530567085, 2344300.650945147, 2397379.836971072, 2498314.8535540192, 2752987.9482276654, 2827299.9591827844, 2815719.987201622, 2660911.926602981, 2469419.5732453377, 2361477.8970135776, 2378856.4838765133, 2201774.378811374, 1986805.688814324, 1905740.132352057, 1984976.363881383, 2091439.6234220557, 1989193.0153777534, 1873416.305942642, 1830950.6560842502, 1767729.6466093487, 1632687.4994370756, 1569685.088539065, 1440798.217084548, 1405419.763192769, 1312227.7383071086, 1227561.0579202466, 1152886.633535016, 933080.0118756917, 784663.0833540878, 630717.9118747552, 590909.9605038462, 555715.5896241858, 658221.0644042845, 952161.366600738, 1171939.2252894184, 1375724.8723001897, 1643203.2415044184, 1829639.0646228981, 2135556.267795396, 2379834.4248784008, 2562991.269343493, 2732508.713129335, 2935500.5021503405, 3135374.3851535646, 3483567.402578207, 3340189.74651338, 3462156.24723102, 3577001.036417274, 3759870.2511759293, 4064717.471840484, 4485324.144157762, 4570761.672157874, 4578119.240048538, 4454541.819270201, 4272771.543694782, 3775810.689506682, 3694077.8321254794, 3875562.468484937, 3882665.125448107, 3889938.2675259807, 4033248.753583425, 4120238.256468921, 4134625.187459043, 4067567.3319867584, 4138417.84251037, 4407522.692748938, 4501270.401920493, 4426352.38461662, 4685781.344715435, 4788523.668743089, 4892463.790491677, 4957307.234638857, 4864483.375777436, 4917515.091337573, 4837147.048477642, 5148529.2160724485, 5212127.727058732, 5071178.327401013, 5071939.177842345, 5159563.776701056, 5331553.503171572, 5358782.250619608, 5979796.954323319, 6063763.019838869, 5954014.247060688, 6095077.7088025315, 6171850.905814413, 6380501.480187876, 6545808.697626073, 6672648.351825745, 6799154.047553037, 6682509.0323202135, 6740398.568566861, 7069234.106748281, 7223311.920335377, 7626738.764347286, 7701158.070332406, 7588030.751008649, 7584777.9954876695, 7450622.424353066, 7487322.234077791, 7427784.117621916, 7424415.589830511, 7629844.578140417, 7702903.559948044, 7785685.186081555, 8080407.990736377, 8103616.991371867, 7998095.0196591085, 8067335.742932525, 8103155.015485075, 8077865.1983116865, 8200669.776225075, 8152894.790361326, 7934853.303744542, 8062092.59491616, 8106371.035574093, 8228846.965734669, 8258404.5169301, 8354750.423016769, 8289880.102951897, 8341819.550966221, 8220093.914173595, 8193322.689832718, 8282147.851121395, 8137577.228428173, 8336807.947490711, 8311030.806202619, 8366551.402235763, 8425049.794647628, 8381130.915944958, 8500257.242627563, 8449497.781215647, 8635792.04507622, 8866821.977880727, 9072540.496518752, 8973544.104157193, 8962453.10267697, 9156027.895109223, 9423776.636237502, 9665017.42362053, 9574540.623163637, 9703364.21608274, 9831255.88875299, 10047691.490252865, 10341649.050231706, 10378787.797926882, 10671088.61079664, 10762169.433637053, 11012010.349242553, 11216515.070519416, 11247199.407602137, 11353564.873042623, 11616366.383220183, 11807283.477164954, 11655708.374466667, 11907861.83291192, 11937901.879452227, 12039619.248836683, 12365064.021912057, 12616005.984032793, 12705357.686512921, 12677663.62359337, 12554522.444112338, 12261981.060242577, 12178352.292784126, 12316388.461367788, 12481051.13895429, 12581277.642490014, 12638055.035574216, 12686949.895515345, 12864950.874488696, 13222120.573893825, 13249245.79421542, 13714636.596867966, 13720992.192714432, 13957237.755660642, 14134952.643542655, 14314713.58366545, 14365955.058472501, 14300101.787303923, 14439917.954545368, 14614975.10395776, 14722392.275628207, 14900966.549979145, 15090685.018553395, 15306157.251322675, 15388148.509071551, 15570238.25294174, 15489874.486148259, 15636845.157062987, 16642264.05865097, 16737015.036545519, 17028418.444731195, 17477925.932640612, 17699553.020055845, 17792228.72253106, 17778686.70647606, 17915817.84759957, 18064823.438805997, 18262238.536973696, 18472397.490447413, 18686418.37962455, 18877295.421530154, 19015248.100495715, 18925226.254681014, 18974791.25795672, 19329951.640553024, 19561509.539741933, 19881659.111835394, -20037508.293607134]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y95", "yaxis": "y", "legendgroup": "y95", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9564266.753908921, 9448302.866140006, 9467277.460427985, 9330601.279687002, 9124106.03952558, 9057884.956192952, 8957361.962228993, 8893741.613998001, 8946020.388808334, 8766926.540376538, 8739593.750297429, 8576961.487031016, 8437803.41920297, 8336467.205537657, 8491305.519356854, 8315850.6904018, 8398347.486188268, 8303284.067855637, 8333572.581604341, 8189394.318454566, 7982233.476266994, 7897393.354673633, 7850764.069870612, 7554661.209129077, 7546015.536384534, 7382358.7316714525, 7298836.258071438, 7200895.618795103, 6986316.581798277, 6941228.577077051, 6756103.153919562, 6590016.217333803, 6712508.028539596, 6978234.021495474, 7400975.618032308, 7677060.018145034, 7799018.046539747, 7895912.733217552, 7942747.93452396, 8211955.635199143, 8439335.065618096, 8620787.26308315, 8952938.177354025, 8932629.66203389, 8737225.353133207, 8484672.879313208, 8768056.886984067, 8688697.099079348, 8309146.551755629, 8175067.292880501, 8118710.294718395, 8096604.311219983, 8253266.3381990455, 8286575.866003022, 8179300.047498949, 8216658.93510289, 8152358.476412923, 7742233.164785951, 7274649.024653905, 7250442.9891087795, 7131278.397442104, 7089409.054956164, 7183807.800598821, 7171481.589524321, 6965394.325705212, 6809612.13755219, 6630458.852619427, 6421391.439697395, 6149503.029496689, 5910754.915792197, 5798927.131375721, 5613839.332233617, 5434052.893746887, 5343413.289677892, 5254272.724844942, 5252311.787955616, 5326077.547170657, 5215237.370345617, 5165271.731650172, 5174261.2319486635, 5123634.350304454, 5073036.194795187, 4967101.137004716, 4934737.734728996, 4908989.541582948, 4865989.379310036, 4842150.416427759, 4803339.608252207, 4741096.693069109, 4725277.880034787, 4702041.101938184, 4639611.395629589, 4473575.189238622, 4383480.11290108, 4225228.199246392, 4150537.2602701965, 4124552.520117323, 4068667.04075051, 4057162.833250312, 4130523.3924423386, 4232375.569950857, 4375358.83153597, 4398677.895004922, 4517962.944582178, 4544680.463638892, 4518299.83595129, 4506667.16720241, 4533050.558565315, 4545919.005448207, 4568369.483294212, 4630567.932293025, 4647221.066732532, 4673195.875485397, 4750277.58380967, 4773750.033980798, 4789430.545895398, 4828126.636845367, 4786182.336230641, 4719123.658348833, 4680161.07641014, 4746390.045478872, 4802389.369389543, 4899809.754524427, 4976428.502326703, 4924741.153856064, 4823726.605431373, 4730840.27697926, 4723961.703140862, 4657417.857237576, 4561768.129696395, 4538682.373575331, 4475818.916655688, 4435117.7201667465, 4534904.506824356, 4480380.01528067, 4476659.53776332, 4403764.242646272, 4365108.939388696, 4290782.400137624, 4222181.079502364, 4127184.891073894, 4053173.5040187426, 3921909.3799956064, 3800956.2013940704, 3700525.9276892524, 3604201.6789261373, 3568980.8353203447, 3500480.40593817, 3460787.6245351634, 3357217.2045025364, 3257231.975461828, 3245945.301997187, 3110692.1918477574, 2948459.3413111456, 2802507.950474638, 2690601.43848698, 2589242.0789266974, 2575466.06208915, 2522257.1161214295, 2561110.2443294977, 2501658.2738063205, 2441952.957637703, 2423715.2060728567, 2325130.552696218, 2298628.9624650786, 2291717.019058912, 2377548.007982968, 2423466.434102114, 2461564.5314916186, 2442177.4015609156, 2340673.1962010846, 2229247.5449794685, 2147839.8239177275, 2024830.8643803115, 1873365.3709343092, 1802131.0113656053, 1709856.757663704, 1498532.1271717965, 1299182.8938617976, 1224896.5490085166, 1152431.1989969017, 1058825.0231685468, 954550.7477666795, 1026339.7914061318, 1102322.5236213359, 1166157.434190477, 1182584.405242286, 1241276.7752753969, 1357937.2969876714, 1409939.0370006978, 1407824.3699493632, 1497018.9049953367, 1496351.9388727068, 1371565.259268173, 1206653.5179457455, 1107327.0388784406, 1026140.029359465, 1022622.64791023, 920494.6964552418, 823862.4518972355, 760033.8729875467, 747087.7970235107, 689327.00741004, 678934.848131346, 611828.4731086261, 537490.4266127385, 462794.5252559128, 412371.67760586203, 374278.6904596491, 308738.6176909273, 278235.0972592747, 180386.93556919112, 142990.1470320807, 135611.45693885474, 217555.6751506706, 305394.75932541065, 361809.2647281858, 435915.65627640573, 527756.0125989985, 588279.803597296, 669188.1271114522, 716347.9778136146, 759069.7857370827, 814259.1829048259, 877247.382797238, 930235.8407859253, 864578.9308125584, 926625.6135778375, 996421.5324856557, 1103947.1021020017, 1187391.0341736474, 1273718.1848158059, 1340560.4917599007, 1464022.247723448, 1522928.8209688133, 1659519.6240608937, 1804528.9051773779, 1900095.738481313, 1842176.0901084384, 1760104.7765550418, 1770342.6794528735, 1797318.1407591351, 1940437.943575174, 2049206.720163406, 2183969.9363229265, 2226297.9102851413, 2241373.0174431796, 2337601.476619524, 2399371.0066507054, 2459939.3714721594, 2517376.786236405, 2587098.7879963503, 2591900.650147635, 2542479.4859325164, 2476003.914587348, 2500198.9205113715, 2478477.925222858, 2491488.644280611, 2502176.6371700913, 2458631.3539396543, 2460130.196581813, 2435417.7061779867, 2346169.998897129, 2276289.768239618, 2197121.3923757486, 2059517.6084350897, 1986137.4735479306, 1910263.825369713, 1857109.0914240254, 1828682.747554103, 1787424.9203398288, 1781351.9527137775, 1693775.6694928717, 1545169.6505714995, 1450837.0310189906, 1343187.555105195, 1151620.695970497, 1146177.1606461701, 1060540.4192277712, 1023595.3241602074, 991845.1962905324, 915779.418709586, 883672.3724423179, 988064.7596137264, 1145140.2546888224, 1258708.6239624457, 1312104.085399876, 1420845.8270854233, 1563040.1329289414, 1634348.7059837333, 1791875.8904967024, 2016043.0349336138, 2165416.418454292, 2307892.744709277, 2418826.4216824067, 2347842.6128885774, 2362037.1594367167, 2506188.3266843585, 2549421.767689382, 2596483.6009323318, 2698754.442172021, 2729352.983410693, 2816658.8133041295, 2909715.634539385, 2886675.542653338, 2884395.6534583136, 2867252.4408505308, 2904202.3384811706, 2932389.2217664323, 2948351.3647158877, 3099867.092283847, 3121898.7364909984, 3099684.124271826, 3039688.142075868, 3080780.814384262, 3176452.0159047516, 3212084.1989243496, 3331469.8545281193, 3501102.5853291363, 3480362.2795712813, 3522808.8992380034, 3472827.934144692, 3479096.8813059297, 3422791.2904564673, 3393778.371058895, 3298330.8221583404, 3190048.6381150205, 3161514.683384401, 3117755.077478992, 3065565.847064487, 3014521.5297578173, 2973455.4471332803, 2932154.475519786, 2897789.1340037156, 2857679.8506052457, 2827764.198438794, 2916739.311605664, 2981216.770215239, 2994477.083467491, 2955876.7253945577, 2884060.4984042863, 2812246.646783162, 2765811.384651243, 2771710.0267296145, 2738437.564429424, 2757550.839094804, 2754381.4031932205, 2750795.8087460175, 2833025.360914187, 2911432.4326058305, 2987189.393669887, 3029211.773724877, 3018484.6696894653, 2967548.964580537, 2945242.619886287, 2848501.3929499905, 2765347.120224383, 2721330.9378484525, 2705521.139538656, 2683494.835609123, 2614415.23255932, 2574530.1012904467, 2559345.294461973, 2532634.13912273, 2461484.50102404, 2428083.1233131005, 2390095.9543647603, 2309012.5306448215, 2315207.7046594876, 2287062.779642789, 2227361.0613250984, 2148940.9132710677, 2134562.14510889, 2134946.0441890876, 2091272.5887893273, 2034488.6478890106, 2009938.2698610923, 2010875.49686903, 1981619.393688765, 1934774.4066127974, 1902635.8143495687, 1913543.6292893155, 1874544.264859536, 1868005.9376704968, 1837006.0004204174, 1785867.1376740797, 1746666.0557716712, 1698226.5797305387, 1644816.4710609561, 1564250.7881818498, 1557968.367548145, 1564710.3217976228, 1517438.4300650347, 1495538.0862369295, 1489633.246738806, 1483174.6488400968, 1453180.8066384844, 1444897.807813084, 1416043.7466474145, 1418545.7666232313, 1403162.1099875022, 1408925.6174931386, 1475220.255011487, 1537402.792280846, 1571026.7917812841, 1655510.4118520957, 1702592.4154910797, 1708167.86692487, 1760621.4634898617, 1782796.4769613412, 1833025.702891495, 1882281.7818652731, 1917111.025070831, 1963332.1367258641, 2004937.4491448083, 2102637.478064279, 2198049.4355052705, 2279000.6992026544, 2298372.8044000557, 2411210.4226168776, 2493958.7685180255, 2564863.7185804876, 2698329.6689845026, 2745572.494743754, 2770668.185828965, 2840416.166862173, 2868023.063383371, 2931529.561445195, 2958965.5149513674, 3050760.86117946, 3150949.085224521, 3236866.4275608766, 3236263.334356789, 3305320.2224740004, 3349552.390864216, 3400162.7293868135, 3418572.0950006773, 3367529.1688206107, 3272130.0096245417, 3206777.36328654, 3184931.3463878734, 3225328.076257804, 3281402.224000109, 3463156.492222186, 3451586.906298234, 3317662.5957569573, 3191331.495359289, 2997892.876919055, 2930990.3171090214, 2861815.006903238, 2727156.2063701972, 2706058.6024787403, 2627652.454370869, 2519995.9240394887, 2495525.393664016, 2378806.991717241, 2357312.532845826, 2235822.8797247596, 2095920.9288792955, 2067194.7771263514, 2024154.5111563283, 1889908.562836581, 1784059.767498565, 1728092.5932108045, 1619932.104038236, 1554885.1479042035, 1489204.3881596415, 1450174.1215790634, 1416049.6059219174, 1380979.8473162935, 1333995.2989858668, 1306951.8872157107, 1276059.606911974, 1255264.0413317634, 1208658.3620110594, 1161545.5779353858, 1161170.7282705652, 1189953.1042345325, 1203295.8930695544, 1238297.1440022371, 1245719.0619678549, 1266292.6804612097, 1270257.3971706526, 1272481.9374300141, 1289251.2282439084, 1300618.6386636635, 1339306.9463808124, 1339616.6753367675, 1308364.641955884, 1242724.4566666426, 1183523.5779365783, 1142903.8954365773, 1021600.7849442157, 896649.2044017954, 754217.9614661946, 591235.4863253437, 466985.786405479, 315852.83139475965, 226257.91854757725, 116419.70853667735, 32307.607739600127, -101640.79723924183, -159960.1130238239, -186151.9641642673, -230328.95451061445, -276501.37870738807, -284614.5285873772, -362627.6634140653, -407326.8220536727, -481085.1236414008, -517713.3509122582, -654553.7309554253, -717593.0432863277, -758154.5692849936, -787119.0379073088, -854468.5212007919, -888395.7003889595, -941776.1003529828, -1011924.731504841, -1122527.5475698572, -1147103.651605772, -1197541.5117994228, -1309897.0752160314, -1409195.0074719035, -1586921.9821117914, -1642872.0087618497, -1724724.1160081932, -1804552.635109099, -1876072.373103979, -1920029.9032348094, -1976286.4973932095, -2101246.2327321996, -2122580.394934498, -2205836.421065732, -2233005.822118794, -2317051.3376549105, -2406751.591852901, -2476536.815584985, -2512245.6073923493, -2506272.1783150416, -2623843.8863013177, -2679835.039657828, -2700519.1733348505, -2750899.152010513, -2794107.94895414, -2835272.081368856, -2901435.313335456, -2946804.7706993627, -2998670.3898326694, -3006971.5775724137, -3072077.1152159986, -3162630.30552507, -3266724.4114250755, -3323621.022331433, -3387567.6692731325, -3405935.9291273453, -3470678.370636291, -3536505.269736647, -3628885.5807170956, -3763165.5998799866, -3841946.248896731, -3902056.3247810095, -3953561.7266376424, -3960494.4368748623, -3997513.1325775958, -3977789.6573118735, -4003195.202210887, -3977472.7078697104, -3993745.077990715, -3986757.496945776, -4039558.0092644487, -4060806.428744554, -4111692.8956943704, -4114936.0194452563, -4066909.6606433457, -4064451.3010447714, -4004624.801283117, -4023170.812416346, -3987247.1074387264, -3909272.853019333, -3820795.9681144003, -3796861.951445649, -3696550.3136018026, -3575351.610204823, -3466677.543069693, -3466334.2968704216, -3301445.373285706, -3206518.4687722186, -3115386.377119824, -2994821.0979661783, -2905766.421000253, -2718234.5383964474, -2574096.1556725814, -2508805.62838296, -2459637.674813797, -2361504.583696472, -2219974.8642805046, -2146339.4671575, -2032395.4634453661, -1943294.1638314077, -1870557.1021201706, -1769234.5443616735, -1664215.5430016443, -1615141.138316033, -1512372.4412828889, -1465785.9639610753, -1391568.2373332824, -1341200.363211026, -1257537.0041752558, -1193672.8900528608, -1153453.7259907324, -1085306.4408548197, -1018037.4299318569, -994760.961879397, -950398.009130212, -842486.5951959759, -767859.3970968387, -697426.9913983938, -675808.2964944514, -641324.394572671, -557800.5874014288, -440314.6412087308, -328497.4403999823, -237161.99550678194, -122889.1521656247, -86148.18731923327, -50793.01031452054, 29707.66790925283, 111699.09981649839, 128375.83501376142, 252604.63530772232, 340004.7443020645, 413239.2242129648, 432035.1569385641, 481712.7162519436, 497617.32093269937, 528277.8253186753, 488355.01702666807, 494186.8198078615, 469335.0456211777, 471758.86195764766, 541149.405709628, 621528.798660104, 694779.6143619651, 693405.6350977845, 693463.1231097941, 680486.6567876367, 656765.671017191, 591720.4602587394, 553644.6535723638, 521451.5384046261, 552970.6523555205, 551840.6389717122, 573546.3507996318, 572263.9581889033, 552884.6101024222, 520855.2350881907, 480168.27206480876, 483082.39598409354, 482105.27903283155, 534984.3026277759, 619501.9154973323, 680325.7265691621, 752131.7567660509, 760393.6115810232, 805282.8541615679, 865040.3795195529, 905833.6721205809, 988487.0402579702, 1054777.3447184558, 1098693.5936702373, 1113240.5128176007, 1135568.4754425702, 1185256.6089137744, 1210055.1319022698, 1228512.5948256974, 1275657.2081669404, 1283119.918633112, 1314959.330624949, 1332160.6900593515, 1356162.6149736799, 1380380.0084179428, 1467318.0679457013, 1517750.119826235, 1606503.3794339371, 1647192.5004959833, 1668927.2994966316, 1749435.0961664887, 1808498.187498048, 1870643.7125060945, 1927664.2053880638, 2036976.0042904483, 2152353.4819766055], "type": "scatter", "x": [20037508.342789248, 19893594.505091697, 19749333.35058288, 19849712.361820992, 19915975.288715687, 19967414.91221635, 19980330.199538186, 19951599.151252672, 19744103.56090541, 19432964.470943302, 19333983.632509556, 19163650.340062045, 19002070.099175606, 18961143.48838546, 18801908.699058324, 18511872.495077614, 18461224.353156492, 18353994.740454957, 18205111.573765863, 18169245.57394972, 18035686.675285764, 18039654.101937637, 18166440.32278173, 18151526.159456614, 18047822.115125913, 18000524.187728893, 18046836.435483623, 17852166.913590882, 17813537.49945871, 17647583.515779007, 17614214.38521881, 17453759.584384296, 17412594.74988385, 17364933.696074482, 17302794.17429579, 17356313.84172859, 17450238.914409637, 17456049.03447967, 17629036.575417936, 17827890.96636758, 18019513.06646841, 18219625.368752692, 18309112.723019436, 18173840.47208201, 18106995.328306004, 17824641.618665338, 17733453.144587122, 17446066.294375572, 17167475.91032651, 17259391.30067961, 17010937.329178106, 16838824.038072806, 16846885.795596056, 16673846.32632736, 16535932.609183572, 16195563.247328967, 15829388.914313573, 15468786.629734267, 15042178.663635137, 15217564.747769754, 15272301.654587714, 15380426.78391675, 15451660.731348746, 15573765.719989724, 15734487.935217401, 15738261.149101164, 15651233.201248018, 15641844.515394513, 15591627.524759473, 15423841.611806381, 15386547.544069732, 15235449.906684134, 15085502.788124282, 15013595.361514976, 14865258.969311172, 14795054.310563972, 14725125.776334956, 14575713.649029078, 14558363.825136783, 14516065.00050813, 14467743.209826674, 14434504.720950788, 14438715.61985303, 14381155.163000813, 14361371.991792059, 14319401.065028742, 14245267.384491613, 14196957.098998414, 14193471.026956396, 14180481.669413695, 14224776.644205028, 14287825.075856062, 14383916.408182608, 14411471.334059298, 14412345.728366863, 14370386.306791803, 14269583.599873817, 14180602.473890396, 14080329.005632252, 14067880.391937649, 14088509.194483327, 14039324.514682563, 14122006.550095007, 14045709.894165466, 13991647.014543524, 13978214.707252908, 13945585.993354673, 13941662.724158868, 13912824.96979147, 13882894.222539615, 13913377.218827829, 13939643.563619679, 13929726.091341725, 13957971.328513857, 13950682.791752739, 13885712.993662702, 13833186.056673137, 13677555.375114083, 13595603.919155987, 13475731.362701213, 13534891.040721219, 13511598.787093932, 13599745.786928685, 13540942.769744659, 13443902.259386873, 13318219.582862062, 13249631.40306504, 13140458.671689734, 13083680.567639023, 13142345.52256396, 13233455.108375015, 13237182.78937044, 13325255.005481517, 13450005.761757467, 13548835.328889297, 13620823.291816404, 13638863.427004145, 13481253.85306481, 13429250.402140956, 13320998.085826244, 13263851.8157513, 13383666.846264789, 13427398.066831503, 13495152.120479856, 13570752.712519815, 13568946.397963388, 13499075.389675658, 13525709.900491746, 13591231.947618145, 13574123.732679257, 13545849.73253648, 13483646.932222366, 13402362.777183207, 13312196.61680927, 13208822.50031573, 13055728.712767454, 12900897.641792297, 12775450.821626768, 12707403.385677846, 12668912.77836242, 12605939.130435055, 12450371.727411421, 12332581.610031249, 12301845.49960137, 12294574.220622636, 12232883.40118598, 12203694.738576733, 12230058.877468769, 12080704.276104176, 12028091.05020268, 11879467.028292438, 11786694.942778176, 11762240.665136887, 11847379.058242302, 11951478.00159606, 12052505.059685068, 12120144.061450846, 12171146.560996294, 12156103.527349629, 12063262.410705823, 11935779.172218718, 11844962.968708228, 11706164.377569884, 11665746.651221324, 11697029.258093439, 11614445.016781181, 11521264.49708378, 11476003.08647882, 11419702.447740799, 11319762.62994212, 11224545.69192314, 11240871.554060519, 11142835.844918458, 11134034.37590148, 11073942.777632613, 11037747.455374552, 11045386.900377525, 11117904.10196448, 11163079.22365751, 11183075.240849024, 11245197.504845336, 11312629.413222479, 11370304.921957271, 11395903.965830183, 11461644.611533472, 11508344.170670621, 11514729.550153524, 11502879.20624831, 11513711.34099274, 11521839.756496655, 11561049.438078176, 11604826.67939792, 11602698.219570287, 11523761.122935655, 11418442.629626604, 11286754.244831383, 11273718.86653565, 11209364.596017387, 11193999.417099508, 11153846.310080873, 11166041.809633812, 11141495.49048646, 11097516.90837221, 11078475.821806064, 11019321.896380186, 10965391.326423207, 10947121.087470315, 10926009.067017822, 10938158.545817731, 10970931.074569184, 10960202.48651908, 10994418.91639685, 10956992.538995238, 10966035.616965625, 10920843.237490207, 10884567.378914349, 10864456.309840256, 10816307.096982665, 10742973.027029432, 10616467.729544213, 10554023.320276693, 10485049.716673044, 10523419.51951177, 10500190.544419901, 10412935.196675107, 10426545.834383717, 10361426.468846329, 10282420.341082154, 10250620.000738455, 10244200.105690774, 10223013.301514609, 10176503.577983713, 10073969.340232968, 10084093.905899558, 10049141.14397331, 10001774.283917228, 9985586.48403894, 9954062.268213421, 9910992.595971512, 9895052.157640759, 9819325.00852997, 9682091.12299464, 9688488.00766581, 9629063.710315876, 9468865.4690186, 9344270.032784125, 9260581.293399153, 9149659.7734087, 9149487.195584841, 9093991.920024842, 8993724.204360828, 8941726.506031105, 8908349.954896132, 8931527.156640843, 8937429.318216935, 8890258.04636123, 8889751.818077901, 8832145.340472655, 8781476.491386674, 8815359.270804975, 8713860.499997413, 8676370.844060384, 8631701.95065068, 8526291.41583557, 8474759.67763028, 8432058.171412608, 8393055.58321972, 8333913.162982097, 8306294.958569995, 8287052.531209345, 8185789.616761059, 8139671.069630913, 8106386.560001997, 8106783.488996883, 8085194.003231705, 7923195.199972133, 7844735.568650189, 7699315.741669658, 7752837.877443494, 7719961.80199772, 7589389.420463478, 7507794.625341369, 7474596.404624385, 7388589.369805526, 7183492.131333403, 7002630.571925676, 6845855.124135005, 6636437.687472194, 6515057.951355686, 6389432.800772168, 6341956.641427639, 6288676.114607207, 6203135.039912779, 6090855.907707944, 5954824.314345525, 5842447.3880405035, 5735265.054233737, 5660924.280307973, 5578777.236149502, 5518869.720892755, 5448124.318297458, 5406561.825717279, 5340499.034742779, 5363728.00983465, 5353793.279774308, 5389654.9515729, 5433236.604692266, 5488001.300797916, 5507076.90292883, 5582942.114298711, 5589678.402023473, 5578587.400543252, 5592675.503564549, 5624682.937296882, 5639507.3723666575, 5656155.379775244, 5648786.306696323, 5678780.332483593, 5709182.792454009, 5742869.983671934, 5744831.618269839, 5720664.9703349825, 5741805.7537581185, 5761611.935343385, 5765725.040145437, 5852853.830819402, 5944906.842067569, 6012143.162244336, 6088399.550014968, 6171443.998857526, 6241775.214675552, 6274191.082591028, 6287957.040341115, 6277464.308650284, 6262950.513663462, 6278068.331033803, 6327972.085100661, 6390123.112067614, 6471775.433131013, 6537705.914440554, 6587943.318966878, 6617954.602536537, 6657802.822066352, 6657589.976083588, 6617074.45563484, 6599287.434588761, 6552392.287251237, 6510852.805047573, 6460350.781191328, 6437202.342417262, 6419323.279865122, 6433008.701297406, 6422510.217012445, 6371289.118890107, 6301757.513655972, 6290908.121129161, 6265452.892109467, 6196208.916581769, 6152621.510868273, 6153173.759904631, 6099306.468483071, 6037886.020970466, 5963441.700350384, 5912019.261433537, 5831494.448819375, 5809956.736401353, 5807333.553478646, 5696498.3224001285, 5518616.60675109, 5418947.160876465, 5369935.058899566, 5336535.497388073, 5271473.657791975, 5200521.161808041, 5107070.270186588, 5078957.342679415, 5054623.869514826, 5025446.712093833, 5008211.940084115, 4953113.593519001, 4917551.056615103, 4840500.810854699, 4811548.004604728, 4814729.189157923, 4796527.981334578, 4774742.907369021, 4742752.731419074, 4765032.528479702, 4753613.629134142, 4767109.214960178, 4762173.489197714, 4747728.725340437, 4714156.586005085, 4705573.715564997, 4648076.537248198, 4588744.281404328, 4557346.622649641, 4480348.150236399, 4430703.262905332, 4356978.016551343, 4344097.958297085, 4348843.848453299, 4284995.806218364, 4232796.767094138, 4172659.1480722446, 4136055.391631042, 4142141.636219256, 4111209.9375889963, 4078702.0281674624, 4035235.426930668, 3967446.8577175452, 3910674.5062609655, 3855254.014424642, 3872557.817563907, 3877505.0485146255, 3891288.2640470956, 3887566.335645799, 3856300.986556072, 3832347.1846039807, 3802065.52911027, 3776109.8244013772, 3739011.344865104, 3688768.187744649, 3609336.3680149466, 3597894.458292875, 3644024.5106112747, 3712365.3288607597, 3796502.770587775, 3837616.56082591, 3873368.9333360586, 3973262.7303817044, 3951144.005956684, 3954733.6246930202, 4084391.343760788, 4103929.951067706, 4139829.0933795013, 4115415.0838971087, 4131591.3785871365, 4172452.054683611, 4214860.178600715, 4275791.655612374, 4340416.298054688, 4371083.377355026, 4432106.895872746, 4584055.917189402, 4645913.561855789, 4706235.263889804, 4741049.963556967, 4795780.1440978395, 4822121.27261336, 4818617.942788955, 4755109.3036076175, 4802913.360817483, 4839131.693452058, 4860951.282982385, 4911171.429726324, 4966436.6015211735, 5071375.423617728, 5192542.313751472, 5290532.002140503, 5345739.647994064, 5385501.578611946, 5448889.41331658, 5484463.455408735, 5535765.089848881, 5594780.953015669, 5647463.2100467095, 5689675.745763438, 5692195.381991826, 5681915.49628376, 5682335.435655157, 5658836.088639238, 5627467.192855193, 5573870.273357682, 5505051.9897955125, 5409518.659099453, 5314480.051498469, 5183562.514316502, 5072157.776419236, 4905643.186768602, 4801872.141280182, 4680049.455415759, 4654375.627819174, 4629236.791476562, 4551271.883249686, 4523784.768933433, 4482061.110589207, 4466271.552403359, 4430524.932487343, 4408797.384463075, 4363971.168365885, 4312573.7424715655, 4319171.967937236, 4390440.8565982515, 4393777.36119292, 4363133.292269101, 4369512.919157878, 4362224.382396759, 4401100.413518815, 4447167.187301798, 4488022.110804144, 4506033.483021241, 4501454.418094759, 4515208.870656589, 4519529.068847274, 4539105.146667391, 4505906.925950408, 4462716.449231795, 4391838.736971536, 4290069.594239918, 4164588.2585096154, 4038813.540478747, 3995979.724596115, 3918267.930510907, 3872402.4975224286, 3862997.006121932, 3915788.5624414203, 3937751.966824966, 3939134.6088905344, 3958804.4604212106, 3955619.524188847, 3937567.8838128448, 3963805.465634049, 3947249.4997315235, 3900716.7658241102, 3808888.105746961, 3675013.7351828227, 3626191.4688121667, 3635735.0224717543, 3664187.3530325238, 3654632.294184679, 3626818.501572201, 3613668.07139389, 3584864.8325912664, 3508901.827121199, 3487145.5161262862, 3439968.491676453, 3408915.9885694915, 3345787.020600648, 3219977.7870050105, 3141408.8563946155, 3057346.1983912755, 2940999.9821374184, 2884250.641057354, 2869886.413517881, 2802230.1539697177, 2747126.0548104756, 2626476.8981483164, 2559033.4845829187, 2512943.700423417, 2398133.426801936, 2303094.819200951, 2234322.5563918087, 2183688.2228706013, 2136585.982144443, 2098964.0165424547, 2051021.8970734966, 2045764.026039825, 2030968.3539406946, 2031589.6341065995, 1995423.0748191834, 2031348.0251531927, 2028437.2125240455, 1955540.3397245968, 1899602.1144166875, 1899435.2891869522, 1819514.4989563075, 1736786.4427908345, 1693222.0474538533, 1668646.9653358543, 1641207.0913417453, 1603907.2710109672, 1601410.6451590909, 1587161.4695021906, 1543850.188306874, 1486393.2781489757, 1427877.8906713864, 1403578.9330715698, 1313004.338514488, 1306245.040413214, 1295769.5665047695, 1311180.7661756752, 1349590.8371733036, 1355383.699460948, 1391504.2379953365, 1418040.9547112328, 1481986.7910463577, 1517698.8953976012, 1529388.166667211, 1523560.7888147938, 1490270.5265917494, 1460621.6564522006, 1433279.576558278, 1439256.521858044, 1473472.9517358136, 1439699.4716059556, 1416907.6936678707, 1361142.0461838222, 1371726.819380711, 1356131.5366976862, 1326367.6146755614, 1234953.1413756832, 1120557.0545314727, 1046987.1282189602, 979388.394612085, 982960.7555660352, 1007265.4657599803, 1034308.4107592083, 1056743.5278613104, 1035896.1267387429, 1074139.3725066355, 1090396.2035144668, 1046889.3341187706, 996099.6805560883, 973480.4804418646, 944970.6239398068, 946247.699836389, 830678.0837899116, 788431.0325084144, 745625.979596426, 656581.5750775906, 596984.6999037986, 560334.9227095693, 481524.38314576854, 397875.9119196959, 299638.86198312993, 207637.62408211984, 118012.20755628125, -56509.99312156822, -118402.1533527284, -218710.13717564542, -317942.3858964853, -368588.22460595355, -446259.7505322603, -517626.4332934623, -649493.148506671, -726779.2506263524, -837004.7067272246, -858513.6561746001, -887673.555813205, -1002409.0457110135, -1103556.9082767267, -1198397.0513802706, -1273359.10547194, -1303350.2549621493, -1383489.643769687, -1441481.5451815596, -1460959.8289014886, -1474599.2295807418, -1523424.3722484603, -1566715.519364326, -1595216.7469751905, -1623004.6529140898, -1635643.1022149413, -1651931.572490481, -1684298.543355862, -1743728.5932999218, -1790597.8539638668, -1816153.753380813, -1815503.7102442659, -1849444.0156038576, -1856525.4589763416, -1874789.9453351055, -1860563.7800547204, -1906469.4812021004, -1962010.7775151285, -1913044.6962912558, -1859114.1263342772, -1832663.69853031, -1842305.046290086, -1811229.5328066077, -1797403.1728181713, -1809707.9716595558]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y96", "yaxis": "y", "legendgroup": "y96", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10466966.998591872, 10699573.55703934], "type": "scatter", "x": [-19764776.67372326, -20037507.161367036]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y97", "yaxis": "y", "legendgroup": "y97", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1800679.2367045584, -1795355.1397450278, -1850775.6435757808, -1856942.0144075425], "type": "scatter", "x": [-20037507.161367036, -20014499.66114912, -20028308.763355173, -20037507.161367036]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y98", "yaxis": "y", "legendgroup": "y98", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-935801.8929854253, -932017.8911685135, -918057.5179599032, -931913.9080589599, -962212.6697200892, -1011212.8026823719, -1043389.8780771131, -1127201.0352322392, -1151925.651689336, -1138437.342368488, -1100248.3206519792, -1031829.236751456, -987338.7245153439, -960940.8722403311, -935801.8929854253], "type": "scatter", "x": [14020363.96443422, 14098023.985172268, 14132815.674462918, 14174970.684238354, 14134012.214041699, 14018005.400841435, 13924790.365579262, 13852146.606921477, 13756860.63777295, 13743503.11420601, 13753524.133178283, 13801391.468923563, 13911450.0997947, 13924537.251437599, 14020363.96443422]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y99", "yaxis": "y", "legendgroup": "y99", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-19573255.646857932, -19583004.52402455, -18914860.166789483, -19266090.343693152, -18871237.249490317, -18891467.86826757, -19360507.527236138, -18891467.86826757, -18829965.781714402, -18642979.673144188, -18891467.86826757, -19022569.731183484, -19402921.574413277, -19709803.914201602, -20108921.84149009, -20425545.219242126, -20057675.104645446, -20318253.929311894, -20758581.640025366, -20344890.953592353, -19981499.664706603, -19402921.574413277, -19356945.428165555, -19088040.420410212, -18663476.637897458, -18441429.416224204, -18000596.428339243, -17622914.969479695, -17299319.188624762, -16959656.210807852, -16742806.635134006, -16474258.677998997, -16244612.842759531, -16287069.6804952, -16174490.894027678, -16416104.749179147, -16202470.476626318, -15941631.729007723, -15716874.846573852, -15449593.866565902, -15277336.6958799, -15097757.676822541, -15062412.5232464, -14980722.587555168, -14922987.247388598, -14708152.858755218, -14532600.593364991, -14340588.225183759, -13757819.364862863, -13806088.809605753, -13962901.516248118, -13913464.547326637, -13844921.429856539, -14062832.802361798, -14012689.158748822, -13903632.253921196, -13767460.032905603, -13605816.10854721, -13559020.480930945, -13384178.000622747, -13213896.342988512, -13056520.74955663, -12979222.023437852, -13126006.17903336, -13039274.769461406, -12928196.331227874, -12919734.043617582, -12877562.595109137, -12777446.422385382, -12686984.576284992, -12597744.287334753, -12621951.719134174, -12654388.18355383, -12597744.287334753, -12670655.543027619, -12662516.859430643, -12605803.591766933, -12646269.4899026, -12686984.576284992, -12670655.543027619, -12678804.25993588, -12686984.576284992, -12670655.543027619, -12549551.336529123, -12485869.87432013, -12573603.938992111, -12501727.68293656, -12360293.714122342, -12485869.87432013, -12630040.592013398, -12769175.191804035, -12646269.4899026, -12802322.473535331, -12852379.730870195, -12970694.003437951, -12945175.96857523, -12869165.000540502, -12885970.895995315, -12945175.96857523, -13022051.180848235, -12835659.09262927, -12695153.46362086, -12549551.336529123, -12517644.548832586, -12368069.082635343, -12221792.065017093, -11938589.303176137, -11989859.557295745, -12011945.450952481, -11989859.557295745, -12048938.28168937, -12161166.06162764, -12298375.96688985, -12321532.578188617, -12267652.542364579, -12191419.95313484, -12146100.495884184, -12237050.454384767, -12206588.662033485, -11916725.440555345, -12086137.702343643, -12153629.013496885, -12116051.56547901, -12267652.542364579, -12282996.486547174, -12329262.632840421, -12414934.363548178, -12267652.542364579, -12131049.163653156, -12282996.486547174, -12244682.733721707, -12329262.632840421, -12462133.292442415, -12422794.796574341, -12337001.701456321, -12237050.454384767, -12183848.557426376, -12138560.658186903, -12086137.702343643, -12004575.352070695, -11887690.969327448, -11730246.565662593, -11583334.272216793, -11446344.346577132, -11312090.642869664, -11180477.3510872, -11064157.760126555, -10937223.57402567, -10812637.404210938, -10696339.745570874, -10570073.867616944, -10451963.890172392, -10324340.984208634, -10210336.20334449, -10081529.058382886, -9998793.857632812, -9895405.701678013, -9809499.092671867, -9729937.266567692, -9614847.903580531, -9542576.17238781, -9476123.827159693, -9460886.754084017, -9380134.971552497, -9330129.098477617, -9300297.252564967, -9236079.146275066, -9157840.870785644, -9128723.931144195, -9191972.882051297, -9275530.989639642, -9350091.596108273, -9405271.452525964, -9365090.692334818, -9390173.511543544, -9450733.641484955, -9516945.203379877, -9594120.736648336, -9698362.102729231, -9798841.973791346, -9889994.656297507, -9955077.84248145, -9976894.184516383, -10070446.21660398, -10159640.30269325, -10284230.136229167, -10393656.30011703, -10516661.840090442, -10611914.068841787, -10684203.356359953, -10781840.445692716, -10905857.947661616, -11025830.493241915, -11154453.08721275, -11265734.122261263, -11392313.908715716, -11716122.336443087, -11851579.294676531, -11997213.393782157, -12146100.495884184, -12352527.447788652, -12517644.548832586, -12654388.18355383, -12711521.596486397, -12860778.084116561, -13004895.125908237, -13169781.245437544, -13240480.101188926, -13338932.20034817, -13438883.149178252, -13634039.868290436, -13652923.511999726, -13634039.868290436, -13671886.795489551, -13671886.795489551, -13864450.346322753, -13952942.355873164, -14093104.940010339, -14277831.022785617, -14446555.591267379, -14393356.367141902, -14532600.593364991, -14764001.423127899, -14992325.419287063, -15192911.583322018, -15424684.675969379, -15665097.446529409, -15769070.195554063, -15955093.080605648, -16174490.894027678, -16401609.742009496, -16518259.744685331, -16727558.86456386, -16959656.210807852, -17233256.949043065, -17640396.35432127, -17982108.23976873, -17657925.424316708, -17399747.06422211, -17135333.069137685, -16928238.81380108, -16712387.082130842, -16697250.944730112, -16803999.00130419, -16991269.4385126, -16652054.720774354, -16430594.136709535, -16416104.749179147, -16258721.6809744, -16105122.587298125, -16009256.637175497, -15888029.877685104, -15716874.846573852, -15487088.673920084, -15265212.982960006, -15038976.211936409, -15062412.5232464, -15157045.37372277, -15157045.37372277, -14934487.228747802, -14510996.677555878, -14393356.367141902, -14267434.56795819, -14143926.491929064, -13992712.761617284, -13844921.429856539, -13652923.511999726, -13568347.97991541, -13503283.79417797, -13466419.8760334, -13448041.158350827, -13384178.000622747, -13293996.080017375, -13187396.426708395, -13082497.60368349, -12945175.96857523, -12802322.473535331, -12678804.25993588, -12517644.548832586, -12422794.796574341, -12259993.842934744, -12138560.658186903, -12063785.28064303, -11975156.825009914, -11858782.221916305, -11716122.336443087, -11548823.821508532, -11453124.30855583, -11473523.283795258, -11590254.066059545, -11604115.112265062, -11473523.283795258, -11338731.529396052, -11372177.12589072, -11500812.613643924, -11521339.066694979, -11459929.03313749, -11419274.863740113, -11439571.216424277, -11583334.272216793, -11466722.720622245, -11405789.763978107, -11358786.000184437, -11312090.642869664, -11232811.442557812, -11180477.3510872, -11109163.195054214, -10994053.20214567, -11076993.185391583, -11032200.51892044, -11186994.81570431, -11305451.228957832, -11239379.666935649, -11109163.195054214, -11019466.454022536, -11038576.54305157, -11160945.474293694, -11038576.54305157, -11000393.399108538, -10987718.932167627, -10994053.20214567, -11032200.51892044, -11051363.497830939, -11160945.474293694, -11259140.193879703, -11200048.649971712, -11186994.81570431, -11186994.81570431, -11180477.3510872, -11134996.202326057, -11096266.637637932, -11006739.53487535, -10949820.509237522, -10918396.726467606, -10831172.951684913, -10660027.029230831, -10558191.074983433, -10605909.902707601, -10714576.920585541, -10787985.449212566, -10763422.497469973, -10874636.599680305, -10956119.44815071, -10880882.550318494, -10745054.250235874, -10690276.84519204, -10587976.264860408, -10546281.931601858, -10487184.934734145, -10422748.120420864, -10353139.92872377, -10289943.798873141, -10324340.984208634, -10221661.063152496, -10142833.967133388, -10148431.53306628, -10081529.058382886, -9982373.43754548, -9906211.917838223, -9852319.773697944, -9809499.092671867, -9788201.134188255, -9804168.49490774, -9830876.500981597, -9906211.917838223, -10026262.526285112, -10120474.260689545, -10199044.806998493, -10232989.611020274, -10312861.168182489, -10393656.30011703, -10411102.722031409, -10353139.92872377, -10232989.611020274, -10295647.117187317, -10330088.090531455, -10364687.300393084, -10387855.770057049, -10387855.770057049, -10702408.04354058, -10781840.445692716, -10924666.539346235, -11006739.53487535, -11128528.688890336, -11259140.193879703, -11252535.334491068, -11385594.94976191, -11514489.941065561, -11659884.626313927, -11772817.811314432, -11808505.1834976, -11744400.670313453, -11604115.112265062, -11473523.283795258, -11365478.23278647, -11265734.122261263, -11147949.827826774, -10987718.932167627, -10956119.44815071, -10943527.415501775, -10905857.947661616, -10855982.288128316, -10732846.94913709, -10617891.876438387, -10504871.402395595, -10428593.633605774, -10370483.536116619, -10272801.982733628, -10221661.063152496, -10176502.5075905, -10204688.192980723, -10176502.5075905, -10142833.967133388, -10159640.30269325, -10081529.058382886, -9895391.45655315, -9971433.660741998, -10103762.86749689, -10159640.30269325, -10182127.465764651, -10148431.53306628, -10170882.132970383, -10176502.5075905, -10148431.53306628, -10165266.333805995, -10227323.008371448, -10187771.875386303, -10187771.875386303, -10148431.53306628, -10187771.875386303, -10092629.694584187, -9998793.857632812, -9922452.833267055, -9719387.078774476, -9756361.784315921, -9830876.500981597, -9927889.236729227, -10098186.705040462, -10103762.86749689, -10103762.86749689, -10070446.21660398, -10031766.453702793, -9955077.84248145, -9873829.357054794, -9863059.158982305, -9804168.49490774, -9857687.39337379, -9944181.00543483, -10031766.453702793, -10020762.970760306, -10092629.694584187, -10165266.333805995, -10193406.03719443, -10170882.132970383, -10081529.058382886, -9993316.059962455, -9971433.660741998, -10009776.945164425, -10037274.760593338, -9993316.059962455, -9993316.059962455, -10020762.970760306, -10048319.105990445, -9998793.857632812, -9955077.84248145, -9944181.00543483, -9944181.00543483, -9917034.973059004, -9895405.701678013, -9761655.926232066, -9651258.433170712, -9724653.229453882, -9846956.29295355, -9960525.497089418, -10053840.608596537, -10103762.86749689, -10087077.148296228, -10081529.058382886, -10064896.851498745, -10064896.851498745, -10059366.521207254, -10070446.21660398, -10092629.694584187, -10182127.465764651, -10289943.798873141, -10376269.39696592, -10446113.851346208, -10522603.691111755, -10576030.882167187, -10623922.427862464, -10672104.479527282, -10678183.157757979, -10576030.882167187, -10660027.029230831, -10757315.77102719, -10831172.951684913, -10862194.70185058, -10899605.479099374, -11025830.493241915, -11102703.346091887, -11219694.146628246, -11272334.505714094, -11265734.122261263, -11285554.69146135, -11278941.357634922, -11305451.228957832, -11352082.782810263, -11432804.90358064, -11500812.613643924, -11604115.112265062, -11744400.670313453, -11873230.47974585, -12041527.173961012, -12176265.830332814, -12337001.701456321, -12399282.648776155, -12541560.211216072, -12630040.592013398, -12794020.03620289, -12953671.005367612, -13091171.754524523, -13276116.790311247, -13448041.158350827, -13662410.780268915, -13844921.429856539, -14042702.619897712, -14236344.333491327, -14425263.025719084, -14500193.151059048, -14741616.158518702, -14831653.655535996, -14957548.497048443, -14980722.587555168, -15326091.953244766, -15626526.171459321, -15874707.387258586, -16132802.450976457, -16372792.962057162, -16682150.283572054, -16975422.592992835, -17249709.00956573, -17518968.274177775, -17800001.351329263, -18093894.01404069, -18581878.92175519, -18808930.5355468, -18891467.86826757, -19221082.34362509, -18936246.46797783, -19288683.60737892, -19573255.646857932], "type": "scatter", "x": [-20037508.342789244, -20031107.400398806, -19932720.783014894, -19732133.578339703, -19601656.11460859, -19573292.949256815, -19412171.416601878, -19271247.24193296, -19245927.19887529, -18918883.593764976, -18812992.71734011, -18760695.884115696, -18592815.053359486, -18276672.614123143, -18025940.046427686, -17596425.482102048, -17275922.576516118, -16802797.596100472, -16534626.039303724, -16240280.179221194, -15930678.439509235, -15906695.874586497, -16344937.124205442, -16704684.226937667, -16798437.129750878, -17097137.70358887, -17077512.728718657, -17036085.422100503, -16994660.991779417, -17016466.19982442, -17201788.895978987, -17286823.74239009, -17459065.03949589, -17188707.496930223, -16931434.22971039, -16770091.222181492, -16571687.126978163, -16388538.91140426, -16299149.3512377, -16338393.548383994, -16482291.814217472, -16645815.054921161, -16874745.290868673, -17075332.495543864, -17291187.08503674, -17363131.903507885, -17507027.293044295, -17594242.372630186, -17629126.103426896, -17574617.397759978, -17474329.54801651, -17291187.08503674, -17114573.816393092, -17023004.02305174, -16846399.383299287, -16698140.651116218, -16558605.727929395, -16432146.451197207, -16264268.49673806, -16268623.210493516, -16307870.283936877, -16275166.786314962, -16131265.644184422, -16065855.772643536, -15895794.708712528, -15767155.198805545, -15607995.300748508, -15457556.335390648, -15307120.246329853, -15187195.916527916, -15052018.583393618, -14964812.132698916, -14888498.218986994, -14722800.49770264, -14574538.889222506, -14421916.814392788, -14275838.315384516, -14125399.35002666, -13959695.876148174, -13804896.444440726, -13643556.313208895, -13477852.839330412, -13325227.888203628, -13211858.639411397, -13076678.429980036, -12937140.630496146, -12804140.654239576, -12684224.953328831, -12612274.382263558, -12573030.185117265, -12501076.737754934, -12385524.379490841, -12252527.279531335, -12102088.314173477, -11973451.680563556, -11816469.13938425, -11674751.106725566, -11506867.39967229, -11356425.558017366, -11203809.235781778, -11144940.06376527, -11216890.634830542, -11271399.34049746, -11415294.730033873, -11478521.492102902, -11502504.057025637, -11541748.254171932, -11456722.036652023, -11310643.537643755, -11166739.519216146, -11035922.652431436, -10922544.77474801, -10874582.521199604, -10724140.679544678, -10580245.290008264, -10427620.338881483, -10290262.772572389, -10176890.647483094, -10028631.915300028, -9932698.77931202, -9843309.219145462, -9714666.832941415, -9575126.157160463, -9483556.363819107, -9337477.864810837, -9202297.65537947, -9069300.555419965, -8982085.475834072, -8938486.564932317, -8827288.920423687, -8674666.845593968, -8561288.967910543, -8484980.80679275, -8336722.074609684, -8221169.716345594, -8107791.83866217, -7972614.505527869, -7815634.840645627, -7673911.055392815, -7564896.520356044, -7499489.525112221, -7473326.72701469, -7486408.126063455, -7521294.733157225, -7560538.93030352, -7595422.6611002255, -7623765.69237255, -7630306.391896933, -7619405.226022962, -7567079.629827903, -7523472.090034955, -7506033.100933666, -7527832.556384544, -7540913.955433307, -7486408.126063455, -7425364.473466284, -7353411.026103948, -7277102.864986152, -7187707.552225465, -7144100.012432518, -7083053.483538283, -7013283.145647806, -6906448.843785827, -6836678.505895352, -6758190.111602763, -6666620.318261408, -6585948.8144969605, -6522716.299833804, -6435506.972842037, -6370099.977598214, -6411527.284216366, -6524896.533008598, -6572867.415448195, -6655719.152387438, -6747288.945728791, -6823597.106846587, -6904268.610611035, -6958777.316277951, -6974038.9485015115, -6967501.1252741935, -6915175.529079133, -6991483.690196929, -7096137.758884111, -7157187.164075412, -7222597.035616301, -7292364.497209711, -7309803.486311002, -7270559.289164707, -7211690.1171482, -7120117.447509783, -7035091.229989875, -6989300.58072507, -6965318.015802334, -6932614.518180423, -6880286.0456882985, -6847585.424363451, -6832323.792139892, -6799614.541923852, -6790896.485521738, -6756009.87842797, -6771271.510651527, -6832323.792139892, -6897730.787383716, -7045989.519566782, -7096137.758884111, -7163724.987302731, -7331611.570653073, -7479870.302836137, -7619405.226022962, -7769847.067677886, -7859236.627844445, -8038021.500771692, -8234251.1153943585, -8410852.878849749, -8598358.684476173, -8563472.077382402, -8393411.013451394, -8269131.969893999, -8199361.632003524, -8323640.67556092, -8515506.947536932, -8674666.845593968, -8681213.297712479, -8685568.011467937, -8554751.144683223, -8530771.456057554, -8389047.670804743, -8153579.611629913, -7952992.406954722, -7793829.632600621, -7591059.318453574, -7314166.828957654, -7041629.053217194, -6851940.138118911, -6644817.9865134675, -6535803.451476696, -6481297.622106843, -6346114.5363784125, -6162969.197101576, -5968925.568247833, -5737812.222828462, -5539408.127625131, -5262509.885535082, -4989974.986091687, -4765405.216493763, -4693454.645428492, -4538655.213721043, -4257393.628984342, -4037187.20203307, -3827876.188361639, -3596765.7192393336, -3350393.6178934667, -3178149.444490601, -3256640.7150802547, -3304608.721222789, -3304608.721222789, -3520457.5581215383, -3749387.7940690517, -3967416.8641425925, -3997940.1285897116, -3982678.496366153, -3932533.133345888, -3773370.3589917864, -3585864.553365362, -3450687.2202310604, -3315509.8870967603, -3215216.2847591653, -3062594.2099294467, -2912155.2445715866, -2835844.2071567285, -2663602.9100509267, -2500079.6693472387, -2362722.103038143, -2227544.7699038414, -2105445.9595212424, -1950649.4041108573, -1852533.1586509934, -1747881.9662608753, -1715178.4686389624, -1832911.0600778454, -1793666.8629315516, -1719536.058691487, -1603980.8241303333, -1481882.0137477322, -1368507.0123613721, -1281294.809072542, -1226788.9797026897, -1146120.3522353065, -1013120.3759787359, -958614.5466088818, -825614.570352311, -821254.1040027221, -764568.0414580742, -644649.4642502688, -616306.4329779447, -483312.2093155029, -339411.0671849607, -199873.26770107023, -73413.99096888368, -25451.737420474852, 96647.07296212437, 210024.95064554893, 336478.4747836067, 460757.5183410012, 574135.3960244257, 698408.6869876913, 794344.6992727636, 861931.9276913813, 944780.7883335594, 1060333.146597647, 1141007.5266591588, 1204234.2887281894, 1330693.565460379, 1380838.9284806445, 1494216.8061640658, 1640292.4288752743, 1683902.844965286, 1775472.638306639, 1895391.2155144461, 2026205.206002094, 2143943.550035106, 2268216.840998372, 2388135.418206179, 2440461.0144012365, 2512414.4617635733, 2634507.5195520436, 2765327.262633821, 2891780.786771882, 3016059.8303292757, 3127251.722243776, 3244990.066276788, 3343100.559142524, 3447757.504126774, 3561129.629216067, 3646164.475627169, 3707211.004521404, 3770437.7665904346, 3885995.877448651, 3929600.540944534, 4025536.553229606, 4141088.911493694, 4219577.305786285, 4302431.919022588, 4415809.796706012, 4455053.993852308, 4555344.719892838, 4670902.830751056, 4779914.489490764, 4910734.232572541, 4997943.5595643055, 5089519.105499789, 5176728.432491553, 5281379.624881671, 5381676.103516331, 5453623.798284535, 5558280.743268786, 5649850.5366101395, 5671652.868358078, 5765408.6474683555, 5856978.440809711, 5968176.085318341, 6070647.044533663, 6168763.289993531, 6273414.482383649, 6362809.795144335, 6373705.208424179, 6471821.453884043, 6539408.682302661, 6672414.411153362, 6746542.339096363, 6838112.132437715, 6944943.558002629, 7034333.11816919, 7130274.883048387, 7234926.075438505, 7343937.734178214, 7448594.67916246, 7557606.337902166, 7668803.982410798, 7760373.77575215, 7756013.309402564, 7742931.910353798, 7636100.484788885, 7548879.652608862, 7564147.037426549, 7688426.080983942, 7673158.696166256, 7616478.386215738, 7564147.037426549, 7649181.8838376505, 7777815.641150504, 7906455.151057485, 7967501.679951724, 8004571.396517353, 8065612.172817458, 8135385.387005, 8163728.418277323, 8222600.466590895, 8292362.175590176, 8418821.452322366, 8530019.096830996, 8643391.221920291, 8697897.051290143, 8730606.301506184, 8806914.46262398, 8915926.121363686, 9009681.900473963, 9070734.181962328, 9133960.944031358, 9214629.57149874, 9325827.216007369, 9426112.189453771, 9535129.60078761, 9657228.411170209, 9737897.03863759, 9794588.853776367, 9836013.284097457, 9888333.127698386, 9982088.906808665, 10088926.084967704, 10195763.263126748, 10309135.388216043, 10413786.580606163, 10483559.794793703, 10577309.82130985, 10662344.667720951, 10762635.39376148, 10882553.970969284, 10985030.682778738, 11100577.288448699, 11174716.721579958, 11231397.031530473, 11307710.945242403, 11447251.621023355, 11519193.56319743, 11604228.40960853, 11678356.337551532, 11820077.24650728, 11929094.657841116, 12031565.61705644, 12151484.194264248, 12271397.018877923, 12362972.564813409, 12439280.7259312, 12563559.769488595, 12646414.382724902, 12733623.709716668, 12790309.772261316, 12868798.166553903, 12990891.224342374, 13067205.138054296, 13200205.114310868, 13339740.037497696, 13455298.148355912, 13542507.47534768, 13616641.155884806, 13716931.88192534, 13817228.360559996, 13932774.966229958, 14037431.911214203, 14137734.142442992, 14235844.63530873, 14338315.594524052, 14438612.073158713, 14558524.89777239, 14671902.775455814, 14798356.299593875, 14900833.011403328, 15001123.737443857, 15031647.001890972, 15036007.468240561, 15105774.929833978, 15125402.78100125, 15162460.992378622, 15208251.641643431, 15302007.420753706, 15428460.944891768, 15574536.56760297, 15674833.04623763, 15820914.421542969, 15925571.366527217, 16071646.989238419, 16195920.28020169, 16274414.42708841, 16252612.09534046, 16324565.5427028, 16444478.367316477, 16568751.658279747, 16712652.800410286, 16863088.889471076, 16976472.519748632, 17102926.04388669, 17174879.49124903, 17272984.231520634, 17358024.830525864, 17456135.323391605, 17591321.285417095, 17719949.29013582, 17774460.872099802, 17900914.396237865, 17985943.49005484, 18110222.53361222, 18238856.29092508, 18358774.868132886, 18491774.844389457, 18624763.315457772, 18749053.864203423, 18864600.469873387, 18980158.580731604, 19058652.727618326, 19045565.57597543, 18986699.28025599, 18936553.917235717, 18897303.967495292, 18844978.37130024, 18698902.74858903, 18633490.000751078, 18489588.858620536, 18439449.248194396, 18363135.334482472, 18282466.707015097, 18236670.30515616, 18208333.026477966, 18197426.108009864, 18199612.093778796, 18262838.85584782, 18286827.173364684, 18339158.522153866, 18546286.42635344, 18589885.3372552, 18389298.13258001, 18219239.94494606, 18007751.574396905, 17913995.79528663, 17894373.69671348, 17846402.81427388, 17787542.271148566, 17935798.127034567, 17992489.942173347, 18088414.44927016, 18223594.658701524, 18378396.966706034, 18546286.42635344, 18801379.46039848, 18858054.01775488, 19178559.799637865, 19200057.243896987, 19283216.74462212, 19590635.37486222, 19845728.408907264, 20037508.342789244]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y100", "yaxis": "y", "legendgroup": "y100", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10699570.526219303, 10466966.998591872, 10175528.691611033, 9999384.120530928, 9930114.255356655, 10134403.207988227, 10091986.824595055, 9831547.292826606, 9713504.715718219, 9685769.870736707, 9429157.507285833, 9375695.642293764, 9383354.757910565, 9473253.862256357, 9549343.082563842, 9664072.69239164, 9707827.104122585, 9673105.00075284, 9767166.187835712, 9868483.60307779, 9803557.588076577, 9676734.551245052, 9564266.753908917], "type": "scatter", "x": [-20037508.342789244, -19764776.67372326, -19472923.71535846, -19482497.191566683, -19407421.10058588, -19433246.109255012, -19131068.238301765, -18913134.731591046, -19023506.89351767, -19205979.57643619, -19208734.73383332, -19253299.265582595, -19357551.0819054, -19442385.439449143, -19590396.947602782, -19615291.325328883, -19728336.26822945, -19854936.585523922, -19915426.48362608, -19891246.777030867, -20024569.67837434, -19974354.569272403, -20037508.342789244]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y101", "yaxis": "y", "legendgroup": "y101", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [11540378.824635383, 11555098.754603768, 11554363.84834417, 11454531.615425404, 11407338.297256816, 11325365.863595843, 11304728.484686881], "type": "scatter", "x": [-20037508.342789244, -20023245.533031352, -19928897.255206972, -19767886.413515944, -19777418.701512568, -19892100.597525258, -20037508.342789244]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y102", "yaxis": "y", "legendgroup": "y102", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [11304728.484686881, 11287452.027744737, 11395662.791729182, 11540378.824635388], "type": "scatter", "x": [20037508.342789248, 19915438.172172606, 19895609.387875058, 20037508.342789248]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y103", "yaxis": "y", "legendgroup": "y103", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1856942.0144075425, -1885369.4354745394, -1909732.2474849238, -1866631.669814423, -1842953.9425988256, -1836618.9005419707, -1800679.2367045584], "type": "scatter", "x": [20037508.342789244, 19966725.027701925, 19895582.60028643, 19881309.12969691, 19936943.357090667, 19972220.50372306, 20037508.342789244]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y104", "yaxis": "y", "legendgroup": "y104", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-6739425.098297008, -6632290.981683602, -6676757.754083305, -6605727.473344848, -6685680.499600019, -6748417.487703078, -6802584.217169418, -6739425.098297008, -6820721.415804344, -6739425.098297008], "type": "scatter", "x": [-6812752.8365483405, -6679169.447596418, -6584547.880422126, -6517756.185946171, -6428700.593311552, -6462096.440549535, -6612377.753120451, -6662471.523977425, -6757093.091151704, -6812752.8365483405]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y105", "yaxis": "y", "legendgroup": "y105", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-6179388.967288685, -6232450.844920687, -6253600.465662364, -6285850.62149849, -6363592.2358204955, -6374757.81022661, -6283725.070951753, -6213883.204133003, -6179388.967288685], "type": "scatter", "x": [7673809.0978343105, 7745610.169395983, 7850807.088195618, 7854703.270373386, 7823533.812951272, 7652658.394583596, 7649875.407313765, 7666295.032205773, 7673809.0978343105]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y106", "yaxis": "y", "legendgroup": "y106", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1966822.4886003206, -1947701.7478250945, -1981172.5353741553, -2041878.5184351623, -2057883.7709374342, -2043477.3044842181, -1992342.6324311325, -1952480.006058544, -1966822.4886003206], "type": "scatter", "x": [19828847.749661617, 19856458.32296307, 19894803.434761714, 19876396.756959047, 19807373.106692687, 19746013.80336743, 19735280.37806514, 19778230.77719791, 19828847.749661617]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y107", "yaxis": "y", "legendgroup": "y107", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1196928.987276673, 1211567.528578916, 1207625.7493974075, 1123830.52960458, 1111475.1028522276, 1121583.7710790124, 1152489.2195006858, 1196928.987276673], "type": "scatter", "x": [-6866186.192129115, -6802177.484922974, -6778800.391856392, -6783253.171488122, -6876204.946300507, -6896242.454643299, -6863959.802313245, -6866186.192129115]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y108", "yaxis": "y", "legendgroup": "y108", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2267817.651808282, 2257601.6824495695, 2241838.3479624987, 2200658.357360587, 2194152.194421875, 2169106.291055662, 2150803.661849986, 2131225.9447952537, 2147983.2133757523, 2180731.45961908, 2223474.1981779905, 2236558.670042004, 2255749.4486063337, 2278919.998800074, 2289918.2444182, 2287734.810519409, 2267817.651808282], "type": "scatter", "x": [-17299287.092985008, -17279514.525030315, -17261451.824454196, -17233082.052225523, -17235760.39917401, -17279252.92422695, -17314868.482111346, -17331127.80693661, -17358788.474008925, -17355605.84976715, -17374019.20673926, -17368476.609292664, -17349151.545690946, -17356831.477360778, -17350376.060089678, -17341912.439204656, -17299287.092985008]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y109", "yaxis": "y", "legendgroup": "y109", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2348623.581627885, 2334418.428375416, 2325957.760078101, 2350867.7296299296, 2360493.816412574, 2367892.78581362, 2378053.387887175, 2366789.7318465547, 2348623.581627885], "type": "scatter", "x": [-17365357.43716064, -17374663.74659095, -17411976.926709954, -17431155.04858381, -17443950.11085559, -17444938.627933837, -17434032.657420818, -17394461.918028537, -17365357.43716064]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y110", "yaxis": "y", "legendgroup": "y110", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2397548.4739248957, 2384722.083731251, 2388166.5196838584, 2402621.8482273263, 2397548.4739248957], "type": "scatter", "x": [-17450247.45444977, -17453708.377418537, -17513362.266144834, -17505019.983504783, -17450247.45444977]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y111", "yaxis": "y", "legendgroup": "y111", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2461772.735107518, 2454121.4674871666, 2414805.682742494, 2407946.0973900086, 2409474.56899065, 2413649.755515307, 2440607.9575160313, 2445359.6154014478, 2461772.735107518], "type": "scatter", "x": [-17591284.79650522, -17581979.60026981, -17549832.75771853, -17555866.274119515, -17563833.410075597, -17602580.385236014, -17616732.43210056, -17621057.194317877, -17591284.79650522]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y112", "yaxis": "y", "legendgroup": "y112", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2521202.602860308, 2493376.8654787303, 2481563.686224364, 2503325.677063098, 2512030.5267498344, 2523742.13443144, 2521202.602860308], "type": "scatter", "x": [-17740507.46071869, -17738217.618793074, -17751420.110401157, -17788911.401705418, -17783151.731251776, -17766167.716541447, -17740507.46071869]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y113", "yaxis": "y", "legendgroup": "y113", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2883403.3315124866, 2878472.8939882223, 2777289.116615711, 2706950.5766911353, 2700934.6969611826, 2770747.7705225097, 2805946.3150608796, 2883403.3315124866], "type": "scatter", "x": [-8704167.833083045, -8670675.137888078, -8631713.316110434, -8631118.870029591, -8658429.993900815, -8686710.710536849, -8728392.067474578, -8704167.833083045]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y114", "yaxis": "y", "legendgroup": "y114", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3078005.932906379, 3087932.5613408987, 3084209.2452323735, 3051982.09757404, 3032186.786528963, 3078005.932906379], "type": "scatter", "x": [-8792013.38285275, -8739693.222179905, -8666222.358256346, -8662882.773532547, -8784221.01849722, -8792013.38285275]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y115", "yaxis": "y", "legendgroup": "y115", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3109050.257892604, 3053220.2309072213, 2965480.15768004, 2981260.9114198023, 3045793.0688538374, 3094781.105302782, 3109050.257892604], "type": "scatter", "x": [-8659543.188808745, -8571600.791082067, -8590808.969218448, -8611276.17079569, -8609449.417951781, -8659322.77621698, -8659543.188808745]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y116", "yaxis": "y", "legendgroup": "y116", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5916670.989142275, 5837897.109964425, 5816280.087474882, 5820670.380676629, 5754934.592859862, 5744518.36872477, 5812543.559353117, 5866578.0460745795, 5916670.989142275], "type": "scatter", "x": [-7126101.61840269, -7087099.721608369, -7006370.826885084, -6903153.168631747, -6957903.433788602, -6999138.399568239, -7140343.834054788, -7168152.55604986, -7126101.61840269]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y117", "yaxis": "y", "legendgroup": "y117", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5530188.1731728, 5692519.85709975, 5718712.338225335, 5813618.331112188, 5847418.9073695885, 5918738.268251124, 5879079.321694818, 5886924.468912219, 5787160.146720462, 5632033.449454911, 5655604.40968675, 5629977.016674571, 5515497.86392296, 5530287.209091261, 5479655.293268007, 5440536.9854896655, 5303011.268760895, 5251374.434536345, 5198861.867116252, 5136433.373859063, 5100100.023230783, 5004213.924537521, 5112718.787799032, 5150783.544349443, 5065639.521461666, 4977107.553770506, 4930240.261271115, 4966176.475992178, 4843340.238515105, 4834894.879252565, 4736316.946580531, 4687945.154839584, 4539920.19069267, 4441034.410333814, 4408537.624915636, 4371893.466739122, 4395752.5717129, 4465506.114861167, 4494603.053408597, 4598269.404701556, 4668488.9138490455, 4701801.334400813, 4751930.897246207, 4863994.328685547, 4875677.919016348, 4914928.265960265, 4921753.243178068, 5025870.444999514, 5103900.852057713, 5280786.724128164, 5383491.886579424, 5530188.1731728], "type": "scatter", "x": [5196617.582406507, 5307258.024305941, 5415182.270630018, 5465916.128559061, 5569768.673743891, 5698661.297792537, 5793291.471210383, 5904690.456513515, 5924519.648475305, 5904483.363124884, 5807247.264566717, 5712571.070395844, 5708296.892958188, 5599998.555890436, 5603726.236885864, 5665192.705151496, 5715412.851895446, 5844432.033014919, 5865659.105349985, 5838299.767673688, 5844547.112594222, 5879304.258623366, 5890665.632027638, 5980273.7907710895, 6012177.677809111, 6093277.749836154, 5995460.639270972, 5890498.806797909, 5865866.198738622, 5939764.02291647, 5911179.38269075, 5997997.53328175, 5981809.733403462, 6002524.824861077, 5991859.515346378, 5818004.61558747, 5659744.998511586, 5582424.380827124, 5476875.783752923, 5441660.724710107, 5438684.311332192, 5479504.719269765, 5498655.10512435, 5518018.336961704, 5609703.1821856275, 5575417.721178315, 5523552.332513552, 5466929.548504327, 5408387.328912004, 5286843.142889359, 5297799.207173239, 5196617.582406507]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y118", "yaxis": "y", "legendgroup": "y118", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6391627.457055533, 6406132.825664323, 6362975.990618692, 6291558.276965188, 6260389.814738164, 6257357.145587871, 6310664.366429532, 6391627.457055533], "type": "scatter", "x": [-7182235.584830111, -7143730.172964715, -6997352.834935922, -6883505.835104186, -6880246.400413753, -6934445.077493727, -7078724.043121075, -7182235.584830111]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y119", "yaxis": "y", "legendgroup": "y119", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8841664.58599997, 8913258.871368032, 8908011.252557663, 8859044.389579292, 8735023.385207161, 8754940.738303522, 8825282.516257452, 8841664.58599997], "type": "scatter", "x": [-8940668.874260632, -8897698.994216973, -8852128.134270927, -8823830.719711278, -8867434.564255007, -8916642.231965262, -8945873.61705267, -8940668.874260632]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y120", "yaxis": "y", "legendgroup": "y120", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8929392.557913352, 9041134.25488792, 9038812.842759488, 8991674.389528688, 8859174.105718859, 8864671.939555442, 8929392.557913352], "type": "scatter", "x": [-9350132.574258255, -9267401.041895598, -9114504.834485952, -9116871.486860221, -9247150.9133254, -9325748.039799996, -9350132.574258255]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y121", "yaxis": "y", "legendgroup": "y121", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10244290.408274552, 10159177.938930538, 10144837.374061797, 10286119.732479258, 10451579.895031158, 10493135.009035563, 10410408.912247224, 10284349.400907045, 10244290.408274552], "type": "scatter", "x": [-8373003.479922138, -8445351.130183596, -8570139.166167947, -8597916.718705596, -8550634.878186056, -8448616.130848562, -8361707.891191347, -8360464.45247919, -8373003.479922138]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y122", "yaxis": "y", "legendgroup": "y122", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10925244.062229877, 10744353.50571454, 10635857.161122952, 10729503.590654764, 10695563.981062151, 10836146.561723677, 10934861.55293047, 11075351.882181477, 10983144.981805228, 10925244.062229877], "type": "scatter", "x": [-10748720.734328896, -10647451.995579476, -10716672.960730651, -10866719.394569766, -10957378.756859712, -11109395.884499101, -11011435.883887518, -10933606.161622668, -10815512.428804861, -10748720.734328896]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y123", "yaxis": "y", "legendgroup": "y123", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12111547.257208064, 11959125.646363845, 11604792.661735488, 11359421.601007996, 11192365.049413843, 11036422.694259854, 10894710.007765114, 10869102.4275517, 10748069.376680179, 10634556.324469998, 10682971.670158029, 10766942.244870607, 10747956.494209288, 10642907.389882049, 10596987.82645644, 10568199.072116574, 10713157.093728114, 10798307.153553976, 10763252.987145737, 11015517.30876042, 11050183.392026173, 11106136.702500708, 11091362.753315844, 11148719.830342561, 11226518.050506122, 11199928.192437394, 11206637.018178927, 11330870.767577892, 11468301.346167408, 11463441.749998324, 11555435.710658347, 11824244.960046222, 11971597.636784999, 12203364.157463798, 12128940.178097798, 11951726.903252482, 12065609.396345602, 11876642.698446048, 12067786.938468682, 11944480.814365352, 11587971.243248643, 11736106.468536338, 12116723.795833597, 12172976.261331225, 12111547.257208064], "type": "scatter", "x": [-11858040.260855623, -11733347.030520955, -11663481.774827357, -11628963.333757829, -11442015.529761886, -11241129.190192003, -11253209.637862366, -11435981.058520837, -11364973.912892677, -11402483.702909157, -11603943.720290842, -11795413.244455272, -11924827.878690341, -12133824.496466815, -12415924.658848453, -12613967.724156372, -12674275.841783168, -12826231.729200985, -12925077.440608164, -13062229.049682718, -12988171.893012237, -12816339.030089576, -12659408.262257429, -12514103.487159468, -12729382.817239475, -12967255.460760122, -13125103.767355807, -13183832.000816157, -12925652.700021045, -13097370.51106113, -13291767.92445379, -13198337.16691178, -13120829.58991815, -12822790.564404968, -12709030.139211971, -12764597.32219858, -12516876.23752953, -12362073.929525012, -12236276.20111763, -12134553.079139046, -12043472.256298637, -11987548.412476048, -12066632.200260961, -11968677.027436696, -11858040.260855623]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y124", "yaxis": "y", "legendgroup": "y124", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12007980.369036699, 12210571.011436615, 12351711.465745723, 12378129.088879816, 12335385.269196559, 12121751.860827284, 12016822.76823769, 12027818.866460033, 12035791.013029473, 11985178.776995335, 12007980.369036699], "type": "scatter", "x": [-8880605.121627718, -9003086.117151255, -8998386.938512351, -8944861.484805489, -8690093.472329741, -8498129.9271585, -8488267.444244934, -8606603.854234792, -8726520.812109519, -8848369.078898922, -8880605.121627718]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y125", "yaxis": "y", "legendgroup": "y125", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12224802.24532612, 12380253.925700346, 12417175.961725838, 12265911.38937802, 12163896.448780926, 12161200.547713555, 12204265.141297508, 12224802.24532612], "type": "scatter", "x": [15569491.29915852, 15675087.854930107, 15814277.29343839, 15972435.573177837, 15985907.45795364, 15817122.619623063, 15588976.106229523, 15569491.29915852]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y126", "yaxis": "y", "legendgroup": "y126", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [13041299.57998892, 12927151.890038952, 12758514.77781716, 12796308.104205, 12965702.832047818, 13108041.066235034, 13041299.57998892], "type": "scatter", "x": [16500023.167843478, 16779372.750819754, 16650715.805932887, 16472776.052679466, 16265913.825925602, 16292552.023474967, 16500023.167843478]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y127", "yaxis": "y", "legendgroup": "y127", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [13398711.19787488, 13378368.839562261, 13137344.638286963, 12813980.501092954, 12825752.970145676, 12725964.109643143, 13004380.055095218, 13312164.553587453, 13398711.19787488], "type": "scatter", "x": [15454604.575282775, 15748548.143502045, 16150931.36728777, 16063402.521469379, 15653057.727702122, 15468448.823755283, 15247919.346519263, 15307739.101286845, 15454604.575282775]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y128", "yaxis": "y", "legendgroup": "y128", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [13611986.94379708, 13675331.066421045, 13454585.457934236, 13218542.048006969, 12890914.137293577, 12846970.932787135, 12915618.73643431, 13172308.34150738, 13137874.310887035, 13492173.921344431, 13477486.7466666, 13639739.383046247, 13611986.94379708], "type": "scatter", "x": [-10973541.521699326, -10964969.843137449, -10879875.554582708, -10876405.72605468, -10927121.216267733, -11110657.479055014, -11230317.189527027, -11228007.522984337, -11410479.808748111, -11417541.118041143, -11297786.489766007, -11130109.876101365, -10973541.521699326]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y129", "yaxis": "y", "legendgroup": "y129", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [15051568.3269181, 14720309.789321369, 14493203.618866073, 14284681.132208742, 15023325.920275912, 15090653.177591855, 15051568.3269181], "type": "scatter", "x": [11447853.200092878, 11730005.251249868, 11696947.815263897, 11069403.110230254, 11272757.103231773, 11364200.49894391, 11447853.200092878]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y130", "yaxis": "y", "legendgroup": "y130", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [16189063.272385685, 16352198.842532892, 15993977.136132123, 15357163.758065619, 14816317.762688056, 14744727.0269344, 14911543.364762358, 15139048.23870117, 15589393.014557438, 15719210.612327337, 16189063.272385685], "type": "scatter", "x": [10439281.358984739, 10680091.577650925, 10896380.338885168, 11152727.41888138, 11125243.193201978, 10882364.101799395, 10572300.358118352, 10387542.28605384, 10302106.80325982, 10150230.28238584, 10439281.358984739]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y131", "yaxis": "y", "legendgroup": "y131", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [15894613.802324122, 16105905.475699948, 16155391.965349624, 16320131.692232301, 16357316.756873405, 15977710.554190677, 15704990.241887176, 15282240.36819475, 15084939.484411584, 14908361.427201454, 14482406.791541133, 14443119.657388628, 14513245.271000797, 14741763.921825664, 14952065.15056339, 15110976.484781325, 15106359.442124274, 15310207.405784572, 15598488.496653004, 15894613.802324122], "type": "scatter", "x": [-10688500.482620046, -10611358.195353584, -10497252.614512872, -10545899.426762598, -10287015.43318671, -10144865.955968376, -9774964.486557348, -9687022.08883067, -9552808.968238, -9705675.528318183, -9911371.036579696, -10108293.838794878, -10338984.368545793, -10458595.181967711, -10456878.032620275, -10368880.600232873, -10572456.27755794, -10695147.605135804, -10765677.285451276, -10688500.482620046]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y132", "yaxis": "y", "legendgroup": "y132", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [16841429.587242775, 16993762.8956274, 17020094.33313496, 17153019.288175564, 17469445.139291584, 17424110.188651383, 17186571.6083753, 17652826.9887159, 17797731.86863914, 17899805.629764114, 17938541.781940527, 17838197.327034105, 17996079.5683323, 17936409.300988086, 17877288.371459447, 17805072.790569156, 17688747.983081196, 17448874.35977194, 17221354.85867779, 16867897.052108042, 16709369.255192213, 16538526.45103779, 16542413.834390529, 16100777.432356227, 15904514.741830382, 15369636.69151999, 15266231.417012246, 15141269.815911535, 15076629.490938159, 15001716.776677692, 14896524.982227745, 14614540.071019609, 14425505.209016494, 14273474.900161976, 14068965.557175845, 13916957.574425112, 13804172.297782948, 13823313.394156927, 13703466.964650692, 13417947.604887819, 13547736.624555023, 13474498.735973284, 13531589.194874115, 13556465.10128243, 13788760.655483175, 13901217.875279395, 14273522.681004051, 14310910.71963227, 14084491.253071241, 14423896.846956702, 14528950.102043966, 14746136.979879566, 14883584.713391127, 15090063.235222343, 15329687.631888447, 15659774.249181492, 15631512.782598672, 15560983.531511784, 15801298.058672074, 15879420.874561833, 15836227.756391466, 16069670.172135092, 16359226.895370234, 16577574.383074706, 16841429.587242775], "type": "scatter", "x": [-10195420.429673364, -10029886.120473944, -9899895.011489918, -9681482.830968795, -9517816.462824892, -9379780.85083869, -9259555.244184496, -9174952.431181608, -9028010.703334482, -8828374.781325458, -8488111.172987109, -8428976.033087911, -8107568.833295027, -7866476.976317137, -7625385.119339243, -7327867.082270593, -7088825.173715659, -6885110.505563967, -6889995.204819982, -7161628.120694463, -7430956.723109525, -7531604.014320444, -7289234.766185703, -7551914.255415676, -7733331.629561478, -7923721.354665214, -8153351.200273579, -8224283.979807051, -8561329.341666568, -8407876.53680295, -8484822.795229077, -8392760.463148125, -8498523.998155916, -8670509.271846795, -8723294.747991147, -8878788.039121015, -8863218.895138668, -8673000.602050753, -8670576.063541269, -8968037.327669615, -9258930.741841143, -9585926.180071851, -9751587.393490765, -9962056.928343792, -9976018.618879085, -9770221.163054653, -9825058.257414322, -9757153.368030427, -9459522.898276087, -9611324.835091243, -9791876.143598668, -9701714.035225566, -9504311.182201847, -9472726.503079077, -9629953.038680583, -9677202.596547794, -9372927.466387998, -9285013.52773113, -9111303.285930738, -9361969.175714307, -9751470.508025432, -9948247.74551089, -10041018.069553275, -10171023.650071105, -10195420.429673364]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y133", "yaxis": "y", "legendgroup": "y133", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [17448319.15184747, 17988451.12604615, 17946149.725937147, 18301572.15518645, 18397473.67661695, 18272520.73652252, 17534540.57367953, 17204628.744449425, 17167983.6525498, 17087394.50471884, 16942671.812481854, 17031686.408955503, 16757264.093323931, 17000370.051262792, 16716503.722101392, 16281113.148038663, 16556030.615949854, 16855780.975376334, 16704406.099576887, 16382371.035838697, 15879448.07549202, 15724878.314372154, 15611074.22377558, 15579861.709265513, 15122995.37390949, 14741919.448964912, 14136196.622954685, 13805303.81667646, 13784922.033502845, 13630889.858305007, 13380772.137531782, 12998569.874467466, 12958258.624431454, 12594829.413080279, 12565384.709547916, 12401008.246719219, 12261652.969244318, 12201409.491983362, 12200278.42061244, 11942966.000367936, 11779098.301589387, 11931275.3714616, 11832437.2548503, 11741414.913272232, 11524000.747162022, 11247878.775689797, 11183453.100009091, 11312963.122356312, 11510699.041330328, 11277699.728749193, 11102566.594291078, 11088623.475097695, 11070748.087235035, 10791645.704844275, 10548447.188952116, 10444552.614324292, 10443284.111387312, 10329243.96638323, 10026127.969030906, 9832000.720542885, 9820750.24007029, 9754104.414839225, 9691274.307704039, 9527627.029200664, 9346663.53250484, 9181266.78143489, 8984774.980618061, 8797959.06412393, 8605408.71177791, 8384450.49758265, 8370873.550222898, 8554856.885358948, 8556032.184159681, 8682282.063941794, 8912721.706927303, 9217325.859413834, 9382283.876578722, 9616245.557540009, 9865041.040046657, 10070303.363551931, 10170679.345313212, 10514325.655136628, 10627431.711071935, 10756876.559127036, 11005494.69535691, 10891661.76969471, 10844411.886116683, 10799446.851827852, 10902859.724539395, 11123266.53218785, 11301041.973992683, 11305933.278048353, 11216403.236790352, 11432179.56419053, 11551432.057073398, 11502179.720386803, 11589232.102791093, 11926950.564446742, 12066830.87153387, 12334530.823446956, 12767512.975651164, 12933444.579598153, 13117133.668867866, 13382763.976108188, 13416587.670140484, 13397828.86720796, 13363810.43708735, 13512541.550717719, 13816639.687246963, 13974230.65590641, 14001075.604103725, 14134824.400937535, 14350526.383426687, 14562662.550029349, 14835355.1023625, 15119583.96279573, 15343381.393447584, 15572133.92838666, 15835923.792195708, 16325591.00761761, 16404137.902417189, 16744382.111248236, 16952374.149414957, 17079804.492519222, 17087082.859332386, 16836726.512263447, 17286311.787899893, 16977464.08190594, 16914191.09814597, 16659624.956662387, 17087222.277771275, 17448319.15184747], "type": "scatter", "x": [-5205721.290363582, -4831982.797948782, -4441372.723509352, -4299396.95814652, -3905963.821420575, -3016809.4074634784, -2320498.200187198, -2526041.8475726186, -2951917.936695352, -3551091.7563054212, -3495037.939911381, -3100989.206401353, -2765674.862623673, -2549581.4670957695, -2457015.9709164337, -2579229.1870787432, -2295811.989908883, -1755305.7683366835, -1421569.9349384475, -1359049.569324214, -1812874.6430004176, -1875733.4198666527, -2231537.22911975, -1973733.533586523, -2103938.375992868, -2193549.452886549, -2190047.341706191, -2056388.255500523, -2230289.3376279576, -2413344.2214833265, -2207918.57275814, -2181746.247277731, -2300771.2732237186, -2156571.3444348397, -2403857.5744779278, -2274762.5873947805, -2311253.1164768115, -2468199.1269615255, -2623347.3276699274, -2483884.0432142937, -2482373.4377242364, -2702652.446105967, -2759939.682457996, -2609658.3698870805, -2463813.1390242707, -2421595.222140927, -2620018.8748952053, -2705845.089101913, -2843479.3943238147, -2805401.449303064, -2934689.0191052817, -2641324.3122381316, -2487881.5261286898, -2786245.591327355, -3088823.099252551, -3414581.7779405434, -3537360.497116076, -3652509.3783926377, -3807344.7713319124, -4046779.6376893427, -4123694.7266580514, -4271891.025166415, -4431876.057749782, -4527251.25787673, -4528789.693239497, -4585105.110436905, -4766631.577683679, -4721800.992351416, -4771842.443047711, -4828861.399426938, -4985721.693903733, -5150044.847043321, -5372605.904986316, -5480601.395784501, -5554886.005185756, -5747787.098001787, -5804213.834689995, -5819403.37920874, -5973588.666321778, -5933508.083661657, -6007813.843766162, -5897751.150023951, -5730210.863600436, -5686245.230711643, -5662958.306432587, -5790125.79653265, -5850720.891553608, -5950726.982497559, -6087323.790065263, -6094743.23412664, -6051198.388913026, -5947946.778214999, -5720724.216595037, -5912108.024751561, -6011722.271087921, -6122571.99363004, -6215488.146205371, -6091201.047929591, -6158899.996255515, -6247253.162903238, -6381237.302022022, -6522964.824920381, -6521670.179242453, -6820390.466811668, -7056726.198545415, -7354240.896029342, -7625872.6987089105, -7755055.628189784, -7948497.733731074, -7656188.335636648, -7432131.143737396, -7908462.79206218, -8159384.716674569, -8144064.928351596, -7722617.128572627, -7314881.663669559, -7271823.284630721, -7572283.495841032, -7475247.408911439, -7089854.879005498, -6927906.170604537, -6974295.228807912, -6710616.090550602, -6368303.090386746, -6026216.068789202, -5904750.919605036, -5609457.045962437, -5343765.251311594, -5187470.459848018, -4956277.688588922, -5220962.041848086, -5205721.290363582]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y134", "yaxis": "y", "legendgroup": "y134", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12314889.381692285, 12330670.561593547, 12244334.610895017, 11991856.185654065, 12259948.80206365, 12314889.381692285], "type": "scatter", "x": [-11866657.718562962, -11717489.600899976, -11632886.787897088, -11730847.93979517, -11904506.345432676, -11866657.718562962]}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "Equator", "yaxis": "y", "legendgroup": "Equator", "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "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, 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], "type": "scatter", "x": [-20037508.342789244, -19632710.194450065, -19227912.04611089, -18823113.897771712, -18418315.749432538, -18013517.60109336, -17608719.452754185, -17203921.304415006, -16799123.15607583, -16394325.007736655, -15989526.859397475, -15584728.711058298, -15179930.562719123, -14775132.414379945, -14370334.26604077, -13965536.117701592, -13560737.969362415, -13155939.821023239, -12751141.672684062, -12346343.524344886, -11941545.37600571, -11536747.227666533, -11131949.079327356, -10727150.93098818, -10322352.782649005, -9917554.634309828, -9512756.485970652, -9107958.337631473, -8703160.189292299, -8298362.040953121, -7893563.892613944, -7488765.744274767, -7083967.595935591, -6679169.447596414, -6274371.299257237, -5869573.150918061, -5464775.002578884, -5059976.854239708, -4655178.705900531, -4250380.557561355, -3845582.4092221777, -3440784.260883001, -3035986.1125438246, -2631187.964204648, -2226389.8158654715, -1821591.6675262947, -1416793.5191871182, -1011995.3708479417, -607197.222508765, -202399.0741695883, 202399.0741695883, 607197.222508765, 1011995.3708479417, 1416793.5191871182, 1821591.6675262947, 2226389.8158654715, 2631187.964204648, 3035986.1125438246, 3440784.260883001, 3845582.4092221777, 4250380.557561355, 4655178.705900531, 5059976.854239708, 5464775.002578884, 5869573.150918061, 6274371.299257237, 6679169.447596414, 7083967.595935591, 7488765.744274767, 7893563.892613944, 8298362.040953121, 8703160.189292299, 9107958.337631473, 9512756.485970652, 9917554.634309828, 10322352.782649005, 10727150.93098818, 11131949.079327356, 11536747.227666533, 11941545.37600571, 12346343.524344886, 12751141.672684062, 13155939.821023239, 13560737.969362415, 13965536.117701592, 14370334.26604077, 14775132.414379945, 15179930.562719123, 15584728.711058298, 15989526.859397475, 16394325.007736655, 16799123.15607583, 17203921.304415006, 17608719.452754185, 18013517.60109336, 18418315.749432538, 18823113.897771712, 19227912.04611089, 19632710.194450065, 20037508.342789244]}, {"showlegend": true, "mode": "markers", "xaxis": "x", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "Cities", "yaxis": "y", "legendgroup": "Cities", "marker": {"symbol": "circle", "color": "rgba(255, 0, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [6678042.022643202, 4942194.778102551, 7474605.281984749], "type": "scatter", "x": [-14204.367025221705, -8238310.235647004, 4187572.076865048]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y137", "yaxis": "y2", "legendgroup": "y137", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7997533.829832139, -7968767.006362485, -7980928.8595145065, -8005042.435726259, -8031849.602856784, -8065575.411204736, -8075719.495740072, -8049521.509008642, -8022953.069490414, -8018488.0082149925, -7997533.829832139], "type": "scatter", "x": [-9837858.256790021, -9861923.103833472, -9724208.291205306, -9613885.643754879, -9512031.417434946, -9424396.059008759, -9516120.463261124, -9650442.583393408, -9742548.035497602, -9754442.110842371, -9837858.256790021]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y138", "yaxis": "y2", "legendgroup": "y138", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5723612.199234703, 5650875.71195497, 5559585.280655165, 5498980.912059227, 5514501.404268463, 5621421.658533033, 5725014.46050786, 5804442.159606875, 5851659.973222115, 5855822.599672699, 5793314.305950239, 5723612.199234703], "type": "scatter", "x": [-493519.53537663975, -483145.6377288295, -547480.2417024664, -693550.0896463827, -807292.3601891871, -735744.0847686159, -771382.7959559839, -658817.22334515, -596696.1181226185, -530451.6849091045, -448317.61049433437, -493519.53537663975]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y139", "yaxis": "y2", "legendgroup": "y139", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-278091.13725054474, -351781.1978240053, -412986.0026224438, -467779.60773995455, -521550.73299944773, -584557.3796226195, -650659.0220722716, -707381.527155581, -718894.0460813523, -790163.3414317683, -860332.7980568662, -973761.3038148443, -970207.5080639595, -1017584.0886227277, -1035756.5373274335, -1055929.7267271841, -1100929.5124330514, -1131841.437586913, -1139302.7467442155, -1111579.8390934595, -1099564.3694121426, -1083470.0525266326, -1015235.1560924666, -956423.4238397764, -862825.4279377788, -816056.8418103734, -846559.774843613, -881871.1107413807, -960756.5119468, -997521.4425346059, -979636.3971105876, -975176.1898577915, -887398.0067917176, -865887.3280912143, -896357.1055756692, -899645.6089217291, -812608.0595756392, -782912.0562791652, -666615.1625960813, -576830.7827627874, -486261.5327525619, -477319.0224573869, -378487.1418132885, -430462.03494379163, -439890.9124032298, -400672.0871031663, -354201.9767252666, -301663.3353372533, -263146.41864335275, -265224.53041519166, -236849.46136049848, -236633.9125278024, -172958.57502486653, -153210.9847754305, -100290.9791414064, -74380.90183240428, -39522.78347586216, -83445.00739914308, -123194.4261205329, -296169.60387721256, -360182.0743444075, -246742.6000490076, -182194.01387654955, -182100.05668922493, -219390.0057878044, -257647.16007867505, -278091.13725054474], "type": "scatter", "x": [13315540.260163132, 13476230.605320845, 13647711.284482187, 13709733.421306225, 13759065.819440937, 13769430.720245954, 13922074.981249178, 13940865.45857154, 13853261.637563394, 13868515.270972848, 13946692.319719376, 13997254.65923877, 14051506.56084533, 14042914.9521297, 14113636.871008703, 14083258.419334589, 14178193.081386855, 14164168.317313528, 14101048.84035191, 14081143.051745722, 14001733.560354535, 13908548.928641405, 13842654.500298612, 13795070.301327905, 13754710.142512113, 13635797.295240432, 13553472.855130346, 13492940.290377613, 13497809.219850276, 13420369.77377463, 13369379.346563747, 13272456.61292041, 13196504.452043766, 13102670.19938925, 13076913.199274091, 12957334.940787902, 13004407.292615268, 13066000.944631033, 13049735.414025512, 13010221.573998855, 12832589.276439963, 12755257.28440419, 12618473.199181305, 12588111.507232202, 12551416.935049348, 12531913.814869747, 12533734.261024956, 12463753.21914781, 12566873.532523576, 12634154.250976456, 12627191.550162373, 12488943.39828287, 12453304.352191744, 12369363.9164566, 12330332.751070525, 12458011.722804347, 12506736.403198173, 12658000.130234452, 12672300.195847992, 12693697.250774566, 12788743.00142965, 12872151.266935844, 12982471.680035912, 13066446.964245668, 13146147.087093834, 13214918.123453915, 13315540.260163132]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y140", "yaxis": "y2", "legendgroup": "y140", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [484050.842872936, 524065.5350740159, 582645.1412103014, 657026.0696420535, 740617.5677303158, 740968.5254751698, 686863.0024933862, 640373.5406164465, 610555.952064548, 578378.3795673875, 536484.5268913679, 531178.6437254522, 478952.2855481727, 442519.01611290016, 345928.28533937974, 244672.84525184133, 195469.67836696832, 96494.06990536067, 83876.17177236578, 10959.863541043567, -85959.74400032018, -159102.65320259254, -265616.93981845747, -429168.74224518193, -391127.1443583059, -439249.79295551963, -373872.1867414949, -367825.76652056654, -333559.03312188963, -372020.67781245336, -320261.3294211179, -326141.9432195003, -313800.3918470044, -170360.93512278542, -140631.7752003095, -49145.10537336484, 44425.20484220305, 143522.4071710404, 214598.25602345567, 177943.89953777954, 197929.1458932756, 288481.76258533786, 308652.15792716807, 331807.07483572926, 416418.26922477037, 484050.842872936], "type": "scatter", "x": [10776933.480506208, 10812405.04956028, 10889738.53632358, 10958365.133461418, 11001023.44152319, 11039127.111606717, 11090792.147857048, 11097747.80844251, 11161497.388290407, 11241905.042017018, 11237361.356976498, 11174327.160069194, 11193735.20758196, 11125935.143322174, 11076255.001187492, 11149073.507168094, 11134067.9687788, 11241808.948922914, 11130020.367900668, 11098975.293076217, 11102579.644330839, 11010595.486007126, 11005411.984152898, 10962868.00257858, 10950575.701613769, 10841306.033327587, 10806618.869965648, 10739542.05635524, 10693726.92273199, 10580063.62992883, 10547485.74442203, 10485432.870451411, 10408005.753526043, 10397398.282543944, 10350805.226098577, 10306504.197885197, 10293379.298756951, 10303258.34399098, 10357915.333868256, 10427962.927724062, 10500516.532151539, 10517059.492613377, 10556717.293813167, 10669109.530480666, 10733559.432303203, 10776933.480506208]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y141", "yaxis": "y2", "legendgroup": "y141", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7705764.739388636, 7673250.454825223, 7679513.626238133, 7701381.643724964, 7738954.927556207, 7761315.858115451, 7732184.641548043, 7705764.739388636], "type": "scatter", "x": [-5955684.999140516, -6024023.617246944, -6110364.815897084, -6164506.554021598, -6089982.248355256, -5974783.415371689, -5951042.741925285, -5955684.999140516]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y142", "yaxis": "y2", "legendgroup": "y142", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7913482.859633169, 7911206.121599563, 7916270.341547804, 7938359.126092026, 7937207.940555729, 7922548.90040712, 7913482.859633169], "type": "scatter", "x": [-5739548.092220582, -5770094.894636663, -5878685.617341774, -5868196.680259353, -5747034.165662548, -5721610.39705913, -5739548.092220582]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y143", "yaxis": "y2", "legendgroup": "y143", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8010556.0995846465, 7983876.582529754, 7955795.580276006, 7939615.495630744, 7957820.369656961, 7986947.996537317, 8018637.3108099615, 8015599.005174132, 8010556.0995846465], "type": "scatter", "x": [-5797769.114987864, -5759259.244999398, -5810110.553094997, -5919805.901154344, -5946660.14923343, -5935769.811472816, -5899850.023229774, -5826275.716452912, -5797769.114987864]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y144", "yaxis": "y2", "legendgroup": "y144", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7656406.565976795, 7666789.696694213, 7693853.843378428, 7739702.841808535, 7780775.640059021, 7816636.041994362, 7826611.753428589, 7851787.589919827, 7884861.228896086, 7879763.934157596, 7853829.814079637, 7854009.706316377, 7827281.921040764, 7796530.843690145, 7777897.677486559, 7758246.155619012, 7754600.29138648, 7747648.309891427, 7765619.612319131, 7772657.281453594, 7766842.444828421, 7735545.021927879, 7701005.2512372695, 7678710.444896247, 7660633.6949086245, 7670868.652463738, 7657900.86395735, 7656406.565976795], "type": "scatter", "x": [-5655836.202439748, -5749327.857054349, -5892160.533418285, -5866544.488403556, -5830325.145428229, -5853714.329413751, -5971272.148154639, -6013968.928240221, -5951585.714078515, -5830731.881524628, -5791986.871598054, -5669917.312854713, -5645692.290038559, -5693028.376190486, -5640788.713752912, -5621167.066517627, -5539833.801740165, -5454685.531041643, -5336806.892280794, -5201907.7744614165, -5105225.34809904, -5066511.01975358, -5083292.145473683, -5142775.0395576265, -5254197.2722351495, -5327024.507251444, -5522730.929420061, -5655836.202439748]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y145", "yaxis": "y2", "legendgroup": "y145", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7963290.843120523, 7951053.175283202, 7927506.73608207, 7904671.752840292, 7930286.186423393, 7955335.07769214, 7963290.843120523], "type": "scatter", "x": [-6735222.98819128, -6667015.97135522, -6720007.968050505, -6865709.0611427585, -6920181.857263045, -6835058.839632099, -6735222.98819128]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y146", "yaxis": "y2", "legendgroup": "y146", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8013501.415193495, 7998017.812621357, 7982998.270498262, 7983072.141614896, 7994067.835064984, 8016969.354297398, 8013501.415193495], "type": "scatter", "x": [-6644952.7570094215, -6589203.759555203, -6683959.47416491, -6783964.354544734, -6766982.787575647, -6672010.895903931, -6644952.7570094215]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y147", "yaxis": "y2", "legendgroup": "y147", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1980186.489210754, 1970765.910833589, 1949520.5790050034, 1922554.9630155226, 1923187.7895818355, 1919415.70140438, 1965183.7579769443, 1980811.027614706, 1980186.489210754], "type": "scatter", "x": [-6166125.251642036, -6119470.492965224, -6104699.771036646, -6131078.293514229, -6201109.336892336, -6255867.215629808, -6256887.429309892, -6242184.354823738, -6166125.251642036]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y148", "yaxis": "y2", "legendgroup": "y148", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1977594.3787675183, 1968005.2320194514, 1942319.0587950149, 1913032.169222068, 1911039.7338375475, 1893165.8559715084, 1910329.5315355994, 1949299.5038959829, 1973744.902136364, 1981197.9098249308, 1977594.3787675183], "type": "scatter", "x": [-7216438.881941145, -7154894.336254411, -7108280.915158329, -7096037.869536757, -7161712.511245804, -7191953.490346126, -7242202.478185111, -7291089.611963946, -7277170.045258774, -7237222.911098647, -7216438.881941145]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y149", "yaxis": "y2", "legendgroup": "y149", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2480071.810563239, 2472441.9467450413, 2471237.0848387294, 2434798.167696253, 2395642.5193222165, 2407724.4480037834, 2382593.3508519577, 2316352.3737735823, 2268112.619709732, 2269582.805761489, 2247770.438092912, 2217659.2614876763, 2213254.232555476, 2169483.109225011, 2144426.4902761187, 2130847.6062405305, 2125536.1992299305, 2133997.9739185832, 2123579.6566996416, 2183248.1050494523, 2211029.610305489, 2218178.800702352, 2249052.705790248, 2309963.154624527, 2305798.5542432624, 2334478.1761944196, 2356912.240369565, 2373487.6605475517, 2394349.210105214, 2421072.0248082397, 2426546.4576064902, 2370970.12199981, 2369477.8375609685, 2343382.167054758, 2331687.041812761, 2341826.3181033814, 2374866.641288037, 2413455.895307624, 2437238.3061208534, 2458085.832074843, 2468321.6493946346, 2480071.810563239], "type": "scatter", "x": [-7590791.575004602, -7512127.382489459, -7439783.192332417, -7357848.546752677, -7326062.318696429, -7238245.460643807, -7208634.858689692, -7138302.376300273, -7086311.705107613, -7055657.194809263, -7002915.492088696, -7013075.455203021, -6945248.874631999, -6880018.409515904, -6893777.625459659, -6956981.177721831, -7020042.238513671, -7083034.87915827, -7217109.45385672, -7148076.321866766, -7182664.574088602, -7241581.351030881, -7269974.746226762, -7284662.649151493, -7337464.571290708, -7420226.9164632, -7445180.9637637315, -7563581.947391535, -7593145.202536017, -7555007.202865756, -7644879.251747097, -7718612.518990428, -7757112.398516794, -7773781.963662965, -7821080.92186568, -7859330.654559587, -7806159.285537286, -7780977.106569764, -7736005.625324812, -7686022.022120441, -7614749.52260843, -7590791.575004602]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y150", "yaxis": "y2", "legendgroup": "y150", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5462773.403617536, 5397866.026776692, 5307471.865763184, 5342420.430592671, 5320254.927568101, 5284149.421668726, 5255730.778712165, 5280995.365102951, 5249104.664317707, 5173016.637218669, 5190803.286955934, 5135580.743294472, 5070761.545681601, 4978769.671839233, 4974874.877509502, 4994631.016742478, 5080119.058407408, 5093376.623027816, 5002783.25961454, 5006415.459161495, 5055519.373492419, 5080884.79578784, 5074650.507300002, 5077837.913800286, 5108724.418119751, 5145408.272170486, 5173683.262568831, 5236282.117757973, 5401090.9034482585, 5459724.318782929, 5495158.861203611, 5490656.516580224, 5462773.403617536], "type": "scatter", "x": [-4515864.357176639, -4580310.971351107, -4663176.901523295, -4598670.273890264, -4550513.207242428, -4590407.402212916, -4525944.383994191, -4480446.477105028, -4407691.489426534, -4455007.368451787, -4392056.399583918, -4396842.083714034, -4388618.663719184, -4448296.8458039025, -4487245.810674343, -4537034.162115953, -4495554.311013128, -4515083.627743271, -4637094.280980092, -4686020.63200909, -4613229.04331142, -4686024.547140911, -4777356.110387589, -4938132.548378045, -4941505.61184966, -4878524.184492184, -4905850.682316196, -4816855.814506075, -4679179.109165693, -4609340.597017524, -4527200.393926783, -4491078.499498802, -4515864.357176639]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y151", "yaxis": "y2", "legendgroup": "y151", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6826770.4990048725, 6794482.496692097, 6765061.364634609, 6720001.8597315485, 6727393.852687871, 6695893.570049684, 6665904.988381555, 6688825.164892094, 6731605.129978675, 6681013.7974606715, 6631615.600423991, 6687447.368783293, 6678300.465257469, 6725339.108551831, 6799783.248293765, 6885749.800791195, 6878129.77915542, 6836909.654450249, 6851387.255261399, 6826770.4990048725], "type": "scatter", "x": [-6013658.389562416, -5956553.466198607, -5893246.778141762, -5915890.127704699, -5857791.55589863, -5825865.649186745, -5909381.875904726, -6008162.040318656, -6021120.486174568, -6126347.224656474, -6262834.3108907975, -6250702.101894164, -6355587.086679627, -6260405.119252711, -6200217.737136372, -6116210.746526492, -6070024.694244242, -6085101.038365115, -6038600.916213955, -6013658.389562416]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y152", "yaxis": "y2", "legendgroup": "y152", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7482076.068524003, 7516399.947768412, 7472672.842884871, 7431226.088068722, 7393056.372336512, 7412861.674316272, 7356921.469776554, 7322002.295264403, 7286188.870146185, 7202343.635337751, 7160251.722978249, 7100870.963853018, 7080802.858817289, 6996308.157029393, 6990176.504562891, 6925065.06077406, 6816335.860183981, 6856475.002551082, 6946246.65094737, 6934599.7519832235, 6881169.791935461, 6826661.186876104, 6783321.831371626, 6758213.053229784, 6664157.060622239, 6595370.542842832, 6621345.450625163, 6697766.914043692, 6615489.036456212, 6557482.902833655, 6523816.43469297, 6562303.360042611, 6618051.2659378955, 6664625.501787233, 6691516.304030894, 6740336.320318054, 6786219.167276778, 6758814.469999118, 6743707.87785381, 6776192.220104307, 6845516.229396159, 6847184.312398991, 6859168.053079555, 6892569.981459656, 6939048.882590535, 7029143.935326863, 7069761.4143920075, 7101078.4739940185, 7145237.839334837, 7176047.595414478, 7198890.386531045, 7254728.798714608, 7259821.8861059, 7290190.117404805, 7263872.535550115, 7252370.533309418, 7272340.587470117, 7298475.359289425, 7311866.665004758, 7342981.061667131, 7383166.40399207, 7383550.017233832, 7471926.739703735, 7549041.782721838, 7583959.896112392, 7606595.252420312, 7551440.094917439, 7497810.4514919985, 7567088.468458983, 7602101.731504896, 7513550.246503217, 7456893.027890065, 7482076.068524003], "type": "scatter", "x": [-5195067.14679578, -5106259.727867159, -4993298.48356711, -4932082.126017108, -4950337.945220935, -4812749.973468153, -4780711.811791173, -4640776.294148342, -4604151.139027163, -4590155.2522134315, -4741365.661266064, -4613118.320093866, -4514017.522514487, -4459113.366581828, -4351684.094348442, -4406999.711806987, -4587750.795739582, -4655023.11925263, -4718527.110106681, -4816539.490637639, -4855210.924742599, -4809805.932373311, -4735261.834425662, -4718618.436565867, -4719380.9822668955, -4779084.927358584, -4858545.276196535, -5001541.80680942, -4941834.944466405, -4894935.387116822, -4899845.714709666, -5080521.595989327, -5208449.373972703, -5271259.785599929, -5230699.670295873, -5311103.420981248, -5389256.373097482, -5404405.439367376, -5622558.793568013, -5663535.594409793, -5572812.8225313155, -5437365.439175044, -5282973.581308096, -5286711.616274936, -5233766.474593094, -5087809.486141923, -5082049.341132908, -5089348.321241545, -5167215.878786402, -5286463.071345424, -5227141.329045313, -5261421.560324122, -5317845.817445104, -5349877.900361784, -5405015.3314443175, -5536674.863420945, -5769265.66025124, -5892349.070667317, -5991293.24295586, -6021914.391327623, -5918483.29011846, -6013186.456897312, -5958149.822674411, -5838780.220517265, -5740025.428804565, -5552159.138179605, -5649020.170932171, -5643691.510343316, -5523744.9190919595, -5328928.132234817, -5290653.892084322, -5345359.434343436, -5195067.14679578]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y153", "yaxis": "y2", "legendgroup": "y153", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7634667.092488631, 7631715.385154786, 7611090.04542592, 7535035.339269736, 7518327.257187586, 7453649.516122981, 7456890.782227749, 7532804.252595964, 7575388.439264341, 7611572.698823522, 7634667.092488631], "type": "scatter", "x": [-6085494.227830254, -5954221.955714597, -5850880.179727222, -6019416.126011445, -6113039.370152359, -6243313.6478357455, -6315873.975902916, -6285223.563214685, -6242608.103218415, -6172709.11465881, -6085494.227830254]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y154", "yaxis": "y2", "legendgroup": "y154", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7512632.739490568, 7568774.212145995, 7609997.360571615, 7592097.639427003, 7602871.131186532, 7578168.647300705, 7537121.446417328, 7500045.239757356, 7421872.314418763, 7387967.981167797, 7395297.793464813, 7428705.480836248, 7493385.630046979, 7523321.034784946, 7512632.739490568], "type": "scatter", "x": [-6593771.508550438, -6608502.509249294, -6488553.574783368, -6429984.055450491, -6303381.462231831, -6311455.644778756, -6413155.734798718, -6349903.886774882, -6435155.673351704, -6575817.836988453, -6633359.027682916, -6647845.807025507, -6747346.752018979, -6716870.666895298, -6593771.508550438]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y155", "yaxis": "y2", "legendgroup": "y155", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7777712.146406783, 7791499.44681702, 7787924.192910177, 7747407.974668072, 7707878.600004638, 7694880.301273231, 7658484.547021817, 7656572.132278341, 7684000.882239462, 7721013.438912212, 7711069.397324105, 7725996.431830181, 7806791.748017662, 7829668.691148127, 7802061.04608897, 7753190.075862195, 7746884.348751663, 7825667.417225298, 7855277.0525783915, 7845888.7743301205, 7807009.940779636, 7777712.146406783], "type": "scatter", "x": [-6771235.660747375, -6698099.049476797, -6636888.819626222, -6675363.8987883665, -6761208.747057398, -6992403.340180695, -7197853.941970903, -7297740.655293085, -7271933.665562459, -7093334.094317339, -7392956.415197171, -7462115.326313442, -7267049.775055496, -7176858.101329861, -7038769.628350635, -6990684.898309269, -6888336.965891431, -6876947.826473139, -6780867.475952304, -6729309.865561752, -6758677.528874642, -6771235.660747375]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y156", "yaxis": "y2", "legendgroup": "y156", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7800024.673720268, 7860965.94582764, 7912865.097784007, 7911760.59014955, 7923416.046828663, 7861969.857857071, 7833836.099108258, 7829856.113861891, 7794823.210812143, 7782207.544236999, 7800024.673720268], "type": "scatter", "x": [-7683409.63440088, -7488840.181995127, -7285688.491737381, -7193485.512137043, -7092614.92739857, -7189384.282705257, -7276804.23590106, -7340494.218479736, -7505898.271157261, -7624037.696520955, -7683409.63440088]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y157", "yaxis": "y2", "legendgroup": "y157", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7661180.120413335, 7643666.878578097, 7638967.595635634, 7614428.391888288, 7578612.873917501, 7557048.2473544, 7496590.061941606, 7435835.71804775, 7397683.4609499015, 7355301.231409793, 7393859.894709763, 7440079.158806093, 7476884.089647944, 7539871.337600291, 7596066.017973773, 7648004.974621657, 7661180.120413335], "type": "scatter", "x": [-7791752.251338528, -7722838.621541821, -7564518.905737468, -7532347.178762389, -7506073.983913734, -7613575.101144438, -7845748.94744949, -7998579.932216086, -8042310.697390481, -8266853.453746068, -8257739.979831672, -8356587.255513486, -8283334.817469985, -8159507.436065941, -8031402.733177086, -8026172.984944952, -7791752.251338528]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y158", "yaxis": "y2", "legendgroup": "y158", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6373609.845389407, 6364762.156556367, 6327220.139434634, 6311969.608868414, 6330298.640650649, 6356889.106876212, 6373609.845389407], "type": "scatter", "x": [-12514111.780627176, -12465225.960591491, -12503446.897538763, -12568188.70684685, -12595549.201879648, -12608871.901585171, -12514111.780627176]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y159", "yaxis": "y2", "legendgroup": "y159", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6135765.690457825, 6129054.410254588, 6098201.114479157, 6050844.775076046, 6012761.307278252, 6038555.728792285, 6085273.819808284, 6120625.320132909, 6135765.690457825], "type": "scatter", "x": [-11779969.169410149, -11736072.885023907, -11736111.93184302, -11852785.260290027, -11970194.415459437, -11982765.690893041, -11945095.015269483, -11837259.349625787, -11779969.169410149]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y160", "yaxis": "y2", "legendgroup": "y160", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5741130.681105613, 5749252.019246429, 5633674.60238774, 5551421.012345872, 5551619.595621131, 5598434.8465917865, 5645451.145426427, 5677203.333318979, 5721936.708200808, 5754323.517204403, 5741130.681105613], "type": "scatter", "x": [-10552526.428319149, -10469362.190529706, -10589138.733787643, -10585265.4796493, -10617287.286857314, -10628305.622549765, -10619601.429478899, -10633683.547420813, -10610902.85791859, -10578679.436251817, -10552526.428319149]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y161", "yaxis": "y2", "legendgroup": "y161", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5321722.7039248245, 5272556.83226035, 5229731.791260978, 5172312.363210345, 5157830.665477362, 5205064.41488258, 5241929.923823273, 5278229.233949048, 5307750.057850183, 5326374.120606446, 5382607.41038779, 5406492.282826514, 5383994.2208691975, 5368334.756489201, 5357396.643228115, 5321722.7039248245], "type": "scatter", "x": [-10287192.586586483, -10280436.710614847, -10226972.445034953, -10230588.393994985, -10281664.86300565, -10386503.599407595, -10386448.822740195, -10435279.625484036, -10429492.857659668, -10500783.563665768, -10491738.52588105, -10467185.284498222, -10397942.033361781, -10359083.529362613, -10289989.934044817, -10287192.586586483]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y162", "yaxis": "y2", "legendgroup": "y162", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6701271.835637545, 6683155.444555263, 6692942.790672986, 6667800.5356118595, 6655048.252509662, 6644643.140227812, 6624393.792411834, 6645201.278910034, 6662524.763713993, 6656985.062903835, 6665389.759492705, 6701271.835637545], "type": "scatter", "x": [-12482681.88822512, -12462075.461871557, -12403632.759242065, -12378111.575162916, -12322401.413980134, -12342056.669319527, -12424013.539010856, -12452373.966503955, -12457258.010914808, -12529001.209896434, -12535156.165091868, -12482681.88822512]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y163", "yaxis": "y2", "legendgroup": "y163", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8051026.700738472, 8040814.784352658, 8013198.21056629, 7976640.434841325, 7944091.195165234, 7952827.07280022, 7978069.47726334, 7980940.897845359, 8003800.7815932315, 8022161.266402249, 8051026.700738472], "type": "scatter", "x": [-6265116.989840367, -6162553.975818226, -6038217.989090219, -6039855.890384553, -6057793.4763042275, -6145803.136831749, -6212386.064532119, -6342840.216033784, -6253734.544094188, -6300989.5150832385, -6265116.989840367]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y164", "yaxis": "y2", "legendgroup": "y164", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3784635.004000576, 3783194.077735697, 3815067.9574821815, 3769579.1693321047, 3740978.6370997536, 3697563.293891919, 3711435.071672596, 3754348.024277219, 3758864.7799868514, 3784635.004000576], "type": "scatter", "x": [2929727.523468928, 2993941.817090861, 3070999.0546488767, 3016292.462775814, 3028857.021017781, 2942361.741821773, 2897181.4404902193, 2871679.8170491587, 2919767.136666575, 2929727.523468928]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y165", "yaxis": "y2", "legendgroup": "y165", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3775370.890473778, 3743850.8081242843, 3734768.776035188, 3752398.825446633, 3773234.2164909625, 3818636.3684527753, 3782639.234812091, 3788725.837654769, 3781143.0815419042, 3762550.4303439497, 3775370.890473778], "type": "scatter", "x": [2338608.205372871, 2330294.5652891886, 2202803.6084411265, 2202220.7633974645, 2091929.700639348, 2104681.7437716764, 2156241.0689921323, 2224936.5245602895, 2291772.016202296, 2291256.4356960715, 2338608.205372871]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y166", "yaxis": "y2", "legendgroup": "y166", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1333672.587747255, -1379175.475930984, -1449814.6041319838, -1578480.2569456513, -1628504.5098644511, -1679793.611618665, -1711257.913462851, -1648583.5351476667, -1680230.232048727, -1759468.5412222943, -1804816.287937388, -1829521.293817403, -1920112.020188966, -2044787.6084758032, -2192182.4421515027, -2394818.9352701386, -2543530.902637941, -2667555.249902853, -2692883.6083752457, -2738117.713524197, -2710811.5196060445, -2672551.2587263426, -2616119.0203884467, -2521302.072676117, -2436038.8963453863, -2359087.0429163002, -2281979.8325309297, -2263458.806010161, -2227859.2986053457, -2146778.156276988, -2078656.594010243, -2028018.9593224986, -1960574.2715176884, -1862024.7078608728, -1802185.5096542425, -1734354.5776829747, -1730413.9407093478, -1708488.9666466997, -1689139.4991968495, -1687702.5206675946, -1626758.0266708906, -1560888.2365099697, -1507084.1299263511, -1461376.8413476867, -1474232.3659769066, -1399912.359683, -1335601.472954416, -1287755.1611944009, -1333672.587747255], "type": "scatter", "x": [4648226.7926720595, 4670944.309714096, 4690560.778551573, 4698473.717474322, 4719699.096791566, 4707191.900429562, 4688648.983823512, 4660877.851377302, 4641336.160070825, 4654030.558477569, 4642710.684915353, 4615299.767734419, 4603158.929320561, 4557649.924003984, 4501245.474565174, 4429137.671204437, 4382072.113719035, 4329880.66595909, 4252872.618386464, 4168628.9909349335, 4118174.236905568, 4048498.5786491986, 4027713.695548485, 4028919.636197877, 4002582.009425523, 3999420.053484378, 4021128.2878552405, 4064981.3352471334, 4067577.683842518, 4117214.8072069995, 4130043.2534288326, 4111780.643015131, 4098477.790533267, 4097184.0010898146, 4133393.3613732806, 4149919.42750268, 4196687.912642621, 4250066.370914937, 4285787.007150166, 4326909.584951115, 4383716.553035973, 4464391.3823719, 4495386.864569773, 4484995.494268873, 4524137.809909506, 4579543.097003442, 4584338.277505303, 4617587.776024412, 4648226.7926720595]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y167", "yaxis": "y2", "legendgroup": "y167", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1699662.603102602, -1761104.4862213368, -1775170.2984538737, -1728341.3757029453, -1699662.603102602], "type": "scatter", "x": [15620355.386842092, 15665555.576830596, 15631639.851883974, 15610716.257066794, 15620355.386842092]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y168", "yaxis": "y2", "legendgroup": "y168", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1675808.7592528134, -1646278.8414771927, -1564331.4758325075, -1597210.802993568, -1683424.7460281649, -1670011.1027340137, -1675808.7592528134], "type": "scatter", "x": [15585842.247500727, 15578597.83835339, 15592999.5489102, 15631340.74363528, 15628791.230517006, 15606502.590649001, 15585842.247500727]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y169", "yaxis": "y2", "legendgroup": "y169", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-737458.8813663189, -656948.6264679842, -618509.0846682751, -582357.6760882649, -613645.4186810692, -664642.0617368934, -737458.8813663189], "type": "scatter", "x": [12649161.704234216, 12645396.43138136, 12664573.133359313, 12686519.97639981, 12706056.347169723, 12702586.881817598, 12649161.704234216]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y170", "yaxis": "y2", "legendgroup": "y170", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7955019.89895151, -7955023.939333084, -7938110.98441497, -7955023.939333084, -7988490.053855063, -8034808.825111113, -8067030.904993116, -8104364.065519425, -8126912.512437272, -8144985.71462882, -8161470.289250163, -8175060.624019179, -8170999.908410488, -8147745.276587327, -8118492.409285328, -8098674.525764818, -8074275.050919462, -8042177.452773328, -8014017.107543609, -7986983.823395996, -7955019.89895151], "type": "scatter", "x": [-2950733.383115661, -2919852.3153906986, -2839604.218831451, -2738139.1488796766, -2644444.7569733565, -2592179.729187595, -2566605.676526128, -2542482.383041722, -2619459.4886639193, -2702777.8550863937, -2800998.957131051, -2912746.010038893, -3052484.179731079, -3145774.191337265, -3157236.6773859966, -3046368.478457865, -3012512.254588624, -2997031.248239153, -2988723.376004433, -2969700.5759972283, -2950733.383115661]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y171", "yaxis": "y2", "legendgroup": "y171", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8120912.986033564, -8123714.254823833, -8130707.575966735, -8101118.5921998555, -8075311.82017479, -8105382.03658473, -8141830.132553042, -8173326.406287176, -8163816.657156984, -8167898.855436129, -8144595.744830714, -8141830.132553042, -8120912.986033564], "type": "scatter", "x": [-3874471.708300539, -3740374.5809292616, -3608604.1705113635, -3589885.476737495, -3579936.8512415523, -3494435.54502336, -3481802.7276338283, -3472585.6702621235, -3601815.4625694016, -3727323.6292405236, -3821032.075040241, -3823540.731384838, -3874471.708300539]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y172", "yaxis": "y2", "legendgroup": "y172", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7387659.418653445, -7377330.084731103, -7380773.394072184, -7335854.112004416, -7302843.918471664, -7231093.250777641, -7188761.401452489, -7174601.404111112, -7208191.650837238, -7241637.678842758, -7281918.183552702, -7320241.0653901305, -7360078.772710975, -7399690.08082105, -7433953.013014275, -7466340.615050362, -7478237.949966297, -7495193.912166146, -7493496.668691964, -7459537.847115935, -7471442.682693836, -7483331.0229181275, -7457836.086093487, -7421982.268933604, -7387659.418653445], "type": "scatter", "x": [-4941843.986482358, -4903107.582166546, -4823409.761893024, -4833700.49670714, -4851413.564693369, -4899031.243657281, -4886858.603064401, -4832364.184847892, -4775418.897808444, -4738698.809225547, -4684342.296222542, -4637802.278979603, -4594145.470460631, -4560899.680019685, -4550330.081799719, -4547022.578033742, -4616585.028397318, -4678412.77299337, -4766000.386557781, -4757640.850145629, -4826938.024574321, -4892055.083738567, -4961058.161771912, -4990801.409829928, -4941843.986482358]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y173", "yaxis": "y2", "legendgroup": "y173", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7442298.4529017955, -7426919.2455128925, -7438885.849465119, -7445709.3459006, -7457642.983294634, -7447418.6485852655, -7496694.274608351, -7489922.119370588, -7493309.05224117, -7489922.119370588, -7495001.877237957, -7478045.429615359, -7442298.4529017955], "type": "scatter", "x": [-6788435.50937246, -6761858.042404053, -6665701.547297697, -6563005.632237004, -6478991.349151603, -6415962.132562495, -6330749.792529817, -6388780.360566221, -6465496.841358298, -6550058.095674199, -6634038.45860956, -6718038.230778214, -6788435.50937246]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y174", "yaxis": "y2", "legendgroup": "y174", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7594174.427482196, -7565749.722458906, -7580812.9917373285, -7594170.0280961795, -7579137.57811888, -7609167.797092191, -7630766.124983719, -7624130.884708354, -7594174.427482196], "type": "scatter", "x": [-7948392.142266566, -7970328.604875012, -7873763.731832969, -7773195.55065514, -7714239.709289835, -7713880.856861651, -7747255.025948435, -7845417.542522746, -7948392.142266566]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y175", "yaxis": "y2", "legendgroup": "y175", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7577466.1452657515, -7559043.312709031, -7579137.57811888, -7612493.9750800785, -7609167.797092191, -7600840.473150852, -7577466.1452657515], "type": "scatter", "x": [-8272563.135497246, -8249369.623507865, -8158379.265468811, -8016039.484417207, -8058367.464968311, -8152933.076574132, -8272563.135497246]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y176", "yaxis": "y2", "legendgroup": "y176", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2254549.2564959344, -2320862.342665697, -2370058.103756848, -2395725.357080612, -2366819.293185118, -2318679.1761009665, -2262016.2549197627, -2186605.693413394, -2150337.5365015035, -2151874.0395247834, -2188236.1598988837, -2224603.8872271087, -2254549.2564959344], "type": "scatter", "x": [15355063.126917185, 15414222.596996756, 15449582.8448149, 15407710.053745328, 15364425.086447012, 15310632.782879664, 15265200.435453266, 15222424.591891171, 15218412.32424458, 15257966.549978787, 15301030.057795972, 15332857.912750095, 15355063.126917185]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y177", "yaxis": "y2", "legendgroup": "y177", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-391442.1772129657, -425670.2196758436, -481281.80361259886, -509778.45501554944, -446644.77413188724, -405320.20335513266, -370274.179833416, -324644.15531036525, -293207.18931402976, -267380.0186848454, -297324.7244786272, -320852.7069383599, -346525.1230610266, -391442.1772129657], "type": "scatter", "x": [14409325.29104855, 14443296.527650747, 14451326.223368708, 14420033.502559932, 14406092.858533112, 14386482.373822296, 14345604.445163568, 14294125.323605023, 14227333.778337091, 14254648.596549546, 14304394.569582423, 14335445.074571127, 14373872.989217212, 14409325.29104855]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y178", "yaxis": "y2", "legendgroup": "y178", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-624677.0974291101, -650664.5489654101, -675695.848087348, -675563.202650751, -644496.5362249933, -614667.8939179325, -581578.3841314049, -597191.857621969, -588824.1412381429, -537551.1507008546, -534903.7686259901, -591681.5450564462, -583512.796789094, -546919.2353934927, -508778.08771974454, -445754.94456294226, -443721.0484006175, -461279.9832564637, -520605.6346355562, -585889.3609060812, -594682.6480917986, -624677.0974291101], "type": "scatter", "x": [14268408.516933281, 14214981.673351519, 14164766.270766538, 14114691.194009775, 14039622.229146162, 13987837.149274625, 13997880.384485858, 14081402.584942594, 14133573.716000393, 14151155.35776127, 14164863.71215709, 14170292.722702336, 14224660.311821364, 14253705.126473295, 14308813.010539986, 14302249.65530199, 14358895.626696346, 14376920.202279441, 14371355.752415324, 14335359.65487309, 14285365.101569548, 14268408.516933281]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y179", "yaxis": "y2", "legendgroup": "y179", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1121146.8948000427, -1157900.7513242115, -1157220.9431203543, -1091417.7266684624, -1117289.1218549649, -1121146.8948000427], "type": "scatter", "x": [15239733.29445979, 15261320.486401975, 15195756.724101445, 15168256.079220954, 15221260.225724952, 15239733.29445979]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y180", "yaxis": "y2", "legendgroup": "y180", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1026736.6354964684, -1046451.0907935151, -953748.4052142929, -889840.8948885468, -889840.8948885468, -975402.7927017149, -1026736.6354964684], "type": "scatter", "x": [15209720.142090285, 15193293.045976525, 15133782.58393421, 15120661.239430636, 15152679.50141895, 15177763.489693407, 15209720.142090285]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y181", "yaxis": "y2", "legendgroup": "y181", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1055929.7267271841, -1058311.8213428115, -1047490.1482282943, -1031014.4565147957, -988551.2850792466, -1005380.6936643596, -1027825.4348909358, -1055929.7267271841], "type": "scatter", "x": [15128500.605763393, 15091576.98626908, 15035159.536104588, 15017332.119671613, 15027938.913531957, 15088205.049461177, 15116327.095384298, 15128500.605763393]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y182", "yaxis": "y2", "legendgroup": "y182", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-857757.2647686135, -891692.4051153036, -913186.5055849609, -867827.2684605471, -829393.2388524052, -793783.4571656989, -782889.9487026866, -808556.8458751094, -857757.2647686135], "type": "scatter", "x": [15035226.449179368, 15054098.2984982, 15055961.022942359, 14986587.640894402, 14938588.81332618, 14906442.429540753, 14921413.810192639, 14962499.674584376, 15035226.449179368]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y183", "yaxis": "y2", "legendgroup": "y183", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-750977.6632454725, -785863.4177501771, -791954.0551644578, -767580.4522769599, -723630.5937658264, -705811.889446247, -750977.6632454725], "type": "scatter", "x": [14809160.421331543, 14843746.726675456, 14824468.30611353, 14785342.930732464, 14750264.939125994, 14756538.863518381, 14809160.421331543]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y184", "yaxis": "y2", "legendgroup": "y184", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-571121.5019203281, -595379.0366403381, -663171.9081565822, -699467.0159168574, -729411.7243565852, -740106.2634008523, -699030.3913462937, -631099.3472628167, -549638.4670279862, -539292.1222043313, -571121.5019203281], "type": "scatter", "x": [14598327.002990609, 14625221.6247947, 14666017.348161468, 14707749.82013286, 14692177.972852677, 14664917.553994367, 14627375.614732396, 14591201.702694668, 14576583.510097533, 14590326.98984182, 14598327.002990609]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y185", "yaxis": "y2", "legendgroup": "y185", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-4283362.020603073, -4340580.191927933, -4413234.210395262, -4455485.752999933, -4427679.481909857, -4412406.932134217, -4325131.147207427, -4266666.694374522, -4224139.902934875, -4185606.1476668566, -4148471.1003856026, -4066471.2733207345, -3997532.329183516, -3926051.6535094115, -3907239.1396398745, -3863166.082463232, -3768654.285625719, -3692992.482152815, -3684607.4538924117, -3743977.749953056, -3771685.4578303155, -3866835.3000881174, -3979184.534458358, -3906318.013671431, -3935426.3981094873, -4016113.5775634097, -4050852.5202557137, -4059378.1950484514, -4018719.7301818472, -4031038.7335023154, -4125593.583808999, -4187706.5309389774, -4185518.172160981, -4217852.822892101, -4263591.136820849, -4283362.020603073], "type": "scatter", "x": [15396259.871919688, 15320737.670584228, 15222349.564025229, 15122790.89562346, 15129538.818512037, 15105237.53143085, 15221127.790442448, 15235562.232607404, 15172155.346453743, 15201634.01010853, 15290541.89743767, 15360803.11090261, 15401958.892452495, 15411808.05171151, 15425981.443552243, 15410908.193874076, 15397879.78438794, 15404697.339580461, 15442626.794445928, 15456668.585902171, 15509541.03942436, 15476997.765716262, 15470234.062487142, 15518467.987250743, 15539981.028121835, 15501018.296314243, 15548827.785924098, 15602522.868297048, 15680044.003220072, 15716442.134477789, 15630594.207428986, 15560233.25415282, 15495033.862170791, 15448645.276590422, 15423602.983428126, 15396259.871919688]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y186", "yaxis": "y2", "legendgroup": "y186", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-4652892.40641877, -4597605.700030783, -4542753.111742299, -4463866.474484824, -4437061.150759872, -4377864.190272574, -4328818.208251649, -4373933.456521294, -4417726.502600341, -4374744.843079365, -4419545.230939458, -4464140.153477157, -4513177.113686094, -4591092.357416871, -4633574.233063196, -4684328.546020492, -4685630.877378917, -4725342.00089198, -4794253.747316974, -4900537.97046218, -4947382.588321458, -4977276.653662299, -4975047.923481613, -4940511.624051718, -4933146.488588357, -4894639.5921722, -4816737.969580106, -4712856.773546185, -4693024.575007117, -4652892.40641877], "type": "scatter", "x": [14488660.598469697, 14605799.132089032, 14700378.534063052, 14799683.917489124, 14852851.725116031, 14910283.058958547, 15007422.15412289, 14993207.460181303, 14979784.950502742, 15073882.531496467, 15064887.254292026, 15030545.936601471, 14960118.851982545, 14842094.060830396, 14764168.42599311, 14754447.654437749, 14687618.11749439, 14582409.240876392, 14503189.75462102, 14367081.380055448, 14261832.648002421, 14194821.668869874, 14119484.75340993, 14093888.689842524, 14008634.120333003, 14026002.007379238, 14134447.197790448, 14324552.221787782, 14395378.55706492, 14488660.598469697]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y187", "yaxis": "y2", "legendgroup": "y187", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-4362178.054973005, -4369306.144884999, -4495100.622701909, -4531569.821045558, -4616600.201783068, -4587674.277731506, -4661256.399636213, -4655586.06079848, -4652303.489477948, -4561894.505136932, -4492053.531022349, -4399760.670362053, -4351111.361975636, -4360511.0541110765, -4397119.284901586, -4382578.527443526, -4362178.054973005], "type": "scatter", "x": [12805614.70593227, 12853063.591123508, 12776816.204777349, 12722867.80925069, 12656091.380523812, 12645978.147931803, 12536120.180362796, 12522355.523347246, 12472099.21986578, 12480481.268171674, 12514869.963386066, 12524405.796235602, 12557104.437170044, 12607989.304569293, 12668547.96342022, 12724968.429008543, 12805614.70593227]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y188", "yaxis": "y2", "legendgroup": "y188", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-3445627.4581143046, -3500479.8809495317, -3525159.350855206, -3581238.640084812, -3624687.6869504424, -3627284.5654140734, -3636793.3267410123, -3617294.7242423636, -3628964.234023152, -3633870.568630954, -3690882.4479328003, -3686049.1726970235, -3716262.141953306, -3750234.1838585744, -3746037.482929409, -3745998.828642414, -3677741.2010248834, -3657439.4538782467, -3596164.5007400545, -3581603.368654117, -3557254.003302013, -3518836.248276797, -3444461.0298101665, -3381062.066121497, -3272916.8259205534, -3211844.462678376, -3150902.915832541, -3081289.882897243, -3049862.379041652, -3007260.378220071, -2923480.682596118, -2838825.676295403, -2793205.059705611, -2839455.690352974, -2740239.8643675484, -2771248.6211811607, -2812658.0411186684, -2757885.7441570796, -2673684.2018258194, -2639999.656155126, -2607994.8058125237, -2546139.5482274955, -2519815.356163299, -2466315.319974529, -2403800.243922373, -2326831.5053284, -2408293.657417993, -2334713.006943621, -2298953.2865177942, -2253338.840000255, -2214085.9812073805, -2205729.1401111097, -2218922.1172839333, -2179061.3337504193, -2167200.392534643, -2143765.9488426507, -2134003.434209492, -2136523.7291090228, -2105208.006289193, -2057726.123954658, -2000566.8377930447, -1946270.7085213414, -1903592.2162301273, -1845444.1488677687, -1754566.233233705, -1846903.2376832992, -1825564.0703285572, -1775026.6005550863, -1723135.0924551676, -1746303.6064020447, -1664926.408412138, -1612310.8495918862, -1570095.9994010213, -1551879.438772298, -1521995.6395597672, -1534475.3201117553, -1507592.602538601, -1492277.6260660996, -1477857.999163513, -1526942.1918547635, -1590285.6420695041, -1591015.1882155498, -1601046.446212923, -1542317.9518276348, -1456546.3467521805, -1428596.897753469, -1401874.4046006822, -1340791.2240771048, -1303064.6566472622, -1315770.9837315483, -1295619.931105613, -1240964.4700313306, -1205752.6172692205, -1190216.5125338454, -1216729.0325625143, -1260590.4748434378, -1287954.1293776697, -1277132.470566441, -1310011.9613638218, -1279387.4434585155, -1288700.2600623877, -1268151.2669404685, -1321065.7468329784, -1378313.2812751231, -1421522.4849581274, -1425081.7989990432, -1467837.7653477883, -1521282.6727576174, -1573843.2155950172, -1604036.4790374727, -1663130.1847941391, -1697407.652317371, -1734232.9872003912, -1797603.7553928085, -1797498.7453485036, -1824884.2680132168, -1857923.7820408721, -1894202.0758803089, -1857652.9662061671, -1800217.9528848103, -1752819.7515265606, -1694174.4507784036, -1609083.170429712, -1557362.093837799, -1526245.805756095, -1465035.6367310397, -1384459.1814235274, -1362732.980027845, -1327018.2098361175, -1270317.8096448006, -1211555.8580130208, -1181041.8650481373, -1140982.9230518616, -1193300.520536286, -1260397.0335210413, -1273329.9671842859, -1318252.5585368702, -1372659.2737690897, -1433200.7925067502, -1472049.2483070935, -1555969.3226634893, -1515634.206672779, -1560904.8171173926, -1602671.3439348429, -1650075.7827983894, -1741782.6509398231, -1795177.4707417658, -1808226.3516138822, -1899640.5086414467, -1955086.0791615273, -2027621.0219767152, -2083498.187124629, -2134323.997997046, -2180879.7175297006, -2206790.326123698, -2273855.1216497854, -2389579.372892538, -2366078.677636995, -2412427.8162739174, -2395979.597324469, -2509336.4760913816, -2575005.8498832327, -2615815.0535833095, -2702405.7507843617, -2788352.869534423, -2849325.9208050095, -2915522.400920741, -3006403.7109654397, -3101061.0996597833, -3150598.8919571834, -3246026.159048371, -3307371.136072934, -3384058.521908393, -3481359.893533833, -3533914.237991508, -3616758.7537132395, -3669609.6801858875, -3761851.8908427535, -3815098.2489829725, -3895004.671725835, -3968512.712223728, -4002238.5979137127, -4039279.8603442963, -4043157.7773849573, -4086866.1000914634, -4128119.3554606787, -4173810.9782925993, -4126760.1812685244, -4107982.4767454313, -4052444.262687202, -4072600.1476366757, -4149725.370092365, -4120849.9762805845, -4103997.4263558206, -4096379.0513669066, -4065568.149724348, -3999857.93796751, -3918849.1070803506, -3864915.1813183017, -3821600.250929824, -3808733.9523165305, -3756915.5656483015, -3677558.908084073, -3751526.3058231897, -3771155.42081914, -3712042.5460760095, -3650356.884769795, -3597988.042723328, -3518797.5576401623, -3609995.483690759, -3646561.377537271, -3731576.720015111, -3687601.356848962, -3630864.897847128, -3553319.0208531287, -3513242.6476245406, -3488551.4036382153, -3423724.7924460815, -3420667.652057702, -3368584.1333569996, -3378706.9132562377, -3417013.4411391886, -3452719.9569039987, -3445627.4581143046], "type": "scatter", "x": [11355776.517257508, 11239344.630980017, 11151905.454872075, 11112610.294928834, 11062207.504221804, 10985255.045946335, 10925299.282389231, 10853956.214775609, 10785057.486140307, 10721732.56429843, 10646145.383249098, 10622038.25466101, 10565316.857238557, 10508931.038006725, 10445648.169399712, 10385961.704139262, 10317915.884144947, 10277626.877016438, 10302495.43558244, 10352351.222582825, 10376508.761801442, 10387314.370364686, 10424752.681861224, 10436538.253735615, 10424518.576850401, 10428956.69260802, 10451462.407070974, 10435705.422551807, 10442326.97431434, 10413779.185810534, 10424697.31109078, 10393676.052471373, 10391898.627319414, 10421078.806311354, 10413490.276662389, 10451877.170595681, 10469212.654989315, 10480598.655522862, 10453962.259018086, 10452315.607787784, 10437621.785433784, 10460013.294499384, 10484031.977390107, 10506793.859691843, 10508433.325726192, 10560355.589831237, 10552772.945866965, 10605034.266652448, 10686517.608575499, 10739620.909214085, 10817272.361099318, 10860875.66597948, 10884077.136068694, 10964122.320580486, 11022459.613524508, 11040661.234465903, 11066942.318780493, 11117790.691010455, 11220913.384993726, 11279871.503709149, 11313741.613813473, 11377871.735353008, 11389488.378608128, 11401878.245916542, 11482265.644868108, 11506129.03774692, 11549441.45360363, 11524699.861158652, 11562468.708527135, 11599900.048260733, 11624257.458313081, 11683399.651279865, 11712200.454249725, 11761890.475306036, 11767606.685422076, 11806975.830961308, 11812412.36932241, 11855717.059897058, 11902962.446231462, 11965280.28550955, 12007884.655872546, 12066321.166520007, 12124266.819814766, 12113294.997853696, 12170335.205536734, 12216374.009179417, 12205296.4782292, 12253821.219970627, 12315276.964357238, 12361741.744761625, 12443047.810078122, 12447801.792260533, 12382976.94261393, 12434712.893988997, 12493984.680094223, 12538813.275481554, 12614594.893414175, 12642714.008631708, 12696846.729287356, 12755467.668534879, 12789587.299271906, 12814081.220512185, 12850573.454026083, 12818057.698815033, 12776535.686816392, 12743827.975932445, 12748602.08334079, 12713165.71735827, 12671792.328491967, 12673653.827730792, 12738155.646165628, 12804190.898975767, 12845749.81665344, 12901553.256295735, 12927874.229580658, 12971504.472089509, 12979324.784493936, 13061167.65244044, 13129883.4134276, 13159255.094396632, 13187163.057235042, 13209537.129466904, 13252884.8532529, 13248507.290767146, 13260261.236444373, 13258888.297294926, 13282880.395431386, 13303885.001831831, 13294116.45028806, 13324159.989551555, 13349231.870692182, 13355208.17010614, 13394706.87306396, 13415174.730700789, 13413489.93802552, 13435239.421347665, 13433371.64390114, 13460014.822850598, 13458300.38692995, 13449122.800551018, 13469483.373804245, 13536116.594116876, 13559699.308848653, 13597480.055979367, 13579490.510024315, 13582370.576599408, 13586158.466249086, 13607071.45350742, 13613843.599506998, 13593302.164241645, 13608048.963103645, 13696693.329333214, 13751197.49131794, 13803187.01937316, 13785313.042561524, 13823305.065467147, 13832570.386507152, 13874994.370467862, 13901462.383872623, 13927980.007486561, 13915945.782278469, 13964212.02230445, 13995877.774282895, 14042969.34055315, 14042392.243811028, 14025008.690210974, 13996295.836926404, 14007395.770341141, 13966352.837689811, 13931078.358720094, 13867428.39013613, 13843032.661227817, 13791237.53481248, 13706783.222475033, 13615411.177305339, 13542651.940094428, 13486714.492937634, 13413620.521881402, 13351774.315512266, 13287142.292132912, 13235866.79838462, 13221720.92511264, 13150477.279768215, 13049805.323919073, 12944078.539082078, 12880243.107666077, 12800918.507112976, 12755434.47166983, 12712296.258607753, 12756764.221124822, 12697619.223204175, 12577705.535531236, 12518130.140585277, 12477694.805181123, 12431682.512282714, 12363300.21918217, 12341041.968185429, 12366053.394427134, 12372310.033852115, 12349846.66007819, 12270581.370913016, 12324384.311400652, 12339650.59035865, 12261896.652829414, 12173532.305575041, 12247523.307132095, 12289147.540355217, 12347121.639148852, 12374557.474615624, 12261830.827071691, 12189684.994731292, 12117030.330307385, 12067355.242797408, 12095360.859377867, 12072896.64255814, 12042447.047235409, 12069598.86553693, 11980462.846849294, 11918371.612666016, 11851953.657168189, 11686520.051048223, 11555149.252725624, 11438936.814025922, 11355776.517257508]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y189", "yaxis": "y2", "legendgroup": "y189", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [804605.1829935805, 693238.2738576371, 662796.1460919243, 638328.5901564929, 723365.3695495238, 877095.9393296678, 1050704.1080242766, 991276.1130179174, 915958.3110068153, 804605.1829935805], "type": "scatter", "x": [7705459.480283742, 7696072.843035315, 7657759.181926108, 7576701.031223823, 7528478.22883179, 7504936.040492776, 7538376.768750504, 7606728.87140136, 7654527.038959983, 7705459.480283742]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y190", "yaxis": "y2", "legendgroup": "y190", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-299695.76149813307, -330884.0170990076, -412670.9697775405, -368588.47766627494, -359640.4388872575, -366703.80737005384, -362934.4667636639, -304133.8564158508, -299695.76149813307], "type": "scatter", "x": [12216534.068470463, 12319215.34836563, 12349904.572719244, 12272224.42757325, 12193752.085255263, 12140147.051438224, 12074997.10754711, 12099735.965567144, 12216534.068470463]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y191", "yaxis": "y2", "legendgroup": "y191", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-405447.32187288196, -385815.80094577215, -339809.9486295694, -334686.51921162556, -369953.6200773311, -405447.32187288196], "type": "scatter", "x": [11976448.718512418, 11912088.807069866, 11895637.185662681, 11991358.193686016, 12013360.443059495, 11976448.718512418]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y192", "yaxis": "y2", "legendgroup": "y192", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [232577.23962133023, 174174.55824337222, 164792.65666979403, 121110.85392129954, 27645.55560910085, 38119.01914990934, -26960.154121203395, -83422.89982462011, -96256.34681018579, -28513.211248726024, 108205.55743577905, 193656.85735610488, 232577.23962133023], "type": "scatter", "x": [12082945.253792163, 12091297.267334001, 12147283.571390407, 12157000.012179276, 12153062.347537706, 12104281.976633102, 12089962.649848286, 12128428.028059712, 12101812.24895976, 12064300.272646017, 12035460.003618473, 12052689.176393285, 12082945.253792163]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y193", "yaxis": "y2", "legendgroup": "y193", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [93603.50454702687, 98085.81526398263, 175749.7228616242, 151854.1990985813, 45762.71311270587, 25197.141703122477, 46110.9074144823, 40771.92811845845, 25374.002301316064, -55578.409608422735, -150685.19445885732, -102241.97258168594, -65847.37803492053, -115103.05394938684, -99566.9560796511, -162230.87489233693, -203688.1020432902, -340755.04725659394, -377486.7743091427, -500929.9022422576, -571187.824640896, -602630.3205515945, -565019.8116036408, -477451.6678521383, -518859.13706984045, -489257.10786374117, -447965.7012536416, -385252.05793819384, -281031.44428802526, -313540.6278888039, -438243.8986483289, -591255.9742754697, -606781.0173466312, -575388.263599129, -476943.19383876096, -373734.01443351555, -372943.66883138276, -299679.1808196957, -229636.8657837536, -144721.67638934441, 16497.81102640727, 60585.84194030133, 140023.8835847554, 108443.21385988666, 93603.50454702687], "type": "scatter", "x": [11613197.224129004, 11721776.364952842, 11813721.061323466, 11830726.818108952, 11756268.209650759, 11685371.197817778, 11594339.225443402, 11436941.305376092, 11354474.080478344, 11340869.266584467, 11424120.207984589, 11475933.864864536, 11652520.679881953, 11644145.608580103, 11603208.136765849, 11561104.92740823, 11476986.567250445, 11561883.402586892, 11543146.911726438, 11622258.179993276, 11617753.676701572, 11565670.764895601, 11530742.815666465, 11580834.224152958, 11486161.184623763, 11464173.350380735, 11478399.337376442, 11413135.833393922, 11424089.108900672, 11359981.743427102, 11362842.17804463, 11359006.262758834, 11298347.335335635, 11259513.85685802, 11291528.938046873, 11281508.05984893, 11241842.895405734, 11215269.226477427, 11256475.720217422, 11271908.559452524, 11320764.006745877, 11340341.251794104, 11419586.866774563, 11493889.538237322, 11613197.224129004]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y194", "yaxis": "y2", "legendgroup": "y194", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1097182.277769208, -1022243.2654926851, -1001213.411370286, -1033788.9606541186, -1066276.086943666, -1095142.853627566, -1097182.277769208], "type": "scatter", "x": [11310337.755004298, 11192032.993008073, 11281504.770742323, 11328212.378040183, 11358288.05711956, 11350068.377605364, 11310337.755004298]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y195", "yaxis": "y2", "legendgroup": "y195", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-913020.6986817523, -904879.5798966335, -865693.8867446743, -925113.5491774796, -955472.7973814987, -942291.1461356056, -903193.8764535978, -880959.1729057612, -913020.6986817523], "type": "scatter", "x": [11424131.618331948, 11487424.72599512, 11574731.095181605, 11556446.654437149, 11412631.877236275, 11288467.390971676, 11291104.72022188, 11367522.365226462, 11424131.618331948]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y196", "yaxis": "y2", "legendgroup": "y196", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-894372.9497991285, -885634.9269372304, -931104.7057284887, -952582.2297516484, -966941.1111017552, -966084.4418580023, -904509.2778276762, -903669.1895542204, -865848.6398218947, -894372.9497991285], "type": "scatter", "x": [11135421.912936695, 11194232.75336006, 11214217.011841737, 11103751.659318317, 11037449.757655319, 10986921.250082223, 11023874.720966222, 11075559.265170196, 11103502.006400378, 11135421.912936695]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y197", "yaxis": "y2", "legendgroup": "y197", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-686843.5916970385, -724885.1985838258, -735546.5761881034, -691464.074450697, -742891.8177887109, -812215.650060862, -831714.5347089805, -895273.8338960143, -936023.6443638244, -892935.9567687337, -895848.6311131261, -887928.5888195611, -868728.1524548894, -827878.8696604939, -817283.812422019, -830658.8977814722, -786620.6022510224, -740631.3182943339, -732772.0756224922, -630579.819307605, -636897.0581643627, -678691.4242000963, -686843.5916970385], "type": "scatter", "x": [10227562.73527109, 10238355.185294183, 10418314.294072624, 10441569.316639911, 10613505.335307438, 10643545.048118956, 10783601.9444516, 10894770.628027307, 10784404.126929164, 10683941.479261873, 10598518.890370037, 10501359.079382595, 10414511.742904881, 10308027.348106967, 10239540.127164967, 10199534.272568492, 10030383.06596221, 10016658.963989347, 9930841.660183776, 10000859.78917988, 10114963.761829393, 10188896.72641551, 10227562.73527109]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y198", "yaxis": "y2", "legendgroup": "y198", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-116026.04517522534, -190628.0531384732, -250312.9729848423, -259769.48700546217, -327462.8705615479, -460484.11086592195, -625920.6483874167, -628159.0401112927, -538750.4866260715, -451364.73965030693, -386539.8238274111, -299441.52442872955, -219279.46792331405, -69555.92367712637, 19587.34460282359, 111538.27426485774, 195027.5269011148, 262372.7202909046, 353881.4836325242, 413781.94174208003, 531634.612225486, 586077.3419479022, 581766.3651740648, 561104.0742711483, 456510.34245925007, 383994.7566240395, 339500.50931622856, 224532.84659254403, 222855.43450470208, 149593.69966715315, 60038.679467574264, 11180.93928898867, -76143.98090480326, -113284.70596452797, -116026.04517522534], "type": "scatter", "x": [9859757.04315215, 9874490.842819855, 9905989.20528811, 9975077.193356957, 10018976.588271543, 9990295.630305896, 9979024.34029314, 9874494.947477246, 9799226.535714047, 9681752.793255484, 9643790.479339546, 9575149.840546066, 9530339.108723646, 9460820.859873688, 9378103.316296207, 9349680.410909252, 9313504.579747235, 9226799.62254427, 9174814.053978141, 9101721.82005501, 8998795.877667518, 8988244.85748965, 9049157.781831333, 9196062.59411577, 9283742.188662712, 9359385.8738892, 9412921.353308532, 9505560.948408902, 9601615.523539633, 9682440.857540816, 9738161.16216505, 9810317.120046819, 9772119.638837015, 9825859.347279951, 9859757.04315215]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y199", "yaxis": "y2", "legendgroup": "y199", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1358770.2665053578, 1440258.6899248403, 1436331.8390157972, 1397817.7360821993, 1305408.1260674621, 1358770.2665053578], "type": "scatter", "x": [11333866.25204848, 11276145.779136699, 11356925.069216821, 11394241.40410505, 11380150.597966285, 11333866.25204848]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y200", "yaxis": "y2", "legendgroup": "y200", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1067492.0720682805, 1097453.1622810126, 1163836.7042920406, 1170120.785084786, 1098116.3896503784, 1201361.5650731195, 1099335.0699481135, 1064181.4577571452, 996606.8073584025, 964940.4405769352, 1038862.7222845816, 1067492.0720682805], "type": "scatter", "x": [11528454.930985846, 11549322.018793223, 11553326.509092717, 11604517.614138003, 11596336.124175245, 11655739.735732751, 11656833.787589803, 11626276.772808142, 11602705.624270074, 11575764.348243136, 11511608.686467677, 11528454.930985846]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y201", "yaxis": "y2", "legendgroup": "y201", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [899968.9990326994, 828915.2291161448, 768920.7907240001, 671047.797589353, 780076.8262758513, 725827.6005922569, 647022.3930579622, 596898.9989506283, 658968.7725835168, 736378.4403409571, 787231.3907275638, 837810.7665377142, 793462.963967794, 797580.5002239741, 737906.6264171163, 769210.9526556415, 859354.6042259806, 889437.49813808, 929736.8653284868, 881318.4878136665, 910605.5114768266, 958333.0337888157, 961176.6228778276, 1043886.6753175703, 993163.5490962523, 939303.9246776392, 899968.9990326994], "type": "scatter", "x": [11899207.871129835, 11914132.666774096, 11923904.758388827, 11898140.580523467, 11856615.1844527, 11816165.76397721, 11851171.060487228, 11827059.804269075, 11712472.983847564, 11681161.73904216, 11706520.122876639, 11643303.471498175, 11616812.428365843, 11572196.003903646, 11506399.307087304, 11488768.700885912, 11519515.981195586, 11576630.01227243, 11624873.270051168, 11661871.080826718, 11731224.92944164, 11742775.555582576, 11809062.93682817, 11796368.386082055, 11877077.376514615, 11889470.30596533, 11899207.871129835]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y202", "yaxis": "y2", "legendgroup": "y202", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1946276.3020678754, 1979429.3055169827, 2071430.2000640354, 2119895.9413956073, 2149867.8091280838, 2147330.921658976, 2106515.1956558805, 2059450.5901805344, 1997687.3918267796, 1946276.3020678754], "type": "scatter", "x": [10189609.088887068, 10108100.44402344, 10090821.891079742, 10128808.148570085, 10225337.757593857, 10279097.246248895, 10306530.24669023, 10273395.293450715, 10261841.271222161, 10189609.088887068]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y203", "yaxis": "y2", "legendgroup": "y203", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2609017.3088828065, 2437531.233200384, 2349799.0054147807, 2440098.489692901, 2519392.6204503183, 2624436.711716857, 2705395.642855692, 2673540.578175758, 2609017.3088828065], "type": "scatter", "x": [11209152.532253774, 11189188.97235158, 11166405.755526504, 11100454.762813661, 11074138.046953065, 11106072.037319168, 11161172.91968671, 11210547.035943368, 11209152.532253774]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y204", "yaxis": "y2", "legendgroup": "y204", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4189251.6044033733, 4082048.718545634, 3972035.265712328, 3886867.9535827897, 3833361.6694993535, 3758077.9454036737, 3707795.3088878617, 3701241.908894906, 3579202.2972079273, 3620292.337295706, 3700200.746192652, 3676619.8873989647, 3626265.222368208, 3624215.339823813, 3545534.6471612863, 3363721.814580168, 3318704.932462024, 3360285.794556687, 3456700.1877533183, 3487810.7665375024, 3561155.844909747, 3594103.3978629685, 3661312.1887694644, 3716571.494684971, 3789622.935982474, 3821478.8906387542, 3799636.9589738688, 3989411.6170378965, 3938462.055838366, 4045121.52613076, 4086522.0722910273, 4216690.485869446, 4336180.753944404, 4403202.026069079, 4422662.197134155, 4275458.75276006, 4189251.6044033733], "type": "scatter", "x": [12404312.706387743, 12382637.733787049, 12442274.907397116, 12452293.04788382, 12494258.117077788, 12484400.80446798, 12394233.69487479, 12240461.053553633, 12167515.23620294, 12089428.99279543, 12050195.961608866, 11905500.233256996, 11821654.367540369, 11717812.320830861, 11841758.546756722, 11854400.667599699, 11813019.132491557, 11753674.21108563, 11738384.092495322, 11669065.95321828, 11602869.936486913, 11673935.767173609, 11692301.256475184, 11757934.376297656, 11790429.225718211, 11952589.910031479, 12057790.527728409, 12058209.346978081, 12142628.108171852, 12217502.083081955, 12245570.993830293, 12228856.008233953, 12144378.035741877, 12140441.332071537, 12220369.394135019, 12356982.170185413, 12404312.706387743]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y205", "yaxis": "y2", "legendgroup": "y205", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4695669.622797555, 4740327.280813424, 4621942.477419448, 4593027.954582584, 4487988.710289376, 4560310.206061211, 4444497.5078290235, 4442904.101562348, 4548147.166239061, 4629455.477414394, 4635319.91586337, 4781106.170448853, 4863023.3191360235, 4753555.489064837, 4718138.852858013, 4695669.622797555], "type": "scatter", "x": [12320015.534779275, 12349449.115809051, 12449607.233682808, 12342049.628113411, 12335637.84663518, 12153653.557930738, 12180682.945457717, 12085638.449996563, 12007479.686003719, 11997234.003575455, 12084720.34986214, 12011717.675317047, 11980614.482566394, 12155323.544938605, 12244771.228139909, 12320015.534779275]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y206", "yaxis": "y2", "legendgroup": "y206", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4371910.489503903, 4404791.086360376, 4329460.195289071, 4188880.4758313783, 4195593.481557654, 4160066.865596196, 4188292.1643824833, 4316538.181803675, 4377217.375638478, 4371910.489503903], "type": "scatter", "x": [754846.8201836436, 796864.0110644868, 851961.9366201164, 845375.5527981148, 805374.3622092091, 770972.8964968098, 736879.7866296096, 728950.0736241989, 706994.6597402038, 754846.8201836436]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y207", "yaxis": "y2", "legendgroup": "y207", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4554953.0407279, 4595312.819619126, 4504640.168577037, 4422815.572621254, 4444393.47240576, 4515648.876906597, 4554953.0407279], "type": "scatter", "x": [750831.6183368828, 804371.9680378524, 822901.3680490616, 797841.9739819086, 757758.0487610095, 735038.0328196839, 750831.6183368828]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y208", "yaxis": "y2", "legendgroup": "y208", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5950301.6905097, 5899888.876027873, 5818150.674847442, 5875191.3484925935, 5916993.36033394, 5950301.6905097], "type": "scatter", "x": [966755.9962570103, 995956.0168443399, 955349.523956719, 868537.6581739589, 854539.1864827261, 966755.9962570103]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y209", "yaxis": "y2", "legendgroup": "y209", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6193414.819777486, 6201735.1662177425, 6094416.089648799, 6108045.161353854, 6107526.123907178, 6026293.660003558, 5936480.261695712, 5930069.273786133, 5800440.653049858, 5784174.855031761, 5668394.345055003, 5628097.812823618, 5608638.723728245, 5543176.9088642225, 5513095.711356581, 5459929.021296295, 5405986.037684269, 5406939.901328542, 5378569.215400886, 5398884.1743197655, 5350507.832814239, 5362233.703827399, 5322757.315777074, 5343408.791773335, 5451755.48532694, 5473977.431642501, 5491190.154280587, 5532041.319361649, 5563809.178227378, 5618906.337648053, 5685711.212146442, 5676487.382913642, 5735543.994425314, 5799430.988715574, 5817236.040167329, 5844589.68994126, 5889664.62484628, 5917398.799781475, 5869774.55750051, 5966719.426789556, 6017795.242212847, 6120851.250000665, 6201242.255634165, 6193414.819777486], "type": "scatter", "x": [-322066.3226364089, -229625.26705084852, -314360.40076303, -235453.15182674155, -151011.4828562303, -172346.20575873592, -244030.95375610617, -163220.4727490868, -88234.50491403921, -34111.53174196989, 14793.845067273001, 37703.96792398846, 135102.59098628155, 125957.99036283305, 85014.61590997418, 117782.58212054857, 44879.410671144535, -64217.30642445889, -203447.60251515429, -241202.8155982512, -296140.35349283967, -371569.96076386806, -430194.01646450284, -473125.44304095086, -350336.04029478965, -277130.587376192, -403998.1142331779, -425649.1385489078, -340398.78950586275, -382945.5172895871, -365787.72571757314, -247131.91756456363, -234279.15107949497, -287283.19052065874, -382814.4028150695, -400744.54268557637, -370691.6801071139, -395596.40942368616, -439550.650644215, -440520.57780116424, -477802.6409692884, -445483.2674300488, -382852.91586499754, -322066.3226364089]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y210", "yaxis": "y2", "legendgroup": "y210", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6952546.77166883, 6892287.611070422, 6828373.6115625305, 6756447.727217152, 6691398.2418925, 6674024.79377564, 6688055.095949506, 6718156.772634762, 6760046.536915838, 6806210.750002433, 6824452.836087445, 6852026.997711169, 6873817.0717151165, 6934580.528741995, 6948329.566418285, 6885126.696251937, 6935892.425499789, 6909562.354512037, 6959127.848664409, 6952546.77166883], "type": "scatter", "x": [-1025302.1968885615, -1048898.3108833854, -975524.7845930024, -1077269.746646107, -1294802.6350937418, -1360043.2495355478, -1453828.9119819652, -1651557.3520367425, -1572924.3403890098, -1721316.9472860426, -1590842.4933632924, -1588994.4425408558, -1734743.184078896, -1674834.4501182674, -1565002.7715038722, -1465442.4443077894, -1349323.6008302253, -1264074.3030872375, -1141671.1745259236, -1025302.1968885615]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y211", "yaxis": "y2", "legendgroup": "y211", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5707040.16443517, 5608765.482070098, 5507952.253596251, 5404115.503728653, 5220791.671474228, 5255060.7352202535, 5104775.028119189, 4997734.288809779, 4924550.202081941, 4987693.591358323, 4906603.507709976, 4994512.070389457, 5096281.861901447, 5208616.497960852, 5287054.142645846, 5425221.239592543, 5526300.466538872, 5666045.343245723, 5712895.020335495, 5759954.633131269, 5774192.884843649, 5707040.16443517], "type": "scatter", "x": [11394868.276027769, 11510181.221391995, 11595415.755496366, 11715957.2369039, 11944821.08883829, 11796197.047772653, 11858511.688522846, 12017507.239510175, 12067210.265096426, 11958873.129137866, 11960890.309531514, 11883606.230564164, 11819774.87105821, 11726981.827549305, 11685900.51208364, 11578953.3856554, 11447057.857786724, 11333113.266682269, 11365058.148801517, 11290799.143769497, 11313098.608754277, 11394868.276027769]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y212", "yaxis": "y2", "legendgroup": "y212", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [996405.0755319871, 894920.1792024424, 969721.2076697287, 1035775.9481503699, 1109764.3207161, 1216007.839322981, 1128801.71169022, 1069909.8847910939, 996405.0755319871], "type": "scatter", "x": [11150568.983446194, 11033092.566735903, 11073631.28170805, 11136255.835735299, 11186251.154955802, 11225300.375735391, 11250521.062452257, 11193765.060831413, 11150568.983446194]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y213", "yaxis": "y2", "legendgroup": "y213", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1949183.4394649009, 1904841.3542625655, 1828181.099689023, 1739298.4028968383, 1703852.01455509, 1617627.7433211522, 1532447.0244265855, 1520663.7294811646, 1533320.2703570998, 1474025.1746441962, 1415804.9885033723, 1390110.4912522635, 1340821.6886495335, 1393318.849637699, 1449510.6922567328, 1410250.4680059124, 1474276.6476872095, 1458469.7683021212, 1482102.7092281743, 1526312.194911961, 1553518.2224842971, 1578253.7220848023, 1539709.3349631426, 1601162.577008072, 1647737.994797833, 1750128.246757695, 1714933.328683453, 1882253.0703000233, 1979166.7783328013, 1979042.4233524187, 1948506.3969660487, 1976359.1194697334, 1949183.4394649009], "type": "scatter", "x": [11386230.268185992, 11378808.968860028, 11423706.911253449, 11413762.895562243, 11364327.796014836, 11362667.50718023, 11395700.561784213, 11446940.081626266, 11486615.938365333, 11611619.355537597, 11610234.374587603, 11644022.683515912, 11640236.616774924, 11560809.009064352, 11519106.406464117, 11499960.945954945, 11432129.505177708, 11349081.345273504, 11299400.18275563, 11298287.856562557, 11323808.395503722, 11292415.017907133, 11285679.13340669, 11230884.191387348, 11210113.678789621, 11190920.31336666, 11234045.72590286, 11216465.96105752, 11230138.993288497, 11286484.692817692, 11349179.579555545, 11372983.055686973, 11386230.268185992]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y214", "yaxis": "y2", "legendgroup": "y214", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1220946.1207475963, 1271846.0626697657, 1238739.9612814945, 1238894.714354807, 1194218.0519512815, 1148803.5473051274, 1116686.7569391192, 1166384.603359608, 1220946.1207475963], "type": "scatter", "x": [11462128.91327643, 11442175.541480144, 11502095.011793153, 11561840.51509141, 11564684.706555752, 11525699.575945215, 11469075.168491641, 11460981.358949497, 11462128.91327643]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y215", "yaxis": "y2", "legendgroup": "y215", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1300823.5680505359, 1181406.7068594238, 1209781.7910907972, 1173884.6013016591, 1107885.1763918614, 1083923.3245261055, 1159144.3695886403, 1164698.9000711087, 1229452.0132753279, 1220918.4862686144, 1261411.2854077094, 1343076.6602926725, 1340719.441159508, 1300823.5680505359], "type": "scatter", "x": [11778626.966799406, 11818028.112508848, 11742590.447413003, 11748268.632888626, 11777777.147578215, 11735315.780285705, 11724141.506973302, 11695293.04037889, 11673879.28631232, 11730058.693587381, 11724446.111925615, 11657732.614138972, 11748106.853287213, 11778626.966799406]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y216", "yaxis": "y2", "legendgroup": "y216", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [927327.1381496665, 923930.8598710885, 998590.964240211, 1009973.614028141, 1045348.5406730367, 1135721.384996825, 1185352.9106597092, 1187384.044967602, 1209676.7800680124, 1200750.8430638022, 1254756.903834019, 1278669.0138675326, 1330193.475988604, 1323641.3453549724, 1295506.6964555616, 1259496.2163155964, 1234224.487638517, 1221741.9937413898, 1173204.793085587, 1117272.6078391413, 1055150.500272327, 970296.0051095262, 977243.3166277178, 1054545.3045507043, 1092186.031680752, 1173152.2875729739, 1216629.615107181, 1267040.4277743886, 1300782.11634978, 1225627.4014567987, 1223891.9561951673, 1164251.221493403, 1128840.3999590457, 1127900.827717691, 1138891.05968222, 1090994.985907085, 1077777.418226685, 1111187.496208529, 1138120.0577289222, 1144569.9450888894, 1146056.6800658891, 1114467.70849685, 1063979.7258360262, 1055943.6106513387, 1003352.388169342, 917666.1221408049, 920081.376099221, 894870.4371357266, 855529.9925855878, 785849.6671848086, 730779.6971729756, 728245.6164960691, 676071.7434944543, 638839.8277714998, 617420.3533852688, 636698.1566814926, 644416.4629445574, 615673.8551448076, 603907.0995526051, 578593.9284073432, 488317.6030060902, 444516.98748275015, 440642.63635593496, 390417.00538177526, 203375.89924240005, 185720.23851374243, 111891.99545375681, 23848.57964180879, -8389.791301014118, -25186.02124570613, -132385.65007493208, -62205.15511341719, -100644.70033181463, -165961.52796013176, -228636.49811798168, -287840.57634131383, -254878.18666014887, -311445.9355422619, -307278.65840561857, -395791.84134990175, -515609.32512871333, -546460.5032262853, -550749.3726312382, -584485.5300097672, -720662.6519808162, -785371.5241701285, -962182.4516788385, -1032009.2986302839, -1180826.3161010512, -1301732.6753469184, -1394451.7949377594, -1396540.9584240878, -1475227.2043773886, -1675620.8466545856, -1840469.9829671395, -1910987.1619384517, -1953184.8326889873, -2096160.4004982403, -2235779.510938101, -2346242.319487456, -2392591.5690090996, -2456698.512108798, -2456444.274412442, -2497542.1772074737, -2545122.618815503, -2576365.4283432933, -2661520.2349980287, -2767590.1342631457, -2847435.8751124726, -2906497.523233461, -3014539.3097513192, -3066731.188843084, -3125597.4716526307, -3313878.353799595, -3398742.1473926893, -3448772.9337164164, -3550516.9749478973, -3611664.2153491047, -3678851.527375971, -3738258.848658278, -3716886.2366248546, -3728340.494456894, -3682447.6189577254, -3685877.9345880635, -3626748.6161228917, -3682558.0969888153, -3774092.687642443, -3847726.6400757832, -3894248.93939749, -3946377.2858066936, -4083100.255859766, -4140218.8110508397, -4162387.9239585516, -4151667.2466979073, -4215126.777640088, -4294687.999815689, -4348237.413991949, -4385571.384327551, -4400210.022525207, -4361585.836372925, -4389342.382403033, -4494635.638078541, -4526491.162003394, -4493120.306711681, -4548081.523377458, -4580897.472860639, -4646566.6118823625, -4752608.742396326, -4808941.633228561, -4809240.474641135, -4863066.663213036, -4941724.561124274, -5018352.412030581, -5039492.432774824, -5133093.6847240785, -5191794.479975669, -5313409.4872116335, -5354208.735435454, -5402559.216210889, -5509435.131817642, -5568788.879139249, -5563613.287503049, -5562845.840960033, -5588025.148018619, -5624952.567799491, -5720124.433997344, -5722482.901998431, -5689417.920710856, -5618402.118020026, -5559855.18947152], "type": "scatter", "x": [-7282002.497924359, -7233527.297670161, -7159158.041905275, -7119820.463071312, -7117005.983465908, -7094557.298252116, -7037662.8219393175, -6978335.311123072, -6969484.747363418, -6896536.6323237205, -6819251.0700525055, -6781130.69593241, -6732282.460063414, -6699483.25309815, -6676717.430454992, -6697244.123673154, -6701486.484491865, -6757386.268671614, -6729645.455932257, -6733962.916353123, -6778772.866779548, -6747388.246680484, -6706488.467689696, -6681537.018124778, -6708722.199384833, -6708953.832088387, -6589406.940423724, -6599341.836362395, -6564294.587040337, -6535242.055874616, -6469479.20861004, -6411834.597292013, -6410070.052007752, -6325721.084860034, -6224725.502608128, -6173320.539088895, -6102049.710361319, -6047680.038289731, -6045257.887516134, -5928513.001936892, -5815810.709689183, -5897164.848719305, -5867409.579317684, -5792556.399128528, -5723504.56428416, -5711928.401261003, -5662772.359482783, -5626822.996977563, -5566396.852528975, -5510441.939937689, -5509512.722026881, -5474077.177316306, -5425079.817681908, -5388883.472962727, -5276463.216410862, -5265819.183783056, -5189374.838814453, -5088713.856992699, -5056976.734231614, -4988134.835842626, -4890252.77433436, -4875523.658129879, -4841829.270380312, -4821040.873338884, -4770786.959890517, -4720451.594174941, -4718492.095976185, -4789888.774502365, -4760517.439250214, -4593500.043748077, -4589634.158657684, -4518244.723508314, -4399196.869057492, -4241867.81924133, -4195192.152506869, -4210000.640740242, -4100576.4856760656, -3916129.6327186776, -3775106.247877231, -3634404.1545905205, -3512113.037584831, -3438954.5105467136, -3358214.901192459, -3323503.393004059, -3289216.869930572, -3272374.346939889, -3306158.8628258943, -3352343.738235328, -3480737.289864284, -3536639.29941456, -3602699.247199141, -3626059.9452768345, -3649078.767271696, -3633331.907036818, -3650828.431074385, -3656856.347375098, -3683917.717788606, -3692130.0500360923, -3777833.980029044, -3786700.783558981, -3858525.1809792384, -3875829.513840853, -3976131.9955360913, -4118303.7928452897, -4179598.6709799524, -4280276.975154652, -4381283.567444805, -4449039.983141024, -4454245.438025706, -4432717.218757669, -4437569.915890007, -4452026.351589859, -4508291.247763202, -4583297.531588975, -4650079.696145067, -4703540.652624804, -4727987.716327035, -4776893.995082837, -4803793.989320292, -4893710.961570393, -4963478.526824372, -5009564.037305807, -5100703.691374025, -5160584.506959443, -5226312.183139251, -5221706.990767652, -5090732.4421398, -5088255.19560845, -5023494.571694652, -5017336.292278688, -5072762.97395786, -5189882.209959862, -5360258.830054205, -5459055.314524756, -5424892.1950678835, -5422338.909914805, -5392181.163676196, -5434117.977988611, -5518795.528852794, -5612856.24182781, -5638498.326387064, -5596118.055185629, -5528702.738813005, -5491258.60119797, -5449774.033424059, -5519144.407348262, -5568085.7320486, -5547850.913604324, -5550199.329790301, -5630073.538928342, -5678892.46545317, -5677059.927964066, -5569033.552814274, -5482094.049884412, -5479202.478044392, -5556609.9990504095, -5565755.093388961, -5625010.205407334, -5639568.369530058, -5570262.918064308, -5492086.161821474, -5528209.054634076, -5600262.208922357, -5628378.088843439, -5684935.322142605, -5655598.138277061, -5688258.383093814, -5793246.912830907, -5917222.813980354, -6043881.047969318]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y217", "yaxis": "y2", "legendgroup": "y217", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [772596.1752057537, 715627.718742079, 625171.821035936, 597092.4402138016, 499249.7939787364, 437177.2751996373, 411725.9379119627, 355616.9278638164, 288407.14953148895, 281236.0059960429, 242498.01281165236, 188920.30976520377, 180895.26060363973, 147692.44830950574, 105127.07770758332, 82184.94232105598, 38539.063069995034, -30342.61306054469, -96969.31608556934, -113096.79158303671, -210165.6209636108, -240314.82335764685, -287182.87608823035, -237518.2154309197, -284225.98839032487, -364155.9099827193, -431700.0587212467, -506606.01949662354, -608615.9458863374, -656346.1951150985, -699643.8765024577, -769448.5424250021, -848217.843411033, -896959.5372773799, -1109916.2436612789, -1307242.9879339042, -1447598.324155306, -1478416.2140057518, -1566768.8248299395, -1632693.8585131946, -1749663.925472764, -1857056.0660082854, -1900933.7946810182, -1962348.400560467, -2112989.9485615045, -2288059.546959541, -2527171.5576088973, -2749292.1561428113, -2956170.770463065, -3086767.413183058, -3218793.460149977, -3307050.4747122945, -3467335.8634324586, -3626709.939325122, -3797682.7189477026, -3970083.789528082, -3973551.0989716267, -4093648.5941205714, -4197531.327448422, -4270208.8966746675, -4466767.401091992, -4618019.028934517, -4632886.878606003, -4500937.196810363, -4529066.088816752, -4747722.667829463, -4710651.210607616, -4885329.341549221, -4977947.408568648, -5008458.334779384, -5089166.446299124, -5189344.479622743, -5366007.60701209, -5434601.478199732, -5494877.426526788, -5559855.18947152], "type": "scatter", "x": [-7338800.204295252, -7302965.622067117, -7291497.731007053, -7312716.860522314, -7294702.0495189205, -7314405.983977125, -7280347.619876632, -7317985.962780756, -7359345.020257588, -7406346.883531487, -7429285.021379826, -7426034.301994555, -7461399.633377275, -7449041.101261487, -7514452.425238807, -7566399.652578582, -7560053.40516513, -7595831.883514705, -7612832.990617836, -7645773.65184743, -7628476.514805115, -7647086.111928449, -7589529.750979441, -7554469.01707072, -7533077.785618805, -7581371.361918097, -7654676.642359614, -7681644.199959039, -7632322.335500574, -7661026.811203425, -7592130.994280033, -7515995.151046335, -7482827.194676678, -7441995.373100055, -7341599.034839173, -7236091.100610005, -7146072.847688617, -7158963.117006607, -7112656.146964755, -7034570.132854878, -6855951.038055574, -6660471.178885505, -6647991.093387131, -6548433.766894016, -6513619.793614344, -6488519.36712335, -6490516.389872802, -6491024.494810259, -6475800.120920633, -6506646.679341253, -6471133.884447414, -6480667.1821081275, -6426101.285711489, -6428053.769354507, -6448354.356644245, -6458064.40361913, -6494317.974373848, -6453847.39441134, -6398641.80679849, -6416934.539255021, -6383865.228311599, -6359634.291543187, -6300572.867825112, -6318352.828682025, -6251307.357820628, -6221423.382296084, -6328948.915990241, -6295137.223269947, -6340879.765016429, -6202353.8354755305, -6259983.378990056, -6255977.128101389, -6172515.879562922, -6101929.200305307, -6098411.824815258, -6043881.047969318]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y218", "yaxis": "y2", "legendgroup": "y218", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5618650.238156292, -5640083.110564454, -5708138.674245443, -5744614.602511318, -5698012.699890964, -5628224.390918155, -5586016.108784715, -5598083.384751085, -5645451.0818266, -5721826.341087236, -5782719.19406498, -5808034.8827886, -5858560.590332035, -5863607.962927999, -5827937.010672621, -5868773.813518969, -5900076.120865038, -5896870.808527159, -5888714.4432388805, -5858404.141181554, -5843806.771627137, -5787289.816936683, -5732753.929201543, -5618650.238156292], "type": "scatter", "x": [-5994165.131023883, -5918197.724796553, -5774819.27102501, -5652598.919841077, -5632444.465470892, -5637165.662322931, -5581176.896744396, -5518850.202055198, -5468034.719951519, -5395502.276820784, -5266105.6540601505, -5144514.212563757, -5158517.068011482, -5231132.7163472595, -5286899.735122207, -5295056.320449877, -5348457.676737806, -5388478.2465099245, -5438695.713926966, -5509688.897161002, -5598984.736124555, -5724723.779625669, -5831232.179706363, -5994165.131023883]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y219", "yaxis": "y2", "legendgroup": "y219", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8144665.0434860615, 8157452.145988808, 8158297.143894877, 8139348.31072475, 8156198.152891709, 8167687.368758932, 8152396.817327447, 8141662.172302685, 8132313.00211556, 8126907.023114905, 8115146.269378828, 8103208.740141905, 8120301.762856084, 8142520.250748892, 8144665.0434860615], "type": "scatter", "x": [2606548.535995975, 2711726.763462594, 2799196.381363874, 2823750.1624788884, 2845739.317652031, 2892376.2846265845, 2989053.7674925295, 2974203.2537860214, 2902526.7015945003, 2853733.5798212034, 2853432.4073174084, 2792755.389913045, 2718352.019451053, 2737289.84061033, 2606548.535995975]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y220", "yaxis": "y2", "legendgroup": "y220", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7602005.062422489, 7676204.732856397, 7714243.432274141, 7758181.915519718, 7811123.4196157865, 7826422.061857525, 7856539.750564961, 7867032.818440661, 7835039.146508169, 7809629.241347254, 7768808.582181442, 7729218.420066806, 7649383.471388395, 7566469.964548016, 7483726.993479499, 7411433.074767443, 7339302.0216357475, 7331542.537777552, 7343031.289690341, 7382153.926154626, 7405670.452672459, 7452804.690542871, 7471438.255084468, 7518563.12507926, 7591600.331175347, 7602005.062422489], "type": "scatter", "x": [3464061.6581848357, 3574756.776746649, 3534065.1923537427, 3647312.0971874115, 3817585.6434826106, 4013562.7070664805, 4096110.336767091, 4207800.355249107, 4277384.904746133, 4256315.155958498, 4066003.8234564704, 3901776.481915721, 3756384.1567648216, 3710202.5513689616, 3654108.69833362, 3706327.1420940445, 3872601.958567871, 3836910.6219478906, 3611060.0055926708, 3573766.717913452, 3441218.1795646073, 3408266.6216153563, 3466497.7683033305, 3439855.1504646176, 3529476.922039195, 3464061.6581848357]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y221", "yaxis": "y2", "legendgroup": "y221", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8106556.419971698, 8067119.008361417, 8058370.514115914, 8070744.660582849, 8090995.384262915, 8092274.630324979, 8125430.60763904, 8145253.573809565, 8128199.537856447, 8149406.499070167, 8131737.618308939, 8106556.419971698], "type": "scatter", "x": [1607257.6765763487, 1534085.5577129994, 1365157.4321402556, 1186970.5289188416, 1171030.2535324574, 1086255.7446830282, 1014039.5207809272, 1188755.7915376986, 1278274.0774935507, 1330587.2746898378, 1483570.1710405026, 1607257.6765763487]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y222", "yaxis": "y2", "legendgroup": "y222", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7939871.574356044, 7907515.140231126, 7925927.992697924, 7946249.095858318, 7971198.459579751, 7986704.829076906, 7957560.046196745, 7939871.574356044], "type": "scatter", "x": [1504000.997841385, 1377253.7378414492, 1264435.0257412256, 1301039.454764391, 1257707.3118356052, 1378375.2457527528, 1411004.9531584454, 1504000.997841385]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y223", "yaxis": "y2", "legendgroup": "y223", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8078673.241837783, 8103637.655536508, 8106156.346077756, 8080691.447493104, 8025025.349666226, 7994993.44352697, 7937732.748651507, 7922835.2526303865, 7856510.488005801, 7853357.0292913215, 7902369.495180715, 7930559.486724191, 7953292.083031525, 8018436.992100225, 8077059.996828251, 8103229.345729738, 8077649.921297893, 8078673.241837783], "type": "scatter", "x": [893727.5078973742, 910903.7516543879, 996485.1411999357, 1076725.4852172486, 1286876.92133546, 1144024.4048069415, 1124159.5443052894, 1074068.7900334483, 1059016.840133579, 985075.7220097684, 843669.4036322263, 894094.6863020521, 798942.2578168781, 671311.10430165, 616662.9115106219, 772967.2868126715, 809853.8281569396, 893727.5078973742]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y224", "yaxis": "y2", "legendgroup": "y224", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [772596.1752057537, 803450.0620563765, 861181.2431869705, 889752.5312197983, 897081.1956672522, 932420.1739538615, 962149.356959673, 955334.6916016708, 918130.3814806844, 891264.1373285603, 887530.7189686198, 865273.9093484693, 807222.1675236247, 793556.9211704369, 777708.5521692195, 772250.7443320757, 836141.6442421357, 817958.1602410101, 824236.7126482811, 867269.1186694951, 874373.943128205, 886884.0721234818, 886803.9321299818, 886723.7921365084, 863510.8296569862, 879685.290059889, 903415.018984284, 925865.2738549623, 944432.8856374183, 968063.1381426945, 993669.2603772616, 1014690.8231108256, 1028400.2992142173, 1059685.3230947368, 1078794.3667329892, 1047700.2371468205, 1022143.8479576285, 1051823.3055621607, 1062390.7415365789, 1083945.4321031866, 1116507.1328427203, 1150196.3250668426, 1157732.2476672227, 1165270.9338096327, 1185930.4712997582, 1219619.665754241, 1262768.1381002893, 1298820.0691649297, 1332434.6306537664, 1380739.6521114686, 1397278.864564129, 1381179.0397595544, 1388737.059581863, 1422196.831633086, 1426847.7053991095, 1431495.8153632663, 1406312.5613927061, 1407909.8316125968, 1418156.6783780053, 1439415.8401746165, 1446056.3904898711, 1469020.5844847895, 1487676.5665650296, 1489608.2105789753, 1510825.891663043, 1554955.2087050546, 1670099.5988670401, 1704833.028660549, 1732724.2265228806, 1724953.4894668658, 1684715.3299978354, 1674172.8809367532, 1702359.7677404266, 1722706.8290294877, 1771768.5937914012, 1786754.6275670894, 1836476.900350182, 1887594.7801406868, 1916157.612643781, 1922538.382407079, 1956393.2529077623, 2005192.9173776614, 2065894.9831242498, 2133343.028973007, 2185467.1971449293, 2195907.7116487585, 2226408.524010949, 2254151.3780184756, 2291138.159469465, 2339165.069776895, 2381725.61630387, 2435701.820438767, 2542016.6275715576, 2625555.8586985567, 2692226.0216439543, 2735890.6262555458, 2762014.046098432, 2828109.988006554, 2853053.579924017, 2905022.000876916, 2979645.6370847085, 2988347.5718114576, 3044680.812492704, 3096711.1306910566, 3130130.1286527077, 3210816.2825844465, 3292739.6725436454, 3333831.3194217575, 3376266.130493853, 3371605.5613356237, 3401077.9749735463, 3357637.594777717, 3306298.645877279, 3225960.958318165, 3181858.780988089, 3108177.693244447, 3082995.1107697976, 3075359.217882077, 3038620.4053079467, 3040107.1779295574, 2971126.1365593695, 2943918.2032809397, 2906052.702475825, 2851624.991484733, 2752143.8581335186, 2705307.219221188, 2655189.600056828, 2598784.639057445, 2595250.3116208077, 2546656.36967731, 2498901.8507700367, 2479748.4880821505, 2440463.266623833, 2440977.270440726, 2505992.801608748, 2566953.442366626, 2618658.590297707, 2645822.0126964645, 2724075.0890167183, 2782025.194024249, 2815172.628662112, 2862893.4453667887, 2849127.035254734, 2876997.0224739467, 2902880.464118191, 2964977.645593302, 2973049.444822658, 2966983.8471781705, 3006931.5951343947, 3055179.518252616, 3131481.619237232, 3161098.9072775044, 3227898.636236547, 3298044.389744183, 3383555.494129556, 3479790.0847757393, 3534436.4476377494, 3595930.429432674, 3608727.0800927426, 3639399.8546959395, 3644768.8801135886, 3673684.3645905117, 3684226.3748062886, 3701484.9381332835, 3760079.5350180347, 3867387.119550017, 4015727.9493176704, 4040420.183984608, 4075623.18948106, 4164860.293512275, 4251584.157482833, 4309623.377107357, 4397585.164369473, 4488456.48909989, 4569528.379522768, 4669039.892285837, 4764665.237175876, 4860075.402117102, 5000665.694350242, 5090027.15530609, 5138421.063266719, 5158753.77062226, 5123373.852528481, 5024846.070036212, 5052432.291394536, 5137959.8823078, 5223243.610063502, 5223507.157517354, 5325299.557606966, 5369951.846125749, 5412672.951231578, 5503760.229785685, 5566704.036056246, 5610260.117214444, 5692490.22286783, 5766252.307573922, 5818427.669669242, 5856432.829989527, 5888586.952014113, 5976243.438481934, 6057135.343113394, 6151050.249014101, 6157460.044492752, 6159888.000325822, 6188385.135556323, 6290697.886895032, 6309328.227299571, 6344306.153717009, 6335957.673171482, 6380878.0815081755, 6422401.738174237, 6401788.164040261, 6333915.522284593, 6327630.307690227, 6307183.327190315, 6274030.807287066, 6253125.384173071, 6311041.886018418, 6406934.470683206, 6436886.570597842, 6461249.030860357, 6407070.403072408, 6342075.521145906, 6272266.962591695, 6224424.688658545, 6153361.361279719, 6111801.251911121, 6081447.129669116, 6037280.897846151, 5985624.935225307, 5938525.881702006, 5895528.215559494, 5903270.515579094, 5875178.323041478, 5840810.800880232, 5806994.311192716, 5778074.216610448, 5795098.760394063, 5842350.635120725, 5873495.355864029, 5928560.311905893, 5939922.372732703, 5981060.420215259, 6040945.125777998, 6060931.712431098, 6096105.576557902, 6171392.523268273, 6229768.579413843, 6199837.499593866, 6216828.774339664, 6180883.5124145085, 6231002.295699354, 6195561.126770587, 6244780.285842914, 6205277.00681963, 6205358.71210453, 6264067.603511254, 6300112.499143531, 6335031.530161111, 6316247.500206186, 6362209.02359421, 6385649.140769894, 6440804.087359753, 6482147.328793104, 6537721.130904365, 6591424.139466076, 6640606.950612422, 6647591.587014501, 6632293.034926705, 6678369.4145574765, 6670156.591458523, 6699711.223561857, 6743068.904084633, 6760110.092130227, 6796548.545442436, 6795476.589148589, 6774920.494888725, 6754036.44509945, 6774893.643023163, 6764286.808453225, 6786933.625216559, 6824822.141864978, 6879318.829684063, 6918366.33503269, 6963749.796739078, 6963749.796739078, 6917331.272990396, 6920955.908861086, 6978469.959227618, 7013651.303951562, 7059625.048400062, 7098644.617702126, 7127450.714349841, 7174989.30341926, 7177927.868081372, 7218996.251830869, 7262644.186468289, 7304992.839984844, 7315145.20783219, 7354419.171402192, 7348513.110116166, 7395417.889517466, 7376977.989773312, 7337175.016737555, 7354273.290273269, 7348978.479068037, 7328644.532577085, 7313577.199584042, 7322444.237495358, 7294386.821096191, 7286016.252795007, 7274424.916744686, 7288911.067440129, 7262099.2127527585, 7249578.9316928275, 7227971.1242515845, 7184655.72926277, 7176344.265032865, 7213960.868466005, 7242003.621679975, 7231053.881716097, 7270366.370897629, 7292577.368441103, 7255597.927022565, 7276465.149573933, 7318351.2047406025, 7308889.439383514, 7228829.507494829, 7289435.59776884, 7221564.920904791, 7236290.929148926, 7262417.8888201555, 7257254.99224103, 7219602.500168369, 7186578.229856863, 7171231.551762234, 7177059.028633997, 7131090.705492983, 7085840.956946786, 7066210.325951738, 7077010.473031588, 7093007.679359183, 7038054.850226325, 7084442.314599654, 7123152.988539683, 7154247.720258098, 7158421.034476228, 7167476.661609046, 7145835.846314312, 7096384.6402801685, 7103662.4807787435, 7062425.598245924, 7076967.905375111, 7074773.0145401945, 7131548.818884697, 7147418.588699265, 7116575.029440188, 7029954.8266967675, 7103018.912568513, 7100566.763414633, 7191788.025154634, 7247225.940430833, 7283322.880136116, 7381114.052699792, 7444593.623446713, 7430617.439857392, 7391990.932209456, 7292361.214947521, 7248503.174337169, 7230365.069710707, 7138006.609702235, 7208884.890944931, 7150723.743116177, 7083166.321894285, 7021240.359885897, 7087562.949810719, 7166080.39150971, 7264791.351582585, 7257936.659456879, 7244765.710777368, 7200175.932989555, 7155311.1650458835, 7106834.795200099, 7057866.534720667, 7013134.335232806, 6948430.3409173945, 6934095.128987634, 6962048.881214499, 6915378.794859665, 6836482.534264808, 6795325.532068984, 6731330.636959612, 6725044.841900262, 6684868.471462452, 6622793.016577848, 6610803.795686737, 6532868.596617615, 6423764.450908131, 6346827.197724621, 6232720.150795537, 6216270.023300336, 6123521.084355299, 6047974.54371009, 6067684.635384086, 6024465.188174786, 5986427.417402158, 5939024.270525705, 5911347.4289520355, 5868914.600506207, 5863091.881423656, 5853344.9598213695, 5765715.132864385, 5663503.799690044, 5549106.723579091, 5451590.602756065, 5485072.489875846, 5590493.958847171, 5751428.677111048, 5804766.427542125, 5852147.748434129, 5922772.590524211, 5992698.412571544, 6059503.9896863215, 6144009.735495679, 6218487.044575985, 6321598.109328383, 6410060.5663097715, 6561293.659169129, 6583497.646249577, 6557321.193032618, 6547950.820826305, 6573235.593320602, 6540621.275714881, 6484602.393105601, 6446954.23607972, 6439591.288804226, 6357687.477913662, 6233563.712816266, 6218140.0986769665, 6159872.634720487, 6214807.986669784, 6323371.064016734, 6368864.862536072, 6281343.12756685, 6155415.962332669, 6036026.615700025, 5973181.61714069, 5916543.727491466, 5858972.629587701, 5832857.066160469, 5800592.359610883, 5714744.671485337, 5701230.91664825, 5662824.245659847, 5547957.432925921, 5509392.751590946, 5473329.148114353, 5436754.446302471, 5351997.897788386, 5335217.591330532, 5356980.164005929, 5357722.346532109, 5350571.923439134, 5276317.142258751, 5230343.435188106, 5092605.79992911, 4996163.765650529, 5013354.468344945, 5150455.3288598675, 5237059.899533764, 5247407.670009886, 5196489.79298128, 5126589.991879126, 5014075.848618035, 4935093.586561496, 4882709.979949442, 4897897.975274653, 5015640.1368160825, 4939721.09233839, 4901741.451573029, 4832956.1761438195, 4770374.641958313, 4727770.095380811, 4651829.144509957, 4659577.245286767, 4748791.949532791, 4835771.69252017, 4832331.685877994, 4819530.231064932, 4785059.395835169, 4734057.121490183, 4697682.20470759, 4666473.416195571, 4603790.719125153, 4580023.748645744, 4523948.975735592, 4467845.696212425, 4465199.344112043, 4503844.366821549, 4480323.114546994, 4450068.589803067, 4432882.654497073, 4434944.592669889, 4416452.8759471085, 4411152.361017772, 4405919.8401065245, 4375211.825763841, 4395193.035468901, 4375095.775578828, 4343259.848458844, 4343048.667066481, 4356075.44778471, 4326645.569018234, 4321775.265592959, 4245447.964749169, 4163570.5260208137, 4190903.790492569, 4196442.87086809, 4223038.12313427, 4165748.5425168364, 4146804.9538551983, 4106562.892358879, 4065160.7060659085, 3980016.9115295582, 3984250.012984793, 4056799.2718274514, 4097518.9639549037, 4185967.6499115615, 4139946.942090817, 4072380.26056681, 4089079.346475442, 4054763.125196416, 3953294.114246177, 3945917.252213949, 3908993.186271885, 3802159.6821867055, 3722859.2829177403, 3691165.048759068, 3628460.9975640946, 3621604.6160633084, 3582318.9996628016, 3546432.776448413, 3477011.8906842875, 3426086.442130689, 3362666.4617614676, 3286652.667994369, 3212357.4425935918, 3120841.1087228768, 3045127.609059335, 2998909.3449375276, 2874851.3185213306, 2802746.4706788976, 2761146.854154692, 2695845.6613951297, 2682352.9129925477, 2695320.8599122846, 2742240.4996368974, 2766838.608341874, 2858809.3870396204, 2940627.0421707286, 2982465.259731484, 3053455.0593800154, 3112283.8257260164, 3201769.5220936653, 3218185.6020688517, 3169633.8492842796, 3174979.1757069337, 3224883.5494384803, 3251350.1306456006, 3237904.9762343075, 3249735.8180888295, 3242360.9476866187, 3225673.4858183395, 3197236.999171634, 3153854.8232311145, 3132722.49258178, 3118659.8923067646, 3134440.356078509, 3114148.1865640422, 3117475.2731015785, 3174003.599914622, 3160664.441786288, 3185422.8398419013, 3177921.9566632453, 3152931.653967781, 3073631.961240052, 3027516.6519068973, 2976451.1641265894, 2928324.8154508397, 2854531.9069557902, 2803199.645499828, 2766838.608341874, 2672957.527001442, 2595977.073576993, 2452688.806705065, 2400456.5016135233, 2342110.958335558, 2289952.615376034, 2207000.419199223, 2127371.149082132, 2066350.954461542, 2013690.5258400706, 1985315.4425437995, 1940572.5662394427, 1970461.9321614509, 1981264.2324905484, 2000489.527916162, 2018830.5452938138, 2062471.053486819, 2124856.3835601164, 2214710.600264264, 2245976.921433042, 2273985.073167172, 2298793.06989255, 2295067.864684904, 2304126.6341298423, 2281449.305890371, 2229934.759246972, 2166354.8286750396, 2101234.199917146, 2082608.4174551025, 2036375.713164748, 1952919.6091706194, 1980388.2206392698, 1978605.799207219, 1962914.972651247, 1962423.0801383054, 1933332.3615883775, 1887072.491851041, 1870530.6051422707, 1832265.4410024951, 1822038.0080514073, 1767996.524223547, 1739621.7230520279, 1736219.9529002989, 1699173.5444198651, 1679826.8393334416, 1695763.4840232045, 1681283.1618997338, 1677931.1328885667, 1696733.4444824066, 1698267.142634479, 1689548.552060297, 1694859.8456420705, 1685209.982235594, 1688003.800145334, 1699834.0018159756, 1711807.900705934, 1706272.770483133, 1699010.5026355821, 1701514.1612084333, 1710793.7255771908, 1695959.686851541, 1693599.7260569164, 1673609.143130986, 1649633.702019739, 1633252.1365172667, 1603832.0517882695, 1593568.6662797749, 1569692.604717981, 1530556.8338060225, 1494126.4333964624, 1451091.380673122, 1403963.6345282318, 1376395.5174892151, 1328245.2465530182, 1317738.624193945, 1271992.5253757325, 1243747.328534083, 1216397.4854811856, 1187491.8194410452, 1169921.8168269151, 1153476.5377878028, 1111812.035359754, 1068768.7864576015, 1023119.345861189], "type": "scatter", "x": [-7338800.204295252, -7368886.07183176, -7386461.975102813, -7361848.814368197, -7385354.350572435, -7401187.917099085, -7446560.759066582, -7488099.068113858, -7509080.1811630465, -7548441.796939213, -7569169.096982325, -7579479.259101329, -7537241.497778577, -7563570.36332678, -7577882.973357873, -7621961.170259898, -7635379.846742022, -7648486.7159406915, -7679264.221915751, -7696220.8593122605, -7734495.885564929, -7758309.205756178, -7778517.24506076, -7798727.738022806, -7802792.437133345, -7812802.000213869, -7862690.436692042, -7880629.394475509, -7868794.5497719925, -7870921.370617335, -7895572.27459188, -7931382.997639826, -7962958.34846707, -7967243.378041342, -7990721.79080538, -7986602.648174815, -8006913.632574731, -8026616.991297196, -8056180.503692453, -8067670.308432121, -8065015.991927724, -8050312.233939563, -8063066.66905053, -8075815.399898, -8052835.533264904, -8082911.46139008, -8123566.718941572, -8141417.530597429, -8178253.117934358, -8221166.3134469455, -8209314.985188978, -8195236.292580115, -8187480.792515601, -8200726.222609565, -8214541.633985721, -8228354.129134801, -8241017.657107861, -8295173.925047337, -8327991.873980314, -8364799.796069278, -8416251.505729778, -8440601.341611452, -8486850.614780635, -8545086.32770785, -8585790.173520831, -8631583.38848743, -8724565.552935429, -8768612.143735066, -8841451.465755641, -8894571.87216612, -8974542.302990912, -9022925.042734, -9085424.321827069, -9152852.04772708, -9233729.561406493, -9301687.874765866, -9400477.19859689, -9471234.326662656, -9490636.728920303, -9541817.346947739, -9632044.657859692, -9663476.488687562, -9754076.605704922, -9790132.001394179, -9804088.531454813, -9771517.158488264, -9776256.744366976, -9750570.626113143, -9744223.425455993, -9767672.769888997, -9768999.872646326, -9790857.83343746, -9853269.319204831, -9929933.09446708, -9961131.538916161, -10030658.161436677, -10041792.488593778, -10012785.758645356, -10053612.018201444, -10095012.19616027, -10098829.875394937, -10145643.119851679, -10183466.740468195, -10211629.978451181, -10206016.668957306, -10230892.35202633, -10237451.939794512, -10222851.499174373, -10274161.539037226, -10305843.225896658, -10347376.860281868, -10376487.7620676, -10378470.404116632, -10395264.7506484, -10377729.04206775, -10332130.265408974, -10324354.85844852, -10312675.8281676, -10310928.397302477, -10294319.789184922, -10294641.65765601, -10274019.907311928, -10264224.355791492, -10220144.590667328, -10212892.719200116, -10195943.133613158, -10181007.922008565, -10187385.380317144, -10143690.1345369, -10116151.252872087, -10091620.915664094, -10097357.090484586, -10143263.455486773, -10159530.743066423, -10172025.348017158, -10220757.196708832, -10276868.956342814, -10318336.202784158, -10298490.652280055, -10299300.049386354, -10335216.314258108, -10386596.064594338, -10402078.401393758, -10418254.120414007, -10468118.824611088, -10505686.460406674, -10496860.599639509, -10460885.053372897, -10416217.740463462, -10399426.002937315, -10447423.794101857, -10491863.332599971, -10504655.126923127, -10515662.49473513, -10528772.998270102, -10531523.755357876, -10526745.391242977, -10561863.085065544, -10598764.733113922, -10596739.420982406, -10644816.98917243, -10665444.815421212, -10744193.761657003, -10760034.132266903, -10747023.567199988, -10788117.609854193, -10795965.006332276, -10781493.45142992, -10803891.268337501, -10828922.714553766, -10797613.480728088, -10813986.064814735, -10748049.132532077, -10701052.377448544, -10682623.604519233, -10591610.322025968, -10524911.714690732, -10457575.198524434, -10386891.412407486, -10357074.887099063, -10350197.5175673, -10326928.636784026, -10229717.270240953, -10247095.986421395, -10209367.106078077, -10168933.44801223, -10141906.052234154, -10152813.248265885, -10243307.32798287, -10270413.993157405, -10387408.278987886, -10364667.153259754, -10304845.59831028, -10373646.717226682, -10321624.611932086, -10357018.58256476, -10314711.394526314, -10325622.214789167, -10367115.922962293, -10311953.927679153, -10338981.724697012, -10293360.758118298, -10361002.897418898, -10480658.09595184, -10542901.664558526, -10598908.932982553, -10652489.498042572, -10748533.272673253, -10861668.203363083, -10962067.638723787, -11006254.766707942, -11111908.524702156, -11170134.968433814, -11218645.78938797, -11328237.121258551, -11430888.51737902, -11537760.677828366, -11485263.5419314, -11344950.647181569, -11231920.58708918, -11225038.286575224, -11381222.391220069, -11505199.149018457, -11691725.608205913, -11688654.935632017, -11838145.99762322, -11965708.495981338, -12075675.539811864, -12142308.57167723, -12318891.010989103, -12393665.104644714, -12530835.26597643, -12576504.758300392, -12679666.01422236, -12796050.875187106, -12897534.15718602, -13064044.874801207, -13058355.389578402, -12921431.472202487, -12810998.74814189, -12668120.546666298, -12558810.456989583, -12476009.524133028, -12303404.769101953, -12264375.399963288, -12168965.385110466, -12072846.91756737, -11968944.278780272, -12090461.996699912, -12096001.033849046, -12177791.942459429, -12171033.523283003, -12231847.015902108, -12204307.540464344, -12325775.428781359, -12372576.168553747, -12311277.702574167, -12255497.878557505, -12263051.013184022, -12383540.97163559, -12392148.70154149, -12415174.339950845, -12347990.806036899, -12354188.11736552, -12255881.6199389, -12128001.773836244, -12039374.21001682, -11971308.503694864, -11940473.460065935, -11823320.650298292, -11780757.13283526, -11688059.188073136, -11646649.094526494, -11665363.193773752, -11565284.845778657, -11610843.771606764, -11713787.460507575, -11762732.682901533, -11792658.697710812, -11908545.782040577, -11984293.458895521, -11963952.971215425, -11980759.041904494, -11827558.694828408, -11607902.460950658, -11549875.346820373, -11622011.437780393, -11467435.805832583, -11447999.276253588, -11486665.798778884, -11472946.40070357, -11484964.072055198, -11539132.59985524, -11431813.779102445, -11305577.191929702, -11159809.478742134, -11080109.328521078, -10948633.393847762, -10867856.880919648, -10682348.326705026, -10629241.059763363, -10457203.472191364, -10383012.949916147, -10391594.855168885, -10337368.62837028, -10231318.240517635, -10263895.126464685, -10181565.773982262, -10100526.127267867, -9996169.306915829, -9876970.949850842, -9839940.445522003, -9730803.02004813, -9662350.404100636, -9604271.910980674, -9503981.803111099, -9449010.331324622, -9387307.497625982, -9282077.44534097, -9165711.104131594, -9077385.045767346, -8928877.266589165, -8791645.443580005, -8788143.001410766, -8713275.40135231, -8649358.118661163, -8613727.4831166, -8590051.300597839, -8431459.5721985, -8497880.910141869, -8397780.559152408, -8343352.062829722, -8266606.966856984, -8202769.888344738, -8076959.534620447, -7998047.5727785, -7924771.507473349, -7877501.530585426, -8019561.620722321, -7912783.738172029, -7714434.401181967, -7640134.505761083, -7616793.31648539, -7498344.36739838, -7533257.959373771, -7459457.432693584, -7371635.545681744, -7308122.029827711, -7272369.78645554, -7247406.9009449445, -7163407.746161301, -7076431.179869551, -6955820.779884032, -6856090.330501879, -6816199.5152716, -6741299.243410777, -6659940.740350305, -6731104.672760197, -6627362.973046362, -6573518.804288753, -6467606.594763487, -6494325.13838177, -6542568.4657371, -6450414.287876669, -6313876.34719061, -6239018.062844047, -6205839.9274653075, -6199263.772822299, -6295848.433808476, -6183775.589318683, -6257384.781321399, -6109788.303606675, -6072729.632040944, -6144576.250180993, -6122983.69706362, -6001399.481293284, -5892746.654014384, -5814281.529211448, -5722835.873024766, -5631982.688830456, -5572631.657729683, -5600379.65310137, -5685987.308600407, -5670963.471118734, -5710475.637112271, -5892632.043389648, -6000959.643754687, -6054436.022397315, -6108507.462458983, -6232605.814501391, -6282306.3792322595, -6410663.235814203, -6518827.475930976, -6604657.835959794, -6653229.913647312, -6747002.613012687, -6892286.0047022095, -7049658.696602732, -7132259.485631266, -7214402.527333389, -7113345.585105143, -7139511.883048602, -7151695.546129606, -7030964.896842274, -6913589.713676332, -6858690.683309837, -6830765.016251129, -6748625.948873951, -6689405.993124364, -6562661.46318054, -6482293.426953814, -6542010.777110138, -6570441.719192587, -6569627.338582514, -6495769.03974038, -6417642.3726051105, -6324004.393060119, -6286414.293423102, -6315054.758896136, -6164270.151237954, -6039012.926740176, -5959666.937100962, -5931138.784922971, -5938413.20629753, -5990475.855428682, -5843121.971670649, -5825619.0974228745, -5761909.123154023, -5697412.098450036, -5586366.833348442, -5515827.689372154, -5440401.288638861, -5389901.420973772, -5329192.281726714, -5326741.2128040865, -5197468.8392843595, -5241790.951586201, -5278907.060230873, -5216831.769274, -5189381.005025948, -5052620.425413967, -4928712.198105525, -4857274.907487846, -4839304.789238935, -4796480.294643665, -4762371.721331186, -4819912.6297752885, -4739096.292096275, -4691302.514266655, -4575632.801646677, -4536991.657720476, -4536917.707113781, -4479658.066270919, -4461039.051563807, -4494437.54019335, -4566043.356545902, -4636325.926567552, -4782621.178129162, -4914073.346654031, -5058259.069709592, -5225743.208013768, -5348278.531540484, -5435696.358783363, -5531877.2557913605, -5653804.5608801255, -5823353.4555264395, -5953870.283662389, -5876701.708310345, -5694282.315000108, -5489764.765448567, -5362720.45243453, -5307223.854423618, -5409187.119645804, -5420028.087202285, -5418052.498186138, -5325122.591226115, -5181255.132422464, -5061520.87219576, -5078543.400929426, -5035455.3295375565, -5160040.578437466, -5366334.488698232, -5463554.608036552, -5582043.248498525, -5644485.351423156, -5619788.5515130805, -5445367.0959093375, -5581747.455647657, -5679855.046364177, -5676356.283751927, -5783477.084545548, -5882753.614215519, -5983046.990419231, -6048900.556379039, -6071190.956145539, -6090236.809746041, -6079678.871289735, -6044717.34378543, -6041593.628289132, -6023166.6561120255, -6039513.535746363, -6103155.674006443, -6144011.988643917, -6213227.653449014, -6253056.594148135, -6305017.46264047, -6386986.400181712, -6253448.441298117, -6234085.681392754, -6365440.469786959, -6420790.092159578, -6414086.595351564, -6449822.337538883, -6425791.654530626, -6468171.676482235, -6556352.597000939, -6554692.652330478, -6572220.197457129, -6592770.479493039, -6591934.627207031, -6575834.449500799, -6586299.480484968, -6626422.328480115, -6700098.1634141635, -6706943.642089254, -6659121.046209378, -6692170.536730944, -6675930.17711523, -6706738.292824481, -6708000.469906524, -6761137.131074121, -6710678.521103387, -6735662.614184, -6712357.67271918, -6713301.457512391, -6729314.3661038745, -6806429.470883882, -6906834.853706411, -6981595.362666264, -7028012.882564822, -7083318.586414556, -7105149.11741832, -7220965.559369333, -7284142.2831786135, -7341851.423561129, -7373489.154946818, -7374139.263687155, -7363381.179008978, -7338264.8360695895, -7346751.91963004, -7326308.124744455, -7341571.981090465, -7352429.308880098, -7385711.469671566, -7415273.662400993, -7458482.034856865, -7465488.318918029, -7496312.285862997, -7529011.183687493, -7556469.037285194, -7562116.448215823, -7529236.364629211, -7542507.932992328, -7593801.640959314, -7625495.50326805, -7728010.695114574, -7743062.160622884, -7775639.49123913, -7826208.795855081, -7931832.292011494, -8009379.985641938, -8080274.507571739, -8121810.053939557, -8112345.534693407, -8124084.498245225, -8109693.1139740385, -8130247.637481863, -8160343.859452917, -8199161.074498127, -8264377.637197794, -8318794.893461874, -8401237.746977359, -8461198.39033362, -8519524.087929545, -8602147.013411442, -8704193.466959026, -8805632.690836983, -8867246.297012718, -8899082.077307504, -8915969.288732735, -8922031.472626522, -8911906.628420427, -8965519.055060875, -8995449.870848794, -9026093.464159641, -9043218.065088207, -9036142.805582605, -9015255.749587514, -9008900.581166983, -8958771.502666766, -8945766.598968664, -8916808.724783318, -8821988.89318214, -8789621.935349986, -8703961.821571605, -8631566.114331895, -8559346.470906958, -8498369.27667559, -8433438.917493701, -8402977.354500674, -8383299.367461408, -8363052.810836381, -8296527.408013917, -8195277.269332088, -8113821.074832926, -8056477.1633395115, -8037270.2881778525, -8047149.147976925, -8105213.246559686, -8135703.266490899, -8120990.470539121, -8140847.668893866, -8174773.151943096, -8194876.505665044, -8214580.970339934, -8216235.70439902, -8198662.3857392045, -8203888.657908072, -8224747.201573446, -8218642.292324054, -8233092.684863554, -8228446.447948607, -8245713.386214677, -8267368.730618666, -8284626.846435811, -8307401.449590526, -8279128.9661277495, -8269277.906565196, -8240226.538364715, -8234168.68403624, -8211571.348341694, -8184669.529872284, -8176979.01052225, -8161891.033741855, -8119559.212475061, -8076063.589293597, -8044705.225133797, -8032424.347144558, -8003275.890704176, -7981719.762115114, -7957012.690505754, -7937434.622055622, -7896386.432502497, -7881813.106224749, -7855432.513847483, -7830928.577486448, -7798623.111894351, -7776977.046731217, -7786039.084124747, -7793136.676753138, -7787310.142462146, -7812241.36305429, -7826139.671593442, -7833224.155218546, -7830481.356087093, -7831985.325188491, -7847143.162391278, -7859413.269726887, -7855042.108644269, -7876225.822287496, -7873880.8716579415, -7860677.96582185, -7855619.288621761, -7840697.432066902, -7807027.460274726, -7765577.435716263]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y225", "yaxis": "y2", "legendgroup": "y225", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1023119.345861189, 984754.3721272285, 962094.0879776044, 957285.686604321, 965985.0243581209, 939704.6247475503, 947433.9910924702, 974446.705910497, 996018.1925779412, 1027980.2547751378, 1021704.4593856187, 1011184.0050968213, 1007536.2512204467, 989062.5899148745, 956882.2230467756, 927327.1381496665], "type": "scatter", "x": [-7765577.435716263, -7733963.134635976, -7737129.008200205, -7699832.713206587, -7690479.00320688, -7666005.194348587, -7619289.877604347, -7577818.728085959, -7519504.708825781, -7485629.321499902, -7434039.009664336, -7438122.762386595, -7385862.869768496, -7344982.926815317, -7315932.225135595, -7282002.497924359]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y226", "yaxis": "y2", "legendgroup": "y226", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2108496.6060690465, 2126727.2585068024, 2128874.4817523444, 2126232.5958194104, 2098702.86017338, 2101388.9543321803, 2063449.318992228, 2065582.7118553892, 2033708.978720858, 2029848.4325627733, 1990607.4409900582, 1947072.172332779, 1970334.8138094095, 1965849.7473970235, 1970940.0077121267, 1951432.8788185953, 1944842.077620896, 1970788.0183736116, 1955434.3392496624, 1882197.8017099516, 1899203.953118681, 1929944.3889550893, 1948122.2789888731, 1940705.211237578, 1948437.310998292, 1928446.6067982332, 1961768.1446247823, 1996244.8722831022, 1981394.1143782348, 1972810.8584192614, 1996620.7011155025, 2042952.7394473357, 2083804.9986374935, 2100485.299120216, 2130018.5622882494, 2125293.0131311654, 2108496.6060690465], "type": "scatter", "x": [-6657796.59477547, -6644258.539560528, -6624791.773369586, -6571860.349695843, -6519736.740490921, -6494987.763863772, -6482025.887633392, -6430977.504145624, -6437206.013899634, -6396237.491419119, -6354454.065439749, -6393307.698562892, -6435263.641626652, -6478424.070426575, -6508518.775737943, -6527262.65574766, -6563658.8376978235, -6575185.8285591, -6607519.588925742, -6652200.157731386, -6674470.431976628, -6676058.532839694, -6736011.5365399625, -6780710.427286949, -6836691.977406109, -6882352.251160542, -6928663.554779493, -6916758.802516596, -6832739.006963409, -6763442.348956814, -6727450.548262278, -6765014.717748388, -6759947.123249364, -6816739.957319045, -6792634.58593254, -6736517.439964496, -6657796.59477547]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y227", "yaxis": "y2", "legendgroup": "y227", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4078838.768189691, 4088140.679078601, 4004241.7897475064, 3971197.3768690405, 3916328.7251464175, 3956519.4323355383, 3968030.4255829314, 4022251.4855568623, 4076974.958776097, 4067234.0312592788, 4078838.768189691], "type": "scatter", "x": [1296888.785019617, 1363025.7660999582, 1336208.069217703, 1351266.462132677, 1335748.1627265147, 1266011.0513323268, 1220521.414428403, 1094820.9324581025, 1104543.305550956, 1207874.7098197008, 1296888.785019617]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y228", "yaxis": "y2", "legendgroup": "y228", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4769014.994840524, 4729294.3498404315, 4640193.662472204], "type": "scatter", "x": [3184948.9581387085, 3289082.3596085687, 3414305.613387912]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y229", "yaxis": "y2", "legendgroup": "y229", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3579077.9569546287, 3642876.3729074993, 3630508.59115038, 3675443.2603902253, 3652384.511204541, 3615722.791687544, 3551008.921221307, 3585317.009194049, 3560462.2609327054, 3497893.076673338, 3528356.8548673633, 3579077.9569546287], "type": "scatter", "x": [11860962.243944913, 11883118.360985164, 11939336.741795255, 11956360.405367715, 12032157.199452331, 12059698.037728054, 12037105.470770998, 11985689.142554915, 11950317.156567574, 11952589.999486407, 11881475.025423821, 11860962.243944913]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y230", "yaxis": "y2", "legendgroup": "y230", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2042427.6825968819, 2095593.9557689838, 2148933.74809122, 2199773.853937104, 2245965.867401291, 2291160.267517339, 2340726.446073698, 2369870.2531227297, 2425604.114904145, 2461799.910755544, 2537263.580091785, 2605259.1625360227, 2622491.329245692, 2684870.2412094628, 2741842.5965401223, 2807949.599868089, 2846927.508564705, 2956145.9670136706, 2998715.9051297223, 3010529.6029488714, 3083633.510639475, 3112132.5724117523, 3201450.064011461, 3334555.5720360875, 3426599.5547126126, 3482929.830458503, 3555187.104804056, 3604038.865870494, 3648240.9776127525, 3758903.431416759, 3824509.011949763, 3823995.717272565, 3778653.142210311, 3786040.0324485796, 3762453.8038311168, 3761310.8460255205, 3819687.8322783206, 3838251.361078335, 3882308.356621981, 3914798.228608331, 3933821.7855719402, 3942479.0518950946, 3926630.771396317, 3968683.669002018, 3969507.797152272, 3944684.61409308, 3951163.189933098, 3994211.968927604, 3981414.18558132, 3927433.1661594994, 3966704.6318312827, 3946209.182455026, 3893915.2686062874, 3844528.7831807574, 3817993.34346721, 3725526.7662827442, 3671791.8087060656, 3613520.8715778408, 3611702.9610877316, 3560865.7004029313, 3544144.6481971224, 3507328.4458032865, 3516531.451685794, 3498683.511126315, 3450881.952366689, 3355793.8044313993, 3335031.035536012, 3290246.2655366673, 3237056.3677883544, 3264809.2738445327, 3314016.6367298192, 3395969.7001755624, 3448004.5992651903, 3498130.759913661, 3512723.146552132, 3490834.378073829, 3443009.96816007, 3442556.662615812, 3424308.091549908, 3411756.0585715286, 3376431.9867669246, 3378198.354829284, 3349911.357022135, 3318295.812262573, 3301638.0021049404, 3335531.3778967396, 3366187.5626704353, 3375008.3864486967, 3361502.085546693, 3308438.2312212964, 3343393.1037998335, 3318116.1310961456, 3312059.4949796903, 3339008.894158809, 3374256.5037604915, 3380324.0748026646, 3430325.5853710845, 3511029.019338005, 3538106.5157309514, 3539214.6660088743, 3626320.4750335366, 3701645.116332846, 3705370.603854702, 3787124.849351679, 3831082.3295357996, 3879503.0029350766, 3919596.473036285, 3910507.2137116995, 3935062.518864567, 3873627.2771194996, 3861626.7015686748, 3918920.8704469837, 3922505.654255928, 3878220.2978129596, 3865555.29068264, 3922395.354918815, 3920473.3715918357, 4026559.8536293344, 4085685.229240114, 4168490.2221983857, 4219328.536102098, 4320966.541957765, 4325213.516296095, 4405851.348407492, 4391814.291465643, 4460565.862604892, 4490502.630752876, 4492753.8419547435, 4418082.649656022, 4377066.618495257, 4393420.110273051, 4383970.894236797, 4439311.923435873, 4484571.884637696, 4556750.664585512, 4595697.714606839, 4607846.263741623, 4640193.662472204, 4729294.3498404315, 4769014.994840524, 4830794.855653664, 4847588.187792239, 4935342.712538907, 4976789.872569438, 5019487.056320151, 5042337.8574529085, 5025494.2792943185, 5017134.112456012, 4983291.412404611, 4977771.672374992, 4938730.114049602, 4873494.465026307, 4848163.585815613, 4854465.2752677, 4816977.063216013, 4798764.976526679, 4737878.178183019, 4759294.977475207, 4808729.791736897, 4839493.735960552, 4859631.800413783, 4894520.379372747, 4918541.848612189, 4945032.920975751, 4984081.033756564, 4971190.650457592, 4913488.980336366, 4835904.725547179, 4808794.994016995, 4786165.114457696, 4796017.572703953, 4668943.022420705, 4625221.718367931, 4549641.750846201, 4489274.408178589, 4448554.735229001, 4414327.251322911, 4388350.392995952, 4382501.851611284, 4349688.183024858, 4292500.438223011, 4341959.83693674, 4363861.524848041, 4366877.274387526, 4376904.896762063, 4349323.453861348, 4289631.9780406635, 4272312.225160197, 4272205.141666775, 4326911.6747284345, 4303607.966978215, 4240138.080665653, 4190224.7768643373, 4166909.02516359, 4117839.74027183, 4086948.7489028904, 4026736.150851406, 4054983.346585127, 4000610.2332156, 3989414.3727607992, 3895250.212335487, 3893915.2686062874, 3940339.6134044384, 4025667.343762784, 4096571.787739013, 4145522.4511409923, 4206205.991875953, 4236489.866586242, 4243931.68295232, 4267317.551871518, 4302993.220786237, 4353579.402651134, 4425948.722500511, 4458841.547751177, 4475529.503611907, 4483732.006635985, 4518289.962523792, 4539288.042256586, 4578407.195960631, 4616439.282633072, 4647815.544886983, 4725418.284753381, 4733289.822547036, 4777566.452622209, 4813070.952490254, 4829648.983081185, 4784262.30497913, 4819470.477890845, 4855952.348954457, 4857651.017624705, 4867174.136975266, 4882465.924808006, 4845199.654052186, 4793019.952179892, 4763042.912047437, 4709420.470158546, 4656311.314454642, 4569001.738647994, 4483745.685537355, 4484399.53290792, 4460992.827319462, 4439886.906736569, 4401569.083364669, 4369487.14358723, 4314129.063929103, 4294292.816450967, 4256239.483041991, 4305850.092532195, 4323326.008540103, 4254605.350220603, 4215190.049834762, 4159668.086900607, 4153356.1000174317, 4062005.1912653353, 4053793.7076231586, 4086373.4231518856, 4143495.142973863, 4166232.537491551, 4227885.014007789, 4281489.783843557, 4294726.492945795, 4340558.31623092, 4359853.080654203, 4402489.674276451, 4409360.756508533, 4457204.766366004, 4526111.264937496, 4587016.363048164, 4691357.486729111, 4703614.527884075, 4738389.779883784, 4724157.945596238, 4675238.497758782, 4667506.6606900655, 4607873.554269072, 4636462.714393815, 4602202.24984788, 4538550.167346616, 4477072.699377382, 4406497.90675113, 4384083.263499199, 4348388.311015892, 4289519.432926563, 4202987.4998191055, 4142171.9996902943, 4094658.830170101, 4025386.3666454186, 4004137.0882207425, 3922108.5761351166, 3920481.6441872492, 3922502.8967738207, 3884810.2255586972, 3844465.320595548, 3853324.9566907873, 3889397.3113592835, 3950788.2703479584, 3967311.0261107804, 3939622.7817561193, 3954625.6196782645, 3942881.5703715477, 4026344.9909333833, 4091876.0168556925, 4101702.1468987237, 4142056.4642640734, 4211719.136456474, 4250320.708587175, 4293277.233214977, 4357124.880052471, 4402070.478475572, 4440138.802291278, 4475849.638315634, 4551215.524988397, 4597070.754799044, 4673254.562695223, 4654220.234350403, 4654888.190667496, 4636863.641898391, 4642399.909407625, 4638906.409824882, 4702173.818353095, 4911654.604868659, 5021540.006204882, 5074391.617573122, 5114510.193989074, 5190424.504590351, 5213032.486347577, 5186292.4972695485, 5303748.0863429075, 5259295.13228036, 5340048.206984419, 5424630.189446147, 5445425.295654406, 5465726.41046569, 5493972.303098168, 5644612.820703285, 5687279.241104206, 5684403.551623399, 5705957.301178704, 5711486.648112514, 5689049.705045593, 5739178.539268057, 5777210.020441313, 5834601.208755479, 5890596.473293658, 5993278.032293728, 6020290.972772079, 6050262.001527369, 6056454.841250464, 6083953.753339616, 6112022.170641141, 6060810.592802376, 6028292.351943438, 6000283.646072692, 5985125.306184835, 5947287.138166811, 5958191.000843046, 5885788.344774855, 5836658.45919738, 5797571.077324665, 5773962.389705614, 5737950.479517444, 5757013.444057654, 5784782.193960482, 5744735.334874565, 5712374.775016925, 5742216.869368423, 5789116.7755174115, 5823360.625322773, 5806272.631256933, 5781575.121388008, 5780294.760050102, 5824839.212800677, 5857601.077354484, 5942234.902509823, 6017681.556139294, 6080360.9762619585, 6114344.199252371, 6039902.71014053, 6041845.575210885, 6118324.758626858, 6176847.366007915, 6164363.859731229, 6199536.098490928, 6256219.854952827, 6283631.594138126, 6297900.24236794, 6281660.639117739, 6284568.719003079, 6338787.0894062985, 6385260.861408013, 6377495.465837795, 6341650.598230466, 6320985.121653302, 6374366.871190366, 6406385.692562927, 6502019.507658143, 6588957.907797932, 6644751.806498693, 6704628.259949544, 6807267.018431994, 6826940.537811156, 6866623.475727097, 6910781.327077313, 6884344.137279728, 6818906.81930715, 6761131.8133193785, 6684809.405873913, 6602587.775003803, 6466750.550125757, 6398239.487749618, 6344058.323309303, 6233209.473600352, 6210117.277023075, 6043385.771204199, 5949588.3111199755, 5959282.564182604, 5879517.883736811, 5874876.129941918, 5969935.280255407, 6083343.861409205, 6223578.056141073, 6284020.165518266, 6169903.104963785, 6146667.924346369, 6197104.2351001315, 6303019.369574067, 6527687.475876299, 6589637.784844834, 6669984.093360736, 6767983.165582237, 6898915.13824383, 7077426.678767668, 7146016.412125449, 7259013.331877458, 7298045.702412128, 7293322.357751489, 7366657.753462508, 7362761.230184284, 7380292.033532554, 7315686.135739699, 7291915.090140265, 7235785.700867076, 7266924.030281944, 7212726.486374921, 7191284.457452643, 7088561.967896035, 7045010.376891042, 6983653.482317122, 6934920.98630559, 6910092.361440953, 6980693.879418555, 6968927.277205411, 6900821.410246104, 6857429.276825012, 6761205.791134149, 6732323.540421017, 6707672.339361603, 6753667.703402623, 6794271.914638165, 6829929.083007621, 6771267.958391881, 6794271.914638165, 6863108.589094136, 6954434.348479297, 6949082.777294551, 6916574.048858099, 6980392.605838487, 7035386.571726093, 7091232.512973441, 7146705.807471115, 7117539.941872183, 7066375.4241384175, 7055054.810873969, 7003840.45175294, 6972183.383985049, 6992249.669548235, 7051003.443983687, 7172669.548474266, 7168215.465451637, 7113104.613690806, 7102667.125495739, 7134705.088171319, 7137214.942063915, 7174789.385713812, 7120130.291451494, 7180201.2033634875, 7232369.191761518, 7261923.703983053, 7234826.135392252, 7206734.532007885, 7103167.449160277, 7150772.848465886, 7198583.0646272665, 7217681.349069933, 7226498.791318572, 7268956.929446944, 7338278.717617105, 7366523.304887095, 7445810.760179324, 7524470.645408978, 7541368.243340761, 7518697.351141336, 7470624.577411411, 7399907.972956334, 7371912.486648887, 7310126.778450574, 7187441.332179644, 7131908.974924585, 7070995.62435107, 6939924.647091287, 6926221.055899986, 6959670.623343107, 6983457.146295332, 7029117.657847672, 7072833.658066418, 7124731.535036209, 7184581.5738604115, 7192008.677274452, 7242021.553477069, 7331454.630694914, 7403254.142154564, 7462043.529039121, 7523516.3793651825, 7525469.509212735, 7477603.222606361, 7393470.419491755, 7377425.863416775, 7440542.796917466, 7474709.082798841, 7479296.767502272, 7429729.166968611, 7502018.792947376, 7593360.543471769, 7610519.590419042, 7606773.084290893, 7617892.131192527, 7662083.47007464, 7717169.845809375, 7719465.086035142, 7760716.624521113, 7771749.853289963, 7794326.0848333305, 7801950.768055014, 7783481.384976141, 7827060.652380836, 7825705.363824216, 7860750.931925948, 7894960.427653723, 7927578.196881145, 7901854.431203595, 7882133.196413083, 7869813.31118563, 7829759.244863655, 7849541.012363191, 7848458.439328688, 7808695.053536278, 7777886.638766313, 7734790.944403232, 7710101.745949596, 7663520.659747146, 7638480.909991156, 7626632.836132118, 7605229.13813708, 7621288.139093865, 7566641.506551733, 7588817.542576086, 7602263.214556246, 7588207.457577224, 7548230.438191028, 7535461.491196594, 7600747.851216091, 7585844.969413378, 7586312.932828457, 7541257.531994852, 7486103.059942639, 7449770.5837963205, 7380956.942087102, 7345181.624430775, 7437256.638058751, 7397930.524678689, 7421457.339691545, 7394529.14426131, 7419078.831056747, 7406814.9433148205, 7487614.690260857, 7524991.1745825475, 7468883.218138166, 7417190.865187112, 7350057.377143412, 7366738.177432979, 7352220.268293075, 7315637.5476739155, 7250472.526006042, 7224942.208707109, 7243312.8952461295, 7245659.31083067, 7228059.537646735, 7236744.347729937, 7157859.842480831, 7186789.333232505, 7244273.412808877, 7283968.996760499, 7259012.065817081, 7264358.800741439, 7221592.785888299, 7182275.269446807], "type": "scatter", "x": [-1510873.3651594664, -1520817.6450525732, -1510266.382884664, -1533001.4911051472, -1580688.0717982897, -1575542.7693853113, -1569884.8245299256, -1533604.8578034125, -1501916.295717981, -1506912.3892225814, -1473154.7921371919, -1420005.4835300704, -1388542.372459574, -1362457.0438225798, -1358626.6729839016, -1323534.5545638895, -1261335.8316777127, -1200078.1539678518, -1151222.4489959662, -1066055.4162481474, -992235.4673407859, -945849.9923904871, -867689.8936113396, -886728.0263451785, -849851.2217463745, -836180.6444424307, -776400.5409750036, -685230.435915274, -617843.3857830053, -555811.6708328348, -526493.3995313743, -461145.44143924786, -408338.07344263425, -323665.529223029, -231778.95079999472, -193127.2109388486, -107325.82191602638, -11309.907456269724, 44634.25846736188, 129771.99520856305, 279485.11928744137, 425548.1514831329, 470421.58418367896, 552732.0125566128, 647032.3243953132, 683630.9067002821, 743859.126001544, 838554.7005618119, 900761.2682443076, 900175.3230625251, 973600.1757040081, 980711.8930110639, 938529.057411585, 939782.7456161948, 971510.6814924144, 963231.7137525766, 906384.4132233091, 925327.9163969579, 971675.584641332, 996007.981632606, 1030712.5328213318, 1137545.6294141293, 1174892.6410618012, 1250684.1063163108, 1372151.5900493758, 1418740.4824750575, 1500784.0181402154, 1630419.4522704275, 1729618.0650847133, 1772308.8234484443, 1812936.4555438831, 1787150.180147238, 1812296.5980363786, 1873952.2778097843, 1934843.0354339676, 2057893.438082047, 2091936.9560422886, 2125488.885936002, 2155466.0080327713, 2245910.7566701435, 2270497.5665879496, 2390405.9690255392, 2479491.2560001253, 2571734.6809601733, 2614957.0065086028, 2681719.3051480083, 2716231.4340650886, 2795029.055414431, 2860434.084208311, 2889904.162625935, 2907666.9619719847, 2982448.596377259, 3053487.3908818066, 3095331.703519952, 3118073.781350525, 3111300.1501276637, 3129995.4470857223, 3139636.806948791, 3149512.827887869, 3151866.6511732666, 3173939.090029956, 3209501.973001606, 3210731.979769769, 3192459.1024405304, 3208722.3453662354, 3169995.0954733333, 3198368.9871080234, 3145586.4229617105, 3068511.195154524, 3015208.117340542, 2882095.2733388045, 2803857.438911773, 2708114.818832213, 2692536.542769683, 2632636.1359498845, 2541091.4726766706, 2444733.152129431, 2381797.3218853497, 2311566.43253685, 2345630.2534551052, 2284816.916951162, 2370157.617711808, 2503433.941737895, 2529753.2537930273, 2696556.7371815657, 2790827.9619907206, 2886872.201615424, 3029029.635565439, 3191627.843322999, 3322524.981439956, 3420651.277529777, 3496833.175949938, 3589009.170554678, 3593470.0337595944, 3558376.043828054, 3501426.4937376934, 3451693.033115334, 3414305.613387912, 3289082.3596085687, 3184948.9581387085, 3100764.3138649566, 3159247.5466431505, 3212937.054490141, 3158209.125435993, 3273414.554278544, 3266694.9644706463, 3194986.344298766, 3129824.079488641, 3080411.023121529, 3002946.153653604, 2937505.3923353865, 2953611.3450086163, 2999242.7834159634, 3084276.159977065, 3074380.2935574544, 2984846.9854890993, 2879751.4143669093, 2829078.967100686, 2839832.2105626264, 2742504.7042301693, 2754243.3605775335, 2829339.4338816623, 2801025.4061706, 2666127.3504981943, 2654210.2777832574, 2578542.142569218, 2556072.330305031, 2502108.0811142176, 2507952.7178590065, 2470076.075784705, 2442963.429507371, 2436543.1994944504, 2398006.3066027584, 2376435.0655539846, 2411823.9080972015, 2427174.3237439403, 2506912.2215367304, 2494441.788655, 2392320.894163695, 2359214.2636873494, 2293211.909585432, 2260386.045716878, 2259116.560347045, 2205962.837327953, 2159647.1094605164, 2057537.2825156425, 2123849.2299454156, 2081368.0492282442, 2032873.8999023687, 1981561.905824244, 1967488.940071663, 1992938.7289388147, 2041293.558312062, 2010478.08763845, 2063751.9054427815, 2110035.4741411065, 2116843.335337291, 2032930.3758837983, 2063646.2996751969, 2008613.6179126452, 2049975.0698117395, 1991276.9719544917, 1915056.6782251457, 1875217.6093123902, 1854118.1840923508, 1815928.8705596924, 1766162.6915544008, 1757770.7586049566, 1742330.8486892795, 1738663.0308184223, 1687522.4475015937, 1675801.6944509842, 1677021.757813892, 1685969.6308453607, 1670007.9827510684, 1651260.7444298016, 1624158.4636069175, 1585227.2601715943, 1501317.090376832, 1448608.6447973333, 1368003.3574637624, 1290611.7136291992, 1307198.6188045014, 1265278.3602361714, 1261146.5166052983, 1205599.183224745, 1182736.4741611998, 1155390.0156024653, 1154871.381149299, 1157768.5342108558, 1175911.8355677833, 1107772.7185870577, 1041472.5386960158, 1049263.219554033, 1040654.5025541456, 1071691.6185810093, 1154903.3815406708, 1203534.1708671367, 1304857.9250524188, 1372337.0047553147, 1395030.1192636674, 1372315.820727815, 1452499.9038641597, 1518473.0913124778, 1597145.1289172333, 1607688.3808999306, 1594325.9338303844, 1542288.4229062793, 1465504.714033022, 1433670.372570029, 1499429.5827100035, 1492859.1959808557, 1456702.7360197166, 1415626.5342695494, 1379463.0052879292, 1377854.5712056304, 1392247.3976161673, 1409842.5486664458, 1371770.1643968143, 1341731.4263429435, 1304766.2971543104, 1276231.8788813169, 1219291.9810426093, 1179250.8062533224, 1114838.311339872, 1044687.5619688131, 962281.2870699735, 900884.1548882619, 869176.5296550759, 826216.6691568554, 755470.0003130017, 716913.1841212222, 669585.7786847034, 634411.8036060712, 558931.981699605, 389489.06048814824, 265490.30481646844, 256567.38353075745, 262007.860432225, 180973.64990248205, 70200.94437059286, 62586.79307110131, 9283.757069684598, -24351.056336150665, 9750.415198198254, -41012.00986518432, -60179.31983616261, -126778.06646448714, -189831.01494659382, -302109.6708325967, -386376.8415304895, -442440.77527181036, -477035.58499836567, -520259.15624587185, -552299.9809806456, -575964.7182070798, -657979.2609736566, -694248.663116231, -740383.5758722594, -786341.310607898, -770150.8467205054, -776219.2220418968, -815158.3434283966, -834647.2763461999, -825052.0922845687, -788808.7065992232, -781022.7238275484, -760492.3068781174, -760702.3493163626, -776497.8722080471, -778863.6575830164, -771453.723556886, -804542.4703822669, -680528.160101822, -576752.876604851, -462093.460156174, -371607.198226291, -300549.9935259463, -162489.05782427642, -117883.33066889962, -100460.8145905054, -186085.63778325068, -246956.70463531517, -373397.3071676945, -379955.11193884886, -272288.48924483836, -133779.81430474913, -158787.59227803838, -81500.32040676956, 109675.41702531023, 133483.71917266087, 204407.62929016488, 269185.47626819805, 310393.48115676, 377058.20604079985, 485062.8509353056, 551544.8513767859, 566179.6394109789, 632549.2209951847, 648480.5277431058, 699905.8667943801, 679637.1123860646, 672828.1545008282, 637809.7374371681, 629870.3465996637, 641327.8307840272, 661859.958612356, 729713.1129271772, 755046.315530509, 815123.2181221999, 816243.202455259, 795607.1494049071, 806896.0257060952, 850203.4475849485, 833878.3295248477, 809840.8306169711, 758264.5294417408, 782831.6496393902, 786750.3934714089, 868404.1977369962, 870080.8182443506, 949496.5545977906, 991909.3313106698, 1084873.88830542, 1125314.7255294705, 1176960.1792549624, 1296116.6369013237, 1391956.780335389, 1472853.235920742, 1481800.0705181137, 1558396.0241293856, 1570719.9785020624, 1675151.5097129557, 1646596.7992305206, 1638567.7793420593, 1667479.2434482619, 1734995.9958729346, 1808134.071973026, 1870022.7691860069, 1872088.4077245889, 1871014.520567081, 1844963.8373826107, 1790488.4818624465, 1774432.3103097014, 1865713.6232646836, 1958592.217082856, 2043909.5143869075, 2121591.624277285, 2196323.214438483, 2107739.9075474166, 1972966.6748203246, 1847248.7202649578, 1728005.0989361878, 1675570.2456883097, 1597736.9693411852, 1599037.5481525147, 1549073.0151986575, 1574881.6590670254, 1630708.0673368522, 1776830.084183839, 1820786.9755939324, 1805236.8700200212, 1697401.4474154601, 1580026.1414746963, 1522164.1940200203, 1543211.547412334, 1440218.1278532054, 1310978.586116667, 1275130.3519736885, 1337226.9505399864, 1416420.0279430535, 1361466.1030430656, 1284989.7328726284, 1274978.434013087, 1241042.4424821055, 1145281.670118669, 1108572.3724855497, 1017943.3995061816, 984955.7897144863, 910528.7998692739, 840937.9993019368, 785298.6166546488, 642388.2744297383, 541358.6509260334, 433136.4924870218, 401774.9385668742, 369538.56861696223, 434910.17822847376, 623814.398434726, 759687.934472405, 878774.4935385738, 1027708.8927066246, 1134632.9763599893, 1305236.845231198, 1447006.1155934704, 1559357.7914305895, 1645950.3535695246, 1769180.957876721, 1885031.797202721, 2113076.2272157664, 2032598.5319784598, 2122500.759469319, 2183954.9248201665, 2311926.080964844, 2506273.957513639, 2801435.282301159, 2869965.180857989, 2895704.585389031, 2833648.4404128804, 2725826.2160319695, 2389070.314884501, 2340592.353717198, 2475059.722107865, 2491878.615214185, 2523459.8755000536, 2624702.924202389, 2688491.057984441, 2684410.5420828536, 2629078.5200819005, 2664257.0790419546, 2856062.0513424785, 2909403.179071485, 2838989.27684712, 2973984.038411133, 3041090.955231906, 3118831.763076648, 3136750.499711302, 3057934.5160564347, 3070365.5438898336, 2999450.300898719, 3204180.3646223624, 3264216.5688700536, 3180310.8848888823, 3200391.340062063, 3267884.1970493984, 3368835.3946521706, 3362325.4753637323, 3695855.7472095797, 3749869.4202911444, 3707511.4511362608, 3800251.2476744517, 3832840.65486706, 3961173.4166137115, 4044594.173403949, 4151378.3402899, 4198242.601599805, 4098587.14547719, 4118102.5231610085, 4334389.253101404, 4445013.627930179, 4754940.89306369, 4772944.671978055, 4674347.803550775, 4660856.698133174, 4573185.855298243, 4570190.183414268, 4491738.261207768, 4472244.762677885, 4544505.210402845, 4534556.720389132, 4571399.362790982, 4760977.756279193, 4809182.323849632, 4795310.008173949, 4855877.495659679, 4918939.659772353, 4983198.367972701, 5094555.991855557, 5103069.111785868, 5044632.641289456, 5133674.621459661, 5141824.983982646, 5204945.653119945, 5195346.940173392, 5228243.2125670565, 5154586.408933181, 5147909.843367701, 5067977.797379449, 5018887.325574831, 5013063.672153082, 4876625.214916276, 4953826.129896727, 4893263.385271045, 4924481.795906936, 4994781.143342391, 5029533.831911728, 5112525.30272288, 5036558.512274371, 5121914.653065709, 5255364.89872537, 5416394.511176, 5300583.213221524, 5219443.717251463, 5317429.901706719, 5476253.378175457, 5606294.127095302, 5513203.131620358, 5534487.533806655, 5605158.916133878, 5686220.919067452, 5840739.186338592, 5837163.742203241, 5992958.966310924, 6065052.4118652865, 6154934.802340914, 6270870.185011873, 6245334.47011918, 6261571.003059726, 6364032.123553551, 6502731.98355368, 6444779.704000813, 6600363.44586331, 6668980.936555654, 6700057.9360144865, 6882622.460607513, 7076210.264718829, 7167579.754509095, 7208312.089455424, 7169612.283190262, 7058967.803460752, 7040285.059687151, 7134026.029928684, 7254679.788357838, 7293850.080226809, 7391298.978933502, 7393846.767570702, 7481408.488346769, 7706491.03762312, 7771084.909607513, 8059951.378809555, 7981176.726417088, 8138021.540108467, 8241026.183403991, 8405091.00984427, 8506085.41105055, 8512551.157102494, 8680676.386919906, 8829620.866546381, 8779868.06249389, 8936470.967343424, 9019995.902951272, 9183884.630719205, 9200928.791374434, 9326098.69870476, 9169491.08102975, 9204388.80835542, 9879075.726211417, 10010149.654537605, 10280801.29695757, 10527862.805072514, 10682809.443507215, 10792552.14216981, 10878424.642944384, 10998937.590033133, 11063886.64814853, 11181357.865691172, 11336042.441349275, 11454415.471343964, 11689134.798337953, 11731397.197570896, 11589386.885426829, 11558952.08215624, 11814331.323925471, 11947423.873430029, 12211118.687507216, -12369199.543067886]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y231", "yaxis": "y2", "legendgroup": "y231", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6814551.439169964, 6772604.210793746, 6779526.629704541, 6729143.858781051, 6650698.845954031, 6624938.451282451, 6585264.477366849, 6559796.362736513, 6580744.753981527, 6508190.409578822, 6496919.706441929, 6428758.937574188, 6368922.11585522, 6324454.83705097, 6392094.465016475, 6315315.257542534, 6351698.818343983, 6309728.791254877, 6323173.517259767, 6258560.486828463, 6162967.230577849, 6122865.373396337, 6100586.2144323345, 5955102.617208207, 5950749.526582875, 5867206.031795545, 5823725.0192082375, 5772008.308460583, 5655911.860293757, 5631026.216260371, 5527044.76706787, 5431269.670947694, 5502133.925038853, 5651463.419925137, 5876819.455976866, 6016086.224598858, 6075662.904905755, 6122160.55236449, 6144372.866573324, 6268774.221020461, 6369588.403162906, 6447313.114672864, 6583502.611249226, 6575397.011077873, 6495940.609309598, 6389233.157155378, 6508655.373477546, 6475791.412681933, 6312336.410130035, 6252054.548316582, 6226311.787987713, 6216148.2776639275, 6287376.6812978, 6302282.962648302, 6253978.267771689, 6270898.618943201, 6241710.597215891, 6048069.968292343, 5811026.850934499, 5798270.482199199, 5734763.929294685, 5712169.826164444, 5762903.849375622, 5756321.334743163, 5644385.453203934, 5557398.909133571, 5454808.943243623, 5331605.298750702, 5165725.771960585, 5014775.599682687, 4942371.689994756, 4820160.350135325, 4698630.401630777, 4636309.9792062845, 4574335.541397345, 4572964.593354756, 4624310.537721856, 4546983.162832488, 4511782.69659067, 4518131.391840266, 4482287.494804946, 4446246.916028008, 4370090.248099072, 4346635.907166239, 4327912.9899287075, 4296521.55243027, 4279051.8640429415, 4250507.480814774, 4204471.707484736, 4192720.8762094686, 4175422.339010223, 4128727.4658063035, 4002999.140564446, 3933852.114775586, 3810853.641981416, 3752131.0159669532, 3731604.3992348635, 3687281.0447869184, 3678127.949138185, 3736326.093253022, 3816450.6237257537, 3927587.578232625, 3945561.3124767547, 4036828.6004093457, 4057114.742687759, 4037084.753358678, 4028234.663590814, 4048291.4184503723, 4058053.7521370854, 4075053.29250462, 4121936.9153031535, 4134436.2445764183, 4153886.9324078974, 4211282.1683211075, 4228662.572711279, 4240247.96355486, 4268750.917109387, 4237849.728581829, 4188143.711198733, 4159093.291794254, 4208399.209216198, 4249807.082241854, 4321224.441565946, 4376833.629414983, 4339373.443522864, 4265516.189638342, 4196855.192112295, 4191742.2397210095, 4142078.4710253566, 4070058.9595765537, 4052565.4986526626, 4004712.945200743, 3973562.1901083775, 4049698.693187206, 4008195.566042298, 4005354.9252115525, 3949476.0413557673, 3919673.6845034766, 3862040.53334294, 3808466.303917772, 3733686.377538658, 3674951.616200731, 3569782.6852361467, 3471766.5048644883, 3389592.613622437, 3310121.7039754237, 3280905.688853761, 3223846.37940596, 3190639.963990108, 3103515.325310143, 3018750.8960702787, 3009142.3514197893, 2893374.826431276, 2753019.7963001877, 2625392.82249915, 2526690.7911017165, 2436677.323086916, 2424399.2424973235, 2376878.460487769, 2411593.313650025, 2358440.4522076575, 2304870.0168091366, 2288468.6125587537, 2199511.3210199983, 2175513.0655647125, 2169248.211806947, 2246872.298007031, 2288244.76855171, 2322487.34830049, 2305071.7526244125, 2213569.2722430895, 2112517.46103698, 2038304.6053803763, 1925572.6339920186, 1785823.3544782435, 1719758.259929325, 1633871.1431380017, 1435939.4302543763, 1247793.0159068957, 1177361.0189305167, 1108501.4251903708, 1019341.7095397135, 919760.8160756143, 988346.856483581, 1060801.7572561211, 1121555.9517286955, 1137172.1951149392, 1192905.4141382913, 1303379.7562368177, 1352486.192091554, 1350490.9845515355, 1434516.2576114784, 1433888.9562607524, 1316257.4169602767, 1160039.7267380904, 1065568.7101545348, 988156.1784657408, 984798.5873188244, 887182.524513318, 794607.0310839707, 733355.229561729, 720922.4826426961, 665415.8934495363, 655423.2706299648, 590855.3411840341, 519251.6130035137, 447230.69132485526, 398577.46165899973, 361804.2839373971, 298504.7827663289, 269032.62635859457, 174453.66636005262, 138293.96591659368, 131158.74638168016, 210386.76336415214, 295274.3139078423, 349763.948737335, 421298.51483098476, 509869.7153892184, 568181.2613061825, 646049.6598660494, 691389.5280617536, 732429.4748928632, 785396.461863858, 845775.022395263, 896503.6349987455, 833637.9608169004, 893049.3248120069, 959778.3176446364, 1062349.2897725012, 1141740.1744421017, 1223668.1169171615, 1286951.064787499, 1403463.451267498, 1458873.230667588, 1586875.632997592, 1721985.57641837, 1810558.7472404344, 1756923.4975697217, 1680683.4996689453, 1690209.009492823, 1715287.0464381378, 1847831.8154536863, 1947967.5264249754, 2071280.9730112457, 2109834.1274051033, 2123543.731487388, 2210791.9488092256, 2266548.474362975, 2321028.2194433175, 2372512.1489896304, 2434767.769589303, 2439045.610691254, 2394957.1760046696, 2335445.4008392296, 2357133.319854249, 2337664.4902435653, 2349329.211173683, 2358904.7190487096, 2319853.7311521354, 2321199.556551237, 2298994.8057657704, 2218538.056547362, 2155256.6244276846, 2083268.8860358624, 1957432.3063870585, 1889968.5667491641, 1819959.9134046242, 1770765.471975576, 1744407.966790932, 1706093.1481831414, 1700447.4810692111, 1618868.5204257092, 1479762.075838754, 1391044.5353106789, 1289435.4036252727, 1107730.4233306525, 1102551.7227465496, 1020977.6720020903, 985727.1063450993, 955406.5412756092, 882669.8138825337, 851929.2202613967, 951794.7134713755, 1101565.1720110825, 1209439.1235426841, 1260026.7982305137, 1362774.4983724705, 1496533.3886171503, 1563339.4695667606, 1710229.9879027354, 1917492.3512310255, 2054354.769158409, 2183905.81848933, 2284069.1102895755, 2220049.69464728, 2232872.3676419174, 2362497.259335655, 2401158.4252829617, 2443127.24288112, 2533906.045773435, 2560951.379674566, 2637822.23293625, 2719264.310985771, 2699147.954746596, 2697155.6554156435, 2682165.0113419965, 2714453.5274263937, 2739029.641972232, 2752925.847100621, 2884059.88721534, 2903010.3379063467, 2883902.3818332492, 2832144.2824070817, 2867618.57936028, 2949804.099120963, 2980267.399495461, 3081748.7122536134, 3224366.0400994294, 3207027.932264121, 3242479.7355787633, 3200723.1202324824, 3205969.2946658004, 3158757.895443356, 3134350.4348598514, 3053670.616585369, 2961437.7836758643, 2937009.899335955, 2899448.48267016, 2854495.984984373, 2810367.407399077, 2774749.6712362217, 2738825.1638876325, 2708855.215812977, 2673786.5096730334, 2647568.4208703376, 2725390.384110156, 2781489.13200496, 2792995.1226868625, 2759471.8933761143, 2696862.7513863696, 2633948.065180338, 2593105.9483472714, 2598301.052667597, 2568970.707810868, 2585827.260950342, 2583033.5006114473, 2579872.2099968796, 2652183.133156944, 2720761.980539151, 2786672.9068506886, 2823083.702598846, 2813799.3133376734, 2769618.3954378706, 2750220.6623302284, 2665748.1295345584, 2592696.9716776153, 2553866.058226587, 2539891.573965317, 2520398.5031675817, 2459086.201748416, 2423564.6747737066, 2410018.132906896, 2386158.246578241, 2322415.497261584, 2292398.318169008, 2258188.8631507163, 2184920.02372227, 2190529.933931176, 2165028.349528099, 2110801.34335834, 2039310.5034468235, 2026170.2755126192, 2026521.2341032727, 1986550.702583642, 1934448.7899018861, 1911877.054093126, 1912739.2452835878, 1885806.8409121428, 1842603.4140263097, 1812907.656865386, 1822991.3892773993, 1786914.9060230877, 1780860.2494828808, 1752128.9630979549, 1704645.1160997455, 1668173.4945909206, 1623021.9455120226, 1573130.3163803902, 1497669.1619332458, 1491774.7468337503, 1498100.2583671564, 1453713.886354011, 1433123.4827972269, 1427568.9638655428, 1421492.1537588015, 1393252.5269852234, 1385448.5611088376, 1358245.2119328482, 1360605.1940379732, 1346091.5794000952, 1351530.0400074567, 1414005.9871415966, 1472469.3578777076, 1504025.0704881798, 1583128.4181187141, 1627095.2309242592, 1632295.992345945, 1681164.3348220068, 1701790.5032126599, 1748437.0335238336, 1794077.6954325582, 1826288.1541120918, 1868952.687689485, 1907275.9382610682, 1996960.605141668, 2084114.5069557647, 2157716.1358943726, 2175280.9315400016, 2277212.849645114, 2351542.7709183833, 2414942.6440840904, 2533530.2228139685, 2575265.673455479, 2597383.619991502, 2658663.0598119423, 2682839.246615813, 2738280.8100331575, 2762157.732973972, 2841713.308003881, 2927951.769439301, 3001407.484415149, 3000893.486305557, 3059598.457038818, 3097040.0081341774, 3139726.036706862, 3155211.8428220707, 3112221.0115637397, 3031421.4688510904, 2975735.4483770817, 2957060.634894115, 2991569.7053844784, 3039300.2304624557, 3192624.5209848564, 3182928.437699162, 3070058.6222839165, 2962534.8360658963, 2795957.280003959, 2737811.063011284, 2677406.6739491513, 2559011.4842193015, 2540366.8786503044, 2470855.729401817, 2374855.5873350822, 2352946.5059138164, 2248008.0997777493, 2228605.512232536, 2118497.622221722, 1990809.1725617356, 1964476.316963785, 1924950.8610868186, 1801135.4757904066, 1702964.9567273408, 1650871.7148659406, 1549848.3805153053, 1488881.426073549, 1427165.5012761904, 1390419.9969771306, 1358250.7388231023, 1325150.1869468556, 1280741.5992265644, 1255149.313384909, 1225887.1655557116, 1206172.7280331848, 1161943.7424086006, 1117170.3602762925, 1116813.8755305042, 1144174.7720383196, 1156850.7077609934, 1190078.4068022214, 1197119.6723747426, 1216629.615107181, 1220387.904271783, 1222496.4150151836, 1238386.239970719, 1249152.632138961, 1285765.5460162067, 1286058.4714011808, 1256486.8219892127, 1194278.8478078505, 1138064.7887717637, 1099437.3175018192, 983823.0896570348, 864356.4446798831, 727770.303654843, 571027.611402873, 451273.61260747316, 305377.473961849, 218798.69488269422, 112599.43783140312, 31249.090295813618, -98306.82433813708, -154703.2460111542, -180027.47167325913, -222733.77618407263, -267357.33100520883, -275196.90577705856, -350554.2276931507, -393708.20300554356, -464872.46278407524, -500189.46061881684, -631972.5963789109, -692586.0337824336, -731550.6321503919, -759356.4342022445, -823949.2474497783, -856452.9174478748, -907543.5440535746, -974584.8117055793, -1080043.3781295365, -1103433.1958137713, -1151384.5410142809, -1257937.5652619577, -1351784.2103088317, -1518928.2241651164, -1571311.9103011684, -1647732.4012851082, -1722007.6171087087, -1788329.7112609176, -1828985.1894921474, -1880893.396351696, -1995686.5892775203, -2015213.1206380185, -2091208.2628619734, -2115935.8132328033, -2192199.0231712763, -2273197.406892918, -2335923.4194651362, -2367920.0226309276, -2362572.3407496735, -2467470.441052143, -2517156.9508912996, -2535467.3020242574, -2579963.334447822, -2618009.140533059, -2654153.2974855006, -2712038.395468446, -2751580.096195588, -2796631.4357505534, -2803826.8269440914, -2860113.565862542, -2937965.9403968756, -3026825.7131070844, -3075104.8988397154, -3129118.518325833, -3144584.771239955, -3198923.66371462, -3253893.163955248, -3330547.23607197, -3440928.5629590717, -3505100.833206133, -3553766.682775185, -3595258.2511450835, -3600828.323314421, -3630511.2870871886, -3614708.794264853, -3635058.4613554366, -3614454.620259744, -3627494.5246142554, -3621897.3938489193, -3664101.948469595, -3681027.9710865556, -3721426.0496953884, -3723994.143971552, -3685883.458400233, -3683928.019732979, -3636202.1479017795, -3651025.3737633545, -3622289.6943545924, -3559591.75804646, -3487915.725094534, -3468430.3820212665, -3386325.2086617546, -3286196.4912592084, -3195573.6601684685, -3195286.201875618, -3056312.5110281804, -2975514.3112761364, -2897411.888178301, -2793293.482309266, -2715818.497002963, -2551130.2356562004, -2423177.722365006, -2364840.6336035104, -2320757.329597467, -2232391.450666751, -2104080.5094688353, -2036933.8645544844, -1932525.3715266788, -1850468.0572448515, -1783222.9081355815, -1689178.1870801232, -1591263.897125597, -1545363.2580308001, -1448952.4104359224, -1405124.2140841235, -1335148.2678375784, -1287556.193010848, -1208328.1507877468, -1147709.1552539354, -1109474.092053667, -1044588.5250922005, -980421.2167387108, -958192.0312175561, -915789.673982876, -812464.3603166523, -740868.9747199645, -673203.2192596991, -652416.5740906317, -619244.161458619, -538822.3362436268, -425543.1011619134, -317591.84024952987, -229338.41355206206, -118855.8146797704, -83323.41573925798, -49128.524692336665, 28734.353666424777, 108034.22373466403, 124161.69916158426, 244263.85516175235, 328706.4880747212, 399414.7858162099, 417554.04552702006, 465477.7240800845, 480814.8479581777, 510372.66248191614, 471883.3913625664, 477507.0034366109, 453539.63819523354, 455877.513366074, 522777.76947271184, 600193.0273138116, 670658.1516203965, 669337.2241517515, 669392.4930834755, 656915.5317791294, 634100.5169072375, 571494.6338934761, 534818.168443688, 503792.8985570574, 534168.6917002782, 533079.8941957059, 553990.9623560886, 552755.701654309, 534085.7883370661, 503218.1018727966, 463988.2268031125, 466798.6511612127, 465856.3161517519, 516836.36161551235, 598242.0340057588, 656760.7787710407, 725766.8047639334, 733700.6604086807, 776785.560864158, 834080.1124136046, 873149.7357095953, 952198.1770174428, 1015481.1698140102, 1057344.6802172863, 1071200.4144801814, 1092456.849514493, 1139711.80369894, 1163270.1974505233, 1180793.2213946336, 1225505.809750856, 1232577.4727541131, 1262729.4498362807, 1279006.1544212024, 1301702.3441032819, 1324583.680490946, 1406566.7981777184, 1454006.811111354, 1537274.7477443907, 1575352.116998568, 1595666.1112175689, 1670751.7661584108, 1725671.978661575, 1783303.1140280704, 1836037.5157871826, 1936734.152035598, 2042427.6825968819], "type": "scatter", "x": [12922086.297707008, 12889094.50302547, 12785860.407360576, 12921996.521067554, 13074906.200181384, 13144452.254043488, 13207735.79300437, 13223634.092584603, 13057721.460804654, 12948226.60217593, 12897031.061576346, 12871154.442680208, 12838026.005963983, 12865687.945337353, 12674012.469342005, 12571882.782583281, 12493542.449354189, 12471343.257376915, 12354221.383315254, 12406012.634754533, 12424749.908501828, 12472942.898369344, 12585866.609671254, 12737330.386557283, 12669291.859249173, 12725775.33120184, 12804625.783357065, 12720138.38591393, 12810166.765302068, 12715301.692642692, 12791366.253313977, 12763271.736331895, 12668174.857769996, 12491882.433268035, 12222667.772922473, 12115073.73798079, 12116681.528488152, 12070197.531754177, 12165256.370534657, 12161193.59660435, 12173407.392979473, 12214510.05622801, 12105219.548123693, 12025912.035672354, 12079748.660211807, 12018631.420788974, 11815279.505255109, 11662545.939441865, 11662201.13475371, 11791989.19415491, 11650331.041013395, 11543392.001915848, 11471737.694629202, 11337776.831459707, 11295660.02866316, 11045489.234636907, 10825501.256912144, 10767198.05557289, 10683904.757485118, 10819771.201979592, 10914591.150049472, 11011670.138887474, 11017825.16592083, 11110790.674042158, 11325197.121444914, 11403247.031885592, 11425907.457541743, 11517889.037068292, 11606468.176726757, 11588824.419604054, 11610615.344838612, 11578200.157314884, 11543028.822742203, 11527547.765454326, 11452051.456632636, 11398805.322324548, 11313466.5293391, 11245421.11471876, 11252979.119312998, 11216532.880447121, 11200211.221134529, 11195331.99236756, 11241853.057983397, 11210067.324654045, 11204949.16486121, 11189252.865237512, 11140667.596893743, 11117949.221672734, 11139119.915733535, 11134946.1099138, 11178563.677465616, 11251748.427189777, 11389289.039681021, 11443918.623651499, 11500952.791389052, 11493451.701808592, 11421730.547347125, 11369403.382751662, 11292847.842812972, 11258269.006278645, 11240079.080853058, 11151257.625496557, 11208673.764650313, 11105536.099846212, 11053155.116017269, 11052048.547240932, 11030416.141424535, 11017853.634487329, 10990441.73571807, 10958723.82452472, 10960178.946818866, 10974757.845845765, 10957381.9456759, 10950850.325234562, 10936291.631842697, 10879458.255656213, 10823712.300916849, 10717572.52125889, 10677922.82201956, 10597770.955198793, 10620335.470984243, 10581579.607878324, 10614185.176003745, 10539307.626807429, 10483231.00917905, 10422382.182146829, 10402038.228275897, 10318751.736315364, 10297331.235696163, 10376408.756078595, 10456246.84406734, 10480539.910936808, 10564046.570901766, 10628662.653955877, 10725714.387827912, 10783995.312171847, 10823457.760691926, 10711443.167343168, 10694882.727417387, 10631053.381266322, 10615881.12071648, 10735367.575472157, 10811620.01767082, 10903268.890219139, 10994459.117536856, 11021053.297333684, 10974295.028261097, 11015072.782376487, 11079348.118993292, 11093057.078114321, 11095483.990192441, 11047332.676522834, 11012959.3896159, 10974470.257143807, 10918349.743452836, 10812245.565054612, 10701349.16731426, 10599563.971632566, 10551728.767119858, 10513507.504640404, 10470745.323798422, 10350772.245045902, 10255614.69609072, 10244824.011375502, 10242706.804236582, 10192332.684703372, 10155323.293641392, 10170395.497294743, 10040514.571477974, 9999670.617977116, 9890836.943311611, 9829457.813476473, 9820595.495037273, 9909022.634095201, 10016919.534474162, 10111056.937621355, 10179603.868906878, 10246876.892409956, 10253803.404002445, 10181939.43744306, 10080169.208987607, 10010398.711710101, 9900043.905506218, 9861170.41494386, 9882272.82220066, 9807745.197289761, 9727800.009554533, 9684947.416128587, 9627528.663057622, 9538574.703428175, 9458533.72571296, 9463828.072144883, 9381355.57560696, 9385500.593964808, 9348304.344986627, 9324931.702341119, 9336787.002204277, 9398312.836277604, 9442774.387181588, 9465092.354477268, 9520991.15449733, 9578736.45672536, 9630400.858829586, 9652576.31404937, 9711350.43628728, 9754135.471464192, 9762546.657402849, 9754363.905263668, 9764862.14740414, 9773796.354938878, 9807906.147436323, 9847274.3757705, 9846098.151194394, 9779219.757899394, 9688378.574998982, 9574471.126456542, 9561724.320221534, 9504634.072707534, 9488099.83520028, 9451566.703112127, 9458327.393636087, 9435326.683904717, 9396002.115964524, 9377066.977754192, 9323615.544014407, 9274989.440128697, 9263217.706611797, 9241886.44587449, 9248003.107250791, 9268715.368730048, 9253722.078221686, 9275967.672723668, 9238911.34901536, 9235563.57552045, 9191892.551778648, 9147375.2291081, 9114099.70283035, 9062240.055589085, 9007760.256020445, 8911118.92240587, 8857558.052526457, 8796637.261935495, 8812007.547922304, 8779229.35241592, 8689501.526715994, 8695539.032391211, 8639345.980768073, 8561519.50649634, 8527340.123036802, 8514365.654063653, 8489418.432120891, 8441735.18948685, 8356053.046030717, 8370850.839719358, 8350239.232351599, 8307856.952883181, 8297121.446445869, 8269311.241194576, 8232204.342711063, 8224335.16478852, 8161211.694249268, 8050107.518076204, 8065983.655212122, 8024645.690900042, 7900183.526315362, 7811621.3740447415, 7749647.190647099, 7664815.520445112, 7670140.789679576, 7626475.175309073, 7546419.524827096, 7503372.213750377, 7483507.089595558, 7515730.087470643, 7528075.784194239, 7496065.526371185, 7507743.064952896, 7459404.733631453, 7421299.145366745, 7451849.968028716, 7367625.957981252, 7339498.110030619, 7303134.620058854, 7209215.536205433, 7157622.880601314, 7115023.377050124, 7078821.873487154, 7021810.301039528, 6988250.6692716, 6966472.470969421, 6868108.781361418, 6808775.405395274, 6766517.2839105595, 6752918.094395968, 6724027.6276338855, 6596158.8666158, 6529488.678170139, 6394767.8728989605, 6434979.393355766, 6403015.681879084, 6284394.697510482, 6213673.2131218845, 6176932.200665221, 6095556.318892521, 5928884.61931442, 5779853.24921186, 5652225.176216419, 5475597.064869649, 5372605.059089818, 5267409.053263663, 5212475.82438254, 5166301.33327247, 5098397.288099426, 5012268.357160051, 4896225.006174315, 4794126.413144297, 4702515.179520201, 4629017.3035728615, 4543175.964163022, 4496714.205452526, 4434355.3874286795, 4406029.894949944, 4351516.422850554, 4376484.48649172, 4371433.123371648, 4410575.061192878, 4457024.609652119, 4504730.133772461, 4524592.711608881, 4591886.080957143, 4602157.177122182, 4596730.1212406065, 4611988.178746293, 4641370.608564901, 4657022.359055709, 4673272.982662413, 4659613.2399438545, 4678582.493825705, 4702410.154188377, 4733704.08110185, 4741716.408698135, 4727867.7089220015, 4749159.246674448, 4765060.11678118, 4771157.385664614, 4841691.104124217, 4918105.536877719, 4974031.304523286, 5029934.885203656, 5091252.981088077, 5141818.085887181, 5164224.548724442, 5176663.856435465, 5173193.204981953, 5163444.403231645, 5185194.421270221, 5234030.34584134, 5289363.810412427, 5358356.279430293, 5414902.782751293, 5462567.074109199, 5490878.822570797, 5525238.6270796815, 5527327.132407138, 5499589.286666797, 5487527.451361506, 5451581.067127696, 5423426.143672115, 5380875.101432277, 5363783.026289826, 5353510.02302844, 5370998.4087374285, 5363341.142258621, 5320537.85266982, 5265763.829895545, 5260933.585541145, 5241454.241635065, 5183459.129072504, 5149098.201829117, 5152889.881224311, 5110014.0532157915, 5057807.954498008, 4998074.238919564, 4955408.693403826, 4889919.9390457235, 4875093.400680288, 4875310.321436998, 4785116.335542951, 4638636.291342299, 4559007.292033119, 4518083.064929567, 4489651.045814948, 4437169.646198992, 4378450.059343391, 4300034.1855787365, 4276648.21565542, 4257454.449827293, 4233229.213129081, 4219909.569241006, 4173382.1492033205, 4144035.274929785, 4078878.0377310165, 4051810.8099272815, 4051852.2525203903, 4035060.4070473965, 4012876.4227007315, 3983749.366910185, 4002191.9791959743, 3990003.210608452, 4000204.5339854714, 3993464.1824540705, 3978749.6749360505, 3948756.6394963744, 3939069.502124858, 3888687.1877176426, 3833743.750411998, 3802292.0671966104, 3733675.060009338, 3691267.559525039, 3623874.7224197555, 3608713.7968420177, 3608750.9877532157, 3548216.032436594, 3502232.6620894764, 3451000.700072418, 3416554.098017663, 3419877.9514910085, 3390340.7969094343, 3361772.4811538393, 3319920.6290847813, 3257346.8999589738, 3204718.1182915405, 3159344.631174132, 3168563.333876427, 3169349.4722333853, 3176794.7843986168, 3172348.1470828247, 3150682.1169436257, 3138041.3604061236, 3117791.153111598, 3097985.6682239845, 3064829.8516751016, 3019838.273325156, 2942099.721045016, 2933607.7170590865, 2980725.721528036, 3045264.193828766, 3126807.3109201617, 3164752.2135857446, 3198331.635751016, 3288510.7738743476, 3271351.0342870904, 3278484.2785463156, 3391634.7873692582, 3409121.791355014, 3444901.656287484, 3425661.5128018954, 3445193.0523409317, 3486279.802882552, 3523154.386537137, 3576260.967457797, 3637036.0090861567, 3667829.7951687207, 3721654.209477157, 3854203.9409706187, 3909046.8737378996, 3962557.9928566436, 3993454.8132653465, 4040914.7238383084, 4064475.8027298264, 4063290.587600858, 4010710.157415836, 4052125.88078845, 4083408.9704335616, 4103408.5917101544, 4147357.1808019513, 4194039.4312245045, 4281685.373977253, 4383514.3131601745, 4464951.80791192, 4511263.873779621, 4544025.883752684, 4597353.184551861, 4627279.318779972, 4669883.880345091, 4719197.877131664, 4761982.679074046, 4797563.049073411, 4801037.823734663, 4795082.836409273, 4797755.516785873, 4779428.608904975, 4757107.6128738, 4715587.915322872, 4661115.214006862, 4583866.8672414115, 4505707.436941759, 4397041.775931071, 4303565.865554272, 4163104.29349833, 4075324.309247672, 3971727.4548267024, 3949614.4132571956, 3928095.0501063205, 3861574.2873222413, 3837806.021475897, 3802324.7977894545, 3788026.0694064964, 3757124.0545589156, 3737643.96398746, 3699084.439973972, 3653273.9749222817, 3657726.2746546627, 3717299.247719834, 3719546.5310616465, 3692207.0827162466, 3696865.2034839913, 3689485.3291206574, 3720658.696300598, 3756638.720369598, 3790442.0506437887, 3804144.173086693, 3796664.9426484024, 3804758.8551755124, 3801366.796112921, 3815400.818176412, 3783781.693684542, 3743733.6047363267, 3680808.586014451, 3593382.516749084, 3485581.265148168, 3374361.921176145, 3337555.845065096, 3268727.2019558973, 3229195.920641113, 3217433.36313254, 3257133.438868082, 3272011.8033155627, 3271399.956548733, 3288032.9003570457, 3279416.9517221814, 3261514.180481653, 3282134.124922985, 3265675.428998716, 3224785.8099933174, 3146589.2402048744, 3032339.174061495, 2989498.261683252, 2994352.850226263, 3017291.6224694955, 3005479.6275861952, 2976939.32504999, 2959342.519350471, 2931929.461860559, 2865483.803388381, 2846463.052117577, 2803521.0993249267, 2773634.1389996135, 2715782.7142605567, 2604259.080654836, 2535170.6470867298, 2463143.3419630276, 2365914.0821981835, 2319797.276236957, 2305766.1845146962, 2252700.1995801707, 2206770.6158089372, 2111432.3602966443, 2056241.8329761291, 2019618.1363201337, 1924373.2688355655, 1846952.6324400206, 1789095.0843882705, 1748381.1772125533, 1713112.7615573138, 1683069.8705746857, 1647520.3352161525, 1642405.7567050222, 1632237.9775120674, 1636408.4747454168, 1611292.79636563, 1641392.7999584123, 1643530.9786925688, 1589528.065046616, 1548299.4010847344, 1548176.547742269, 1488876.625066503, 1424217.486068206, 1391213.7528066535, 1374383.9886381193, 1354088.9565070556, 1327687.4857308862, 1328690.138015092, 1318185.60582108, 1283161.5952891621, 1237194.477653085, 1190931.6631214533, 1171909.2230615858, 1098066.013986459, 1093768.992638773, 1086067.03822387, 1100435.5987802846, 1134131.4341236427, 1139648.125315764, 1171336.579215929, 1194248.6824674346, 1249013.4540164452, 1279712.802023729, 1290520.14106009, 1286280.9580997396, 1258573.919938295, 1234164.4430653017, 1211634.028658668, 1216877.2177264944, 1246166.8337300792, 1218398.7768859721, 1199605.8222532824, 1152811.3325439414, 1161899.9464333232, 1148880.4375967344, 1124091.576143827, 1047122.8442469814, 950494.2004396924, 888312.8837929891, 831137.028735161, 834203.790391491, 854853.5520430389, 877813.0675016185, 896795.630245388, 879084.5422495975, 911315.631316957, 924877.3623162722, 887752.2770418734, 844624.2837385674, 825284.9774944127, 801063.4470007471, 802043.3474810494, 704202.8537559264, 668372.2647890934, 632148.6303749086, 556650.6007917628, 505978.8015238994, 474745.5895039709, 407829.64793633966, 336985.42892725917, 253782.39441307302, 175872.2061694101, 99969.62043021893, -47884.79998958661, -100347.19854644855, -185384.9425363492, -269460.64878092107, -312385.2442582465, -378177.26585281955, -438658.56346602965, -550454.7943637811, -616040.343913574, -709589.6797954225, -727815.8387222972, -752539.4776061951, -849621.6603080286, -935000.9638840494, -1015061.2180297069, -1078162.1411862345, -1103507.7505229134, -1171074.6683231257, -1219747.285844367, -1235927.5828686897, -1246811.0084082559, -1287511.0852355885, -1323679.9924143704, -1347615.0094547616, -1370859.4664370304, -1381000.4070449271, -1394474.6166690642, -1421581.718669042, -1471155.4786570596, -1510600.7009129156, -1531730.7726220186, -1530945.5911149313, -1559223.4457575686, -1564839.439539996, -1578889.9794432842, -1566091.4760469557, -1603175.100047485, -1649109.3673045277, -1607541.3848975773, -1560689.434764081, -1537326.9587380514, -1544151.4631239346, -1516936.4709287002, -1503071.8733993024, -1510873.3651594664]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y232", "yaxis": "y2", "legendgroup": "y232", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7112985.022461458, 7182275.269446807], "type": "scatter", "x": [-12307532.113753242, -12369198.844133493]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y233", "yaxis": "y2", "legendgroup": "y233", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1718409.6443203983, -1713463.1225952457, -1764895.8994098562, -1770610.6537325026], "type": "scatter", "x": [-16810129.634896647, -16791979.749438457, -16791415.25402721, -16797754.71578672]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y234", "yaxis": "y2", "legendgroup": "y234", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-901828.7330193059, -898208.6158568495, -884850.1076960254, -898109.1317219401, -927086.6514530649, -973905.0031780382, -1004617.981511948, -1084492.527966938, -1108020.5186504736, -1095187.0687848504, -1058825.823202763, -993586.2902183651, -951101.0211180458, -925870.7340820166, -901828.7330193059], "type": "scatter", "x": [11858600.178994324, 11924569.036635902, 11955034.863690842, 11989660.87282222, 11952715.759638624, 11850778.176045861, 11769374.959022725, 11700859.74647996, 11618179.454486983, 11608099.69516148, 11619886.60124211, 11666011.708515367, 11762572.777203545, 11775665.47411604, 11858600.178994324]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y235", "yaxis": "y2", "legendgroup": "y235", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8403591.682450788, -8404030.45574384, -8371638.518282739, -8389267.693343287, -8369350.586195441, -8370414.423529523, -8393775.462927297, -8370414.423529523, -8367165.27798488, -8357006.766711941, -8370414.423529523, -8377192.78312358, -8395769.748700012, -8409651.64912629, -8426348.30631745, -8438586.29628339, -8424286.018237477, -8434534.465984773, -8450572.922422655, -8435549.340162104, -8421177.08452866, -8395769.748700012, -8393607.115000185, -8380504.028535509, -8358141.257728385, -8345568.011859162, -8318661.558394966, -8293377.952859782, -8269925.396045317, -8243383.25058427, -8225335.020580266, -8201715.4176978115, -8180342.182164751, -8184378.120807932, -8173590.608509273, -8196407.975309782, -8176297.47128498, -8150383.356032987, -8126790.763570319, -8097125.810497049, -8077037.1110292, -8055253.429056175, -8050862.480718457, -8040581.697272213, -8033203.057662569, -8004911.972399214, -7980792.967111379, -7953350.6598369265, -7862958.815685017, -7870864.442148743, -7896017.586518452, -7888174.708690482, -7877168.51987349, -7911629.120790254, -7903835.851653981, -7886605.367159597, -7864543.956191811, -7837555.389013973, -7829578.084440658, -7799112.176001746, -7768428.189153043, -7739169.804220836, -7724479.5212540515, -7752195.350335682, -7735910.572751785, -7714666.4599290285, -7713030.10034177, -7704837.291648316, -7685132.989997299, -7667015.838291327, -7648846.887328326, -7653804.815297872, -7660413.752753103, -7648846.887328326, -7663713.475980189, -7662063.828207122, -7650499.957662151, -7658763.249618682, -7667015.838291327, -7663713.475980189, -7665362.696071759, -7667015.838291327, -7663713.475980189, -7638910.746134377, -7625645.862772536, -7643880.744655378, -7628963.557386193, -7599029.533623494, -7625645.862772536, -7655456.602598674, -7683488.905511649, -7658763.249618682, -7690062.677320491, -7699914.831547667, -7722845.866932884, -7717942.1633133935, -7703198.3417187985, -7706475.813882685, -7717942.1633133935, -7732645.095300754, -7696633.935574378, -7668664.201889817, -7638910.746134377, -7632283.914838811, -7600695.4407877615, -7568952.409643566, -7505011.609710114, -7516836.146920211, -7521895.480099381, -7516836.146920211, -7530323.591741449, -7555543.713004437, -7585678.070332607, -7590689.181169018, -7578996.471030301, -7562253.695233859, -7552188.3664791435, -7572303.615110471, -7565603.907737275, -7499934.981498489, -7538741.001151866, -7553866.253564522, -7545468.109472205, -7578996.471030301, -7582338.1259909365, -7592357.227757219, -7610686.291075909, -7578996.471030301, -7548826.87940913, -7582338.1259909365, -7573976.368157579, -7592357.227757219, -7620661.731915416, -7612353.590541048, -7594024.846687404, -7572303.615110471, -7560577.947509597, -7550505.622912136, -7538741.001151866, -7520209.463340681, -7493161.635631452, -7455792.510004937, -7419927.906957116, -7385594.784413644, -7351090.444748342, -7316419.475818636, -7285063.274156803, -7250062.336660342, -7214897.505610431, -7181332.161018661, -7144065.089471746, -7108413.368252992, -7069013.385033715, -7033033.569331833, -6991475.711671999, -6964267.138559467, -6929691.69847132, -6900470.583850812, -6873004.545945268, -6832579.33212013, -6806770.478039191, -6782746.1140542235, -6777197.718410199, -6747543.325837477, -6728967.6950060055, -6717808.271662794, -6693587.050705171, -6663708.265889899, -6652484.195191394, -6676793.266874092, -6708499.37186607, -6736402.693315108, -6756819.339632803, -6741971.975607894, -6751252.721199402, -6773492.31197104, -6797537.5140228355, -6825210.812037125, -6861995.894597104, -6896814.154215987, -6927864.373679263, -6949725.858616747, -6956996.942214321, -6987854.502061566, -7016792.910211043, -7056439.493002561, -7090526.533170668, -7128038.243287734, -7156510.239832513, -7177787.682937672, -7206079.140681696, -7241285.669103945, -7274581.622386637, -7309462.907106096, -7338975.30415433, -7371811.775410903, -7452386.678393377, -7484686.437239638, -7518523.018947442, -7552188.3664791435, -7597363.198799027, -7632283.914838811, -7660413.752753103, -7671959.646036845, -7701558.96409468, -7729382.003164445, -7760314.18925471, -7773284.853611053, -7791057.16747763, -7808756.978035737, -7842330.930628002, -7845511.105504648, -7842330.930628002, -7848692.623574682, -7848692.623574682, -7880320.053252477, -7894444.027341199, -7916294.893313022, -7944135.782868426, -7968634.422193669, -7961004.524581177, -7980792.967111379, -8012394.65373563, -8042053.257002125, -8066904.554393511, -8094268.810105567, -8121183.347304749, -8132377.283927489, -8151758.594039804, -8173590.608509273, -8195074.129157094, -8205684.847055303, -8224032.18085643, -8243383.25058427, -8264922.215218178, -8294596.580236654, -8317473.53670648, -8295813.693696667, -8277388.968692644, -8257366.57575104, -8240823.167447846, -8222731.345584974, -8221429.089755024, -8230518.403126264, -8245940.912620433, -8217513.815284545, -8197736.921706697, -8196407.975309782, -8181687.6850123145, -8166805.000010204, -8157249.8048927095, -8144865.454836851, -8126790.763570319, -8101396.174954453, -8075593.774339329, -8047931.959746675, -8050862.480718457, -8062541.850814049, -8062541.850814049, -8034680.256556935, -7977761.278721519, -7961004.524581177, -7942597.400642145, -7924062.088677963, -7900708.555500723, -7877168.51987349, -7845511.105504648, -7831174.074912295, -7819979.565980503, -7813572.9559862325, -7810361.5338377645, -7799112.176001746, -7782987.177494479, -7763562.2779066805, -7744059.245874659, -7717942.1633133935, -7690062.677320491, -7665362.696071759, -7632283.914838811, -7612353.590541048, -7577325.002069236, -7550505.622912136, -7533690.063726446, -7513456.666293992, -7486381.438722207, -7452386.678393377, -7411360.678165567, -7387314.599542535, -7392476.013195893, -7421639.165630408, -7425060.400167838, -7392476.013195893, -7358005.921120304, -7366639.49558723, -7399350.391452066, -7404498.285027328, -7389038.52315646, -7378706.705140315, -7383874.541693352, -7419927.906957116, -7390757.481972697, -7375262.369134355, -7363189.171110227, -7351090.444748342, -7330307.488331969, -7316419.475818636, -7297275.875736929, -7265834.633279135, -7288556.702015038, -7276329.116641051, -7318156.40207497, -7349361.645801905, -7332040.992884003, -7297275.875736929, -7272834.00094739, -7278075.882499819, -7311201.544765549, -7278075.882499819, -7267583.961310857, -7264084.879899112, -7265834.633279135, -7276329.116641051, -7281572.737603266, -7311201.544765549, -7337243.511031639, -7321628.971876774, -7318156.40207497, -7318156.40207497, -7316419.475818636, -7304239.837341207, -7293786.731395023, -7269332.863587061, -7253572.826074769, -7244800.3770025, -7220180.773167251, -7170703.2080338085, -7140513.120629813, -7154730.213731873, -7186643.4928196855, -7207842.708626911, -7200781.312484801, -7232498.4993698085, -7255325.124108449, -7234260.4800354205, -7195479.785324873, -7179562.46017119, -7149401.790227613, -7136945.484371706, -7119125.858271582, -7099474.793969459, -7077984.6834490895, -7058236.2220582, -7069013.385033715, -7036641.158663727, -7011375.882300358, -7013181.925902429, -6991475.711671999, -6958818.620388032, -6933335.682962724, -6915092.211618685, -6900470.583850812, -6893156.358894878, -6898642.539947791, -6907784.152292529, -6933335.682962724, -6973345.652714813, -7004143.271437314, -7029429.244188768, -7040242.502758914, -7065424.093606405, -7090526.533170668, -7095898.53679186, -7077984.6834490895, -7040242.502758914, -7060027.834215949, -7070807.460761739, -7081568.636838891, -7088736.667737108, -7088736.667737108, -7183101.45607373, -7206079.140681696, -7246554.784557661, -7269332.863587061, -7302499.488287381, -7337243.511031639, -7335506.719264099, -7370088.109722652, -7402782.74809892, -7438737.240805151, -7466004.22737336, -7474502.968644033, -7459196.631161339, -7425060.400167838, -7392476.013195893, -7364914.547141153, -7338975.30415433, -7307719.252751102, -7264084.879899112, -7255325.124108449, -7251820.105544357, -7241285.669103945, -7227223.96207989, -7191946.492625856, -7158280.498341817, -7124479.169726759, -7101267.058157581, -7083364.765419366, -7052840.160276851, -7036641.158663727, -7022211.383265908, -7031231.592545493, -7022211.383265908, -7011375.882300358, -7016792.910211043, -6991475.711671999, -6929686.890181787, -6955179.702595969, -6998718.548874884, -7016792.910211043, -7024015.2148076, -7013181.925902429, -7020407.182190974, -7022211.383265908, -7013181.925902429, -7018602.611990008, -7038442.017311476, -7025823.434393019, -7025823.434393019, -7013181.925902429, -7025823.434393019, -6995095.47085284, -6964267.138559467, -6938799.036905813, -6869333.111441613, -6882169.979529953, -6907784.152292529, -6940624.256592808, -6996904.805514131, -6998718.548874884, -6998718.548874884, -6987854.502061566, -6975159.323455001, -6949725.858616747, -6922394.735716031, -6918741.7603058405, -6898642.539947791, -6916917.158913793, -6946083.395806594, -6975159.323455001, -6971531.623441506, -6995095.47085284, -7018602.611990008, -7027626.524668873, -7020407.182190974, -6991475.711671999, -6962451.321788683, -6955179.702595969, -6967902.490924393, -6976972.63525486, -6962451.321788683, -6962451.321788683, -6971531.623441506, -6980602.962494994, -6964267.138559467, -6949725.858616747, -6946083.395806594, -6946083.395806594, -6936978.269173603, -6929691.69847132, -6884001.086125146, -6845457.97704604, -6871166.578395397, -6913266.918827726, -6951544.16038997, -6982415.194079746, -6998718.548874884, -6993285.772769726, -6991475.711671999, -6986038.5751312645, -6986038.5751312645, -6984227.06509424, -6987854.502061566, -6995095.47085284, -7024015.2148076, -7058236.2220582, -7085155.783454243, -7106627.373344825, -7129828.940155525, -7145842.824847178, -7160064.40338076, -7174246.253810694, -7176026.51479393, -7145842.824847178, -7170703.2080338085, -7199020.758006872, -7220180.773167251, -7228982.558104795, -7239530.000284926, -7274581.622386637, -7295529.219397487, -7326839.196506661, -7340706.669700362, -7338975.30415433, -7344168.118060267, -7342437.607669189, -7349361.645801905, -7361458.813357869, -7382153.871382204, -7399350.391452066, -7425060.400167838, -7459196.631161339, -7489774.628293145, -7528639.714291957, -7558897.348945711, -7594024.846687404, -7607359.183286041, -7637254.679819079, -7655456.602598674, -7688419.875902264, -7719577.184639581, -7745686.62692965, -7779756.785185768, -7810361.5338377645, -7847104.318839113, -7877168.51987349, -7908510.232318683, -7937976.760569003, -7965590.997940607, -7976239.936644628, -8009406.35151122, -8021337.679290541, -8037631.289259563, -8040581.697272213, -8082802.04833419, -8116963.20693875, -8143483.5691272775, -8169525.462893011, -8192409.296580759, -8220125.415003613, -8244661.122825042, -8266175.226433747, -8286031.246778251, -8305502.258411977, -8324581.5460929675, -8353593.6958740745, -8366043.660204363, -8370414.423529523, -8387085.206811453, -8372752.038087503, -8390355.02518405, -8403591.682450788], "type": "scatter", "x": [-9775176.919127079, -9770797.584924562, -9814048.557561642, -9666391.486944009, -9657306.304791987, -9640426.910513723, -9497250.700811755, -9491660.447321305, -9487908.55830098, -9353358.621294687, -9265956.511749374, -9222406.964981077, -9091121.285934497, -8900293.707003096, -8734679.963670861, -8495044.422954569, -8376431.9991410095, -8121900.461249235, -7953130.294259447, -7847581.811400157, -7731362.76018938, -7777719.567441756, -7997021.143843634, -8203944.161335853, -8302387.847548651, -8479656.348137334, -8532503.865732577, -8569573.980857274, -8601474.806692554, -8671497.115773939, -8806033.996983822, -8901777.758884368, -9037698.107284633, -8889001.991721975, -8778945.98015159, -8646993.85599806, -8586780.849794654, -8544975.390315779, -8545938.988847813, -8625824.237890955, -8741908.44946455, -8872194.35192558, -9003066.133160662, -9130992.585344734, -9261559.8794419, -9357941.99172048, -9484654.238352107, -9587468.569338515, -9784827.903601455, -9739338.653493468, -9635160.861577392, -9549238.398214884, -9472522.46028635, -9356620.40134876, -9274243.16297462, -9224625.693691483, -9187775.39040273, -9165837.818756517, -9086176.10399894, -9141460.916375263, -9215964.897287283, -9246527.825765666, -9188854.982490387, -9106162.000372263, -9036276.125366962, -8997050.848113306, -8908797.51014442, -8835614.17246422, -8779569.605994996, -8737780.224247057, -8686539.689036429, -8629043.563442098, -8575497.95539837, -8496547.49949327, -8389985.725718446, -8304442.361257652, -8236327.029712543, -8138231.325930227, -8031552.054343742, -7946933.003796576, -7851864.037104119, -7754329.150165924, -7670806.78323524, -7637208.767558349, -7575637.517568052, -7472230.292583098, -7413703.594332094, -7380156.947015211, -7306596.96984566, -7247878.116320006, -7172158.846730757, -7135816.835723986, -7021604.971503894, -6923554.72813423, -6822416.654223834, -6738815.558650252, -6675255.025451154, -6575496.533043253, -6476457.251172466, -6372748.751086442, -6379612.045037266, -6451705.570232721, -6515512.481272934, -6605933.0184335215, -6676840.965910778, -6724730.569880776, -6814520.87125764, -6752214.532399343, -6660985.4076369, -6581308.389952296, -6490822.778559443, -6399112.337156007, -6340792.078613174, -6248067.385848527, -6175730.5466198735, -6102743.224430394, -6031837.024991899, -5946589.588354134, -5866149.041280506, -5868986.533097605, -5781888.239690282, -5692951.445631353, -5618510.140623972, -5535588.932133651, -5447428.816195861, -5359983.524173749, -5266919.763732211, -5242878.413966889, -5242207.956681265, -5149787.633255781, -5067465.911521534, -4986620.682375517, -4919573.77530728, -4840169.219209189, -4787234.0036593815, -4737567.907763173, -4667182.004808329, -4582486.086022068, -4507599.537491405, -4456211.7401255425, -4435769.510971658, -4444805.508278042, -4475752.068092949, -4518549.082648317, -4563978.451901195, -4606804.364124796, -4643523.145172659, -4669084.1283805575, -4683821.453228807, -4671736.988806308, -4666751.2362929145, -4676654.506707409, -4712967.34645595, -4741745.594612839, -4730851.239223567, -4707332.349358655, -4680529.332256173, -4647580.567358777, -4604903.12662849, -4597907.286438151, -4571788.395714174, -4538835.265835102, -4472434.252140898, -4441698.70614598, -4399609.456250867, -4345258.437632152, -4303920.027251726, -4276261.225037022, -4224131.146159869, -4170372.4441049225, -4183203.0546283834, -4244297.37946779, -4265968.313198782, -4326765.082421611, -4381844.577734578, -4420587.751350653, -4460967.92880923, -4482335.086912563, -4473597.141032041, -4451715.891053137, -4402518.616104632, -4439811.813572236, -4502447.226601156, -4524745.033571556, -4550429.146043573, -4572526.216424527, -4564442.465468034, -4518918.647000581, -4466358.539809988, -4397777.313666788, -4329553.598814085, -4281765.783218363, -4248394.258585909, -4208751.831435897, -4160257.715651794, -4121745.2325141593, -4065587.8286624844, -4026903.2271090057, -4001303.557633292, -3960166.171317874, -3940835.9835634986, -3953807.098153821, -3972964.592806465, -4050426.290980307, -4058508.5264696036, -4077115.307374479, -4149433.606332451, -4223272.873792625, -4287875.615575583, -4357989.870573777, -4379817.760540416, -4476681.868112189, -4588806.901701009, -4681421.745867057, -4785786.162719859, -4736707.412040314, -4629507.269730234, -4540761.706917322, -4476624.88518906, -4521125.123159795, -4632810.033783023, -4699610.864035406, -4671165.656103256, -4643066.901935645, -4547721.84122106, -4506767.749699688, -4404313.831476476, -4269455.456314555, -4145325.817868518, -4041099.4363987744, -3915385.884407209, -3762704.1176478146, -3605968.6468532123, -3491710.819827379, -3367494.679572435, -3286610.459379968, -3239315.705774506, -3190193.431606627, -3113191.3119989648, -3030865.7762792343, -2925861.776551835, -2837617.625185788, -2696653.5847269334, -2551165.207431037, -2426842.004045214, -2407410.5528663895, -2339455.819071022, -2195197.1557375994, -2089168.610577256, -1988010.108171822, -1872276.807674979, -1749189.1350829098, -1666361.2722828868, -1717644.2673165596, -1753279.8153467218, -1764240.247002625, -1878245.370133342, -1995145.3283008588, -2111164.183773506, -2140689.321257072, -2159063.8490643534, -2139470.858351972, -2060816.7271826246, -1965941.0618522207, -1900869.2836736927, -1835058.3666151967, -1790677.0270095123, -1710419.3053461744, -1629898.7860165455, -1589128.3664920095, -1493520.0922162735, -1404813.4429974835, -1331641.3885854536, -1259962.9604649185, -1195129.6799516247, -1112436.0753485681, -1061638.6105411863, -1005905.7357867683, -992559.0487539471, -1064159.2241099423, -1047247.99389773, -1008203.4567925183, -942900.0913452865, -873820.8834315164, -810259.7030527383, -762437.0183811525, -734334.178513791, -688385.4798270464, -608060.8535323584, -572967.6273798173, -493230.89994924364, -492905.3677006775, -461096.97827890096, -388311.1884254528, -369539.6963596405, -289584.5434060926, -203808.45876431212, -120193.32056694175, -44115.385365741124, -15216.331313765659, 58020.28301769692, 126358.81675563342, 202778.36049829243, 278139.8792659055, 347570.1889077001, 423601.46771496563, 483033.7678692826, 526332.4537302814, 575183.695336063, 646584.6851369366, 691885.3491544992, 727118.6020730516, 805385.019851489, 839675.5603143461, 911587.1658023442, 1000008.1106721461, 1022048.1254403271, 1082421.041107005, 1157139.0382034136, 1237573.644840001, 1309183.513333348, 1383144.7943178762, 1455254.96098841, 1481242.5861958815, 1519525.501223198, 1596763.0812858667, 1676842.066270956, 1753521.0877987554, 1829311.9696922493, 1899874.2691585557, 1974172.0908670858, 2040495.1530837752, 2108754.9139294713, 2180605.9364300426, 2239848.0877971617, 2291839.7682215753, 2339814.893126712, 2407222.917191042, 2424399.785251273, 2476843.0807566, 2550256.682346397, 2587952.2058291268, 2630893.624797633, 2707683.7405731548, 2745476.907203363, 2812996.698502921, 2895383.413316825, 2967589.3843837488, 3055587.281224453, 3117420.2854430294, 3182921.8233958525, 3245253.4819733556, 3306525.421476655, 3382544.2825682955, 3438149.646446372, 3503374.6101087094, 3570283.901500918, 3597855.6622114037, 3668198.795761654, 3734325.1152408193, 3811623.899142682, 3880316.9806340314, 3940556.2134480816, 4003204.198552482, 4048290.8767373743, 4036326.805881837, 4083569.459441804, 4113776.0935271815, 4191994.3605586733, 4225668.4124771375, 4269905.4029813, 4333751.247492645, 4399184.270801209, 4479648.633485481, 4534537.00393091, 4596831.198397943, 4656217.326723679, 4720214.309806867, 4789664.435859893, 4789991.849112708, 4773225.284275685, 4740181.8901971625, 4660770.967556204, 4587184.72781308, 4574848.0170359565, 4651117.652594408, 4619788.933469486, 4564650.143477912, 4509999.817165056, 4542585.260938519, 4613186.926450726, 4700068.066541891, 4759869.998748622, 4804233.1700465195, 4859568.070713516, 4919170.453283465, 4957320.21756416, 5022232.496174659, 5070695.642112423, 5150397.553419806, 5225636.453486339, 5304806.431183937, 5362602.965770422, 5405849.452840034, 5476246.577992202, 5559996.565798134, 5630835.971959416, 5690095.822180252, 5740967.455891343, 5801704.3075846415, 5865372.570227115, 5934857.74647751, 6011269.5114907585, 6084311.974693907, 6153624.2076204, 6234370.115953536, 6242203.386816042, 6243329.3306849655, 6288982.768379582, 6350806.662989163, 6426371.713946737, 6492226.5617491845, 6556716.142973838, 6607769.363416023, 6662547.542434108, 6700150.308745963, 6773428.188450005, 6848898.539480289, 6923845.585151139, 6986110.777034157, 7058561.5060167685, 7120178.243632209, 7189888.120107122, 7336897.210527036, 7372234.274205266, 7404914.185210371, 7423984.5185022745, 7464605.77942503, 7531832.271831252, 7596530.733842045, 7682119.595041107, 7769547.6639487175, 7850876.019505091, 7924427.444666093, 8006974.956728171, 8078427.462846942, 8117067.568592355, 8125696.364388528, 8147787.947775064, 8228598.564932525, 8253960.568018202, 8314684.5114429165, 8393506.374304574, 8473537.376845654, 8557854.072755631, 8634147.327540593, 8705140.606968595, 8755740.918836702, 8819555.32333325, 8900965.65182396, 8964566.082487885, 9017168.16142718, 9072385.778426418, 9153401.95551265, 9245120.734522484, 9321074.247923033, 9401410.296044493, 9476539.986454401, 9548385.017600644, 9618181.047696747, 9663096.778339943, 9679742.39922872, 9645766.86760444, 9626597.528338475, 9620771.01649028, 9661433.37957987, 9747547.566099958, 9841944.812581373, 9911692.421522718, 10004064.292806352, 10072395.812789086, 10160430.798971009, 10230227.959477495, 10244465.93317775, 10188644.562175797, 10200225.52327057, 10248039.647161998, 10295786.438904356, 10364415.93214111, 10438999.283795057, 10490327.994178137, 10566077.016202236, 10651067.59277229, 10678354.193862183, 10692218.979792828, 10723348.215854093, 10794052.573684683, 10858037.620974531, 10841273.484881993, 10887933.071885876, 10893480.059465893, 10947992.556931237, 11028370.347557915, 11092977.6087818, 11175995.120284095, 11245662.071439156, 11301806.513976965, 11338709.492038956, 11380575.738745183, 11385841.255989386, 11321819.053245243, 11235871.176096138, 11140487.678880563, 11065425.071511187, 10973538.361328935, 10865092.789662277, 10774179.365103688, 10658551.239841796, 10570165.72082862, 10469288.155801097, 10374762.25992057, 10284440.628099032, 10209671.688746596, 10131697.961052692, 10073066.158485934, 10044471.97381889, 9996909.169029305, 9967645.049013617, 10057454.285614073, 10009318.15167664, 9875519.43779598, 9749078.886735817, 9629601.423425218, 9488783.033365496, 9403949.493620116, 9320391.255200667, 9231909.984717594, 9257145.926260171, 9222852.232399648, 9214756.474617735, 9232450.320077976, 9262733.577401359, 9299197.926990056, 9378743.159838194, 9332179.220125888, 9457692.464026807, 9456597.263287598, 9452423.835565375, 9642571.153782155, 9718985.987879219, 9775176.919127079]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y236", "yaxis": "y2", "legendgroup": "y236", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7182274.385802229, 7112985.022461458, 7021898.909528408, 6964462.6959028505, 6941370.771130263, 7008652.255328221, 6994886.038247474, 6908013.189284785, 6867283.070764591, 6857588.352551583, 6765596.021638558, 6745900.83859426, 6748733.799073788, 6781702.188969937, 6809201.139519053, 6849970.719505905, 6865302.351350258, 6853145.427090291, 6885905.107843505, 6920582.473960463, 6898432.927918975, 6854419.720852081, 6814551.439169963], "type": "scatter", "x": [-12369200.96668155, -12307532.113753242, -12260977.824582169, -12350705.21045101, -12336315.81764676, -12255353.349671414, -12084527.5529673, -12068570.83259495, -12195590.081401054, -12326097.479090892, -12454977.199053714, -12510857.872471979, -12574704.842139868, -12584115.63092184, -12641286.139889967, -12599624.35479195, -12650283.366964143, -12748987.800648833, -12740358.55178789, -12674344.646819403, -12791840.792860562, -12823820.86872133, -12922086.297707008]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y237", "yaxis": "y2", "legendgroup": "y237", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7409255.849910737, 7412922.509045826, 7412739.684737733, 7387671.308150209, 7375658.330334253, 7354540.719402986, 7349173.325900702], "type": "scatter", "x": [-11997692.778141858, -11982892.888296146, -11926741.136033358, -11872438.795945926, -11898172.359963419, -12002307.966781935, -12098993.527733978]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y238", "yaxis": "y2", "legendgroup": "y238", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7349173.325900702, 7344664.20162034, 7372670.087760982, 7409255.849910739], "type": "scatter", "x": [12098993.527733982, 12032745.04088882, 11974267.994969653, 11997692.77814186]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y239", "yaxis": "y2", "legendgroup": "y239", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1770610.6537325026, -1796935.2920624216, -1819468.5398113516, -1779587.4121200666, -1757644.75007923, -1751769.9371875024, -1718409.6443203983], "type": "scatter", "x": [16797755.70619138, 16732065.518903947, 16666966.17558773, 16664664.368317211, 16716542.487736352, 16747517.635106029, 16810130.626030937]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y240", "yaxis": "y2", "legendgroup": "y240", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5517533.871083028, -5455871.992072828, -5481584.485693119, -5440430.955317286, -5486723.568686901, -5522664.857170764, -5553426.07858495, -5517533.871083028, -5563670.329836064, -5517533.871083028], "type": "scatter", "x": [-4950869.680624022, -4875637.630392389, -4797641.657372332, -4763076.514896151, -4682337.215143698, -4694267.009111395, -4792461.408751785, -4841659.320022024, -4893587.420128547, -4950869.680624022]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y241", "yaxis": "y2", "legendgroup": "y241", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5184272.89076338, -5217011.904505635, -5229993.054747046, -5249712.764027842, -5296878.0710736625, -5303609.147725473, -5248415.849586312, -5205583.52039573, -5184272.89076338], "type": "scatter", "x": [5705684.1972573, 5746976.024098815, 5820129.016846563, 5815526.982799885, 5774381.970772274, 5645714.299826161, 5664356.30975518, 5692320.886986701, 5705684.1972573]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y242", "yaxis": "y2", "legendgroup": "y242", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1872170.6580454297, -1854535.4795869694, -1885395.178192904, -1941237.7155427116, -1955932.8663240094, -1942706.160539272, -1895682.822573251, -1858944.005753154, -1872170.6580454297], "type": "scatter", "x": [16598069.441294568, 16625565.976602932, 16649965.00380823, 16620414.549480828, 16558948.071472147, 16511016.978930729, 16513892.062821822, 16558978.079317655, 16598069.441294568]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y243", "yaxis": "y2", "legendgroup": "y243", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1150802.640077308, 1164706.395495295, 1160963.07669884, 1081283.8728049856, 1069519.1609930277, 1079144.8342199624, 1108556.6172826837, 1150802.640077308], "type": "scatter", "x": [-5796692.598889332, -5741973.294143083, -5722423.366151029, -5729935.682995133, -5808990.363633166, -5825478.089581098, -5796843.61162513, -5796692.598889332]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y244", "yaxis": "y2", "legendgroup": "y244", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2147567.878568171, 2138289.908144089, 2123966.7348251785, 2086491.4993611, 2080563.1111201479, 2057722.322033458, 2041012.0825201091, 2023120.044643607, 2038435.6018098681, 2068327.7322647527, 2107264.9489081916, 2119166.6797252786, 2136607.533094913, 2157642.925167384, 2167617.4441553378, 2165637.7271459796, 2147567.878568171], "type": "scatter", "x": [-14418606.42638087, -14404256.122498201, -14392482.59535628, -14377388.198622175, -14380974.192176964, -14422473.709604885, -14456010.200684093, -14473655.77845525, -14493266.481006574, -14483775.033344155, -14490190.295978183, -14482825.704375923, -14462693.540675128, -14464243.039586758, -14456560.112206023, -14449965.220976518, -14418606.42638087]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y245", "yaxis": "y2", "legendgroup": "y245", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2220755.452377538, 2207913.4598705294, 2200259.819448789, 2222783.3047785363, 2231478.6857304256, 2238159.0495469216, 2247328.2401671633, 2237163.3052323814, 2220755.452377538], "type": "scatter", "x": [-14456712.273555834, -14467450.739909496, -14500303.672585139, -14511014.490550006, -14519627.757354962, -14518881.947492896, -14507649.720341299, -14477105.02517306, -14456712.273555834]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y246", "yaxis": "y2", "legendgroup": "y246", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2264906.1768872445, 2253343.3492524885, 2256449.301734548, 2269477.4026141637, 2264906.1768872445], "type": "scatter", "x": [-14516993.068289628, -14522604.56277185, -14571504.776811691, -14561473.051393362, -14516993.068289628]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y247", "yaxis": "y2", "legendgroup": "y247", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2322674.2710960265, 2315803.542405902, 2280449.8401378714, 2274273.231946702, 2275649.733278184, 2279409.175308456, 2303661.0414126664, 2307931.720245368, 2322674.2710960265], "type": "scatter", "x": [-14620422.674372315, -14614355.280453032, -14596131.929042425, -14602625.470631551, -14608923.63503646, -14640251.384589545, -14646183.088420935, -14648745.420005731, -14620422.674372315]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y248", "yaxis": "y2", "legendgroup": "y248", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2375935.122309969, 2351021.3378566233, 2340431.837971652, 2359933.793397088, 2367727.5061368146, 2378206.814543591, 2375935.122309969], "type": "scatter", "x": [-14731256.989619287, -14735558.999934025, -14749145.867471473, -14775453.616307566, -14768723.902201897, -14751994.701887589, -14731256.989619287]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y249", "yaxis": "y2", "legendgroup": "y249", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2696288.410228547, 2691978.5577587597, 2603212.860902589, 2541155.6585965296, 2535834.8896645354, 2597453.7035446023, 2628413.988479312, 2696288.410228547], "type": "scatter", "x": [-7184404.464294728, -7157407.055894028, -7138053.003631706, -7146032.453601438, -7169356.364754618, -7184340.438522683, -7214413.545100375, -7184404.464294728]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y250", "yaxis": "y2", "legendgroup": "y250", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2865226.365926071, 2873781.8779768916, 2870573.5584376324, 2842768.237696055, 2825657.352011191, 2865226.365926071], "type": "scatter", "x": [-7229455.058141109, -7184962.352409482, -7125109.478737106, -7127061.522539862, -7229774.2009438425, -7229455.058141109]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y251", "yaxis": "y2", "legendgroup": "y251", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2891962.4186197557, 2843837.6697921283, 2767820.6133825798, 2781527.451094833, 2837421.080525566, 2879680.916519891, 2891962.4186197557], "type": "scatter", "x": [-7115944.778620148, -7051785.561749092, -7079879.549630753, -7094574.701684032, -7083988.8538784925, -7117879.289180808, -7115944.778620148]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y252", "yaxis": "y2", "legendgroup": "y252", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5018575.840019023, 4967726.082985479, 4953677.98667838, 4956534.347170564, 4913591.727663056, 4906752.937297343, 4951245.657300657, 4986302.306088537, 5018575.840019023], "type": "scatter", "x": [-5353030.327094796, -5339901.13274928, -5283456.854765746, -5204744.295266007, -5259253.9222423, -5292530.637254184, -5385256.852653094, -5395020.884297785, -5353030.327094796]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y253", "yaxis": "y2", "legendgroup": "y253", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4763960.545772278, 4872473.152215745, 4889769.588162505, 4951945.414208935, 4973901.110824989, 5019903.059003721, 4994376.903576831, 4999437.18394051, 4934690.10716057, 4832304.533908063, 4847995.309898463, 4830933.335685103, 4754028.821791284, 4764027.438477345, 4729718.954155025, 4703061.671302917, 4608304.742543925, 4572309.146565357, 4535470.106943373, 4491369.755081303, 4465551.176076496, 4396878.222600572, 4474530.78045602, 4501536.199618836, 4440960.192830353, 4377324.275921579, 4343369.552785108, 4369421.349992243, 4279924.913601685, 4273723.514025327, 4200923.299712201, 4164907.043725249, 4053504.556830521, 3978098.728415337, 3953148.036175338, 3924912.910241559, 3943308.899983067, 3996832.4977230183, 4019044.871893597, 4097630.2815785166, 4150366.3162500504, 4175243.6135685877, 4212507.870729754, 4295061.355028193, 4303607.966978221, 4332236.287763347, 4337201.116397671, 4412456.306538896, 4468257.292329746, 4592840.075016965, 4663953.214434251, 4763960.545772278], "type": "scatter", "x": [3961792.058039723, 4021166.3280073483, 4098834.266625096, 4122231.290604285, 4195106.248452649, 4280415.1060058875, 4358151.59896272, 4440612.639311264, 4472630.713077766, 4484007.054726481, 4406199.410731239, 4338604.55490354, 4354322.293396732, 4269305.123521043, 4280393.5704483725, 4333788.009722737, 4395033.792716137, 4502983.557324159, 4528228.895695925, 4517582.533218704, 4528492.062973086, 4571431.4626713935, 4562101.629010282, 4624978.478258105, 4664281.499760898, 4742458.100359182, 4674196.235593313, 4586441.829230886, 4587273.412851677, 4646439.83928805, 4639887.64478257, 4715787.560068059, 4726260.011112125, 4757805.485181036, 4754268.759205082, 4621671.64429322, 4492570.427330397, 4421351.191305079, 4333688.596601531, 4291240.503939404, 4278848.757312611, 4306112.661093026, 4313773.7973712925, 4312111.15010809, 4381950.346165467, 4349100.213932925, 4307592.945443822, 4247444.652656661, 4189958.091730835, 4068876.586479562, 4061522.138382252, 3961792.058039723]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y254", "yaxis": "y2", "legendgroup": "y254", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5313758.405478768, 5322465.551459624, 5296506.258257725, 5253193.3778538685, 5234151.972854853, 5232294.759792224, 5264824.005443815, 5313758.405478768], "type": "scatter", "x": [-5295044.024341743, -5263557.474156689, -5164724.094924456, -5095300.653000271, -5099232.244584754, -5140022.40914757, -5235795.385237333, -5295044.024341743]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y255", "yaxis": "y2", "legendgroup": "y255", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6538740.276043748, 6567639.148762885, 6565533.047380752, 6545788.378265865, 6495029.957983294, 6503254.548666928, 6532077.47243237, 6538740.276043748], "type": "scatter", "x": [-5938614.28273386, -5892484.166860318, -5863583.595610764, -5856762.695148226, -5916291.791559062, -5944160.277609083, -5946134.090864768, -5938614.28273386]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y256", "yaxis": "y2", "legendgroup": "y256", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6574102.378670068, 6618375.247823485, 6617464.174397165, 6598884.458645602, 6545840.9033696065, 6548066.027168598, 6574102.378670068], "type": "scatter", "x": [-6187959.253652782, -6104902.177010215, -6004757.087211199, -6018029.390449092, -6137705.662941004, -6188456.084571062, -6187959.253652782]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y257", "yaxis": "y2", "legendgroup": "y257", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7043827.643051314, 7016644.101497458, 7012022.488091085, 7057033.905927687, 7108296.194647331, 7120928.755835117, 7095685.229897109, 7056477.016307057, 7043827.643051314], "type": "scatter", "x": [-5258129.616463719, -5320891.441631656, -5402490.421818514, -5390757.337602104, -5327573.701658959, -5255772.580724089, -5217970.861211393, -5242232.34714701, -5258129.616463719]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y258", "yaxis": "y2", "legendgroup": "y258", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7246716.283276147, 7195277.176678796, 7163588.997665451, 7190977.39713266, 7181105.833435905, 7221595.339878476, 7249403.178431119, 7288110.452223556, 7262820.108328704, 7246716.283276147], "type": "scatter", "x": [-6580170.56993535, -6561781.928270922, -6631141.025146444, -6700599.996442985, -6765023.013347775, -6823278.98339779, -6738624.493040387, -6656789.63610412, -6607045.233402223, -6580170.56993535]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y259", "yaxis": "y2", "legendgroup": "y259", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7544457.538662295, 7509761.373696627, 7425227.4103909675, 7363353.132370358, 7319586.007159426, 7277486.049154986, 7238153.94881855, 7230935.605421722, 7196351.259876352, 7163205.207519062, 7177427.5206174785, 7201795.144664718, 7196318.641733301, 7165667.450879267, 7152081.493456314, 7143505.196533, 7186230.628826886, 7210800.449049519, 7200732.469879792, 7271748.4897955805, 7281250.361842304, 7296457.8140953025, 7292457.79498067, 7307925.815927958, 7328644.532577093, 7321596.966363617, 7323378.40755405, 7355968.97014808, 7391156.600508441, 7389927.591485732, 7413006.326049834, 7478233.526818573, 7512637.193713257, 7564892.51545333, 7548355.124528728, 7508052.223967829, 7534103.036274238, 7490574.670659795, 7534595.841358321, 7506376.074507065, 7421074.868053612, 7457202.92215154, 7545618.856805863, 7558167.534858842, 7544457.538662295], "type": "scatter", "x": [-6959172.536446459, -6922674.472805865, -6967720.595215086, -7008021.801055494, -6936876.715237244, -6853718.121575226, -6896731.96476543, -7015346.4494344015, -7003009.900614473, -7055841.646158908, -7167564.175798983, -7263165.102144265, -7348018.363052434, -7506055.714193181, -7693747.222638684, -7824895.6470808145, -7819912.314981457, -7888749.232452318, -7959856.131459783, -7970111.586791541, -7914925.149213287, -7794354.197169159, -7703043.095104329, -7598818.45368742, -7707863.013736388, -7859428.985098833, -7953175.846719288, -7953166.982426628, -7759240.447740309, -7863682.834820375, -7954351.23324014, -7823887.813900792, -7737917.083352673, -7501403.253197605, -7454087.651656452, -7533059.5257939, -7357578.033386065, -7314702.886783606, -7192092.428292609, -7163051.304251743, -7199012.064838673, -7128194.445879923, -7080315.154265325, -7009127.9243546985, -6959172.536446459]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y260", "yaxis": "y2", "legendgroup": "y260", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7520988.6950986395, 7566481.913681062, 7597187.983088608, 7602847.312864284, 7593676.732916376, 7546745.806057179, 7523009.977392899, 7525518.979086669, 7527334.820737944, 7515761.245771588, 7520988.6950986395], "type": "scatter", "x": [-5230627.533458907, -5265539.031611468, -5237150.261951061, -5201252.039190402, -5060573.598430635, -4985560.199969231, -4998001.042841286, -5065736.321493485, -5134890.706987221, -5215789.41132461, -5230627.533458907]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y261", "yaxis": "y2", "legendgroup": "y261", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7569614.281925959, 7603301.314668737, 7611162.008371253, 7578616.680783934, 7556150.818743528, 7555551.382941779, 7565091.333599917, 7569614.281925959], "type": "scatter", "x": [9101471.34914254, 9114071.190851018, 9183298.346230023, 9323735.05357552, 9364660.205099443, 9266652.17518301, 9119352.123031864, 9101471.34914254]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y262", "yaxis": "y2", "legendgroup": "y262", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7736293.775297518, 7714464.632936784, 7681366.24727449, 7688872.864389839, 7721888.547625154, 7748843.942660371, 7736293.775297518], "type": "scatter", "x": [9379117.366227344, 9574982.674316276, 9556384.702252263, 9442058.952421932, 9269814.66361924, 9240266.776816987, 9379117.366227344]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y263", "yaxis": "y2", "legendgroup": "y263", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7801684.499322627, 7798081.938858978, 7754304.714149135, 7692365.243198817, 7694685.43757146, 7674859.211518381, 7729283.875509849, 7786258.448165809, 7801684.499322627], "type": "scatter", "x": [8679851.201836111, 8850941.925141681, 9150875.283791952, 9201855.174492495, 8963188.435999678, 8887730.885927722, 8678252.32101976, 8622262.804912457, 8679851.201836111]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y264", "yaxis": "y2", "legendgroup": "y264", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7838601.80878366, 7849269.181633837, 7811506.384974122, 7769278.705002937, 7707437.927293561, 7698854.622962611, 7712233.401407915, 7760780.83162359, 7754403.142079373, 7818053.6609389065, 7815501.156394692, 7843292.044986113, 7838601.80878366], "type": "scatter", "x": [-6119792.154416438, -6102338.543027026, -6099175.44846549, -6145553.938527728, -6243153.981187322, -6357534.022238027, -6410986.272289425, -6354114.490960325, -6464890.87110692, -6392613.322617428, -6328642.658270408, -6201460.958538284, -6119792.154416438]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y265", "yaxis": "y2", "legendgroup": "y265", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8049508.391473158, 8006548.523689358, 7975253.799147218, 7945147.5633214805, 8045966.538581639, 8054373.594308977, 8049508.391473158], "type": "scatter", "x": [6109543.678899668, 6319694.144860429, 6344463.335369115, 6042312.579441123, 6020857.024372704, 6058297.163548056, 6109543.678899668]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y266", "yaxis": "y2", "legendgroup": "y266", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8175002.5474498, 8190494.138249521, 8155707.563961624, 8086443.297197705, 8019321.975212819, 8009822.50604909, 8031729.352580704, 8060339.550443446, 8112865.461489719, 8127042.177066662, 8175002.5474498], "type": "scatter", "x": [5410914.234415017, 5514870.434290165, 5674146.115022883, 5902522.536352361, 5977180.007687221, 5858840.372518056, 5664614.034365775, 5530220.038686433, 5419191.542444476, 5321635.269078097, 5410914.234415017]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y267", "yaxis": "y2", "legendgroup": "y267", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8145546.838022063, 8166882.179819267, 8171732.998286406, 8187494.147493612, 8190970.917653356, 8154059.806196043, 8125509.485300858, 8077619.785193099, 8053664.992994446, 8031318.934351336, 7973727.5943166055, 7968144.246900588, 7978077.480619225, 8009426.124831257, 8036930.97050443, 8056886.78445892, 8056316.833439807, 8080930.736173417, 8113872.358887434, 8145546.838022063], "type": "scatter", "x": [-5579398.748585992, -5510913.572253737, -5445271.519082201, -5449577.941634624, -5311277.397144406, -5284887.138065174, -5126732.203732448, -5137139.597345201, -5093446.699921421, -5200750.06090289, -5377707.256148251, -5491059.996901458, -5604525.104152015, -5631178.130319223, -5596323.663813005, -5524571.841963374, -5633758.562234814, -5667483.704792838, -5661715.1930685155, -5579398.748585992]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y268", "yaxis": "y2", "legendgroup": "y268", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8233653.666578484, 8246141.864805396, 8248257.029049222, 8258743.675617085, 8282469.698189826, 8279174.0895273285, 8261341.005364648, 8295460.187383994, 8305349.933295399, 8312124.205048883, 8314654.303543389, 8308054.22090301, 8318371.770426697, 8314515.593911686, 8310643.239547737, 8305842.364948812, 8297942.138169449, 8280978.512045951, 8264012.8137616655, 8235854.59666283, 8222472.060585087, 8207499.843051769, 8207847.0254591415, 8166376.390439449, 8146569.592515754, 8087897.844716391, 8075715.170345028, 8060611.880930276, 8052632.799799044, 8043241.584727756, 8029789.704815603, 7992164.406828956, 7965625.69186718, 7943491.610127043, 7912576.719203466, 7888731.47325614, 7870552.025938134, 7873666.821078383, 7853964.131031919, 7805078.090293554, 7827643.401953977, 7814980.963003149, 7824867.304556598, 7829140.32854138, 7868035.307871596, 7886219.522365098, 7943498.679052378, 7949008.241389535, 7914970.272822886, 7965395.252675602, 7980281.678374043, 8010011.028889799, 8028113.311911268, 8054300.4723474, 8083224.72004498, 8120603.117660394, 8117510.875320592, 8109707.070341962, 8135793.824153418, 8143972.95646424, 8139468.723817273, 8163295.569532013, 8191148.722110242, 8210973.323811122, 8233653.666578484], "type": "scatter", "x": [-5208367.604399469, -5107582.708794653, -5038664.875506951, -4914263.789355502, -4801482.162833096, -4735935.223520334, -4696949.546327057, -4612683.421437196, -4526872.700298425, -4418737.123319833, -4245537.6127494285, -4223443.421399295, -4051133.4109619837, -3934759.0356293707, -3818141.493314315, -3673893.9089173805, -3561541.168442814, -3474711.414304728, -3492568.4096095013, -3656507.649444537, -3806829.886440985, -3872820.286775984, -3747869.061866074, -3922497.0404119133, -4035818.6805123673, -4192191.6501731905, -4325689.624624486, -4378255.291952571, -4565857.083488666, -4493432.1653317325, -4548096.20830689, -4535804.867587341, -4619058.649063258, -4734494.392964579, -4793794.1093497025, -4902855.301252202, -4912040.754231981, -4803650.727536416, -4821010.2558761975, -5033540.46839306, -5174507.853657025, -5370247.693239094, -5452742.822179617, -5565859.2385095805, -5531516.365763753, -5397822.78636433, -5364923.007373539, -5321716.3412850015, -5195839.14189464, -5224135.126295712, -5305452.8556972165, -5222988.193169072, -5096454.035516527, -5050028.203326251, -5100353.762697571, -5081294.532149091, -4925082.824828027, -4887759.947132672, -4767104.193614541, -4888776.730306829, -5097613.242388094, -5170997.105502638, -5184040.82909576, -5225525.710594803, -5208367.604399469]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y269", "yaxis": "y2", "legendgroup": "y269", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8280938.168229438, 8317881.680311962, 8315148.626045649, 8337319.827634927, 8343003.652507055, 8335573.62891478, 8287142.9165639095, 8262730.663183815, 8259904.532126882, 8253606.005677703, 8242001.52651186, 8249184.199293996, 8226566.169996914, 8246673.797223428, 8223084.751572776, 8183814.238123065, 8209060.725271865, 8234848.7140885, 8222045.250382407, 8193296.965472733, 8143975.779138356, 8127651.675710629, 8115262.223975467, 8111808.091535361, 8058367.719033177, 8009446.93640141, 7922886.013974421, 7870736.492845685, 7867407.237404182, 7841799.271956177, 7798508.297625217, 7728176.311115002, 7720459.090047551, 7648248.406410677, 7642184.866732427, 7607726.465459022, 7577687.2970923865, 7564461.070280458, 7564211.342691063, 7506025.387645951, 7467503.95817373, 7503315.648744628, 7480170.931446833, 7458479.285610591, 7405164.382939297, 7334280.9646970015, 7317212.78395851, 7351317.466291104, 7401832.284610921, 7342112.4737116005, 7295492.220861186, 7291714.931804125, 7286858.010667196, 7208892.221120627, 7137594.713843423, 7106150.4099928355, 7105762.777508456, 7070544.0681148125, 6973301.290451616, 6908167.993310945, 6904323.27372582, 6881388.688145827, 6859516.233172459, 6801390.470708881, 6735127.767384873, 6672697.306543804, 6596152.295736511, 6520922.8493094845, 6440818.161476399, 6345605.206048801, 6339638.156913104, 6419348.129585197, 6419849.390380565, 6473115.327350978, 6567423.648511549, 6686462.399457448, 6748337.929636889, 6833075.226576794, 6919414.492935798, 6987807.778873008, 7020342.050772757, 7127333.651715501, 7161101.577530924, 7198894.057657718, 7268989.96673464, 7237296.498404859, 7223943.237509112, 7211126.689640396, 7240444.0338800475, 7301081.944697875, 7348212.366913821, 7349487.235567378, 7325967.7329225615, 7381994.738821587, 7412010.088536711, 7399693.861569621, 7421386.573069975, 7502311.730833008, 7534379.4957839735, 7593492.678258656, 7683158.204129951, 7715680.041427419, 7750541.593262686, 7798861.510188822, 7804838.595538778, 7801528.537460438, 7795494.934911788, 7821581.188023248, 7872582.196237075, 7897803.686628725, 7902019.324885686, 7922677.036352845, 7954798.721271351, 7984988.236028787, 8021823.174584855, 8057947.776054095, 8084831.301135499, 8110949.123142409, 8139436.869527808, 8188006.429603009, 8195307.08954716, 8225469.379377777, 8242791.489215542, 8253006.838958582, 8253581.424262799, 8233261.1905177375, 8268946.212178241, 8244826.251944007, 8239672.54745741, 8218172.419155989, 8253592.421279511, 8280938.168229438], "type": "scatter", "x": [-2627201.1798589523, -2414731.260262837, -2221165.881224351, -2137226.5130292755, -1938612.7610483568, -1500372.6802845611, -1169191.5728785938, -1280885.9808478032, -1497928.0682185646, -1804895.3525229807, -1781678.2740747468, -1577909.9715153342, -1415381.4523776195, -1298163.3871923424, -1258519.6583867169, -1334011.1392307272, -1180070.6057692643, -896433.4303987471, -728338.7633765807, -701289.093336182, -946674.066482098, -983282.149280267, -1173194.9453238666, -1038493.5358390347, -1120611.9583233618, -1181058.4022503358, -1200978.2946442526, -1139619.100866938, -1236807.5259912899, -1345054.2205388737, -1240786.8982277382, -1241971.5316267614, -1311523.234820629, -1244684.657853676, -1388811.3738535722, -1321683.7344533282, -1349367.7141224172, -1444007.9957104109, -1534836.9091570866, -1466319.4380621035, -1473870.4295095834, -1596118.0277225284, -1635603.8246020207, -1551499.5164423494, -1476095.0404093317, -1465190.8367568343, -1588932.9724002657, -1633353.4377738126, -1704362.104561214, -1695594.4901156458, -1784984.5771169, -1607362.4968424975, -1514968.9984269189, -1714096.8571984314, -1917526.8025285376, -2128059.7043850506, -2204684.2983135413, -2286308.58965824, -2411119.968205247, -2582225.4363620332, -2632467.0060383794, -2734235.317092957, -2843688.509015375, -2923883.9258512906, -2946284.4083609595, -3003088.9780049245, -3147343.024794981, -3142065.4842770207, -3201136.4643957284, -3269839.311335341, -3378006.56201814, -3462228.0364132053, -3611670.1434328104, -3664722.6649843478, -3678794.7645088574, -3759058.4342883853, -3770592.484383611, -3745130.684733659, -3806776.370553312, -3751160.7333497647, -3783478.524446095, -3665990.0392007884, -3546789.7525188867, -3502677.7948939605, -3456600.6949863927, -3548980.078227424, -3592359.554365017, -3659829.135002845, -3729609.69959906, -3704263.918693284, -3654301.4368180973, -3591317.7283048495, -3465260.9046680992, -3553596.080305912, -3598177.632043882, -3670939.186109018, -3715155.8089628187, -3597853.1140977344, -3620125.269422956, -3638121.7162605203, -3661272.4202533797, -3721467.9119730936, -3697606.0685639153, -3832609.115807827, -3960947.468229272, -4130522.609941425, -4287948.615380207, -4339083.587910458, -4403324.009182963, -4220019.171463447, -4093028.020373386, -4337029.612750889, -4444866.762697817, -4408190.397171811, -4146799.2344555543, -3896462.810209856, -3849993.6661693444, -3985004.994006299, -3907739.6075202352, -3663213.062308457, -3573134.063975378, -3570198.9162013438, -3420207.946418588, -3237282.4966816404, -3062933.518210839, -3016762.656505562, -2839825.6853159266, -2722152.5448523685, -2646001.111210405, -2541801.949199779, -2653641.080530863, -2627201.1798589523]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y270", "yaxis": "y2", "legendgroup": "y270", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7589253.769426146, 7592660.785614492, 7573900.121818526, 7517294.373190065, 7577315.165180145, 7589253.769426146], "type": "scatter", "x": [-6915305.150463585, -6824653.793989491, -6795646.350655535, -6913293.494345875, -6950560.3789210655, -6915305.150463585]}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "Equator", "yaxis": "y2", "legendgroup": "Equator", "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [-4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11, -4.488677127715918e-11], "type": "scatter", "x": [-17005833.33052523, -16662281.142029772, -16318728.953534313, -15975176.765038854, -15631624.576543394, -15288072.388047934, -14944520.199552475, -14600968.011057016, -14257415.822561556, -13913863.6340661, -13570311.445570637, -13226759.257075178, -12883207.06857972, -12539654.880084261, -12196102.691588802, -11852550.503093341, -11508998.314597882, -11165446.126102425, -10821893.937606964, -10478341.749111505, -10134789.560616046, -9791237.372120587, -9447685.183625128, -9104132.99512967, -8760580.80663421, -8417028.618138751, -8073476.429643292, -7729924.241147831, -7386372.052652373, -7042819.864156914, -6699267.675661454, -6355715.487165994, -6012163.298670536, -5668611.110175076, -5325058.921679618, -4981506.733184159, -4637954.544688699, -4294402.35619324, -3950850.167697781, -3607297.9792023217, -3263745.790706862, -2920193.602211403, -2576641.413715944, -2233089.225220485, -1889537.0367250254, -1545984.8482295664, -1202432.659734107, -858880.471238648, -515328.2827431888, -171776.0942477296, 171776.0942477296, 515328.2827431888, 858880.471238648, 1202432.659734107, 1545984.8482295664, 1889537.0367250254, 2233089.225220485, 2576641.413715944, 2920193.602211403, 3263745.790706862, 3607297.9792023217, 3950850.167697781, 4294402.35619324, 4637954.544688699, 4981506.733184159, 5325058.921679618, 5668611.110175076, 6012163.298670536, 6355715.487165994, 6699267.675661454, 7042819.864156914, 7386372.052652373, 7729924.241147831, 8073476.429643292, 8417028.618138751, 8760580.80663421, 9104132.99512967, 9447685.183625128, 9791237.372120587, 10134789.560616046, 10478341.749111505, 10821893.937606964, 11165446.126102425, 11508998.314597882, 11852550.503093341, 12196102.691588802, 12539654.880084261, 12883207.06857972, 13226759.257075178, 13570311.445570637, 13913863.6340661, 14257415.822561556, 14600968.011057016, 14944520.199552475, 15288072.388047934, 15631624.576543394, 15975176.765038854, 16318728.953534313, 16662281.142029772, 17005833.33052523]}, {"showlegend": true, "mode": "markers", "xaxis": "x2", "colorbar": {"y": 0.8715277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "Cities", "yaxis": "y2", "legendgroup": "Cities", "marker": {"symbol": "circle", "color": "rgba(255, 0, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [5482324.58417611, 4352047.953965461, 5914563.529198334], "type": "scatter", "x": [-10349.047295433502, -6420021.6524056895, 2948697.2890256024]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y273", "yaxis": "y3", "legendgroup": "y273", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8432832.03775895, -8407042.459592294, -8417940.297024783, -8439571.458112327, -8463666.120127745, -8494071.496173108, -8503241.122030357, -8479583.710866181, -8455663.467742171, -8451649.500974502, -8432832.03775895], "type": "scatter", "x": [-5823348.758922328, -5923405.77906341, -5805361.637776253, -5668327.271825499, -5526797.359780762, -5369083.2707744995, -5387649.350172149, -5550702.548250112, -5688831.070681286, -5709741.813693935, -5823348.758922328]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y274", "yaxis": "y3", "legendgroup": "y274", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6272269.474029913, 6199570.299966894, 6108060.441382358, 6047146.902844029, 6062758.998744604, 6170077.810644028, 6273669.164346965, 6352836.620382136, 6399790.693615396, 6403926.397073815, 6341758.813392341, 6272269.474029913], "type": "scatter", "x": [-446404.43240570324, -439190.5293200576, -500658.0259692996, -636677.769087167, -740370.579444721, -670118.4257946402, -697672.9245145896, -592521.2614122806, -534797.7834375772, -475278.13201712567, -403527.6360694295, -446404.43240570324]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y275", "yaxis": "y3", "legendgroup": "y275", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-321453.0469685035, -406601.2811654875, -477305.9824072943, -540588.9673283885, -602674.9581397122, -675401.7171753697, -751671.5168802763, -817092.7862567493, -830367.6126636418, -912520.8819883206, -993360.0279802773, -1123928.3147189214, -1119839.6762898052, -1174334.2581000633, -1195229.886677089, -1218421.3262063125, -1270135.6583022305, -1305644.6660215256, -1314213.6825007335, -1282371.2776817197, -1268567.2076222375, -1250074.1797283874, -1171633.041279247, -1103979.7344305406, -996230.7803358992, -942357.2167081503, -977496.5550687368, -1018163.5148391504, -1108965.6107695526, -1151260.5656726228, -1130687.284254383, -1125556.0992157094, -1024527.5043634494, -999757.0723249761, -1034842.8498536886, -1038628.9605392339, -938383.6531216804, -904164.3038205719, -770077.2275750234, -666484.5342444581, -561930.7262721105, -551604.7206645218, -437454.4559032492, -497491.32372971246, -508381.3197749713, -463082.1434407912, -409398.11402794934, -348692.68344833364, -304182.2272239929, -306583.8333176717, -273790.5677854658, -273541.44754542195, -199943.6025548331, -177116.92930012787, -115942.30934564806, -85989.38762919659, -45691.337483474184, -96467.87629674091, -142418.8106814569, -342344.3905882466, -416307.07982600713, -285224.40640713845, -210618.7816997246, -210510.17815131551, -253611.41817340572, -297826.8488218644, -321453.0469685035], "type": "scatter", "x": [14122452.790857203, 14290778.025078094, 14470301.827021457, 14533501.428071912, 14582802.751058917, 14589637.632022353, 14746225.992129382, 14761114.819855208, 14667280.809784483, 14676291.023693124, 14751175.562230868, 14790369.46491025, 14848172.926751383, 14832586.848560054, 14904694.41678533, 14869690.392499879, 14963165.183414273, 14943569.271292794, 14875805.858115232, 14859113.77331584, 14777142.48627953, 14681196.979733948, 14621390.458551766, 14578999.478144586, 14547830.859532882, 14427273.688943526, 14336828.361889947, 14268775.045016946, 14264294.62117022, 14177704.188752396, 14126162.534673514, 14024322.74059755, 13954662.71526655, 13857854.398221783, 13827177.185622435, 13700363.311027028, 13759589.505826999, 13827752.954399543, 13820976.689103615, 13785720.738069454, 13602743.678178988, 13521214.33345973, 13380298.541077971, 13346133.018979143, 13306832.564029934, 13287720.205699852, 13291238.911277004, 13218493.702919303, 13328740.184622796, 13400056.108514842, 13393228.410801088, 13246597.215788936, 13209742.676482206, 13120921.759562492, 13079948.872946722, 13215527.232085112, 13267329.603219071, 13427632.62402037, 13442541.843540335, 13462499.147266675, 13561466.915918425, 13652860.430460593, 13770933.559581088, 13860010.157360619, 13943981.190701108, 14016191.083880529, 14122452.790857203]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y276", "yaxis": "y3", "legendgroup": "y276", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [559378.0630390383, 605578.2138358793, 673194.8613915235, 759016.264255564, 855413.4358781931, 855818.0340150784, 793430.6030351229, 739805.9789866246, 705403.3352527634, 668270.6319212958, 619914.8730503697, 613789.8497864129, 553490.699669383, 511416.59813703503, 399839.052532183, 282832.34320384485, 225963.70596363232, 111552.9991796009, 96966.31856860196, 12670.465167288436, -99375.00401392505, -183927.31608532203, -307037.3265717905, -495997.5842549968, -452056.258608689, -507640.86562354414, -432123.05458061147, -425137.81909433694, -385547.6401316003, -429984.0826642118, -370182.8257040274, -376977.6572871811, -362717.30096484435, -196940.97702002357, -162575.9716117194, -56815.38952687257, 51358.87274548154, 165917.4263956559, 248073.10745099076, 205706.12647578935, 228806.48356691367, 333460.5129724117, 356768.4765319053, 383523.38140399405, 481270.4726475898, 559378.0630390383], "type": "scatter", "x": [11423810.303349689, 11459609.760342728, 11538517.849601202, 11606650.807331488, 11645786.479222804, 11686096.001983693, 11744841.637242597, 11755383.684322402, 11824805.414022915, 11911911.644288361, 11909375.88294846, 11842841.269284576, 11865852.059359098, 11795457.283782206, 11745898.10318107, 11825311.09827838, 11810112.39862117, 11925269.632612875, 11806746.603225999, 11773991.003913783, 11777627.919365937, 11679540.167555299, 11672569.749872122, 11623068.430503648, 11611315.835980698, 11493821.081553113, 11459190.952252015, 11388236.232644496, 11340554.049293961, 11219007.364334105, 11185779.483712729, 11119836.301021509, 11038002.1500418, 11028982.521802949, 10979818.480540598, 10933271.12429453, 10919358.369150573, 10929359.74590811, 10986596.532537298, 11061327.141124949, 11138063.43191577, 11154186.218079843, 11195828.21601481, 11314490.272244655, 11380389.880507533, 11423810.303349689]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y277", "yaxis": "y3", "legendgroup": "y277", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8171149.656118553, 8141691.820369267, 8147374.266675263, 8167184.687876022, 8201112.8982382715, 8221245.653195642, 8195009.0762191955, 8171149.656118553], "type": "scatter", "x": [-3973501.5849341494, -4061866.356885548, -4111812.218258331, -4118787.6727148034, -4017799.1200601803, -3911137.884749247, -3935264.5043959594, -3973501.5849341494]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y278", "yaxis": "y3", "legendgroup": "y278", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8357567.979015112, 8355531.782359621, 8360061.02152075, 8379820.535431613, 8378790.511522179, 8365676.699693684, 8357567.979015112], "type": "scatter", "x": [-3537748.3939655535, -3560175.0319714183, -3619007.0101343035, -3576334.4855421, -3504367.4766580174, -3512378.2599401968, -3537748.3939655535]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y279", "yaxis": "y3", "legendgroup": "y279", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8444522.738907965, 8420582.758011041, 8395426.248989196, 8380944.709070489, 8397239.07067041, 8423336.596561333, 8451783.69430928, 8449053.20229334, 8444522.738907965], "type": "scatter", "x": [-3408311.6811354184, -3433154.833714982, -3511854.103077001, -3605676.4048763, -3590886.1026653107, -3532842.2592659784, -3453183.118832627, -3415763.365399209, -3408311.6811354184]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y280", "yaxis": "y3", "legendgroup": "y280", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8126391.23143193, 8135826.181762045, 8160370.514672819, 8201786.944984181, 8238736.009298886, 8270906.444338766, 8279844.277292844, 8302384.3122378625, 8331971.308632046, 8327412.448203555, 8304211.874452094, 8304372.852767655, 8280444.571693401, 8252878.761885626, 8236150.930910664, 8218484.155356963, 8215203.416464696, 8208944.785013468, 8225116.12942824, 8231442.4359480105, 8226215.609368016, 8198039.161762403, 8166844.111421686, 8146645.767696574, 8130233.558926677, 8139529.874495628, 8127749.691391626, 8126391.23143193], "type": "scatter", "x": [-3834015.2951161675, -3884634.666973657, -3946567.4593744916, -3869391.1193890874, -3790035.7910577985, -3754792.1318123355, -3815541.108865416, -3804847.0676943213, -3714325.462064014, -3646739.7781721535, -3661393.630223155, -3583967.494221052, -3606564.8481108537, -3679447.2397807194, -3670653.64687162, -3683652.1129383235, -3635013.908643745, -3587852.600025893, -3488179.162172071, -3391460.4461551546, -3335361.997932318, -3346495.3546989774, -3396800.673337774, -3461592.370980609, -3557014.433759183, -3594628.5783987897, -3742027.3973317477, -3834015.2951161675]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y281", "yaxis": "y3", "legendgroup": "y281", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8402137.620185489, 8391180.861161172, 8370111.484616366, 8349687.971782538, 8372597.884504481, 8395013.974937666, 8402137.620185489], "type": "scatter", "x": [-4056279.7395454724, -4038957.2874681093, -4115994.671689629, -4248391.986071791, -4233215.986174278, -4132286.5510588577, -4056279.7395454724]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y282", "yaxis": "y3", "legendgroup": "y282", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8447168.532299962, 8433266.330651935, 8419795.354800362, 8419861.578378346, 8429722.319309732, 8450284.631840121, 8447168.532299962], "type": "scatter", "x": [-3900153.384420294, -3899378.1728504496, -3986154.520371279, -4045643.522620247, -4012828.4005906433, -3908680.635813905, -3900153.384420294]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y283", "yaxis": "y3", "legendgroup": "y283", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2273942.6604427123, 2263269.6758221653, 2239192.251236093, 2208616.8741247975, 2209334.6065253215, 2205056.284387539, 2256944.423662212, 2274650.153100539, 2273942.6604427123], "type": "scatter", "x": [-6428449.034089283, -6380903.414193141, -6367934.036106187, -6398494.510727913, -6471508.509976, -6529083.877863015, -6524849.969013391, -6507669.632930349, -6428449.034089283]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y284", "yaxis": "y3", "legendgroup": "y284", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2271006.1544799493, 2260141.585545192, 2231028.345229711, 2197815.3060375964, 2195555.0527858534, 2175274.5756874676, 2194749.365071737, 2238941.6503829574, 2266644.9317502887, 2275088.418268568, 2271006.1544799493], "type": "scatter", "x": [-7523801.772197926, -7460935.180255144, -7415739.2292955285, -7406769.749992269, -7475578.35139166, -7509452.928842355, -7559688.774738788, -7605510.91437083, -7587651.264175707, -7544974.644423132, -7523801.772197926]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y285", "yaxis": "y3", "legendgroup": "y285", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2837014.777304246, 2828472.2776220115, 2827123.1410179683, 2786300.8072776543, 2742392.0264395163, 2755945.291451284, 2727749.049322916, 2653343.405148648, 2599081.1971101547, 2600735.866055144, 2576180.4237151863, 2542261.5380201302, 2537297.4454675876, 2487943.331116258, 2459668.2616774, 2444340.541847653, 2438342.9523446723, 2447897.565962011, 2436133.4620135156, 2503469.4628917472, 2534790.2901257323, 2542846.9805358076, 2577624.3015835606, 2646160.1995761143, 2641477.4590402246, 2673715.5405473625, 2698917.1762984474, 2717528.334638297, 2740940.9707783274, 2770913.4645590847, 2777051.09112459, 2714702.0999712697, 2713026.749641306, 2683719.655135766, 2670579.095167966, 2681971.7344496627, 2719076.327519509, 2762373.2503930223, 2789035.69109173, 2812394.3351199664, 2823858.4237217233, 2837014.777304246], "type": "scatter", "x": [-7826697.877905542, -7747084.971818254, -7672711.692554647, -7595154.444949818, -7569666.238447657, -7476708.899287838, -7450709.785252431, -7389739.813712718, -7344143.50135826, -7312127.397419729, -7261072.124832538, -7276506.337154129, -7206833.668690496, -7145935.27927292, -7164019.676961635, -7231743.090080181, -7298094.511419878, -7362294.884327864, -7503269.214114163, -7422160.117797004, -7453556.986797412, -7513509.124795551, -7537757.781144281, -7542388.52334032, -7597800.339564638, -7678299.276353198, -7699986.647286798, -7819307.358205453, -7845878.718629116, -7801332.638526341, -7893062.7779103555, -7980066.625212881, -8020160.523519183, -8042443.092893713, -8093631.810398766, -8131250.575977683, -8069816.186739138, -8036184.334898223, -7985022.0433652615, -7929288.035012552, -7853734.171727914, -7826697.877905542]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y286", "yaxis": "y3", "legendgroup": "y286", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6010692.421381346, 5945225.634028641, 5853802.558011258, 5889183.374040361, 5866748.805752697, 5830167.305322715, 5801341.0973244235, 5826969.447553664, 5794615.7740936605, 5717274.637682349, 5735373.042561281, 5679144.852794816, 5613002.476251102, 5518865.037258439, 5514872.410057536, 5535118.9081429085, 5622560.585197991, 5636096.805514161, 5543469.2215684755, 5547188.8682638, 5597426.6093301345, 5623342.5941504715, 5616975.198977556, 5620230.838707995, 5651759.086125289, 5689159.50297334, 5717953.155211823, 5781596.74373768, 5948481.843685964, 6007620.411653484, 6043300.980684802, 6038769.8500858415, 6010692.421381346], "type": "scatter", "x": [-4154903.239115204, -4230932.452466624, -4330702.190848042, -4262002.281303168, -4222897.570108872, -4268935.432139701, -4215925.270726373, -4167440.08408614, -4107340.5706706857, -4169418.7903622803, -4106393.6550992127, -4123567.010178366, -4130442.439520244, -4207005.221608058, -4244696.261699532, -4287395.17332301, -4228950.62066238, -4244269.3652544245, -4380084.390882507, -4425457.185095128, -4345394.877737149, -4407942.662033512, -4495368.30683811, -4645855.112781305, -4641227.971763804, -4572821.786595953, -4591189.167204809, -4491930.713922755, -4321417.341221528, -4241706.22196158, -4156956.454819849, -4124949.158782628, -4154903.239115204]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y287", "yaxis": "y3", "legendgroup": "y287", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7350580.446116878, 7319718.5633260505, 7291557.56767413, 7248354.139859102, 7255447.718703885, 7225202.675350341, 7196369.471640846, 7218410.061776868, 7259487.925592994, 7210900.983991156, 7163354.320752565, 7217085.7743087085, 7208292.043541741, 7253476.162455743, 7324788.183522265, 7406831.5769384615, 7399572.800453292, 7360261.714489618, 7374077.49379727, 7350580.446116878], "type": "scatter", "x": [-4872492.233985541, -4848552.484151129, -4816737.989760392, -4864817.424803222, -4812296.975300811, -4806018.3105270285, -4893796.868614906, -4960961.479486114, -4943686.282085103, -5063659.612923396, -5208917.72250541, -5162149.63031154, -5254971.028109946, -5144464.203203406, -5043110.91874622, -4912389.742675524, -4880929.638648964, -4923111.6548175, -4875108.962621974, -4872492.233985541]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y288", "yaxis": "y3", "legendgroup": "y288", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7966619.993740025, 7998263.121865891, 7957936.935651049, 7919595.080366477, 7884189.8686179165, 7902571.693862055, 7850593.892655713, 7818060.606946851, 7784629.5323815625, 7706125.008519059, 7666592.427908326, 7610685.960792409, 7591756.206166352, 7511857.135045129, 7506046.599190692, 7444241.776323072, 7340610.936861689, 7378930.428093232, 7464368.405594122, 7453304.061910657, 7402469.005686154, 7350476.045352742, 7309040.444313583, 7284997.081568418, 7194687.703576078, 7128402.434188799, 7153456.176646681, 7227002.56649268, 7147809.913560617, 7091808.171864998, 7059241.40074946, 7096467.364402209, 7150280.376928928, 7195138.4268127605, 7220996.452078049, 7267861.976609626, 7311813.043030523, 7285573.304312058, 7271094.733894914, 7302216.192246462, 7368475.987618353, 7370067.6517300075, 7381498.717274751, 7413326.228541044, 7457531.369212272, 7542944.803064447, 7581333.39567841, 7610881.60581439, 7652471.996371891, 7681437.297798285, 7702884.766934827, 7755211.739458974, 7759977.379199663, 7788367.727267717, 7763766.7408585185, 7753004.684962628, 7771686.089925979, 7796105.821147769, 7808605.6668569865, 7837613.704589886, 7875002.13467172, 7875358.614376796, 7957247.71909292, 8028276.371373391, 8060291.835607001, 8080992.738408636, 8030478.380631666, 7981135.776393399, 8044834.949369019, 8076886.650931141, 7995639.168969835, 7943352.369994038, 7966619.993740025], "type": "scatter", "x": [-3702357.509102703, -3605889.819584245, -3567310.119963999, -3560956.6241730093, -3607700.4877092675, -3490611.666345498, -3513944.868073473, -3438384.722951915, -3438310.663593615, -3488307.343760225, -3633161.4284435953, -3574526.888483458, -3510482.2296168865, -3518901.4079308463, -3437631.647487114, -3518143.70372321, -3722767.620844657, -3755281.828874097, -3754207.7833315628, -3839301.988986147, -3902297.8268238995, -3897147.394783005, -3860484.221291177, -3860307.2654198417, -3909179.218728816, -3992531.568027373, -4046077.921365368, -4124987.841769868, -4118402.0370918266, -4107803.2368464135, -4128006.038997187, -4261129.926897144, -4339227.234232003, -4366053.685211497, -4317499.06441846, -4355599.493819032, -4391880.355680957, -4420986.0181905655, -4608919.711351379, -4621863.015886597, -4502963.697095733, -4392440.323613875, -4260154.26448627, -4241741.90763717, -4168931.8629598506, -3992775.459674412, -3960040.753227898, -3943389.4482497745, -3970880.2860075654, -4038443.0200855336, -3975133.406487339, -3955649.215873684, -3993776.293445292, -3991736.0487519414, -4055759.099053911, -4164654.890193909, -4321274.046876963, -4388538.653810242, -4449053.161997045, -4440509.308874083, -4323480.294302645, -4392260.198087451, -4257443.832520189, -4086197.1187303476, -3977213.5968895326, -3821500.637152199, -3950733.230959766, -4005382.623632358, -3846017.767886598, -3672752.5866976767, -3738990.6027023206, -3834398.340998117, -3702357.509102703]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y289", "yaxis": "y3", "legendgroup": "y289", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8106604.819896221, 8103915.002797824, 8085098.271378459, 8015407.595753229, 8000037.419526224, 7940352.511497607, 7943350.293263331, 8013356.361174732, 8052441.893232721, 8085539.023153644, 8106604.819896221], "type": "scatter", "x": [-4153202.299788502, -4067287.549988274, -4021708.1422377992, -4229082.891387076, -4314587.810958889, -4482241.662496016, -4530582.256614883, -4418555.154673921, -4336197.500398178, -4242310.235884907, -4153202.299788502]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y290", "yaxis": "y3", "legendgroup": "y290", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7994794.2204184625, 8046380.382332186, 8084100.374408299, 8067739.020650035, 8077589.833803862, 8054988.725432287, 8017325.200410744, 7983196.086414314, 7910926.931395762, 7879463.4813198615, 7886271.351168601, 7917259.7645997945, 7977055.384653243, 8004633.474400948, 7994794.2204184625], "type": "scatter", "x": [-4661081.766778745, -4599083.53950313, -4461481.998535922, -4444703.001285974, -4343364.941561493, -4380502.6339227455, -4503111.954310389, -4503902.835056306, -4656978.228776729, -4798165.726773561, -4831643.75847889, -4802750.96265136, -4794293.843042854, -4734321.603590368, -4661081.766778745]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y291", "yaxis": "y3", "legendgroup": "y291", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8235984.26244106, 8248363.903332057, 8245154.799508813, 8208728.350360333, 8173061.016574109, 8161299.997611868, 8128280.258828552, 8126541.757266504, 8151443.134456525, 8184928.578084148, 8175945.520863432, 8189426.47055406, 8262081.938128016, 8282582.348163187, 8257839.587648776, 8213934.156001277, 8208256.781124053, 8278998.369214035, 8305506.926990902, 8297104.897702139, 8262277.579104426, 8235984.26244106], "type": "scatter", "x": [-4406569.765955903, -4337091.657979064, -4303107.984875596, -4391128.525847693, -4507765.942069967, -4681936.60900405, -4876142.157073669, -4946783.039475304, -4886377.436777323, -4708451.194089994, -4923726.6454034755, -4944902.174354656, -4678778.523731491, -4580453.884861243, -4539851.327190454, -4589273.296206291, -4532050.080433487, -4395858.076818188, -4284008.374095739, -4267484.324179458, -4351113.546127603, -4406569.765955903]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y292", "yaxis": "y3", "legendgroup": "y292", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8256013.068596388, 8310597.117674038, 8357015.480568041, 8356027.666500799, 8366452.334937423, 8311495.30286528, 8286314.482399135, 8282750.209135344, 8251346.601642634, 8240021.993160358, 8256013.068596388], "type": "scatter", "x": [-4959398.284616801, -4720373.902353486, -4491994.04753214, -4437322.348061887, -4352301.288626996, -4529763.924738103, -4636698.48379547, -4684549.13958698, -4854189.12537037, -4953469.821532081, -4959398.284616801]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y293", "yaxis": "y3", "legendgroup": "y293", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8130730.12095908, 8114801.281380874, 8110522.36755082, 8088146.389568863, 8055395.605009241, 8035625.767996123, 7980010.519163202, 7923864.828149226, 7888486.464899582, 7849085.795153293, 7884936.088606343, 7927794.207031448, 7961826.394047556, 8019852.472464356, 8071368.662237826, 8118749.54031506, 8130730.12095908], "type": "scatter", "x": [-5273992.520251822, -5256049.033259682, -5155778.951853507, -5172316.848346651, -5208965.293296724, -5316259.71727517, -5570013.886456469, -5768311.922690521, -5854534.773948781, -6078631.456887941, -6016901.784860481, -6020076.678397097, -5911290.569269795, -5724972.302565466, -5545206.165084717, -5455142.177750252, -5273992.520251822]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y294", "yaxis": "y3", "legendgroup": "y294", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6913382.963845674, 6904763.33924691, 6868155.4135119775, 6853268.189006292, 6871159.472917407, 6897090.633512876, 6913382.963845674], "type": "scatter", "x": [-10716182.163243424, -10684015.64225859, -10757487.48627296, -10829560.30228601, -10833399.25357856, -10815819.896992322, -10716182.163243424]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y295", "yaxis": "y3", "legendgroup": "y295", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6680612.501921569, 6674013.096746426, 6643652.471718003, 6596983.516115267, 6559392.783647992, 6584859.300428185, 6630921.065904971, 6665722.1303204745, 6680612.501921569], "type": "scatter", "x": [-10318395.589316659, -10286004.162863804, -10313610.107206017, -10457998.067342564, -10594826.906034809, -10583491.620252648, -10508883.47648023, -10382331.845606362, -10318395.589316659]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y296", "yaxis": "y3", "legendgroup": "y296", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6289750.8020848585, 6297851.201394405, 6182350.49022262, 6099862.126583438, 6100061.5660778815, 6147039.580374054, 6194140.971836587, 6225906.163882724, 6270596.962969022, 6302908.4295198815, 6289750.8020848585], "type": "scatter", "x": [-9533466.702345597, -9452951.426541394, -9636809.55035592, -9685048.14059363, -9714223.216283478, -9694918.801988924, -9656961.92793296, -9649147.345664842, -9599020.224068614, -9548249.517920494, -9533466.702345597]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y297", "yaxis": "y3", "legendgroup": "y297", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5868234.945469945, 5818411.969231865, 5774943.752263101, 5716557.782260724, 5701813.3647486465, 5749875.818531605, 5787331.82443769, 5824164.608301741, 5854084.363673431, 5872944.047578601, 5929813.742582683, 5953934.873571594, 5931214.82639771, 5915390.209677971, 5904331.55282175, 5868234.945469945], "type": "scatter", "x": [-9545737.665040933, -9566928.221392235, -9540680.71732604, -9575133.732144833, -9630730.158824489, -9703127.35591804, -9682684.141400076, -9707826.532277077, -9685733.892181879, -9741262.460860878, -9700353.504490217, -9663725.144334415, -9612831.220108336, -9585898.08771054, -9528178.08539014, -9545737.665040933]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y298", "yaxis": "y3", "legendgroup": "y298", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7230369.656617443, 7212960.01194977, 7222367.2887498615, 7198193.124892595, 7185921.567616503, 7175903.5936826635, 7156394.563288251, 7176441.082115785, 7193117.072456308, 7187785.810074973, 7195873.757850239, 7230369.656617443], "type": "scatter", "x": [-10290289.313390022, -10297534.728584068, -10236247.997311767, -10248334.79563245, -10218743.780726086, -10248455.34927192, -10342527.520839285, -10339335.79785932, -10320794.983691428, -10387528.891387524, -10381548.504990086, -10290289.313390022]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y299", "yaxis": "y3", "legendgroup": "y299", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8480940.893737936, 8471737.597759305, 8446896.13234991, 8414096.77156886, 8384949.799132781, 8392768.76149176, 8415377.456976881, 8417951.08775938, 8438456.741568413, 8454951.541920938, 8480940.893737936], "type": "scatter", "x": [-3600368.6131466352, -3562467.7996677626, -3544619.840965924, -3613582.0849853824, -3681996.8657086575, -3720049.7272919267, -3714143.32706648, -3786658.6513864906, -3689615.2045244216, -3680854.0108214365, -3600368.6131466352]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y300", "yaxis": "y3", "legendgroup": "y300", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4267508.409619047, 4265965.133946661, 4300083.661116469, 4251379.054482598, 4220711.943916467, 4174100.5022726203, 4189001.713102017, 4235052.6495869635, 4239895.172098393, 4267508.409619047], "type": "scatter", "x": [2909097.4780031927, 2973004.3238230175, 3046223.7490149536, 2996573.1538199275, 3011936.2437187885, 2930123.2732705404, 2883815.9482394885, 2854363.297464842, 2901721.9699559794, 2909097.4780031927]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y301", "yaxis": "y3", "legendgroup": "y301", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4257584.814136303, 4223795.167505432, 4214049.576606124, 4232962.613684483, 4255295.549969614, 4303900.848686878, 4265370.858233826, 4271889.364106412, 4263768.3117204225, 4243846.04017038, 4257584.814136303], "type": "scatter", "x": [2322866.5379929026, 2317054.3944448945, 2190949.895243037, 2189083.789442209, 2077997.9848056727, 2087447.7535687354, 2141201.9801998506, 2208963.7521438706, 2275902.600104598, 2276814.41472921, 2322866.5379929026]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y302", "yaxis": "y3", "legendgroup": "y302", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1537160.6535959349, -1589270.60259268, -1670099.17928062, -1817101.2119537483, -1874171.5734624043, -1932635.599720619, -1968475.627845362, -1897065.6353810744, -1933133.0768079448, -2023351.6828599097, -2074924.650237714, -2103002.562814974, -2205846.077364378, -2347074.9171637786, -2513544.2354250764, -2741467.99439556, -2907997.38444144, -3046371.379804591, -3074570.782424617, -3124881.569220264, -3094518.697762823, -3051935.3691005097, -2989041.826490192, -2883146.8814599705, -2787691.4256737367, -2701359.5223074327, -2614686.169264821, -2593843.0241347076, -2553754.1322367266, -2462322.682010631, -2385375.972614282, -2328101.507887077, -2251720.7678093123, -2139923.2729197745, -2071933.9225864164, -1994771.5386741916, -1990285.836682961, -1965322.40741708, -1943283.2954437146, -1941646.2709732587, -1872179.8673777434, -1797019.8333177273, -1735566.918336737, -1683321.1780017393, -1698019.397506927, -1613007.3492104781, -1539370.2863252428, -1484542.8285278007, -1537160.6535959349], "type": "scatter", "x": [4892755.219973875, 4913896.55073499, 4930058.322266974, 4929746.71742391, 4948491.709629032, 4931679.761599433, 4909940.546968191, 4885397.222121329, 4862651.854715832, 4870087.8308536, 4854763.177357724, 4824171.899448964, 4804137.450746068, 4745792.899286961, 4672935.684643656, 4576506.331051937, 4510922.052847711, 4442724.333174078, 4360773.542711649, 4269232.5427395785, 4220640.474928782, 4153458.3116952516, 4138301.4770517843, 4149761.782363159, 4131545.8094566106, 4136080.5822726823, 4166106.3493624586, 4213331.834697135, 4219411.057462208, 4278402.492368503, 4297692.51823269, 4282890.356707813, 4274357.567394156, 4280311.054300454, 4322365.372686215, 4344258.134357529, 4393481.622116839, 4450843.978417582, 4489554.132313843, 4532728.920705872, 4596337.710988662, 4685295.597272263, 4721313.437761909, 4713279.852579458, 4753604.703013399, 4816477.47999607, 4825392.016857233, 4863188.7551085735, 4892755.219973875]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y303", "yaxis": "y3", "legendgroup": "y303", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1955270.0858173862, -2025212.9617683676, -2041213.8687978669, -1987926.4682409025, -1955270.0858173862], "type": "scatter", "x": [16360448.66815138, 16392390.880288672, 16353300.956031976, 16343260.933376146, 16360448.66815138]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y304", "yaxis": "y3", "legendgroup": "y304", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1928095.158399534, -1894438.2274729786, -1800950.7608282326, -1838475.8561977365, -1936772.729990265, -1921488.59805261, -1928095.158399534], "type": "scatter", "x": [16330100.88522296, 16329583.211578866, 16363776.812302865, 16396423.827904465, 16373252.170910582, 16353147.835507113, 16330100.88522296]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y305", "yaxis": "y3", "legendgroup": "y305", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-851771.9273542757, -758926.9310833414, -714580.0619922131, -672863.1045220926, -708968.1726129194, -767801.3259443005, -851771.9273542757], "type": "scatter", "x": [13390802.634426152, 13393491.102518, 13416646.499484368, 13442365.173721101, 13460937.789940225, 13453466.546728278, 13390802.634426152]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y306", "yaxis": "y3", "legendgroup": "y306", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8394731.809179144, -8394735.426334538, -8379598.507872763, -8394735.426334538, -8424719.406491837, -8466329.536848228, -8495386.42135029, -8529206.097203417, -8549729.756489491, -8566238.241153307, -8581343.23690724, -8593831.890589584, -8590096.89289298, -8568763.632705616, -8542056.554326568, -8524039.70374218, -8501934.673531143, -8472965.08375922, -8447631.847614018, -8423368.722087488, -8394731.809179144], "type": "scatter", "x": [-1784201.3724650876, -1765525.2874371363, -1730778.200127599, -1655650.1444908893, -1572674.7459849527, -1503629.2394419315, -1460902.8731081614, -1413119.8553024707, -1433489.468469523, -1459795.4686262133, -1493965.5571861758, -1536870.6927304196, -1615882.3631576963, -1695561.7807627525, -1738012.6320174853, -1699582.6942238654, -1707095.1929673504, -1731177.738603532, -1753696.7589521236, -1767469.4154459974, -1784201.3724650876]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y307", "yaxis": "y3", "legendgroup": "y307", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8544261.274483511, -8546813.883632569, -8553191.854924938, -8526258.475373553, -8502872.367970057, -8530130.982764013, -8563351.99604731, -8592236.41342513, -8583497.057354886, -8587246.577627808, -8565881.466327092, -8563351.99604731, -8544261.274483511], "type": "scatter", "x": [-2129253.3492750954, -2051531.4431267104, -1969463.6041329678, -1999582.7089338596, -2027331.8042389033, -1940896.290147031, -1884957.6566678286, -1834834.384598422, -1917573.0989899014, -1978006.9796800609, -2064373.8661241464, -2069965.7450446805, -2129253.3492750954]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y308", "yaxis": "y3", "legendgroup": "y308", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7879176.822774459, -7869577.593536021, -7872778.196360015, -7830973.660709899, -7800184.538646104, -7733080.051814509, -7693377.430042509, -7680078.6462149, -7711611.056767223, -7742956.760380911, -7780638.76874962, -7816418.03170259, -7853532.259489713, -7890349.371100092, -7922121.10140877, -7952086.32649357, -7963076.549368468, -7978723.074758525, -7977157.7967297295, -7945798.0019862475, -7956800.5490437765, -7967778.380401307, -7944224.456847855, -7911028.857642342, -7879176.822774459], "type": "scatter", "x": [-3606172.91340078, -3586709.4150724337, -3525529.405988932, -3570132.679632447, -3609795.1076502623, -3701361.452769138, -3723848.4090569937, -3692591.0146690607, -3624836.65849523, -3572424.508691362, -3501431.2083342792, -3437538.688934556, -3374336.386658147, -3318573.5982978772, -3283095.0458021676, -3253814.768934099, -3293399.3847855176, -3322627.457699537, -3386358.238329372, -3410497.4444589103, -3449560.8012833227, -3485262.4176820912, -3557867.779370518, -3611633.183470094, -3606172.91340078]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y309", "yaxis": "y3", "legendgroup": "y309", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7929848.795172171, -7915604.597881623, -7926689.330715494, -7933005.936375596, -7944045.891037312, -7934587.796711122, -7980106.612275913, -7973860.523236064, -7976984.755660561, -7973860.523236064, -7978545.981168872, -7962898.78354624, -7929848.795172171], "type": "scatter", "x": [-4887648.540538268, -4887289.377821916, -4803405.695448892, -4721270.176078721, -4646697.0504701575, -4613493.101678038, -4494330.184125753, -4543681.614141589, -4594120.100726883, -4658381.860264241, -4711761.059137026, -4792784.222780944, -4887648.540538268]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y310", "yaxis": "y3", "legendgroup": "y310", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8069638.6994148, -8043607.47160801, -8057410.518788427, -8069634.675588771, -8055876.175684413, -8083342.705459331, -8103049.801092084, -8096999.897841364, -8069638.6994148], "type": "scatter", "x": [-5490947.590395268, -5551622.940803165, -5460649.74658779, -5369924.358406934, -5352612.7563435435, -5305322.650665241, -5293631.617249933, -5371544.207686085, -5490947.590395268]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y311", "yaxis": "y3", "legendgroup": "y311", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8054345.2516155755, -8037456.32937452, -8055876.175684413, -8086380.263220735, -8083342.705459331, -8075733.832238478, -8054345.2516155755], "type": "scatter", "x": [-5742786.532775125, -5756956.643601484, -5660784.027082964, -5507653.751482044, -5542247.829930021, -5621185.693328935, -5742786.532775125]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y312", "yaxis": "y3", "legendgroup": "y312", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2583813.1067004814, -2658413.1469326066, -2713678.207432993, -2742484.9663891387, -2710041.912609941, -2655959.078205871, -2592219.2190799387, -2507255.880497171, -2466340.0271489006, -2468074.1221947707, -2509094.4827003265, -2550086.4932813933, -2583813.1067004814], "type": "scatter", "x": [15918670.559085468, 15955471.274440302, 15973262.579890022, 15920010.056672778, 15886463.540960675, 15849060.656558625, 15822821.00213654, 15804962.020219138, 15813026.844984543, 15853614.079445453, 15886014.750339054, 15906351.64711639, 15918670.559085468]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y313", "yaxis": "y3", "legendgroup": "y313", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-452420.17703468323, -491956.7850891959, -556180.6395594762, -589083.7386560529, -516181.49102091236, -468451.2811891438, -427966.4117787159, -375247.03132743377, -338921.1223761842, -309074.8466359709, -343679.2014299724, -370866.1464840278, -400528.62218383333, -452420.17703468323], "type": "scatter", "x": [15278747.787365042, 15313258.39834733, 15318911.638344115, 15284072.855585223, 15272798.759295002, 15253938.539400633, 15212020.739901835, 15159014.619607484, 15089102.66708762, 15118735.635734499, 15170717.19661091, 15202953.347404543, 15242861.260558171, 15278747.787365042]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y314", "yaxis": "y3", "legendgroup": "y314", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-721696.7094283184, -751677.8925977962, -780551.0786281043, -780398.0873439288, -744562.4462800125, -710147.9590861631, -671963.738785816, -689982.1432694134, -680325.7649901677, -621146.1595058982, -618090.0681385407, -683623.2755312425, -674196.1992422799, -631960.1534172321, -587928.7653285341, -515153.82255889743, -512804.8504458425, -533083.1598518661, -601583.8633111824, -676938.9010748133, -687086.5569070725, -721696.7094283184], "type": "scatter", "x": [15115227.296052465, 15056471.535210397, 15001102.451095799, 14948082.567940628, 14871247.630082585, 14818791.244528528, 14831910.804184321, 14919256.40353065, 14975157.380407682, 14997350.91288497, 15012050.326687109, 15013850.022944624, 15072060.923317332, 15105412.408831125, 15166248.608015684, 15162752.29474753, 15222907.344475966, 15241121.42261503, 15231809.094243722, 15189178.241655406, 15135545.772745676, 15115227.296052465]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y315", "yaxis": "y3", "legendgroup": "y315", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1293361.1097823135, -1335569.471062051, -1334788.9412980254, -1259206.800485706, -1288929.7690031643, -1293361.1097823135], "type": "scatter", "x": [16080118.506019786, 16096634.663616156, 16027599.340935092, 16009595.685546577, 16061271.322657017, 16080118.506019786]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y316", "yaxis": "y3", "legendgroup": "y316", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1184858.835085346, -1207525.153728535, -1100901.6128720785, -1027340.2857439738, -1027340.2857439738, -1125816.7969327131, -1184858.835085346], "type": "scatter", "x": [16063604.38175063, 16043200.136984037, 15994166.661891373, 15989043.642060557, 16022900.718822455, 16037529.586769639, 16063604.38175063]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y317", "yaxis": "y3", "legendgroup": "y317", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1218421.3262063125, -1221159.4885237287, -1208719.657416977, -1189777.5825345262, -1140942.6042728517, -1160299.9220103987, -1186110.7854669217, -1218421.3262063125], "type": "scatter", "x": [15973300.596516168, 15933941.373943817, 15876059.803275056, 15859765.143949047, 15877308.641299512, 15938489.47830877, 15964801.802061098, 15973300.596516168]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y318", "yaxis": "y3", "legendgroup": "y318", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-990393.7296960924, -1029472.1031289377, -1054217.6117217725, -1001991.189641664, -957721.85248962, -916692.6183021828, -904138.8257021358, -933715.8436490729, -990393.7296960924], "type": "scatter", "x": [15902824.064854523, 15918414.78502477, 15917521.11859656, 15850106.854961216, 15804092.474944048, 15774259.782330493, 15791339.46964984, 15831867.005023357, 15902824.064854523]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y319", "yaxis": "y3", "legendgroup": "y319", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-867356.5127919109, -907565.5919935197, -914584.4737512983, -886494.1502418349, -835828.893372698, -815282.7861493268, -867356.5127919109], "type": "scatter", "x": [15676022.871502299, 15708810.509481532, 15687721.038994072, 15649024.339845957, 15616514.222501308, 15624935.083178256, 15676022.871502299]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y320", "yaxis": "y3", "legendgroup": "y320", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-659895.2527343122, -687890.1822316754, -766105.5362303723, -807966.0980005754, -842494.3272268616, -854823.9818511282, -807462.5854184084, -729106.3971303992, -635098.9769484225, -623155.8822117095, -659895.2527343122], "type": "scatter", "x": [15468909.191175966, 15495574.416155683, 15533092.811934937, 15573892.836982047, 15554429.738676336, 15524472.06475378, 15488827.411082776, 15456641.775170058, 15447396.629622003, 15462666.877431734, 15468909.191175966]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y321", "yaxis": "y3", "legendgroup": "y321", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-4796772.536818328, -4856883.496421495, -4933031.890824045, -4977223.404299165, -4948148.046914918, -4932165.951148934, -4840665.610171862, -4779211.780008963, -4734427.450069467, -4693788.763601664, -4654571.5866562715, -4567786.759544855, -4494624.091427103, -4418568.58418263, -4398518.779445527, -4351492.470912142, -4250387.928307177, -4169188.79346472, -4160176.2153555667, -4223931.329602894, -4253636.072731642, -4355410.4827919975, -4475121.060797173, -4397536.71406459, -4428554.712799172, -4514361.91961856, -4551227.216786114, -4560267.601258253, -4517129.217747417, -4530206.370056267, -4630385.072061474, -4696005.339606121, -4693695.917638011, -4727800.793103802, -4775975.256655834, -4796772.536818328], "type": "scatter", "x": [15013407.459001329, 14906662.706791371, 14768590.862674912, 14647172.425323844, 14670087.651325032, 14655452.467598168, 14818659.440578418, 14866246.32291479, 14828465.49103646, 14878994.520211067, 14986923.42264375, 15101632.362726655, 15180120.908568455, 15228636.790963914, 15252749.339374773, 15261304.929179993, 15297690.20812396, 15342920.241270117, 15384913.816568835, 15368782.525603162, 15407054.45706906, 15324802.253815206, 15257476.81754307, 15344693.857773326, 15350193.831431037, 15267496.720466714, 15295233.895263594, 15343264.547891745, 15442366.652730828, 15471289.879776422, 15333315.50960206, 15228775.055249859, 15166217.6208257, 15102303.45186754, 15051505.66317821, 15013407.459001329]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y322", "yaxis": "y3", "legendgroup": "y322", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5182791.91159039, -5125369.6212951895, -5068282.500917659, -4985980.857486088, -4957961.183580679, -4895985.722665779, -4844536.983986269, -4891865.784515237, -4937733.668692183, -4892716.274864124, -4939636.990420985, -4986266.7938852515, -5037453.95817471, -5118596.967865736, -5162740.859381617, -5215389.981867465, -5216739.628964159, -5257862.12334851, -5329078.372668938, -5438558.261903085, -5486673.271966539, -5517334.583644241, -5515049.814876627, -5479621.186818451, -5472059.917163121, -5432494.000769972, -5352276.21173999, -5244939.716337728, -5224400.712707833, -5182791.91159039], "type": "scatter", "x": [13917298.219581207, 14063357.618408006, 14187194.331857434, 14329372.641846621, 14396391.903564181, 14486107.259356117, 14608509.333843533, 14568927.989223368, 14530655.674739497, 14646852.212120647, 14612146.457737137, 14552737.004329981, 14455573.700052144, 14294841.940241182, 14193876.670280067, 14152979.543897541, 14088059.107600426, 13962231.193847142, 13842244.067074846, 13641875.473825844, 13509989.388890829, 13425880.553943677, 13356163.411018977, 13355570.622119134, 13279744.304166166, 13321922.766895566, 13475943.579531139, 13723083.774300324, 13803203.893398236, 13917298.219581207]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y323", "yaxis": "y3", "legendgroup": "y323", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-4879541.044338269, -4887014.9879482025, -5018595.498543918, -5056629.522684232, -5145111.054748859, -5115042.156765371, -5191468.763363506, -5185586.616806908, -5182180.864628916, -5088216.728486507, -5015415.366498023, -4918925.453163816, -4867933.58013165, -4877792.882914155, -4916159.184885659, -4900926.209665924, -4879541.044338269], "type": "scatter", "x": [12448990.411848929, 12491619.968275817, 12355072.94632682, 12284429.93978469, 12176149.215783015, 12181469.858636018, 12037342.690162377, 12027116.483410273, 11980568.819136169, 12035149.306843556, 12103281.600758646, 12157576.612507999, 12212695.703900034, 12257670.327766808, 12298784.685466327, 12360663.474836191, 12448990.411848929]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y324", "yaxis": "y3", "legendgroup": "y324", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-3902121.6137419688, -3961555.454238634, -3988256.682601989, -4048838.8708960502, -4095689.67825068, -4098487.4698371342, -4108729.5826876364, -4087723.2580018262, -4100296.945216818, -4105581.7974675377, -4166921.106810885, -4161726.03606868, -4194185.1890017306, -4230641.389689228, -4226140.578318258, -4226099.119691649, -4152793.975498902, -4130955.5003737924, -4064941.885263752, -4049232.4712333907, -4022943.871475604, -3981417.9241609243, -3900856.4454745566, -3832008.095021689, -3714192.5757383937, -3647449.8793077846, -3580701.0234401813, -3504272.380714688, -3469706.4351330353, -3422790.2839268115, -3330330.416369092, -3236648.7913314155, -3186060.642209091, -3237346.907656809, -3127240.255348775, -3161688.302512788, -3207640.490852437, -3146847.2052363637, -3053197.0028295247, -3015668.9138597, -2979979.2186840726, -2910912.716955606, -2881484.291226036, -2821611.5822145767, -2751543.6564238775, -2665122.3293212, -2756583.7159843054, -2673979.4139745138, -2633779.4975898545, -2582450.316086734, -2538234.7947900067, -2528816.1179993832, -2543684.574006386, -2498747.5464333026, -2485368.0794519284, -2458922.6562983883, -2447903.730858863, -2450749.167698507, -2415381.924315132, -2361709.8993478953, -2297025.2416436938, -2235508.2288443777, -2187105.6582409595, -2121092.279335246, -2017773.799060946, -2122749.649932424, -2098505.9608575967, -2041050.422837481, -1981999.34555498, -2008371.3837738514, -1915693.9254144058, -1855701.9175154832, -1807531.2586678837, -1786734.0249378358, -1752603.5108887686, -1766858.6260078417, -1736147.920492688, -1718646.3668730003, -1702164.2036487057, -1758254.1268842677, -1830573.8745807728, -1831406.3687066971, -1842852.1411583922, -1775815.549953153, -1677797.5453735404, -1645829.7069566199, -1615252.8621312487, -1545315.1086899806, -1502089.9575379463, -1516650.694911225, -1493557.5611178856, -1430891.2443172059, -1390495.0182824594, -1372665.8163186815, -1403089.455446072, -1453398.986006995, -1484770.9008853473, -1472365.4242481831, -1510051.4888845035, -1474950.573167539, -1485626.1668453228, -1462068.4195696658, -1522717.4549901537, -1588283.5273093574, -1637736.0743764003, -1641808.2889914047, -1690708.5620492548, -1751789.0280822655, -1811808.5656360956, -1846263.431539641, -1913646.7719682448, -1952701.6757502318, -1994633.1347017144, -2066724.9271622796, -2066605.5359920675, -2097733.4656399353, -2135266.3056783024, -2176450.5135732763, -2134958.7570020147, -2069697.0628672666, -2015786.5174202381, -1949018.8499815525, -1852019.9917240548, -1792994.0329788793, -1757458.647955662, -1687504.712961658, -1595319.3366447384, -1570444.4852795587, -1529537.286403067, -1464552.4851533435, -1397153.9239375165, -1362135.409481075, -1316143.1946810284, -1376205.2895649252, -1453177.169102837, -1468005.979347819, -1519494.1474338763, -1581810.2906631392, -1651096.4360819727, -1695523.55726407, -1791403.8415819807, -1745335.9798017268, -1797038.7628694996, -1844705.9873556297, -1898766.7792624675, -2003226.1840648626, -2063966.3025521077, -2078801.065473758, -2182621.835136504, -2245500.6776708676, -2327651.1661467166, -2390848.80974165, -2448265.6594467643, -2500798.4088603416, -2530012.242661087, -2605543.950646791, -2735588.9383799876, -2709210.363123886, -2761220.303972559, -2742770.210395529, -2869763.916956793, -2943158.9044593587, -2988702.786677, -3085167.10880561, -3180675.9509876855, -3248282.285137347, -3321534.349933528, -3421846.1669954457, -3525998.5545017743, -3580367.6472347616, -3684823.857355722, -3751779.129051773, -3835265.7604047055, -3940852.2805531113, -3997722.883007653, -4087145.627845668, -4144048.9335942143, -4243097.275925702, -4300116.066563429, -4385472.184806095, -4463771.267893638, -4499624.569100599, -4538951.395247225, -4543065.514495473, -4589395.87833704, -4633056.348150029, -4681337.96039605, -4631618.905194677, -4611752.616179373, -4552915.268893698, -4574282.229223286, -4655897.042774474, -4625367.53334608, -4607534.800506382, -4599469.738516784, -4566829.493462258, -4497095.191667774, -4410893.972528054, -4353360.235249834, -4307070.976993048, -4293306.823448625, -4237805.472901145, -4152597.957732631, -4232027.001757539, -4253068.122059658, -4189654.0917585553, -4123332.9218388665, -4066908.629724431, -3981376.0733057917, -4079855.6733572506, -4119247.196711923, -4210624.315494602, -4163394.511553638, -4102344.357761229, -4018693.2595801246, -3975366.817372442, -3948640.994864869, -3878355.695487882, -3875036.9462721874, -3818438.526016784, -3829447.382264038, -3871069.538666151, -3909813.3226721953, -3902121.6137419688], "type": "scatter", "x": [11398692.673048988, 11262894.639923109, 11166740.630506853, 11107871.639207473, 11042228.69858141, 10964503.490095677, 10901335.00341527, 10836914.401127445, 10764104.792380342, 10699219.034238322, 10604183.540104147, 10581842.917126557, 10514902.632966653, 10446997.207665235, 10385541.55558668, 10326211.848826403, 10281656.683828412, 10248259.786189334, 10293238.979306169, 10347817.583214447, 10379913.345429592, 10403173.157540556, 10464521.112044334, 10496386.190567834, 10517845.74968128, 10540998.544317342, 10582251.049864063, 10587209.77770428, 10603309.083214276, 10586940.635819593, 10622677.80282409, 10615624.283232095, 10626935.296242217, 10643429.910164803, 10664197.736660955, 10694598.851518296, 10700367.969375106, 10727841.473047571, 10724664.887843288, 10732545.21645228, 10726493.897244973, 10766852.009084016, 10798898.994096875, 10837092.287174761, 10855681.647519227, 10929624.27245493, 10900280.325451918, 10973811.572914792, 11067449.385691337, 11134124.361014912, 11224486.360686576, 11271804.7227747, 11292597.89767551, 11385554.641765932, 11449041.873555139, 11473623.21945297, 11503272.95903373, 11555521.533237213, 11670196.579924714, 11742572.482427167, 11790632.628142027, 11869171.862533601, 11890167.68488714, 11914773.54690865, 12016230.109907495, 12023424.256667366, 12072906.709082061, 12056784.371976048, 12106006.532787746, 12140887.056386724, 12181296.231658222, 12252613.475162746, 12290155.65381381, 12345430.871134516, 12356510.744798848, 12395731.042867815, 12405988.372956619, 12454041.768453132, 12506083.989962066, 12563227.294955911, 12596851.78909419, 12658023.894126361, 12717001.698972061, 12715951.418677082, 12790614.60929808, 12843687.02937859, 12836447.86952464, 12897332.127746897, 12967941.017828502, 13014881.298654078, 13103647.23597214, 13117022.574980093, 13053906.769903766, 13110704.03943304, 13169309.985592093, 13209936.81995357, 13285510.640580086, 13316824.971926356, 13368618.855262477, 13435234.38587457, 13469691.116297014, 13498749.532209586, 13528674.869911931, 13484916.069940811, 13433841.494617626, 13398835.272258064, 13396355.675972668, 13349519.71875178, 13296401.785340747, 13292681.784238853, 13348925.159653554, 13411307.401539246, 13447335.071880667, 13492379.460460871, 13519928.461703695, 13559573.060539551, 13560373.741261981, 13637530.70825237, 13717734.315484896, 13761308.021116527, 13800784.78786696, 13836542.700549364, 13899204.686951755, 13904744.123073824, 13923055.673229843, 13933086.327466937, 13972840.118578337, 13998745.035923101, 13994612.134101842, 14035726.935501585, 14071602.108842483, 14082659.206160938, 14130403.828741364, 14143985.626398891, 14131461.150275756, 14152239.422512019, 14142707.547477923, 14161275.081960442, 14148541.63716837, 14131680.12152953, 14136939.525806276, 14214757.166895559, 14230648.559624767, 14261908.214843253, 14233319.2087934, 14216804.959239392, 14208885.943340084, 14227785.576892857, 14213270.716473185, 14178034.136330055, 14174448.237796579, 14251309.486068519, 14293263.854503836, 14333184.47317967, 14306556.930070044, 14324372.08261553, 14294647.985202601, 14346683.210147157, 14357779.140346825, 14390989.908123458, 14337734.052481327, 14363075.05033331, 14380273.515220651, 14395606.001515258, 14361874.085142605, 14320409.669094045, 14265229.945395382, 14240652.606566345, 14161193.173381193, 14105533.115780402, 14002542.20505586, 13952868.77344151, 13869079.716221422, 13743583.200912531, 13629812.664952537, 13521619.986534942, 13442874.02979486, 13329385.343553012, 13244045.09023617, 13143568.035949025, 13058828.970617691, 13029073.126159254, 12941465.850753836, 12840577.73227745, 12716135.742211359, 12634084.698566683, 12534804.612845954, 12512294.868104558, 12478684.669949412, 12547977.112994406, 12480572.021141512, 12327375.884785822, 12282215.658854693, 12250203.74813214, 12208472.422497785, 12155106.880623728, 12162270.976328943, 12222188.161483867, 12251461.184164865, 12247479.753450122, 12174217.795905761, 12249014.781443704, 12296359.609468369, 12189105.74551976, 12093305.598669471, 12190778.144262625, 12256837.241404692, 12335314.424165145, 12393465.140614213, 12245428.91863712, 12159124.546381924, 12053103.215582568, 12021081.091102084, 12071127.008336142, 12078346.730245348, 12062922.586828886, 12099331.173279218, 12033723.51013057, 11972461.71230799, 11924359.966698928, 11754363.477118183, 11608871.063805405, 11479690.670645569, 11398692.673048988]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y325", "yaxis": "y3", "legendgroup": "y325", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [929162.5855260461, 800783.0050667549, 765672.1002627262, 737446.7873361075, 835523.0926002057, 1012664.848196305, 1212414.3508804983, 1144076.9490153005, 1057408.3468366016, 929162.5855260461], "type": "scatter", "x": [8153408.294017024, 8149610.345045059, 8110514.31252609, 8025775.7961908635, 7970622.226187148, 7936773.078695945, 7959740.038678434, 8036454.515465766, 8092358.144831825, 8153408.294017024]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y326", "yaxis": "y3", "legendgroup": "y326", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-346419.0616309048, -382456.85135775944, -476942.09618313913, -426018.9636318326, -415681.3201992877, -423841.638122052, -419486.94107190607, -351547.4643530389, -346419.0616309048], "type": "scatter", "x": [12956351.908006733, 13064437.759861518, 13094284.280992595, 13013471.676232096, 12930542.169531867, 12873476.849850982, 12804509.706279663, 12832373.561409565, 12956351.908006733]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y327", "yaxis": "y3", "legendgroup": "y327", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-468598.1170415108, -445920.65296639357, -392770.01362441026, -386850.3608603918, -427596.07833130716, -468598.1170415108], "type": "scatter", "x": [12698583.418616567, 12631024.81143759, 12614991.294834157, 12716643.59025398, 12738928.872254819, 12698583.418616567]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y328", "yaxis": "y3", "legendgroup": "y328", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [268852.9298668052, 201349.15919364477, 190504.52945378696, 140010.21998861805, 31960.40393075709, 44068.48754186474, -31168.028697107973, -96442.31910212072, -111278.18552700664, -32963.4783352368, 125091.67949086842, 223868.34634112625, 268852.9298668052], "type": "scatter", "x": [12816038.463852473, 12825732.372805782, 12885226.120093552, 12895936.84951272, 12892168.444652334, 12840402.986470103, 12825232.23739733, 12865861.554741377, 12837559.34214764, 12798006.887568114, 12767099.844886988, 12784535.319448262, 12816038.463852473]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y329", "yaxis": "y3", "legendgroup": "y329", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [108211.43133777531, 113393.0936810942, 203169.88957750704, 175548.56403684802, 52905.121892503885, 29129.854188607515, 53307.65767018924, 47135.43546362138, 29334.318340112688, -64252.69313452201, -174197.2600768364, -118197.6938664494, -76124.20787135765, -133065.22300348128, -115105.32413802201, -187543.31126058253, -235462.92231859482, -393861.9769550875, -436298.7949089007, -578867.4410244152, -659971.799380867, -696257.8870707167, -652852.8348188793, -551757.8909330374, -599567.5566766232, -565389.644485723, -517707.02842985926, -445269.41566070117, -324850.9190794532, -362417.1440223646, -506479.11429985875, -683132.1605481672, -701047.4646720516, -664819.6930882188, -551170.7376988495, -431963.43033201614, -431050.37801280065, -346399.9018381968, -265454.55151991703, -167303.72944503484, 19072.76355484653, 70041.58068711257, 161873.27147811526, 125366.41264267224, 108211.43133777531], "type": "scatter", "x": [12319252.663230741, 12434408.33199769, 12531277.820659012, 12549570.475217866, 12471207.846403884, 12396037.282414127, 12299430.556935169, 12132472.687077194, 12045015.862520717, 12030521.290025191, 12118269.018413015, 12173595.97418665, 12361090.840928609, 12351951.939303722, 12308623.265897093, 12263463.899550067, 12173743.836490683, 12261028.995705487, 12240082.246347303, 12319086.289655114, 12310583.273153417, 12253498.528546957, 12218737.41672756, 12276260.918834025, 12173957.273524141, 12152065.492110776, 12168915.159591783, 12101976.367862385, 12116320.685927693, 12047607.432149211, 12046786.100733953, 12035233.203926137, 11970022.053156856, 11930741.208142834, 11969604.931120366, 11962761.149453972, 11920724.58080376, 11894452.10170128, 11939471.712513044, 11956861.869731067, 12009264.755265784, 12029945.9107745, 12113554.601674544, 12192605.631669937, 12319252.663230741]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y330", "yaxis": "y3", "legendgroup": "y330", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1265830.2983820946, -1179692.0044660203, -1155506.9929476439, -1192967.6586538958, -1230313.7093541925, -1263487.0391212841, -1265830.2983820946], "type": "scatter", "x": [11936989.084948186, 11820868.51280625, 11917729.707177844, 11963376.150155477, 11991327.129531128, 11979170.135119554, 11936989.084948186]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y331", "yaxis": "y3", "legendgroup": "y331", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1054026.7421888083, -1044654.6842247201, -999534.2949808651, -1067946.711591416, -1102885.8657785503, -1087716.930008773, -1042714.0131507631, -1017113.4259114909, -1054026.7421888083], "type": "scatter", "x": [12077881.414633261, 12145630.35005972, 12241870.087569157, 12216507.428859806, 12061276.782776142, 11931443.447118701, 11938230.344134534, 12021236.476937668, 12077881.414633261]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y332", "yaxis": "y3", "legendgroup": "y332", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1032558.4015691523, -1022497.4264119692, -1074842.4855229103, -1099559.6792356141, -1116081.5619995142, -1115095.911138614, -1044228.3754772114, -1043261.2218387296, -999712.5168867874, -1032558.4015691523], "type": "scatter", "x": [11774490.235713342, 11837528.926108671, 11854118.481080016, 11735142.242832752, 11663574.225107541, 11610268.860790564, 11655556.106687004, 11710284.725837413, 11743465.979886094, 11774490.235713342]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y333", "yaxis": "y3", "legendgroup": "y333", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-793408.2166627852, -837275.431570093, -849567.2737969098, -798736.9094047365, -858035.263221492, -937931.5256602254, -960396.0005002866, -1033595.6353416027, -1080503.8496662392, -1030903.9004964423, -1034257.4241811772, -1025138.4305335683, -1003028.6725977833, -955977.2607893593, -943770.8607334556, -959179.9064142276, -908438.194100009, -855429.2880991105, -846368.5581199543, -728507.0017643968, -735795.2575034628, -784006.0943536676, -793408.2166627852], "type": "scatter", "x": [10830706.880791742, 10839542.027411448, 11029296.818820382, 11057022.174421487, 11235385.332596576, 11261661.933973292, 11408174.105781266, 11519941.776980214, 11399293.230608463, 11297233.501178594, 11206636.858449187, 11104628.911735607, 11014510.758586232, 10905373.863812035, 10833784.571427155, 10790365.034061914, 10614876.064582769, 10603728.048102558, 10513428.933545444, 10594065.308622716, 10714567.179667616, 10790291.09965646, 10830706.880791742]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y334", "yaxis": "y3", "legendgroup": "y334", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-134132.20107038852, -220367.46880470522, -289350.73913357436, -300279.58877323935, -378503.9217272886, -532164.0655147498, -723131.4834771296, -725714.0479478589, -622530.6372125251, -521632.5320065242, -446757.04385389143, -346125.27803592326, -253483.65902768567, -80411.4792523902, 22644.502405539646, 128944.32610363261, 225452.6433371445, 303288.08580674184, 409027.83559473505, 478225.3487740694, 614316.2259313045, 677155.8411469241, 672180.6844437916, 648333.2580432368, 527575.002035225, 443816.97289786494, 392412.4878495166, 259555.45425391747, 257616.72832978933, 172935.55097207028, 69409.02939420578, 12926.046030531765, -88027.58738261506, -130963.20894543476, -134132.20107038852], "type": "scatter", "x": [10459091.364954038, 10474108.371757453, 10506743.357113892, 10579871.480893882, 10625128.420786543, 10590844.42371246, 10571200.939665165, 10460342.299756408, 10385136.145514105, 10264070.620282747, 10225807.122291991, 10155013.598057818, 10108732.727258792, 10036106.27399456, 9948454.018306412, 9918033.496042952, 9879011.659144526, 9786186.101455972, 9729322.064597337, 9650288.753357567, 9537138.390187105, 9523578.79453778, 9588321.575150007, 9744932.796917291, 9841951.143777622, 9924305.151756309, 9982147.272945661, 10082384.803666007, 10184289.74252902, 10270770.816294625, 10330338.952871354, 10406959.321549524, 10366311.98571954, 10423148.866564509, 10459091.364954038]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y335", "yaxis": "y3", "legendgroup": "y335", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1565906.654039003, 1659169.7777154641, 1654678.0617518693, 1610610.0327480927, 1504775.629991705, 1565906.654039003], "type": "scatter", "x": [11926419.69854381, 11853381.09081329, 11938906.266018776, 11984071.037692156, 11982920.214711735, 11926419.69854381]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y336", "yaxis": "y3", "legendgroup": "y336", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1231711.306690252, 1266141.5354332079, 1342384.635518583, 1349598.9621135, 1266903.5570006906, 1385456.2031604033, 1268303.7567277069, 1227906.1952155202, 1150208.546050871, 1113779.6539478567, 1198801.1368318961, 1231711.306690252], "type": "scatter", "x": [12170830.995085364, 12189180.608457845, 12184908.223936051, 12238065.56403421, 12238716.504687779, 12287867.454888117, 12302412.200744748, 12274506.88259067, 12257570.280934056, 12232645.99416056, 12156459.785541048, 12170830.995085364]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y337", "yaxis": "y3", "legendgroup": "y337", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1039001.2789509741, 957171.1755819464, 888039.0179331035, 775190.0023988631, 900896.7751229618, 838361.9963285467, 747476.3208712566, 689644.1914831826, 761257.2188430424, 850526.3151478848, 909142.0811578868, 967418.6467838024, 916323.2944236475, 921068.10938553, 852288.1179354283, 888373.4550408974, 992233.4285861843, 1026875.8124401968, 1073268.1467458957, 1017527.1751115607, 1051246.4524601928, 1106177.0571084598, 1109449.000903738, 1204577.0364410721, 1146247.9984900372, 1084279.0806086496, 1039001.2789509741], "type": "scatter", "x": [12581524.819452262, 12604452.978751844, 12620318.137302361, 12600994.411884347, 12548112.795602573, 12509923.496276885, 12552987.536748745, 12530797.06560152, 12405232.35743611, 12366135.882400403, 12388631.11255862, 12317091.858389376, 12293143.954106437, 12245563.590475399, 12181001.99522007, 12159743.403866172, 12184087.672837246, 12241518.7292263, 12288352.77856229, 12332476.22302536, 12402801.719224943, 12409868.338430064, 12479604.45033285, 12456563.82092067, 12547828.190814637, 12567007.076719385, 12581524.819452262]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y338", "yaxis": "y3", "legendgroup": "y338", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2235514.569846908, 2273084.89150885, 2377206.319902477, 2431973.240159484, 2465809.881371941, 2462946.5899390224, 2416858.731154937, 2363660.162329151, 2293764.6103103873, 2235514.569846908], "type": "scatter", "x": [10629598.598662267, 10538272.325004129, 10501932.204927877, 10531213.398880864, 10624967.53992819, 10681396.928464668, 10718918.001358423, 10694451.565509465, 10694964.242677923, 10629598.598662267]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y339", "yaxis": "y3", "legendgroup": "y339", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2981119.939318713, 2789363.9893444353, 2690927.945371145, 2792241.1374361436, 2881011.535157319, 2998318.1337796003, 3088493.685932264, 3053037.0672713695, 2981119.939318713], "type": "scatter", "x": [11519068.32978524, 11549276.46296242, 11550541.102860996, 11456952.430421155, 11406851.513747936, 11408510.832146186, 11440532.065439058, 11500885.083193911, 11519068.32978524]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y340", "yaxis": "y3", "legendgroup": "y340", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4697635.778757807, 4584293.121065897, 4467518.097375411, 4376792.084001377, 4319647.386581525, 4239051.6466829395, 4185092.58986205, 4178052.8631972866, 4046641.2335792887, 4090953.6549129146, 4176934.2770611034, 4151588.2170670973, 4097389.2954423684, 4095180.7578171426, 4010282.656665568, 3813149.1226434032, 3764132.776697038, 3809410.7217824813, 3914128.9351471355, 3947838.9493170413, 4027158.069012818, 4062718.7632609564, 4135122.658470082, 4194517.350783505, 4272849.995006399, 4306941.17854195, 4283571.030273034, 4485993.691309455, 4431787.605365036, 4545148.652173337, 4589031.500416843, 4726575.511442459, 4852266.035617763, 4922529.116383983, 4942898.641925934, 4788462.014119627, 4697635.778757807], "type": "scatter", "x": [12139372.223768814, 12166742.721255757, 12274304.585786698, 12321244.832449418, 12385699.94947926, 12407569.852769576, 12338534.0672126, 12188077.099196786, 12163108.526417835, 12069291.538071787, 11999036.279100265, 11864095.096195498, 11799708.035560183, 11696826.281335143, 11849988.862865252, 11928550.043262513, 11902775.194021663, 11828403.347843748, 11778776.75545768, 11698077.861743065, 11605256.522491412, 11664209.430575384, 11657430.528629826, 11701709.919001222, 11705430.575964244, 11853565.047154762, 11966800.470497228, 11888008.317461435, 11993041.650116503, 12020757.192183523, 12030081.466514876, 11955226.50806928, 11818178.552758796, 11783249.127635067, 11851639.540269418, 12053370.927223336, 12139372.223768814]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y341", "yaxis": "y3", "legendgroup": "y341", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5227140.904550475, 5273364.172816629, 5150660.915474712, 5120609.795180914, 5011172.519196338, 5086567.339448665, 4965737.1655846685, 4964071.164043605, 5073901.393151085, 5158463.995921833, 5164553.3576973975, 5315505.32883334, 5399965.869002161, 5287041.341557115, 5250407.4861595305, 5227140.904550475], "type": "scatter", "x": [11811819.182512514, 11816172.335802788, 11974739.906181835, 11885999.24555201, 11931925.23594049, 11720763.332379488, 11802818.79871077, 11711472.942639153, 11585695.489198709, 11535877.485229524, 11617047.435734477, 11471385.888599966, 11396956.953386204, 11623374.41823475, 11727834.461792808, 11811819.182512514]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y342", "yaxis": "y3", "legendgroup": "y342", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4889745.214317492, 4924192.971103369, 4845211.010724214, 4697244.15355042, 4704327.092471381, 4666823.1775088515, 4696623.340156828, 4831641.0920315115, 4895307.814137091, 4889745.214317492], "type": "scatter", "x": [733544.4781918146, 773370.1336418822, 829295.1874536586, 827330.9962785501, 787983.6306232372, 755335.5799308718, 721167.1005978977, 709912.4833675042, 686899.2005464582, 733544.4781918146]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y343", "yaxis": "y3", "legendgroup": "y343", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5080989.36751667, 5122985.641472692, 5028549.266703938, 4943059.12736554, 4965628.393273881, 5040031.678825489, 5080989.36751667], "type": "scatter", "x": [724251.0967301696, 774574.2872252527, 795427.4831649222, 773763.6453997978, 734254.2613790563, 710175.7646408002, 724251.0967301696]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y344", "yaxis": "y3", "legendgroup": "y344", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6497626.273102856, 6447669.387515855, 6366477.384313456, 6423161.671649665, 6464629.5009872755, 6497626.273102856], "type": "scatter", "x": [859965.6077052717, 889405.6151865687, 858359.187556404, 777071.8365462023, 762117.5752099644, 859965.6077052717]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y345", "yaxis": "y3", "legendgroup": "y345", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6737230.911610755, 6745392.130134409, 6639925.444677575, 6653343.182766309, 6652832.320218916, 6572756.158503635, 6483939.012785787, 6477587.903743311, 6348853.620851269, 6332657.1512188185, 6217097.162918571, 6176765.379844629, 6157268.599539533, 6091581.241513491, 6061345.361675776, 6007826.663594867, 5953423.831587892, 5954386.725808635, 5925733.595422832, 5946253.713918996, 5897364.634548458, 5909222.446401323, 5869282.455099939, 5890183.330814471, 5999590.102998503, 6021977.850115955, 6039306.937249074, 6080392.137604487, 6112301.0241547115, 6167557.778214246, 6234411.433215754, 6225190.31554384, 6284177.1527760215, 6347848.535628762, 6365567.479725884, 6392764.711768526, 6437526.384600197, 6465031.389876772, 6417783.56966002, 6513875.612507038, 6564364.645199813, 6665944.392605045, 6744908.7197542405, 6737230.911610755], "type": "scatter", "x": [-280653.1246791892, -199946.3828436709, -276347.40266816725, -206739.031975904, -132601.19198097163, -152374.79264740858, -217309.60906041757, -145420.38043896292, -79378.52136514407, -30723.689181939255, 13432.129985347457, 34325.76419622468, 123155.47991257472, 115306.68346493827, 77974.10085909443, 108387.0436337872, 41435.74121226882, -59286.38538127587, -188147.27311284904, -222790.57021971373, -274328.2363644589, -343961.8615012981, -399163.2189449809, -438462.30129847367, -322552.07980808546, -254802.24499763708, -371050.3278949213, -389931.4152188999, -311202.3264047517, -348846.05444366275, -331729.05587662186, -224261.69759542716, -211737.36276735025, -258467.77515516672, -343972.70140848536, -359361.4938043729, -331291.60080340743, -352800.1511564361, -393421.5867474804, -391351.8380901447, -422729.5823960265, -390720.85121111444, -333384.5555650333, -280653.1246791892]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y346", "yaxis": "y3", "legendgroup": "y346", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7470350.887496595, 7413057.377031287, 7352111.469479439, 7283305.615174857, 7220882.991857424, 7204180.234795627, 7217669.909565603, 7246583.169153498, 7286753.708859861, 7330933.736653137, 7348366.799973838, 7374687.774276212, 7395463.395691411, 7453285.795181227, 7466346.500517663, 7406238.109656857, 7454532.37666395, 7429498.510662778, 7476598.27237657, 7470350.887496595], "type": "scatter", "x": [-814938.4782264064, -841609.7532114752, -790223.230287178, -881528.6796846113, -1068766.1880517367, -1125138.1766892215, -1200551.7468177516, -1358458.9943347396, -1286487.7888919467, -1398800.7987919634, -1289392.8212495637, -1282712.4095244515, -1395821.3329505809, -1335027.9450651752, -1244749.924056042, -1177118.7730435124, -1075336.2231218386, -1011566.5275925344, -906469.0501664899, -814938.4782264064]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y347", "yaxis": "y3", "legendgroup": "y347", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6255722.513851157, 6157395.64694647, 6056172.237816636, 5951535.494566614, 5765861.006704005, 5800661.093616586, 5647729.600618422, 5538297.872570653, 5463232.107283066, 5528010.963416864, 5444792.998002836, 5534997.053360177, 5639062.241155739, 5753486.940993931, 5833112.048955252, 5972834.882550224, 6074621.975384604, 6214747.691406864, 6261569.629146478, 6308522.624905505, 6322713.039417615, 6255722.513851157], "type": "scatter", "x": [10318825.621000208, 10492249.57654552, 10638580.293380385, 10818197.379084038, 11148941.474190691, 10988603.31624596, 11140317.087603701, 11354435.501661021, 11444307.24261618, 11304947.430095866, 11353703.319849376, 11229810.070875825, 11109069.94539428, 10953201.534614105, 10865683.593649723, 10678000.218609793, 10490312.64598636, 10291574.590790384, 10287683.037689941, 10186957.91943624, 10196779.435175428, 10318825.621000208]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y348", "yaxis": "y3", "legendgroup": "y348", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1149976.5113990519, 1033188.4556936612, 1119280.1768877609, 1195252.204101003, 1280285.6259740184, 1402262.0049679175, 1302153.4477207414, 1234490.4116806488, 1149976.5113990519], "type": "scatter", "x": [11779936.799409507, 11666235.222444486, 11701514.962479414, 11760431.460984502, 11804502.98230411, 11832146.656268934, 11869973.844281867, 11817207.450671887, 11779936.799409507]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y349", "yaxis": "y3", "legendgroup": "y349", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2238810.0844805436, 2188522.9246346895, 2101479.735416283, 2000398.735783039, 1960041.5919242213, 1861766.6484479455, 1764541.9649066995, 1751081.9489394818, 1765539.3705039688, 1697782.5304467198, 1631194.2348367102, 1601788.3938045404, 1545350.0043763274, 1605460.7693631449, 1669751.6097418915, 1624838.343922903, 1698070.0215279872, 1679997.0111286084, 1707016.4429171642, 1757534.4843891398, 1788605.2200479333, 1816842.6579527433, 1772836.42161874, 1842984.636473805, 1896101.710488205, 2012723.7910786683, 1972660.875130583, 2162888.9015460378, 2272787.4867123524, 2272646.6101885266, 2238042.610480358, 2269606.719030001, 2238810.0844805436], "type": "scatter", "x": [11877275.19419631, 11878763.190532675, 11940964.441215014, 11947357.695429109, 11902021.487608425, 11915348.275998494, 11964280.82800273, 12020015.016481275, 12059587.760149118, 12200601.036995433, 12208437.060220044, 12247979.848127212, 12251520.476282476, 12159955.767676793, 12107314.117155127, 12093343.960559947, 12011966.669090861, 11927202.112229977, 11871267.012889577, 11863005.195550932, 11885344.07098607, 11848299.361568643, 11847586.480405722, 11779923.655584166, 11750261.327039117, 11712141.47244711, 11763608.640352685, 11713808.447848849, 11708117.741077412, 11766888.342538295, 11838769.518585276, 11857648.559916552, 11877275.19419631]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y350", "yaxis": "y3", "legendgroup": "y350", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1407927.7195366751, 1466304.672518899, 1428339.746452469, 1428517.24962685, 1377258.3017351024, 1325123.886168297, 1288237.8275985885, 1345309.7712353065, 1407927.7195366751], "type": "scatter", "x": [12081106.407534894, 12053020.963529898, 12120781.034007298, 12183718.631516801, 12192839.747663798, 12157731.685315719, 12102091.253682502, 12087182.115545155, 12081106.407534894]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y351", "yaxis": "y3", "legendgroup": "y351", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1499521.5367061477, 1362554.1873612436, 1395118.3290186613, 1353919.6822604372, 1278126.8357241182, 1250595.0534839258, 1336997.3295631665, 1343374.496238489, 1417685.7445361915, 1407896.015342512, 1454340.1936764293, 1547932.9238038885, 1545232.8847901195, 1499521.5367061477], "type": "scatter", "x": [12403182.823520744, 12461700.017405774, 12378265.95188224, 12389158.040102368, 12428962.786611859, 12387179.696792234, 12365686.203977503, 12334520.761615027, 12303107.225891374, 12363508.777356809, 12351863.93718701, 12269595.623256594, 12365070.99734765, 12403182.823520744]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y352", "yaxis": "y3", "legendgroup": "y352", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1070494.5809248937, 1066585.3990266288, 1152490.724311689, 1165582.1520868386, 1206257.644024791, 1310100.7245430178, 1367083.6556416566, 1369414.9144647033, 1394997.83615004, 1384755.3664019634, 1446709.4531381305, 1474126.9585480262, 1533175.0116991836, 1525668.4273067815, 1493427.7763617171, 1452144.2051849077, 1423160.3028898204, 1408840.795589451, 1353139.30242201, 1288910.7992848635, 1217525.6081283987, 1119941.493813915, 1127934.2258207204, 1216829.932535066, 1260089.6116174518, 1353079.0289153887, 1402975.390733024, 1460794.7513557791, 1499474.0298624171, 1413298.2504632613, 1411307.3232597683, 1342860.5313742592, 1302197.8831590398, 1301118.731147702, 1313740.8958300797, 1258721.0523211334, 1243532.3122454525, 1281920.5612625512, 1312855.4612105356, 1320262.3982176897, 1321969.6586410976, 1285688.747509713, 1227674.3266959614, 1218437.2856596448, 1157967.1265974971, 1059374.2345174314, 1062154.4164634736, 1033131.1851550869, 987828.4771277987, 907549.7453807325, 844071.5082047652, 841149.8702804067, 780984.630066683, 738036.5882077902, 713323.8559146798, 735565.7876199163, 744470.0714856694, 711308.6834096066, 697731.202696608, 668519.3977981637, 564304.8264838704, 513724.09303011606, 509249.5127170045, 451235.9213528304, 235102.06748258576, 214694.6722449073, 129353.22970320433, 27570.814732408526, -9699.260125732935, -29116.998103259775, -153043.7060541705, -71913.59860244216, -116351.21792414848, -191855.6484823164, -264298.35719143756, -332719.5649845098, -294626.76909899595, -359996.7204239679, -355181.3707547345, -457444.7581036614, -595815.6452886863, -631430.631726717, -636381.287405219, -675318.7981934799, -832406.8530182787, -906998.7162395297, -1110606.3244972457, -1190921.445338718, -1361887.9941699624, -1500563.4370752494, -1606757.5292574305, -1609148.713037031, -1699156.7147871228, -1927881.0382343258, -2115441.8010223885, -2195495.4130846616, -2243345.7193176225, -2405159.1438353495, -2562676.087668928, -2686932.720757678, -2738968.8716086703, -2810840.304155971, -2810555.5092050596, -2856568.3582813125, -2909776.2561391084, -2944677.046050173, -3039649.20914037, -3157625.6990357605, -3246188.5357553186, -3311556.665742339, -3430811.1533962386, -3488264.5096581914, -3552939.9354306427, -3758872.5225193584, -3851224.158257896, -3905533.085296636, -4015666.0785192694, -4081654.5271646255, -4153987.869410586, -4217794.158056572, -4194855.295179949, -4207151.239768415, -4157854.276896423, -4161541.962681564, -4097910.0778775993, -4157973.051259397, -4256215.350645539, -4335000.30515168, -4384666.093451284, -4440215.410585672, -4585407.0264825905, -4645849.433967601, -4669274.890797561, -4657949.01228414, -4724927.04183193, -4808680.964637292, -4864918.438030909, -4904062.198282752, -4919396.024015806, -4878920.004709633, -4908013.058356122, -5018110.234903169, -5051335.988394955, -5016528.75938122, -5073833.020810731, -5107992.940951478, -5176227.712250424, -5286062.687632263, -5344235.176376798, -5344543.440841704, -5400010.4894367745, -5480866.22728678, -5559409.730448022, -5581039.483778562, -5676609.877880518, -5736381.269913749, -5859816.704858969, -5901107.709764823, -5949964.299937294, -6057663.7652957635, -6117299.581937692, -6112104.373636993, -6111333.937301218, -6136600.420901311, -6173614.954427571, -6268787.799340551, -6271142.196320305, -6238116.198993284, -6167052.587059025, -6108331.435341991], "type": "scatter", "x": [-7697776.475059818, -7646756.840760594, -7563086.360290882, -7520728.266639163, -7515209.351971074, -7484638.285432925, -7420649.894622836, -7357929.585143796, -7346780.719853565, -7270607.026332492, -7184728.287951999, -7142572.33136369, -7086747.114056945, -7052782.671270115, -7031192.77090904, -7055794.9711978575, -7062316.592544469, -7122234.439377634, -7096812.325970353, -7105589.315379876, -7157365.3629543185, -7129933.503318716, -7086268.512608963, -7054740.870143542, -7080780.486268607, -7074995.814703014, -6945585.565027884, -6952040.963723333, -6912366.476252746, -6887793.544622564, -6818616.928211655, -6762317.886454666, -6763005.247674371, -6674077.81100028, -6566760.557833457, -6515764.870108744, -6441399.759082414, -6381834.895170997, -6377483.577098008, -6253895.314670096, -6134910.455796736, -6222792.032906565, -6194562.940741493, -6116021.300581982, -6046163.108296086, -6038557.076964302, -5986466.7513993345, -5949725.094665842, -5887705.687508346, -5831580.01668592, -5832801.63449743, -5795383.011433074, -5745382.2037265645, -5708269.098571087, -5589833.026855399, -5577976.9961337, -5496765.623655412, -5390982.824722691, -5357687.732874232, -5285417.326964358, -5183704.008642148, -5168883.08340135, -5133225.687578593, -5111944.536986873, -5060418.795941526, -5007120.55677479, -5005321.228260596, -5081194.844404285, -5050042.331438898, -4872861.7089414215, -4868571.1111386735, -4792996.500894146, -4666642.961981196, -4499555.062435635, -4449744.695352438, -4465048.836308819, -4349228.859950357, -4153192.1799361147, -4003664.402380641, -3853649.2130469284, -3722469.2059733146, -3644451.1403110586, -3558818.7924312465, -3521476.5375425285, -3482451.9220867692, -3463093.957204542, -3493857.5251662876, -3540367.5960234785, -3670339.841868645, -3724127.3929810217, -3789357.116747953, -3813826.9727471787, -3834111.419247486, -3806842.1685079965, -3815367.719754869, -3817123.4864158393, -3842516.548984461, -3840662.7087537935, -3918158.0180746275, -3917300.7947020666, -3987125.5952017014, -3998640.6978040934, -4102147.617219933, -4244406.869409543, -4302318.046871319, -4402379.516625107, -4496186.271384769, -4552807.258901992, -4548296.749133079, -4519011.051038295, -4510441.688027649, -4518515.376155974, -4568001.948562799, -4618778.573401666, -4674268.391970863, -4720865.021082775, -4730536.917425666, -4770250.568582541, -4786739.386771979, -4866812.471024271, -4939692.700906457, -4983669.243687813, -5081999.217162539, -5141084.853551063, -5216529.031990143, -5202540.04497815, -5056683.319974885, -5041551.667390639, -4969344.648583224, -4954134.776708824, -4984124.668435117, -5088398.958296023, -5251081.346314944, -5350016.512482808, -5303821.433575342, -5285194.640497985, -5244877.1989643825, -5277920.206861661, -5357059.237415098, -5456670.286866952, -5475609.871910219, -5411501.6883407375, -5339304.266167661, -5310430.741249985, -5258355.393336036, -5317944.920653958, -5349985.505943076, -5305293.427307977, -5293586.322750905, -5369691.381913118, -5402223.393858746, -5379331.447276035, -5256072.7338611595, -5168232.828703768, -5139362.101177094, -5194913.220516186, -5167126.989421912, -5209555.312487018, -5207914.712023499, -5110137.045201044, -5019412.579033096, -5054110.799413165, -5120237.40987406, -5137572.724257511, -5176652.770741466, -5116907.8656608425, -5145616.939198937, -5252509.1729014, -5390501.613686583, -5526893.712607487]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y353", "yaxis": "y3", "legendgroup": "y353", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [892275.1646891036, 826601.3977305741, 722267.5089506162, 689867.4180653759, 576927.5813310734, 505247.21852051636, 475850.5116213436, 411032.8582916519, 333374.29099469224, 325087.31323459605, 280318.8260358432, 218393.54524093957, 209117.57273955955, 170737.80194502574, 121532.92034525458, 95011.19251258437, 44554.087846007074, -35078.40195396156, -112102.395075291, -130745.97927598735, -242949.810210427, -277795.6368185866, -331959.53213373065, -274563.4784726802, -328542.5596618429, -420898.0739366753, -498921.2202243274, -585420.9848867162, -703164.788578894, -758232.005707973, -808170.0520161099, -888647.2975449701, -979406.3840431942, -1035536.448463556, -1280460.1553922275, -1506878.3666789646, -1667564.489037275, -1702802.3316947226, -1803733.1944175884, -1878948.9062555858, -2012195.413745358, -2134280.888886141, -2184089.307085856, -2253731.34136831, -2424172.9941141624, -2621526.106610207, -2889710.0595883764, -3137299.854193326, -3366437.9288256573, -3510293.0361091294, -3655051.695348147, -3751429.5379366986, -3925657.6595293176, -4097868.4099214845, -4281479.130917158, -4465442.433327662, -4469130.292492995, -4596578.64291666, -4706371.407570401, -4782938.927121099, -4989011.564420244, -5146585.120096008, -5162027.164526244, -5024685.917875489, -5054019.98196129, -5281011.391046901, -5242656.298546367, -5422919.207461796, -5518022.167215472, -5549280.710044567, -5631798.840536203, -5733889.099619107, -5913037.771046169, -5982296.100380254, -6043017.767742847, -6108331.435341991], "type": "scatter", "x": [-7767221.561131325, -7732250.735656787, -7724221.853385157, -7747832.779790221, -7732116.125505525, -7754695.726606437, -7719185.498186894, -7760239.1740413075, -7805177.452639801, -7855124.533556081, -7879926.12821441, -7876985.7189814355, -7914561.236933355, -7901675.240435243, -7971271.01168488, -8026456.154420638, -8019816.948312755, -8057780.798945562, -8075663.540031948, -8110542.015801302, -8091534.647453344, -8110963.104049704, -8049324.234743627, -8012758.552813231, -7989493.453039893, -8039377.0173489945, -8115588.959182416, -8142026.178892397, -8085979.122009932, -8114276.954731289, -8039224.619633396, -7954936.0905094845, -7915212.671696769, -7868926.855350145, -7747349.011353025, -7619195.732236626, -7511165.708401902, -7521650.878922621, -7463987.631454258, -7375132.7608289635, -7175320.970593632, -6958742.801473974, -6940552.642972411, -6829231.481259029, -6773353.576958664, -6721511.500498025, -6684182.2601453215, -6645684.280769544, -6592833.150679322, -6600087.989467371, -6539342.534432359, -6532148.968688895, -6446121.408983983, -6416029.021570513, -6400118.668762927, -6371325.734069425, -6406297.141018891, -6338608.729587167, -6260014.633674199, -6260533.73710244, -6180269.694785939, -6118091.78782585, -6057382.711448162, -6108332.753665379, -6036510.297561439, -5950752.529243128, -6063807.237854688, -5981893.376347419, -5997182.8089123955, -5856848.18410578, -5885856.294816973, -5849564.833558522, -5712603.429162526, -5623919.8106911145, -5599769.490155871, -5526893.712607487]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y354", "yaxis": "y3", "legendgroup": "y354", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-6167301.186400702, -6188767.194967158, -6256819.664430027, -6293226.029404813, -6246704.591045109, -6176892.1590602845, -6134585.25264802, -6146687.186640413, -6194140.9081748, -6270486.788637104, -6331207.233046091, -6356412.2385061635, -6406646.3391932435, -6411659.7330722185, -6376211.231597719, -6416789.857729622, -6447855.1091785645, -6444675.696222044, -6436583.562037357, -6406490.928603823, -6391986.5886308, -6335759.569483498, -6281393.181670864, -6167301.186400702], "type": "scatter", "x": [-5460505.626126395, -5383653.9605290005, -5229095.295913717, -5105480.918772575, -5103719.427751498, -5132043.353985922, -5095152.693937051, -5034295.639236504, -4972371.485496513, -4881010.791429731, -4743587.531678955, -4625624.788722231, -4621024.861189799, -4684309.090922386, -4746760.063132061, -4739717.263528535, -4776195.163496095, -4813109.977657392, -4860977.917480586, -4935663.861252729, -5021093.942519908, -5155013.614661428, -5271189.590706377, -5460505.626126395]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y355", "yaxis": "y3", "legendgroup": "y355", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8565944.864290856, 8577657.064992763, 8578432.017639078, 8561083.165249446, 8576507.248177458, 8587052.253398694, 8573023.3650866, 8563198.41806136, 8554657.122803992, 8549724.750446718, 8539010.307729134, 8528156.60491459, 8543704.471228017, 8563983.069269896, 8565944.864290856], "type": "scatter", "x": [1408157.0798928489, 1450862.9842736432, 1496685.755751588, 1531498.0121093236, 1524033.944341211, 1535176.914476624, 1605441.7517332602, 1610356.020789078, 1582284.7325367578, 1561701.1699022122, 1574403.9834871853, 1553419.1883851837, 1494533.1545074838, 1481142.4467964217, 1408157.0798928489]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y356", "yaxis": "y3", "legendgroup": "y356", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8076798.297944059, 8144372.645340897, 8178813.865835208, 8218426.357537738, 8265965.457547619, 8279674.360144345, 8306636.802667314, 8316024.751194838, 8287391.756542724, 8264625.9704829315, 8227983.190747784, 8192333.573783199, 8120003.800867606, 8044267.869297969, 7968143.859002588, 7901246.55408016, 7834186.347108958, 7826955.35496085, 7837660.4915626515, 7874061.230543586, 7895900.020799338, 7939571.037203577, 7956796.458762425, 8000254.542994123, 8067284.06995447, 8076798.297944059], "type": "scatter", "x": [2387535.6576634897, 2408099.903477214, 2351201.7467490407, 2390203.5259558423, 2453878.7924497435, 2564786.4636152606, 2586513.7892641337, 2645678.998038256, 2724218.1194640975, 2737433.0585012347, 2654550.2707965234, 2582751.4522736543, 2552002.702572295, 2583759.229838162, 2603037.5678181886, 2689081.118062439, 2858027.036913397, 2836686.328827918, 2662734.8178679533, 2611282.6679140734, 2500247.6017444264, 2447412.666235997, 2477327.9664208083, 2427696.6034181686, 2440093.8476564684, 2387535.6576634897]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y357", "yaxis": "y3", "legendgroup": "y357", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8531198.170938697, 8495466.023788368, 8487565.98701944, 8498742.636883212, 8517074.002763987, 8518233.822951337, 8548378.492402183, 8566483.314391542, 8550903.604835322, 8570284.505970197, 8554131.923851615, 8531198.170938697], "type": "scatter", "x": [892007.7905899178, 873149.2032062375, 781111.3372126363, 674085.8541126442, 656602.8564400007, 608565.5396005053, 555511.3567100519, 641930.0019207877, 698891.8294699162, 716286.8713667862, 809088.5634343182, 892007.7905899178]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y358", "yaxis": "y3", "legendgroup": "y358", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8381173.847803291, 8352230.838777742, 8368699.255819834, 8386880.995310916, 8409220.652594624, 8423118.553025207, 8397005.991282837, 8381173.847803291], "type": "scatter", "x": [915957.9217693101, 851158.8286106155, 775021.7652716013, 789983.1093399397, 754514.7353160344, 820481.1668127755, 852141.26571164, 915957.9217693101]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y359", "yaxis": "y3", "legendgroup": "y359", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8505913.489265356, 8528546.206455968, 8530834.59167901, 8507740.072220469, 8457526.938859977, 8430552.710169531, 8379260.079983515, 8365932.831559725, 8306610.618649304, 8303788.79448616, 8347629.063943125, 8372842.37718013, 8393185.031427993, 8451603.648034943, 8504453.789013458, 8528175.321192868, 8504987.527848212, 8505913.489265356], "type": "scatter", "x": [505060.8654420779, 506528.75887758273, 553185.3164584908, 607705.4140269564, 750568.574016751, 678081.9357218092, 685311.3595262574, 659263.216872542, 668730.5518860056, 622832.4853184279, 522575.2424818244, 546867.352374064, 483491.5734363173, 392961.45974291174, 348838.57602228475, 429943.03700818267, 457955.5413259125, 505060.8654420779]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y360", "yaxis": "y3", "legendgroup": "y360", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [892275.1646891036, 927831.5826232416, 994337.1861149336, 1027238.5434616298, 1035676.5171359538, 1076356.5262316607, 1110568.245338014, 1102726.94910839, 1059908.645118675, 1028979.0014680943, 1024680.312948639, 999050.6253537496, 932177.992517866, 916431.5671443031, 898167.344111672, 891877.0358359673, 965495.9126401151, 944547.7987944301, 951781.3117544452, 1001348.4047065697, 1009530.3313019077, 1023935.7435864432, 1023843.4675909013, 1023751.1915280377, 997020.1437862293, 1015646.5457754475, 1042968.6058742565, 1068811.9623677514, 1090181.6937124475, 1117372.5106899498, 1146829.6927825538, 1171007.0617650836, 1186771.7844347653, 1222738.2645157776, 1244701.0006011573, 1208961.1746705216, 1179577.683590286, 1213700.9242107833, 1225847.9471684396, 1250620.4581551873, 1288031.491031411, 1326723.173616784, 1335376.0022019697, 1344031.225099207, 1367746.5637056464, 1406405.905766664, 1455896.048464212, 1497225.342314988, 1535742.481986539, 1591061.3036891485, 1609993.2774618617, 1591564.3165188401, 1600216.2741790253, 1638507.6114517893, 1643828.5848582052, 1649146.0309634625, 1620331.9891860115, 1622159.8611275447, 1633885.0555744772, 1658205.7088516864, 1665800.9779259546, 1692060.912252945, 1713387.5845618094, 1715595.4031710783, 1739842.30426579, 1790245.9581663504, 1921589.4464081835, 1961158.8609776767, 1992915.717756923, 1984069.573147526, 1938243.0923852986, 1926231.1058199643, 1958342.0466940675, 1981511.7618840518, 2037344.558895648, 2054388.7659300203, 2110905.406021244, 2168951.9122104677, 2201360.680498256, 2208598.0687857317, 2246982.2382480935, 2302263.312885864, 2370947.7160203666, 2447158.1001837854, 2505972.0092206686, 2517744.40310196, 2552119.6832389147, 2583365.145373185, 2624989.2913584933, 2678981.7944828584, 2726775.158977865, 2787313.6327734496, 2906304.988335437, 2999566.0982703837, 3073838.9064945653, 3122406.0915631796, 3151432.81913337, 3224772.68323228, 3252411.337753218, 3309925.0882072207, 3392342.8835511464, 3401940.489270548, 3464003.8063821327, 3521219.763121298, 3557914.297181395, 3646324.941026536, 3735823.391103614, 3780612.187826065, 3826793.3293692498, 3821724.861717785, 3853761.970394939, 3806529.1463559475, 3750609.8635213426, 3662890.4848420825, 3614626.2862278083, 3533815.1209588572, 3506146.8146026637, 3497752.357583202, 3457332.669466068, 3458969.398317502, 3382943.789068383, 3352909.0062301923, 3311064.8077130006, 3250828.9761852245, 3140468.324150914, 3088395.3092466253, 3032596.5219608666, 2969702.7522007837, 2965758.5449562813, 2911490.2743746825, 2858089.78341413, 2836652.8158704666, 2792649.9307788583, 2793225.951151895, 2866023.407346911, 2934166.2126273615, 2991874.3107549218, 3022158.1800644817, 3109270.035672089, 3173652.6585795935, 3210429.0700795827, 3263308.4385340195, 3248061.9700992927, 3278921.469533375, 3307556.9190540714, 3376158.8443637337, 3385065.901842657, 3378372.8676534053, 3422427.9414816876, 3475557.209770662, 3559397.333475074, 3591879.2725345776, 3665009.283092302, 3741609.2327504535, 3834718.907585225, 3939151.8331831926, 3998287.423403745, 4064689.4226855594, 4078488.2889464274, 4111536.501008338, 4117317.43723483, 4148431.384120428, 4159766.5485129072, 4178313.958417952, 4241197.400536318, 4355999.672751824, 4513952.424523774, 4540161.235954308, 4577485.558685437, 4671886.206151879, 4763336.436046292, 4824376.9841366215, 4916647.110038422, 5011660.817321353, 5096162.890653877, 5199540.984043827, 5298522.917126763, 5396930.9748360235, 5541300.446621552, 5632677.549808161, 5682039.617656955, 5702753.444979085, 5666700.60326679, 5566055.596347719, 5594270.8918326935, 5681569.616631568, 5768352.350108459, 5768620.120045762, 5871856.226831548, 5917024.758562136, 5960173.370298206, 6051955.340446801, 6115206.951259692, 6158893.64746551, 6241186.5200953595, 6314800.034140885, 6366752.940721141, 6404532.628172897, 6436457.055737641, 6523297.43698776, 6603187.554886186, 6695635.971557668, 6701933.665059894, 6704318.75446977, 6732296.1479388755, 6832488.064885028, 6850688.808781595, 6884822.806049255, 6876680.693613673, 6920461.534631273, 6960861.463300178, 6940814.300522659, 6874688.419235388, 6868555.6848601755, 6848594.055925911, 6816193.896304589, 6795741.046093586, 6852362.2736680675, 6945820.782306775, 6974938.155773105, 6998595.2176354285, 6945953.007152794, 6882647.387018357, 6814468.887301172, 6767634.33764851, 6697906.842444675, 6657039.815255909, 6627151.171931676, 6583601.250040747, 6532575.040595325, 6485965.212778938, 6443343.841304058, 6451023.323353462, 6423148.7404999435, 6389008.764075593, 6355376.668672558, 6326580.073930568, 6343535.540867744, 6390539.312021942, 6421477.906201839, 6476092.81889344, 6487348.35903325, 6528061.475514917, 6587217.084676299, 6606930.996667344, 6641589.109457904, 6715617.142664852, 6772870.02029239, 6743530.987931397, 6760190.356904614, 6724934.31652344, 6774078.600110431, 6739336.421497094, 6787571.911802051, 6748865.43500862, 6748945.553646003, 6806448.482286171, 6841687.273100719, 6875777.190565199, 6857445.0875455905, 6902275.443167025, 6925106.956442595, 6978743.848049375, 7018869.414787497, 7072697.5340158, 7124593.524025674, 7172016.345366132, 7178742.803754015, 7164007.061438139, 7208358.344005532, 7200459.607559934, 7228870.48107227, 7270482.103555272, 7286814.59729905, 7321694.674433047, 7320669.405514051, 7300998.697769223, 7280994.99756656, 7300972.990187372, 7290815.6686903965, 7312496.684471937, 7348719.547494553, 7400705.65228852, 7437872.52081291, 7480984.712484895, 7480984.712484895, 7436888.1887305435, 7440334.966327776, 7494948.480730651, 7528282.951683601, 7571760.157339786, 7608586.792325647, 7635730.189343684, 7680443.074826117, 7683203.613233218, 7721742.779017445, 7762617.707306261, 7802190.540783915, 7811664.596608092, 7848264.724849599, 7842765.95281034, 7886382.869391134, 7869250.278651489, 7832204.524495962, 7848128.926550268, 7843199.297486096, 7824253.925568087, 7810201.688723977, 7818472.7505543, 7792287.701279322, 7784468.246104633, 7773634.847956202, 7787172.848822319, 7762107.900504305, 7750391.746145961, 7730154.6483246945, 7689522.40437032, 7681715.997903018, 7717021.650404149, 7743299.437928445, 7733043.166165416, 7769840.09537695, 7790597.667830193, 7756025.074553314, 7775541.900421179, 7814655.316054828, 7805827.404016423, 7730958.990174104, 7787662.870447189, 7724150.690969955, 7737949.231621963, 7762406.0142239835, 7757575.6681754235, 7722311.11333794, 7691327.634080137, 7676912.406755488, 7682387.451288572, 7639157.424651183, 7596510.216488504, 7577980.110861451, 7588176.91606033, 7603270.864980921, 7551373.03223015, 7595190.55453564, 7631682.896107126, 7660946.936410172, 7664871.226368967, 7673383.787351508, 7653034.611660057, 7606455.686525106, 7613317.701247688, 7574405.580903427, 7588136.736647455, 7586064.879615258, 7639588.719262858, 7654523.605106028, 7625486.632525181, 7543711.916511083, 7612710.999579302, 7610399.150590079, 7696218.790280222, 7748189.066053269, 7781951.489889163, 7873094.8065944305, 7931973.299237073, 7919031.21046718, 7883200.351376793, 7790395.769321765, 7749384.740951471, 7732397.793077883, 7645667.453524612, 7712261.284523643, 7657632.6239591725, 7593986.5399238765, 7535466.386636771, 7598134.849322353, 7672071.493831926, 7764626.182231847, 7758213.499117729, 7745885.723867323, 7704091.080506024, 7661946.9995728, 7616308.019457962, 7570098.871161886, 7527793.520656045, 7466442.1987432325, 7452824.542532998, 7479370.576492257, 7435031.274382514, 7359853.9764478905, 7320524.923362142, 7259224.606530742, 7253193.794400991, 7214606.813555579, 7154851.576787568, 7143291.764264824, 7068002.439114045, 6962186.135669309, 6887281.212578094, 6775761.357683268, 6759642.69515236, 6668570.742388241, 6594152.280845279, 6613588.4565261435, 6570950.911601433, 6533368.486677594, 6486458.847156602, 6459032.394382177, 6416929.6576119345, 6411147.167891602, 6401464.857143852, 6314264.643279434, 6212205.418540253, 6097537.756169517, 5999423.924609043, 6033149.12105141, 6139076.567031199, 6300021.847218646, 6353159.363452567, 6400275.3462301735, 6470357.5583233, 6539568.058879825, 6605523.24115281, 6688716.811923441, 6761815.646126974, 6862668.372746293, 6948861.42812696, 7095491.521511642, 7116941.236990102, 7091651.855358657, 7082592.164927331, 7107030.318738939, 7075503.124213958, 7021250.005761576, 6984717.203209991, 6977565.734125937, 6897868.799899853, 6776587.643559464, 6761475.609237501, 6704303.660847178, 6758209.61864314, 6864398.890976418, 6908760.67534366, 6823343.93398055, 6699925.499949952, 6582363.41958581, 6520268.827930071, 6464183.798757896, 6407055.638982441, 6381103.600624297, 6349004.63622571, 6263416.580982922, 6249919.739241158, 6211525.630571786, 6096383.388217146, 6057621.138960099, 6021324.978214445, 5984467.213345856, 5898871.737892746, 5881894.977229125, 5903910.39947568, 5904660.90716605, 5897429.459657215, 5822225.5988770155, 5775565.0483179595, 5635309.958598532, 5536689.08771859, 5554293.564180301, 5694301.28328251, 5782386.612872955, 5792893.116998556, 5741156.789664735, 5669979.81018208, 5555032.065852644, 5474059.066570278, 5420224.821110274, 5435844.185174522, 5556633.414337834, 5478809.701707983, 5439795.425891841, 5368995.900842078, 5304421.54753333, 5260374.540178345, 5181688.68527521, 5189727.015354034, 5282116.909352719, 5371897.438811448, 5368352.289196343, 5355155.5387428235, 5319587.189409873, 5266878.842202214, 5229225.69965031, 5196879.5622592615, 5131799.375634789, 5107083.967243556, 5048685.873957563, 4990138.018166676, 4987373.3961934205, 5027719.0425782865, 5003169.481496986, 4971561.306069878, 4953590.929264566, 4955747.576106794, 4936400.727824177, 4930852.700232088, 4925374.795175241, 4893205.751890756, 4914141.696768702, 4893084.112393834, 4859695.5892160125, 4859473.980514407, 4873140.8089777855, 4842255.798843904, 4837141.523521457, 4756875.229105533, 4670523.983601922, 4699379.147795745, 4705223.166582552, 4733266.269699675, 4672824.317193798, 4652810.784366732, 4610250.18444354, 4566397.613140729, 4476006.131145296, 4480506.789159087, 4557533.2805340765, 4600676.629543935, 4694170.27606059, 4645562.0411157785, 4574049.214807495, 4591739.934815721, 4555374.260676761, 4447578.150831082, 4439725.653268257, 4400388.777142691, 4286271.232258973, 4201267.913506562, 4167224.832702551, 4099754.8299540863, 4092367.7268111156, 4050004.7357557416, 4011253.162182482, 3936142.195965775, 3880919.180609989, 3812000.9461338306, 3729182.90666122, 3648011.1177914618, 3547719.200941044, 3464495.5732585504, 3413585.6019092463, 3276546.568025602, 3196646.85323649, 3150469.61105385, 3077867.293985082, 3062848.745128689, 3077283.2553596483, 3129463.746325899, 3156791.104345254, 3258785.981270287, 3349274.0757287117, 3395453.029555943, 3473659.7996265953, 3538324.2267819494, 3636426.6231888696, 3654386.8107383396, 3601233.2675955663, 3607090.074400579, 3661712.301522641, 3690640.775800739, 3675948.519211245, 3688877.1153858467, 3680818.6156785684, 3662576.128477782, 3631465.3557009473, 3583937.735426299, 3560758.922464534, 3545324.732369996, 3562643.8045200673, 3540371.3377729957, 3544024.2178556602, 3606021.2336144256, 3591403.0360031584, 3618529.760307378, 3610313.9540261063, 3582925.534530949, 3495853.2011784175, 3445106.350982202, 3388818.9104757006, 3335683.389108568, 3254048.71719075, 3197149.574837003, 3156791.104345254, 3052387.789937681, 2966569.6217643763, 2806348.445430642, 2747792.755812309, 2682291.518975186, 2623655.682893564, 2530249.047294057, 2440415.041424261, 2371463.306074403, 2311883.7450817833, 2279752.592668012, 2229048.276019504, 2262925.250224485, 2275163.549085279, 2296937.6999610025, 2317702.0921049453, 2367075.939763534, 2437575.259087542, 2538938.704823441, 2574160.7876392435, 2605690.1909312215, 2633599.3078508247, 2629409.508074964, 2639597.3920033546, 2614089.256369465, 2556092.2576865493, 2484414.12042222, 2410892.2224504976, 2389843.0762981875, 2337557.873814128, 2243045.0963312993, 2274171.1878390894, 2272151.9741711915, 2254373.4069930604, 2253815.9721412393, 2220839.009672347, 2168359.1267048004, 2149581.2864678213, 2106120.542962087, 2094499.0012577644, 2033053.6876206566, 2000766.7300279557, 1996894.8190888574, 1954713.052114087, 1932673.458886204, 1950828.8879956694, 1934332.7495775912, 1930513.4838561758, 1951933.7267862412, 1953680.6553769486, 1943749.2861646917, 1949799.5766737144, 1938806.6408740913, 1941989.4958709946, 1955465.3063590399, 1969101.9235954743, 1962798.536013876, 1954527.3478272066, 1957378.9510576515, 1967947.0309782622, 1951052.3754353167, 1948364.1792930937, 1925588.7248599017, 1898262.8171825977, 1879585.514132174, 1846030.2085051488, 1834320.0949978465, 1807070.7831498012, 1762382.9761818997, 1720759.356390915, 1671559.3504711674, 1617643.8649415534, 1586087.9503252637, 1530943.0527227381, 1518905.2760734512, 1466472.5945038032, 1434083.063529829, 1402709.060698779, 1369538.6122930031, 1349370.548533407, 1330489.6450101193, 1282638.0196040291, 1233178.6833372416, 1180699.4098574782], "type": "scatter", "x": [-7767221.561131325, -7797334.798697622, -7812480.56924143, -7784646.837683505, -7809028.558811042, -7823422.6260565035, -7869322.417643268, -7913700.125845834, -7938445.071023531, -7981856.50889412, -8004020.077331541, -8016368.692195377, -7975257.18666535, -8003916.44151604, -8019972.406302417, -8066932.336504818, -8077336.822571914, -8092320.290016621, -8124499.371716059, -8139709.43252259, -8179722.220687298, -8204069.924704367, -8225444.448407856, -8246821.594344205, -8252670.048941729, -8262179.916634056, -8313308.395691968, -8330687.469742809, -8316834.332148474, -8317333.25156572, -8341430.940817273, -8377616.060692545, -8409870.394532189, -8411835.900636703, -8435019.451727737, -8433267.435231287, -8456798.056840258, -8475177.929079413, -8505508.551199969, -8515804.894122923, -8510166.691131862, -8491639.151669169, -8504406.513820482, -8517161.286243407, -8491014.083192047, -8519532.004714534, -8558153.360239333, -8573317.183063176, -8608615.068408823, -8648607.952239092, -8634334.176137708, -8621282.08606045, -8612302.192146255, -8622548.43257736, -8636555.414931156, -8650556.493735336, -8666680.166928908, -8723455.514618048, -8756816.238769107, -8793097.511419458, -8846416.37431469, -8869327.333186822, -8915708.427210188, -8976654.451945325, -9016832.512012588, -9059433.710105466, -9141953.702018252, -9183356.22326205, -9255723.353469579, -9312437.32543946, -9401854.801930012, -9454018.436981982, -9515506.988142373, -9583179.095686482, -9660536.439591696, -9729336.860689785, -9824791.709926408, -9890295.39011818, -9905689.325486267, -9958000.970854174, -10046143.118190954, -10069939.781889364, -10152570.575814359, -10176261.814990407, -10179525.720708955, -10143408.104329964, -10141509.933262536, -10108556.498972025, -10093401.722086081, -10106260.01877576, -10097268.478642678, -10106405.692795556, -10143390.651491169, -10200042.780933676, -10214037.218397552, -10273345.719588932, -10277543.413563283, -10229577.374025254, -10264323.605222661, -10291953.634481106, -10274649.997616475, -10319781.748477755, -10341962.874045696, -10355364.984530063, -10339857.814265298, -10341113.285807885, -10323114.525137475, -10295925.212988064, -10334559.424426438, -10367869.67579352, -10400471.894913435, -10443283.496283287, -10461147.240531858, -10502657.742547344, -10498281.247236947, -10474157.360565117, -10473738.211806746, -10464145.515437739, -10473188.933164582, -10455882.97540602, -10476348.131677559, -10463239.73967532, -10464170.759763192, -10434752.533596365, -10455432.202150721, -10451167.65377357, -10449765.325541751, -10471861.105360674, -10427910.934095604, -10412763.747309167, -10400267.249030367, -10411247.643899748, -10468924.980839979, -10485579.916156992, -10481232.821007352, -10514899.110090626, -10558332.752502996, -10593343.887585148, -10550993.585206795, -10535419.714753117, -10562693.663909707, -10601442.392880823, -10621229.120818397, -10629660.212278992, -10672966.560688335, -10692940.753126709, -10681566.361641834, -10646748.74786996, -10589516.874499537, -10558168.810542941, -10584023.442483941, -10620060.71843196, -10612582.880656106, -10602002.929023638, -10588360.14632687, -10560307.219667718, -10537708.554644428, -10552451.941261262, -10585015.029908953, -10572609.977940267, -10618742.952787539, -10629367.584536627, -10704173.14812684, -10713900.29696518, -10680168.610322937, -10681826.337174134, -10633473.240715263, -10609693.139420914, -10618034.003312906, -10607374.540190607, -10541969.12469469, -10534386.876807863, -10434147.781461818, -10350637.732908167, -10298135.043188492, -10166716.881271385, -10059152.506229576, -9949547.928118424, -9812286.951194638, -9737630.636646105, -9705381.263789453, -9672630.439902827, -9600374.826470124, -9667930.986331131, -9618221.565077698, -9535653.264651261, -9464830.276182692, -9474866.806371816, -9503011.76219682, -9502927.88286537, -9586480.228335584, -9511895.430189217, -9419229.701758264, -9455299.740142077, -9356250.585597796, -9340305.781626586, -9267339.691805009, -9251209.230755726, -9265973.20281972, -9154044.435803689, -9117535.510319179, -9004060.498032538, -9058060.596735567, -9160683.075493801, -9191444.464114692, -9151758.153511385, -9181261.518928004, -9231793.386812598, -9336801.371268898, -9380085.916100988, -9376940.732226348, -9487607.87618342, -9603928.309792466, -9651698.937781114, -9765742.701348376, -9886070.43657636, -9998452.175294023, -9897348.143078474, -9681344.364654737, -9554375.901938895, -9523311.35231998, -9712158.199096844, -9883907.324942125, -10113372.114279907, -10156580.463175396, -10353225.600566173, -10503044.072481487, -10627225.67721092, -10725536.20784695, -10927420.180003742, -11034800.257054763, -11193968.400028719, -11228131.152939823, -11344379.740799174, -11477865.292188114, -11597528.754917253, -11771696.076664584, -11752228.478456318, -11589012.220816651, -11463332.802488388, -11287914.308807714, -11180619.637234345, -11070840.117470363, -10864536.238119429, -10812019.942740044, -10695923.164370492, -10541466.469524464, -10394947.931004228, -10529611.615704814, -10517953.249884509, -10623994.473565746, -10569241.989499826, -10656914.307106571, -10584427.30914065, -10729187.085815055, -10769844.675506514, -10657658.280234305, -10572441.18515042, -10542423.439461768, -10665945.391509151, -10624152.889270525, -10618238.083075406, -10499323.326095592, -10457152.680861132, -10308783.035686694, -10136768.22574651, -10002168.842640202, -9936920.272472158, -9930282.401225518, -9775754.072949251, -9750826.447562452, -9637198.35993846, -9547808.540285945, -9540965.22035555, -9411236.719491044, -9449741.003027026, -9561004.200403256, -9628604.514668899, -9625416.214272322, -9734271.48714283, -9765412.580710145, -9696378.727187073, -9632041.448143853, -9451954.123952087, -9209592.14507426, -9163554.020934833, -9289193.589374, -9160451.047901448, -9060907.095026257, -9038279.436748108, -8956027.993167888, -8902874.194917051, -8897362.466895562, -8734816.236610347, -8633394.801824892, -8452466.218344256, -8316344.287630429, -8142697.4816204365, -8064435.001331328, -7856354.038686064, -7827963.464170587, -7616656.958145411, -7595989.534606016, -7672842.161482707, -7602894.832025449, -7534103.546905832, -7593229.438211635, -7557816.310646131, -7482810.440907314, -7451675.7985536335, -7376249.128472653, -7366985.377569184, -7262522.448667545, -7253061.758858332, -7228508.884272921, -7185145.925246211, -7206108.610858313, -7170750.155798344, -7037459.64244851, -6909348.093978133, -6858285.589889212, -6690698.474991818, -6556350.121010871, -6605904.758905174, -6520615.794219504, -6413616.392182474, -6400665.561251172, -6493056.896592352, -6292047.929287276, -6432946.992496964, -6337967.539584786, -6262530.063063122, -6211704.22366586, -6212030.608441331, -6157403.364722942, -6115627.686103386, -6052705.309148832, -6069880.676399482, -6231035.761032624, -6169699.545899785, -6003479.074899351, -5928532.94602535, -5968278.528679288, -5827530.168516764, -5813260.022753002, -5722554.917955202, -5650648.565938794, -5592164.517133198, -5588004.143013575, -5620334.63157728, -5547811.497983238, -5521283.338486616, -5413156.7634136975, -5337639.597176603, -5251659.637669885, -5178374.273488214, -5145629.763533943, -5281653.3578140605, -5133268.71621925, -5093848.657439495, -4925442.855162268, -4890261.72627734, -4888925.225489981, -4714358.959873517, -4543334.249914393, -4505246.3997720955, -4523841.234996802, -4623305.267729399, -4739541.641581999, -4672723.526427877, -4815247.050783307, -4637057.089588357, -4661865.598435095, -4776512.265519965, -4811656.126858522, -4661515.248134001, -4510342.847218109, -4362008.638613069, -4299641.929517558, -4243091.796198487, -4236782.7694115825, -4295478.727911392, -4401036.948807759, -4428247.562829359, -4493679.522993904, -4686723.212872985, -4783795.075532046, -4804854.068498424, -4883870.291757435, -5042763.981746597, -5113102.49842913, -5263717.073268965, -5357032.176670933, -5456285.391876841, -5539659.343239559, -5626008.770630011, -5800554.470867626, -6005188.572003773, -6124257.746939694, -6263930.618870363, -6185656.673213189, -6260407.076811653, -6311623.747917524, -6194832.126218586, -6113364.078940829, -6083580.724015702, -6081590.447892295, -6021352.156753092, -5987766.036707991, -5876876.430461158, -5809124.865648406, -5900028.689350382, -5967624.546484992, -6011807.317090672, -5980672.346670446, -5896505.722531881, -5771612.176869247, -5675233.946373983, -5679445.39596951, -5524618.820262939, -5383468.584751852, -5283491.323480111, -5229396.061924537, -5197836.690649979, -5208155.852892913, -5030012.327080725, -4969720.592833869, -4833197.255916781, -4766516.800342959, -4688137.746696153, -4634016.8970524175, -4557070.9875389505, -4532082.362752728, -4509641.8984728465, -4526242.711560542, -4419912.825614149, -4496013.650597369, -4583067.705768258, -4535690.975876078, -4535816.3162427, -4394276.342658914, -4242101.188678009, -4161448.2964869794, -4182350.1271476597, -4194065.599016589, -4207131.725991737, -4279738.457171887, -4226691.74488033, -4202362.689912734, -4106677.4844001676, -4081574.9616038604, -4106306.91599537, -4058252.0135918176, -4051938.15047084, -4113121.797705056, -4188881.180556171, -4262949.730731495, -4407382.531841364, -4551725.731154671, -4689944.647465722, -4838979.177397249, -4952226.578923549, -5035312.80974392, -5146816.636710397, -5274215.552785676, -5474298.6975294305, -5625823.709145876, -5547910.07282458, -5335966.249319304, -5119219.767664672, -4997779.569897554, -4960444.611273938, -5075509.75378674, -5116592.505278725, -5135636.493378392, -5060801.457647707, -4920368.32808825, -4777762.82974455, -4812693.76666002, -4780994.216268039, -4915822.33751625, -5127499.909201422, -5230617.673773002, -5362163.919608983, -5420306.478718795, -5375028.748171723, -5186941.646284738, -5317730.067820987, -5414517.390485919, -5420010.194911257, -5535317.254035109, -5639584.797993222, -5743680.270654542, -5822713.407615889, -5850083.1035496285, -5882220.664711801, -5885527.326586419, -5852309.68111598, -5840076.165093274, -5827865.297436891, -5850846.093683911, -5916583.696151758, -5955698.884826216, -6027246.4447320625, -6067163.748790039, -6118852.784866682, -6205934.368215669, -6071389.173688264, -6057395.611249995, -6192753.298815691, -6246652.861457197, -6236952.542393633, -6278910.057907857, -6256700.4936863175, -6316513.801148618, -6422527.848130442, -6414292.219147771, -6430097.28920899, -6443696.808463233, -6456855.16136755, -6445662.563779867, -6465604.533712335, -6514933.271618538, -6607756.500371295, -6613502.473838433, -6549088.815986043, -6571735.966088653, -6534151.057658199, -6575661.147738715, -6593390.325161253, -6641532.295311627, -6600286.341259619, -6649179.504240058, -6627912.968986166, -6637502.585782679, -6677961.414986563, -6772475.3125380315, -6879547.926086197, -6968144.228693865, -7016011.936611344, -7080056.548900669, -7109887.864718525, -7241317.634782189, -7316002.618924229, -7388006.929152283, -7436513.662450934, -7453251.7701559905, -7461915.726013033, -7452384.597145074, -7470653.764096395, -7475411.2252028985, -7505683.1845372915, -7525217.52078518, -7572499.378113495, -7605538.961842841, -7647217.213170013, -7644811.958568848, -7671307.764182364, -7685604.496990568, -7696338.340067423, -7693169.811371304, -7644537.553067582, -7645297.622613794, -7677614.94953574, -7706007.043029035, -7820525.296049954, -7834555.976165205, -7856214.232951481, -7901238.65711304, -8011002.591783307, -8086545.485852954, -8159871.193164457, -8205784.370158865, -8202953.159059122, -8225054.659900541, -8215436.6919570705, -8239554.922083468, -8266343.3462837655, -8310459.8023670465, -8375770.140350599, -8417327.261142142, -8503996.05428962, -8558610.889066525, -8619464.848545002, -8709288.580300068, -8832468.528917091, -8946987.622533897, -9022424.975953419, -9066878.98283273, -9102470.637075882, -9121359.99973621, -9119948.036476364, -9197856.272540333, -9247321.623398086, -9313035.88821797, -9342816.647475129, -9348714.939574525, -9338568.899849867, -9349497.816674564, -9313261.526755553, -9311154.63500258, -9290389.38170876, -9196436.886083158, -9170088.033391029, -9075858.092949837, -8998599.228452064, -8920148.442572799, -8853563.153800614, -8778567.204161877, -8735927.632756164, -8698766.94508141, -8671701.018027999, -8597234.174881848, -8487437.970198413, -8403807.194369378, -8342650.211576888, -8327148.631638963, -8347144.270010204, -8419046.291166984, -8462134.598220004, -8449980.692607032, -8478275.294693256, -8526751.277266486, -8543477.411035797, -8564298.792204423, -8568461.520804271, -8550210.621388163, -8560095.33043902, -8588732.92214532, -8584758.126823375, -8605307.639846617, -8601884.293672659, -8627361.51067365, -8653826.2271227, -8672343.950519506, -8701070.389178442, -8673959.659218296, -8661582.651430905, -8633015.50636712, -8627097.554829108, -8601013.55374765, -8572638.951610334, -8565700.066155324, -8549216.778129812, -8506100.11205224, -8460182.033505855, -8425842.132495431, -8411463.196423924, -8381638.930227424, -8359975.819407972, -8333784.830130864, -8312118.349392139, -8270976.462289121, -8256003.1714166375, -8230814.515429627, -8208026.986566256, -8176109.6619634945, -8156857.006253251, -8167552.057698742, -8177746.272202529, -8176064.414392832, -8206299.312815361, -8225600.424342195, -8238070.59294392, -8238059.853862614, -8244546.504834955, -8261555.10163921, -8278977.203323938, -8277082.160243494, -8301982.813815386, -8302179.497908824, -8289849.104091679, -8285982.384735332, -8273869.184686272, -8241937.518274992, -8201825.666671593]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y361", "yaxis": "y3", "legendgroup": "y361", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1180699.4098574782, 1136574.9051314127, 1110504.652192589, 1104971.9157365425, 1114981.5246229845, 1084740.2327983715, 1093635.3495250058, 1124716.8524172374, 1149531.512094994, 1186288.8031433846, 1179072.4263570812, 1166974.157827518, 1162779.0189531944, 1141530.760191917, 1104507.6627124487, 1070494.5809248937], "type": "scatter", "x": [-8201825.666671593, -8171367.028421995, -8176391.069202576, -8137326.79901209, -8126808.838399324, -8102834.007630897, -8052910.534604046, -8007144.593261925, -7943954.10790117, -7905783.628729118, -7851768.1804453805, -7856864.207671834, -7801929.902831168, -7760080.232257045, -7731641.3865006585, -7697776.475059818]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y362", "yaxis": "y3", "legendgroup": "y362", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2419097.161890083, 2439687.947614487, 2442112.592829638, 2439129.357664487, 2408032.0465323813, 2411067.075155212, 2368182.1910135103, 2370594.6119958935, 2334540.425395752, 2330171.855094249, 2285746.5629517585, 2236416.783466169, 2262781.2170582106, 2257699.108471533, 2263466.936777759, 2241359.9012093795, 2233888.6686321227, 2263294.7248718673, 2245895.4021832, 2162826.166583954, 2182126.473676535, 2216997.1593201705, 2237607.181722918, 2229198.6634987574, 2237964.2962083137, 2215298.638865075, 2253073.7607735703, 2292131.0533465547, 2275310.6799670416, 2265586.6643135063, 2292556.659167241, 2344999.1320270277, 2391195.6034473674, 2410046.0517672338, 2443404.440877769, 2438068.3317138874, 2419097.161890083], "type": "scatter", "x": [-6923912.023768302, -6907257.179408808, -6886714.834396848, -6832062.896249147, -6781676.019927364, -6755567.073479973, -6747166.007193316, -6693750.19804865, -6704361.239236812, -6662182.188472538, -6623523.584570229, -6669277.646900783, -6710240.162529669, -6755793.0693822745, -6786550.995161584, -6808485.434584738, -6847253.634273477, -6856084.841285227, -6891706.865162015, -6947167.821069655, -6968404.281352732, -6966343.098920692, -7026643.051319615, -7074202.499537148, -7131627.41525058, -7181795.611167832, -7225841.082154736, -7208887.932789593, -7123265.132167803, -7052124.998039016, -7011535.483212472, -7044527.829336424, -7033632.775011046, -7090357.183458019, -7061026.744611352, -7003374.823808367, -6923912.023768302]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y363", "yaxis": "y3", "legendgroup": "y363", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4580892.520447399, 4590745.812160204, 4501752.727532536, 4466626.905254436, 4408207.919802607, 4451010.757585175, 4463258.237030035, 4520878.93030021, 4578917.8304465925, 4568595.220472966, 4580892.520447399], "type": "scatter", "x": [1274427.8168064826, 1338960.1638641788, 1316643.53857301, 1333064.3904721062, 1320325.5097726118, 1249612.3866255805, 1204216.963280927, 1078087.5631545566, 1085488.064354097, 1187461.939071505, 1274427.8168064826]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y364", "yaxis": "y3", "legendgroup": "y364", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5303016.9525138885, 5261951.612241861, 5169613.026232687], "type": "scatter", "x": [3043391.475289647, 3148635.3384399577, 3281478.892148905]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y365", "yaxis": "y3", "legendgroup": "y365", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4046507.0391916973, 4115279.869437052, 4101960.551975379, 4150322.9253179273, 4125515.350393765, 4086029.1103797425, 4016197.573922576, 4053239.7774307844, 4026409.0060082707, 3958755.3170193518, 3991714.3337160167, 4046507.0391916973], "type": "scatter", "x": [11856713.078001851, 11854733.625239583, 11915551.638688298, 11915234.685132522, 11999737.07396031, 12041367.310686208, 12043410.179769333, 11979034.551077247, 11953035.363431793, 11978589.674270775, 11896098.883802671, 11856713.078001851]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y366", "yaxis": "y3", "legendgroup": "y366", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2344405.1206790227, 2404519.0562517997, 2464755.6603839565, 2522103.0160357375, 2574148.3396912883, 2625014.1601480753, 2680736.040855858, 2713467.310855459, 2775994.6510942723, 2816554.4486134592, 2900992.3997284453, 2976927.132451182, 2996148.7384636872, 3065651.182012382, 3129021.5302974577, 3202418.435052474, 3245625.3578149104, 3366410.547102637, 3413372.357819137, 3426392.9838007614, 3506848.5326696513, 3538158.141222302, 3636076.9738761582, 3781400.991187857, 3881476.1159653724, 3942552.767454329, 4020711.262374107, 4073433.664885616, 4121055.2963890256, 4239936.607694398, 4310181.808376307, 4309632.879791709, 4261101.111350823, 4269013.157718224, 4243742.467411413, 4242517.316730711, 4305025.520069562, 4324874.285071807, 4371926.8484203825, 4406576.698195407, 4426845.698297271, 4436065.041213476, 4419185.569805828, 4463953.120435974, 4464829.757578097, 4438413.330984261, 4445310.050391207, 4491095.642598843, 4477491.7982799085, 4420040.410321529, 4461847.881371297, 4440036.446688685, 4384310.180989456, 4331583.224699789, 4303213.031780665, 4204131.240657737, 4146395.964084647, 4083655.827655625, 4081696.2928368384, 4026844.7185177985, 4008780.579885935, 3968967.5168192037, 3978924.7685828437, 3959610.9669509884, 3907820.2289099935, 3804522.7025195155, 3781918.8199763433, 3733103.444715549, 3675020.9522495125, 3705340.9763636813, 3759023.2434999277, 3848211.6851071124, 3904699.8137538536, 3959012.61316701, 3974804.761854044, 3951113.118529087, 3899282.4726333823, 3898790.7527464884, 3878988.866442892, 3865360.6088966373, 3826973.6854117103, 3828894.406984351, 3798120.405350567, 3763686.93298093, 3745528.129337835, 3782463.734538339, 3815831.5705237202, 3825425.5925234137, 3810734.1048455024, 3752942.466512971, 3791024.480654615, 3763491.1211029557, 3756889.9918899764, 3786250.76010891, 3824607.925334829, 3831205.7152460767, 3885520.0525620366, 3972971.786281844, 4002254.680609349, 4003452.458402329, 4097448.8221682347, 4178486.0424320167, 4182488.149104981, 4270174.913791254, 4317210.532430818, 4368933.038709921, 4411690.416670138, 4402002.791877982, 4428167.167091367, 4362661.590486041, 4349848.552447882, 4410970.449419148, 4414790.429671002, 4367564.06143157, 4354043.741804349, 4414672.901158785, 4412624.8716066275, 4525452.527536291, 4588145.13692611, 4675719.71140371, 4729356.347338038, 4836292.200888469, 4840752.102438385, 4925303.084598185, 4910602.575100464, 4982532.194886812, 5013796.615862956, 5016146.285313973, 4938106.390889722, 4895149.807464283, 4912284.670776804, 4902385.207910594, 4960314.972877411, 5007605.560254646, 5082861.206426457, 5123385.842951986, 5136014.598539891, 5169613.026232687, 5261951.612241861, 5303016.9525138885, 5366768.338266944, 5384071.62105109, 5474314.842010966, 5516835.579024585, 5560571.083802142, 5583949.55353124, 5566718.912823028, 5558162.699016769, 5523499.642676345, 5517842.023589056, 5477792.423638693, 5410743.262425115, 5384664.298899536, 5391154.399854921, 5352522.772391385, 5333734.042556253, 5270831.205931501, 5292973.519329073, 5344016.653008793, 5375732.730562465, 5396474.255906996, 5432371.421590817, 5457060.263859838, 5484261.867776705, 5524308.894478615, 5511095.113493457, 5451868.841602875, 5372034.528774818, 5344083.912076296, 5320728.778808714, 5330898.766391682, 5199440.535121231, 5154067.035807978, 5075458.079148067, 5012514.594735063, 4969978.8035822855, 4934175.973263543, 4906973.807201957, 4900845.862389319, 4866440.520987015, 4806381.284017524, 4858331.361401548, 4881306.3696641885, 4884468.4854800785, 4894980.307983639, 4866057.870723309, 4803365.532283335, 4785151.849440162, 4785039.190411854, 4842535.20890869, 4818056.231470673, 4751282.944796921, 4698662.672499632, 4674049.898324545, 4622183.015764284, 4589483.415356397, 4525639.66252242, 4555607.779269501, 4497894.505893429, 4485996.620428084, 4385734.082430686, 4384310.180989456, 4433786.972081758, 4524505.1326656705, 4599673.803114717, 4651455.348733796, 4715520.921943192, 4747440.084324615, 4755278.414703273, 4779896.6555832485, 4817410.20357595, 4870522.623248972, 4946337.323527275, 4980730.370123746, 4998163.717075778, 5006728.710426512, 5042785.722718102, 5064672.4124080865, 5105402.119398276, 5144943.865772703, 5177523.836522879, 5257941.059844695, 5266085.107700736, 5311849.916565455, 5348494.394011741, 5365587.272680242, 5318764.21058419, 5355093.925569943, 5392685.7118591415, 5394434.80934089, 5404238.5887874365, 5419973.762267749, 5381611.220567757, 5327804.936183011, 5296846.593161239, 5241382.032208033, 5186339.0302627, 5095614.777434716, 5006742.991694798, 5007425.623711229, 4982978.334675967, 4960916.241962817, 4920819.21390291, 4887204.743592497, 4829110.482439229, 4808265.540356175, 4768237.386568974, 4820412.327585857, 4838770.046529579, 4766517.126974934, 4724993.745525129, 4666401.930380297, 4659733.4962160615, 4563052.627375073, 4554346.286327173, 4588874.056891564, 4649312.623790469, 4673335.4686291935, 4738374.127395137, 4794803.551060125, 4808721.4290330205, 4856860.538445467, 4877102.845983055, 4921783.204254476, 4928977.1937396275, 4979019.908905716, 5050939.978524289, 5114357.872575244, 5222673.5196761275, 5235369.9711490795, 5271360.345497064, 5256636.865826189, 5205967.858973133, 5197951.061670081, 5136042.96143757, 5165739.833152519, 5130148.192034426, 5063903.596969464, 4999775.3064031, 4925980.021899822, 4902502.951375285, 4865076.75625781, 4803247.201781187, 4712126.5845378, 4647914.067651698, 4597648.346667776, 4524206.870429277, 4501641.498199015, 4414367.324250367, 4412633.687040799, 4414787.491465427, 4374596.524051423, 4331515.4074428035, 4340981.428658155, 4379490.635837616, 4444910.9773479635, 4462492.961270665, 4433023.651291658, 4448995.280398056, 4436493.621906282, 4525224.454656971, 4594701.627626884, 4605105.17738319, 4647791.94407281, 4721334.365920194, 4762006.18311246, 4807197.912797929, 4874241.523271121, 4921344.250285491, 4961179.649148958, 4998498.047421875, 5077097.1528327, 5124813.439936629, 5203911.024541906, 5184169.587050874, 5184862.593263738, 5166156.071931509, 5171903.136351494, 5168276.756576607, 5233877.913133278, 5449983.9254675545, 5562672.237005351, 5616710.750646032, 5657661.163106732, 5734987.741123274, 5757975.689516962, 5730784.280409469, 5850030.141791623, 5804958.163155046, 5886783.176922317, 5972238.625061142, 5993209.470289256, 6013667.315737487, 6042106.90614905, 6193301.817895528, 6235978.700024322, 6233104.341351209, 6254640.948384977, 6260163.23048634, 6237748.19820344, 6287803.342443735, 6325719.107724712, 6382837.719869927, 6438450.984339772, 6540141.004499633, 6566829.256162466, 6596408.684941953, 6602516.484060101, 6629620.653383917, 6657257.220516397, 6606811.573865046, 6574729.322867191, 6547064.979422381, 6532081.025586402, 6494641.575621217, 6505435.887015212, 6433679.921192878, 6384883.0071954345, 6345996.963903484, 6322483.376387548, 6286578.158506261, 6305590.414885794, 6333262.07169705, 6293346.45271579, 6261050.121084715, 6290834.326250304, 6337579.009566687, 6371659.819076987, 6354658.4348859275, 6330067.620707456, 6328792.195536796, 6373130.420226512, 6405693.181917663, 6489638.63471638, 6564252.371248976, 6626081.040384352, 6659542.2097152565, 6586188.486493601, 6588105.566231596, 6663458.805953975, 6720972.5027138805, 6708715.009390247, 6743235.37531907, 6798769.587160623, 6825581.187514211, 6839525.941764056, 6823654.352130995, 6826497.282163781, 6879439.995174554, 6924728.93541864, 6917167.448510022, 6882232.9597881315, 6862070.02859337, 6914120.332421203, 6945286.964589583, 7038131.779241286, 7122212.887674443, 7176008.240504483, 7233593.593458391, 7331943.493630098, 7350742.844056177, 7388607.055520355, 7430658.157149514, 7405492.747611995, 7343068.706634308, 7287793.42268388, 7214550.033521781, 7135366.541145612, 7003934.146721765, 6937361.428769436, 6884581.119703616, 6776240.66247537, 6753611.273409307, 6589625.222234963, 6496919.988558345, 6506516.245250473, 6427456.545350573, 6422848.733495238, 6517057.3314487, 6629019.82005905, 6766804.748474434, 6825961.043010513, 6714154.692463723, 6691329.401536105, 6740850.09039989, 6844526.938907059, 7062988.35612205, 7122869.193494175, 7200293.675559392, 7294355.9400427155, 7419366.662376761, 7588569.766448963, 7653204.487918837, 7759220.889496428, 7795704.62032106, 7791293.508956297, 7859653.277885109, 7856028.279134961, 7872330.805647034, 7812169.238502435, 7789979.058614912, 7737475.988953169, 7766620.89384056, 7715864.12775911, 7695746.075543706, 7599077.32292613, 7557949.332435769, 7499863.352122058, 7453609.309788668, 7430002.730876624, 7497057.2860802235, 7485897.248549768, 7421181.035241707, 7379840.530767506, 7287864.2928395, 7260177.075730539, 7236517.094672888, 7280641.627324369, 7319517.137462798, 7353596.883520075, 7297501.519871077, 7319517.137462798, 7385256.113501798, 7472142.952426463, 7467061.759257195, 7436168.047024836, 7496771.619956441, 7548849.660072461, 7601596.495629741, 7653853.057307432, 7626395.676237597, 7578136.02519441, 7567442.319563093, 7518992.669798765, 7488986.120954625, 7508011.37916611, 7563613.917361385, 7678263.58001042, 7674078.121187936, 7622216.809163577, 7612379.356633901, 7642559.957991239, 7644922.355907747, 7680255.2544323215, 7628835.836878571, 7685338.954509573, 7734275.467382786, 7761943.714295303, 7736577.140403127, 7710244.273730336, 7612851.028961889, 7657678.811562758, 7702596.375215878, 7720510.050653559, 7728774.930353791, 7768522.083443542, 7833232.92013016, 7859528.212180433, 7933099.79461886, 8005691.2671693135, 8021227.955193648, 8000378.100301571, 7956044.750794233, 7890551.643598147, 7864540.507485274, 7806982.107640466, 7692138.033178181, 7639927.784486574, 7582498.725419382, 7458363.366211041, 7445340.712474536, 7477113.43967207, 7499677.213603319, 7542919.943748063, 7584234.053842972, 7633169.555741103, 7689452.7690144, 7696425.919677579, 7743316.229529208, 7826873.4171463195, 7893657.590233858, 7948114.552445837, 8004813.223920089, 8006610.274135555, 7962490.4572448, 7884574.39311238, 7869666.63020632, 7928223.461830805, 7959817.732244956, 7964054.175476277, 7918208.2465315955, 7985015.264434124, 8068894.266415705, 8084577.314772197, 8081155.202319531, 8091307.984050722, 8131550.975161994, 8181457.562684772, 8183530.484037769, 8220706.639217247, 8230626.923595796, 8250900.528248705, 8257740.679712406, 8241165.91209697, 8280246.374988059, 8279032.361334101, 8310404.745152899, 8341003.1837835815, 8370175.409240977, 8347168.444378509, 8329531.472276373, 8318512.047672267, 8282663.450746291, 8300373.749324502, 8299404.856840177, 8263788.442980581, 8236141.014540351, 8197359.289573527, 8175070.864766266, 8132856.7605815055, 8110079.104026635, 8099281.591731407, 8079744.5920703, 8094406.7456295, 8044425.151942493, 8064737.9242701605, 8077034.240415544, 8064179.634335737, 8027531.335639596, 8015799.352381235, 8075649.168413796, 8062017.428282422, 8062445.756057762, 8021126.230119775, 7970336.729326586, 7936764.069632037, 7872948.787840102, 7839663.384192407, 7925180.710675307, 7888715.846744863, 7910542.249147034, 7885557.582600424, 7908337.164599308, 7896962.031670113, 7971731.610194255, 8006170.190412697, 7954435.864807904, 7906586.610288424, 7844203.906677054, 7859728.088764428, 7846217.680615301, 7812123.910378445, 7751228.189645951, 7727316.153841116, 7744525.422027426, 7746722.3719464755, 7730237.497028228, 7738373.934592575, 7664343.566897505, 7691525.850079734, 7745424.785828603, 7782555.269236141, 7759219.704936534, 7764221.588085837, 7724176.8103946205, 7687286.917504827], "type": "scatter", "x": [-1573314.6607435886, -1582017.4183773461, -1569321.8695929705, -1591211.235155178, -1639025.615577765, -1632000.544761806, -1624242.9089855324, -1585595.2090963945, -1550710.8275847929, -1554461.5505877999, -1516716.7452335146, -1459410.3964230944, -1426428.0061893086, -1397322.2225991623, -1391276.1990021495, -1352930.0034835772, -1287986.7357415613, -1221767.2442273984, -1170643.9484544676, -1083683.0263771128, -1006573.9953275309, -958744.2012845292, -877274.7235399099, -893047.2915444053, -853555.169812996, -838385.2362478822, -776705.5886599935, -684443.5916764684, -616261.0337262973, -552375.8481273858, -522077.3565464155, -457285.551391557, -405544.5960866797, -321371.1349794186, -230318.77099585172, -191917.88719587677, -106443.16843372678, -11209.755671436767, 44171.554815042495, 128280.55336779516, 276087.5064759503, 420245.87044085184, 464821.05251539085, 545335.548723484, 638355.1478351313, 675060.0651412003, 734363.9947890681, 826575.7001834551, 888302.3094288207, 889433.1994745556, 960639.781726612, 968364.0164593492, 928423.1822843815, 931259.455151945, 963576.7313874294, 958342.0036739385, 903374.0349750376, 923986.3260742764, 970323.036384603, 996221.9207713815, 1031473.6820856831, 1139688.1920878827, 1176770.4473653107, 1253374.102541977, 1377117.2308478395, 1427951.5053034, 1511458.090017119, 1644182.2716452694, 1746924.9679375263, 1788598.8102100252, 1826963.6424031858, 1796596.0613372684, 1819014.2576278716, 1878014.8055923663, 1938163.9712298107, 2062818.0608788365, 2100009.8401200273, 2133720.616836285, 2165010.2435826752, 2256709.995437421, 2283833.6438688855, 2404319.4644570556, 2496025.219771802, 2591306.136918598, 2636149.3099105433, 2700752.5948667955, 2733020.7323641563, 2811565.568795884, 2878516.350061385, 2912742.3818337764, 2927622.1556886607, 3005161.591716282, 3077290.40320365, 3116979.689149845, 3136591.967471984, 3129210.829929544, 3143282.725947821, 3145190.473615954, 3152432.447331549, 3154679.4636046547, 3168041.219730889, 3195724.371676678, 3196557.8498088196, 3169712.179821893, 3181091.80482241, 3137439.964634905, 3161076.2216189415, 3109904.5039422847, 3031075.0558674685, 2984853.1145794876, 2854269.270864207, 2771230.6738909194, 2676263.6672817767, 2665003.8911095033, 2606863.481398079, 2511214.52199577, 2416152.9962022956, 2345026.7572322083, 2270959.101783252, 2297327.6663695523, 2233468.4946111613, 2307860.726494248, 2437231.769158224, 2455065.3434318644, 2618400.923040374, 2702500.540180881, 2792105.8787212875, 2929327.1956790173, 3095891.3493912607, 3228105.4440531363, 3321297.555472286, 3396535.174726923, 3478397.0609803274, 3476349.8664922947, 3432145.8579333695, 3371662.06082947, 3322046.7391369096, 3281478.892148905, 3148635.3384399577, 3043391.475289647, 2954315.975454504, 3007598.3017633916, 3045424.230697668, 2987202.440273858, 3089275.0176255465, 3079203.7366103907, 3014302.733431387, 2954128.1306032646, 2912636.00772344, 2840202.2200453384, 2783874.138529129, 2808278.9112683446, 2855194.3703448907, 2935244.9792957283, 2931115.9142452646, 2848214.5679480494, 2755705.5997992544, 2704555.2182872533, 2708560.035800995, 2611882.4494056776, 2620499.4061247804, 2687327.770504263, 2657241.9640314006, 2525879.2022344074, 2509545.5501845065, 2439627.8710619616, 2425478.434329644, 2383348.119704935, 2392014.3793807137, 2358404.473205804, 2331437.9551052973, 2338808.7279310054, 2306212.412720879, 2292815.33953407, 2332768.8631029613, 2351495.5716068936, 2432078.5180663946, 2422475.793273096, 2323837.8257941734, 2294634.90199236, 2235399.722202351, 2199175.961330669, 2196057.182160673, 2144133.1823239005, 2098287.612938988, 2001244.348378536, 2070535.8506644957, 2030474.451302428, 1983174.2436353045, 1929033.0117090843, 1917065.2589657705, 1946605.6272500851, 1997620.6468000636, 1969194.2207836353, 2025085.4567154306, 2072871.824276831, 2084149.8222273975, 1999472.095464641, 2033697.3441876885, 1980261.9395703867, 2027806.6255479145, 1969835.338087824, 1891338.9028081715, 1846327.5661584898, 1820814.6291664587, 1780067.0813011164, 1727330.872341765, 1717144.126526644, 1701577.4023418103, 1696474.769023134, 1644312.9766297527, 1629681.3745151553, 1626206.793787304, 1632723.8587170928, 1616173.0137649928, 1597496.7244726242, 1569051.1674574714, 1530108.4513420102, 1446739.2993997387, 1393684.3984845416, 1314347.465175259, 1235718.7681910144, 1251152.526439723, 1208561.1252851388, 1202601.509565462, 1148722.2485974794, 1129365.860457189, 1101418.4568205727, 1098988.821652109, 1101654.6011213332, 1118397.9300217254, 1052799.3048521786, 991594.843641707, 1001503.8826125695, 994677.0853729923, 1026851.5929289843, 1109193.566537248, 1160242.3642118198, 1262371.8610233325, 1327618.4416002326, 1350855.2364628788, 1329990.7847489484, 1409856.2792639376, 1475761.2976570774, 1555578.7250871842, 1567049.9044058684, 1556301.169288452, 1502631.5871914504, 1426854.790256779, 1399564.8661035562, 1465962.3373782502, 1462602.0571058725, 1427516.3131505544, 1391969.8291380673, 1356818.6589051676, 1353615.4127773019, 1364856.1510945356, 1380927.4599297415, 1340504.725761518, 1308461.498897834, 1271763.6623915893, 1241740.1044187825, 1185443.9649969349, 1144587.6269699116, 1081773.1424209534, 1011761.4559774334, 929330.7410874844, 867817.3912590895, 833483.6558970276, 791853.8844330335, 722911.1069097249, 686460.2973873182, 642548.7736756719, 609002.8632017119, 537937.7535077521, 374397.45142886136, 255580.1559362906, 247654.06675719886, 253545.77598270949, 175626.1096559496, 68187.10162639535, 60876.683703838484, 9050.75323537766, -23818.566357352935, 9559.057203687635, -40278.20334423382, -59252.78781893319, -124922.27603925827, -187600.97060408138, -298577.77021927683, -381832.55611002, -437815.9702929051, -472710.1797926426, -515384.2155030881, -546439.2734734789, -568620.2942598598, -649206.2825616521, -685667.9038504896, -730842.6951291352, -776532.4903749201, -758267.0551227834, -762409.129221403, -800364.5617480477, -818270.3357504572, -806743.2773613739, -770170.1104308902, -761310.2062549682, -739459.8308767775, -738354.3664678265, -752541.4726128192, -753746.1256148136, -744259.5721428569, -774680.4207636676, -653106.5806504212, -553976.3564429372, -443831.9705331035, -357202.24398645334, -288829.9733066122, -156176.48550235544, -112987.79874250066, -95336.87686658754, -175598.74186994942, -232383.10598320302, -350596.17366764287, -355250.1288652482, -254258.30049764912, -125110.48160103902, -147498.56395566446, -75902.07529487327, 101660.38608040553, 123101.84416498474, 188269.98101766035, 247623.79604309145, 285030.0002593445, 342898.0282517473, 439851.4809330523, 500234.72739505046, 512752.1990044961, 572640.9391622467, 587966.5470468353, 632402.1038236441, 612442.358300234, 603792.7719977574, 569977.9031686954, 558380.0384764416, 567290.420983448, 584003.3900246044, 643541.5638580121, 664338.483229053, 715470.4772212732, 719590.4605475497, 703296.8353636739, 714908.617569368, 754199.6046774844, 741941.5421695273, 719936.1818101689, 677869.2126580126, 702403.0442283595, 707931.7533775619, 782727.314931221, 786231.644792229, 856847.178407773, 893357.4110164796, 979860.0889008362, 1018674.6303042244, 1063220.0862710048, 1166977.4915205194, 1250165.167936713, 1324466.386309535, 1334880.746874735, 1404010.6468961032, 1410566.1640902478, 1500716.22980974, 1465636.0385879814, 1449714.7048214965, 1467604.4035741528, 1522577.691092558, 1596812.9821664656, 1651202.4530288146, 1642317.419169111, 1632882.5191182331, 1611956.3265625606, 1559383.6746918447, 1537244.7715575346, 1612078.6544815274, 1689983.0161585747, 1766386.5246399008, 1833004.8517251273, 1887445.7047327019, 1802744.3966655051, 1688829.78823994, 1587005.6907577466, 1487632.152741736, 1434725.6020159794, 1363526.0590314567, 1350492.1882087097, 1295122.9159970025, 1307714.3408232657, 1343707.486546847, 1443695.3543930084, 1475233.758389824, 1454112.113637628, 1358076.5365522138, 1269309.2269059292, 1234715.803490171, 1261997.8033275965, 1189811.999874483, 1094257.8906116919, 1081166.782045885, 1142180.5327373417, 1216577.5188548088, 1182043.6138352696, 1118043.2038267064, 1125643.1249594237, 1104015.534771153, 1018050.2204861407, 991505.2216732895, 910765.2386836358, 874796.4073078573, 801183.6187835392, 730770.7975521629, 678515.4388422986, 560979.6717701622, 473734.61604513053, 377314.00640646426, 346500.1596910077, 311189.4703963383, 363582.67308111954, 516336.9377263045, 620666.9280993532, 704390.4541610377, 799717.6054233592, 871808.7809316645, 980418.6323486674, 1077811.3842679744, 1162698.5258581766, 1207071.664753525, 1298626.668135691, 1377966.0087642535, 1567807.7411921946, 1516024.8563671063, 1602059.7874089892, 1637710.451204458, 1753287.8229483846, 1908858.0251241399, 2175588.3655452384, 2246100.6073109787, 2289946.748518008, 2258608.775985914, 2181143.778144155, 1890218.7363935278, 1855438.2961674144, 1983326.9017725668, 2009953.6052546662, 2063598.1308520397, 2154824.364382626, 2214436.8635671823, 2197485.0140572223, 2140097.27931369, 2157692.5812349557, 2332350.1992686973, 2368284.4694054713, 2287997.9040982933, 2363086.45399736, 2418488.1466397066, 2493101.7177969962, 2481902.1677479786, 2397206.239603014, 2383286.1898065456, 2304360.8604873205, 2475183.4348126543, 2545077.2356864214, 2484616.401635245, 2522399.0865820833, 2589145.4313439205, 2660309.188860874, 2628681.6866478547, 2825207.4525211025, 2868983.0915732128, 2866353.177863531, 2943699.926347451, 2951325.33939496, 3048698.8753197338, 3090512.833629587, 3205337.293468144, 3204517.9279589746, 3095788.8104769057, 3091376.498933953, 3272238.1181601663, 3375028.90247034, 3682871.3330869894, 3664022.443341765, 3554963.5362075325, 3531088.272924174, 3458438.040991567, 3425622.9003425115, 3315730.9296727125, 3279861.971925943, 3269125.080636936, 3195133.8246014444, 3206105.1584007023, 3359963.413587003, 3437601.2587140203, 3488949.864183384, 3556706.2983259186, 3654149.6506911567, 3798252.2180416863, 3924923.7067417596, 3975546.3212384027, 4017718.4295906113, 4097509.3285688926, 4082170.121429905, 4116246.8282758663, 4077186.346914217, 4071729.047047899, 3976516.418862079, 3926013.2621462825, 3859378.482482207, 3783351.8712771763, 3706307.946651807, 3545236.6221374, 3548847.708379792, 3448785.391713676, 3468933.481175719, 3563789.3824725975, 3665051.9257014906, 3739817.362626501, 3627908.078201736, 3657258.4097833885, 3748057.2982600583, 3912089.0412647515, 3757650.7800753843, 3606584.3083234373, 3655655.17321127, 3769055.7709091646, 3845724.557993625, 3730649.7925076433, 3678466.06700003, 3722563.8394349134, 3723032.3206369122, 3809197.0182188274, 3775685.139272604, 3865485.8213438997, 3938742.468952853, 3932214.7760941093, 4008384.481822356, 3936911.2081058454, 3890950.4714838983, 3897832.9183090134, 4028746.9872678653, 4026766.2316379882, 4145257.3420411353, 4256163.835276342, 4242737.844943131, 4360234.174402851, 4552643.379483335, 4664207.288877095, 4762413.572923597, 4776518.957305206, 4774460.908385789, 4799194.386728434, 4880763.115405593, 4995360.455525266, 4998202.796098959, 5146996.932977824, 5115880.8082946045, 5156017.585405051, 5333153.3970209705, 5439734.020368524, 5662041.48228366, 5502916.062785946, 5635670.511454134, 5706223.970028943, 5895008.080312668, 6055601.477322606, 6117424.663828464, 6344608.298152883, 6507604.752932792, 6329495.428265185, 6505065.631431556, 6528238.773003762, 6690648.300972552, 6663099.551909237, 6774072.030842337, 6525289.223840603, 6484661.142363036, 7064745.522187088, 7252490.10441189, 7568659.6206517555, 7720552.077941759, 7860690.161535916, 8007676.195149085, 8185947.58106816, 8320517.645458764, 8337969.491219739, 8422377.655341953, 8570054.396351099, 8644058.12627284, 8961149.45391369, 8942960.755680054, 8732249.7081923, 8636203.605948376, 8874246.616757693, 8964057.767345835, 9243837.783919021, -9437559.625282148]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y367", "yaxis": "y3", "legendgroup": "y367", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7338905.78906055, 7298781.004001591, 7305408.070797905, 7257126.729768316, 7181734.544526318, 7156919.535013613, 7118647.17273448, 7094044.356149991, 7114282.967743227, 7044110.05929133, 7033189.999966342, 6967040.567044004, 6908816.453523621, 6865456.662838049, 6931381.122870761, 6856534.914229262, 6892031.085115462, 6851079.987772812, 6864206.078678037, 6801060.105717982, 6707343.300673499, 6667925.7359045055, 6646000.751231736, 6502378.971349152, 6498069.64581334, 6415233.020015473, 6372022.252035352, 6320536.273246334, 6204609.932206342, 6179698.29042785, 6075370.141915359, 5978935.888203801, 6050319.217879029, 6200158.460990747, 6424777.94384359, 6562676.80569051, 6621451.7666869, 6667232.403155055, 6689073.729396268, 6811052.6932068, 6909465.564334528, 6985065.718614398, 7116946.031048019, 7109118.141875685, 7032241.120419734, 6928596.0012003975, 7044560.446905056, 7012705.172334565, 6853626.358793299, 6794692.939365032, 6769483.349793533, 6759523.364169949, 6829242.026676301, 6843807.588244, 6796575.795202492, 6813130.588591785, 6784566.278100748, 6594246.4138339795, 6359389.60886792, 6346693.247244347, 6283398.81944662, 6260845.460023634, 6311462.527314114, 6304900.373580263, 6193074.221190741, 6105865.184389583, 6002667.383468211, 5878239.079461771, 5709852.64967484, 5555748.406363105, 5481530.461228168, 5355805.263755578, 5230207.8645899305, 5165581.263440715, 5101165.5610706145, 5099738.946309374, 5153120.641431461, 5072688.965201024, 5035999.6635991, 5042620.377531767, 5005220.547664281, 4967566.165294105, 4887837.018082645, 4863238.114989588, 4843586.562330119, 4810608.3527376205, 4792239.451438073, 4762202.834612896, 4713691.932304132, 4701296.396953993, 4683039.201781672, 4633699.453896309, 4500432.5756283365, 4426878.001766167, 4295574.885960492, 4232675.442026932, 4210654.018662079, 4163050.2092930507, 4153209.837432641, 4215720.519575144, 4301562.78195744, 4420204.912105019, 4439346.709839123, 4536350.529644652, 4557867.774443169, 4536622.327053353, 4527230.246735867, 4548510.947655845, 4558863.38385367, 4576881.701273909, 4626517.31661595, 4639736.068460439, 4660294.364217843, 4720873.638473617, 4739193.468392486, 4751398.682526888, 4781404.881321257, 4748872.559310477, 4696466.683419709, 4665794.738825586, 4717833.741796529, 4761465.3818016965, 4836563.050088716, 4894905.612832844, 4855617.01821291, 4778001.103116944, 4705658.140235872, 4700263.830608954, 4647815.205760517, 4571589.21736149, 4553043.836323111, 4502253.252751347, 4469142.08836523, 4550003.515183005, 4505952.6971682245, 4502935.237085044, 4443514.167251105, 4411772.697225615, 4350290.496273469, 4293020.42761799, 4212888.146184226, 4149794.216788785, 4036473.3432223825, 3930458.984636073, 3841281.32151383, 3754777.6795509234, 3722911.9882352175, 3660578.0762387044, 3624242.803831548, 3528694.3949829303, 3435451.120320609, 3424864.2752697687, 3297043.363391612, 3141441.507890693, 2999384.2984967297, 2889172.5119270734, 2788406.9619664317, 2774643.857308977, 2721334.6248879363, 2760284.422828076, 2700633.4021311593, 2640433.3321575746, 2621986.2865518825, 2521807.054034224, 2494745.386917113, 2487678.3373503108, 2575169.0605220497, 2621734.4729297375, 2660239.7085877, 2640660.1831756704, 2537652.485456294, 2423639.2802188573, 2339740.335066643, 2212039.3409135784, 2053329.7311509468, 1978154.674372143, 1880291.3641663946, 1654229.1918021399, 1438723.089752866, 1357910.3046957275, 1278834.7970439596, 1176355.437104276, 1061785.4257115396, 1140707.4484170869, 1224021.535906263, 1293830.9731035605, 1311766.905167624, 1375751.838924731, 1502451.0741986225, 1558710.0396586615, 1556424.966222013, 1652601.2259729565, 1651883.6456245445, 1517208.0702380321, 1338025.3194321794, 1229500.674441079, 1140488.1095208996, 1136625.7681172644, 1024279.3915292702, 917641.6683877767, 847040.8805703778, 832706.4410756831, 768693.9169363381, 757167.3749786373, 682669.822872926, 600020.6661968809, 516858.1673360851, 460662.563678349, 418181.2356130124, 345042.82442565396, 310984.69064112543, 201671.78021356554, 159873.54756395766, 151625.43410554616, 243205.41063522236, 341309.8263524374, 404270.64555234095, 486907.37266654323, 589189.1029540761, 656501.731932203, 746354.1638499117, 798650.9382101718, 845973.5698547779, 907027.455383724, 976592.6365546202, 1035011.554152003, 962611.7598265408, 1031034.4290963972, 1107840.0681918508, 1225800.3020601787, 1317012.8086819926, 1411050.5285141729, 1483621.1063532354, 1617071.4407352698, 1680458.3692020373, 1826682.5380800762, 1980690.5975930828, 2081452.2892950156, 2020455.9753037088, 1933649.5173645602, 1944501.6684662239, 1973063.6440209881, 2123804.3916706503, 2237431.7562194793, 2377037.60061648, 2420608.124815827, 2436092.891367942, 2534522.437222824, 2597320.7142574163, 2658599.6014320976, 2716433.2288603997, 2786266.736280691, 2791061.1893607266, 2741623.0969404415, 2674802.3767673206, 2699165.458979935, 2677295.7906975206, 2690400.245910528, 2701154.774130531, 2657279.396446782, 2658792.1928385645, 2633826.1926442445, 2543251.803621226, 2471891.487724413, 2390589.6257087192, 2248159.8807892627, 2171646.0293525322, 2092137.3619480748, 2036203.4992950193, 2006214.049770896, 1962593.972325375, 1956164.045083874, 1863181.8666229686, 1704340.8426499742, 1602857.5439194771, 1486468.8303072818, 1277949.050933299, 1271999.4291400244, 1178236.681284487, 1137693.8855592217, 1102809.6256963233, 1019083.2078222857, 983681.1947283124, 1098653.4650928234, 1270865.9769352407, 1394725.1411799234, 1452752.6230639957, 1570492.0279366372, 1723510.1587045721, 1799818.2728423632, 1967305.0652722337, 2202874.684953633, 2357896.8971528653, 2504211.202354204, 2617036.8094302523, 2544955.1370916096, 2559401.4455023278, 2705188.994326182, 2748580.1773385033, 2795635.242842024, 2897239.1968608852, 2927461.998383116, 3013241.809085506, 3103920.295110489, 3081542.131831207, 3079325.1154297674, 3062639.553924104, 3098569.7964091664, 3125895.159475843, 3141337.129780959, 3286737.625418361, 3307700.5416384246, 3286563.3404042837, 3229244.321438256, 3268540.0611990797, 3359408.718963261, 3393028.735197414, 3504776.7497126684, 3661146.3706750832, 3642181.3988507823, 3680948.4323484767, 3635281.3129500593, 3641022.921752576, 3589313.0987387304, 3562545.1436306625, 3473896.981913296, 3372251.9305464234, 3345278.66215231, 3303761.4015259687, 3254008.9312934955, 3205100.080311899, 3165575.6606419533, 3125667.888542326, 3092342.4736990198, 3053310.9297858076, 3024104.4193792036, 3110732.555152416, 3173057.6041996065, 3185827.6821794244, 3148609.1267308486, 3078999.163172493, 3008923.0297290976, 2963365.3097601254, 2969163.106533926, 2936419.221290929, 2955240.811742967, 2952121.9734642906, 2948592.5507029016, 3029246.704276494, 3105585.832728593, 3178811.437028268, 3219200.734919144, 3208906.1437937072, 3159878.057085523, 3138331.528617668, 3044358.618887937, 2962908.851716756, 2919546.3891042, 2903929.8522083573, 2882136.430519674, 2813514.8819281105, 2773708.1910042753, 2758517.8286625245, 2731749.8381529115, 2660158.947120763, 2626406.790972993, 2587910.6496926104, 2505354.954943682, 2511680.948357886, 2482917.5588290305, 2421700.735220293, 2340878.4308370086, 2326009.3382418933, 2326406.5271478957, 2281151.766774344, 2222104.9448733204, 2196504.9344461183, 2197483.013726428, 2166922.615768544, 2117865.3705977784, 2084122.1658972632, 2095582.4347705038, 2054571.0311840635, 2047685.4251730447, 2015000.467484852, 1960944.8503871786, 1919394.462884893, 1867919.0072377333, 1810994.8380376217, 1724808.1479603937, 1718071.6191065868, 1725300.8094139863, 1674558.4617923358, 1651007.9988655637, 1644653.729799433, 1637701.3715046244, 1605384.8563428214, 1596451.9179384015, 1565305.3781146256, 1568007.9202800475, 1551386.1859204515, 1557614.9847226327, 1629135.7417095928, 1696003.852255282, 1732071.4111845184, 1822406.1464516465, 1872564.4229107036, 1878495.2133083048, 1934197.363119986, 1957693.6897850551, 2010799.2427226591, 2062715.8442232173, 2099328.764383059, 2147789.7632481917, 2191285.090679435, 2292941.5791826984, 2391545.4430108923, 2474666.9468636494, 2494483.5470658024, 2609322.405540337, 2692886.5872810036, 2764040.5214357553, 2896819.063907228, 2943449.0347670303, 2968139.301538159, 3036466.31019023, 3063390.17589295, 3125062.8497359673, 3151592.412715551, 3239848.453273761, 3335271.187370934, 3416339.3749282598, 3415772.7985593737, 3480418.820574277, 3521581.087134471, 3568442.6538588842, 3585425.5662939, 3538255.253027856, 3449406.4660897832, 3388029.3193805013, 3367420.278227935, 3405493.560604414, 3458081.072311826, 3626415.717019752, 3615797.8629511013, 3491923.873625885, 3373462.7863741126, 3189114.5507595516, 3124540.727170253, 3057341.714536636, 2925294.9295578217, 2904461.1039826735, 2826696.1117481077, 2719063.918974009, 2694463.2362670307, 2576448.0423475453, 2554594.797915618, 2430393.9511911604, 2285975.0405847738, 2256142.7553896843, 2211334.179394523, 2070740.1790799464, 1959031.3121383642, 1899674.114150425, 1784414.8545764573, 1714764.7152051944, 1644192.1555534296, 1602142.669992231, 1565311.7073579996, 1527397.1227391863, 1476502.969152218, 1447159.4569629238, 1413596.251730754, 1390977.0888879423, 1340211.3477011248, 1288793.3470060767, 1288383.8501423302, 1319808.6046273366, 1334363.848563646, 1372507.311146526, 1380588.2909316495, 1402975.390733024, 1407287.2926737529, 1409706.3071371622, 1427934.0235917454, 1440282.3885602343, 1482262.148173176, 1482597.9300420128, 1448693.2556126264, 1377328.0741593635, 1312791.9888871466, 1268421.2329241205, 1135503.5982037755, 997994.0150840133, 840601.8578813218, 659786.8885484702, 521527.29141499795, 352984.50337059825, 252927.98343319754, 130171.03640638512, 36126.3561534717, -113648.58505906291, -178841.89258152174, -208114.50683662482, -257476.11731036167, -309048.62744984805, -318108.3929203015, -405183.69904517033, -455037.82235741656, -537231.806566843, -578012.5262295596, -730113.8869363796, -800030.8121206486, -844960.337450253, -877014.8306242778, -951450.1317999748, -988891.4585491513, -1047721.5188118155, -1124875.7389703582, -1246136.360095393, -1273012.1464323746, -1328087.547620336, -1450356.8769304184, -1557906.0804734835, -1749099.2754999031, -1808919.2041030994, -1896095.333778298, -1980715.6916327977, -2056179.8939180558, -2102393.4062454784, -2161345.5259298133, -2291498.8218181124, -2313607.342926602, -2399562.9115893757, -2427500.465241293, -2513562.931004867, -2604803.7876234218, -2675339.49980943, -2711277.762731898, -2705273.302642676, -2822905.189799037, -2878511.240163039, -2898984.481594298, -2948694.2908823434, -2991149.972445116, -3031441.9015746815, -3095883.43120152, -3139841.960651262, -3189862.5659947493, -3197845.3161771996, -3260230.2189404797, -3346334.729286966, -3444345.406314406, -3497472.7354319775, -3556804.175987617, -3573772.1335991416, -3633311.663883728, -3693418.8630475583, -3777035.136511152, -3897024.6151808077, -3966556.824253991, -4019176.8603896857, -4063964.418271035, -4069971.6907182448, -4101963.4559987495, -4084936.223666237, -4106861.1890967656, -4084662.2683689194, -4098713.661136185, -4092683.2058463404, -4138124.134963586, -4156327.977109146, -4199729.335697881, -4202486.129808961, -4161547.9005535287, -4159445.807391005, -4108092.9159002765, -4124052.465872123, -4093105.9189379457, -4025468.845149432, -3947952.611647297, -3926843.8231262304, -3837729.799830947, -3728685.1901896643, -3629644.468183821, -3629329.771021411, -3476803.772252781, -3387785.352958964, -3301508.881103305, -3186158.7613456007, -3100087.9763370333, -2916489.5632148287, -2773274.3567982516, -2707820.2755380278, -2658295.106151141, -2558859.7128972546, -2414108.0918057817, -2338189.408210525, -2219923.933327033, -2126798.710681958, -2050372.4310152442, -1943327.3686065034, -1831690.1712240959, -1779293.23483334, -1669113.1252773353, -1618972.0497602636, -1538851.122893597, -1484314.7555662715, -1393450.3635127086, -1323867.2081095497, -1279952.2097964394, -1205383.9088870676, -1131590.1455406114, -1106014.8116981308, -1057214.2244478096, -938218.0854904401, -855703.2680290596, -777676.0939722976, -753698.9832110159, -715428.2075515987, -622613.577983058, -491809.96184190264, -367098.28651944496, -265109.60984879703, -137403.40795637533, -96327.31172037177, -56796.22118625757, 33219.13536545998, 124893.61601111513, 143536.96746636118, 282359.6624879504, 379940.85242869466, 461629.7904386051, 482582.3551227925, 537930.7640113124, 555641.4392332461, 589769.7776014474, 545327.9227462442, 551821.7888351233, 524144.2607383818, 526844.1783294366, 604091.5359784261, 693445.3852231143, 774740.5757037943, 773216.978389339, 773280.7275076079, 758888.7552896232, 732568.899348377, 660325.9041826274, 617991.2520520844, 582173.0295031731, 617241.5774268412, 615984.6701749744, 640122.9855155516, 638697.1584264823, 617145.8740917133, 581509.3785859366, 536210.6847615299, 539456.1673240707, 538367.9621762809, 597232.267807302, 691194.016308693, 758710.2425780664, 838291.9005653214, 847439.1289359751, 897103.5845719926, 963121.1069818606, 1008120.5692847808, 1099117.7412836966, 1171915.9543477118, 1220047.7908736467, 1235973.629434856, 1260400.7895960198, 1314683.4464584703, 1341734.240687584, 1361850.00674486, 1413158.7601717364, 1421271.0313674891, 1455851.6863871724, 1474513.460707239, 1500528.6755599107, 1526748.0746142457, 1620622.9335889006, 1674893.4447387592, 1770055.9289653548, 1813530.8461371304, 1836713.358233811, 1922332.6379203335, 1984887.5475284571, 2050463.6455412202, 2110406.215967322, 2224696.262213765, 2344405.1206790227], "type": "scatter", "x": [10488417.421295088, 10523692.177943323, 10429364.028402045, 10613202.440505141, 10848732.996561807, 10941530.10584647, 11047397.223522084, 11094186.121045502, 10927827.684330547, 10928006.68159275, 10898640.927619785, 10958331.920897031, 10998856.078568833, 11072195.609050494, 10832347.660827098, 10829163.069472658, 10722542.202245913, 10748487.002134807, 10633383.469555149, 10745313.0572921, 10856938.621545633, 10937746.218741795, 11058100.073707098, 11326051.746262446, 11269412.177268399, 11392449.908792151, 11499976.882744605, 11466761.073407125, 11640809.952454824, 11573789.738445725, 11721711.094430726, 11765825.165357655, 11627064.195089016, 11354962.781236563, 10934156.69648786, 10720149.465692213, 10668550.342520908, 10585222.505503071, 10647791.40315203, 10522990.637028953, 10428737.346728077, 10378519.417176183, 10127352.04402076, 10070738.117777755, 10209118.190837529, 10275261.922084507, 9971300.250114169, 9878672.958742412, 10048539.28799511, 10219800.910495972, 10121499.868175969, 10038070.572160376, 9908610.538854662, 9778671.70464731, 9787858.924004517, 9555631.965994025, 9391347.793972688, 9502356.779177131, 9604213.237335196, 9735328.467944238, 9864951.441707356, 9968293.497689458, 9938599.13849732, 10027118.243818179, 10299329.363403954, 10429469.335511085, 10517780.339759061, 10681500.983990781, 10866869.193758573, 10939631.489181869, 11001344.527612865, 11036985.834931264, 11065418.25991095, 11080961.07339413, 11037631.138627002, 10986947.697068995, 10880823.508061659, 10850933.061596612, 10874085.599880489, 10836029.621343728, 10836177.144744704, 10847271.649334025, 10925381.765142657, 10904512.615710841, 10907494.174336648, 10905476.88020148, 10865440.425838808, 10855167.930119116, 10894925.445908789, 10895688.979742965, 10945512.156463271, 11036462.60640828, 11223032.629716506, 11304786.356885565, 11409809.04197669, 11424991.7138952, 11361461.267802795, 11325924.166133936, 11253020.79811898, 11197106.792647667, 11148873.287952127, 11018125.42063233, 11067803.225108538, 10930002.931740688, 10870392.325319214, 10877259.291464485, 10859465.858787209, 10839172.340697847, 10808344.188147105, 10770428.81116752, 10753190.517517213, 10762480.434420908, 10737626.753869997, 10708016.515233925, 10686714.682649797, 10626481.126229784, 10560496.014111063, 10469318.291364979, 10450293.19707369, 10383200.24840603, 10385966.98598961, 10331752.74573368, 10335099.888184093, 10239895.508067075, 10200380.052844495, 10170188.819617858, 10176937.506443344, 10097405.77941065, 10095274.967937546, 10199991.810205346, 10285066.180248914, 10326909.885188844, 10420862.472046565, 10455755.301606137, 10567160.378711823, 10625670.622040078, 10685941.17399569, 10586519.63822989, 10591474.068182435, 10547661.548801603, 10559134.500378216, 10698612.793163696, 10810912.698399944, 10935755.638725001, 11054683.401767965, 11107599.832006894, 11069959.074645674, 11129550.0378919, 11205221.960090812, 11247030.724803528, 11276361.93411427, 11230439.138958335, 11231396.79274024, 11234831.784055015, 11215394.07264194, 11135002.144162506, 11045972.405420674, 10944251.862495797, 10907585.637589289, 10858838.044872621, 10828700.250271883, 10718254.19680036, 10623776.338305915, 10633892.192858592, 10637220.650134638, 10586325.596037941, 10529904.459050816, 10535552.560515761, 10392674.068994524, 10354638.56695611, 10263292.552708445, 10221510.6232755, 10227269.13555929, 10340673.870586315, 10477606.155131953, 10586908.862966197, 10672244.53490889, 10772029.09967475, 10804223.153600875, 10736976.04120622, 10637427.654044485, 10573134.726673178, 10465977.123365333, 10418537.221704882, 10433613.852636019, 10348542.82942964, 10262507.778827632, 10211149.509780068, 10137713.796460088, 10038048.501977213, 9954061.602014989, 9949033.165987693, 9862412.752952635, 9881330.773951627, 9859748.33631022, 9844713.48856235, 9864532.25755318, 9929842.06819365, 9985293.108791592, 10016067.525976839, 10079496.036178151, 10141451.461383019, 10199630.402265955, 10223706.729925739, 10289509.243241029, 10338200.491144907, 10349865.508282408, 10342715.228752699, 10354836.016148949, 10365708.009633439, 10402413.419187319, 10445403.06137205, 10444457.574469106, 10373564.221490756, 10276472.717173412, 10154371.713888556, 10139713.575973151, 10077259.598777141, 10056617.153616851, 10015356.817563588, 10018496.40551369, 9991473.586228885, 9947235.770592475, 9923576.81224871, 9862556.633621892, 9807113.062621625, 9799586.87554745, 9772390.783050036, 9773244.832958035, 9785675.74587417, 9761899.364297515, 9776587.609173084, 9730404.602383224, 9712949.46245647, 9660075.019763608, 9596501.428616777, 9542709.429014564, 9475276.890826859, 9426306.787558524, 9335970.542013863, 9278541.412183223, 9211253.59184208, 9208038.541997585, 9158042.655626046, 9043547.177041216, 9042858.446322395, 8981904.321444556, 8884461.610712087, 8837919.332538873, 8813301.06504527, 8776654.125602124, 8714005.284529097, 8624639.358912205, 8649341.010525577, 8640458.160883738, 8592141.353127178, 8585040.506079575, 8553880.03652695, 8513536.869965974, 8513323.807545604, 8447713.848458411, 8337053.705012491, 8368801.871215222, 8337320.996359338, 8220120.777322407, 8147304.805639195, 8092208.353971838, 8012943.753456471, 8024800.797037586, 7982386.104501214, 7903205.586408635, 7858789.863839885, 7847365.653712604, 7896350.681317001, 7918451.617182563, 7894610.309420375, 7922853.927558999, 7872261.932619228, 7838366.659280806, 7873228.321403381, 7786374.712734833, 7761463.566605509, 7724912.108774233, 7619204.984611553, 7553853.688793125, 7500218.082696336, 7457755.347817718, 7388554.644609255, 7340507.893192536, 7310933.240451902, 7192376.57397485, 7106377.59681651, 7044541.527311412, 7011750.493821675, 6966119.925951773, 6843566.712115657, 6772461.2250476675, 6612733.8785288, 6648053.317783967, 6608152.164545368, 6470787.839503731, 6393492.952926184, 6342902.225718393, 6245812.866037105, 6078294.054036464, 5925821.545131199, 5797282.131468858, 5611292.451158603, 5502130.326493634, 5392388.199137845, 5317219.440288644, 5267380.485186122, 5200870.938916255, 5120230.553520666, 4996858.816286728, 4881627.248430805, 4784303.098412699, 4696159.987955981, 4590323.180030706, 4545655.450606361, 4478021.626927122, 4454793.888091104, 4399011.698735936, 4430256.3884636145, 4428227.57378112, 4478090.572881611, 4536911.945817626, 4588570.19990616, 4613567.681823747, 4687942.250308418, 4704062.375091363, 4703035.669717624, 4723202.015143309, 4757103.0508713145, 4777601.762821984, 4797605.049613205, 4773691.803965454, 4785911.886413043, 4808793.225294568, 4845168.157263479, 4861504.825962503, 4855398.763020987, 4882502.197701101, 4898183.198985684, 4908208.356592899, 4978579.50289685, 5057523.398408409, 5115456.585986533, 5163125.567434305, 5216544.510430044, 5259039.182382308, 5276757.159682464, 5290798.647379327, 5293561.395640257, 5286340.607851449, 5320583.948688301, 5381044.691487292, 5443435.18756856, 5516431.426158019, 5577445.092321363, 5635317.9624885935, 5669554.457911025, 5706944.4579927055, 5712445.040902622, 5692490.7212550165, 5684003.2740674615, 5651213.863490099, 5631177.107376982, 5586317.343041619, 5571625.500277261, 5567231.828240023, 5593305.220018846, 5586729.8415033175, 5542106.876358681, 5489143.948897622, 5489251.381818206, 5471084.397246077, 5410467.642749465, 5377086.943799329, 5384936.5707697235, 5342714.926383213, 5287268.45480024, 5227849.512457952, 5183718.851878099, 5117511.226637894, 5105693.482569616, 5108692.921639557, 5017476.10681342, 4867329.487122343, 4788740.22553638, 4746130.071056435, 4715861.655342717, 4663490.419064808, 4603014.005657341, 4520901.897312408, 4496667.8090788005, 4478103.676950574, 4453062.508950652, 4440562.4138927795, 4391473.478144297, 4361375.726834895, 4292513.354491443, 4260673.730396342, 4257464.314975808, 4238027.57486546, 4210126.8153368225, 4176950.8332641786, 4195973.069076867, 4180203.0754909148, 4189600.6494935155, 4179570.51394247, 4161190.2925857576, 4127680.8845584006, 4114652.2471533613, 4059375.13836283, 3995608.888338524, 3956208.689357164, 3878953.778640996, 3833461.583260191, 3754942.886814905, 3732700.9500753437, 3726977.0040673595, 3653490.3828239487, 3602243.355253824, 3547497.718308791, 3506421.437521995, 3507581.776103119, 3472146.3704328276, 3440683.4449799247, 3390548.535921882, 3318800.0148833958, 3258538.333328939, 3212448.86439951, 3216530.281642876, 3213930.1004145434, 3217575.2330339253, 3211651.0690892655, 3193625.470458594, 3188067.077863194, 3172416.189664256, 3153895.921509546, 3117154.767018641, 3067302.2459655628, 2975355.3865086255, 2967594.593163206, 3024957.8884485755, 3099753.055530535, 3197289.5818432574, 3241155.343454517, 3280827.412004366, 3383848.597614081, 3367816.7711371277, 3381161.302150838, 3506189.8752396475, 3526132.5785696516, 3571875.8947043424, 3553474.485298208, 3582168.9600964054, 3633887.419162252, 3674086.7668495583, 3732088.6413204274, 3803379.290235852, 3841421.321691282, 3900800.062145884, 4045535.705869358, 4106512.64157237, 4166113.274679642, 4200572.58560138, 4252207.900595889, 4278738.90515454, 4279763.9725218555, 4225644.668205321, 4270710.1211377345, 4304634.535037072, 4327816.571934552, 4376241.528235812, 4425516.459825798, 4516701.660758943, 4623494.020089221, 4707688.170820966, 4756147.915876703, 4789645.088041296, 4845649.8055471135, 4877076.143943485, 4921092.093744179, 4972444.548813866, 5015381.799886517, 5052838.007253097, 5058247.796529218, 5055532.320011362, 5061425.907427008, 5044117.503751237, 5026194.655396901, 4987436.086438296, 4934718.850529378, 4857231.366440804, 4776708.758695868, 4663271.093631456, 4564750.763891156, 4416170.669116112, 4323169.162563511, 4213190.425901133, 4189586.579402437, 4166667.935031521, 4095914.6197162187, 4070445.9577284977, 4032762.5348867807, 4016998.181897778, 3983794.932819683, 3962265.6675520185, 3920879.300813432, 3869940.244534467, 3873295.3762367773, 3935404.1636128556, 3937046.8653333415, 3906285.6166827464, 3910230.6589157586, 3900797.8365348266, 3931449.9195076646, 3965464.4263683585, 4000196.2473976756, 4012640.592744931, 3999999.582095918, 4004024.3337274487, 3991771.333934345, 4003609.0328637, 3966099.5955059067, 3919789.245812302, 3849939.1617691233, 3756039.139579922, 3640217.140814998, 3516914.3317797766, 3477287.4363914905, 3400564.06044435, 3357759.940839553, 3340154.1513857963, 3375248.9750009966, 3385694.541175526, 3382462.543962025, 3400099.517291517, 3382412.275107075, 3359696.4607972214, 3379345.130310652, 3358519.5071317875, 3313163.1319949226, 3229741.2510425593, 3107686.479847055, 3060540.2634406206, 3061793.6661580983, 3084649.0979466387, 3067880.4634526772, 3032264.820631862, 3006906.360129676, 2975014.1625765874, 2903145.2056775647, 2882603.451692716, 2834696.1976509416, 2800017.8304151543, 2735460.9535812526, 2614474.232300635, 2540120.402056035, 2464220.7403705586, 2363856.326768147, 2317369.917910244, 2301172.523854225, 2249348.8772161514, 2202052.8465248817, 2108308.2969935024, 2052343.7121038006, 2016150.5870387012, 1918460.649906868, 1840264.9790472127, 1780254.4707264102, 1739593.9987260841, 1706639.329385598, 1676816.9986092977, 1643937.7772757143, 1638052.2444330673, 1629415.0921328217, 1636825.3922721026, 1615293.620603949, 1646451.3768729167, 1652695.4664455343, 1603135.8873299595, 1565667.5043572062, 1565556.229385945, 1511555.5337350243, 1449179.2826315009, 1418650.8647371668, 1405465.4853292098, 1387595.2008375335, 1366457.9305363626, 1371939.4738415973, 1363038.9056351031, 1328221.297984029, 1283246.235770357, 1238644.584785677, 1220470.3240271152, 1145759.493485078, 1142875.526977877, 1136062.9223044657, 1152754.9858688295, 1189742.2652168057, 1196297.1871684443, 1231158.3208139518, 1255952.7178117714, 1314696.3798643178, 1347781.5404766686, 1360403.5025088487, 1356832.2744528123, 1328137.8967618998, 1303226.7796513105, 1280210.2609830354, 1286008.1479913269, 1317448.1890838046, 1289154.0986729553, 1269911.8308946823, 1220895.3167504163, 1230669.1583464204, 1217100.8468176913, 1191302.229155994, 1110194.538292862, 1008019.9537482271, 942212.3701720767, 881657.0404601333, 884925.1408428263, 906839.5558068197, 931198.4231121035, 951312.2351924715, 932516.0932353714, 966591.2667639065, 980830.2155503411, 941296.3963674735, 895520.3832856133, 874880.3976279076, 849156.7454754682, 850099.2619763638, 746505.01038634, 708507.7387726539, 670164.9109173814, 590121.9185529784, 536268.3529426657, 502985.6631984505, 431922.18861663976, 356895.6214037601, 268776.59433439974, 186276.7441502994, 105897.33040142641, -50740.35633781571, -106348.90522983961, -196497.74796120077, -285577.7284284082, -331071.2883032904, -400761.9337118087, -464857.7568632215, -583379.0066967616, -652970.0381859025, -752236.300091853, -771550.2991607962, -797762.2102203441, -900504.8065512175, -990628.9573400395, -1075112.8376643024, -1141464.2880911177, -1168237.2637254314, -1239402.594925984, -1290370.078903004, -1307085.096888991, -1317712.6770547335, -1359938.477219022, -1397576.9659687623, -1422652.8056657827, -1446881.8282536843, -1456870.7090584321, -1470714.8704314579, -1499018.5915027917, -1550520.8638403625, -1591966.2755978438, -1613674.5362509198, -1612540.2589611253, -1641883.2568242024, -1647342.919333953, -1660436.923031499, -1645964.6698051763, -1683052.6773270082, -1730359.5217659217, -1686260.1784612269, -1635337.9722064126, -1609532.6997200525, -1615232.7045057483, -1585418.6871233159, -1568240.0391939706, -1573314.6607435886]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y368", "yaxis": "y3", "legendgroup": "y368", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7622104.120747438, 7687286.917504827], "type": "scatter", "x": [-9515415.952846462, -9437559.092003094]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y369", "yaxis": "y3", "legendgroup": "y369", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1976619.1514704837, -1970986.7636842148, -2029526.3857917604, -2036027.3903364544], "type": "scatter", "x": [-17601617.05958763, -17583929.828572564, -17569447.96803508, -17574509.556964796]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y370", "yaxis": "y3", "legendgroup": "y370", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1041142.3654877663, -1036974.5397400723, -1021593.7448787339, -1036860.0021036454, -1070217.7802489472, -1124093.6376341379, -1159422.7169847726, -1251249.1451584778, -1278282.3205662381, -1263537.842062049, -1221750.3123786654, -1146734.2565812545, -1097855.2106402349, -1068818.2471802968, -1041142.3654877663], "type": "scatter", "x": [12538393.848323697, 12608525.227848733, 12642133.17591585, 12677361.029496193, 12635195.445677904, 12522252.652377935, 12432718.00921112, 12350738.785386508, 12260523.943995617, 12251497.869467236, 12268409.97140789, 12324794.501444593, 12431588.84427101, 12448166.167377772, 12538393.848323697]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y371", "yaxis": "y3", "legendgroup": "y371", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8809903.771567276, -8810331.723855264, -8778888.084152848, -8795963.670085678, -8776678.495785719, -8777705.720639346, -8800344.227354739, -8777705.720639346, -8774569.39955081, -8764782.778897742, -8777705.720639346, -8784258.343713278, -8802284.107277695, -8815819.225923048, -8832172.552957268, -8844209.505880978, -8830148.323548239, -8840219.56714037, -8856039.476524414, -8841218.50846689, -8827099.065999877, -8802284.107277695, -8800180.524768177, -8787464.077924324, -8765874.307041386, -8753797.080995567, -8728095.651529266, -8704115.344080329, -8682011.870034844, -8657149.945082426, -8640332.218584951, -8618424.509659315, -8598694.289451325, -8602413.383814083, -8592479.44382893, -8613516.945713475, -8594970.121318312, -8571179.05078692, -8549618.72751157, -8522634.19890144, -8504433.083786197, -8484753.260724317, -8480792.810495915, -8471527.651673771, -8464884.185638644, -8439454.327460611, -8417818.48839259, -8393237.46898514, -8312380.088290086, -8319452.305745996, -8341948.595415969, -8334934.666434505, -8325091.088221663, -8355910.087806089, -8348940.423952413, -8333531.16033334, -8313798.216154877, -8289644.772158248, -8282501.197804039, -8255194.533606579, -8227641.234093517, -8201306.55756468, -8188057.477918404, -8213038.762647667, -8198368.722536371, -8179196.076969804, -8177717.506827601, -8170310.844235254, -8152469.376352694, -8136031.559631382, -8119515.596801958, -8124025.4970433, -8130033.6794801215, -8119515.596801958, -8133031.93261108, -8131533.127836434, -8121019.536890804, -8128533.588080896, -8136031.559631382, -8133031.93261108, -8134530.093264249, -8136031.559631382, -8133031.93261108, -8110470.591263958, -8098381.571558235, -8114995.968779986, -8101406.633846863, -8074078.358521646, -8098381.571558235, -8125527.516040913, -8150978.992804675, -8128533.588080896, -8156936.617328777, -8165857.371625076, -8186582.886640338, -8182155.129324836, -8168828.315927276, -8171792.714565028, -8182155.129324836, -8195424.330478794, -8162887.714764325, -8137528.428714795, -8110470.591263958, -8104433.149980418, -8075601.260788654, -8046543.734591471, -7987773.451514955, -7998664.71418179, -8003321.642121054, -7998664.71418179, -8011075.234838455, -8034245.085504985, -8061864.660903841, -8066450.47280601, -8055746.9394806605, -8040401.344657183, -8031165.3150953725, -8049615.287182001, -8043473.7675301, -7983094.444668605, -8018813.712128612, -8032705.5055935625, -8024994.385703637, -8055746.9394806605, -8058807.037864811, -8067976.490757071, -8084729.553688623, -8055746.9394806605, -8028079.036395378, -8058807.037864811, -8051148.115644772, -8067976.490757071, -8093835.242192909, -8086252.079340742, -8069501.886899339, -8049615.287182001, -8038864.213498978, -8029620.44824411, -8018813.712128612, -8001769.933849436, -7976848.789703437, -7942334.599977031, -7909124.371530309, -7877258.610055709, -7845165.782460275, -7812853.361782029, -7783577.798004391, -7750844.2390093235, -7717899.920733975, -7686401.1742599225, -7651368.606193777, -7617795.861280303, -7580627.080079968, -7546624.178959869, -7507277.906171419, -7481475.634331395, -7448639.688945966, -7420847.133963417, -7394689.079486312, -7356127.516432017, -7331468.824006379, -7308489.468551616, -7303178.761920475, -7274771.679671263, -7256957.718711784, -7246248.650763328, -7222986.386339904, -7194255.874935074, -7183453.335317054, -7206842.696727561, -7237311.298768387, -7264089.661591563, -7283661.69105436, -7269430.357307294, -7278327.16910029, -7299631.332106429, -7322640.524499105, -7349090.784552776, -7384195.202959039, -7417366.776265452, -7446902.814861987, -7467672.417553935, -7474575.624270623, -7503845.76372902, -7531256.956097187, -7568750.628529517, -7600930.56336652, -7636283.417842395, -7663074.547803971, -7683071.929797586, -7709629.482480189, -7742627.124275753, -7773781.352769979, -7806362.58230464, -7833881.945755347, -7864446.8542300165, -7939184.353604654, -7969029.375680878, -8000217.624382753, -8031165.3150953725, -8072554.832445278, -8104433.149980418, -8130033.6794801215, -8140520.22909136, -8167345.1302085295, -8192481.144722111, -8220344.631454412, -8232006.406756617, -8247966.959865969, -8263843.961491313, -8293920.152080546, -8296766.851834205, -8293920.152080546, -8299614.452272305, -8299614.452272305, -8327909.835930532, -8340541.368892107, -8360082.980246199, -8384989.70122545, -8406923.692866804, -8400090.191402799, -8417818.48839259, -8446174.247474749, -8472853.201347208, -8495272.26366682, -8520042.287899943, -8544507.582937533, -8554715.801290508, -8572438.682944106, -8592479.44382893, -8612284.44988006, -8622098.455411494, -8639120.855765413, -8657149.945082426, -8677313.236851119, -8705267.490876032, -8726965.232357303, -8706418.570434967, -8689031.933789227, -8670228.357015064, -8654760.175495248, -8637911.706555702, -8636701.58593788, -8645155.154388016, -8659538.875291396, -8633065.410489865, -8614745.254203409, -8613516.945713475, -8599933.827662237, -8586241.575997645, -8577471.51511646, -8566128.215391336, -8549618.72751157, -8526510.525872868, -8503127.401274076, -8478150.716961458, -8480792.810495915, -8491331.69437732, -8491331.69437732, -8466213.80373633, -8415101.245765047, -8400090.191402799, -8383613.0150640765, -8367030.2062920015, -8346143.6942562675, -8325091.088221663, -8296766.851834205, -8283930.573784951, -8273902.582517937, -8268161.163042859, -8265282.462821651, -8255194.533606579, -8240722.12204812, -8223266.084547836, -8205712.151003829, -8182155.129324836, -8156936.617328777, -8134530.093264249, -8104433.149980418, -8086252.079340742, -8054215.9632637985, -8029620.44824411, -8014170.809965519, -7995552.9920683475, -7970593.619574137, -7939184.353604654, -7901179.397200253, -7878856.474896643, -7883650.873842719, -7910710.803387056, -7913881.939582341, -7883650.873842719, -7851603.206506984, -7859636.294245628, -7890034.026850832, -7894812.246724842, -7880457.986040441, -7870857.261551435, -7875660.178169065, -7909124.371530309, -7882054.714074106, -7867655.30148696, -7856426.440467059, -7845165.782460275, -7825804.133894703, -7812853.361782029, -7794985.756511389, -7765601.998511172, -7786841.789526752, -7775414.734621269, -7814473.608909611, -7843556.087951141, -7827419.955231634, -7794985.756511389, -7772147.42859999, -7777047.573785289, -7807985.033869815, -7777047.573785289, -7767238.08970744, -7763965.3668321045, -7765601.998511172, -7775414.734621269, -7780315.92727158, -7807985.033869815, -7832268.3473036, -7817712.44768473, -7814473.608909611, -7814473.608909611, -7812853.361782029, -7801487.644399766, -7791727.233514689, -7768873.640054961, -7754129.919509156, -7745918.1813926175, -7722853.206135622, -7676415.939829698, -7648026.332049793, -7661400.679466882, -7691388.913105694, -7711283.756487948, -7704659.12212507, -7734396.610121588, -7755769.787849007, -7736047.257237153, -7699684.007808503, -7684739.007473237, -7656389.178044819, -7644668.742679041, -7627889.676711992, -7609369.571624019, -7589096.446593788, -7570448.130098363, -7580627.080079968, -7550036.153624388, -7526128.6472154, -7527838.576781607, -7507277.906171419, -7476304.766644874, -7452102.855480141, -7434758.703604055, -7420847.133963417, -7413884.520947611, -7419107.192458264, -7427806.732668862, -7452102.855480141, -7490088.580973316, -7519279.4857795015, -7543214.712181737, -7553441.642994218, -7577237.597256654, -7600930.56336652, -7605997.272407315, -7589096.446593788, -7553441.642994218, -7572140.653860219, -7582321.067479265, -7592478.876754313, -7599242.13015647, -7599242.13015647, -7688062.817551954, -7709629.482480189, -7747560.737207748, -7768873.640054961, -7799862.994475269, -7832268.3473036, -7830649.9331975095, -7862843.8975247275, -7893220.077760836, -7926551.728750322, -7951775.449210876, -7959627.365203403, -7945482.509483958, -7913881.939582341, -7883650.873842719, -7858031.6484696865, -7833881.945755347, -7804735.297891329, -7763965.3668321045, -7755769.787849007, -7752489.513234615, -7742627.124275753, -7729454.497770713, -7696367.546255924, -7664739.088932136, -7632931.88809029, -7611059.405343516, -7594173.7941354, -7565349.641770096, -7550036.153624388, -7536385.325478298, -7544919.69368651, -7536385.325478298, -7526128.6472154, -7531256.956097187, -7507277.906171419, -7448635.118857209, -7472850.547723069, -7514140.835526496, -7531256.956097187, -7538092.290142628, -7527838.576781607, -7534677.866117404, -7536385.325478298, -7527838.576781607, -7532969.91236566, -7551739.147042363, -7539803.261707766, -7539803.261707766, -7527838.576781607, -7539803.261707766, -7510708.090428813, -7481475.634331395, -7457294.003633068, -7391189.928048574, -7403421.789089338, -7427806.732668862, -7459027.987233547, -7512422.44748798, -7514140.835526496, -7514140.835526496, -7503845.76372902, -7491808.802613939, -7467672.417553935, -7441703.028484974, -7438229.534111732, -7419107.192458264, -7436494.357624937, -7464213.357929167, -7491808.802613939, -7488367.872768664, -7510708.090428813, -7532969.91236566, -7541509.234753099, -7534677.866117404, -7507277.906171419, -7479752.496462605, -7472850.547723069, -7484924.997851564, -7493528.537394034, -7479752.496462605, -7479752.496462605, -7488367.872768664, -7496971.079527136, -7481475.634331395, -7467672.417553935, -7464213.357929167, -7464213.357929167, -7455564.10152083, -7448639.688945966, -7405165.993875995, -7368420.401690579, -7392937.434520033, -7433022.572335005, -7469398.944072122, -7498689.350655872, -7514140.835526496, -7508993.243223188, -7507277.906171419, -7502124.428462845, -7502124.428462845, -7500407.133733848, -7503845.76372902, -7510708.090428813, -7538092.290142628, -7570448.130098363, -7595863.745221259, -7616112.511223412, -7637969.476466781, -7653041.1770889405, -7666416.3181954175, -7679744.979070246, -7681417.493895501, -7653041.1770889405, -7676415.939829698, -7703007.106583117, -7722853.206135622, -7731102.401584736, -7740982.959736862, -7773781.352769979, -7793354.622534215, -7822570.828443763, -7835494.987881819, -7833881.945755347, -7838719.401602067, -7837107.473293948, -7843556.087951141, -7854816.433032629, -7874061.179641536, -7890034.026850832, -7913881.939582341, -7945482.509483958, -7973724.453928122, -8009526.541074939, -8037322.411654349, -8069501.886899339, -8081690.632493196, -8108962.183827314, -8125527.516040913, -8155448.189170283, -8183631.711763768, -8207178.047688801, -8237820.902447249, -8265282.462821651, -8298192.88537927, -8325091.088221663, -8353120.767990767, -8379478.410187359, -8404197.649834607, -8413737.869295511, -8443490.085305642, -8454211.092315089, -8468870.604924127, -8471527.651673771, -8509650.838255621, -8540664.18964704, -8564864.10067541, -8588741.450154185, -8609823.119996501, -8635490.495400246, -8658343.336590892, -8678489.435523171, -8697177.098509077, -8715594.582542695, -8733734.067250408, -8761501.1142139, -8773487.4210864, -8777705.720639346, -8793844.881748391, -8779964.011489598, -8797019.779649392, -8809903.771567276], "type": "scatter", "x": [-3871360.8549256767, -3866227.848029717, -4121946.0917206765, -3935239.46793341, -4071758.8559946665, -4057394.4259948106, -3833872.1986736273, -3994782.6532865297, -4014912.904253149, -4023484.624191396, -3899789.983499685, -3836718.9311300977, -3656002.4423819515, -3481679.8106709737, -3295073.9037020328, -3112863.0024560825, -3174760.4681159584, -3005666.911659901, -2825855.161872604, -2897045.437728067, -2950706.2127430644, -3127816.783032394, -3229286.009706119, -3393250.13410605, -3564991.6834840714, -3712323.514777115, -3880102.839807963, -4023797.4711277247, -4149465.4121215586, -4301843.381832881, -4446201.62142656, -4592418.298429222, -4748080.190020242, -4654370.463145004, -4637604.079799365, -4481656.28124818, -4526147.727797576, -4596574.354568939, -4677136.852448921, -4817286.516330922, -4945260.0282605775, -5085882.950619622, -5174281.669925455, -5279177.015483008, -5377167.679363667, -5517805.2061578585, -5662736.0988607835, -5801833.982232394, -6162564.397073181, -6113981.642730446, -5984574.332901435, -5951197.197434189, -5930893.856728457, -5771994.999206497, -5740856.013994378, -5752736.372208925, -5782779.46100825, -5831852.766533018, -5799233.648171233, -5902530.386609268, -6017596.050858626, -6099843.968872036, -6092287.644194067, -5980133.658437855, -5967827.441480127, -5984860.355951763, -5929398.469774431, -5896738.277313309, -5897271.699124566, -5903411.165463398, -5902425.835521494, -5854286.578625126, -5805888.986276658, -5773327.846189537, -5674372.770647447, -5619448.02025967, -5593627.159563374, -5512711.458548744, -5426269.928607528, -5374724.310754577, -5307653.006134841, -5238972.841035547, -5187972.728756996, -5205413.660462224, -5184448.089749081, -5085151.84251126, -5068506.484429645, -5091107.093968852, -5000328.040384289, -4914704.125788138, -4820131.952517516, -4833691.457142776, -4708892.7914880635, -4628179.198161553, -4525819.592315963, -4477754.166688992, -4457367.495205332, -4385991.883948855, -4303424.420719594, -4213464.242963064, -4269172.264692, -4356611.859981105, -4440881.309805197, -4511682.144069173, -4603665.17323823, -4679731.842221819, -4827027.763211932, -4767649.811263949, -4696759.976837575, -4646975.233483321, -4566213.990607408, -4470148.880794734, -4391282.655289708, -4320737.0756559335, -4285275.691562217, -4255018.152477212, -4217574.272095124, -4134248.168704935, -4086155.6068035946, -4162917.0761208856, -4058032.481665951, -3978737.8632072927, -3935981.356396881, -3841088.0316558755, -3776255.227037619, -3704786.906286275, -3620749.6882271846, -3637979.2239292907, -3668914.698448235, -3569925.0278219, -3521360.398709201, -3446720.8578834203, -3371838.5215180656, -3325719.3319582627, -3307286.0869441144, -3293699.8855853705, -3255651.112201313, -3205677.5075006573, -3163669.8218958285, -3143586.4048435274, -3152001.331060843, -3189299.3574518785, -3240557.355490046, -3298911.7536271326, -3359170.858404819, -3417482.775530775, -3468559.2638955708, -3513759.138553116, -3550492.6430006092, -3565143.798601772, -3587085.134279892, -3618747.7158582234, -3672932.8186008506, -3718704.960948729, -3736349.689748259, -3734435.979807705, -3733783.3796367613, -3724423.0735630365, -3705682.962378191, -3722256.608380356, -3714894.771465035, -3700642.6731198817, -3649326.1078400235, -3639052.2715015924, -3613609.3150321245, -3574279.9934918787, -3551564.250309273, -3542334.490927368, -3504129.2638626834, -3448844.8175857826, -3445215.230101172, -3482566.149904627, -3490659.7932443465, -3547566.0132957455, -3588202.9222239573, -3608878.541319364, -3629599.816697089, -3632576.568611678, -3605959.4272596147, -3569469.1758769774, -3513018.7011233736, -3530484.5383650954, -3576103.8530339105, -3575719.0940347426, -3578595.691302151, -3571414.8063195483, -3543475.3729887847, -3483973.604685928, -3424898.109660076, -3358412.4177579572, -3287795.381552412, -3228186.658910367, -3180589.0178806884, -3127030.452394539, -3070549.350133353, -3019059.871819988, -2919733.6635170695, -2867877.8075132663, -2823972.7009435007, -2769022.9175902093, -2719872.9328910448, -2700348.4346658704, -2689825.3013659124, -2732239.989534229, -2711515.8319235053, -2698665.3404883314, -2717213.2459866083, -2752803.9508699467, -2776898.1953591146, -2803747.97140554, -2781451.2371082017, -2839376.444636367, -2914172.0800757823, -2965465.9657160235, -3031576.037187797, -2961806.576889836, -2877423.601344948, -2795330.297845537, -2720887.2714438285, -2715718.6667104927, -2793210.0576386526, -2805864.6547979354, -2743306.4142933874, -2682170.2713059946, -2588746.4120426895, -2521609.975726566, -2419976.6222080025, -2327345.303794479, -2227562.746140321, -2134768.715457372, -2031644.2600988094, -1934375.460933916, -1822910.826033999, -1732202.9726821922, -1633437.8200542626, -1540941.1745919792, -1475386.8503153953, -1493528.6933737434, -1489356.65650556, -1482080.3576046028, -1455216.0351037192, -1436246.4204877482, -1366564.6982481205, -1281732.6653824851, -1200826.3494633175, -1224433.453399168, -1211123.2671711813, -1137750.2153265967, -1096355.7060781457, -1055907.7889993177, -1001885.8632414149, -944837.8965452361, -911988.691501148, -956559.7454076147, -992714.9947490045, -1015690.5698976371, -1079473.4201170923, -1138723.048045414, -1204940.4522918838, -1241826.3649142792, -1291019.7387437327, -1289928.029855716, -1253467.2447744044, -1206023.9147159627, -1178265.6990782113, -1148958.6262714674, -1135753.292334435, -1090993.6521675545, -1044142.086543952, -1020516.0680026179, -960285.98145354, -907070.9934291035, -864945.0396817232, -824124.4163188903, -787084.4109132078, -739182.6097945484, -711965.7714484147, -679965.7479048783, -677892.2711903867, -731192.3909309881, -727025.8072390701, -705288.5887166493, -662703.108029897, -617558.9810448644, -576792.9524108543, -547550.1016568595, -532796.7763585778, -502371.5278679926, -443203.5553779976, -414667.7514889341, -356658.55063045607, -359268.99447772803, -338832.67402011645, -284772.5246830036, -268904.27910132427, -210460.20204554734, -148674.4768194865, -87894.8609094149, -32221.065401465865, -11017.007558107838, 42307.286578673775, 92478.90617477092, 148829.93035762984, 204715.99216272795, 257035.77510168604, 314241.84861830494, 359851.4041764552, 394779.2219549591, 429317.73751992406, 483888.4743501004, 513064.72471225593, 535385.8763142204, 595366.1447324008, 625543.076966699, 682721.5313713666, 748101.0541860189, 759071.2624101288, 809753.7542780588, 867596.8182385677, 928595.7507131537, 981961.9617354097, 1035112.3985963503, 1087848.6163680502, 1100113.2450147024, 1121954.5818668106, 1183152.4309395654, 1243455.3126014026, 1300316.3245009056, 1357045.286355074, 1413205.871956301, 1471845.7798473, 1529346.911410725, 1585792.6032034983, 1642839.6164033725, 1696057.0768815463, 1752612.8413827114, 1799704.6122878895, 1846540.506306027, 1848197.3173022044, 1880208.4181275228, 1938684.5572861654, 1954707.7263783116, 1977713.7604078462, 2044398.9925103087, 2089299.5779450778, 2147429.219729394, 2223266.8122471445, 2284107.732728307, 2359702.3198689055, 2416184.7204446145, 2476561.4001820083, 2533934.560880473, 2576857.6022942592, 2651102.9047135906, 2706349.2226040657, 2756848.439564922, 2819752.4025032553, 2856783.9638784686, 2924535.782036347, 2985798.793664734, 3054514.0190606667, 3113055.4979218636, 3158724.4905082593, 3204419.0697158757, 3227570.855426185, 3197374.578693544, 3218315.085622025, 3228222.1740732943, 3283469.8201945513, 3295267.468009348, 3314819.8832438425, 3361103.985882566, 3422908.4350335747, 3508781.221538924, 3539505.3814927596, 3581281.643720734, 3620570.5805109176, 3665592.024653793, 3719525.13265744, 3654115.4325578734, 3624712.729979691, 3569882.97301066, 3493238.2335005775, 3413449.1750240778, 3377877.955931619, 3435549.845065732, 3385235.07108122, 3318814.8796525337, 3250095.698172304, 3250921.7925124858, 3294182.590218923, 3369521.450400512, 3441893.715737948, 3501710.7407264058, 3565260.112258457, 3630677.8740408584, 3684627.229168938, 3768360.59371985, 3811778.8008313007, 3874547.0597465322, 3939806.7847561142, 4011124.2564397505, 4083792.5527292322, 4143908.326354825, 4224860.94038532, 4307914.133512605, 4376997.7210436165, 4447112.473304246, 4499540.64950883, 4558428.15436804, 4601334.594605571, 4663047.478711522, 4731787.8051356925, 4784887.7366014505, 4860032.7375213215, 4973327.486739657, 4959372.475050995, 4924928.059107912, 4945847.065251974, 4988323.227323423, 5056990.702775137, 5102544.946168035, 5151644.737781274, 5199734.737465914, 5238017.685763424, 5249674.232612901, 5318631.017233481, 5377891.84331792, 5448458.992120198, 5485633.631123749, 5571378.514731326, 5648602.614448256, 5727298.804620639, 5907446.258680094, 5924416.720758074, 5927363.943432531, 5912057.407996044, 5890093.551775241, 5941338.367291706, 5992374.481848732, 6070861.786650664, 6152815.425217544, 6242921.44877709, 6328787.3805033285, 6398371.880048849, 6475615.443475855, 6488195.901837393, 6465227.084263332, 6452349.291720995, 6520215.375326431, 6514916.464338724, 6536908.629183252, 6588712.601246933, 6659749.918946238, 6758854.547051699, 6851688.635699941, 6916153.1661770325, 6942025.266138006, 6982253.675088253, 7063424.202738219, 7113894.774003045, 7145065.836435486, 7178127.115732334, 7261606.163194711, 7351607.946258538, 7416331.964631111, 7480251.507137503, 7550976.736437464, 7617001.999195821, 7727139.29729456, 7808076.144149135, 7791688.672588082, 7714515.003950123, 7652718.830604642, 7609739.212157388, 7621232.490241613, 7696137.069806777, 7773008.616741691, 7835157.072155297, 7908176.702888046, 7964577.899527317, 8029368.758226355, 8074799.972438068, 8046648.257111541, 7955421.272339339, 7926346.702431737, 7932434.285394839, 7935130.218189725, 7963885.767018888, 7999370.272042115, 8016609.879752665, 8071687.133794689, 8184145.267905339, 8165937.664795082, 8131000.692891327, 8119930.42226865, 8158763.14427456, 8189274.053593557, 8116392.520814223, 8114416.267916078, 8062280.53933223, 8077159.536961351, 8139677.327277907, 8177644.257853936, 8242110.789525472, 8280311.665367286, 8298352.385294128, 8284977.251133257, 8281344.453471077, 8233177.687139049, 8116714.825692206, 7991229.744072341, 7840826.839376588, 7722506.193979137, 7581127.373182189, 7476642.787102816, 7347273.769876407, 7227442.971953799, 7092451.898144744, 6952723.97494616, 6828718.9607352605, 6687931.14401285, 6564494.611785056, 6422041.437499978, 6306903.620260992, 6204878.186946678, 6093635.307279175, 5996256.710505231, 6018474.877213126, 5887765.689126531, 5771602.252692301, 5646036.097503657, 5567452.829213919, 5348352.630871582, 5182215.339899037, 5039650.779905173, 4892827.709689028, 4814403.336922689, 4679490.715791069, 4565465.994710319, 4472202.985608192, 4387388.655536405, 4301570.277554956, 4230995.471769488, 4035872.8726525404, 4009544.8796626218, 3980025.509357475, 3863619.2973252567, 4042280.141977078, 3948673.261750966, 3871360.8549256767]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y372", "yaxis": "y3", "legendgroup": "y372", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7687286.087627439, 7622104.120747438, 7536089.617044047, 7481661.201711474, 7459737.143449127, 7523549.691509204, 7510509.642179765, 7428024.6459198985, 7389235.823424864, 7379992.239200124, 7292069.666784341, 7273197.148035455, 7275912.824888321, 7307490.368779317, 7333792.318285929, 7372726.128208646, 7387347.6171914125, 7375754.6526635615, 7406979.494284424, 7439979.882690295, 7418907.67312049, 7376970.142884289, 7338905.789060549], "type": "scatter", "x": [-9437562.352325443, -9515415.952846462, -9634025.518854037, -9797789.740246655, -9822802.754833478, -9651275.246236945, -9538746.453708967, -9660108.358843258, -9822535.871803554, -9942016.598733418, -10179098.960922893, -10252343.036105003, -10300699.764657496, -10261686.935060812, -10268359.929226018, -10174111.19590718, -10191774.156084819, -10289890.487559382, -10232500.302109092, -10125149.637137331, -10254187.611244863, -10348336.022628741, -10488417.421295088]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y373", "yaxis": "y3", "legendgroup": "y373", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7899226.76882035, 7902628.120186538, 7902458.54361897, 7879187.8683715025, 7868023.433187612, 7848377.8709666785, 7843380.732520112], "type": "scatter", "x": [-8709415.511109803, -8690873.70796893, -8650535.832859745, -8663556.681909893, -8707164.625781033, -8826872.505217394, -8909016.07727145]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y374", "yaxis": "y3", "legendgroup": "y374", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7843380.732520112, 7839181.462011688, 7865244.9966615485, 7899226.76882035], "type": "scatter", "x": [8909016.077271454, 8869423.343820674, 8769033.87172548, 8709415.511109807]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y375", "yaxis": "y3", "legendgroup": "y375", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2036027.3903364544, -2065964.9137447919, -2091578.9294156886, -2046237.8028659192, -2021276.6179516858, -2014591.9270456212, -1976619.1514704837], "type": "scatter", "x": [17574510.593167335, 17498496.562817525, 17424101.805599097, 17432804.212502476, 17493082.311168086, 17527093.935098376, 17601618.097388446]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y376", "yaxis": "y3", "legendgroup": "y376", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-6065808.364266662, -6003738.648232279, -6029637.628965634, -5988174.326246752, -6034811.167329189, -6070967.199360934, -6101875.773620486, -6065808.364266662, -6112161.637358436, -6065808.364266662], "type": "scatter", "x": [-4539591.183019783, -4487829.7365831565, -4409012.554415234, -4388383.315023066, -4301671.183687819, -4302910.02938395, -4384326.658443794, -4439453.142217878, -4473897.7904995335, -4539591.183019783]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y377", "yaxis": "y3", "legendgroup": "y377", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5728729.523458968, -5762020.0689807115, -5775209.140307647, -5795233.044503476, -5843069.092821016, -5849889.37886846, -5793916.555292691, -5750403.580697834, -5728729.523458968], "type": "scatter", "x": [5336545.595819698, 5365212.195634847, 5429482.016134066, 5419052.981214029, 5366008.374305541, 5244374.059278274, 5278582.439397909, 5317640.15154925, 5336545.595819698]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y378", "yaxis": "y3", "legendgroup": "y378", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2151443.2976423274, -2131418.3046517735, -2166455.3717469745, -2229802.391015481, -2246460.4371808297, -2231467.208542599, -2178130.873556638, -2136424.8956092102, -2151443.2976423274], "type": "scatter", "x": [17336985.545463767, 17370825.928013436, 17387303.968226153, 17339638.70157328, 17270988.772283316, 17225058.645333085, 17242180.11103311, 17299984.37563476, 17336985.545463767]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y379", "yaxis": "y3", "legendgroup": "y379", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1327419.3798037206, 1343383.1014618278, 1339085.4372643218, 1247561.912459365, 1234041.3450299539, 1245103.758613853, 1278898.2027930443, 1327419.3798037206], "type": "scatter", "x": [-6114434.038870255, -6055810.900230352, -6035436.093237448, -6048378.424504997, -6132548.877937038, -6149362.888300561, -6117304.995503192, -6114434.038870255]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y380", "yaxis": "y3", "legendgroup": "y380", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2463214.041495974, 2452743.103543387, 2436570.5905237193, 2394232.0954895443, 2387531.130064903, 2361705.5995328208, 2342803.579537341, 2322557.187383288, 2339888.5487818466, 2373698.490041584, 2417705.7509511784, 2431149.6039961823, 2450843.780396901, 2474584.3337811073, 2485838.587232786, 2483605.0771111767, 2463214.041495974], "type": "scatter", "x": [-14982842.297134185, -14970832.143468317, -14963028.199567579, -14958676.589266317, -14964170.450632695, -15014085.522147888, -15053856.530639261, -15077369.131720008, -15093398.89753283, -15074777.618599705, -15069746.842216413, -15058435.722298138, -15032094.075634, -15027075.514480123, -15015912.634273503, -15009695.61741635, -14982842.297134185]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y381", "yaxis": "y3", "legendgroup": "y381", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2545750.37328806, 2531278.1598109407, 2522650.8561655683, 2548035.2503071316, 2557831.5048623816, 2565356.26112959, 2575682.4832721814, 2564234.731268999, 2545750.37328806], "type": "scatter", "x": [-14998717.908573136, -15014116.733955504, -15050736.199414253, -15054378.19730037, -15060395.324081765, -15057368.0777613, -15042612.409379283, -15014377.282677555, -14998717.908573136]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y382", "yaxis": "y3", "legendgroup": "y382", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2595472.1979722404, 2582455.3930625906, 2585952.2607629145, 2600617.2385890274, 2595472.1979722404], "type": "scatter", "x": [-15046289.801498136, -15056068.559367668, -15105699.820011796, -15090812.986423, -15046289.801498136]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y383", "yaxis": "y3", "legendgroup": "y383", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2660449.81147854, 2652726.4149538893, 2612964.7038775585, 2606014.467322344, 2607563.4671768993, 2611793.767163258, 2639073.821281183, 2643876.083330981, 2660449.81147854], "type": "scatter", "x": [-15133150.315186998, -15129322.549414217, -15122916.001543421, -15131795.895349553, -15137843.177754981, -15168991.8198373, -15166593.378073908, -15167729.801584689, -15133150.315186998]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y384", "yaxis": "y3", "legendgroup": "y384", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2720275.727847067, 2692300.909299257, 2680405.046297734, 2702310.403745801, 2711061.616233504, 2722825.659457254, 2720275.727847067], "type": "scatter", "x": [-15228417.37887968, -15242029.831119413, -15259950.062674114, -15280020.369592816, -15270186.700064128, -15249013.082142405, -15228417.37887968]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y385", "yaxis": "y3", "legendgroup": "y385", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3078360.011364437, 3073563.482413708, 2974643.9753647377, 2905342.7144556153, 2899395.386858324, 2968217.5118901604, 3002753.030937554, 3078360.011364437], "type": "scatter", "x": [-7366014.377026969, -7339176.607981216, -7336526.562730721, -7356605.07739311, -7381630.0300673, -7385215.693279794, -7410098.786528233, -7366014.377026969]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y386", "yaxis": "y3", "legendgroup": "y386", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3265891.523036351, 3275362.8327976293, 3271811.3889687075, 3241017.3042519535, 3222053.8926162575, 3265891.523036351], "type": "scatter", "x": [-7378526.341189496, -7331403.087141877, -7270967.5938694775, -7278473.615715295, -7386801.102063907, -7378526.341189496]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y387", "yaxis": "y3", "legendgroup": "y387", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3295480.91962079, 3242202.184506869, 3157881.6500451714, 3173100.1405346524, 3235092.3145259637, 3281891.8214109787, 3295480.91962079], "type": "scatter", "x": [-7257367.444314281, -7201388.947797134, -7244962.344338051, -7257320.858758122, -7235537.724203622, -7261781.556949914, -7257367.444314281]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y388", "yaxis": "y3", "legendgroup": "y388", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5559638.421645442, 5507542.558729444, 5493133.050406027, 5496063.499497827, 5451974.416031059, 5444946.578232882, 5490637.387829297, 5526585.263205119, 5559638.421645442], "type": "scatter", "x": [-5052148.6827584775, -5053125.796280278, -5003318.931043578, -4928059.242587056, -4990524.354635278, -5023821.15301594, -5100355.520497438, -5100383.239628776, -5052148.6827584775]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y389", "yaxis": "y3", "legendgroup": "y389", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5297794.782706924, 5409692.264757716, 5427486.033376821, 5491355.387991379, 5513874.094177135, 5560996.866964015, 5534858.580856863, 5540042.149731396, 5473644.812838701, 5368324.305513282, 5384490.970795174, 5366911.067975079, 5287530.613533018, 5297863.901562582, 5262390.913718339, 5234797.419611719, 5136491.089292458, 5099056.859998368, 5060694.1591436835, 5014701.687324955, 4987740.967474585, 4915906.7121432815, 4997120.682748521, 5025310.899150705, 4962038.560492642, 4895419.854461922, 4859810.709644819, 4887135.766965381, 4793157.713415355, 4786636.579577866, 4709949.397242047, 4671935.581449506, 4554039.662609181, 4473966.477640093, 4447422.674803194, 4417355.341632151, 4436948.613255924, 4493880.436891762, 4517474.445349832, 4600794.485234182, 4656574.3427458275, 4682850.512039228, 4722165.967722971, 4809073.437318762, 4818056.231470679, 4848125.470147197, 4853337.029463465, 4932217.633710095, 4990567.9852472935, 5120414.425525087, 5194265.880120605, 5297794.782706924], "type": "scatter", "x": [3786594.3134552864, 3823496.749147646, 3894021.492626388, 3904009.3825611905, 3968547.352143271, 4039540.1318668835, 4118409.732563492, 4195226.584893334, 4239581.540577662, 4271918.509473315, 4194611.5508104935, 4133665.8219177057, 4163674.890895496, 4080495.9484324697, 4097537.5177839226, 4153646.4656624985, 4229872.325708233, 4340403.384647128, 4371475.201625003, 4369130.641659649, 4384284.463636951, 4438045.186231394, 4415215.276672509, 4471135.776453149, 4520230.647107897, 4607640.116580828, 4547371.118834651, 4457445.372925108, 4473795.7151186755, 4532579.194928604, 4538781.108147159, 4619299.476630861, 4648726.05396478, 4692555.6340205725, 4693250.338343683, 4566926.225388668, 4436462.790587865, 4357779.38390951, 4267948.43694532, 4213996.532721592, 4193587.6730734385, 4216366.88892428, 4217920.094046202, 4202986.671275187, 4269647.7749149995, 4232933.353207984, 4191723.718136487, 4120961.4042758406, 4056086.176026562, 3918559.093934003, 3899463.2320247684, 3786594.3134552864]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y390", "yaxis": "y3", "legendgroup": "y390", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5860170.08082196, 5868987.0574342515, 5842692.304913535, 5798765.892527659, 5779433.382720879, 5777547.075619808, 5810567.895825829, 5860170.08082196], "type": "scatter", "x": [-4915703.880274105, -4883969.990367737, -4799570.802527417, -4746976.196607243, -4755839.619242896, -4794392.702576734, -4874591.047500088, -4915703.880274105]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y391", "yaxis": "y3", "legendgroup": "y391", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7073683.490793412, 7101623.532044835, 7099588.469539951, 7080500.907698934, 7031358.539399175, 7039328.392738406, 7067236.891482951, 7073683.490793412], "type": "scatter", "x": [-4994554.255936774, -4939026.50222728, -4916025.800718127, -4921686.3543292, -5000624.985034179, -5019534.4723916985, -5004728.399058749, -4994554.255936774]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y392", "yaxis": "y3", "legendgroup": "y392", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7107867.613903559, 7150592.735848582, 7149714.336309323, 7131793.379623701, 7080551.7060048515, 7082703.573414587, 7107867.613903559], "type": "scatter", "x": [-5182718.010355508, -5085871.34493043, -5003002.306645516, -5025431.890687018, -5157743.12889639, -5199042.927341053, -5182718.010355508]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y393", "yaxis": "y3", "legendgroup": "y393", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7556831.235377661, 7531116.096112072, 7526740.858631406, 7569312.229917984, 7617685.426273267, 7629587.945343427, 7605796.1125329165, 7568786.081017559, 7556831.235377661], "type": "scatter", "x": [-4115979.922491243, -4184616.43412412, -4252120.498705769, -4210061.766006819, -4122511.284904792, -4057452.657869101, -4047030.5384511724, -4094468.0908424957, -4115979.922491243]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y394", "yaxis": "y3", "legendgroup": "y394", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7747711.932461103, 7699493.848241983, 7669729.721689486, 7695457.822754241, 7686188.607181623, 7724179.204392245, 7750227.229023187, 7786424.880408756, 7762782.274054841, 7747711.932461103], "type": "scatter", "x": [-4955431.464661557, -4993697.57142047, -5077963.562737096, -5103701.100627608, -5162823.358788321, -5165231.198214151, -5071909.718395144, -4969116.930516383, -4958833.100984874, -4955431.464661557]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y395", "yaxis": "y3", "legendgroup": "y395", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8024066.121824148, 7992149.537091613, 7914036.722631344, 7856578.989303208, 7815807.064663378, 7776496.226273955, 7739694.203132659, 7732932.35034635, 7700501.914149086, 7669368.955226091, 7682733.605890091, 7705610.386868862, 7700471.301617804, 7671683.371968707, 7658909.659222938, 7650841.804989436, 7691001.2488736175, 7714057.876671522, 7704613.292597047, 7771132.4671009835, 7780014.641275756, 7794221.819253898, 7790485.980331557, 7804928.0831259955, 7824253.925568094, 7817682.599194744, 7819343.899935183, 7849707.335264256, 7882425.427845623, 7881283.8563199155, 7902705.863003259, 7963072.46523367, 7994798.322538051, 8042821.435834357, 8027645.83501614, 7990575.036915927, 8014550.492748078, 7974462.522617402, 8015003.556056228, 7989030.734452858, 7910187.687977805, 7943638.949074253, 8025132.84859411, 8036652.802421584, 8024066.121824148], "type": "scatter", "x": [-4876543.470392287, -4897376.330783779, -5038196.530875482, -5143366.67070043, -5142366.965130217, -5127882.846413662, -5203089.844095978, -5300471.505994904, -5328344.001382578, -5403589.843448021, -5473977.746082057, -5520278.814252229, -5590885.157192807, -5745638.9377946695, -5904741.75832354, -6015223.7555183135, -5961854.820522156, -5984895.017141861, -6051077.5674081985, -5970499.883867623, -5917065.998292564, -5807693.524557063, -5744677.209167816, -5647715.222465318, -5702276.925131158, -5823637.452517847, -5890744.611377551, -5847072.101431373, -5657348.887158905, -5735188.791141896, -5768961.030592995, -5581445.361554673, -5469862.087141048, -5226277.412992497, -5217654.574357965, -5331641.592985675, -5170572.747185753, -5201297.368799793, -5053588.502861871, -5072048.4805134, -5210790.672947937, -5112877.835920461, -4959822.663996641, -4892647.744453162, -4876543.470392287]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y396", "yaxis": "y3", "legendgroup": "y396", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8002487.117656714, 8044278.825239734, 8072394.619622448, 8077568.066106196, 8069183.481064294, 8026167.9074233435, 8004347.244058629, 8006655.787098313, 8008326.261386768, 7997675.067829758, 8002487.117656714], "type": "scatter", "x": [-3689105.92792885, -3666872.2123445626, -3614745.5386044867, -3583964.496625956, -3496481.848870943, -3491327.581700686, -3523092.4058864047, -3568388.494288786, -3615301.3885268755, -3683874.8869339116, -3689105.92792885]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y397", "yaxis": "y3", "legendgroup": "y397", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8047150.44563743, 8077982.972641945, 8085163.988116924, 8055399.09175564, 8034802.23606265, 8034252.124506727, 8043003.75190185, 8047150.44563743], "type": "scatter", "x": [6332502.088591632, 6279278.084658728, 6312170.026265284, 6470354.3990469435, 6540633.008369365, 6473276.749582954, 6353152.867991521, 6332502.088591632]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y398", "yaxis": "y3", "legendgroup": "y398", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8198714.184661659, 8179013.725772296, 8149054.387358522, 8155858.637016041, 8185718.66208577, 8210021.446488443, 8198714.184661659], "type": "scatter", "x": [6193435.329652594, 6369732.36639257, 6426883.512434744, 6334572.735399403, 6151350.551487539, 6075310.724989821, 6193435.329652594]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y399", "yaxis": "y3", "legendgroup": "y399", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8257501.861669314, 8254270.328591854, 8214937.395829408, 8159022.365151863, 8161123.551757202, 8143151.771436921, 8192392.622479554, 8243659.385523866, 8257501.861669314], "type": "scatter", "x": [5599100.623449717, 5717136.556174965, 6005055.719633493, 6166399.411450095, 6001907.466321442, 5989716.050280654, 5744375.5089463405, 5593760.89911197, 5599100.623449717]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y400", "yaxis": "y3", "legendgroup": "y400", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8290581.6607064465, 8300130.466498115, 8266308.757372156, 8228405.796514684, 8172662.717917509, 8164897.856265759, 8176997.535851931, 8220764.395141532, 8215025.982092921, 8272176.836068714, 8269889.357043782, 8294780.516219346, 8290581.6607064465], "type": "scatter", "x": [-3892172.7210678305, -3864659.4478794597, -3919877.1924183923, -4011540.5823780224, -4162982.9834654913, -4251295.2635551905, -4268074.2652955465, -4160238.6712700427, -4242292.398188785, -4098242.4616630124, -4061185.8577122833, -3936804.8280206947, -3892172.7210678305]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y401", "yaxis": "y3", "legendgroup": "y401", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8479571.884229412, 8440923.716429599, 8412854.185512722, 8385895.171043811, 8476379.223309522, 8483959.5239671, 8479571.884229412], "type": "scatter", "x": [3514089.5887374505, 3723098.4426043485, 3798457.675852524, 3670761.5718284273, 3470229.9160732506, 3474658.1611737837, 3514089.5887374505]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y402", "yaxis": "y3", "legendgroup": "y402", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8593778.451427286, 8608055.049418889, 8576057.489127642, 8512948.699701507, 8452399.093824657, 8443863.846188461, 8463557.90662641, 8489343.309137383, 8536934.903723864, 8549848.006848153, 8593778.451427286], "type": "scatter", "x": [2855129.517920744, 2872822.9198373104, 3039929.975755631, 3319264.6562585733, 3497135.8433810286, 3445568.5373530565, 3291546.0410403567, 3160537.9370241542, 2994757.116830379, 2911977.4500775374, 2855129.517920744]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y403", "yaxis": "y3", "legendgroup": "y403", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8566751.645313567, 8586312.479521828, 8590770.960181464, 8605286.857407147, 8608495.146245047, 8574547.171328785, 8548450.407638049, 8504960.260908067, 8483320.324042302, 8463188.57991381, 8411486.635491729, 8406484.608481053, 8415384.629742721, 8443507.844037037, 8468240.0387716, 8486227.000727283, 8485712.714062335, 8507956.67574169, 8537851.023974078, 8566751.645313567], "type": "scatter", "x": [-3012225.6842605607, -2926876.960284162, -2880848.73840729, -2846017.346718567, -2765646.120872786, -2834956.595946954, -2808371.178236994, -2905000.593104973, -2922504.0388891515, -3022704.476627154, -3222106.9963232195, -3299128.968030168, -3350713.504349038, -3312384.1118766046, -3242320.1113764322, -3163827.447859075, -3227450.0894210674, -3198253.9517157273, -3126627.051785967, -3012225.6842605607]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y404", "yaxis": "y3", "legendgroup": "y404", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8648075.129937489, 8659726.630870799, 8661703.427750759, 8671518.69236339, 8693818.25590365, 8690712.916317025, 8673953.542009134, 8706084.205882845, 8715450.134368395, 8721879.771401938, 8724284.149929427, 8718015.449580073, 8727819.88058296, 8724152.29024568, 8720473.153692152, 8715917.122780815, 8708432.414750243, 8692412.841984292, 8676459.809063239, 8650126.172254696, 8637670.73828547, 8623779.375512995, 8624100.98533799, 8585847.840326846, 8567687.558197528, 8514266.56967789, 8503237.209480125, 8489589.158076596, 8482389.32007731, 8473923.773706842, 8461812.588459559, 8428014.859960806, 8404228.723536588, 8384413.228290003, 8356757.568832555, 8335432.592929266, 8319172.844929979, 8321959.00726691, 8304332.069358765, 8260545.315171319, 8280768.356375277, 8269423.13871507, 8278281.624004496, 8282109.124715554, 8316921.545894723, 8333186.086011995, 8384419.55423995, 8389350.4678246, 8358898.268631461, 8404022.331031395, 8417360.197685735, 8444033.168304455, 8460304.41328595, 8483893.561208954, 8510033.560382387, 8543978.987768566, 8541162.80930284, 8534062.263151469, 8557835.492090117, 8565311.743596876, 8561193.220957356, 8583018.647625202, 8608659.281759711, 8626998.0866384, 8648075.129937489], "type": "scatter", "x": [-2608808.314233672, -2526769.115788577, -2487309.5096111903, -2399555.842692767, -2283715.295665408, -2261082.8623857275, -2287107.943606031, -2160412.941622473, -2094417.9822844018, -2026739.8863795227, -1940884.089122804, -1947336.3215461168, -1842938.7614931962, -1799135.9915827953, -1754622.966172846, -1698718.524145654, -1663051.8081568787, -1655509.941447886, -1695774.1148392607, -1827567.1725634364, -1927277.495302479, -1987764.436695653, -1923034.2830399855, -2084094.0103951336, -2177208.9578854563, -2355272.948756685, -2449040.2037332077, -2501777.791530038, -2621380.210458379, -2593955.2225656942, -2645644.6564692454, -2692388.1317384327, -2778649.374599955, -2878491.4776679366, -2955994.432164381, -3054791.5044946875, -3083989.0500578447, -3012039.623007904, -3047427.465619649, -3242855.6919994387, -3305101.037859233, -3446852.034945444, -3486560.503574853, -3553002.9890567376, -3476536.503343278, -3366786.3266682676, -3261770.443191927, -3227095.4082982745, -3200494.5622878275, -3142995.011018715, -3168394.877098985, -3071315.229948882, -2967402.928788376, -2896503.748392856, -2874045.150868618, -2793077.886142349, -2713028.753119308, -2706885.7337864395, -2592213.9714130894, -2642462.49237147, -2764513.4887889926, -2754116.228125695, -2698984.3611015347, -2673687.9590349514, -2608808.314233672]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y405", "yaxis": "y3", "legendgroup": "y405", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8692374.826083114, 8727353.54553048, 8724754.101302898, 8745897.763037667, 8751339.20952538, 8744227.775432715, 8698226.12182967, 8675256.895769939, 8672606.741011608, 8666706.889759244, 8655859.96624568, 8662570.25506081, 8641477.248076191, 8660223.67370493, 8638240.169099122, 8601893.587642018, 8625225.474864611, 8649188.66465322, 8637274.109459493, 8610642.850642247, 8565314.325614633, 8550403.887715377, 8539115.84110667, 8535973.028330237, 8487563.464381706, 8443526.535267508, 8365978.235897362, 8319337.85343251, 8316359.696399145, 8293444.212822862, 8254652.813520809, 8191393.413675876, 8184428.051771132, 8118971.045594753, 8113452.056701154, 8082026.147870482, 8054547.825308139, 8042425.790247395, 8042196.777335038, 7988707.607506045, 7953161.388074296, 7986210.52778164, 7964861.250092999, 7944819.218024836, 7895430.397027112, 7829507.62953782, 7813593.397880596, 7845377.151558816, 7892337.889119959, 7836804.601193931, 7793320.069444792, 7789792.094086197, 7785254.735243629, 7712268.159778196, 7645279.791055041, 7615662.935735708, 7615297.554101701, 7582072.378052645, 7490046.502633741, 7428171.930183856, 7424513.655040009, 7402677.53107053, 7381830.743436302, 7326325.077108757, 7262866.873553536, 7202903.464148522, 7129156.873874291, 7056440.169730291, 6978757.519317117, 6886089.613543432, 6880270.129792122, 6957892.827902982, 6958380.165541475, 7010109.301545636, 7101415.309028306, 7216139.007797368, 7275533.365445412, 7356600.994126248, 7438869.258199491, 7503801.476192295, 7534616.224350144, 7635619.959069611, 7667391.404129501, 7702888.211904119, 7768552.978685628, 7738891.104007072, 7726379.893153722, 7714363.83930416, 7741838.959919025, 7798539.579579145, 7842485.899017405, 7843673.030706487, 7821758.311373363, 7873913.291102432, 7901781.7950658845, 7890352.880848847, 7910476.64732093, 7985285.264701712, 8014804.659694254, 8069015.129512128, 8150679.176004704, 8180111.790275335, 8211549.975237241, 8254969.671698802, 8260330.550207343, 8257361.976777328, 8251949.320445872, 8275337.6254258435, 8320988.83450963, 8343545.892044935, 8347315.908050022, 8365791.312588466, 8394533.800511647, 8421579.410268052, 8454647.572367422, 8487184.464197794, 8511488.506464811, 8535191.761832183, 8561164.10639604, 8605759.437282786, 8612499.6845245, 8640457.16358005, 8656597.425483985, 8666146.110604241, 8666683.881660745, 8647709.490230829, 8681091.835433982, 8658497.574867336, 8653686.56326658, 8633676.847269317, 8666694.174804403, 8692374.826083114], "type": "scatter", "x": [-1251775.7070099025, -1099223.9424589914, -1014766.6923195978, -947070.2204077543, -851953.6600604273, -666531.7456421162, -553077.3862424265, -622778.7337213928, -730512.5122685132, -886072.4665047711, -885098.8640083869, -778187.4639043608, -713797.3724427932, -641866.6437128739, -636782.1579677718, -698829.6999115808, -604836.0540893124, -448489.6967900351, -368882.4505600084, -364445.68266887846, -511691.4944942836, -537815.3956134279, -647268.0503311198, -574306.9736072039, -641189.1735094391, -694717.0569855833, -737143.3162606609, -715446.8963517128, -777530.011036615, -854371.3363020995, -801341.0997721232, -822405.2347368962, -870732.6095811758, -845909.676739457, -945637.9759142508, -909396.31421746, -936666.8444427389, -1006173.7120533859, -1069538.72512657, -1038376.4912665671, -1054373.493012435, -1131115.539827744, -1166224.3823816907, -1112488.6208162531, -1072601.9841499422, -1082565.2695311273, -1178515.2266340572, -1202114.736656742, -1239474.2550017552, -1250565.8254829368, -1330300.7154403864, -1198912.5323537043, -1131191.7841837807, -1300921.2170603394, -1475709.7966016056, -1647356.3568519382, -1706793.8849554167, -1781292.0731708915, -1909981.5374673104, -2066854.439690469, -2108322.256731978, -2197524.847902866, -2293012.4372238927, -2377676.3721718322, -2417924.5975114387, -2484821.670818868, -2629097.424225168, -2647993.471298748, -2721877.2874385053, -2808059.740270942, -2902695.9496476906, -2950654.4163770913, -3077851.2108034585, -3105094.1713117403, -3083610.8194814767, -3104818.850581405, -3088886.144620238, -3031668.593770067, -3041674.1391517916, -2964410.3319627764, -2973645.99593279, -2826759.8773147785, -2717349.4051450402, -2663712.4244688693, -2590904.659274938, -2677926.616525318, -2718117.084321685, -2776390.6423662794, -2812386.7987142, -2757304.0422915826, -2691416.860852003, -2644252.4503831537, -2565148.4712347286, -2596642.66862, -2610245.8761364035, -2671023.608674575, -2688897.926349459, -2550363.8488564966, -2543865.762150424, -2513808.7834887225, -2460863.415162182, -2474689.226974024, -2429670.1975654233, -2474900.101245403, -2552067.6247672, -2664626.2325667175, -2772397.994547015, -2777985.519169633, -2762267.8111520973, -2619106.895580157, -2535640.138970054, -2662258.4780885843, -2687934.903607929, -2626283.6689524897, -2422889.4495733357, -2230027.7673300863, -2167256.939693016, -2205072.895436221, -2119276.346151827, -1912271.3845675457, -1853682.194983633, -1802378.254885044, -1697740.0185258207, -1590261.4948740017, -1503716.2863055074, -1511636.8287810225, -1371448.14669081, -1348469.9176503643, -1317531.0684460518, -1291999.5030044483, -1302763.3763561593, -1251775.7070099025]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y406", "yaxis": "y3", "legendgroup": "y406", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8065137.097484921, 8068254.176881935, 8051078.2521371655, 7999086.571171893, 8054206.952530927, 8065137.097484921], "type": "scatter", "x": [-4784162.568561799, -4716737.620086407, -4722369.2386565935, -4880777.997851273, -4825266.945307974, -4784162.568561799]}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "Equator", "yaxis": "y3", "legendgroup": "Equator", "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "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, 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], "type": "scatter", "x": [-18040095.696147293, -17675649.318447348, -17311202.940747403, -16946756.563047457, -16582310.185347512, -16217863.807647565, -15853417.42994762, -15488971.052247673, -15124524.674547728, -14760078.296847787, -14395631.919147836, -14031185.541447893, -13666739.16374795, -13302292.786048003, -12937846.408348057, -12573400.030648112, -12208953.652948165, -11844507.275248222, -11480060.897548277, -11115614.519848332, -10751168.142148387, -10386721.764448442, -10022275.386748495, -9657829.009048551, -9293382.631348606, -8928936.25364866, -8564489.875948716, -8200043.498248768, -7835597.120548825, -7471150.74284888, -7106704.365148933, -6742257.987448988, -6377811.609749042, -6013365.232049096, -5648918.854349152, -5284472.476649207, -4920026.098949262, -4555579.721249316, -4191133.343549371, -3826686.965849425, -3462240.58814948, -3097794.210449535, -2733347.83274959, -2368901.4550496447, -2004455.077349699, -1640008.6996497537, -1275562.3219498084, -911115.9442498634, -546669.5665499179, -182223.18884997265, 182223.18884997265, 546669.5665499179, 911115.9442498634, 1275562.3219498084, 1640008.6996497537, 2004455.077349699, 2368901.4550496447, 2733347.83274959, 3097794.210449535, 3462240.58814948, 3826686.965849425, 4191133.343549371, 4555579.721249316, 4920026.098949262, 5284472.476649207, 5648918.854349152, 6013365.232049096, 6377811.609749042, 6742257.987448988, 7106704.365148933, 7471150.74284888, 7835597.120548825, 8200043.498248768, 8564489.875948716, 8928936.25364866, 9293382.631348606, 9657829.009048551, 10022275.386748495, 10386721.764448442, 10751168.142148387, 11115614.519848332, 11480060.897548277, 11844507.275248222, 12208953.652948165, 12573400.030648112, 12937846.408348057, 13302292.786048003, 13666739.16374795, 14031185.541447893, 14395631.919147836, 14760078.296847787, 15124524.674547728, 15488971.052247673, 15853417.42994762, 16217863.807647565, 16582310.185347512, 16946756.563047457, 17311202.940747403, 17675649.318447348, 18040095.696147293]}, {"showlegend": true, "mode": "markers", "xaxis": "x3", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "Cities", "yaxis": "y3", "legendgroup": "Cities", "marker": {"symbol": "circle", "color": "rgba(255, 0, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [6030382.747337068, 4868916.118288842, 6462220.823923416], "type": "scatter", "x": [-9510.293029056536, -6243708.301484751, 2630276.836193227]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y410", "yaxis": "y4", "legendgroup": "y410", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2585989.5700474842, 2512682.315077377, 2424104.5648436295, 2371509.551136701, 2394917.290357897, 2497147.0516897575, 2603248.838577057, 2675337.528500709, 2718945.040094402, 2719758.485574542, 2653763.593621349, 2585989.5700474842], "type": "scatter", "x": [-406925.32622217276, -402857.4523526726, -462454.1215505949, -590115.8602399862, -684472.9325315229, -614691.9151251108, -634105.5646278813, -535489.538298218, -481581.97512767615, -428084.9765334901, -365738.09512863617, -406925.32622217276]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y413", "yaxis": "y4", "legendgroup": "y413", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5386571.689417589, 5386107.334766999, 5409081.737126597, 5431816.083299076, 5432628.690122356, 5417743.065554191, 5398504.093975174, 5386571.689417589], "type": "scatter", "x": [-1654824.3063491709, -1695399.194809474, -1683751.7725227654, -1651989.0948221483, -1605472.06117372, -1580396.1203923929, -1620062.4274068337, -1654824.3063491709]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y414", "yaxis": "y4", "legendgroup": "y414", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5438990.947681924, 5443992.281747006, 5467519.6872740965, 5474759.608578238, 5450934.790834835, 5439527.577344741, 5438990.947681924], "type": "scatter", "x": [-1379623.0007685013, -1381957.5330373142, -1370912.9132261754, -1339911.3714156244, -1345986.5790121271, -1367373.5729702883, -1379623.0007685013]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y415", "yaxis": "y4", "legendgroup": "y415", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5490748.71642786, 5473018.878175339, 5470925.540886865, 5485178.925673704, 5497553.175702266, 5506768.281037867, 5512107.086149273, 5497821.384927811, 5490748.71642786], "type": "scatter", "x": [-1237954.8969246526, -1278596.3126267875, -1317288.013632444, -1335722.6241492059, -1308045.861159428, -1266048.1641496576, -1220994.7953335915, -1229211.3440020864, -1237954.8969246526]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y416", "yaxis": "y4", "legendgroup": "y416", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5291546.884506332, 5319013.118668807, 5366116.473744347, 5383367.91391743, 5395619.537097478, 5417799.764090061, 5447107.832499908, 5467035.4443502985, 5468588.230266588, 5442058.98376893, 5422316.732499039, 5397240.770818531, 5379089.135351359, 5373790.851963058, 5353028.846455624, 5338513.641779952, 5318656.463413607, 5296065.876327345, 5280163.142479568, 5254854.410281214, 5230534.399398397, 5203345.085741097, 5186031.564732498, 5185843.681202351, 5200460.9240927575, 5223379.445639132, 5261274.451898525, 5291546.884506332], "type": "scatter", "x": [-1720488.417394221, -1708118.080103657, -1671952.8410013432, -1612336.0580836541, -1558618.418437246, -1509801.0481381014, -1491928.4018676637, -1455100.384222049, -1411948.0005412025, -1423929.2993279106, -1460825.688567509, -1462856.5873876833, -1499026.0354320728, -1539658.2253930564, -1564371.4084388895, -1589923.5026037656, -1593702.9373365238, -1600689.906069842, -1573924.0591237824, -1558696.3574509278, -1559967.6567043306, -1595292.5129969164, -1638121.266043382, -1669457.1611594076, -1699079.6297847936, -1691040.3492242044, -1715492.8142216878, -1720488.417394221]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y417", "yaxis": "y4", "legendgroup": "y417", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5643796.900118525, 5628439.126041137, 5631610.901570788, 5652193.564641622, 5668526.425532499, 5659435.865925354, 5643796.900118525], "type": "scatter", "x": [-1224207.686482646, -1251655.557567315, -1279672.2193045386, -1292767.5601675585, -1246497.609925351, -1221941.5005875318, -1224207.686482646]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y418", "yaxis": "y4", "legendgroup": "y418", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5640412.255499401, 5627084.166557629, 5639738.652176977, 5657050.771966527, 5656648.333228927, 5645771.639672144, 5640412.255499401], "type": "scatter", "x": [-1160140.5643314624, -1190805.1247778668, -1201426.299549428, -1187541.7087456372, -1173265.5435420873, -1151286.4184674525, -1160140.5643314624]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y419", "yaxis": "y4", "legendgroup": "y419", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [544619.9881363482, 511319.77643372514, 483137.0501098156, 470740.39247159543, 507802.56514052866, 532810.3349908061, 577486.5217502366, 584865.309792196, 544619.9881363482], "type": "scatter", "x": [-5539066.871863369, -5519954.368587424, -5518405.778435242, -5537458.53500688, -5569418.667656505, -5594813.635698797, -5583590.939543863, -5573064.809691503, -5539066.871863369]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y420", "yaxis": "y4", "legendgroup": "y420", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1107930.0995770735, 1064763.8551354357, 1014615.2767889436, 980021.0672377053, 1014472.50608596, 1014282.5414990406, 1058485.2355226097, 1122595.681415418, 1137991.2753757068, 1122867.9554450312, 1107930.0995770735], "type": "scatter", "x": [-5909066.103410471, -5896418.463809357, -5891542.225397005, -5896491.608488966, -5914432.313488467, -5927154.301774201, -5934717.720045451, -5935028.194065206, -5924656.983314629, -5913040.005710071, -5909066.103410471]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y421", "yaxis": "y4", "legendgroup": "y421", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1785454.2451568577, 1735167.241637904, 1694387.5443976866, 1615578.797050623, 1561617.648762357, 1524936.2170711309, 1485239.53192463, 1384690.472199229, 1310931.2013920716, 1295617.6276589853, 1246339.5964125774, 1223410.8229183294, 1182375.082503464, 1105505.5466099593, 1089174.1559427732, 1110650.6056319696, 1140023.0554950978, 1182510.4963899308, 1246369.6072966866, 1264696.972598652, 1309857.323197942, 1348948.5137072, 1393565.7199159623, 1458757.235964201, 1483860.2015459815, 1556205.7254763814, 1590871.2309916907, 1671579.1994726202, 1707266.8315393135, 1711038.9353063882, 1765664.619344215, 1755011.1974110082, 1774979.6232375565, 1760118.1604822676, 1775612.6001142797, 1806251.5786151239, 1807173.2546644688, 1828813.6284532873, 1825882.5339935059, 1817545.3543501385, 1787746.296146528, 1785454.2451568577], "type": "scatter", "x": [-5812585.908024942, -5803101.08176103, -5791010.449678774, -5789014.749773335, -5796848.302031273, -5773511.194588624, -5775737.959516959, -5781962.777417058, -5785031.028041993, -5776435.395328292, -5769227.932726575, -5781868.343293178, -5763946.1748701725, -5758234.656477948, -5770208.757945658, -5793286.25345203, -5812983.4487175355, -5827566.529768127, -5864768.37897327, -5828754.179031603, -5828261.730855245, -5839877.999430121, -5836005.932638585, -5818399.78197801, -5831121.415822966, -5837490.347592259, -5834124.62766837, -5848386.310110207, -5845282.765661677, -5829411.612833055, -5840780.111027585, -5871418.0139532015, -5876685.8164161965, -5888316.943079974, -5897882.967646671, -5898031.495967144, -5880221.5358971665, -5862878.544360215, -5848583.8890143735, -5834331.631977692, -5820610.4823285565, -5812585.908024942]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y422", "yaxis": "y4", "legendgroup": "y422", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3181848.663487059, 3143873.841989432, 3089005.0128842653, 3098362.8698311285, 3060074.9625285417, 3040462.5485081994, 2990246.357560893, 2997801.099961032, 2941619.3903105278, 2886183.985489123, 2880595.2264292273, 2829638.9747787123, 2764723.0062614083, 2698147.5121095353, 2708672.2535354006, 2745935.4618095174, 2812367.541468301, 2832138.8122219946, 2790959.9981898884, 2812817.8978836797, 2832277.319312802, 2883563.7102273093, 2912139.509141162, 2976876.7606355213, 3007209.8376829983, 3017423.1154388688, 3054421.6385862017, 3079295.5967912828, 3182693.2855623984, 3212322.7642131397, 3216246.410850173, 3199278.964838223, 3181848.663487059], "type": "scatter", "x": [-3295970.31917858, -3362085.4772429233, -3450515.087350522, -3400666.547196323, -3388743.7050722716, -3427451.629706185, -3409962.718472804, -3373823.786401657, -3352260.6173666506, -3415124.5128900385, -3372916.6325960085, -3402503.2302250564, -3429266.243140529, -3505693.4272700106, -3528803.566470768, -3546124.664966521, -3482422.8733721823, -3486223.9074137383, -3594694.230164094, -3617987.2164237443, -3556146.134244486, -3580334.802534311, -3628691.323308932, -3703273.4301705244, -3688177.250944564, -3639351.793036888, -3636577.897367383, -3561510.3683941546, -3407274.8043194846, -3342309.327728617, -3283901.1199427135, -3268914.1953277597, -3295970.31917858]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y423", "yaxis": "y4", "legendgroup": "y423", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4865860.314803024, 4824110.914626104, 4781927.648294532, 4756344.265183925, 4742451.647696257, 4708326.812124587, 4713972.236952767, 4764345.582771464, 4799985.555553487, 4798617.404212678, 4809379.882806487, 4845468.05458937, 4874636.71620215, 4875719.406011276, 4908006.492071598, 4940237.5572412135, 4920129.367954012, 4896271.787392888, 4891328.71321425, 4865860.314803024], "type": "scatter", "x": [-2676548.878046315, -2704937.379289083, -2728599.538860397, -2775193.3774926458, -2761966.060149058, -2788878.7302348507, -2827109.946202138, -2814446.2356075463, -2773190.4117542603, -2831537.527395903, -2889294.4551871396, -2832484.4371498986, -2846107.645238869, -2794320.366240483, -2714935.544963431, -2621302.7960890997, -2626967.6380230165, -2670658.681569069, -2652903.320529315, -2676548.878046315]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y424", "yaxis": "y4", "legendgroup": "y424", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5074058.714863651, 5074358.007545233, 5017210.083029564, 4973470.154656236, 4951624.611160099, 4930462.307161733, 4882347.238610519, 4820829.99547451, 4784687.777110818, 4717522.145077053, 4726331.225379284, 4645453.081557415, 4602512.31698958, 4519992.196150441, 4485315.578081892, 4447566.910757191, 4410565.203946212, 4463159.7358757565, 4553755.578818759, 4573197.891739048, 4542442.570945737, 4485259.8937561745, 4427632.235663737, 4402054.908357054, 4324572.137110963, 4285822.605270344, 4332609.9507377, 4440538.382916403, 4354299.105798447, 4291108.347454073, 4264525.954205438, 4355417.937427454, 4442772.86175494, 4500628.145885939, 4508841.896035911, 4573240.568420406, 4633858.685159465, 4617630.5562499305, 4677001.741913636, 4714838.410270084, 4737292.78960265, 4695550.521429426, 4656157.473666179, 4682739.302163525, 4701637.943467139, 4725793.666893236, 4754491.249414111, 4779826.86996376, 4834427.550313988, 4890453.981837422, 4889822.022131328, 4938523.683062688, 4957657.854824774, 4987205.821469631, 4984601.82829924, 5013634.214405204, 5091922.01488516, 5142704.664307078, 5178343.505363057, 5205349.227464731, 5201115.973968354, 5226780.514175566, 5262960.32886473, 5276066.089570944, 5271334.883999618, 5238799.825558317, 5230400.00607462, 5197468.1714434475, 5208752.983688274, 5182624.042730753, 5118256.674733895, 5095955.957973011, 5074058.714863651], "type": "scatter", "x": [-1902400.921326662, -1854549.354970017, -1889821.7658859137, -1926288.1342379628, -1969467.3460805, -1927477.5673548512, -1979629.6816490737, -1988267.44277501, -2015541.7256012466, -2091851.1128122108, -2164490.879496588, -2190251.1490756157, -2183517.893468734, -2241753.5068260864, -2216128.710273126, -2286012.1687338348, -2427835.077534712, -2413540.818019535, -2353352.5019535534, -2387480.908563326, -2443756.3069396894, -2479637.071809783, -2496448.610902145, -2512586.7312264, -2588861.96958588, -2660900.2175953146, -2662960.7097014105, -2637278.0123910643, -2690432.2948262766, -2724322.414533757, -2752379.635717928, -2770133.2432745267, -2753929.8442147216, -2727208.1526434626, -2695072.5559418285, -2667795.056325985, -2640079.8435314996, -2668052.623132346, -2716837.4461812405, -2691444.325240227, -2612293.6127058994, -2590774.3871515905, -2553481.313779987, -2522811.437748466, -2469590.239408094, -2357623.0534326877, -2317557.270118093, -2288391.0408469895, -2257373.5919261933, -2243150.6805405878, -2211564.394196984, -2157843.0723742833, -2159239.3189314143, -2130237.073897353, -2164446.1351994514, -2189376.0549423094, -2182900.788675535, -2157804.019094498, -2144243.4937796122, -2107764.3038656972, -2058990.6530673457, -2059261.9675085475, -1951970.542165177, -1856610.1694730797, -1812334.5376548932, -1779819.6389800308, -1850375.4386340582, -1914956.769716718, -1826769.0634427215, -1774140.919211428, -1875226.2851706527, -1944748.2385266114, -1902400.921326662]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y425", "yaxis": "y4", "legendgroup": "y425", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5381249.257307725, 5348662.261643858, 5313080.447640423, 5313363.2827363275, 5327890.900586771, 5326708.79604668, 5347218.035528766, 5378503.8745621145, 5389364.12260298, 5390474.318832911, 5381249.257307725], "type": "scatter", "x": [-1743636.7707214737, -1751218.497034431, -1778810.0016465976, -1872977.3046121583, -1891891.8084173773, -1968858.8760008109, -1961602.3454430948, -1866496.376412194, -1813731.5258867035, -1770096.7052104743, -1743636.7707214737]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y426", "yaxis": "y4", "legendgroup": "y426", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5445459.617503238, 5474872.279651128, 5464840.399946464, 5442680.753918458, 5417473.518332423, 5407463.913709061, 5412382.832444594, 5378155.710933298, 5360021.975616397, 5379661.374917753, 5398591.327025716, 5418930.778370159, 5474787.041549179, 5480791.450981532, 5445459.617503238], "type": "scatter", "x": [-1870407.6244502128, -1795029.7280234362, -1751256.6790867203, -1779801.1388088148, -1774426.1114813667, -1806262.0838906812, -1853073.691394014, -1904944.6444330958, -1999164.403842996, -2032127.431095729, -2018107.7212573132, -1974157.409290463, -1880126.6987855649, -1844029.4761433487, -1870407.6244502128]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y427", "yaxis": "y4", "legendgroup": "y427", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5594803.946468539, 5584494.4990708595, 5570555.093514475, 5563757.42121314, 5567456.940144792, 5612893.426054769, 5644992.3678431185, 5665891.799849966, 5668938.547018784, 5643029.462637187, 5701891.048784212, 5719790.96713441, 5702342.85365335, 5690941.911116701, 5656689.65205159, 5632005.847952085, 5608626.456967327, 5631784.924396463, 5622034.612694395, 5609018.820258658, 5602180.690476308, 5594803.946468539], "type": "scatter", "x": [-1489560.5134964113, -1479491.8733641522, -1492004.8609781463, -1544316.3418035868, -1588747.6085946315, -1574260.1540508787, -1591064.969957201, -1575485.514828202, -1541864.1120136005, -1521327.114217929, -1480194.3729426737, -1444816.1988476957, -1367791.4133310746, -1351312.0732458662, -1414992.4711028282, -1492472.777593241, -1516835.9661385124, -1406250.705429129, -1377194.3346374072, -1397732.987593442, -1449602.7491845312, -1489560.5134964113]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y428", "yaxis": "y4", "legendgroup": "y428", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5778201.831495753, 5754807.516599253, 5729009.710375654, 5712770.04009681, 5697505.135198696, 5701153.173011075, 5710747.720435754, 5721664.342286866, 5744635.8426711215, 5763903.537932827, 5778201.831495753], "type": "scatter", "x": [-1289699.1176972757, -1244327.0897779558, -1208883.1646711468, -1227806.249288463, -1228421.6930300568, -1301950.2447308027, -1326720.2230386909, -1320151.0674287959, -1336876.167095129, -1329030.2267527883, -1289699.1176972757]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y429", "yaxis": "y4", "legendgroup": "y429", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5769400.819615212, 5751225.402155035, 5717219.100746357, 5703317.614102071, 5686660.292836834, 5703669.370321296, 5736849.561792022, 5753021.709848592, 5751423.494960657, 5790139.582533372, 5799086.111759607, 5832659.931040367, 5826145.529506839, 5815363.762380403, 5802274.986086639, 5812452.846712222, 5769400.819615212], "type": "scatter", "x": [-1461937.6301159738, -1503143.2756321172, -1545789.555259912, -1587039.257571757, -1642324.6284642743, -1648818.8261125246, -1677149.6723368464, -1720552.8041432346, -1760380.6947176442, -1753612.6611945252, -1704473.0838126359, -1612103.4492040745, -1584191.4412286626, -1533864.3346526043, -1491511.0920547491, -1420267.6223888504, -1461937.6301159738]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y430", "yaxis": "y4", "legendgroup": "y430", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6336603.229812965, 6331260.291851107, 6330098.584348115, 6334017.350923641, 6338603.7895815, 6342648.257246471, 6336603.229812965], "type": "scatter", "x": [-739406.3218588191, -784044.2520240798, -798375.5705500601, -768655.5413026433, -728721.3401238895, -689946.1350294474, -739406.3218588191]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y431", "yaxis": "y4", "legendgroup": "y431", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6194863.141749758, 6185281.9990524445, 6176400.501438361, 6183445.631707089], "type": "scatter", "x": [-1527402.946911184, -1565321.6725524224, -1601233.88545781, -1575534.426439719]}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y431", "yaxis": "y4", "legendgroup": "y431", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6209052.508173624, 6200550.520641853, 6194863.141749758], "type": "scatter", "x": [-1471173.2834815513, -1505475.824437847, -1527402.946911184]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y432", "yaxis": "y4", "legendgroup": "y432", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5742335.388095287, 5721173.76655926, 5697488.582025142, 5651943.989444928, 5662235.978469414, 5690924.984571335, 5713136.7121497495, 5734013.640504669, 5750134.175283204, 5756940.567598292, 5742335.388095287], "type": "scatter", "x": [-2758139.1430144478, -2795030.3165134597, -2857431.1076627346, -2949748.7486677677, -2931590.03068349, -2874192.672033179, -2827248.4150019046, -2783986.675208182, -2746870.359837518, -2728615.983880945, -2758139.1430144478]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y433", "yaxis": "y4", "legendgroup": "y433", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5418181.905104834, 5385643.983147276, 5339569.682892947, 5304733.4907378005, 5314526.766261721, 5382340.545215085, 5404954.392232527, 5444316.040904366, 5460011.865439936, 5495825.507068872, 5525708.6090736715, 5531275.20844842, 5494398.484188082, 5471624.616849601, 5440808.779075903, 5418181.905104834], "type": "scatter", "x": [-3351281.811472237, -3404736.9650285495, -3474499.8766625756, -3529768.6213798635, -3518717.5340855964, -3418445.434621792, -3381439.9022450605, -3319080.845760356, -3291958.6580632175, -3234758.438724176, -3181197.5007752576, -3169374.7669964773, -3229722.5281993994, -3266328.401910246, -3313181.8064652313, -3351281.811472237]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y434", "yaxis": "y4", "legendgroup": "y434", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6352014.53159882, 6350995.262250559, 6347864.744954325, 6346036.859147793, 6342130.686926457, 6343118.026697105, 6347800.823041038, 6350031.714495551, 6350577.590068763, 6354330.693651155, 6354664.100106793, 6352014.53159882], "type": "scatter", "x": [-406312.4092651485, -439345.71465968096, -468195.63143991964, -512312.40784372855, -563620.2450121992, -561672.6881291127, -528040.9109204652, -486393.9207548331, -464561.1930901148, -421838.635208908, -408780.5140680798, -406312.4092651485]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y435", "yaxis": "y4", "legendgroup": "y435", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5585941.290965252, 5565529.498436693, 5534799.349404621, 5522066.364686733, 5513254.25460064, 5533091.190073988, 5554193.802647001, 5578750.036228463, 5569967.061116103, 5583799.92114481, 5585941.290965252], "type": "scatter", "x": [-1144718.1382535193, -1169444.8449270304, -1220696.351852563, -1274958.3365397016, -1321401.9969851675, -1302516.104870671, -1259968.6342651334, -1243846.7949953396, -1217844.0870564538, -1185628.7814961716, -1144718.1382535193]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y436", "yaxis": "y4", "legendgroup": "y436", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1015107.1325138352, 1031657.5278659186, 1086084.5418996431, 1024175.8355878446, 998702.191971997, 930038.8814151605, 931603.6594432833, 968293.63636467, 986129.0700335666, 1015107.1325138352], "type": "scatter", "x": [2831185.013976207, 2886356.5388032645, 2943840.6134989937, 2908555.8638037313, 2925966.1769030704, 2861899.8743874487, 2819718.6232322645, 2788035.917064003, 2828529.9024170637, 2831185.013976207]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y437", "yaxis": "y4", "legendgroup": "y437", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [856440.3598687656, 822298.016983346, 784913.0498932254, 802858.7657515616, 801149.9880838419, 850303.9880296446, 824099.5380067823, 844963.4480436345, 851842.9110463379, 832693.3105425315, 856440.3598687656], "type": "scatter", "x": [2308146.5673685037, 2306256.4394576023, 2189822.2827696754, 2186260.802081724, 2079748.1134543458, 2084165.7766021143, 2138295.8854454397, 2201042.593789022, 2264076.2608165313, 2266938.5525744706, 2308146.5673685037]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y438", "yaxis": "y4", "legendgroup": "y438", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-3187181.2799528902, -3212612.6235616584, -3258568.446129281, -3353236.514213811, -3381530.3617361397, -3425426.0359662087, -3456991.403478859, -3422520.773803341, -3454697.528232406, -3507797.540927866, -3546004.6142539154, -3575953.829974975, -3646735.396715692, -3755035.5592939444, -3881747.775439866, -4049179.41663207, -4166070.3785678498, -4266301.680822041, -4312927.082919218, -4374101.90165239, -4376798.700760009, -4379767.687902431, -4352276.657087905, -4291361.382586432, -4246082.638498141, -4196583.104598586, -4136719.8738597305, -4107261.5650496446, -4082126.9049390946, -4007183.808721059, -3954923.0079917377, -3926748.40179394, -3884440.74815302, -3814578.4408564125, -3756932.2202360765, -3700796.4231744735, -3679067.4696618146, -3641219.8132282984, -3612270.841634455, -3594218.0876753805, -3525168.625828962, -3441547.1519668866, -3387471.504778787, -3356983.1611274965, -3350021.561804928, -3268798.1034200653, -3216707.94641492, -3164672.8167140773, -3187181.2799528902], "type": "scatter", "x": [4739372.075080803, 4750152.835481027, 4754628.377679808, 4740774.891065921, 4748250.391192203, 4730545.585785437, 4711602.436407806, 4701668.378995847, 4681937.3351511, 4677780.918830129, 4661390.969669917, 4636667.516834969, 4610860.77045918, 4552645.9971975405, 4479710.812023038, 4379859.952364206, 4308783.557967379, 4238746.581488108, 4174371.271965465, 4098765.388138858, 4066520.617892134, 4021176.457855919, 4018011.889402285, 4040788.004957833, 4038572.3460544827, 4052556.104416998, 4086290.8536359277, 4125657.4324746123, 4135014.0721390387, 4191227.32784173, 4214648.499567177, 4209250.259525408, 4210446.569095617, 4226097.251732388, 4265479.594495935, 4289675.734932778, 4328360.568720059, 4374854.990067471, 4406476.193375926, 4439406.412260775, 4493664.6409242265, 4566598.1823034985, 4598542.342240459, 4597097.493753478, 4625448.173921109, 4678341.2641328955, 4690747.515822882, 4722306.53461086, 4739372.075080803]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y461", "yaxis": "y4", "legendgroup": "y461", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [285264.176792378, 177034.59550293608, 126745.1224821123, 57231.65145346684, 107812.7001922171, 236510.5905355776, 417024.15977097594, 401106.9249638821, 358821.07183124346, 285264.176792378], "type": "scatter", "x": [6258757.78207108, 6270250.780517835, 6266772.376206709, 6253999.199545977, 6235352.393378224, 6211510.438955589, 6192530.483054519, 6215112.5766316345, 6234983.724625898, 6258757.78207108]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y478", "yaxis": "y4", "legendgroup": "y478", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1229906.7691455935, 1266830.912586836, 1193931.5945682505, 1048901.8892893605, 1052565.1778330137, 1013345.5349367978, 1039863.882137923, 1171159.3041745855, 1231943.8276728634, 1229906.7691455935], "type": "scatter", "x": [731099.7998758433, 769099.3688466208, 827512.5843099786, 831579.6114498469, 792112.3458394574, 760910.3766851263, 725720.2201851532, 709794.7226095658, 684741.1845265704, 731099.7998758433]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y479", "yaxis": "y4", "legendgroup": "y479", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1417296.980479001, 1462630.2225269335, 1371255.303819868, 1285399.0163458064, 1304500.2944454188, 1375901.2022574535, 1417296.980479001], "type": "scatter", "x": [714660.8401775975, 762123.4280719922, 786499.173159387, 768734.9231666772, 728938.0886727003, 702433.8180417657, 714660.8401775975]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y480", "yaxis": "y4", "legendgroup": "y480", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2842749.630902689, 2795231.0659370963, 2710409.19019253, 2760136.6015607785, 2800636.3393102866, 2842749.630902689], "type": "scatter", "x": [763667.2274755656, 793197.2050255782, 771774.7005174056, 695966.3207314707, 680063.3384682148, 763667.2274755656]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y481", "yaxis": "y4", "legendgroup": "y481", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3047195.4282669798, 3053210.235291354, 2948946.5746884784, 2960559.699904828, 2958615.7604174255, 2878280.787859428, 2790250.228703337, 2782399.5797603554, 2652195.311160718, 2635634.5641648187, 2519648.6480220985, 2479275.919214793, 2460508.4653555853, 2394619.078281883, 2363962.0073029366, 2310734.8032373306, 2255808.2845593668, 2256868.0641902694, 2229971.1146803778, 2251244.6533023026, 2203794.9218409406, 2217968.0134527395, 2180296.758085883, 2202947.723088871, 2307520.669001087, 2327784.67117084, 2349087.536136969, 2391001.2264406937, 2419939.8800400314, 2476670.512817561, 2543071.326184173, 2530527.366089254, 2589403.8465655264, 2654548.9251009664, 2675212.910571768, 2703148.439504114, 2747070.512716349, 2775558.2361982646, 2729730.7834201045, 2826320.0957300435, 2878599.583647442, 2979505.3211366786, 3056792.7355207233, 3047195.4282669798], "type": "scatter", "x": [-244981.00324139965, -174457.8623105066, -243686.04248636664, -182123.13219019902, -116851.38380074596, -135349.67176236163, -194638.74690798085, -130362.89179224534, -72012.28197371488, -27914.01065459477, 12325.649270645385, 31603.595727979126, 113555.26279287941, 106884.77585857526, 72456.67496172003, 101131.87799544714, 38825.75953725863, -55547.102147601494, -176608.2616578691, -208780.1381411318, -257953.66840335898, -323024.8280429455, -375832.3652365764, -412083.04005711473, -300899.51147908013, -237372.17871786817, -344973.09439632576, -361307.30244495126, -287770.5082239416, -321056.87568766094, -303636.5367153403, -205548.76028117954, -193105.57728732034, -234361.10398415304, -311236.77762652736, -324327.63101847214, -297827.42973310803, -316302.4273805994, -354163.11073105875, -349136.4454321568, -375178.92426217225, -343333.5010787924, -290663.45225914824, -244981.00324139965]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y482", "yaxis": "y4", "legendgroup": "y482", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3825868.6218455876, 3769972.136355103, 3702675.96240288, 3641628.2684854814, 3599558.058852158, 3589771.8451204943, 3613850.8624063, 3667126.1967145875, 3697159.228902835, 3760282.302597261, 3760831.3232424227, 3786850.390742575, 3826202.4494099743, 3875890.1232321323, 3875376.7722724685, 3803764.1234933445, 3839546.3472959036, 3805839.0531297904, 3841868.6163913836, 3825868.6218455876], "type": "scatter", "x": [-640090.242934351, -666844.8504342827, -633012.2572849009, -711957.1566127866, -866605.771169119, -912942.9499671997, -969806.1019511711, -1086304.831204005, -1025208.4390135015, -1101919.1807507281, -1017363.763924049, -1007991.7382754568, -1087927.946758267, -1032870.278377264, -964435.9590115154, -923888.40370657, -840194.511845326, -795398.040632594, -709417.7936293903, -640090.242934351]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y483", "yaxis": "y4", "legendgroup": "y483", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5956348.393626221, 5968051.104409702], "type": "scatter", "x": [2289858.978129187, 2259153.7176700113]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y488", "yaxis": "y4", "legendgroup": "y488", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [155410.29629379357, 124629.26793258038, 151979.13962475094, 140339.6319030758, 171806.59344878022, 243752.93406538162, 258332.43815185362, 226986.23032668504, 243002.2146700344, 193887.7619699895, 201859.04209161518, 203349.51474889743, 225150.22022102034, 200914.20943632865, 161777.733446232, 138990.50423308776, 117444.42845446605, 136480.14356026956, 75390.51783833822, 25105.55649333636, -8458.072361299985, -105414.97267940728, -121557.60402883655, -62812.04327443983, -12432.761745736872, 63927.7277821172, 39349.977519923355, 92464.06941897175, 105308.96013771466, 18313.498593255637, -19049.450495576013, -106668.42757297924, -141083.44405421332, -187420.07004860867, -231047.1942227185, -303689.99754724867, -353911.0789944103, -350909.4319221926, -326656.8592982749, -381450.39597111265, -438205.5520946482, -426266.5737997939, -489510.54993145086, -535652.4267152309, -620745.4145969946, -707565.6577599978, -730278.0432308501, -772243.9081718739, -839736.4853614414, -933261.7094563241, -985359.4458428541, -1005404.9986561476, -1078539.4230823952, -1131193.9531269588, -1206247.0829244892, -1193434.626790846, -1223183.4610749902, -1298133.0678363438, -1324150.0278505886, -1380151.1415326688, -1509642.7154395003, -1557029.0228195537, -1576120.175423419, -1632052.7456168083, -1826441.0480782134, -1865298.2049300524, -1933126.6177192656, -1980054.982825855, -2022300.1575585557, -2112138.620982911, -2209146.288122696, -2178214.910140062, -2263831.2503484217, -2387970.270793949, -2462401.9707220597, -2508053.709877623, -2524025.9989284663, -2646647.916106868, -2697187.147431039, -2826237.907714675, -2973098.340202158, -3025124.904846016, -3056671.7975434368, -3097075.9286915637, -3222988.9300890374, -3282367.5955883856, -3415884.2137573585, -3456644.4947152357, -3530894.9350619605, -3605897.701944171, -3653923.438035127, -3647106.3968578395, -3698825.32942727, -3854352.0243046754, -3967907.759717985, -4016081.4101194306, -4036176.7797107147, -4132955.885302538, -4197055.019947209, -4267688.220916651, -4271807.262954381, -4307294.705409593, -4269467.567719863, -4241510.477722796, -4248232.711216004, -4228330.685269034, -4241724.132712237, -4280269.864933119, -4326962.866104109, -4371251.706598986, -4432990.041328261, -4457332.35083035, -4468117.51480727, -4541887.6275774045, -4559980.927045398, -4564305.75540235, -4606847.686311044, -4617573.211861774, -4639907.371293726, -4631539.976572914, -4591627.38842203, -4577667.483571939, -4515761.409094905, -4491487.364118974, -4432793.576452657, -4463092.815386571, -4565322.638452036, -4601918.052259861, -4651524.986040007, -4678414.351898378, -4716980.682276111, -4692513.187404201, -4628924.527390331], "type": "scatter", "x": [-6152740.912149247, -6140555.779345058, -6109516.237400848, -6096620.27605819, -6090435.051689291, -6069380.946836754, -6044012.858927339, -6025331.5968282735, -6018659.772405449, -5996565.427648033, -5960861.7325225575, -5943207.924799728, -5916217.604159534, -5905424.964594189, -5902102.917725798, -5916203.962466425, -5922199.568467428, -5944799.281452086, -5942922.259832786, -5953542.945103076, -5979362.939270859, -5980159.516499116, -5964029.697716053, -5943579.348172555, -5948115.442476089, -5935298.020731579, -5882291.237078522, -5877528.027655493, -5857717.770245752, -5859116.1500647785, -5832317.177138176, -5817491.812906217, -5822228.306802981, -5785174.9102648925, -5737125.378291671, -5719749.423981, -5686875.865302466, -5654977.643317725, -5649852.084978933, -5588697.924969467, -5527872.613205328, -5576370.08718497, -5567313.798879, -5527385.478774306, -5495278.805023804, -5498786.190360368, -5470134.578769571, -5451863.589642943, -5420051.351629484, -5392910.798616493, -5397279.133770597, -5375638.670552981, -5349286.507194721, -5329179.917370323, -5257935.343882333, -5249572.011821764, -5198103.274368132, -5131439.600367515, -5110191.588940245, -5063397.005664904, -4998104.406852701, -4989429.9606764, -4964913.558831167, -4951628.202786908, -4919463.2391136475, -4881852.987378738, -4881340.729483941, -4935568.954526797, -4913597.811216471, -4785784.769708637, -4782060.9868180975, -4726576.981638442, -4631015.617614155, -4500955.111279723, -4460863.782941018, -4472063.745866971, -4380091.799005892, -4218583.359849583, -4092851.260991835, -3962293.3045040453, -3844718.507831834, -3774690.44895731, -3697775.53469344, -3663168.07796804, -3623825.3323615496, -3604082.0147206895, -3625179.8658984806, -3663973.830329848, -3771934.839261869, -3811886.048438344, -3862319.059562241, -3883222.6770584774, -3894952.817192267, -3855893.227165688, -3848634.6728071487, -3843472.7385663185, -3860728.927418982, -3844456.896664668, -3892949.703527722, -3878958.1352547095, -3929678.5221167696, -3930519.0104175434, -4012684.427070363, -4117231.8347327113, -4154138.356754707, -4224028.174532807, -4278531.40115163, -4300413.136738319, -4282604.769650432, -4250919.062199443, -4224122.008896165, -4219408.447283517, -4241528.595681198, -4234943.966329929, -4251768.050319537, -4269750.654988517, -4250555.877729052, -4259564.279420387, -4251833.986239021, -4283618.9505702155, -4332470.950375073, -4354580.030702862, -4423761.913228632, -4455569.706803748, -4514500.080237132, -4490077.680389945, -4382333.01816535, -4351520.022269368, -4296992.44527471, -4272414.882390513, -4245377.506260764, -4281458.846373023, -4355338.85461719]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y489", "yaxis": "y4", "legendgroup": "y489", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [44246.72254420517, -29010.165648980186, -119162.06921117197, -132905.326251582, -233356.71223170232, -279090.20121370564, -321991.14933666564, -351787.56471695565, -389399.76806245174, -368852.56259562116, -390894.74730475503, -441443.82525901863, -428287.7835929161, -465502.40194759937, -466110.6927426371, -456672.7101061033, -499609.40828724613, -540530.7717126069, -590020.4080996113, -585194.1645696673, -681139.6286223205, -696879.216649137, -771502.9338564606, -748206.2238575292, -801647.7492329531, -843599.1362474597, -859892.76823224, -909243.3184885232, -1026013.655930006, -1050429.8719159528, -1127493.3980125717, -1231115.2387192436, -1317149.8417549783, -1381828.1723609616, -1617282.3037636003, -1838858.9995601343, -2002421.1289337159, -2019724.4414348037, -2115480.6279840185, -2210545.677629921, -2399428.1693738764, -2587375.167771541, -2627046.3890291224, -2726292.5688373507, -2855635.0223112595, -2995322.4565428654, -3162223.8209427604, -3311977.730116044, -3453559.6949280724], "type": "scatter", "x": [-6186834.978404158, -6184258.245505973, -6190413.250770557, -6198404.888998308, -6201777.233487644, -6211125.757431453, -6203912.009479537, -6216787.965518514, -6230310.043540294, -6241947.001062624, -6248803.696010204, -6249744.528317378, -6258050.580920941, -6256052.955179581, -6271283.4561162, -6282421.162732949, -6281518.923668841, -6288728.691082595, -6291407.277416048, -6297386.552146398, -6291785.369409844, -6294238.447236605, -6281379.290328378, -6276292.797023614, -6270042.650674402, -6275976.05763022, -6285811.714746341, -6285209.60239955, -6267491.38830884, -6268019.819636154, -6250662.23859728, -6227467.896582217, -6210657.839370581, -6195217.857024445, -6139460.265652268, -6077292.254839369, -6024631.426895544, -6021500.938847818, -5989019.421438407, -5951366.792898215, -5867764.884733293, -5773350.917997004, -5757423.881474986, -5704028.53318114, -5648727.818786228, -5586243.138771034, -5507911.088696812, -5428182.170917809, -5343207.720338378]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y491", "yaxis": "y4", "legendgroup": "y491", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5078150.828091139, 5100653.434384172, 5111324.435100689, 5098626.698947377, 5115007.974715671, 5129822.530998061, 5129049.044389696, 5118652.995346653, 5102362.291237409, 5092047.5446320595, 5082425.433589698, 5065245.839001807, 5070471.110036924, 5091135.438709179, 5078150.828091139], "type": "scatter", "x": [737830.6195429162, 748043.8246144406, 765411.2413426635, 790078.9290586788, 777103.9541541855, 774139.7386358825, 809582.4515968792, 818298.2397395332, 813713.4071296076, 809111.4504202206, 820969.2001360031, 819537.5118609356, 786318.1500276396, 768530.2270984018, 737830.6195429162]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y492", "yaxis": "y4", "legendgroup": "y492", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4769920.885208958, 4849981.704911763, 4871939.147271141, 4926899.880604544, 4998248.205097764, 5046179.0155945895, 5082969.138783063, 5111303.640011218, 5102969.675627007, 5081496.5074865725, 5015247.333256377, 4953981.745662017, 4864813.5155960675, 4791002.340159422, 4713635.704471619, 4666726.598451321, 4646079.128866036, 4631599.162521992, 4590065.318044304, 4614076.372022363, 4605337.385115261, 4637489.746747428, 4664677.640119248, 4697748.28005908, 4774407.860244796, 4769920.885208958], "type": "scatter", "x": [1439330.808904915, 1404505.3273975006, 1359632.0193734327, 1346602.973507808, 1332128.236532749, 1354126.4577553654, 1335983.5001226224, 1342102.8623589743, 1388549.1353720224, 1413499.6554279749, 1424353.4171656286, 1431685.1114945188, 1474989.3635877806, 1538685.1624152625, 1595201.600388471, 1671835.8309723106, 1782138.8124277699, 1778095.953138523, 1698226.9884853319, 1654819.9044505921, 1592979.3624239897, 1544988.8833472289, 1548636.3408419262, 1501921.0612016772, 1466880.8684323665, 1439330.808904915]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y493", "yaxis": "y4", "legendgroup": "y493", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4949904.151648287, 4907639.574106125, 4887400.473591753, 4887816.462347952, 4906195.289191474, 4902764.302921877, 4931188.242640618, 4959468.366602144, 4948122.146771306, 4971693.496602515, 4964686.638988456, 4949904.151648287], "type": "scatter", "x": [508631.66396384395, 508951.040840217, 460382.6852351728, 397749.79645081115, 384065.99661009473, 356762.0387105413, 321218.7053783208, 365329.7799769072, 399910.4335163107, 404555.1856950097, 458192.9428297608, 508631.66396384395]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y494", "yaxis": "y4", "legendgroup": "y494", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4788124.107458555, 4748556.538372504, 4757337.557863485, 4778667.87657941, 4798820.058578791, 4821586.295691742, 4797095.53404585, 4788124.107458555], "type": "scatter", "x": [563094.0476008727, 532060.694361496, 483286.1947235124, 488354.1153447068, 462792.34768406523, 498000.2437307344, 522385.78206919634, 563094.0476008727]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y495", "yaxis": "y4", "legendgroup": "y495", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4880302.741191451, 4905232.602103329, 4911622.77471294, 4891148.832648824, 4850932.151151912, 4813813.879062329, 4759137.880351691, 4742250.380438208, 4679733.3576612715, 4672471.582381603, 4710850.7077, 4739707.03464284, 4756673.639799389, 4813553.484863279, 4868328.645624249, 4899195.23757333, 4875767.298714033, 4880302.741191451], "type": "scatter", "x": [299616.0080153343, 296893.4728972047, 323068.1139328554, 358277.3087804231, 450114.9581455983, 413671.9957424013, 427500.84131885786, 414079.19353303703, 429763.6387476943, 401484.0155764153, 332570.70262132055, 344211.7584826004, 302503.0688868003, 240403.787315265, 208361.95487760767, 252920.97630720065, 272366.3159783508, 299616.0080153343]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y496", "yaxis": "y4", "legendgroup": "y496", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [44246.72254420517, 90075.77710070314, 153686.9497872624, 166109.47130904827, 186378.90010078772, 228284.46602169194, 281933.3733131721, 299447.48471507826, 276961.80259849486, 274705.0370757915, 283193.7250354445, 268518.5972146579, 190399.85266790458, 192952.09244383962, 186564.32626418065, 207006.85062977095, 273844.05598561134, 264607.2671640288, 288230.93583345745, 337854.1486330792, 366600.80576261756, 391978.5899740012, 403623.9906812627, 415276.543693516, 396174.95326492586, 416938.47232079785, 467853.3281305673, 499034.02365110605, 509333.572860779, 532435.464236294, 570449.0789413751, 610702.9372519187, 641732.976819726, 673189.9281467274, 704520.5915504358, 673334.2766247963, 661486.5529758116, 700400.9848929513, 727363.8476180587, 753988.3402931221, 782590.3606817053, 805264.550333228, 819649.2604843135, 834033.0321641791, 839855.5267174807, 888534.507334873, 952114.9154480614, 995899.7423158534, 1048410.1074617192, 1118052.5470446413, 1126552.2085172317, 1103470.346641475, 1106004.812015753, 1144727.7722064734, 1157024.3457913883, 1169315.8132258058, 1153255.943304624, 1186036.2640352843, 1214502.1878821221, 1255467.9161195154, 1291337.7659702604, 1326653.204739537, 1370603.3552636884, 1405981.5404076881, 1449048.4790996753, 1516162.4818938116, 1675780.5493946974, 1732996.0210945918, 1800271.3288319712, 1823436.578783792, 1832116.6175577412, 1850036.4244908614, 1911419.5384324787, 1968307.3971646968, 2058830.6902872757, 2110803.095081975], "type": "scatter", "x": [-6186834.978404158, -6190454.198063625, -6187320.855690111, -6177683.35742637, -6182260.340780502, -6181020.6353392955, -6186953.446638567, -6196934.377495593, -6206700.950551205, -6218476.987968729, -6223087.690914881, -6228118.000468024, -6227250.030713658, -6234222.800730354, -6238962.913646243, -6248009.320687488, -6242469.327770233, -6247184.564905424, -6251796.592899657, -6248982.658170302, -6254300.309899028, -6256314.464633615, -6259412.253880414, -6262422.630975332, -6266236.645248042, -6265446.055742746, -6268952.29299079, -6268009.172118509, -6263707.609618916, -6260377.698359855, -6259488.147496527, -6260398.406863571, -6261695.169819196, -6256901.479546776, -6256068.857852358, -6260977.522047527, -6267307.512958258, -6264244.042428143, -6265138.670926626, -6262381.177728195, -6256337.531799923, -6248868.1328503685, -6248562.994931453, -6248209.441802514, -6242323.587962645, -6238256.337218976, -6232593.703859499, -6226276.79987478, -6221314.151179012, -6212805.660694498, -6208462.556763094, -6211413.092740283, -6209283.756191801, -6202271.71660184, -6201863.274260149, -6201408.134822306, -6207833.560709242, -6209436.966736308, -6207925.213498574, -6203587.529692608, -6202473.91358447, -6196901.411481572, -6191949.849987591, -6190386.230571234, -6183808.297174503, -6170530.1727346135, -6133652.408699924, -6120414.121800723, -6105923.081659134, -6102976.8083074745, -6105886.255409589, -6102886.510070876, -6085907.19519654, -6069490.24390819, -6040640.272335871, -6023302.429921784]}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y496", "yaxis": "y4", "legendgroup": "y496", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5150623.968428737, 5188394.894259338, 5253479.588570089, 5299563.05838509, 5327605.476174966, 5331816.577414233, 5273225.938632681, 5216076.847205266, 5219652.919594777, 5259686.565072004, 5304017.751060744, 5308242.4968809765, 5404673.77873817, 5441473.6395612415, 5507669.826077178, 5552906.782392867, 5568902.950438305, 5616124.427188535, 5644560.543470955, 5695296.414436629, 5709447.7834313875, 5732360.6868358515, 5761101.724432326, 5787795.997120832, 5833767.43029882, 5863356.152610123, 5884640.225902083, 5917621.519163626, 5945474.409485988, 5998799.310703107, 6018269.080992286, 6052369.259475322, 6074630.820461424, 6109757.391746793, 6130559.774600344, 6145454.7393150125, 6137814.186476354, 6145463.959028416, 6160614.370467279, 6170552.3167795725, 6184229.176669823, 6190133.938262626, 6189461.63287913, 6176784.038090206, 6181443.556559495, 6195765.841542206, 6201328.66222738, 6215493.300032422, 6202937.476392654, 6209512.311414167, 6219520.317024765], "type": "scatter", "x": [-3769279.4634931353, -3715406.592441587, -3618394.316999509, -3547172.198998546, -3503249.594516121, -3495019.6365556265, -3578264.4576129043, -3665080.979769288, -3656957.6934862314, -3593540.932627984, -3522434.427503094, -3516920.532176694, -3369729.757826544, -3310140.5359890284, -3205257.044217457, -3120694.670748253, -3084236.2531709694, -3000777.4813551484, -2937727.8973554424, -2836648.6845732257, -2800251.6999606043, -2751296.8485604273, -2692359.332322069, -2620826.417175097, -2511982.992616604, -2425603.57301341, -2381582.4650423103, -2312909.13526131, -2244021.3842851445, -2089383.6654705468, -2036154.9726680587, -1938022.8710786293, -1881113.174403115, -1766390.9575217117, -1689358.5286169224, -1649269.1146585587, -1694459.6963402436, -1671427.9841418967, -1625980.2229768017, -1598889.818359328, -1553330.7084652584, -1519460.321006969, -1496316.038044914, -1532159.8502931218, -1507251.3771846127, -1472904.274641352, -1469639.6670566073, -1427927.0752647978, -1486091.9591512736, -1466845.3916290745, -1426082.1017779475]}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y496", "yaxis": "y4", "legendgroup": "y496", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6250688.02987816, 6248741.639756558, 6259629.568826505, 6264088.394808862, 6267625.217433311, 6277143.675737936, 6277915.608441673, 6284131.553288006, 6291654.053429292], "type": "scatter", "x": [-1281944.7396191836, -1287528.195643278, -1236828.3828944599, -1213414.0306238807, -1196583.79754878, -1144132.8539822923, -1141254.4499968563, -1104810.4544787165, -1062843.7325434503]}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y496", "yaxis": "y4", "legendgroup": "y496", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6300607.707443352, 6300276.144655034, 6306751.909377104, 6316854.203972203, 6324064.708042362, 6329161.055055137, 6329216.366038275, 6333882.056640854, 6330248.824590848, 6323245.74675902, 6318871.98320744, 6312996.310974206, 6308702.158862196, 6300670.206987308, 6295425.036208251, 6287972.108109218, 6287180.250044246, 6290507.06463968, 6282375.768866082, 6287184.555580584, 6296481.406833554, 6300076.323651361, 6304147.433517837, 6314139.118323554, 6321060.3243432855, 6320087.381433924, 6321095.62690831, 6309843.424500608, 6292189.371143068, 6287180.323543732, 6293150.3706001, 6278609.976970622, 6277990.612224299, 6281533.406691362, 6279564.666405214, 6279105.893679488, 6281412.348974401, 6270740.711790601, 6261199.9826289695, 6247069.990024673, 6237753.676547144, 6223759.663737729, 6215957.4501247285, 6196213.279950127, 6191229.111207665, 6171238.928555509, 6163719.46848543, 6165337.978853005, 6158755.787858698, 6145656.504500363, 6149548.709989046, 6138334.0728637865, 6127552.07454798, 6110933.271589022, 6091946.662870208, 6084920.799931207, 6068566.046927746, 6053692.063796375, 6041713.905289449, 6019936.913964724, 6001481.147336454, 5987535.003954559, 5974128.876444656, 5956412.158331895, 5935761.800005007, 5913564.903670371, 5889624.238316174, 5879587.881760214, 5868520.847854121, 5865281.189510937, 5855053.701290518, 5827327.978099046, 5808539.234251357, 5803461.985043148, 5784260.53629306, 5779611.390180651, 5759535.289234268, 5730993.937925308, 5686943.3283794075, 5660413.816764526, 5643448.646512335, 5611642.866072723, 5631070.244383051, 5593091.163163036, 5542266.570136112, 5528704.562186279, 5495680.21265883, 5484134.429918343, 5512702.124620707, 5506658.570712961, 5483998.466416701, 5470503.826720345, 5449717.5895028375, 5417458.705470607, 5396731.28902218, 5349013.988978588, 5321033.152878215, 5289974.502905786, 5310018.590696543, 5296912.196144334, 5255366.280546571, 5226125.578926228, 5237779.903532967, 5220234.762834584, 5242464.6752844695, 5281762.076476906, 5315302.283548571, 5342704.374754911, 5340233.492123248, 5313203.499202168, 5283218.98638152, 5224613.701126986, 5226193.5789797995, 5183474.863425351, 5148646.817006134, 5149131.640180876, 5102000.861943253, 5080376.5632516965, 5033547.850414078, 5040042.70730648, 5058981.817239939, 5099773.922903694, 5069632.4654039405, 5035423.549591273, 4988848.647644665, 4966473.245576959, 4958599.871472432, 4920409.860143759, 4901249.423167598, 4912583.958914331, 4936778.8014363665, 4972705.868045628, 4958069.238704786, 4944050.1185465865, 4931988.649174239, 4930464.062743189, 4962555.661873334, 4964112.795456384, 4937980.135983381, 4962194.222493673, 4959340.148325845, 4939832.8048342895, 4915952.853639063, 4865219.705400051, 4815158.210577, 4756846.351798111, 4705053.475641709, 4672831.459369753, 4593765.44748799, 4542527.085502365, 4494150.209248027, 4439360.958530803, 4381501.889642537, 4325860.474741926, 4285633.665555522, 4237388.405080556, 4163910.188463215, 4067260.055225163, 3953046.975244921, 3948839.885999015, 4000261.2343204794, 4121801.6436205064, 4178197.2410758217, 4157835.6473032422, 4168010.1804411886, 4195998.559834575, 4240888.9650174985, 4313529.829841168, 4393705.377255203, 4422938.698505264, 4487417.960681971, 4583918.623155179, 4579079.247534876, 4520699.732673243, 4489257.957848151, 4483882.888978684, 4440723.846578666, 4374719.854755888, 4343031.685967433, 4292934.245869285, 4239736.172427704, 4147912.979866201, 4112867.923870463, 4053124.8278896585, 4052604.7895924635, 4103826.254367116, 4119035.301757574, 4037452.159182813, 3912702.7802693387, 3794937.3114065225, 3758602.691690841, 3679380.612451667, 3610460.86883854, 3546524.8147773067, 3503587.094043388, 3424290.2428150293, 3391976.329206621, 3349839.159768103, 3254174.417962035, 3243342.5618140264, 3234750.280925403, 3253900.750067074, 3224034.615208365, 3263407.5621400545, 3348427.084625112, 3397307.372640849, 3425538.1918504755, 3396653.8998915227, 3404731.503365842, 3350539.1874241764, 3318720.0325181154, 3301203.4190679416, 3348917.8481992497, 3343766.4068987765, 3302017.222126513, 3232944.752944104, 3209642.256776668, 3110050.553116965, 3035809.9370979206, 2948441.8469945313, 2903943.5677983984, 2966756.082647536, 2902064.680401618, 2849013.3319592224, 2834019.4437372885, 2859819.8772774707, 2860458.9307419416, 2839327.311505516, 2873558.072391137, 2946732.5753331333, 2954365.5518594896, 3008621.311910392, 3038517.760642542, 3004905.041830957, 3003642.539711464, 3013174.1271377155, 3028467.673739692, 2999537.674509602, 2987415.711225319, 2943704.3576192358, 2886442.968205803, 2868103.21939732, 2902908.175921436, 2872538.036898377, 2851546.75660233, 2864366.379209728, 2884955.89103186, 2899412.5082594506, 2912814.4091488463, 2931956.5259641893, 2941475.4138350585, 2898098.308139043, 2870373.6553844996, 2901678.879067458, 2927371.6845375523, 2936344.081638808, 2925745.604529632, 2909932.3904185416, 2858879.6213650764, 2824650.954052206, 2849265.8472215617, 2862777.514380471, 2897260.149472606, 2843704.531560806, 2818388.807937047, 2785984.865614604, 2766807.8554204907, 2723372.5648424258, 2730650.6344733583, 2774853.2197918426, 2828651.151807672, 2902738.0265074484, 2874989.8841596786, 2813009.927739069, 2854265.1800564826, 2797969.050264104, 2715897.2113012713, 2697624.006644764, 2663683.7508496707, 2571800.4810402626, 2535891.760183365, 2556507.764708835, 2535619.328488072, 2552721.1887048935, 2544189.908949, 2521864.8028232427, 2516585.4227898624, 2501817.777636758, 2472791.792608227, 2418602.751471705, 2349779.1501599927, 2258802.387409708, 2174834.6315927943, 2136166.6984617217, 2009331.2678132337, 1950123.0623715948, 1917105.8570683761, 1874129.2200754988, 1877551.8040183187, 1913033.199007791, 1960484.3285550342, 2000029.5991915094, 2103154.7858130364, 2193892.5034580664, 2235746.0385820377, 2284079.1527699917, 2345729.935940089, 2455799.9982738574, 2487732.486200235, 2497289.2850143965, 2510207.640916199, 2573385.0305302097, 2624457.048576166, 2668127.4074604944, 2720045.565805863, 2750948.819147054, 2757856.3490998326, 2727014.006449716, 2693868.8557868036, 2666977.1137520615, 2665184.1936035794, 2695606.366712833, 2697958.5378695093, 2735862.537483768, 2815954.958705969, 2847886.1108522844, 2902034.344236469, 2926336.6071265773, 2947962.537094563, 2931700.9431279227, 2944914.125556116, 2932609.393493465, 2907060.476907059, 2850805.624756474, 2808614.070544719, 2770913.266514947, 2716879.1697546733, 2665090.7451124117, 2555036.767224324, 2518147.8809890486, 2462390.69476892, 2404326.5242387583, 2326573.3101485004, 2226892.7283754814, 2164382.255061887, 2100247.811340949, 2020843.2550885763, 1961599.643363895, 1940442.2402782482, 1909320.024027086, 1886042.067887633, 1868349.0555094536, 1871713.1666558667, 1911777.4693522828, 1982898.8305467593, 2000060.9618279783, 1988309.200667046, 1954271.4518526779, 1905283.0999678606, 1881528.5292802008, 1849957.2695235016, 1808097.2637078778, 1782130.061470489, 1739192.8632244319, 1713660.804512298, 1682064.2174827876, 1623852.5547503417, 1660757.5131482277, 1670282.2194001304, 1656668.9198033311, 1646237.2127010175, 1622197.359465649, 1591081.2055329154, 1572227.025140951, 1544875.279267501, 1532709.7595218797, 1492281.171434299, 1478263.1094781784, 1484975.8759272161, 1463568.3658148206, 1429367.7371936913, 1438547.624310302, 1408418.7178613204, 1401825.021506971, 1406385.2171788742, 1392404.5603168327, 1379873.0415642438, 1376182.534728294, 1342939.041109695, 1320646.578261593, 1313758.2401789888, 1317928.0905650426, 1296093.4588978624, 1276981.9296918984, 1265210.2498459518, 1262719.6538238365, 1225395.4445754157, 1214867.886786359, 1181073.808040904, 1144606.0360137844, 1110802.8591772025, 1070847.3224371695, 1066394.5087635492, 1048063.6942305216, 1008058.6422884053, 988223.8739595424, 955941.0261390175, 915971.7072485699, 888653.1962293525, 844588.9213030776, 843520.1654559755, 807966.2733559257, 779145.5361448578, 765928.1546024254, 737694.8261499124, 713730.7246423175, 695522.7112632481, 648188.8967188634, 588746.2299456128, 522402.750069828], "type": "scatter", "x": [-1006750.6723721209, -1005611.8803504409, -960724.6311892754, -896405.3517302801, -838827.2037687423, -796367.5225025744, -782200.0209333773, -731897.8076936393, -737971.4690329703, -764859.8677961758, -768958.6796356958, -806172.9064549553, -843875.668063548, -868175.5320513503, -905219.8509783873, -930984.7924720951, -907394.4154669584, -875935.5437708868, -896929.5100906731, -869670.892685683, -828304.0967449078, -820943.9291334753, -778176.8285250412, -715829.3935241749, -641841.3700022683, -613110.7401964979, -542887.5972169952, -596171.7275188464, -680568.094677275, -715652.3053754788, -724095.7547465112, -814089.0161668154, -760121.7542342567, -697275.4346160846, -653770.7135843975, -603285.1058450824, -540113.3710877465, -549538.8173816166, -617649.2775739648, -652578.7679955155, -646588.956835628, -668551.7489713319, -699320.8933431708, -749152.7516379287, -783066.1832233105, -812786.1874023043, -871403.7122597765, -915614.7962600621, -921391.6435198267, -979407.2796861475, -988730.4044457853, -1047336.8202609471, -1075146.3866986185, -1159892.59756902, -1226175.6228100935, -1258047.5769209536, -1289186.9093132077, -1354374.2404926668, -1396311.8902021549, -1468165.2497845762, -1548069.6987795266, -1585199.8928872412, -1580209.3929486705, -1590688.6403020069, -1639898.5149254615, -1644756.9430812222, -1665466.1268425318, -1715691.5193944941, -1714518.8159667875, -1680900.6971017933, -1705595.7233427162, -1819639.5066926605, -1791047.831615218, -1859558.712948917, -1871956.8544098472, -1854246.682473345, -1884137.0154414114, -1952291.8263259877, -2030456.5444258146, -2071223.9222948023, -2082300.2491521698, -2152998.4214108037, -2175372.97940793, -2227042.6360225156, -2258788.993910938, -2254300.1712814015, -2327665.582469612, -2292677.034179555, -2237642.460346945, -2212342.4493679223, -2222688.5030627805, -2221944.909480258, -2254715.6304517775, -2319755.040119747, -2322839.891405867, -2384217.5097245933, -2380289.486276772, -2392544.938981786, -2328146.1722517814, -2315333.714033707, -2357903.665938904, -2454984.999215622, -2375867.9270233205, -2381610.5973286475, -2278995.2392344256, -2211331.7846358907, -2164632.4315269478, -2049378.173177378, -1977181.2945329857, -1997768.420223693, -2046521.604447348, -2167101.066080037, -2217390.943760507, -2240400.5324603515, -2346884.2186472155, -2265238.185848209, -2331056.106869332, -2408247.091121404, -2476167.2396403733, -2399321.7169516184, -2307941.6077321, -2193567.0973598417, -2196620.438997087, -2205306.075232303, -2249233.8282552003, -2299924.195841293, -2359091.9085890227, -2409483.0100704334, -2459797.130999561, -2542259.5134831006, -2564398.9586930596, -2537567.8037136057, -2589656.510746005, -2677821.724760601, -2722635.3422733736, -2792681.3638976417, -2800299.049561768, -2842360.1924044983, -2907026.937858333, -2918043.2907531476, -2995216.0916854045, -3101483.698123459, -3176070.029364751, -3286961.722565074, -3308656.008787753, -3398662.9965024856, -3471061.179529841, -3454935.7999118064, -3495334.8620458096, -3529120.6383354827, -3571026.410896709, -3591831.476791303, -3625163.780914357, -3619786.8630647417, -3619885.067953889, -3699281.180637758, -3785968.726803451, -3877025.237513025, -3942095.321251268, -3904529.811925535, -3808857.9384120847, -3677210.1175802913, -3638742.8054391053, -3577292.443741931, -3499170.4696347453, -3428560.568001081, -3369089.359114192, -3300401.055228863, -3245442.917817049, -3133199.259218909, -3052836.6116653974, -2906926.707833385, -2877009.3014354114, -2882548.4593272563, -2878150.391475449, -2841543.7356049274, -2859724.2592649376, -2894223.0767579055, -2925071.9096577996, -2899904.1258438644, -2976951.1502474695, -3084064.7689102287, -3078940.5719523723, -3114994.5390202194, -3033390.609643032, -2914636.8061505277, -2858366.7463157685, -2916867.578812657, -2991300.5234621717, -3059697.846872755, -3122811.086278019, -3128424.6787169804, -3145436.3485693946, -3112815.900912836, -3115232.6841208623, -3165363.3231674517, -3146964.6821628013, -3159964.6854331386, -3239391.3759224718, -3294582.0874552294, -3347436.0285852444, -3434629.7269572457, -3540748.0144479596, -3611644.440277084, -3665485.3289686237, -3710778.56224591, -3746357.4892962766, -3826134.2258065166, -3895671.019947981, -4036438.2581527447, -4136551.2322034584, -4102550.8202720014, -3959148.868706077, -3835986.0690427264, -3783627.340544339, -3793017.833635761, -3873434.663604418, -3943423.6450855914, -3987791.9175366163, -3979228.258322061, -3909397.942705132, -3792855.8787339833, -3841248.1306503895, -3841537.4815717004, -3934417.812798727, -4057361.1155874585, -4120514.8524943287, -4208944.729377034, -4229011.90279413, -4170459.174190299, -4054224.5310935215, -4109198.0517176692, -4152717.524012371, -4171113.449491898, -4238480.748174617, -4293410.507479212, -4344379.693710996, -4401466.497751404, -4422108.771848317, -4460041.674784879, -4488215.254041785, -4478321.643774598, -4455785.5649490375, -4462834.15444332, -4484972.1900145775, -4515200.904477251, -4526989.416424285, -4558613.572212369, -4573472.93986088, -4591506.761051243, -4631879.691780594, -4582585.697044073, -4588067.559217387, -4644086.58836015, -4659383.37578967, -4650150.35290598, -4676479.544781478, -4672823.210134106, -4727252.207139014, -4796168.917865461, -4780486.058756178, -4781833.958083814, -4771937.325778184, -4804007.960722024, -4810492.2050597295, -4835437.434123699, -4868402.909307679, -4933124.044371832, -4932494.14777717, -4881147.117312655, -4866589.203029999, -4812940.059253803, -4846180.9030257575, -4884328.095001986, -4887228.513268708, -4894728.778627448, -4956201.717089858, -4954542.8471900495, -4974558.187964476, -5034786.897332503, -5094790.463556043, -5134532.349309137, -5183159.605623074, -5196407.409409638, -5227687.80450414, -5250276.847686537, -5306963.932883551, -5343458.640083303, -5384527.429012647, -5426939.243805506, -5462900.620046142, -5504218.955484502, -5534588.754377508, -5556861.718359777, -5607394.975149087, -5640817.943985996, -5660185.212271451, -5693142.874817347, -5703959.846143172, -5706150.513730514, -5687946.015629656, -5682616.579876268, -5648203.210384546, -5615945.047079158, -5597820.780564514, -5560776.572787398, -5535048.1993724555, -5498464.412094732, -5494003.735239545, -5528107.325330012, -5526826.614620772, -5504764.549458501, -5495086.53061253, -5507867.875990122, -5504698.182308684, -5510095.40535685, -5519228.5504880175, -5533822.152408041, -5556103.907834274, -5566606.333241788, -5573942.724149067, -5566212.858882767, -5576496.163992394, -5574180.177892042, -5543836.046618268, -5547620.795314841, -5531421.7529071085, -5531558.659321214, -5538243.522827111, -5570110.553988545, -5582466.599228637, -5600768.043871514, -5620822.264082952, -5655159.065595335, -5679290.211673467, -5698089.6942602955, -5734525.032077767, -5765116.366781222, -5822979.761155636, -5842298.41177225, -5867306.1693012, -5891273.35746201, -5924462.84549783, -5961082.892866946, -5984876.164893065, -6006959.225953198, -6026812.322865224, -6044873.063711614, -6041640.719775133, -6042553.599464319, -6039533.348546415, -6035416.776514599, -6021928.315917602, -6000580.12032534, -5968407.262177285, -5957000.486292397, -5946474.704269204, -5935339.940086987, -5933710.40139498, -5927376.775767085, -5934613.66222111, -5953968.84855971, -5979864.918325442, -6003926.281199538, -6009540.461610901, -6025990.134161301, -6054643.923856751, -6046633.695406735, -6047915.218975629, -6053034.211483003, -6052565.7528666435, -6062027.9936317075, -6077240.647091869, -6082119.704297549, -6094236.322165332, -6097141.205240785, -6113648.057192094, -6122499.667160585, -6123941.826509365, -6134976.3442057455, -6139672.949990663, -6134958.151075976, -6138022.128724816, -6138722.9007892115, -6132621.353924603, -6130989.250553016, -6133027.5470729, -6130789.847223999, -6131017.825795692, -6127358.18218293, -6121788.797717763, -6117529.875288958, -6116629.599299322, -6116702.302808526, -6113706.448346907, -6109253.843313538, -6108977.487841063, -6107996.062024526, -6110282.308112128, -6113603.524303963, -6113704.124723623, -6118285.062854859, -6122101.769022101, -6129006.622464143, -6137772.750334706, -6149819.761387336, -6161667.231006238, -6173244.669952749, -6178960.828532134, -6189482.057408954, -6193661.961531612, -6204647.322553479, -6209741.623695289, -6217777.29949446, -6223023.988829049, -6224647.820601922, -6227036.350510044, -6232578.106338947, -6235391.680244132, -6236874.305367585]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y497", "yaxis": "y4", "legendgroup": "y497", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [522402.750069828, 468528.419877394, 449352.5504492856, 423318.87238121603, 425977.5141634118, 387464.68058199156, 367656.0019599301, 368818.474612628, 355307.9616076053, 365587.169530841, 330167.53085693816, 322712.1753391132, 289398.09242320195, 248826.7252092186, 202275.4103244121, 155410.29629379357], "type": "scatter", "x": [-6236874.305367585, -6238048.920356285, -6242026.826784406, -6236694.263206415, -6233815.154547985, -6233550.147670116, -6224052.290896563, -6212215.053172196, -6197357.365863376, -6185337.237950128, -6175142.955632681, -6177684.385994771, -6166376.283151164, -6159479.718483207, -6157098.381256453, -6152740.912149247]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y498", "yaxis": "y4", "legendgroup": "y498", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [927642.6587246793, 937805.8080930349, 929443.8021501635, 898668.5401989298, 844574.155446644, 834006.4099642099, 790742.058574876, 765744.9201163974, 738424.1755556166, 713046.5144077687, 653246.7000320265, 631872.3089553429, 676484.7331363189, 695112.899837787, 716037.2876874598, 707314.6683320055, 720463.3119848913, 751527.9256504497, 754150.8858226658, 708015.6991788134, 736336.9943191617, 766636.8591785001, 816453.1386370593, 833602.8982393689, 871438.0139861155, 877268.2017520623, 934365.8291039763, 960708.8142188106, 900747.0749137591, 854920.5537407808, 858202.247756592, 922776.898643759, 959025.9536482929, 1005627.1639076554, 1020720.7444335662, 985962.6062649182, 927642.6587246793], "type": "scatter", "x": [-5703200.906435187, -5693008.936638513, -5685397.956607415, -5666825.438682335, -5655190.115582761, -5644894.875119117, -5650619.876527572, -5629794.384484749, -5641121.998357116, -5625571.764685278, -5618816.609620263, -5646433.420325068, -5657453.600180149, -5675895.010562722, -5686342.216003714, -5698816.804491956, -5714496.241936259, -5711886.955083529, -5728086.206350157, -5763851.279958237, -5767436.403818816, -5759840.066805563, -5775944.329039312, -5793153.548150654, -5809475.553884567, -5829559.022624811, -5834640.643307265, -5821233.352024444, -5799019.891306519, -5778510.136994377, -5759610.027133442, -5759224.0926502785, -5745645.421750548, -5759360.829289155, -5742672.040893821, -5725460.299065877, -5703200.906435187]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y499", "yaxis": "y4", "legendgroup": "y499", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [983197.4013296639, 1001370.4129540746, 911582.6623456846, 879584.8061477456, 821073.8080512396, 853496.9319515075, 859770.2786676147, 901240.5701651364, 958609.3668255518, 960329.2946403502, 983197.4013296639], "type": "scatter", "x": [1279712.65969509, 1342340.136679581, 1325951.6839749254, 1344229.8996855656, 1335152.5102195027, 1262787.3431062985, 1217159.183967311, 1088968.6052859642, 1093417.3012542725, 1194815.1538687935, 1279712.65969509]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y500", "yaxis": "y4", "legendgroup": "y500", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2079535.2736979816, 2070088.9039334904, 2018773.941930957], "type": "scatter", "x": [2768945.072488074, 2858495.0498865726, 2979010.7425907115]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y502", "yaxis": "y4", "legendgroup": "y502", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1079928.9858023478, -1024435.1605147002, -971940.4343562219, -916623.5990794702, -861856.1471056442, -816645.8086039801, -767002.6513391618, -743087.6417409016, -691099.3032347916, -653276.340082476, -581157.6740706837, -519318.68244772434, -506177.7107914318, -445746.2521566991, -387649.1314347618, -324385.87432551035, -292450.5513703259, -187453.68632685073, -149356.03711258346, -146806.76732980317, -78988.74975238465, -54101.28075456946, 31088.243227273597, 170526.6229228474, 262519.16403089097, 319629.7782286467, 389509.757505735, 433326.88149185164, 474624.87120375165, 585383.3132021691, 651586.3540481093, 647830.2983379393, 598674.3238412852, 603204.9927234194, 576261.7327660132, 574256.0208184448, 633316.0233239043, 651932.4746357567, 697550.2498640446, 731852.3092621976, 754551.4506477804, 768616.6767213326, 754258.3609166291, 801845.9439332113, 808314.1408582792, 785125.3838973352, 796076.9134204362, 847889.3318866198, 840054.0548293601, 784354.9141647532, 831650.5118555782, 811216.7220333905, 753290.3087298168, 702465.126625458, 678103.6523541326, 581856.8094538272, 521037.74680404365, 462563.103518461, 465095.60517180647, 414961.1953046536, 401213.35332030815, 374806.27418326266, 388651.32699727744, 379440.8808051087, 346060.79312785005, 254414.10699255724, 245020.34184236976, 219197.2748499914, 181077.46119332573, 217180.80396337458, 275174.79831271584, 354978.70053389115, 413085.2670418118, 475976.1835115253, 502473.31886827614, 504233.5762509573, 462045.60312590766, 468564.74451590306, 456143.89815372135, 462869.6058038001, 432066.7292715068, 461362.32424808736, 453633.73398337077, 444050.1376478646, 437952.30215897923, 489898.37508550927, 530322.4763770505, 560410.5526324142, 564514.5837642628, 518521.8321451237, 559190.5752224072, 554652.1265138778, 569123.8829871771, 608945.6008167169, 651619.4800100843, 655779.4963182668, 712269.5293268978, 797279.9754767289, 827774.4615925311, 829605.7681403831, 924759.0875332949, 1011938.2006055827, 1016089.3870930355, 1093501.1111747646, 1142919.305811746, 1180403.8451817427, 1229427.6796341226, 1204593.566621574, 1207053.6607993983, 1129524.4148990354, 1080273.4702722556, 1117456.7810514292, 1096064.501205089, 1046969.0817295548, 1018846.1890601112, 1054162.9288728382, 1029199.1326475196, 1122901.584332379, 1167452.998831398, 1259438.1224771438, 1297834.9759528826, 1420104.6908209866, 1455022.0928140655, 1543039.7183950962, 1569500.491032532, 1662989.0324015438, 1718323.8048319155, 1759138.0319163837, 1730205.1127380063, 1727767.3876135747, 1774106.7955531024, 1788383.6650599646, 1872977.2247420007, 1919569.3838741507, 1980347.6685465828, 2001269.0776054126, 1997980.9437560549, 2018773.941930957, 2070088.9039334904, 2079535.2736979816, 2117380.2156607388, 2150420.908428038, 2252622.970751971, 2278225.6865641773, 2352996.299099984, 2373590.1519507454, 2336654.4177247104, 2310241.9228894156, 2263180.3422355894, 2236777.9395190524, 2180653.5784114115, 2119977.1156543116, 2106933.4995503663, 2136371.6827938138, 2096329.4920686702, 2053797.948860824, 1965046.5797938516, 1973363.0946482434, 2025610.5728075367, 2031753.524142764, 2054820.4442503203, 2108609.837432564, 2125384.2301295907, 2118526.005198003, 2154633.563019122, 2123858.805152168, 2060914.5564382665, 1970670.757324128, 1944784.639836193, 1913372.925471553, 1917156.0765488043, 1787656.002085103, 1734843.674961036, 1653571.2153579427, 1600332.9480164736, 1562528.8261925348, 1546248.6746359433, 1516983.9715562172, 1487608.0856180824, 1446858.285076866, 1374170.4815163864, 1417422.2388181202, 1439431.9969983308, 1431266.4614564339, 1431890.3438366202, 1383336.6580228207, 1335695.9404875068, 1309515.407025702, 1299874.0955662234, 1345849.319638764, 1319413.440138399, 1259442.6043073013, 1217819.61702391, 1188003.6701718445, 1148290.5810007409, 1126010.4369275535, 1065840.8378399245, 1077934.413752726, 1028378.3653876765, 1006074.0439067348, 917766.307306749, 904866.8128301051, 937973.5877615856, 1018090.9868371646, 1086905.9493579643, 1130245.3577625426, 1183747.6886494902, 1213309.34844432, 1218317.302922056, 1241626.0320328476, 1269674.8480941225, 1319503.715758165, 1393640.0958197203, 1428660.1476259984, 1443128.6848690573, 1448521.6669111287, 1479536.4481650076, 1494986.244988029, 1522513.178502438, 1553868.9970794464, 1575018.7242267185, 1644277.33063782, 1654343.5289356955, 1694278.7340386766, 1729894.9293113104, 1740250.3535808802, 1691486.1781308043, 1724272.4841528193, 1761310.823814624, 1763354.9567828625, 1775038.634719876, 1783205.7009177073, 1738555.4540616565, 1686219.546028041, 1654824.8620642915, 1603291.7100032005, 1557978.0826407606, 1474324.666539867, 1399399.706206454, 1408761.7768962544, 1387852.7686326748, 1363240.6727939197, 1334957.6786070813, 1311582.9590268605, 1266759.6668959914, 1248089.8713254835, 1207067.4841101232, 1249972.8172017122, 1256705.2051976428, 1181829.3922704011, 1150784.9933595925, 1092893.107796717, 1081225.1818814315, 981671.8368566798, 968285.5625259033, 1001543.346633586, 1062152.551549296, 1087894.5507265052, 1145994.5016387391, 1197004.4233710775, 1205826.4275004289, 1249235.5190871737, 1262121.4686888598, 1301158.353030499, 1301039.9433842634, 1342720.6851939806, 1405282.2478241539, 1462082.5928689782, 1566022.9406727154, 1575042.7159093977, 1605176.29391779, 1587922.6572892987, 1534789.230629364, 1524675.9314421334, 1459322.023027587, 1480817.0165165705, 1441807.8950648739, 1376351.629447299, 1313427.0790716931, 1239211.249882011, 1214819.910157766, 1178079.1684993228, 1117343.0758342717, 1028292.5266798063, 965611.9326391178, 916711.3450725216, 845356.0776084983, 824047.6674060995, 740359.3046838124, 741432.5773065627, 746410.558129382, 709805.4109098783, 669722.392344218, 681026.0634907332, 719990.2802015303, 784684.494432203, 806757.2763280065, 780630.0732833417, 799392.045604698, 790761.534592035, 875562.2229492534, 943539.5042680525, 956713.914008028, 999839.0295344504, 1070725.8541704966, 1107550.613465333, 1151102.9898182298, 1215142.8437216943, 1261296.969793152, 1301534.151270452, 1338329.93218376, 1414988.5747951982, 1464442.0004594936, 1533472.60436819, 1507722.5844785708, 1502658.2517689292, 1480569.524588736, 1483927.3673478684, 1477259.8709717724, 1541393.0895384187, 1755039.8013259252, 1868029.750077747, 1922971.754820131, 1967387.1798170987, 2044563.184184073, 2064166.0619158302, 2034444.4291846638, 2153652.619470321, 2107832.246720421, 2189717.1452535396, 2275341.074061856, 2297408.701450734, 2319275.43045374, 2348813.0630362784, 2502254.598403579, 2549242.324530419, 2549484.343783171, 2571802.0096317986, 2580930.045147451, 2559401.1390358037, 2612667.516060207, 2649402.9643853656, 2706258.3441252573, 2760007.7361391913, 2861680.8221130995, 2889140.6175400056, 2920045.4084278205, 2930324.835184837, 2959206.437406578, 2991091.024808607, 2940497.9468636042, 2906822.9342423356, 2879844.342156849, 2867966.5218341, 2829192.239835562, 2838275.697570598, 2762704.8045127946, 2715464.024989018, 2676768.9213099503, 2659273.3817769988, 2623461.6878927816, 2648973.58298012, 2680345.941871952, 2649067.9805297838, 2620804.682232868, 2655876.500944527, 2715680.220562394, 2761103.562396859, 2754399.360511477, 2731068.818139652, 2740099.618389091, 2785934.745424371, 2833212.9047143715, 2912581.713202638, 2985707.2452415167, 3051371.440451533, 3094490.8914520713, 3032675.340878053, 3044330.8317575473, 3119430.601283279, 3176330.7341090296, 3160074.6146224886, 3185991.9754114053, 3238773.653775394, 3279304.3781551495, 3307910.00495147, 3306369.5056564044, 3322573.744064386, 3388063.098155297, 3417132.66685413, 3387128.0518626836, 3332676.9977037543, 3294913.2567163035, 3339288.445607616, 3359774.653422797, 3452520.865607094, 3529995.835627339, 3586924.191690204, 3651475.8962966446, 3768826.1042207014, 3793593.814764407, 3828967.3900545887, 3856280.3260353627, 3816475.5047294316, 3747211.665477834, 3694549.6046904535, 3609154.7676094496, 3515521.7714368375, 3379976.631918015, 3320041.9536519963, 3276368.0674519152, 3161576.55122952, 3130302.0816911333, 2965118.6069039316, 2868684.806039623, 2868250.3221928626, 2785490.327987604, 2772338.929877663, 2863789.171431847, 2969907.854452524, 3103049.0755964653, 3158673.8885544264, 3037359.936894337, 3009187.973503471, 3054481.3402318377, 3157882.379997197, 3377479.675730021, 3440228.168937087, 3526746.454380119, 3629448.836354098, 3763544.874588784, 3945442.0333888507, 4019319.2747922805, 4141271.539881579, 4191730.3663659943, 4199154.347261818, 4276986.404327938, 4287728.924559841, 4318198.318135381, 4289951.72243961, 4256815.010151429, 4218298.760658519, 4255901.150012268, 4226410.870535452, 4239370.12576298, 4201369.307104359, 4175948.103925196, 4126134.203716972, 4069463.821608279, 4025204.270348435, 4027060.794850385, 4007822.10407567, 3968848.7070690626, 3931887.2638775706, 3848649.4009408453, 3841572.847992638, 3831553.846598931, 3873302.5752343903, 3899781.1689567063, 3939589.2492255815, 3925047.0040585836, 3957465.700325475, 4005363.0551205613, 4116204.2490632837, 4125730.6375084976, 4113640.50861809, 4174433.331436473, 4206221.204502341, 4258229.8639712995, 4292460.745609149, 4309783.85970281, 4278260.515844962, 4249903.517305778, 4209215.173631125, 4196429.0837010695, 4237168.702328344, 4286902.495873416, 4468107.853100107, 4477204.003885165, 4420896.454526443, 4434643.910195266, 4469350.774482632, 4503121.849479653, 4554660.1557660615, 4537463.782186516, 4597863.519294807, 4614498.403530442, 4642876.228520529, 4675833.60026441, 4682587.150166469, 4686555.928526245, 4727828.56973185, 4737196.482287101, 4748038.489237339, 4731462.95118249, 4762897.68199172, 4795044.157755135, 4811341.734476928, 4887625.5900676595, 4941963.878173453, 4962613.248598278, 4991743.450314378, 4970113.588199423, 4916861.97433021, 4912425.748880381, 4884811.548611749, 4813353.270250079, 4803998.519558016, 4761513.185190375, 4645130.691169225, 4661477.486407028, 4689412.72100284, 4726311.179482241, 4757495.808754615, 4799396.165414471, 4815923.052024208, 4857322.022638896, 4840280.840034625, 4862821.493397487, 4924867.411268972, 4939890.2082790695, 5000119.2894596765, 5026989.862473044, 5035882.683929505, 5020912.475395042, 4972342.533521241, 4982927.182621073, 5006332.583739345, 5050809.364133931, 5087465.269248283, 5096909.167816831, 5113416.210643626, 5151056.125551401, 5184995.698915973, 5220694.876943863, 5258249.838553715, 5261431.837079906, 5297118.031670352, 5314306.944050801, 5354108.730298293, 5393477.085634933, 5403657.091444038, 5440537.522810822, 5447589.027008766, 5485604.436828909, 5509080.038514254, 5517776.773038027, 5534053.591473851, 5565346.169621345, 5583161.255460885, 5565285.160141012, 5591504.848614036, 5591738.405915865, 5604436.447687874, 5639710.018140727, 5665945.466814681, 5675272.959129063, 5671040.7860485725, 5655540.8977962, 5616461.788492692, 5603446.515925526, 5620123.456315373, 5639605.997519598, 5653676.085364986, 5657160.306922695, 5665097.991624124, 5688632.693080964, 5732984.644710409, 5735530.9820369575, 5793700.803088493, 5793235.502701211, 5821306.356782457, 5841640.696063144, 5864732.826718485, 5873682.469557582, 5867351.477656741, 5886785.260802629, 5909657.110979588, 5918079.591953477, 5941266.96846476, 5960925.983350469, 5986891.262248121, 5993252.437973198, 6013502.856412105, 5995737.382086259, 6004811.410875953, 6100979.011022185, 6117798.20585187, 6151874.908112947, 6179935.015398985, 6196380.007467241, 6208935.088829124, 6220058.55644464, 6232552.547829914, 6237554.377602821, 6247090.703141359, 6259902.354873243, 6266758.386880793, 6288030.842403643, 6287032.54391547, 6273283.082438621, 6266571.881818333, 6280261.802028841, 6282840.838662894, 6294482.085918433, 6302585.162806807], "type": "scatter", "x": [-1687866.7111507899, -1694923.5647753493, -1679621.48873123, -1700350.6676148763, -1747985.1264316558, -1738756.4215698622, -1728551.050777281, -1687315.641205392, -1648779.1872452297, -1651049.5190761199, -1608663.1444087666, -1546395.116570049, -1511515.8041227178, -1478664.5897957326, -1469892.1286903627, -1427342.857591811, -1358522.0683460778, -1285400.2534658394, -1230768.037571809, -1140214.4802761406, -1057482.03180229, -1006812.3592010675, -919203.7195379161, -931035.4802454828, -887132.5259240705, -869592.0697665391, -803802.3161500463, -707521.0678089096, -636239.8849943886, -567895.3636823153, -535328.6389349019, -469097.92881548824, -416964.8152108013, -330447.1278315195, -237141.46815964018, -197633.52066223393, -109354.92650556036, -11507.879913546878, 45257.35881178426, 131229.75097010712, 282079.29978586716, 428909.6869176478, 474622.26891628624, 555459.0098501638, 649701.0562297932, 687625.4291208328, 747392.1016517569, 838741.1573107953, 901277.0089429962, 904682.9912635161, 974468.7037280888, 983147.3154684185, 945349.5966286802, 950327.1993048959, 984077.5494035884, 982770.3782130358, 929140.6422792489, 952429.5381163877, 999708.7255021725, 1028206.1998074796, 1064832.5248573325, 1176554.895225502, 1213729.5095567296, 1292156.9788730184, 1419555.068912984, 1476155.6070388479, 1561366.463483588, 1697016.9714960915, 1802857.865263412, 1842259.926348946, 1876599.8539425342, 1840681.5833984388, 1858776.2064419573, 1912453.4294700667, 1969630.5000608086, 2091644.015667568, 2131569.0608989466, 2163885.284137925, 2195439.0832118266, 2283813.357635959, 2312883.8727512467, 2426142.885359297, 2514596.126693352, 2606151.3396190503, 2649227.3629351044, 2704473.277417727, 2730204.181804291, 2799927.943170917, 2861431.611419775, 2898510.6162101305, 2907336.77819999, 2979025.2708209786, 3042963.281576836, 3073806.8093030993, 3085887.140035745, 3078682.056405462, 3083751.2911429135, 3073746.77446129, 3075932.958331911, 3077679.6878571888, 3075872.2835382405, 3087366.596072648, 3087471.1226757052, 3051970.2189875892, 3054263.095964833, 3010058.753207638, 3022982.907090205, 2982060.212096309, 2912144.940177946, 2882750.9192009084, 2772610.325010927, 2692303.356175394, 2608681.9964220407, 2604772.7850346155, 2554864.0867392155, 2462041.80565735, 2376584.194233581, 2299220.8251518225, 2224838.218554721, 2238664.799714443, 2174709.720803726, 2228721.806293618, 2342671.6271997066, 2346862.6899191677, 2489999.480855871, 2550390.085452442, 2620183.735857405, 2732414.081855342, 2880538.8748969217, 2993170.2479412146, 3062322.718066929, 3121973.0421999646, 3171599.293631115, 3159875.5509871542, 3110627.191175623, 3056730.531778473, 3016787.9170935103, 2979010.7425907115, 2858495.0498865726, 2768945.072488074, 2686765.7969860253, 2724697.2530784816, 2734756.257903538, 2681265.243766314, 2748804.1528625526, 2735999.678788901, 2691092.1967660673, 2647174.619583561, 2622536.5460977727, 2567322.1120218104, 2530779.431793625, 2562990.713346531, 2605239.582039272, 2666992.134159191, 2671402.0915076747, 2609381.1136753904, 2546334.427231995, 2500714.9732298064, 2494999.470164807, 2410402.961850287, 2413891.821100852, 2461922.2543070377, 2433105.8964316365, 2321057.239106047, 2300754.440527978, 2245244.4592360915, 2243132.8120265906, 2220237.476158848, 2231871.5195955965, 2206799.6210842473, 2182243.2026602044, 2207629.9378577336, 2185693.1830372536, 2184629.4982667817, 2228084.3559400532, 2250186.886475021, 2325595.7991980603, 2320881.499734667, 2234784.5014566053, 2213181.839468322, 2167433.543294052, 2128665.6533211395, 2123131.644488042, 2075953.0226997987, 2033238.4890056471, 1947905.5770967323, 2018129.960637482, 1983335.0092243955, 1939762.890377731, 1883863.0963058493, 1875254.1582560136, 1909324.2859289232, 1961928.9513036022, 1937974.3827953152, 1995100.5162240341, 2042745.3694773593, 2059649.8650385435, 1977764.776446393, 2015334.8926182168, 1966359.0156147617, 2020418.8622105983, 1965832.0690583845, 1887042.794979611, 1836403.1261839801, 1805632.274814703, 1762518.6757906328, 1707022.829889009, 1694620.191083855, 1679214.0230074865, 1672263.4504585243, 1619694.6885210918, 1601344.543958384, 1591540.175304472, 1594648.089109558, 1577577.3303251988, 1559290.6826610477, 1529445.7922635511, 1490974.1881713837, 1409073.4057167151, 1355845.5379946853, 1278317.5788871017, 1197982.4882207979, 1211994.9520608713, 1168447.1887307707, 1160204.790204221, 1108154.3297180985, 1092993.6783029756, 1064097.9763281127, 1059324.3741995252, 1061728.7785298924, 1076887.2635391268, 1013865.7102079304, 958158.5825146082, 970774.3717349152, 966058.3097217178, 1000091.2771642945, 1082305.9282679907, 1136986.8150698927, 1240890.0075782097, 1303359.5640679006, 1327336.9507887396, 1308931.239718569, 1388310.237810948, 1453808.856760446, 1534457.6882626356, 1547052.134768118, 1539967.6347058716, 1484611.330558337, 1410634.6377908867, 1389532.6584740754, 1456536.0854275962, 1457501.1090309955, 1424000.8080678938, 1395914.666767402, 1362114.1796579042, 1356784.9526089267, 1363832.9123295231, 1377867.1020819796, 1334288.8802233106, 1299491.313444421, 1263001.584109929, 1230812.6755155374, 1174932.4840498185, 1132573.9324015048, 1071096.6310391505, 1000192.7923430052, 916227.417861501, 853300.5292452272, 814883.5952775243, 774013.6010918118, 705708.2707074748, 670965.6919371107, 630161.313272341, 597724.8888597303, 530137.6223668919, 368772.7298289364, 252378.74335637203, 245440.53930331697, 252130.16737930165, 175355.75064526335, 68176.17132496728, 60981.80742547671, 9094.302812132486, -24037.963441750584, 9676.092816435234, -40864.738641458236, -60312.68002189029, -127272.71987788778, -191826.66362558352, -305216.22730711463, -390139.3473677479, -447965.840838591, -484437.8118086957, -527816.636491752, -558596.8796406134, -579553.8966351532, -660750.5298996828, -698526.1407326002, -743714.8392407204, -790274.7070629443, -768820.3653006025, -770557.591426117, -808203.6326134258, -824482.7640844391, -810140.756600238, -772203.8774339211, -761700.7973473074, -737530.3821800804, -734665.2948813885, -747119.4218600598, -746835.5196938704, -734400.4660263465, -762149.4837996183, -640524.2038993988, -544405.1743124614, -436508.98407410446, -351860.9883758182, -284514.44584218727, -153942.49901871945, -110970.4689338029, -92443.95439862306, -169033.76876775394, -222866.09247365242, -335132.0608263798, -337788.0855777968, -241501.65020779325, -119106.89234881404, -139238.91129915562, -71892.80295882678, 95721.34042216293, 115170.36219890665, 175826.71970734844, 230840.53671967075, 265077.4079757798, 314922.71127422893, 402223.9023000692, 457301.94961914996, 467825.00673428376, 521886.8538300595, 536794.336668405, 574561.8829516282, 554704.7387738144, 544120.6511996629, 511224.2907732908, 496043.2473033227, 502581.57778617565, 515754.29591805686, 567532.3241743012, 584082.6381269767, 626751.8307299633, 633604.8431568408, 621424.2534927472, 633314.0569825454, 668696.9457404017, 660363.6328936823, 640325.2916585521, 607421.5719985422, 632040.5349894075, 639222.2407637546, 707464.886427154, 712864.9019831017, 774692.6261040557, 805182.3048823532, 884899.4807372309, 921894.977918696, 958781.5748133425, 1045458.6606572008, 1114155.1186682847, 1179982.72953147, 1191680.1849825976, 1251165.081698249, 1251488.8901058482, 1323704.9911520414, 1283327.8647313172, 1260216.5743967656, 1266598.760492934, 1306796.8552580983, 1378084.7112276806, 1421971.604034215, 1402954.1426984586, 1386172.8436040794, 1371429.182302959, 1323915.6805877117, 1297577.9582320815, 1352505.6542463428, 1411040.0736432848, 1473090.1364593722, 1523703.8819066635, 1554409.314169953, 1481478.2985625109, 1396167.3362582463, 1323352.524489475, 1248268.1989669069, 1198312.0932232877, 1137150.0333541424, 1113129.6162182058, 1057249.9433274718, 1058852.772398725, 1077258.9348582777, 1134911.5893810315, 1154480.2797397193, 1131756.332134119, 1053829.8834844185, 992858.9667707083, 977099.8669416449, 1006451.6598673644, 961922.6878971698, 897461.1769380565, 902770.671972393, 960136.0505106667, 1027122.0219916442, 1011824.5787057405, 961147.7021336026, 984803.5922705476, 975512.0307490036, 900433.1034060844, 884199.671622857, 813838.949895368, 775149.2014136077, 702884.8712537434, 632520.9163297497, 583925.5560901619, 489564.5557552654, 414847.3350756958, 328988.954145205, 298776.83166958095, 261493.6040997085, 303029.1893851523, 425097.5725839352, 503328.99882742524, 559407.5211686612, 615513.2073358009, 661474.4782546398, 725245.5337131358, 787797.3291427464, 847435.2052195084, 863909.1380635847, 925736.8215538372, 973864.836968468, 1111709.3861795547, 1084372.9601982767, 1154069.217105525, 1168962.4658009657, 1256978.897322352, 1360100.111673931, 1554112.2179642455, 1610738.748135863, 1657848.900133333, 1655308.905939214, 1615338.38116789, 1408371.3376340072, 1388541.0816735392, 1491066.4537074163, 1520406.9732698235, 1581996.954209799, 1650562.1676859404, 1696787.240656796, 1672502.5788984478, 1623438.506416291, 1624555.9857243611, 1753492.5887935532, 1768541.7984451607, 1696659.0801166093, 1711301.2974795836, 1745614.2025335366, 1800626.1910542783, 1770265.979149802, 1701599.3527970244, 1672554.8422255157, 1607321.730730192, 1712235.2207164203, 1770717.217866053, 1742658.8137485366, 1783738.895367741, 1832999.0895587653, 1862990.2207489756, 1821321.7128114928, 1859903.6249583173, 1881884.0817769263, 1909102.7831428929, 1949569.974626687, 1935991.9719096096, 1976157.4158202233, 1971505.5264594231, 2048994.611860921, 2011906.5504738747, 1938897.1520565904, 1918901.8415175593, 2000523.1752225047, 2053578.024916753, 2220762.7210415243, 2180101.4054321502, 2113986.3358152863, 2093017.1712265974, 2065462.6677822638, 2024742.2478750823, 1941447.9146549867, 1910019.5949046197, 1846360.546816651, 1764189.4645921546, 1753033.9041074319, 1807571.89849968, 1866171.2701269127, 1938060.046992641, 1976961.330181854, 2050769.7503617073, 2185022.4088407042, 2258965.846865932, 2320075.203279577, 2432963.754655131, 2463261.0276221493, 2433485.709673144, 2422217.894846059, 2376538.9783081682, 2339022.5109256255, 2275886.1768116537, 2214727.388316065, 2194716.53684415, 2136333.5195451723, 2043409.8601244793, 1947626.0416129895, 1896184.820364721, 1821128.5146754524, 1823068.6188416157, 1884619.2825645267, 1980210.3775107723, 2008332.0352094944, 1930375.3021728701, 1902945.9793668673, 1911342.4422663108, 1981454.2263725714, 1889332.8777793532, 1776577.180827638, 1763345.5430901686, 1776570.4330575226, 1767564.1502164188, 1709987.4665803139, 1641395.7452058487, 1639729.8940754991, 1586843.0762420802, 1570420.2808760002, 1540327.157733904, 1524718.1880337049, 1546485.8160719706, 1481301.0833574685, 1474855.4604589827, 1427478.4114757653, 1377332.8012549079, 1320780.994413143, 1344019.1578860325, 1378798.740180712, 1379361.306974944, 1428647.7064565364, 1396282.8880560428, 1372468.9430109016, 1399209.302085974, 1427650.560752396, 1481802.6190049816, 1523637.3808546904, 1607491.8085755648, 1645164.7606545968, 1646305.6923879357, 1654810.225620837, 1625367.4447215344, 1682181.6034134212, 1651115.7906780741, 1614727.22936542, 1584459.3159315328, 1624475.8690728247, 1567744.608673286, 1498427.6134833007, 1476291.4447414584, 1446041.8416379387, 1458799.4082420892, 1502358.260710242, 1549695.667512673, 1586429.0301219323, 1581850.986956825, 1476143.640746564, 1472372.79064068, 1409725.6160335008, 1382354.4128316157, 1343087.9602885668, 1309174.7454110663, 1264212.8441324865, 1200824.7520815306, 992598.5366187531, 998599.7570398728, 954122.3458937305, 812274.4958975384, 751506.7352298024, 737994.053601295, 768858.4534515316, 733694.9183226685, 677372.7312791481, 610693.8934225207, 544940.6868655105, 469505.06569504837, 420468.05314837757, 365621.17387730884, 385930.25116413843, 361177.75563438336, 244337.19928055568, 164092.06647735095, 54990.303511340746, -0.017706125734056156]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y503", "yaxis": "y4", "legendgroup": "y503", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6356503.304350195, 6360265.909204991, 6358565.356027699, 6363851.467765038, 6370065.640235188, 6371871.821819612, 6374133.236579114, 6375312.44740815, 6372864.501756503, 6370777.207975327, 6368727.628900771, 6365183.383899794, 6359694.488645299, 6357805.821681309, 6350906.194424303, 6334762.36005864, 6332249.357836053, 6324728.4966650205, 6314815.3864037385, 6310300.386405999], "type": "scatter", "x": [-2.071262573574742e-09, 62041.55914300548, 123867.87434738563, 82311.87822443152, 54841.37416009742, 31924.975052542257, 26410.262785533454, 40032.73761978278, 135689.98104434292, 286281.3062491038, 334235.69727775943, 424081.4978008326, 511495.213201771, 538896.10279216, 604804.8883150116, 762296.9218760341, 778329.7476947267, 840860.2707514382, 909511.326184257, 945042.6405636773]}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y503", "yaxis": "y4", "legendgroup": "y503", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6283223.89625771, 6301972.014765793, 6317086.04606059, 6320495.268076866, 6312043.300770239, 6308951.075378548, 6286641.429491731, 6279948.982143463, 6254143.516731965, 6220266.218053346, 6226807.604533006, 6196860.585306708, 6175120.242894379, 6181567.862886065, 6161049.026260629, 6139123.3128574295, 6093220.246088772, 6034556.225299687, 5945502.75731017, 5815942.556539136, 5848388.484249692, 5844762.328150334, 5861024.665972826, 5886387.662374583, 5908255.604425545], "type": "scatter", "x": [1107939.8200722137, 984432.8029725656, 867814.290412547, 789097.3033851953, 851556.4083294311, 905352.262398792, 1069197.509105287, 1068940.7750109248, 1208446.7528641443, 1400707.68197518, 1383597.3547654727, 1509724.0362436897, 1593193.8585028306, 1556354.584767004, 1625680.4591856478, 1710236.7579090772, 1847602.9696741549, 2016118.0096185843, 2280893.136636075, 2604325.527822035, 2539269.7707987064, 2554511.2693269146, 2520720.732362438, 2459488.0382669503, 2409020.9735911936]}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y503", "yaxis": "y4", "legendgroup": "y503", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4654535.822973264, 4607698.72891967], "type": "scatter", "x": [4367994.304452212, 4417423.924451212]}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y503", "yaxis": "y4", "legendgroup": "y503", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1841085.9241866674, 1945657.3176809577, 1997183.0640916247, 1917205.97530465, 1792222.2692080098, 1770380.4058904662, 1758640.4181913906, 1889263.6016635294, 1962482.7674417556, 2024488.2961378805, 2063037.4791283368, 2043864.2758951555, 2079459.6876100393, 2110899.606019862, 2153004.096730257, 2185660.180437532, 2215402.862868153, 2171642.0464627743, 2139902.9987194426, 2074358.659297922, 2070412.8442086321, 2046696.7487301333, 2041787.2048668365, 2029799.264242287, 1989771.8656332714, 1955713.8786561105, 1873256.2422202753, 1808168.2805575882, 1726562.885708523, 1589749.8741531926, 1422331.371961037, 1324055.8249826, 1210272.8388762076, 1166987.128395706, 1117434.3953856714, 1036005.2075111055, 1006340.6925315397, 918136.1093464536, 805442.8768132458, 729164.7273081577, 615667.3021677779, 452564.5666676934, 420041.37761898595, 322194.7856893887, 306893.01188625203, 230443.46000795622, 146739.63797921536, 97401.34723169888, 136748.5103176243, 247358.49367346588, 324459.5018776135, 351653.08002942626, 416553.8731017326, 524378.2372753127, 575664.8918508902, 661189.5510458815, 826679.5298347932, 934473.4809043345, 1050611.9819480823, 1130358.2224976176, 1001220.1957535441, 978091.3493039382, 1031179.6333255788, 1089119.989343001, 1112564.6867768024, 1138145.0551301388, 1127893.4042424823, 1183089.6525315621, 1220502.1650033914, 1117981.1455799635, 1042778.4980575318, 966262.4883483493, 913434.5895250159, 889131.8532432393, 854003.8549030573, 957882.510701144, 955624.7149918028, 906204.8692275444, 816635.9884426323, 800637.6907282941, 838008.8284269876, 829316.0779970583, 899599.9471003388, 1006543.4063034768, 970347.0423313562, 980682.6909138706, 927587.5937364419, 911193.0365308227, 873809.3252275661, 847360.3179506765, 782248.8342979203, 708791.9724434175, 703869.1453883029, 674547.6007310692, 657638.6743418926, 617989.9799657007, 580268.0573595178, 550938.4425379268, 533546.1335464612, 505357.87542075675, 486257.481041864, 557697.0924673381, 621479.2166498995, 643036.7553144281, 623106.7785217806, 564434.9517102032, 496127.38067900226, 464861.9704321842, 476881.2687418877, 450508.0670930762, 497927.47265622474, 528836.6677043069, 550593.7539496664, 646884.9227187717, 742057.1702020146, 829861.6389123783, 875893.0929302609, 872390.0842074954, 827299.9709015196, 803767.362600639, 730586.1264795497, 681301.5741234398, 668895.4399138192, 687483.825864768, 695091.827616776, 657894.1717838348, 636795.654612537, 640096.9376661113, 617865.7955422, 542416.0954431443, 507358.77446590137, 456726.08377612283, 371724.92628780875, 356841.6020376922, 323772.5639505916, 265866.8125511045, 204322.52413905362, 187806.42915870438, 167707.1080746118, 102562.21978513071, 49264.80750251113, 17942.070771663264, -8562.150323113852, -51061.51274134681, -91599.15084454788, -140726.3530862991, -155120.14289075485, -218038.49305683587, -243535.4716773642, -301510.27749138005, -354744.31292366236, -390335.38905734697, -475107.9207428502, -588739.9097672532, -697080.7977760826, -720496.2991545686, -726531.3241064043, -792187.9136770521, -837066.6551290571, -875235.7955263113, -890838.2150234877, -926255.3429359096, -943807.3520000667, -975723.2936347579, -992390.3836296005, -1018378.4036062151, -1039220.5370525187, -989103.7299078068, -931975.3137035334, -907716.8708263912, -838818.37201208, -806934.3032165313, -794627.3066404364, -751209.8710140102, -726883.5420490899, -683423.1742646632, -643973.524852177, -623634.2120276871, -585036.3722404368, -566181.6360812107, -497629.0455149445, -422443.48761535465, -374144.8841365571, -371945.498490503, -293971.1603361679, -224788.61383436018, -161138.10573919726, -62939.216191185704, -36628.69766522401, -31626.6118947732, 18758.29704418952, 44296.64912632558, 90621.4824630448, 105443.45358701122, 172530.3536623925, 240152.82194961706, 298371.98731132154, 283867.847890681, 346442.43640209327, 384798.251937132, 430534.1139319024, 444940.62926917535, 394560.2642143549, 308442.42363231943, 245603.54184656683, 220605.91494686116, 245807.6363566877, 281130.2032869054, 415031.16702006845, 402711.8066537328, 301076.13707255345, 210407.07300203052, 65490.276036409865, 18122.065140299623, -32678.347158269233, -123827.1047791543, -148185.5747838906, -216074.0486413143, -275705.12852029956, -291901.7392651965, -385270.03777409706, -411255.69779498904, -515038.87428574025, -628715.7897521203, -642225.2962005651, -663020.3516218207, -764574.6440874095, -850797.216493997, -882647.3793967208, -932676.350279836, -971571.9363380715, -1011274.7675309125, -1035084.4338840652, -1047751.0672566451, -1070602.6534098552, -1114187.6271632733, -1159808.8492034057, -1171762.379658497, -1178357.48186908, -1213037.5104258484, -1238422.2489106471, -1219756.4088942742, -1157303.8493353599, -1102410.1085682944, -1035735.6766364774, -1009018.05822616, -976028.7996379187, -949144.0314275846, -933969.9803216977, -899843.662641968, -867535.1592815439, -813071.5493455182, -796767.6852884006, -823705.3766814324, -886249.2669622097, -938986.68968031, -984266.3812574253, -1104686.3970791623, -1236774.6913668504, -1390009.8221890575, -1571054.2341009043, -1716632.1401616419, -1898076.017736837, -2016926.9667745812, -2171688.1084746895, -2280656.648322283, -2437598.9507300886, -2496210.792068169, -2526967.8981062286, -2590320.6230161567, -2638510.8427731586, -2658908.593890031, -2729863.252578421, -2778852.07427736, -2847357.513490779, -2891956.527517112, -3020661.509425514, -3069932.322059871, -3080444.371709984, -3102760.8170513404, -3166424.846481194, -3191481.7735488825, -3236107.420797962, -3279157.4209218295, -3350764.8363953987, -3356783.5964861223, -3389813.43027836, -3476681.6323104636, -3546680.7475889334, -3675716.7204149202, -3709857.6867937474, -3778628.334846443, -3848164.022378999, -3919474.760486935, -3980219.710655996, -4055171.949072153, -4174013.3020927394, -4199910.894654224, -4275058.404345899, -4304790.201619061, -4360321.28307223, -4401791.011761362, -4438461.107454497, -4459634.066333172, -4450750.545377724, -4521488.256374333, -4558931.571061363, -4563901.911023932, -4597182.191224464, -4633906.7382872095, -4680677.323318832, -4750699.007959312, -4787218.495478641, -4812653.577926284, -4810146.30832937, -4846754.122740246, -4900166.998474556, -4955616.725803805, -4990360.444681366, -5038776.329897413, -5052475.5154962735, -5093526.665445703, -5130747.799844786, -5186015.486779169, -5270602.201215855, -5319391.20933042, -5360371.731036336, -5402933.614443202, -5416089.928057127, -5433142.936751878, -5437573.219997374, -5457060.19751326, -5467629.465356742, -5484981.593705167, -5489714.887053647, -5527644.382594138, -5549734.046121242, -5578326.815553334, -5586570.845595866, -5575435.463062399, -5579590.595722792, -5563665.256437159, -5571299.2968904385, -5559738.088157241, -5529811.687202087, -5499726.176222612, -5485429.849426964, -5444787.364869646, -5403075.644276876, -5362672.340337763, -5362540.825826237, -5297407.633634755, -5262564.036729722, -5223499.505394076, -5166156.022289049, -5123581.383376955, -5027956.4074197775, -4948156.257712843, -4912563.101239846, -4889034.542721714, -4837657.066988554, -4758393.833059558, -4715371.365084214, -4652541.772904297, -4595762.748045465, -4549100.719486588, -4480007.032561847, -4404671.450558372, -4370172.862617588, -4294404.585841664, -4258485.529262913, -4198151.883311517, -4157510.349343094, -4094707.5376910283, -4047908.896216746, -4021593.4655908146, -3973432.4664815757, -3925097.8532824446, -3906544.2046793345, -3868438.2249032287, -3787925.0762902163, -3731398.585860237, -3681125.460020939, -3662635.554520867, -3636472.7647754224, -3571710.8328840737, -3484192.5689304485, -3401519.2833140036, -3330798.751260352, -3238863.9498554952, -3207079.821824598, -3174765.4921900216, -3102962.3427927257, -3029683.72104602, -3016792.621044506, -2904320.072520428, -2825413.4536334984, -2763695.4425350428, -2750913.869427589, -2708086.7997733387, -2695919.4537062743, -2668224.5167274554, -2712152.8022499844, -2709575.2599143013, -2734467.786791267, -2737161.9149487005, -2677618.492065847, -2606596.0833753864, -2543276.5965411225, -2547390.6296375073, -2550006.8728982573, -2563628.464373762, -2586322.3939214665, -2645708.2272689664, -2679702.142804467, -2707419.6128544416, -2676911.5811329274, -2676574.6398757533, -2654498.954499487, -2652975.148549259, -2664477.673994239, -2689213.1678206795, -2719099.1351478426, -2715059.486874494, -2713953.6312895305, -2657922.582231968, -2573282.775213653, -2509648.1046892344, -2437136.038980961, -2426617.0004266785, -2377335.3288130555, -2316368.3588034185, -2276811.067458413, -2199359.698299043, -2132714.2698207186, -2087099.8762414833, -2070232.574444183, -2046206.5929777946, -1998729.9179812057, -1973760.746560474, -1952579.2382423535, -1901212.0526797, -1888021.565254783, -1855052.1463808422, -1839210.7812262229, -1812273.670795444, -1788844.0284615, -1705679.0607544873, -1660897.284424125, -1572069.8161224283, -1526297.9500447745, -1513219.2686466617, -1446116.2858320521, -1394964.5727574502, -1336037.1113195987, -1287409.793150436, -1188090.210273707, -1079928.9858023478], "type": "scatter", "x": [6110092.527097662, 6075738.372194181, 6055834.32653648, 6080011.140471669, 6114307.426189536, 6116973.326774767, 6115081.55221016, 6073086.61515089, 6043306.9054018445, 6007965.356277785, 5993834.908424455, 5992642.674292121, 5964925.251705888, 5945475.176528972, 5925080.957260296, 5905837.2727262005, 5882427.565322629, 5882291.396648997, 5899744.054942184, 5923181.569547194, 5914839.217496214, 5922313.795242235, 5917582.823712165, 5913327.657815959, 5928118.629800212, 5925820.74191628, 5928911.721057353, 5959192.415734165, 5978897.1258826135, 5992989.330458485, 6023656.5294961985, 6036155.297492077, 6044101.74638631, 6058644.389739742, 6058820.257931545, 6055037.122927141, 6048413.759678965, 6065174.491748781, 6104486.195381132, 6126451.124292135, 6140975.083664285, 6176840.193692054, 6167552.866451567, 6172407.6430917345, 6184599.081990533, 6169866.41309259, 6173225.566589347, 6168216.649397822, 6130119.026295069, 6093038.401352186, 6062560.402689568, 6042896.336428445, 6006249.749682306, 5968316.928523771, 5946885.18255927, 5881387.634342637, 5808803.212819124, 5756434.837380216, 5713121.401817687, 5671829.640403994, 5647481.261868284, 5618925.159898489, 5526097.445927282, 5529328.941315277, 5503024.383177402, 5424944.649436791, 5386264.993290027, 5344352.617751246, 5280776.326041215, 5211823.823691261, 5140125.5721140755, 5079740.115042075, 4974153.125547865, 4908408.5400513755, 4843022.150972879, 4769271.813856655, 4735757.606867057, 4700722.054741428, 4663281.689505467, 4578597.061155132, 4487312.062552371, 4417289.49987856, 4337355.299468906, 4235715.672830656, 4209133.806766339, 4155196.358829174, 4147801.5440932135, 4107645.047261025, 4139194.982863936, 4142668.207347868, 4193754.996213293, 4252980.5789573975, 4293666.243220963, 4318253.033712311, 4378038.169139249, 4397560.982344453, 4403646.753748081, 4424205.464873727, 4452926.452826898, 4473383.416994345, 4491792.630482629, 4461063.0093153035, 4458537.015864026, 4471601.846408066, 4502380.8329919735, 4525368.781267671, 4533206.0845433995, 4558890.141930023, 4568360.036219548, 4580449.057371555, 4623608.12871474, 4675137.450009472, 4712556.253835072, 4727836.320542994, 4746198.5001598885, 4757350.906256794, 4759676.458662146, 4770060.26334756, 4781628.601823891, 4781658.866573208, 4820382.7389252065, 4871647.290193623, 4916239.065834874, 4961042.403193317, 4999574.32488744, 5044882.403437228, 5071275.80766793, 5094535.210079838, 5102580.575774927, 5104917.320902321, 5106315.67088184, 5094868.054230721, 5097643.832552316, 5071016.467719726, 5067272.481351109, 5074528.375781442, 5102205.822892634, 5100651.359041027, 5074487.305159891, 5049690.6905201, 5058164.5741485385, 5050767.023619182, 5013651.750276931, 4997114.863184656, 5008421.47007254, 4986304.43386206, 4949714.748049247, 4916491.649464629, 4888514.965862446, 4848496.651325027, 4846657.539180081, 4853209.4153821, 4796642.927732045, 4697259.183952057, 4648698.083943907, 4618253.764294249, 4595423.824227866, 4560942.859232243, 4517550.293956394, 4455684.564385139, 4437629.720826891, 4425768.235884412, 4407047.624150186, 4399599.248646004, 4361038.747477795, 4338514.129820672, 4283411.568023634, 4252963.400084348, 4245550.337791251, 4227291.940508193, 4197949.337543789, 4167258.9408210437, 4182100.319036237, 4164851.593147368, 4170437.9059612914, 4157847.6499034483, 4138540.7592523373, 4108298.653705407, 4093410.851644434, 4044640.7973067756, 3983161.8126254953, 3941412.6673381296, 3869576.1250663735, 3829848.488270078, 3752795.687655945, 3725608.832295671, 3713342.069726262, 3637334.0223210216, 3588999.873699856, 3539855.3019776274, 3497366.3415607936, 3495375.7750634993, 3458239.24755015, 3428341.3323644, 3375333.083824497, 3302601.327217096, 3241098.756522346, 3201093.171040327, 3197184.045417728, 3190083.0530256224, 3187635.4485489745, 3180460.3683197526, 3170485.4590629875, 3175976.193757341, 3169190.5963704432, 3155180.2036809647, 3118609.3128498793, 3068747.332424091, 2968495.244695607, 2962776.871408554, 3027454.860907367, 3106686.108799537, 3212500.109191656, 3257890.4220830146, 3299704.230309548, 3403312.2984022135, 3391393.6404743665, 3410698.859860506, 3529971.8817027914, 3549588.215235087, 3600249.7144346396, 3586374.8221660717, 3622331.814924046, 3679385.7274510507, 3716512.4511941923, 3769941.2640756564, 3842056.228868629, 3882963.9142959053, 3937556.0955891274, 4066728.3019921323, 4121925.470445046, 4175563.170429249, 4206431.052213635, 4250597.786100615, 4274434.896402186, 4278590.398228033, 4236837.3385950355, 4275272.816074659, 4303871.35044304, 4325442.3812173875, 4366948.760707347, 4405853.479908814, 4475019.643520236, 4555804.010636074, 4616523.117206528, 4651885.13400992, 4674935.0969285285, 4715405.195381704, 4737908.672543781, 4768070.066092591, 4803516.455280535, 4830319.46771782, 4856300.523277321, 4862752.702891676, 4866368.035007005, 4875179.18294537, 4866247.68084292, 4862311.737792867, 4842753.466875787, 4812640.37811457, 4763291.356185061, 4707813.826202654, 4625783.194412018, 4551314.089630459, 4435335.879113578, 4360878.729925279, 4270701.000910529, 4250799.5842046365, 4231560.787245667, 4172006.0984442392, 4149998.8266601134, 4118046.727702011, 4103435.0974504077, 4074347.073352384, 4054381.524098112, 4018028.086241697, 3970335.2214502147, 3971216.443497462, 4023190.6208062726, 4023530.728315268, 3994570.8486882984, 3996561.9871868677, 3986181.924261768, 4009161.8936256035, 4032454.4717792645, 4060435.663051224, 4068042.6545364405, 4050657.940429811, 4047559.837832166, 4024647.8366372194, 4030211.3305225815, 3992507.7391783004, 3947299.9290376697, 3882626.6205275306, 3799231.9939309256, 3694936.657378339, 3577095.5754625816, 3540480.7920666263, 3465711.759445778, 3425376.461124933, 3402627.7268542573, 3425968.5335967117, 3428880.371999262, 3422744.232087057, 3438801.069744766, 3412161.195263468, 3386843.3539905767, 3402016.3777368045, 3378837.3035178776, 3334825.7520827875, 3257238.0034844745, 3142136.6914188727, 3095518.171621514, 3091747.913911092, 3111445.8015421587, 3090145.3366374807, 3049439.545595637, 3016480.677692991, 2982303.8734934563, 2911509.4051928977, 2891217.871804575, 2841693.352306898, 2803964.5292768036, 2736582.7326771263, 2613731.139625505, 2538381.4532265733, 2463144.959591666, 2365751.762362985, 2321892.846400246, 2303671.4732713588, 2256836.5129122133, 2210351.4319283073, 2123735.3965221597, 2069258.5242009393, 2035200.6597239778, 1937748.809898384, 1860896.04569307, 1799485.236165732, 1759820.0004569844, 1730699.7640595005, 1701714.4544294358, 1673013.7048924055, 1666157.087658047, 1659737.9912495252, 1671491.0239363664, 1655161.5520395907, 1687356.0550558688, 1699140.4378357527, 1656261.6018571996, 1624218.7093909986, 1624123.8499769405, 1577480.790531383, 1518222.8605477216, 1490840.792128827, 1482196.9839341352, 1467243.1375562123, 1452294.440888179, 1463078.0418187177, 1455995.5680213035, 1421135.090650557, 1376894.4086000219, 1333833.583194505, 1316534.7130994538, 1239852.3690907103, 1238805.6644284949, 1233110.3866136635, 1253123.1750029873, 1294917.8607337063, 1302927.6175852644, 1342326.5793708253, 1369813.357847862, 1434189.0310215966, 1470566.6352019268, 1485611.8008861525, 1482893.6570087771, 1452767.2568777092, 1427040.3954021565, 1403214.610957817, 1409776.9232575148, 1444230.458524977, 1415059.1206069053, 1395092.004349927, 1342744.4954765472, 1353520.5175555155, 1339115.8536109258, 1311774.9282771985, 1224312.9935078954, 1113314.5485821243, 1041566.453197587, 975361.8585375525, 978984.3958953521, 1003051.7599554184, 1029769.8559154009, 1051753.0791162122, 1031137.6752327555, 1068225.6190344489, 1083542.1975099233, 1039996.6715904602, 989768.5832641182, 966927.6928320894, 938639.8512697119, 939534.1153505249, 825893.3570441107, 784054.1157375006, 741905.7540060905, 653621.7614800177, 593959.9082621521, 556950.1687187501, 478207.9813477657, 395264.0527246981, 297755.1823557568, 206417.12409931252, 117378.44953581398, -56265.31633457117, -117947.72385361031, -217933.62877931993, -316612.0621537281, -366999.3527869089, -444086.93419447856, -514970.2676240756, -645926.577129949, -722779.895449262, -832229.0138043972, -853457.9726395608, -882272.1294245748, -994762.575800615, -1092865.2223412914, -1184567.8655026776, -1256114.479390432, -1285093.5843029814, -1361725.3122858414, -1416109.9000121406, -1433638.0812285156, -1444004.8005525623, -1488444.1153155891, -1528127.083804175, -1554736.712735287, -1580265.6905539022, -1590056.2300279886, -1604371.1821236748, -1634180.1966189472, -1687987.692532395, -1731772.949940867, -1754051.1647231523, -1752466.9568463075, -1782911.280242923, -1788100.1094074005, -1799754.5439417106, -1783224.6809355014, -1819790.7869146373, -1868152.0565251159, -1821365.0583592718, -1765624.0159610878, -1736798.222175665, -1740883.3451181173, -1707869.7248938219, -1686400.4971593148, -1687866.7111507899]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y504", "yaxis": "y4", "legendgroup": "y504", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6314210.081045639, 6302585.162806787], "type": "scatter", "x": [-101546.35998560084, -0.4253256042199238]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y508", "yaxis": "y4", "legendgroup": "y508", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6302585.3328132825, 6314210.081045639, 6325305.781271936, 6333669.49835925, 6335341.082839817, 6326557.668885227, 6321527.081578191, 6325707.497043131, 6334063.904478354, 6340584.250992422, 6349641.566083267, 6352539.792243583, 6354900.5658406615, 6353798.114629705, 6353721.29413587, 6349796.75959748, 6349432.2593961, 6351818.320918656, 6348339.243119122, 6343960.451284613, 6347063.9961939985, 6352156.0915811015, 6356503.304350195], "type": "scatter", "x": [-2.812038653511535e-10, -101546.35998560084, -219070.4006339363, -220905.90566623939, -253204.87060183103, -235818.44200364285, -355252.16265210195, -456641.76832391164, -419230.8915468002, -345629.1253363386, -357278.3591238507, -340731.61545553553, -295300.5234524561, -255304.70119836522, -189869.6095175909, -176411.04911106225, -128418.54510512862, -76229.39788183555, -50296.958153377615, -59389.61118058582, -5303.297026254581, -26358.197517031276, -3.3126806391549844e-10]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y509", "yaxis": "y4", "legendgroup": "y509", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6251975.2093696175, 6251037.5289257895, 6250940.050281083, 6256484.662316866, 6259505.4675750155, 6265203.331738782, 6266754.251995459], "type": "scatter", "x": [-2.4839136173595077e-10, -4525.70056107211, -34465.273715726995, -86815.55184188872, -84336.65781858338, -47735.50633050576, -2.572313353193071e-10]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y510", "yaxis": "y4", "legendgroup": "y510", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6266754.251995459, 6267629.54023876, 6260839.670090498, 6251975.2093696175], "type": "scatter", "x": [-1.60834591569154e-09, 40300.756554796404, 46100.886512962796, -1.5530737405890632e-09]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y515", "yaxis": "y4", "legendgroup": "y515", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-443496.74574241636, -458218.9996408892, -471729.3469420716, -543633.4231781771, -514353.7668169027, -496755.4545929879, -483557.2448320555, -443496.74574241636], "type": "scatter", "x": [-5516673.502553169, -5484196.722710642, -5473704.100981736, -5488934.465622814, -5534681.146378041, -5542456.38703343, -5522684.517157256, -5516673.502553169]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y521", "yaxis": "y4", "legendgroup": "y521", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1766075.8434118996, 1747546.6543593155, 1653851.878866577, 1599934.8267428563, 1607547.8055284345, 1673391.2819170882, 1718613.328020599, 1766075.8434118996], "type": "scatter", "x": [-5651919.454498919, -5647494.125860718, -5677577.808107038, -5703034.5421593515, -5710548.169063373, -5690586.558816255, -5685354.955593182, -5651919.454498919]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y522", "yaxis": "y4", "legendgroup": "y522", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1948605.7121640642, 1932935.7122080238, 1898113.251698924, 1873003.8038921165, 1911680.7864114514, 1948605.7121640642], "type": "scatter", "x": [-5592354.597341742, -5579312.280165835, -5567346.347747494, -5579374.8600988425, -5609036.100793083, -5592354.597341742]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y523", "yaxis": "y4", "legendgroup": "y523", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1913369.1488453734, 1834055.5133478772, 1777391.5283844774, 1798115.9234773628, 1845091.4738736397, 1902842.2291937114, 1913369.1488453734], "type": "scatter", "x": [-5556275.243521233, -5561085.844764979, -5598870.594617894, -5596871.309099677, -5571506.765643156, -5561876.467687589, -5556275.243521233]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y524", "yaxis": "y4", "legendgroup": "y524", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3086761.2377605597, 3034042.525621817, 2997847.4834052473, 2968564.0555398213, 2950413.23451345, 2957604.2425549566, 3037314.901554801, 3073972.2782360883, 3086761.2377605597], "type": "scatter", "x": [-3914526.478820588, -3938078.444048768, -3922719.7191034053, -3887837.851075474, -3934609.0361575675, -3952406.8832582203, -3965626.757085362, -3949598.4288744866, -3914526.478820588]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y525", "yaxis": "y4", "legendgroup": "y525", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2317839.468157302, 2444241.6680054376, 2487803.772714886, 2556278.127470992, 2602905.5199344503, 2677317.701514167, 2680491.757610211, 2715174.4919840884, 2664727.3642818853, 2570295.350535728, 2556786.313192711, 2515646.276319146, 2446678.4506296394, 2425588.251014398, 2396136.4186185976, 2389527.831322565, 2319525.81994966, 2324804.957692348, 2298395.1615505614, 2251202.6218459634, 2230085.2508166963, 2179298.50278389, 2251755.8769767773, 2302396.9004152394, 2258524.5521941064, 2227139.427001277, 2166955.762737234, 2158190.868360177, 2070680.663723838, 2087773.3943961991, 2013726.7027937453, 2008530.9433084924, 1903333.1489423383, 1841961.0740387698, 1815973.839996119, 1734664.69017058, 1701803.9116657479, 1727131.5392610906, 1715604.3809426553, 1777495.4189831025, 1825113.3263588368, 1859943.3671129243, 1899679.4775795492, 1980649.9351276087, 2015258.6742370366, 2031157.4689575534, 2020580.011751347, 2072672.8889454769, 2106823.9972452773, 2186554.964846051, 2253977.116280913, 2317839.468157302], "type": "scatter", "x": [3309072.656382322, 3302591.8500440456, 3343165.0129390736, 3330562.8016286045, 3364135.157585145, 3392640.555560188, 3448375.364971678, 3491697.907441388, 3539813.3230958935, 3593544.0467086933, 3542582.9154143645, 3511375.4598495304, 3554221.734336397, 3499626.9439982194, 3520841.535685466, 3564003.1981661725, 3640419.2364280326, 3719040.9325247714, 3749361.0305540324, 3761739.185894592, 3778920.614205632, 3832623.7057716707, 3794776.4959998205, 3819415.530624531, 3867676.5401975242, 3938968.707660598, 3914540.2138633593, 3852767.5256313854, 3889797.43472001, 3927216.850598426, 3952864.617825279, 4012046.922964823, 4062789.199125164, 4111112.9831699138, 4118731.937502051, 4049043.4719417696, 3961170.1931079254, 3895974.232027807, 3830978.2504478334, 3774741.220137892, 3747393.6221885704, 3755923.4165116935, 3746963.5964843407, 3714694.441744956, 3755359.733128164, 3723722.375605154, 3695695.7929122704, 3628633.4826323744, 3570552.448309963, 3444862.6590128094, 3412371.159458731, 3309072.656382322]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y526", "yaxis": "y4", "legendgroup": "y526", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3335984.9597250926, 3331556.658781386, 3268886.8592493036, 3201735.987242237, 3185599.8171927533, 3199823.833284079, 3267564.6732600075, 3335984.9597250926], "type": "scatter", "x": [-3718043.9783085645, -3700834.161430218, -3677722.4883268066, -3674639.144274375, -3687247.498153717, -3705241.4697358264, -3724651.1436238275, -3718043.9783085645]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y527", "yaxis": "y4", "legendgroup": "y527", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4627679.192836089, 4633821.126637151, 4622225.36585679, 4604663.119740858, 4586165.595141131, 4602313.3765582, 4625189.489212923, 4627679.192836089], "type": "scatter", "x": [-2951110.0892331465, -2918517.157033291, -2916864.8473006696, -2934313.463469653, -2988876.0399813633, -2984779.2045876426, -2958224.3863272686, -2951110.0892331465]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y528", "yaxis": "y4", "legendgroup": "y528", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4741249.10983049, 4745304.051596206, 4710212.171547312, 4700845.743226163, 4702607.749131187, 4722051.539006733, 4741249.10983049], "type": "scatter", "x": [-2941311.960316075, -2891686.7542560473, -2883587.0557354162, -2902759.1620117305, -2964691.620461338, -2966645.4996744073, -2941311.960316075]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y529", "yaxis": "y4", "legendgroup": "y529", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4786946.158586756, 4785698.636437608, 4806856.626620654, 4835910.420753779, 4854102.701507638, 4842319.334140421, 4813075.319253637, 4791529.173724932, 4786946.158586756], "type": "scatter", "x": [-2372328.035630375, -2408747.98565466, -2425172.233556634, -2378469.854801098, -2318032.3200869234, -2295120.0583973913, -2314747.9857894816, -2357372.671310278, -2372328.035630375]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y530", "yaxis": "y4", "legendgroup": "y530", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5305764.788450304, 5271710.379960805, 5273838.488455719, 5309342.826093769, 5322482.207916369, 5360961.75543636, 5351858.116497076, 5349602.815519986, 5322152.522099795, 5305764.788450304], "type": "scatter", "x": [-2206903.717388681, -2270124.6007730453, -2303836.0866890172, -2265989.8754606317, -2272716.3882025355, -2217876.6210263455, -2191484.1900107283, -2150560.7608695826, -2185431.0999720916, -2206903.717388681]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y531", "yaxis": "y4", "legendgroup": "y531", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5548521.475351791, 5525251.302115475, 5499570.341287544, 5481820.877384819, 5442139.265591888, 5398514.3727090545, 5390304.801854864, 5419797.2979548015, 5398703.090478591, 5396628.417571917, 5435722.764276473, 5474539.429564113, 5495494.381909624, 5524984.770783064, 5570612.71055715, 5602670.767571772, 5619397.083534492, 5647551.0706708785, 5662092.788903095, 5691640.795584302, 5681313.180185208, 5656683.991030552, 5631935.2372644935, 5611406.3212249, 5647177.731363425, 5682272.29326007, 5705903.530176688, 5717068.75924969, 5682652.069349523, 5707175.750913398, 5735911.763056116, 5726398.860463873, 5717651.729988685, 5681262.616948278, 5665211.983705023, 5669682.107937605, 5638215.6854236545, 5612230.943385622, 5599813.0425991295, 5582039.172188064, 5556287.342635445, 5553684.262074604, 5577724.092245568, 5565875.659871912, 5548521.475351791], "type": "scatter", "x": [-1785505.2147238487, -1836996.0091055257, -1942500.6654531225, -2017456.8132811955, -2082709.8416313522, -2145367.638806982, -2189764.752228563, -2184771.661748587, -2229359.2015770893, -2263798.324126769, -2231062.0613667043, -2186019.9204664137, -2178938.554814006, -2189169.5137650343, -2168195.360046348, -2149602.498010209, -2095872.3275724973, -2047495.6284426432, -2042775.342831359, -1947253.6363677843, -1948832.1719138639, -1958273.563457911, -1984601.6765466868, -1987059.5354519633, -1935882.3654805582, -1909360.350572499, -1883363.2263748513, -1839956.9837980198, -1840850.136487773, -1817203.2129769055, -1763069.5671399029, -1707623.685662261, -1681335.3297752528, -1662242.8160557318, -1694749.7527826668, -1733486.0660740554, -1733272.013710724, -1800347.9263576292, -1762502.72716252, -1805502.6195210107, -1913334.196424733, -1876887.332065653, -1765859.8353041043, -1759753.1382497938, -1785505.2147238487]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y532", "yaxis": "y4", "legendgroup": "y532", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5108075.203350063, 5145392.916147917, 5157668.504441648, 5152631.497773362, 5113413.406274238, 5064866.637560303, 5052143.493152066, 5070375.967217936, 5088535.286046685, 5101045.535748179, 5108075.203350063], "type": "scatter", "x": [-1861508.4220463096, -1811715.6209478881, -1773467.461508051, -1763976.103306645, -1761892.3015749685, -1806960.5681238996, -1834915.9544358503, -1839895.9567923774, -1845151.6319993394, -1866148.9710808597, -1861508.4220463096]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y533", "yaxis": "y4", "legendgroup": "y533", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5991801.080131776, 5995885.7343198545, 6006634.9069933845, 6026039.078399088, 6031209.61853926, 6016542.933360513, 5994302.896122606, 5991801.080131776], "type": "scatter", "x": [1180300.1895908727, 1130231.2440262868, 1093613.0568784312, 1082859.461782258, 1096441.1207395154, 1135872.917892341, 1179651.719590893, 1180300.1895908727]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y534", "yaxis": "y4", "legendgroup": "y534", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6031389.081764876, 6055255.761478895, 6055388.514308904, 6041366.340189574, 6018779.218868111, 6014048.106072845, 6031389.081764876], "type": "scatter", "x": [852420.6368622155, 805169.099667221, 855544.6492115099, 890743.4950041265, 912743.8888740774, 887685.746990545, 852420.6368622155]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y535", "yaxis": "y4", "legendgroup": "y535", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5939247.478743506, 5962723.358386546, 6002702.800836705, 6010568.115641266, 5977281.201220422, 5965232.41268691, 5936298.325361568, 5930595.353013762, 5939247.478743506], "type": "scatter", "x": [1009197.4323769675, 957919.9200838376, 913013.5073458786, 977642.3695657281, 1061198.6986639937, 1114861.200264657, 1110643.5671443064, 1049227.721674794, 1009197.4323769675]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y536", "yaxis": "y4", "legendgroup": "y536", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5483182.353786626, 5484073.554835348, 5467284.545933188, 5458599.795494945, 5452353.1100915, 5474253.09311926, 5492015.162026524, 5500049.19737908, 5521327.202306251, 5531222.186622632, 5516968.474323224, 5501906.823774285, 5483182.353786626], "type": "scatter", "x": [-1467463.9892014535, -1453645.088685585, -1506259.1568333423, -1561445.4608649854, -1639197.2605693766, -1642648.7517144396, -1620102.9754626718, -1558342.0338154007, -1557272.2116368585, -1475212.201332995, -1484443.2314004335, -1455415.3918759134, -1467463.9892014535]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y537", "yaxis": "y4", "legendgroup": "y537", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5559146.206621588, 5582443.460696425, 5577266.735963705, 5510720.780352522, 5542825.307443871, 5551945.305711813, 5559146.206621588], "type": "scatter", "x": [1160356.404904726, 1207547.5689644597, 1252191.8334766605, 1320856.991094227, 1172266.3590473908, 1156738.1657074157, 1160356.404904726]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y538", "yaxis": "y4", "legendgroup": "y538", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5488646.52858884, 5509498.659073843, 5522073.4743215805, 5536090.266883572, 5526099.216794681, 5501468.261892983, 5475332.693233145, 5463450.9978586305, 5466147.455747501, 5456128.756883865, 5488646.52858884], "type": "scatter", "x": [996152.0742938556, 968179.814231331, 1019205.651250479, 1117437.1516469328, 1215474.1429669657, 1236240.165477198, 1211468.8909151894, 1172208.9518331054, 1094268.9258548864, 1073368.7317691399, 996152.0742938556]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y539", "yaxis": "y4", "legendgroup": "y539", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5503998.217606253, 5500889.347970591, 5492651.943778026, 5498855.516306933, 5479674.677317312, 5461337.547129124, 5424157.628116292, 5403767.560695789, 5384718.7117693005, 5392681.710655244, 5397300.346782306, 5415992.177558487, 5441775.101787709, 5460165.910301896, 5465367.052420922, 5461050.841728763, 5479722.552376348, 5494926.060128855, 5505956.00166953, 5503998.217606253], "type": "scatter", "x": [-1039115.470142937, -1006897.1494002243, -1000717.4655322819, -974917.3190401641, -971775.9380220011, -1031322.484474172, -1075173.1674175626, -1146979.2080926835, -1180844.585741721, -1215176.0672492231, -1298790.5054970377, -1306703.1087667681, -1291209.5664235097, -1245261.5217547505, -1205633.444184793, -1177485.4858626265, -1175657.0998720622, -1137163.7406226953, -1086320.0489273649, -1039115.470142937]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y540", "yaxis": "y4", "legendgroup": "y540", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5480744.273069049, 5471589.001305551, 5463075.3772623, 5450661.527758018, 5446000.04469761, 5436241.246838815, 5423126.214821284, 5428178.707715201, 5422384.911823072, 5412818.8544221185, 5393892.923260443, 5387742.046710747, 5373722.980844713, 5358298.455761145, 5342796.402504832, 5323595.992429242, 5305769.174127978, 5284139.94473944, 5274083.116074452, 5274106.278300373, 5284174.078487023, 5283014.6649729675, 5266721.105043933, 5262994.590765888, 5266529.748062632, 5253260.764452636, 5267193.148916682, 5266640.6847113725, 5293408.624956871, 5275578.937307767, 5276999.328577001, 5252373.715844638, 5251490.437480371, 5259798.15056141, 5252867.162600891, 5260211.48565045, 5251405.575167577, 5231609.773602656, 5223209.980178673, 5237834.809187557, 5280427.696533961, 5314572.600603687, 5337256.791979712, 5363247.882328224, 5375720.660655508, 5357797.28790769, 5380147.297194273, 5374588.267540488, 5332629.747121816, 5364286.345826697, 5386955.626896287, 5386315.69992615, 5372549.124267955, 5377501.3429180635, 5400211.009387425, 5414599.979431299, 5387888.262518445, 5377956.137392472, 5371890.6764389025, 5395058.237994607, 5425789.552541649, 5447566.519882276, 5460961.808378395, 5474719.51432948, 5480744.273069049], "type": "scatter", "x": [-901935.4841600385, -881191.072629575, -877444.0002501549, -858460.0901012527, -815881.1628615418, -820060.9016140458, -849140.6446971716, -788440.7139994726, -768295.1885971678, -752109.5715596033, -738996.91322712, -748894.8642125415, -720417.0802287735, -718131.6169131846, -714643.2153740727, -708659.808811777, -708961.1927229281, -723911.3404061133, -750278.5773174091, -809922.8956424615, -846195.0621896642, -874699.9186920205, -859892.329863427, -937305.222875861, -977010.2643964455, -1072568.678760165, -1102478.835103259, -1127619.2886485017, -1154703.744383264, -1161232.2734806843, -1183780.5485585683, -1231739.956437189, -1273323.7534265693, -1311429.4429427036, -1355521.931032998, -1393967.0318012845, -1417572.8840739008, -1405084.6562297079, -1430919.539228627, -1507901.498784534, -1488048.8006397123, -1512000.6725978234, -1501045.7181228013, -1496618.8894973185, -1444524.0679345466, -1418867.0183044898, -1340656.5813139456, -1332486.6981999963, -1375381.5476382012, -1308019.6630477065, -1288908.7521627448, -1245848.5402160124, -1217319.555014905, -1178735.5407019036, -1138039.0421803258, -1081950.5330655696, -1082671.381973108, -1092894.9089924078, -1049348.0481102618, -1041781.1761435857, -1053423.1224887858, -1016885.2450993942, -972342.3235975594, -939717.7509812058, -901935.4841600385]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y541", "yaxis": "y4", "legendgroup": "y541", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5196575.614694352, 5210696.2531855535, 5192907.296671839, 5207662.068224568, 5199762.808840012, 5166731.123502458, 5100455.866344212, 5080791.125928576, 5089895.663596894, 5103686.998552105, 5090890.583903334, 5084189.027487885, 5052005.716042339, 5065484.003456421, 5039786.586306574, 5005274.69668155, 5021749.793799385, 5035299.356811767, 5016394.243171943, 4986249.671817835, 4946236.184996355, 4931900.581258236, 4929600.452732051, 4919152.62350588, 4872244.518579626, 4829613.038729182, 4750237.691520581, 4697957.688514468, 4701423.702367422, 4685839.949714723, 4638281.235261484, 4573605.121353053, 4571881.461726702, 4499942.8048079815, 4506222.12431793, 4468642.903414334, 4443172.27906958, 4439427.368406683, 4447888.10104731, 4387451.224340357, 4352454.327678769, 4397974.363672797, 4380819.526316346, 4351900.285960674, 4294710.523676303, 4227480.021989151, 4224677.603242766, 4261337.347283848, 4316179.442613342, 4259913.132450554, 4227470.548974273, 4202974.171653485, 4188329.506644871, 4138301.1083315406, 4098427.776070223, 4099946.8204962523, 4111498.2353724414, 4092272.5973598696, 4024124.313608894, 3995575.24069561, 4001660.015685289, 4000686.002798891, 4003067.7606143104, 3967069.173366332, 3911395.6405337276, 3866779.3082101205, 3829838.916969235, 3759327.460927638, 3699565.5852261586, 3628311.0574551746, 3650556.7127943663, 3746129.14481689, 3786446.0261605387, 3849286.1359400866, 3938167.4754090225, 4065703.4763491685, 4123233.1934483857, 4190576.998729411, 4281017.453134788, 4325401.200383048, 4361141.3742286125, 4422965.501684499, 4423644.585638728, 4445599.296898314, 4494522.029036961, 4488385.918348244, 4487016.443937921, 4491807.572867624, 4532353.527539493, 4576455.594419323, 4603873.703225273, 4591041.728320563, 4544169.698894576, 4609600.596117677, 4643749.956021633, 4649490.060169781, 4676678.623648585, 4716778.412632347, 4747051.763260216, 4797566.396243718, 4872065.584037997, 4908634.902774546, 4930537.350309602, 4992046.359771979, 5020715.093748598, 5051137.991611873, 5078088.690833938, 5105995.3011420015, 5152421.635618627, 5134385.7334049875, 5113810.169774042, 5172558.857639441, 5212930.0004475955, 5225214.61572434, 5203493.18288616, 5186733.370190962, 5197818.87397058, 5235878.0497073345, 5243156.808383477, 5241968.823576588, 5235243.830479926, 5256145.555814785, 5250311.274762102, 5236759.9971456155, 5217910.951509828, 5196739.404990797, 5207006.464175274, 5175009.373574682, 5163000.073808458, 5134166.229891114, 5175632.062539501, 5196575.614694352], "type": "scatter", "x": [-598198.5176254321, -518751.8115356761, -487412.0134612709, -448774.26077392354, -407163.3395480863, -329018.70567839424, -288293.7286953789, -328986.7162294276, -382923.21798414044, -458933.16346390493, -462719.69180626987, -409329.127392394, -384084.05769391224, -342587.85021118197, -345685.2600224867, -387233.13083078415, -332196.95540828357, -244645.6578353775, -203727.5072211374, -204886.9315253953, -293691.7785141415, -310927.90143769275, -374206.7738306114, -334066.6895735111, -381276.6112620562, -420864.1465348008, -461156.3247465373, -456560.15385478, -495187.48965378036, -546653.6551916122, -521591.967970994, -546479.1320661252, -578547.9683467349, -574453.9249916659, -640185.6417535371, -622555.1467192348, -645496.0911321816, -693441.4131530923, -734748.0415077714, -725182.6536061447, -742733.0510658183, -786727.6882837028, -814305.4485789171, -783115.3978478261, -766023.1987606968, -785037.9870575492, -853948.4568411652, -863547.4047911211, -878446.5934719973, -897960.568522837, -961005.8132031135, -872624.4880257803, -826791.4190780345, -958466.0227200176, -1092917.670926767, -1215816.8450409395, -1255279.527267683, -1313237.4419111426, -1423307.1631449652, -1543328.7874514242, -1571031.9549714222, -1634473.4475738835, -1700914.586098215, -1772016.917674281, -1818488.3118248594, -1880345.7753529104, -1994781.332258338, -2031606.523775504, -2104072.2132933913, -2189335.8272044393, -2249795.1539304643, -2250256.5987767675, -2323629.4783891537, -2317865.109076484, -2267551.790031874, -2227421.169401513, -2191417.15675204, -2123836.0099650933, -2087417.2121392745, -2017316.9575501976, -2005430.554278283, -1883631.207383049, -1815462.1957890994, -1771583.643590873, -1703004.5248832905, -1759503.348774552, -1784819.349565053, -1817981.905520758, -1818598.9947655217, -1761960.5851763077, -1707933.4804557567, -1686663.8248650949, -1662914.5022103977, -1648461.061046502, -1638297.0696445382, -1670922.1051119596, -1666079.9893784218, -1562950.444156509, -1541959.6841448534, -1495249.8358916475, -1420155.6147673356, -1404323.693131496, -1365572.4115507775, -1347598.1466471474, -1366984.214596032, -1401424.452063571, -1434043.882403457, -1412825.1224814923, -1363307.4287127275, -1308943.180795974, -1284994.6516015483, -1295774.8345199947, -1269602.8566695156, -1228039.0147056, -1151515.4327212442, -1073448.912314008, -1033853.8503094203, -1018466.552509277, -971663.254621586, -876170.9407685732, -854425.474574879, -813591.8600957755, -770232.4027596199, -730929.7204768715, -703837.2293455065, -721530.611341591, -648714.1139037806, -656552.9479466235, -648210.0011657309, -650778.5976352316, -634148.6933571794, -598198.5176254321]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y542", "yaxis": "y4", "legendgroup": "y542", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5556245.687361661, 5536460.616392249, 5521828.719782709, 5526166.039263321, 5559723.974492533, 5556245.687361661], "type": "scatter", "x": [-1731099.9184920783, -1738562.8259651596, -1767496.5124886073, -1828214.004286401, -1742340.3117721907, -1731099.9184920783]}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "Equator", "yaxis": "y4", "legendgroup": "Equator", "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [-32093.52017450125, -234229.41572511906, -435347.64250670467, -634638.3684034315, -831299.1200005352, -1024538.0138615211, -1213576.9451632735, -1397654.7208495534, -1576030.124686776, -1747984.901880176, -1912826.6512323634, -2069891.6131985646, -2218547.342612042, -2358195.25531756, -2488273.038458515, -2608256.9147123406, -2717663.751356924, -2816053.0056755594, -2903028.4988669795, -2978240.0113175614, -3041384.6928121005, -3092208.2820047406, -3130506.1302396716, -3156124.0255990387, -3168958.813859906, -3168958.813859906, -3156124.0255990387, -3130506.1302396716, -3092208.2820047406, -3041384.6928121005, -2978240.0113175614, -2903028.4988669795, -2816053.0056755594, -2717663.751356924, -2608256.9147123406, -2488273.038458515, -2358195.25531756, -2218547.342612042, -2069891.6131985646, -1912826.6512323634, -1747984.901880176, -1576030.124686776, -1397654.7208495534, -1213576.9451632735, -1024538.0138615211, -831299.1200005352, -634638.3684034315, -435347.64250670467, -234229.41572511906, -32093.52017450125], "type": "scatter", "x": [-6377334.169059467, -6358076.330125794, -6313216.761854126, -6242936.09789299, -6147517.333671033, -6027344.686874319, -5882902.050337312, -5714771.043577218, -5523628.670817467, -5310244.594930657, -5075478.0382778, -4820274.322923146, -4545661.064155866, -4252744.032645979, -3942702.701896132, -3616785.498918101, -3276304.777257831, -2922631.5326109002, -2557189.882306733, -2181451.3308907505, -1796928.8448949258, -1405170.7606555477, -1007754.5497092741, -606280.4668720097, -202365.1065775647, 202365.1065775647, 606280.4668720097, 1007754.5497092741, 1405170.7606555477, 1796928.8448949258, 2181451.3308907505, 2557189.882306733, 2922631.5326109002, 3276304.777257831, 3616785.498918101, 3942702.701896132, 4252744.032645979, 4545661.064155866, 4820274.322923146, 5075478.0382778, 5310244.594930657, 5523628.670817467, 5714771.043577218, 5882902.050337312, 6027344.686874319, 6147517.333671033, 6242936.09789299, 6313216.761854126, 6358076.330125794, 6377334.169059467]}, {"showlegend": true, "mode": "markers", "xaxis": "x4", "colorbar": {"y": 0.6215277777777777, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "Cities", "yaxis": "y4", "legendgroup": "Cities", "marker": {"symbol": "circle", "color": "rgba(255, 0, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [2332658.194618782, 2935378.0324359112, 3139701.5354862805], "type": "scatter", "x": [-8859.206368392886, -4654044.842733646, 2195781.6048235735]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y545", "yaxis": "y5", "legendgroup": "y545", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8204241.745377365, -8188438.396475018, -8195145.080208233, -8208332.336211376, -8222820.259484334, -8240787.966350615, -8246135.334696003, -8232271.318573298, -8218032.302589651, -8215621.726265078, -8204241.745377365], "type": "scatter", "x": [-9574958.08819995, -9595401.573171426, -9462676.527537161, -9357688.699482474, -9260908.790348303, -9178030.388948351, -9267961.658525193, -9397058.691703584, -9484571.871193366, -9495751.631617023, -9574958.08819995]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y546", "yaxis": "y5", "legendgroup": "y546", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6447302.295929235, 6379514.141901496, 6293710.716206038, 6236312.657063779, 6251044.819963263, 6351917.6434874395, 6448604.061739781, 6522020.05901235, 6565361.0495279515, 6569171.147341364, 6511772.508213969, 6447302.295929235], "type": "scatter", "x": [-479961.15248076257, -469832.17277990177, -532355.3663772296, -674376.3865501453, -784976.2494222686, -715449.8600839012, -750192.0889930008, -640789.8546267072, -580409.281559746, -515976.2052616235, -436043.1148478382, -479961.15248076257]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y547", "yaxis": "y5", "legendgroup": "y547", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-342683.01986422046, -433435.24974360265, -508783.05403740297, -576212.3920997768, -642356.5083823574, -719823.0354354841, -801045.5431365024, -870698.8213620618, -884830.4193235987, -972270.2467101669, -1058283.1309043276, -1197142.0925228004, -1192795.1575162115, -1250724.978277835, -1272933.4844715295, -1297579.144843877, -1352524.9205760679, -1390243.4335240782, -1399344.4792054738, -1365522.75926793, -1350858.697405221, -1331211.7544889667, -1247853.8648053415, -1175932.4404034175, -1061337.0650929483, -1004019.519583557, -1041406.721926796, -1084668.034775781, -1181233.7008772907, -1226198.7356022974, -1204327.8594770834, -1198872.6863064426, -1091437.3051784502, -1065088.3157140543, -1102409.151117083, -1106436.0914625288, -999791.4185158034, -963377.2014392652, -820643.473461013, -710325.5608086792, -598950.2645308425, -587948.9089866797, -466315.7800507575, -530291.9790381757, -541895.6591385943, -493625.9900476579, -436415.9381661144, -371716.73774285184, -324274.1137569858, -326834.0030374169, -291878.74184976995, -291613.1921590087, -213158.4343491519, -188824.26156520686, -123607.64019753887, -91674.83361218819, -48712.5446325509, -102845.99633178834, -151833.83750364432, -364950.4319366496, -443779.014971029, -304066.55469331355, -224538.45188419108, -224422.67823941584, -270368.53032734554, -317499.83086069964, -342683.01986422046], "type": "scatter", "x": [13249523.56529087, 13409257.366898436, 13579560.370252443, 13640790.416249769, 13689190.130926054, 13698397.123396201, 13848729.998945033, 13865843.760602836, 13778364.667405881, 13791185.037068905, 13866279.217188518, 13911662.11547691, 13965746.128077207, 13954974.922917338, 14024366.39667009, 13993180.353619752, 14085202.852922654, 14069643.382154869, 14006549.043555781, 13988236.152481446, 13909970.874061588, 13818213.7605855, 13756080.027573138, 13711493.186442789, 13675305.86013902, 13558844.152871467, 13475854.721341064, 13414300.487956937, 13415843.875197649, 13337243.724796496, 13287367.218584128, 13191234.39304697, 13119376.786207983, 13026914.810441546, 13000134.85929293, 12881130.488106173, 12931136.576994449, 12993385.331865838, 12980593.39185148, 12943249.509771824, 12767861.15209832, 12691016.441614313, 12555654.151233051, 12525130.035439009, 12488546.215710973, 12469409.986206273, 12471436.521523153, 12401933.077019088, 12504576.972606983, 12571523.370421583, 12564596.715498278, 12427033.820306169, 12391518.910241479, 12307968.9999537, 12269055.949704098, 12396065.947884053, 12444512.491597055, 12595071.624135852, 12609357.654178882, 12630744.479618251, 12725155.328630175, 12808343.822140867, 12918072.389098898, 13001631.002018228, 13080971.433833351, 13149410.703615462, 13249523.56529087]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y548", "yaxis": "y5", "legendgroup": "y548", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [596230.6757074171, 645449.272981976, 717472.5902644864, 808866.18703308, 911490.8484415376, 911921.5089597709, 845507.7881247354, 788410.7877652824, 751775.1667488004, 712227.9099375906, 660721.4006535814, 654196.7909699037, 589958.2569660519, 545129.8069513239, 426228.431174181, 301516.7673105096, 240896.34204178685, 118928.22430947042, 103377.3866413499, 13508.281802393964, -105945.2894584872, -196084.4613995355, -327317.38385202584, -528700.3246588713, -481876.39694081014, -541106.6876003129, -460634.1881357316, -453190.04434890015, -410997.1365951418, -458354.70274849096, -394621.4390341132, -401863.36785332253, -386664.59414999915, -209957.53843440898, -173322.7756119817, -60572.092253682415, 54754.807380081795, 176884.97064351264, 264464.8147284513, 219301.44763993492, 243926.75356184633, 355481.4745640016, 380324.1990776066, 408839.7215145124, 513007.5746377559, 596230.6757074171], "type": "scatter", "x": [10722594.913373232, 10757464.450080663, 10833591.04864252, 10900503.940951291, 10941007.396354558, 10978894.232160518, 11031583.798329256, 11039489.16219578, 11103470.38578448, 11184010.888564311, 11180103.139177572, 11117458.720041154, 11137343.627432145, 11070185.902426595, 11021226.137491692, 11093807.23999012, 11078850.391089208, 11185936.872145133, 11074688.627581391, 11043741.89234352, 11047386.769509753, 10955951.911591716, 10950855.07214006, 10908026.400350278, 10896005.077163003, 10787005.773915164, 10752837.964395873, 10686117.24775238, 10640629.489990251, 10527417.08826071, 10495141.563271942, 10433385.4187755, 10356364.77703488, 10345810.226292972, 10299414.54092181, 10255233.77584665, 10242170.679281723, 10252107.159703821, 10306560.488203228, 10376231.047696942, 10448442.967479788, 10464909.245467817, 10504346.446568364, 10616138.27914283, 10679941.336445045, 10722594.913373232]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y549", "yaxis": "y5", "legendgroup": "y549", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8034117.962484913, 8013755.326733243, 8017700.254313859, 8031389.970975828, 8054601.880809518, 8068232.093196676, 8050448.1367890285, 8034117.962484913], "type": "scatter", "x": [-5779499.265503712, -5844952.469557716, -5928869.888126773, -5982004.016851626, -5911068.073240822, -5800258.255191216, -5775934.965794941, -5779499.265503712]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y550", "yaxis": "y5", "legendgroup": "y550", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8157481.760482142, 8156190.33144242, 8159061.109288571, 8171506.809784704, 8170861.230865143, 8162611.248181052, 8157481.760482142], "type": "scatter", "x": [-5580866.964480203, -5610418.970923407, -5716345.180995461, -5707622.588980604, -5589700.574401359, -5564018.192700539, -5580866.964480203]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y551", "yaxis": "y5", "legendgroup": "y551", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8211327.044069811, 8196764.99865588, 8181244.206056256, 8172210.99364365, 8182369.983611599, 8198450.561969204, 8215702.412613798, 8214059.336031702, 8211327.044069811], "type": "scatter", "x": [-5643576.741988745, -5604543.269674929, -5652262.5427602, -5757903.748697418, -5785235.845610871, -5776502.599644614, -5743392.5443741195, -5671604.230723104, -5643576.741988745]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y552", "yaxis": "y5", "legendgroup": "y552", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8003093.572535578, 8009674.833240336, 8026692.306456331, 8055059.975382313, 8079984.067835478, 8101376.751131379, 8107267.684889797, 8122019.622896315, 8141151.030909813, 8138220.770912844, 8123209.0852684975, 8123313.80923036, 8107662.506277654, 8089424.762842337, 8078252.425761975, 8066368.969274904, 8064152.8414900955, 8059917.116520643, 8070839.933289822, 8075093.64537652, 8071579.993391032, 8052511.386821173, 8031155.459174133, 8017194.956825199, 8005776.381011404, 8012252.334905426, 8004042.494618681, 8003093.572535578], "type": "scatter", "x": [-5487408.112346416, -5578295.429325271, -5717506.5693056425, -5694225.362687517, -5660974.972759101, -5685665.073888178, -5800452.348503436, -5843529.397944709, -5785100.731319559, -5667292.042746969, -5627966.991244358, -5509365.354146128, -5484225.259496855, -5528481.984186856, -5476801.837677886, -5456833.918092599, -5377720.743239218, -5294777.151436579, -5181103.488348195, -5050445.640959711, -4956329.7808405105, -4917545.3087808285, -4932789.753699803, -4990004.2556807, -5097793.450206807, -5168627.849473431, -5358289.772976469, -5487408.112346416]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y553", "yaxis": "y5", "legendgroup": "y553", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8185406.386617966, 8178603.397282247, 8165407.552842684, 8152476.556317563, 8166972.492552129, 8180988.023626243, 8185406.386617966], "type": "scatter", "x": [-6552798.873216125, -6485535.592947583, -6535296.724302163, -6675201.18610262, -6730187.575331649, -6649330.2725246325, -6552798.873216125]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y554", "yaxis": "y5", "legendgroup": "y554", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8212923.623789761, 8204505.84188218, 8196282.552095496, 8196323.136126064, 8202348.717714412, 8214800.692358116, 8212923.623789761], "type": "scatter", "x": [-6468416.137204965, -6413150.510006334, -6504340.802883238, -6601663.512775252, -6585908.9151817085, -6494973.091748877, -6468416.137204965]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y555", "yaxis": "y5", "legendgroup": "y555", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2414977.847059926, 2403732.072656466, 2378357.7087540734, 2346125.95863495, 2346882.6927196793, 2342371.8013766585, 2397066.746731967, 2415723.2627219544, 2414977.847059926], "type": "scatter", "x": [-6101378.297021601, -6055548.740626012, -6041672.783474572, -6068696.461469746, -6137993.510177029, -6192322.815543596, -6191731.562668609, -6176615.931549489, -6101378.297021601]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y556", "yaxis": "y5", "legendgroup": "y556", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2411883.877114888, 2400435.8593507693, 2369752.561493647, 2334736.7420129576, 2332353.358679376, 2310965.5645246487, 2331503.7665074877, 2378093.5746474518, 2407288.610397326, 2416185.0168826315, 2411883.877114888], "type": "scatter", "x": [-7140772.441433003, -7080270.958036116, -7035179.963315446, -7024205.144674145, -7089292.025619569, -7119913.936151458, -7168995.799010402, -7215823.019141707, -7201029.793682263, -7161186.12341376, -7140772.441433003]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y557", "yaxis": "y5", "legendgroup": "y557", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3006229.6823865734, 2997292.385781036, 2995880.797726169, 2953155.964983825, 2907173.4635430477, 2921369.8161271005, 2891832.7144296225, 2813834.413725462, 2756903.677171927, 2758640.3127392814, 2732864.695872456, 2697247.1405526916, 2692033.170932528, 2640177.2831222685, 2610454.852783968, 2594338.3029554505, 2588031.2497257595, 2598078.649730407, 2585707.640789577, 2656493.8341774587, 2689399.6903664754, 2697862.031111174, 2734380.544568819, 2806300.268544112, 2801388.3664891603, 2835197.946856253, 2861617.9710288285, 2881123.1362237236, 2905653.399483908, 2937045.112153149, 2943471.7452446446, 2878161.457548403, 2876405.7642644597, 2845686.7849944104, 2831909.244723378, 2843854.2744804793, 2882745.2665690687, 2928101.843102143, 2956019.0783432703, 2980468.423701475, 2992464.84391913, 3006229.6823865734], "type": "scatter", "x": [-7481420.28599983, -7404410.232685235, -7333184.796028671, -7254852.555456695, -7226088.103097057, -7138687.082972527, -7111101.232066103, -7045860.301090518, -6997436.355749774, -6967079.996520253, -6916260.900320613, -6927998.031599098, -6861236.884624686, -6799122.006644827, -6813999.440738386, -6877153.624053252, -6939756.707506509, -7001601.024648913, -7134670.219793784, -7063280.900063461, -7095907.009295393, -7153701.954060652, -7179939.283523148, -7190724.751057068, -7243107.234857597, -7322970.7639426645, -7346137.385833997, -7461856.920292229, -7489613.954425777, -7450186.124377439, -7538434.37707448, -7614974.442129337, -7653059.76205919, -7671288.69718411, -7718760.42369305, -7755816.223476253, -7701076.396674742, -7673553.574809396, -7627545.678975832, -7576812.655572606, -7505845.742734133, -7481420.28599983]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y558", "yaxis": "y5", "legendgroup": "y558", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6201857.135157014, 6139788.01514018, 6052709.047749256, 6086463.02660192, 6065067.879178913, 6030123.0176407285, 6002536.315887877, 6027064.832587513, 5996093.885830002, 5921837.878050926, 5939241.789020819, 5885117.3237017095, 5821249.168749345, 5729986.79659136, 5726106.942979122, 5745773.959210031, 5830491.801427765, 5843573.68171348, 5753879.733223861, 5757489.4028514195, 5806177.986070811, 5831247.804064998, 5825091.302436222, 5828239.35725324, 5858699.135289968, 5894768.877891834, 5922490.65775999, 5983615.773361406, 6142880.97353405, 6198950.045423353, 6232681.29231387, 6228401.8303685775, 6201857.135157014], "type": "scatter", "x": [-4391024.2313486375, -4453819.401000774, -4534885.19838728, -4471922.649437988, -4425231.106173077, -4464301.756619175, -4401860.03587069, -4357387.625008999, -4286910.2033692375, -4333733.649543035, -4272297.082256512, -4277593.570352001, -4270408.213092237, -4329698.349186893, -4367660.776156999, -4415855.369114656, -4374339.990710232, -4393168.434818361, -4513130.041353656, -4560697.533108125, -4489176.419174471, -4559664.051040751, -4648620.1175693255, -4805017.912983881, -4807858.136618092, -4746080.204890599, -4772295.668022735, -4684996.022906867, -4549946.488354855, -4481918.850247885, -4402040.940463164, -4366916.352422644, -4391024.2313486375]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y559", "yaxis": "y5", "legendgroup": "y559", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7403249.72067838, 7377491.987236806, 7353887.419075933, 7317491.221085136, 7323482.10573215, 7297898.286081, 7273411.676321207, 7292138.115091611, 7326891.65131159, 7285764.291540306, 7245259.569641899, 7291014.502435175, 7283548.29113245, 7321817.612898337, 7381731.168113326, 7449891.647060714, 7443895.495343462, 7411305.59233394, 7422781.520960898, 7403249.72067838], "type": "scatter", "x": [-5851357.796831883, -5796228.326186587, -5734968.021418373, -5757443.794998051, -5700836.511364174, -5670022.877995936, -5751510.850565335, -5847495.820234625, -5859750.034271782, -5962577.587119567, -6095719.626644289, -6083560.509404344, -6185709.262874178, -6092681.8748020185, -6033264.115732755, -5950176.191378861, -5905378.33305948, -5920720.672792788, -5875251.920015494, -5851357.796831883]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y560", "yaxis": "y5", "legendgroup": "y560", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7888524.846728942, 7911661.61756031, 7882139.607682255, 7853761.685939245, 7827299.734868163, 7841068.686279472, 7801968.939485757, 7777240.512613929, 7751631.8198658405, 7690740.264922509, 7659692.569737763, 7615366.354836821, 7600249.781736128, 7535868.196396082, 7531150.707035697, 7480685.789440838, 7394941.842244295, 7426806.85323345, 7497176.42819811, 7488117.626051959, 7446288.735429968, 7403162.784297366, 7368552.818046005, 7348374.777239353, 7271980.549794743, 7215326.186447633, 7236796.057758095, 7299423.723186464, 7231963.389871863, 7183846.372559303, 7155713.484387857, 7187862.2274829745, 7234078.298484841, 7272364.130677105, 7294332.005300829, 7333952.479371705, 7370875.220031802, 7348859.17021276, 7336676.077287933, 7362832.699073243, 7418131.58052062, 7419453.259750572, 7428935.949224133, 7455250.819334398, 7491580.623456278, 7561027.215054927, 7591903.756260796, 7615522.308748596, 7648542.647156984, 7671380.61668689, 7688204.9455874115, 7728936.0678443555, 7732622.823831652, 7754505.108754473, 7735551.555452241, 7727227.3560212, 7741664.33912062, 7760445.068483655, 7770017.976542864, 7792125.880564498, 7820393.43155766, 7820661.691188915, 7881632.118154104, 7933409.872225199, 7956390.999431005, 7971127.132985807, 7934997.789161453, 7899164.4974112185, 7945324.384108487, 7968212.003395825, 7909751.048996823, 7871379.967595565, 7888524.846728942], "type": "scatter", "x": [-5040822.5292563485, -4954185.270781083, -4845192.441966946, -4786533.542923081, -4805050.630885102, -4671085.895410356, -4641203.344525445, -4506141.340144859, -4471400.508764199, -4459702.511783569, -4607563.228391507, -4484180.2593309125, -4388243.980309536, -4336397.71380835, -4232025.424915931, -4286827.022386607, -4464046.528124458, -4529038.021402871, -4589525.203486861, -4685047.6983472565, -4723473.177686734, -4679996.9735618085, -4607917.384219969, -4591946.076379374, -4593309.815450431, -4651680.422444701, -4728940.473868299, -4867737.802954967, -4810029.063728595, -4764525.184138537, -4769342.998305867, -4945158.588268639, -5069523.091186602, -5130443.442321616, -5090806.492077523, -5168687.901036839, -5244292.647030107, -5259317.164481549, -5471760.471766216, -5511306.985235522, -5422149.168792565, -5290340.16843376, -5139955.086937723, -5143088.185303053, -5090806.258165691, -4947141.008567181, -4940688.593624912, -4947094.831512126, -5021756.028566109, -5136885.181370161, -5078672.261766717, -5110543.67943784, -5165215.687061516, -5195518.8971977625, -5249774.62834467, -5377968.356157449, -5603320.07331082, -5722094.308867221, -5817779.462874662, -5846590.556690791, -5745046.247804585, -5836963.677652839, -5781439.82983179, -5664546.493044536, -5568583.0140995, -5386355.6965186065, -5480431.464463828, -5475871.2288058065, -5358807.165755613, -5169777.612988129, -5133122.227307709, -5187097.768481752, -5040822.5292563485]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y561", "yaxis": "y5", "legendgroup": "y561", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7989221.618555007, 7987328.580856992, 7974037.961917836, 7924108.724292911, 7912952.700013669, 7869161.510732401, 7871378.432437492, 7922622.831328826, 7950777.417742314, 7974350.222643404, 7989221.618555007], "type": "scatter", "x": [-5903970.380564905, -5776583.430922913, -5676175.352141126, -5839921.925439039, -5930954.866865422, -6058538.439850082, -6128878.044195823, -6097828.073610565, -6056172.789345349, -5988397.084944203, -5903970.380564905]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y562", "yaxis": "y5", "legendgroup": "y562", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7909135.508729354, 7946433.275291986, 7973330.811801766, 7961703.650611404, 7968711.506833526, 7952600.210226148, 7925496.993384146, 7900671.088233661, 7847305.607088739, 7823748.97020309, 7828862.1284777345, 7852023.783554057, 7896178.113769872, 7916293.93430701, 7909135.508729354], "type": "scatter", "x": [-6397453.01355239, -6411165.93633241, -6294802.417205169, -6237931.65958525, -6115130.881910541, -6122956.483093451, -6221897.614628997, -6161045.768970657, -6245493.915920601, -6382974.659335378, -6438610.571602998, -6451730.9701063605, -6546790.4771215785, -6516728.829186755, -6397453.01355239]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y563", "yaxis": "y5", "legendgroup": "y563", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8078140.717636955, 8086417.054196982, 8084275.731697382, 8059770.449568661, 8035431.586328449, 8027333.782259585, 8004412.988565909, 8003198.741169243, 8020520.044249808, 8043566.7582415035, 8037412.248299342, 8046640.497428404, 8095537.877685599, 8109067.693503525, 8092722.928657712, 8063294.681073568, 8059450.847247803, 8106711.141579787, 8124051.356368983, 8118577.9025923265, 8095667.568591949, 8078140.717636955], "type": "scatter", "x": [-6574373.939246002, -6504189.9691444235, -6444534.988119767, -6479658.49614926, -6561269.131832754, -6785169.685281337, -6983547.41437636, -7080420.785758252, -7056067.505181615, -6884108.624806529, -7174464.290326839, -7242243.862232954, -7057720.905077765, -6971776.575994721, -6835695.59755559, -6786039.4958355585, -6686361.065557945, -6680152.742837937, -6588951.027831557, -6538168.816546477, -6564006.750598607, -6574373.939246002]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y564", "yaxis": "y5", "legendgroup": "y564", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8091509.392789978, 8127356.980103039, 8157131.478668665, 8156504.962415911, 8163100.7821949795, 8127939.455258646, 8111517.659500883, 8109177.973952688, 8088404.711810063, 8080844.807441738, 8091509.392789978], "type": "scatter", "x": [-7461588.201443029, -7277353.260648452, -7084209.780038385, -6994465.701779808, -6897330.923315958, -6986433.603454202, -7069182.397600554, -7130750.980919985, -7288834.471709404, -7402682.995250868, -7461588.201443029]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y565", "yaxis": "y5", "legendgroup": "y565", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8006122.829845454, 7994979.467274399, 7991975.622535709, 7976196.545069952, 7952891.282481642, 7938705.520033549, 7898341.284002663, 7856936.379640948, 7830523.918969346, 7800826.919624235, 7827859.954391017, 7859854.811535809, 7885001.702875445, 7927325.418749043, 7964288.3657069, 7997747.28444841, 8006122.829845454], "type": "scatter", "x": [-7559824.681477159, -7492612.729442056, -7338938.659145625, -7307456.760219649, -7281894.836316038, -7386306.3329507895, -7612474.49902376, -7762391.975299532, -7806111.9475872265, -8025678.13356714, -8015354.227528236, -8109690.53802842, -8037531.344413229, -7916131.371961475, -7791524.305226215, -7786983.890518133, -7559824.681477159]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y566", "yaxis": "y5", "legendgroup": "y566", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7028413.041805605, 7020826.098338105, 6988527.433746087, 6975357.603092964, 6991182.503872587, 7014066.812122939, 7028413.041805605], "type": "scatter", "x": [-12180360.085201286, -12132712.729269544, -12169595.907288034, -12232460.77793616, -12259267.785868539, -12272464.875910288, -12180360.085201286]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y567", "yaxis": "y5", "legendgroup": "y567", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6821202.304998519, 6815260.150705856, 6787877.7347851675, 6745643.275037169, 6711500.641605983, 6734643.119252396, 6776373.177435917, 6807789.877748069, 6821202.304998519], "type": "scatter", "x": [-11463123.206717694, -11420308.741346352, -11419880.840905858, -11532656.2737303, -11646259.423143795, -11658922.899903232, -11623028.94575541, -11518646.192686154, -11463123.206717694]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y568", "yaxis": "y5", "legendgroup": "y568", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6463551.324703818, 6471073.840913619, 6363407.998759781, 6285998.507472359, 6286186.169768212, 6330322.60253679, 6374437.970917361, 6404110.327692958, 6445746.627298574, 6475768.069430487, 6463551.324703818], "type": "scatter", "x": [-10262856.548620697, -10182087.444986574, -10297171.469321625, -10292790.727877295, -10323928.74776387, -10334945.903412733, -10326912.906780468, -10340959.198797103, -10319368.812239349, -10288476.732900452, -10262856.548620697]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y569", "yaxis": "y5", "legendgroup": "y569", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6066486.008857427, 6018878.451905268, 5977235.797912783, 5921148.189461163, 5906956.806676757, 5953176.025158347, 5989113.660111867, 6024382.053423993, 6052978.162990122, 6070978.819379372, 6125140.751393577, 6148059.279398576, 6126472.871429144, 6111420.828289618, 6100893.839141642, 6066486.008857427], "type": "scatter", "x": [-10003949.267079366, -9998240.689476209, -9947162.14242328, -9952111.172255091, -10002189.849002937, -10102927.717748405, -10101994.892339474, -10148720.622561585, -10142555.607239084, -10211588.789886236, -10202121.612722456, -10178057.962943008, -10110901.949037593, -10073266.13036858, -10006197.37266155, -10003949.267079366]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y570", "yaxis": "y5", "legendgroup": "y570", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7302276.394668914, 7287512.661264221, 7295494.50138301, 7274963.18509317, 7264515.767895318, 7255974.548659841, 7239309.669911095, 7256433.087156502, 7270643.711896016, 7266103.974606693, 7272989.873840364, 7302276.394668914], "type": "scatter", "x": [-12148681.269446667, -12128907.787099814, -12071880.003590092, -12047401.581600573, -11993339.631197793, -12012589.886166358, -12092566.773571579, -12119956.057526885, -12124502.052421225, -12194398.589565728, -12200282.227868991, -12148681.269446667]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y571", "yaxis": "y5", "legendgroup": "y571", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8233072.628404373, 8227624.834568726, 8212759.365631892, 8192784.471012266, 8174716.346420383, 8179591.85595012, 8193571.61743071, 8195151.700314289, 8207656.881253647, 8217605.19591242, 8233072.628404373], "type": "scatter", "x": [-6100690.722568259, -6000323.8165486185, -5877783.139395414, -5877139.209203264, -5892423.427757339, -5978632.155521434, -6045116.00363046, -6172250.869462896, -6087004.688204753, -6134098.185848657, -6100690.722568259]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y572", "yaxis": "y5", "legendgroup": "y572", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4483615.71421708, 4482046.953970544, 4516713.602593548, 4467216.795202209, 4436017.664090989, 4388549.280559276, 4403730.732095775, 4450610.322096189, 4455536.668730148, 4483615.71421708], "type": "scatter", "x": [2861898.575684618, 2924646.950564145, 2999450.7982773995, 2946678.2030948885, 2959371.3880858566, 2875479.0133018536, 2831130.818648805, 2805614.2785808966, 2852531.6113309325, 2861898.575684618]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y573", "yaxis": "y5", "legendgroup": "y573", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4473527.110014819, 4439155.524585811, 4429236.362579702, 4448483.911683265, 4471199.398317702, 4520590.112430753, 4481442.84741269, 4488068.65706919, 4479813.742492469, 4459555.455816942, 4473527.110014819], "type": "scatter", "x": [2284569.19030778, 2276802.282983593, 2152334.7794848885, 2151577.461315901, 2043612.3174009544, 2055610.8709461913, 2106340.569927993, 2173381.0752820377, 2238751.5236447062, 2238453.294709003, 2284569.19030778]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y574", "yaxis": "y5", "legendgroup": "y574", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1635962.4851180422, -1691216.78761748, -1776881.0707868058, -1932539.9726583243, -1992920.299138737, -2054744.0041044934, -2092627.5660270452, -2017133.796367358, -2055269.9308371872, -2150608.2405471834, -2205071.4093946237, -2234711.3313084873, -2343204.5427134973, -2491999.3146064393, -2667079.8419130966, -2906205.490473599, -3080449.8630537908, -3224907.580759035, -3254308.570828389, -3306729.9504477545, -3275098.444793372, -3230709.7002462205, -3165094.821984944, -3054474.699302353, -2954611.798592531, -2864177.917929439, -2773280.192997047, -2751405.7795594363, -2709316.9929760187, -2613245.580405296, -2532311.929951702, -2472022.924319677, -2391561.9001836916, -2273673.374342531, -2201913.8215254457, -2120414.885469727, -2115675.25123057, -2089295.052488668, -2066000.1023896704, -2064269.6099609225, -1990813.5774296816, -1911286.9694106213, -1846226.8219990595, -1790889.1299199099, -1806459.4936745798, -1716378.9555243214, -1638305.862541447, -1580149.2424328183, -1635962.4851180422], "type": "scatter", "x": [4613473.035936859, 4635126.4648619685, 4653172.600743715, 4658373.847284794, 4678371.347396484, 4664893.467914682, 4645847.439606019, 4619648.200396173, 4599620.361515088, 4610505.121065591, 4598284.343827922, 4570575.030779114, 4556384.567670981, 4507997.636438211, 4447539.103861282, 4368728.556468221, 4316405.475168121, 4260198.248729119, 4183496.5886051394, 4099025.441538825, 4050363.5590595906, 3983168.366834297, 3964723.0118184076, 3969358.675091946, 3946508.5751201934, 3946139.0782028637, 3970229.748126557, 4014156.037987663, 4017901.4314290397, 4069497.699812798, 4084139.8985472517, 4067419.1995210126, 4055906.6520211683, 4056808.084176121, 4093893.5629770663, 4111594.8463226156, 4158007.9095482575, 4211322.316844511, 4247094.309433479, 4287873.763975003, 4345364.851312331, 4426636.378733796, 4458433.46133249, 4449021.19901813, 4487596.869309755, 4544022.112890015, 4550025.290130347, 4583939.6980691375, 4613473.035936859]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y575", "yaxis": "y5", "legendgroup": "y575", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2078670.5087335422, -2152574.296609766, -2169474.5040371353, -2113182.241088506, -2078670.5087335422], "type": "scatter", "x": [15478586.831568168, 15518927.50649355, 15484288.758024761, 15466984.899292877, 15478586.831568168]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y576", "yaxis": "y5", "legendgroup": "y576", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2049943.7957560914, -2014355.2124721934, -1915447.5226903064, -1955157.7519577635, -2059117.65612357, -2042958.9119398529, -2049943.7957560914], "type": "scatter", "x": [15446069.066976162, 15440951.434532473, 15460893.723744202, 15496636.406557148, 15488096.100629399, 15466951.174963895, 15446069.066976162]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y577", "yaxis": "y5", "legendgroup": "y577", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-907614.740869171, -808771.0667436237, -761547.9184304923, -717119.2462608401, -755571.5721522588, -818220.2171757498, -907614.740869171], "type": "scatter", "x": [12580246.301950825, 12578629.39424867, 12598566.7241082, 12621113.581550628, 12639935.596730558, 12635332.40005147, 12580246.301950825]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y578", "yaxis": "y5", "legendgroup": "y578", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8180812.655571979, -8180814.903832062, -8171367.681489706, -8180814.903832062, -8199295.932092023, -8224408.409453326, -8241556.84439526, -8261091.2224174235, -8272712.234114301, -8281926.357075197, -8290249.605377397, -8297051.433874498, -8295024.882763498, -8283325.15100758, -8268388.681541448, -8258137.632983595, -8245375.52613685, -8228353.319402603, -8213202.94171513, -8198470.209386251, -8180812.655571979], "type": "scatter", "x": [-2870542.9823760586, -2840501.2829423836, -2761894.8812452937, -2663726.4235149417, -2573531.968120425, -2523810.525417571, -2499535.913327121, -2476523.6964702266, -2551642.2524246876, -2632814.997077349, -2728414.433045199, -2837125.772286412, -2973287.3232673127, -3064336.178158321, -3075452.9540993753, -2967273.166355378, -2933926.9103739685, -2918167.1507097553, -2909336.4845311088, -2890019.359587694, -2870542.9823760586]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y579", "yaxis": "y5", "legendgroup": "y579", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8269633.57213373, -8271072.267089152, -8274654.582980974, -8259407.461551237, -8245920.943232421, -8261618.787360154, -8280324.170451832, -8296186.560490626, -8291427.870691069, -8293473.920501618, -8281728.510369379, -8280324.170451832, -8269633.57213373], "type": "scatter", "x": [-3774127.2742860387, -3643520.70613933, -3515191.95212669, -3496712.3031743322, -3486571.611399778, -3403792.778133079, -3391680.792149636, -3382456.758148631, -3508454.77945694, -3630660.55715919, -3722123.7049567, -3724573.352107374, -3774127.2742860387]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y580", "yaxis": "y5", "legendgroup": "y580", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7823533.477420658, -7816308.374115977, -7818719.322052165, -7787078.721851931, -7763571.759647124, -7711764.418323033, -7680756.121729666, -7670312.344098386, -7695028.90744553, -7719437.790734328, -7748561.711870669, -7775986.913215175, -7804192.835373592, -7831920.754641272, -7855640.298065049, -7877828.559316659, -7885920.982876793, -7897399.093551401, -7896253.110279547, -7873187.220570614, -7881302.80235987, -7889375.514236479, -7872024.553608126, -7847381.607798582, -7823533.477420658], "type": "scatter", "x": [-4796925.802408371, -4759556.838395718, -4682115.91302592, -4693138.798840283, -4711129.992386079, -4759115.684210018, -4748291.961478299, -4695667.850308145, -4639566.116801743, -4603116.934473126, -4549379.463248514, -4503294.05794433, -4460012.133318417, -4426907.97874952, -4415998.156844207, -4412248.815448501, -4479570.69625542, -4539329.37602718, -4624335.621722655, -4616735.59233684, -4683785.7495445525, -4746788.414407629, -4814158.0555158015, -4843706.4944244, -4796925.802408371]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y581", "yaxis": "y5", "legendgroup": "y581", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7861379.577084948, -7850791.387136305, -7859034.5061541395, -7863720.9395685885, -7871892.582654965, -7864893.312812215, -7898411.593943118, -7893837.416044341, -7896126.390784757, -7893837.416044341, -7897269.464078156, -7885790.285443503, -7861379.577084948], "type": "scatter", "x": [-6587812.554575448, -6562428.407676558, -6468792.916106334, -6368960.496763543, -6287148.690895298, -6226223.654842889, -6142518.394598011, -6198944.921058639, -6273319.584140902, -6355430.469239048, -6436820.262761654, -6518659.513761028, -6587812.554575448]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y582", "yaxis": "y5", "legendgroup": "y582", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7963056.812891457, -7944443.254873623, -7954332.154558578, -7963053.947548285, -7953235.023540591, -7972793.742294358, -7986719.3041695785, -7982453.995273288, -7963056.812891457], "type": "scatter", "x": [-7710989.847371166, -7732344.815625168, -7638597.1575027425, -7541026.015288251, -7483841.919109212, -7483535.993553031, -7516110.968011992, -7611267.386058837, -7710989.847371166]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y583", "yaxis": "y5", "legendgroup": "y583", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7952139.807716525, -7940022.687567239, -7953235.023540591, -7974946.092895487, -7972793.742294358, -7967392.855924173, -7952139.807716525], "type": "scatter", "x": [-8025495.505571767, -8003104.727999755, -7914716.555330852, -7776693.461381793, -7817735.857266254, -7909437.922343135, -8025495.505571767]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y584", "yaxis": "y5", "legendgroup": "y584", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2740877.5180532485, -2819151.4107015855, -2877088.4680591044, -2907270.8224374326, -2873277.6876488766, -2816577.699657515, -2749701.386233062, -2660472.5439314097, -2617469.0510954643, -2619292.057538461, -2662404.452264134, -2705465.32231001, -2740877.5180532485], "type": "scatter", "x": [15164204.905248271, 15214007.335785968, 15242265.39610647, 15197439.219727086, 15158690.143503401, 15112051.163202263, 15074518.831122825, 15041453.600457083, 15041639.16823891, 15080561.540259685, 15118932.642249689, 15146001.848372558, 15164204.905248271]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y585", "yaxis": "y5", "legendgroup": "y585", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-482264.20607216144, -524394.6245565278, -592824.1400440289, -627877.8138940558, -550206.8481686177, -499347.4485006671, -456204.47851593286, -400018.8750118935, -361301.7267608739, -329489.18344292237, -366373.14078165597, -395349.72566995653, -426963.3412364821, -482264.20607216144], "type": "scatter", "x": [14337516.564743195, 14371073.397034151, 14378495.230002258, 14346978.513665779, 14333868.31839661, 14314697.23425767, 14274229.144002654, 14223176.373361005, 14156779.435547857, 14183983.4213118, 14233451.97538893, 14264300.84988617, 14302458.763475629, 14337516.564743195]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y586", "yaxis": "y5", "legendgroup": "y586", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-769126.5958301008, -801052.3320456964, -831795.2187503985, -831632.3283556858, -793475.6656631964, -756827.9870298944, -716161.3578291226, -735351.7503368782, -725067.4116323284, -662033.0011365446, -658777.559782766, -728579.3949361639, -718539.0822076164, -673552.1775482611, -626647.399925806, -549111.8617033798, -546609.0093343765, -568215.3021923096, -641194.1866220695, -721460.2273448106, -732267.8935302625, -769126.5958301008], "type": "scatter", "x": [14193895.249992948, 14140093.440381337, 14089465.097413247, 14039659.927525079, 13965815.92090853, 13915022.751851669, 13925728.973584995, 14008492.3697914, 14060572.491369832, 14079032.612005832, 14092715.00472028, 14097041.171586234, 14151299.99927133, 14180898.406022377, 14236335.90919034, 14230554.237003101, 14286935.562040908, 14304693.156981265, 14298385.17384048, 14261378.5063667, 14211453.721735884, 14193895.249992948]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y587", "yaxis": "y5", "legendgroup": "y587", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1377196.424672069, -1422024.1857391784, -1421195.319197855, -1340914.4823526253, -1372489.4365605763, -1377196.424672069], "type": "scatter", "x": [15138640.359462332, 15157967.265018925, 15092886.967174748, 15069300.638699291, 15120508.43619172, 15138640.359462332]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y588", "yaxis": "y5", "legendgroup": "y588", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1261911.123983917, -1286000.1111933275, -1172659.5458337103, -1094429.151891353, -1094429.151891353, -1199149.8481263747, -1261911.123983917], "type": "scatter", "x": [15113993.514359463, 15096624.137733018, 15042225.352569552, 15032177.98141103, 15064008.8785684, 15084870.215490885, 15113993.514359463]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y589", "yaxis": "y5", "legendgroup": "y589", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1297579.144843877, -1300488.799467521, -1287269.507567104, -1267138.8477711175, -1215230.2874198852, -1235807.4929455093, -1263241.729887823, -1297579.144843877], "type": "scatter", "x": [15031737.056366183, 14994921.902463526, 14939441.740738045, 14922593.582768435, 14935307.49185533, 14994347.547631864, 15021131.273784695, 15031737.056366183]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y590", "yaxis": "y5", "legendgroup": "y590", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1055127.513492866, -1096696.658005322, -1123015.57342992, -1067464.9274880048, -1020367.7174989627, -976709.6839532384, -963350.0872472045, -994824.5107054047, -1055127.513492866], "type": "scatter", "x": [14948647.525201716, 14965921.495957341, 14966794.151250497, 14899856.230486754, 14853746.511862945, 14823186.802990183, 14838487.38351761, 14878356.569685867, 14948647.525201716]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y591", "yaxis": "y5", "legendgroup": "y591", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-924202.9662755572, -966996.8780290878, -974466.2688134811, -944571.7033652295, -890643.9782951557, -868771.949342017, -924202.9662755572], "type": "scatter", "x": [14728010.513726467, 14761140.652003685, 14741739.965981685, 14703733.7543789, 14670363.600643726, 14677177.25858382, 14728010.513726467]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y592", "yaxis": "y5", "legendgroup": "y592", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-703307.3180679635, -733123.7731170576, -816414.6203976892, -860982.6944510697, -897739.2053742398, -910863.4232766523, -860446.6537604849, -777017.1566407847, -676895.6199791094, -664173.8040561911, -703307.3180679635], "type": "scatter", "x": [14523296.74897186, 14549536.30687074, 14588408.672838394, 14628848.439440299, 14612400.887020214, 14584930.472109951, 14548918.837948093, 14514841.968652382, 14502078.186928002, 14515935.876169067, 14523296.74897186]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y593", "yaxis": "y5", "legendgroup": "y593", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5017482.126911555, -5077550.416060275, -5153463.664582121, -5197423.559989132, -5168508.557076323, -5152601.5580882635, -5061356.308554987, -4999910.529809655, -4955051.641348273, -4914287.7850015145, -4874898.807694678, -4787559.67930339, -4713748.346368069, -4636848.166140973, -4616547.418240522, -4568887.136588611, -4466208.873307624, -4383543.913904621, -4374357.830188347, -4439294.093674799, -4469511.961311756, -4572860.378046021, -4694045.064484869, -4615552.762262901, -4646954.919719793, -4733677.206003559, -4770867.642858194, -4779981.407948937, -4736470.346748219, -4749666.476789325, -4850581.712378095, -4916512.583205126, -4914194.591141014, -4948408.281672062, -4996670.871135886, -5017482.126911555], "type": "scatter", "x": [15008608.960903728, 14932764.876503222, 14834488.251519512, 14736256.138391227, 14743616.940106697, 14720384.916204335, 14836241.252096964, 14852668.423875775, 14792801.34826184, 14823472.896681955, 14912174.941843519, 14985562.17903312, 15030185.556920478, 15044717.402721252, 15059887.209042236, 15048342.633199323, 15042574.454258703, 15054875.495330269, 15092572.796343675, 15101848.816113908, 15151432.379899805, 15112609.906438759, 15098056.227501981, 15150244.891578775, 15169173.125354247, 15125611.284756217, 15169989.633826654, 15221828.835217964, 15300126.663944677, 15334821.17448431, 15245138.19569101, 15173039.966346838, 15109578.69390886, 15062687.744591288, 15036119.720135288, 15008608.960903728]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y594", "yaxis": "y5", "legendgroup": "y594", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5400953.156068146, -5344264.037547549, -5287778.464822579, -5206126.667009545, -5178271.009857721, -5116557.523960947, -5065222.835189169, -5112450.143231092, -5158144.158789159, -5113298.090475494, -5160038.638420659, -5206410.781521711, -5257223.043424853, -5337569.328318387, -5381172.909569629, -5433076.648466092, -5434405.72367397, -5474865.845682469, -5544769.40807786, -5651808.590810247, -5698683.458807431, -5728499.658256333, -5726279.35252359, -5691819.675222236, -5684457.796435462, -5645893.266814662, -5567493.43596227, -5462159.0357380435, -5441948.634914311, -5400953.156068146], "type": "scatter", "x": [14113545.040442485, 14228989.608384589, 14322442.15918682, 14421183.634336257, 14473722.837869696, 14531457.509881621, 14627804.741027389, 14612401.862492658, 14597971.780266479, 14691001.488386856, 14680851.42530986, 14646134.005660027, 14576238.322850993, 14459345.851651052, 14382399.645314679, 14371645.611513838, 14306515.938402358, 14202968.32945711, 14123733.529662408, 13987289.138056397, 13882910.337166779, 13816428.664228834, 13743193.44286881, 13719710.717217881, 13637018.597369216, 13655456.272568367, 13763898.200989453, 13952159.474417351, 14021668.504803794, 14113545.040442485]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y595", "yaxis": "y5", "legendgroup": "y595", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5100159.391791212, -5107613.363011843, -5238514.039074636, -5276232.948515687, -5363768.059241711, -5334054.714969885, -5409507.853018217, -5403708.845367815, -5400350.5981758395, -5307516.874612787, -5235357.80179747, -5139416.3210451, -5088579.054989356, -5098415.618329094, -5136660.805901048, -5121482.160273846, -5100159.391791212], "type": "scatter", "x": [12480700.92751499, 12526743.831320614, 12449351.458345437, 12396006.077090472, 12329188.26864263, 12319933.714396233, 12211377.303835962, 12198090.735415466, 12149205.492449204, 12159226.68576661, 12194184.280785734, 12205625.749683324, 12238809.563961582, 12288136.689556852, 12346167.421236973, 12401537.411094448, 12480700.92751499]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y596", "yaxis": "y5", "legendgroup": "y596", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-4110460.8012931836, -4171385.8900904013, -4198729.3556047445, -4260703.70313357, -4308568.119495776, -4311424.676023108, -4321880.20414354, -4300433.277018263, -4313272.051053173, -4318667.114803102, -4381232.771950498, -4375937.639197857, -4409010.311612468, -4446122.151317879, -4441542.326398442, -4441500.137410649, -4366831.883228623, -4344559.957720547, -4277161.365632455, -4261106.049725881, -4234224.779059712, -4191727.761195348, -4109162.974090178, -4038480.877562208, -3917276.427599634, -3848478.084050792, -3779578.465267334, -3700573.887803372, -3664804.1861692457, -3616216.4057872146, -3520337.8673913013, -3423029.569885632, -3370417.10726516, -3423755.302661654, -3309186.530569766, -3345053.3877426796, -3392866.0408924394, -3329603.5423164186, -3232025.2586301714, -3192881.9236483504, -3155634.7852661544, -3083496.5073806103, -3052736.5248623784, -2990113.825763555, -2916759.6200262886, -2826187.2564768535, -2922038.467547627, -2835474.6235829364, -2793313.0303385267, -2739446.9119913615, -2693017.728274801, -2683124.17293259, -2698741.748109328, -2651531.8576052547, -2637470.6292280024, -2609670.943781603, -2598085.132217302, -2601077.103297421, -2563881.3384009027, -2507405.0061191726, -2439294.7204125053, -2374474.6659547207, -2323443.174449692, -2253803.027166027, -2144716.152216494, -2255552.025686593, -2229965.1308487146, -2169301.884996017, -2106919.14688709, -2134783.3905213894, -2036832.0680677034, -1973382.6747871365, -1922412.1164857037, -1900399.6720428402, -1864266.7011467838, -1879359.3955675212, -1846842.0800138416, -1828307.3875358794, -1810849.9173120803, -1870249.5357382426, -1946796.6734023679, -1947677.5610218823, -1959788.0525053178, -1888841.7003615666, -1785037.285276893, -1751165.0747592312, -1718759.0876301015, -1644610.3331575892, -1598764.221430621, -1614209.379850712, -1589712.8528802765, -1523219.1147504596, -1480341.273676111, -1461413.315504585, -1493710.591697287, -1547104.7116967665, -1580391.2085463507, -1567229.4750064402, -1607209.528148378, -1569972.3087216394, -1581298.5724551626, -1556303.9215957485, -1620644.1795498868, -1690170.3429924804, -1742587.9916474575, -1746903.513799113, -1798715.079101782, -1863404.3096408746, -1926938.8795223527, -1963397.2266187875, -2034667.4886869616, -2075955.736744996, -2120268.6495211967, -2196413.9829141865, -2196287.9222874455, -2229149.734454542, -2268759.723376725, -2312205.8318302385, -2268435.215006734, -2199552.1014507134, -2142616.850875824, -2072062.932612409, -1969487.476925237, -1907025.8605175465, -1869407.3044923283, -1795321.0827947273, -1697629.1695090781, -1671257.0567054052, -1627877.413173131, -1558939.6876283956, -1487410.0049926154, -1450232.9713320713, -1401393.7266630107, -1465171.0820423975, -1546869.3329917495, -1562604.0125618628, -1617225.363789268, -1683307.577221524, -1756746.116622566, -1803815.683720165, -1905342.6830560297, -1856571.4864109138, -1911307.0050609482, -1961749.450544891, -2018932.7864209404, -2129347.6011637743, -2193501.217965153, -2209163.962025125, -2318714.5064093405, -2385006.5768019855, -2471548.724569077, -2538070.7499707253, -2598465.705036613, -2653687.020224722, -2684380.6690728827, -2763686.363378489, -2900046.576074632, -2872406.2103000972, -2926894.4019677336, -2907569.627944155, -3040482.118411424, -3117186.2517877556, -3164740.937834673, -3265352.97849831, -3364814.280214698, -3435122.123759848, -3511208.1539515476, -3615238.208381017, -3723044.413735003, -3779234.1131943534, -3887015.025488131, -3955977.8686000737, -4041827.787916938, -4150172.8580507464, -4208419.063875873, -4299843.37194826, -4357914.760954384, -4458793.852143904, -4516746.513351232, -4603331.290383069, -4682573.512824277, -4718798.331162469, -4758488.15989023, -4762637.534732626, -4809328.9264616305, -4853268.325757792, -4901787.82691342, -4851822.657795767, -4831835.992114418, -4772569.587823471, -4794104.806215549, -4876230.879609713, -4845534.753189156, -4827591.016126689, -4819472.463225513, -4786594.9845745405, -4716244.005632165, -4629078.876816959, -4570781.283850517, -4523809.199280301, -4509830.451179244, -4453410.874667593, -4366632.030216838, -4447531.978332943, -4468934.424265682, -4404395.245360201, -4336783.169338322, -4279170.977367063, -4191684.9103225935, -4292397.772659243, -4332614.168742067, -4425749.491527424, -4377638.328412217, -4315362.245754085, -4229876.722247924, -4185531.6210568226, -4158154.5977087077, -4086075.093484011, -4082668.739848886, -4024536.9459643224, -4035849.841958137, -4078596.2674427736, -4118350.248386726, -4110460.8012931836], "type": "scatter", "x": [11112014.288896732, 10994871.235587783, 10907926.742008232, 10866355.016444292, 10814689.626686107, 10739318.647090584, 10680194.855739329, 10611493.233678414, 10543514.012720887, 10481348.882752286, 10404493.539514286, 10381183.07611504, 10324199.229103992, 10267372.642181678, 10205756.248959104, 10147442.46726153, 10084373.64070173, 10046013.910600754, 10073427.830927055, 10122924.459991254, 10147810.650784463, 10160397.721923562, 10201039.947425798, 10216129.037356794, 10210752.391902613, 10218927.49375419, 10244986.969066635, 10234335.506222382, 10243073.241673257, 10218181.162918638, 10235279.145665288, 10211604.31269982, 10213658.881508863, 10238475.12033853, 10239431.119189303, 10274485.307661548, 10288001.429439696, 10303876.331800766, 10285164.7322463, 10286631.853814809, 10275142.049643254, 10303019.349117441, 10329184.500299504, 10356720.300129706, 10364264.662350321, 10422642.529211331, 10407571.0750051, 10466013.522306012, 10549716.23496349, 10606237.918776894, 10686351.896441994, 10730143.121750776, 10751930.283298478, 10834408.903264632, 10893044.894177694, 10912946.3949324, 10939704.93254493, 10989767.10234919, 11094180.239152193, 11156049.844401177, 11193576.28444373, 11260610.77776158, 11274771.595295383, 11290478.937332954, 11375145.51743207, 11393626.437367678, 11437747.926391335, 11416070.565823926, 11456287.84066392, 11492130.675324058, 11520580.19167714, 11581934.92655619, 11612674.97306893, 11662888.603331074, 11670104.089785485, 11708499.503859371, 11715284.5594799, 11759027.237189587, 11806635.753853595, 11865879.881102743, 11904774.081427868, 11962669.821471801, 12019578.893833732, 12011845.682108527, 12072971.451441564, 12120116.475911502, 12110524.500939472, 12161837.653531507, 12224761.75476954, 12270235.92211832, 12351974.707086118, 12359454.518762713, 12296819.861381967, 12348951.78551878, 12406514.615628796, 12448829.754880033, 12522662.839677807, 12551135.90572123, 12603162.955232428, 12662955.560907222, 12696340.862337701, 12721729.808385374, 12755166.916975856, 12719812.824894134, 12676252.991241891, 12643607.097633183, 12645987.52875861, 12607868.315639984, 12563902.74426035, 12564054.204827866, 12624646.099593759, 12688112.761081772, 12727126.315928655, 12778549.109458067, 12804625.70450605, 12846101.97487697, 12851691.575648217, 12930266.361966785, 13000787.821997076, 13033627.40149895, 13064245.557037976, 13089978.152300026, 13137979.642348254, 13136671.900276829, 13150143.474159138, 13152327.774429137, 13180726.439986002, 13202792.893950796, 13195087.957702251, 13228015.222775465, 13256046.914363384, 13263574.52508153, 13304855.723397322, 13322490.150996175, 13317239.880443962, 13338128.61928701, 13333795.061098628, 13357171.942941625, 13351990.451171624, 13340623.496018926, 13355865.417888122, 13424338.537956618, 13445025.015350921, 13479973.62438575, 13459277.21094702, 13456468.958952036, 13456786.575797481, 13476638.560543943, 13477009.984884517, 13452532.431109231, 13461267.2274075, 13544018.885262668, 13593067.375309413, 13639694.012339268, 13619264.090684371, 13649273.844446892, 13644554.1130307, 13689294.154218031, 13709668.260578128, 13737871.597785426, 13711735.667649746, 13750975.36774507, 13777029.785137279, 13812742.71115033, 13802094.389223866, 13778163.814026283, 13742819.68591992, 13744385.60005903, 13694999.93124234, 13655888.103482014, 13585274.585772172, 13556396.459962822, 13499754.44469336, 13409992.237110825, 13316931.221820526, 13240162.854034271, 13181981.788717248, 13104542.216771629, 13040702.219134824, 12972561.047098836, 12918068.44897611, 12902304.240270253, 12830706.722138789, 12732271.351287706, 12626813.754992625, 12562489.299555816, 12483000.243749559, 12440824.865608778, 12399661.10002917, 12445869.169964585, 12387120.49481928, 12266410.75094332, 12209653.240591355, 12171021.847528687, 12126510.1044599, 12061329.119189149, 12043028.530947698, 12071917.058703016, 12081130.265322542, 12061733.810832733, 11985073.000304788, 12040698.085977422, 12060358.071574528, 11979968.015151985, 11892481.775837073, 11968265.349392619, 12012629.139448872, 12072481.789025612, 12104230.839202607, 11988359.516123474, 11915631.02705723, 11839601.946160423, 11793636.400366658, 11824358.685533786, 11807049.013546893, 11779717.046817357, 11807808.227238359, 11724684.387297625, 11664113.545123508, 11602464.82361952, 11439863.231628163, 11308866.042780545, 11192961.990046198, 11112014.288896732]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y597", "yaxis": "y5", "legendgroup": "y597", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [989979.4020972152, 853335.4660738719, 815953.1165983132, 785898.5964045578, 890318.4550203007, 1078819.0373010556, 1291195.7980714412, 1218562.2952748833, 1126408.9663823068, 989979.4020972152], "type": "scatter", "x": [7662206.932028975, 7654886.453692528, 7617241.846336885, 7536954.020707856, 7487701.340085421, 7461300.805976075, 7490299.978579637, 7559772.121516477, 7609128.957248941, 7662206.932028975]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y598", "yaxis": "y5", "legendgroup": "y598", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-369293.41330357513, -407703.0318563364, -508395.2988120271, -454129.0827015367, -443112.12933554454, -451808.69764371315, -447167.850474238, -374759.47479365935, -369293.41330357513], "type": "scatter", "x": [12155942.964547446, 12258053.811781354, 12288236.35627709, 12211172.034987716, 12133124.803641973, 12079759.29980437, 12014948.025751479, 12039717.645454906, 12155942.964547446]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y599", "yaxis": "y5", "legendgroup": "y599", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-499503.9187839107, -475337.9561054629, -418694.53986710677, -412385.5468055468, -455809.8146798377, -499503.9187839107], "type": "scatter", "x": [11916688.343110763, 11852752.649895065, 11836555.261181641, 11931814.73001009, 11953590.32863498, 11916688.343110763]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y600", "yaxis": "y5", "legendgroup": "y600", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [286615.45266019466, 214656.80030916072, 203096.0495858655, 149266.09328556882, 34073.719278917866, 46982.39340974436, -33228.95108371877, -102818.74975214647, -118635.24687165424, -35143.118235760114, 133361.6922336396, 238662.67544085276, 286615.45266019466], "type": "scatter", "x": [12023047.00828128, 12031309.3384552, 12087006.220926661, 12096613.955194645, 12092590.132851714, 12044059.316750713, 12029804.031159703, 12068132.230525704, 12041665.612626292, 12004270.220509127, 11975659.51029995, 11992914.089520676, 12023047.00828128]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y601", "yaxis": "y5", "legendgroup": "y601", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [115365.79319897675, 120889.93869013057, 216597.75131230502, 187152.30331459272, 56403.29051381158, 31056.009207152278, 56832.440818421106, 50252.12451687527, 31273.992882333543, -68501.11469508176, -185711.74199897223, -126012.0874055811, -81157.48207933962, -141862.1677501021, -122715.3363336912, -199939.27015397127, -251022.50830443646, -419858.3155352776, -465084.21489423467, -616994.0809310338, -703388.8486607574, -742035.4487555277, -695806.2918586028, -588112.0990397976, -639046.2462175657, -602635.3435551799, -551832.3120821199, -474643.95699629956, -346304.7481158416, -386344.6813394462, -539868.8112760152, -728056.3396338867, -747136.2865599003, -708552.3514573165, -587486.5362685025, -460464.07815855683, -459491.0463818772, -369272.99193263537, -282992.92386956833, -178362.851912206, 20333.92014207273, 74672.72440554723, 172573.653242109, 133654.5817662971, 115365.79319897675], "type": "scatter", "x": [11555475.60931037, 11663520.92853246, 11755112.088004109, 11772003.61480589, 11697782.94922348, 11627224.88252968, 11536659.8176128, 11380040.781510893, 11297974.392869037, 11284459.023787629, 11367413.745055236, 11418905.625659514, 11594570.637326576, 11586298.784451302, 11545543.90261934, 11503733.173197841, 11420075.407847298, 11504456.55323629, 11485685.477980075, 11563478.581767539, 11558041.45180574, 11505688.615699131, 11471574.979152823, 11522506.997457441, 11427861.640259266, 11406317.182634756, 11420842.489080038, 11356287.618109748, 11367447.805146324, 11303617.840706766, 11305936.957055325, 11300294.582256464, 11239677.356442383, 11201576.795923416, 11234663.556962153, 11225364.342685753, 11185899.707770668, 11159644.179494604, 11200673.45275715, 11215950.00088878, 11264428.423256364, 11283938.41429013, 11362888.986630268, 11436780.25775747, 11555475.60931037]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y602", "yaxis": "y5", "legendgroup": "y602", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1347951.1419066081, -1256419.5869075274, -1230712.7067012403, -1270529.238892558, -1310216.0366481652, -1345461.7445796356, -1347951.1419066081], "type": "scatter", "x": [11236312.392086977, 11121766.49850991, 11211486.38531896, 11256637.744603692, 11285220.397904888, 11275867.738925545, 11236312.392086977]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y603", "yaxis": "y5", "legendgroup": "y603", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1122812.5793118298, -1112844.9586660333, -1064851.3280952268, -1137616.3075170622, -1174769.3611437462, -1158640.0246541789, -1110780.9102072525, -1083551.0538185514, -1122812.5793118298], "type": "scatter", "x": [11356479.56950519, 11419683.198673083, 11507816.200110806, 11487579.270701785, 11343523.70093388, 11220587.22114238, 11224578.605175378, 11301300.465874812, 11356479.56950519]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y604", "yaxis": "y5", "legendgroup": "y604", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1099979.3581092944, -1089277.966044599, -1144949.5228057895, -1171232.6837674775, -1188799.5490733066, -1187751.597612271, -1112391.5491020123, -1111362.9093466098, -1065040.91824159, -1099979.3581092944], "type": "scatter", "x": [11070108.871018393, 11128865.94814062, 11147179.1782147, 11036617.175753884, 10970202.866643008, 10920012.91564183, 10958879.1431229, 11010287.174117653, 11039306.396243798, 11070108.871018393]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y605", "yaxis": "y5", "legendgroup": "y605", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-845483.9543386694, -892183.8054405337, -905268.0298361755, -851157.1264510017, -914281.5503534573, -999310.32436972, -1023212.9419468475, -1101082.5875386787, -1150969.8415767504, -1098219.575910525, -1101786.4810086132, -1092087.1269610012, -1068568.5742319732, -1018511.4995802833, -1005523.70157017, -1021919.0532377755, -967925.499839348, -911507.7218031776, -901863.1695625584, -776378.8687167946, -784139.9491353533, -835473.764139799, -845483.9543386694], "type": "scatter", "x": [10172963.152581614, 10182865.95459522, 10361598.689469883, 10385728.379402936, 10555547.457250282, 10583587.200401932, 10722289.17916829, 10830839.682734484, 10719768.903764056, 10621322.44919621, 10536308.092895955, 10439966.798036957, 10354213.059165398, 10249526.355848817, 10181720.120642098, 10141571.78024263, 9974544.34730215, 9962012.797390081, 9876842.593322348, 9948531.564993445, 10061926.778569559, 10134671.00806128, 10172963.152581614]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y606", "yaxis": "y5", "legendgroup": "y606", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-142999.65418683883, -234930.70769958812, -308464.94533696433, -320114.2458890977, -403490.04881200875, -567236.04012501, -770654.4982221203, -773404.6742799619, -663507.7799380603, -556014.9200837454, -476229.26513337455, -368980.28543706995, -270232.3423340005, -85728.18282504211, 24141.832015471613, 137468.94593508184, 240351.5464749809, 323321.0398767129, 436021.3195719549, 509762.72463725874, 654757.5112635557, 721691.2807706561, 716392.4206069025, 690992.3165823913, 562346.5262291023, 473096.1401939091, 418313.5011425852, 276704.69988630497, 274638.07907858054, 184366.6921929685, 73998.353605967, 13780.76252428956, -93847.77090574788, -139621.2457070377, -142999.65418683883], "type": "scatter", "x": [9810775.928985294, 9825516.007337112, 9856885.105332121, 9925629.526434325, 9969241.972745111, 9940112.091984402, 9926890.224104157, 9822869.119121812, 9749269.919754459, 9633182.422458109, 9595750.296583641, 9527659.653943315, 9483089.769539585, 9413773.796170902, 9331435.92268515, 9303228.345073976, 9267315.4581461, 9181060.686523113, 9129212.339409754, 9056267.921184918, 8952994.481203247, 8941856.320641309, 9002511.864544125, 9148922.83221173, 9237134.751900088, 9312771.937429989, 9366170.98567663, 9458436.737437423, 9554014.424254002, 9634378.462152608, 9689726.540209442, 9761496.694624348, 9723530.808412967, 9777043.479508037, 9810775.928985294]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y607", "yaxis": "y5", "legendgroup": "y607", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1666445.5768136643, 1765300.8350835382, 1760541.3630091825, 1713837.8757577261, 1601613.1377312439, 1666445.5768136643], "type": "scatter", "x": [11247932.97669682, 11186729.943334455, 11267061.074714806, 11305964.405692032, 11296398.43626673, 11247932.97669682]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y608", "yaxis": "y5", "legendgroup": "y608", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1311701.0747565934, 1348281.7868612716, 1429261.235481778, 1436921.832491299, 1349091.3235739577, 1474992.1458982534, 1350578.8223172133, 1307657.8694370203, 1225080.4188369615, 1186352.135001223, 1276728.870493107, 1311701.0747565934], "type": "scatter", "x": [11454242.400248956, 11473721.055366175, 11474822.2317093, 11525385.351549802, 11520399.214582926, 11574843.459889695, 11580448.602355286, 11551572.223796789, 11530873.945180329, 11505313.223791588, 11438671.445779918, 11454242.400248956]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y609", "yaxis": "y5", "legendgroup": "y609", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1106832.0887808257, 1019781.8074782109, 946215.884318047, 826087.2098281905, 959899.8263815976, 893340.4386311895, 796578.4377416797, 734991.826385196, 811252.3042378064, 906288.869672731, 968674.5729865502, 1030684.702070776, 976316.6635293012, 981365.8703208785, 908164.1895306316, 946571.8197167935, 1057084.6329958017, 1093935.11225225, 1143275.3352606613, 1083991.160012431, 1119855.6569868785, 1178268.7718812977, 1181747.6611713646, 1282867.1185956358, 1220870.2277652102, 1154984.3473181676, 1106832.0887808257], "type": "scatter", "x": [11829214.852887897, 11846482.98634381, 11858050.490702542, 11834997.712896777, 11790805.161756337, 11752100.311831439, 11788815.09708648, 11765827.37766513, 11650587.191756029, 11617549.158478156, 11641332.30718963, 11576907.646538373, 11551939.625907114, 11507449.766710969, 11443698.0890185, 11425309.471015496, 11453129.524474885, 11508899.651789954, 11555430.36829876, 11593922.11751454, 11661841.076245623, 11671559.78547263, 11737336.402655665, 11721419.156828618, 11803684.437476994, 11818088.774147166, 11829214.852887897]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y610", "yaxis": "y5", "legendgroup": "y610", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2374481.3496460184, 2414074.0923021245, 2523714.69489463, 2581332.3812215184, 2616911.7158165895, 2613901.5137474844, 2565434.808451557, 2509457.780144765, 2435860.1078445897, 2374481.3496460184], "type": "scatter", "x": [10084594.109924791, 10002005.816749018, 9979150.172306323, 10013372.71431492, 10106598.142838715, 10159924.47910099, 10190031.448899074, 10160507.25299357, 10153025.376268372, 10084594.109924791]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y611", "yaxis": "y5", "legendgroup": "y611", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3156825.6034050994, 2956362.761991245, 2853243.463415635, 2959374.676955496, 3052242.2687303177, 3174776.5580153437, 3268819.835781521, 3231858.488579208, 3156825.6034050994], "type": "scatter", "x": [11034560.068741096, 11032285.275954692, 11018555.705352137, 10944537.86752446, 10910617.364665467, 10931557.831637451, 10977906.421417592, 11029547.121084135, 11034560.068741096]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y612", "yaxis": "y5", "legendgroup": "y612", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4918148.968107001, 4804189.666273027, 4686360.9609936075, 4594535.68551657, 4536577.0754372, 4454678.587539474, 4399748.660442881, 4392576.544132715, 4258457.160375204, 4303732.164623403, 4391436.801110396, 4365602.517241834, 4310303.459392313, 4308048.48816046, 4221271.988436731, 4019100.475675698, 3968691.113301058, 4015257.747292462, 4122776.1924358085, 4157332.7427144437, 4238535.144016592, 4274889.670766017, 4348810.783605197, 4409348.607451917, 4489045.002789775, 4523677.401749768, 4499939.700410225, 4705030.7355646035, 4650226.239015955, 4764738.326035718, 4808961.968862892, 4947179.752665329, 5072940.6554557, 5143005.565812237, 5163284.833915379, 5009167.775342234, 4918148.968107001], "type": "scatter", "x": [12095584.626941754, 12079371.577083802, 12143336.313199421, 12157949.262577677, 12202075.508670647, 12196961.18947412, 12111885.679886896, 11962005.05313246, 11898006.786466762, 11819188.581610274, 11776129.132497394, 11636088.581946488, 11557052.04365244, 11455652.466291988, 11581465.08225692, 11605178.695661176, 11567651.405616745, 11506793.514325734, 11485724.684697015, 11416007.584604822, 11346915.548078107, 11414494.681454277, 11428586.574719982, 11489581.67040318, 11517174.656691687, 11673751.697324015, 11777759.389155919, 11767574.863901976, 11852718.823183013, 11920120.18520974, 11945443.647970486, 11923384.98216118, 11836967.655772798, 11831349.509751577, 11908772.313070824, 12046124.289161535, 12095584.626941754]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y613", "yaxis": "y5", "legendgroup": "y613", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5444645.980601733, 5490100.175699457, 5369248.425511619, 5339559.176992965, 5231146.248579915, 5305884.264413514, 5186004.346802942, 5184347.667146901, 5293343.696627652, 5376951.745032378, 5382961.584822709, 5531462.971519186, 5614136.2286032885, 5503532.863751503, 5467536.418964744, 5444645.980601733], "type": "scatter", "x": [12000123.89828702, 12027750.225589894, 12127927.976682205, 12023733.740756243, 12019631.380650233, 11840843.05331949, 11869593.655177403, 11777012.345606156, 11698669.737438377, 11687094.209094271, 11772201.00392493, 11697798.346935557, 11665130.623198444, 11838358.231375484, 11926324.600648586, 12000123.89828702]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y614", "yaxis": "y5", "legendgroup": "y614", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5110335.802595001, 5144662.606579446, 5065895.964952939, 4917755.922663875, 4924863.774330663, 4887209.401190258, 4917132.84763016, 5052341.078047081, 5115881.722939373, 5110335.802595001], "type": "scatter", "x": [735678.1215496733, 776573.5505861812, 830409.9703405655, 824336.2614826182, 785312.3414917383, 751862.7823045795, 718542.1588014781, 710533.0956546685, 689033.0271230346, 735678.1215496733]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y615", "yaxis": "y5", "legendgroup": "y615", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5300362.263761447, 5341907.697681728, 5248390.579937392, 5163444.548955418, 5185896.186197774, 5259779.300484595, 5300362.263761447], "type": "scatter", "x": [731513.2840734752, 783623.2825204135, 801797.3546375962, 777498.2250652263, 738405.3874668602, 716173.7192649364, 731513.2840734752]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y616", "yaxis": "y5", "legendgroup": "y616", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6655166.233905317, 6609396.008863793, 6534626.9158958625, 6586876.156635601, 6624955.164101782, 6655166.233905317], "type": "scatter", "x": [940507.353599294, 968841.4417475883, 929226.8299853238, 844860.6844683514, 831295.971554734, 940507.353599294]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y617", "yaxis": "y5", "legendgroup": "y617", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6872034.322513688, 6879339.366125613, 6784511.197998574, 6796625.918148608, 6796164.930943198, 6723650.719118595, 6642644.19202363, 6636829.085259099, 6518336.542311862, 6503346.732511441, 6395888.159826781, 6358180.083636846, 6339914.914922194, 6278204.502700505, 6249711.452462677, 6199145.241870278, 6147574.05479755, 6148488.292214056, 6121260.813794407, 6140764.616152303, 6094258.41296883, 6105550.424839076, 6067485.50964511, 6087416.016228849, 6191348.268138067, 6212532.014903778, 6228909.149520456, 6267666.719377735, 6297698.261802874, 6349557.083732717, 6412044.26469751, 6403442.353255688, 6458372.769190258, 6517406.858134866, 6533786.376760994, 6558885.473268361, 6600080.937852432, 6625323.602922035, 6581928.548563452, 6670014.245351012, 6716022.694280209, 6807990.21185836, 6878906.826269937, 6872034.322513688], "type": "scatter", "x": [-313425.84752015735, -223466.96754696473, -305888.3548549235, -229111.85674763346, -146944.29459039817, -167685.4836097776, -237400.309586009, -158784.03392918987, -85819.62126927238, -33177.15355975503, 14386.457556530919, 36664.19055058306, 131374.58665162703, 122477.26693645534, 82664.51754184722, 114526.56682912185, 43639.754562850794, -62443.46079413525, -197832.30241232662, -234541.49284504412, -287975.28293261316, -361320.3094316834, -418348.58082993753, -460084.66999800515, -340651.88704176823, -269468.9909629379, -392829.0321982341, -413884.9561664849, -330995.5807773731, -372381.80466004583, -355721.80772836314, -240328.66724034783, -227846.41541715755, -279420.14624181896, -372346.3758747963, -389802.09079473757, -360594.18603266473, -384836.5371812179, -427564.7036355571, -428570.34505945386, -464875.8298523756, -433492.71229705936, -372585.0076899319, -313425.84752015735]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y618", "yaxis": "y5", "legendgroup": "y618", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7502067.652142272, 7455029.080409477, 7404524.475715794, 7346952.644070963, 7294235.779266952, 7280054.218171174, 7291510.145735706, 7315994.637962273, 7349851.336490204, 7386865.834168854, 7401406.088351184, 7423287.890008315, 7440497.894469217, 7488102.656813728, 7498794.235787199, 7449401.665273668, 7489124.104323731, 7468571.80225933, 7507170.286840266, 7502067.652142272], "type": "scatter", "x": [-997248.7167802848, -1020403.9091347248, -949192.894778045, -1048353.5811269784, -1260173.7948340015, -1323697.339668011, -1414952.962736671, -1607327.8436374743, -1530693.6663576805, -1674942.7565155178, -1547916.6303652173, -1546008.1855655962, -1687710.503146796, -1629111.4851940966, -1522205.2705340995, -1425663.2902967301, -1312481.1633912993, -1229667.4784164592, -1110407.4134141072, -997248.7167802848]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y619", "yaxis": "y5", "legendgroup": "y619", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6431903.241714397, 6340034.013439617, 6244831.060985259, 6145780.9873403255, 5968522.076103512, 6001885.023443347, 5854808.905745289, 5748860.210356043, 5675859.505161172, 5738871.615926085, 5657888.494225587, 5745655.648919471, 5846438.394916132, 5956643.911538389, 6032938.663161224, 6165994.115844314, 6262229.509358078, 6393694.364244241, 6437346.776194172, 6480977.284919917, 6494134.642909017, 6431903.241714397], "type": "scatter", "x": [11081585.00717789, 11192571.855567014, 11274866.788219258, 11392354.233689107, 11618254.602544848, 11472806.083601967, 11537921.51864537, 11696422.506869925, 11747394.634560827, 11639713.35253638, 11644502.169185402, 11566213.44503697, 11500520.839752397, 11406707.491205074, 11364809.08130314, 11258994.939898524, 11130660.441426652, 11020997.684435187, 11052675.783810094, 10981146.685279131, 11003054.895650089, 11081585.00717789]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y620", "yaxis": "y5", "legendgroup": "y620", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1224833.760798897, 1100649.5010602227, 1192200.30526948, 1272957.2027882352, 1363307.2460700432, 1492832.2644053348, 1386535.3227665098, 1314654.0206354097, 1224833.760798897], "type": "scatter", "x": [11081544.023478068, 10968361.636992013, 11006063.321062993, 11065816.905411148, 11112519.80471277, 11146744.34125255, 11175568.717586368, 11121609.904457467, 11081544.023478068]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y621", "yaxis": "y5", "legendgroup": "y621", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2377954.903478711, 2324937.786607787, 2233103.998162421, 2126360.352831339, 2083713.751896963, 1979798.4301705998, 1876906.7346752079, 1862655.634793371, 1877962.698726043, 1806208.5857958854, 1735655.0134584059, 1704486.831787686, 1644647.3391770965, 1708379.6677668847, 1776512.8187310447, 1728918.7778534307, 1806513.1184862822, 1787367.4722414773, 1815989.5151690843, 1869487.5982597033, 1902380.3590118997, 1932266.3563353287, 1885687.9041592483, 1959928.2356358955, 2016114.4165740355, 2139381.4065333237, 2097050.6383037344, 2297901.4202562096, 2413760.7413728796, 2413612.311032749, 2377145.9778623986, 2410409.3650480406, 2377954.903478711], "type": "scatter", "x": [11268696.606599953, 11264123.646451311, 11313081.100702936, 11308094.93324053, 11260969.746403746, 11263720.084685396, 11300756.142574355, 11352161.353954794, 11390869.936260471, 11517844.108872104, 11519390.816772461, 11554192.841053214, 11552857.45237507, 11471463.220784575, 11427303.447727954, 11410253.900006428, 11339791.307880105, 11258193.077940103, 11207748.988103762, 11204459.699553834, 11228412.099014735, 11196049.423216749, 11191290.756973121, 11133904.466681805, 11110992.477715347, 11086750.724538766, 11131303.855757484, 11104758.045897534, 11112284.677430874, 11168047.258809363, 11232071.651892645, 11253815.913759315, 11268696.606599953]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y622", "yaxis": "y5", "legendgroup": "y622", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1498846.250211389, 1560798.8539548798, 1520511.2014699013, 1520699.5876312202, 1466289.0217206513, 1410931.403907319, 1371754.4426998913, 1432367.357256235, 1498846.250211389], "type": "scatter", "x": [11381691.502296923, 11359539.781528337, 11420562.221460842, 11479877.060482178, 11484743.62296506, 11448044.208537308, 11393185.33016088, 11382992.511544358, 11381691.502296923]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y623", "yaxis": "y5", "legendgroup": "y623", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1596039.634902298, 1450677.6100365692, 1485249.1597870907, 1441509.6671027695, 1361014.0124696675, 1331765.157351815, 1423540.458841442, 1430312.3477101752, 1509203.5924294728, 1498812.5977633526, 1548103.4606236124, 1647386.436665023, 1644523.136692549, 1596039.634902298], "type": "scatter", "x": [11692164.790266378, 11736924.762021124, 11660702.827179346, 11667985.724290505, 11700228.693514902, 11659076.331650766, 11644687.169786893, 11615785.435195232, 11591561.47662144, 11647742.325078854, 11640267.894061372, 11570112.08061686, 11659922.970645163, 11692164.790266378]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y624", "yaxis": "y5", "legendgroup": "y624", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1140325.8319146363, 1136168.6101070538, 1227506.40985337, 1241422.2498069871, 1284653.1225418078, 1394976.2150494042, 1455486.7138501501, 1457961.845215384, 1485121.2521162848, 1474248.1351414642, 1540006.03262779, 1569098.4617080998, 1631735.5087450433, 1623774.0748740581, 1589575.1700846716, 1545773.2095330888, 1515014.103507789, 1499815.43277413, 1440681.0517474934, 1372469.2865893939, 1296627.318121364, 1192903.4083613341, 1201400.987681873, 1295888.0615346732, 1341852.3768453635, 1440617.0525530889, 1493589.5138479855, 1554952.454388539, 1595989.2390881833, 1504546.7075480632, 1502433.4949838067, 1429766.5800417769, 1386582.5192390273, 1385436.3097222273, 1398842.3503429042, 1340398.423740396, 1324261.2033952987, 1365043.981589347, 1397901.9599136233, 1405768.467806626, 1407581.607978292, 1369046.734007047, 1307411.4896805093, 1297596.1039706487, 1233327.7945567349, 1128499.6910604697, 1131456.3859575237, 1100588.5866151892, 1052398.504757455, 966980.0140582562, 899418.0587669822, 896308.0707196717, 832256.8221299106, 786526.6491990637, 760210.1387886124, 783895.5952010402, 793377.3020117707, 758064.097138806, 743604.5186977603, 712492.8664092988, 601479.5982888734, 547588.4727186961, 542820.7377474059, 481002.2047380758, 250637.83876492945, 228883.4277135646, 137904.8719363469, 29393.883180121804, -10340.610517373832, -31042.30305499504, -163160.7521995033, -76668.50521859662, -124043.57453265974, -204536.39503618793, -281760.4659504946, -354691.7232064118, -314088.80182550213, -383764.94364763907, -378632.6149660442, -487618.61483573134, -635049.3625547943, -672988.1336385938, -678261.515445226, -719734.7215958184, -887001.2138952443, -966393.6079885383, -1182978.1702821257, -1268354.5439685674, -1449970.2768264527, -1597144.8908737788, -1709754.249867275, -1712288.9010158316, -1807664.221495883, -2049717.4205372112, -2247839.9428586243, -2332290.469268619, -2382735.3742004596, -2553127.1411691215, -2718685.884389667, -2849055.233504847, -2903587.4637783165, -2978842.0808066144, -2978544.0299208798, -3026682.798253193, -3082308.874063435, -3118771.9524790887, -3217897.028765593, -3340824.5250556376, -3432945.9343982176, -3500850.2598990467, -3624526.1116904356, -3684011.5065112878, -3750895.5274163843, -3963278.156548858, -4058219.838953716, -4113960.1476544887, -4226779.870330536, -4294235.158638512, -4368049.114931384, -4433047.937633879, -4409692.78968205, -4422213.6250900375, -4371990.845407984, -4375750.007376887, -4310835.17289271, -4372111.927460625, -4472134.663957329, -4552157.729988909, -4602514.563630762, -4658752.779033088, -4805311.609338876, -4866131.71681286, -4889672.341915985, -4878292.980055843, -4945526.83595976, -5029391.949186969, -5085570.187312898, -5124607.638586364, -5139885.035473224, -5099539.923299004, -5128544.760082884, -5238032.44593359, -5270986.531340563, -5236462.871730319, -5293275.984471024, -5327083.762613452, -5394479.371812228, -5502571.962135489, -5559619.241080325, -5559921.160522762, -5614179.823199877, -5693031.635419563, -5769344.377121155, -5790309.311943026, -5882673.468258106, -5940210.838649898, -6058451.435221165, -6097823.7207956435, -6144288.909045068, -6246238.349714716, -6302397.150209112, -6297513.36964386, -6296788.977505408, -6320526.561332268, -6355230.27985272, -6444063.645663785, -6446253.790596087, -6415498.707836504, -6349083.814345731, -6293965.572499128], "type": "scatter", "x": [-7238557.219574026, -7190447.741028008, -7114788.270627365, -7075419.795332113, -7071750.906788509, -7047108.086565876, -6989257.836867983, -6930283.28896635, -6920885.533113759, -6848687.957992995, -6770474.03419096, -6731968.778235112, -6682044.351008595, -6649672.584039028, -6627852.334541768, -6649211.6562208, -6654103.79009665, -6709943.860143505, -6683675.430848092, -6689390.225825135, -6735433.831293083, -6706205.017281921, -6665401.701589106, -6638833.982201829, -6664936.683947299, -6663126.509315905, -6543277.262618781, -6551809.951277787, -6516109.85362318, -6489258.506242845, -6424002.96724741, -6368256.309290241, -6367364.453357914, -6283599.70822556, -6183019.460676936, -6133056.237250635, -6062542.986288767, -6007786.437371648, -6004771.870878365, -5888664.334767753, -5776686.811905363, -5858192.432443732, -5829712.81409213, -5755506.287577662, -5687940.355246349, -5678021.582674623, -5629115.089953908, -5593811.37948719, -5534378.503404419, -5479776.290412009, -5479579.5780614335, -5444367.858207158, -5396235.568352139, -5360608.756742488, -5248972.3821365805, -5238210.141853812, -5162095.041433336, -5062215.8868491305, -5030739.958553178, -4962445.140861757, -4865577.260062167, -4851087.26083292, -4817573.960139209, -4797017.347363268, -4747129.859831705, -4697037.401500048, -4695049.381484291, -4766054.055699682, -4736826.78795973, -4570642.821427753, -4566842.684897409, -4495773.215534734, -4377334.803818396, -4220819.3086477015, -4174394.9795965087, -4189125.0199909997, -4080249.754871962, -3896700.523732329, -3756379.0273435274, -3616285.305050106, -3494298.8750941698, -3421390.57108438, -3341045.3595937807, -3306358.487772026, -3271421.0396629735, -3254167.513918053, -3286066.9412848502, -3331183.5074914666, -3456857.9297988596, -3510665.0070683532, -3574838.9967208896, -3597986.7534183008, -3619589.781815421, -3600751.4131899807, -3615250.2703991015, -3619878.615421508, -3645807.443955103, -3650658.7975812834, -3731455.1805585683, -3736680.447541447, -3805975.365071306, -3820807.2612570785, -3919694.9862920255, -4058311.383097133, -4116905.7919390867, -4214863.665995561, -4311004.889489908, -4373663.860948865, -4375915.422118022, -4352742.4215888595, -4353991.547202235, -4366559.574226099, -4419967.998705397, -4488224.226829663, -4551427.029216764, -4602496.774838834, -4623943.158316148, -4670317.232991203, -4695035.915307817, -4781507.680949382, -4850188.912510965, -4894944.787408152, -4985134.335244209, -5043572.324832847, -5109319.991455776, -5103393.192844131, -4973130.523378759, -4968917.370138351, -4904577.906680289, -4897365.917929874, -4948503.4325051345, -5061614.740987148, -5227349.639193142, -5323906.70480484, -5289408.2941700695, -5285648.419500664, -5255536.855923568, -5295964.469210386, -5378322.191438047, -5470449.993497442, -5495104.26731914, -5452696.223658035, -5386711.96192302, -5350538.476174064, -5309616.610269451, -5376908.065847327, -5423986.057795393, -5403194.451862241, -5404797.905533291, -5482575.652828573, -5529350.327836954, -5526319.910738549, -5419896.219483529, -5334938.551694644, -5330636.5606141845, -5405082.738638241, -5412579.742527735, -5469895.472107591, -5483805.4124145955, -5416277.515455802, -5340387.544765121, -5375496.690068915, -5445557.109488212, -5472983.191187604, -5528143.724685527, -5500197.980033868, -5531977.669936246, -5633850.245234702, -5753991.210339279, -5876911.5819584355]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y625", "yaxis": "y5", "legendgroup": "y625", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [950724.3045757856, 880821.1980973837, 769734.4456527686, 735229.5662368934, 614927.4573399829, 538556.1907269121, 507232.1103445664, 438158.13881408225, 355389.5735227889, 346556.7155725195, 298837.5096197257, 232826.48143447342, 222938.13084353184, 182023.7704098482, 129567.74026800013, 101293.02218142341, 47500.10119747255, -37397.88277774483, -119513.93236332083, -139389.6606345412, -259003.46275601548, -296147.93383383856, -353881.62905805, -292702.62540386396, -350239.5789186941, -448671.71391599433, -531815.6006745874, -623975.8034921378, -749391.1850215973, -808031.122244858, -861199.8241070422, -946863.2650209754, -1043438.5616512628, -1103146.8738945182, -1363492.6434453933, -1603843.6490851506, -1774195.5284808548, -1811525.847627853, -1918392.4103170983, -1997973.3609375616, -2138823.2226544307, -2267719.962459533, -2320262.135824577, -2393680.7401579986, -2573128.367950812, -2780457.269400837, -3061335.8351863567, -3319662.5681097787, -3557799.789085627, -3706801.7677789936, -3856318.871112513, -3955618.051934528, -4134597.4851313406, -4310792.630594201, -4497814.164325047, -4684262.846531508, -4687990.505342265, -4816561.695972291, -4926914.974927009, -5003640.849779438, -5209137.910439231, -5365223.784705891, -5380468.559672336, -5244557.644470076, -5273646.767390903, -5497611.658683122, -5459913.001777799, -5636550.302554296, -5729167.795039476, -5759519.1120216325, -5839420.940049499, -5937815.415093591, -6109182.053140488, -6174964.561900486, -6232413.844950484, -6293965.572499128], "type": "scatter", "x": [-7298202.623774262, -7263534.858896676, -7253413.543021626, -7274854.438566958, -7257820.772214313, -7277780.264868401, -7243997.32744767, -7281609.652019848, -7322852.7703247545, -7369625.677635384, -7392457.685451025, -7389202.073567177, -7424386.608288156, -7412063.411668717, -7477112.759667417, -7528782.743899352, -7522439.925083455, -7558036.905605341, -7574997.42132901, -7607788.503674311, -7590652.3070537, -7609178.890909334, -7551896.8871265985, -7517020.517721557, -7495726.6107432665, -7543666.198701936, -7616372.729649316, -7642751.7357987715, -7592666.855643277, -7620585.642367272, -7551399.327178398, -7474475.510957405, -7439939.721322296, -7398287.801444267, -7293204.61351406, -7182782.325810972, -7089180.433622398, -7101010.622625571, -7052320.270269887, -6972841.272155791, -6792147.967909264, -6595004.400394275, -6581125.869784184, -6480348.355894372, -6439700.961731728, -6406056.853102164, -6394218.453393368, -6382037.5230959095, -6356560.792315149, -6380852.243832218, -6340535.70792825, -6346489.305152323, -6287426.770849121, -6284161.540670815, -6298657.741344812, -6302958.642472521, -6338241.581392241, -6295487.867217233, -6239208.950722314, -6255602.058971223, -6220565.43906143, -6195351.965535556, -6137661.184462616, -6156352.965966117, -6090731.628392415, -6059265.550608097, -6164442.439423982, -6128990.607025452, -6171837.56415286, -6036439.964752585, -6091029.298201351, -6085416.681664371, -6002224.556646702, -5933290.967874716, -5929814.357396925, -5876911.5819584355]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y626", "yaxis": "y5", "legendgroup": "y626", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-6349316.707306911, -6369411.901134002, -6432924.834763163, -6466779.163596823, -6423503.384595717, -6358298.77642433, -6318634.767347356, -6329992.028160027, -6374437.911385585, -6445644.143340792, -6502003.965091711, -6525325.899058422, -6571676.291143236, -6576292.401973875, -6543615.133472217, -6581014.154352608, -6609566.501866148, -6606647.449342514, -6599214.69904984, -6571533.167625185, -6558168.094481752, -6506219.398944921, -6455785.372237057, -6349316.707306911], "type": "scatter", "x": [-5828812.269479424, -5755054.7242147755, -5616057.764104403, -5497459.34588737, -5477528.69854171, -5481707.93355393, -5427077.558437788, -5366518.8987822095, -5317329.34569829, -5247260.361972061, -5121846.536407306, -5003770.053668162, -5017767.021415542, -5088439.823108341, -5142411.48710861, -5150659.624497727, -5202849.137436928, -5241754.948785063, -5290540.256809311, -5359355.878014792, -5446096.384245784, -5567937.938768939, -5671099.701298742, -5828812.269479424]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y627", "yaxis": "y5", "legendgroup": "y627", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8281763.6714067105, 8288228.069938757, 8288653.5828422, 8279062.094744767, 8287596.216425256, 8293368.04257522, 8285678.032003539, 8280238.812793631, 8275475.058673609, 8272709.421759407, 8266665.175907004, 8260492.143400556, 8269319.372736724, 8280674.805872629, 8281763.6714067105], "type": "scatter", "x": [2539077.2457686057, 2641482.310721097, 2726680.776893772, 2750662.9401617553, 2772031.0229141056, 2817368.5604832508, 2911654.2892261264, 2897220.0686059957, 2827395.3328538863, 2779851.019469632, 2779496.9612355665, 2720292.663777038, 2647946.697887969, 2666437.8135755276, 2539077.2457686057]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y628", "yaxis": "y5", "legendgroup": "y628", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7968149.234096553, 8015617.436881156, 8039379.689630005, 8066329.952231363, 8098110.224081778, 8107155.909069485, 8124785.786861538, 8130873.066820337, 8112224.075968277, 8097223.469176923, 8072769.060022546, 8048624.31995185, 7998625.761932254, 7944917.354675233, 7889643.847954298, 7840078.264915711, 7789521.7169838995, 7784020.479581352, 7792161.415260711, 7819685.263036264, 7836078.768421575, 7868583.297287802, 7881299.789907346, 7913110.645654611, 7961379.46170628, 7968149.234096553], "type": "scatter", "x": [3360605.9462888613, 3468531.4873173744, 3429682.5176405404, 3540682.164694669, 3707780.978400245, 3898739.1514524617, 3980236.1021263087, 4089253.1930162786, 4155396.428802145, 4133828.9208096727, 3947483.7839294337, 3786891.4641892756, 3644452.123413127, 3599418.5336428075, 3545597.7393877683, 3597253.2543737427, 3759923.2650169274, 3725416.2659389065, 3505925.6319114342, 3469056.502173406, 3340031.2054373054, 3307407.0093464507, 3363692.056485689, 3337392.99446239, 3424057.447547747, 3360605.9462888613]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y629", "yaxis": "y5", "legendgroup": "y629", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8262227.074125941, 8241603.368341798, 8236973.906418438, 8243516.2024243465, 8254137.743977806, 8254805.140755357, 8271952.70722913, 8282062.2272998355, 8273371.389922955, 8284166.158095199, 8275181.082699248, 8262227.074125941], "type": "scatter", "x": [1565572.961016023, 1493998.1794235518, 1329402.8955397704, 1155981.1546233057, 1140587.006540627, 1058022.7726962701, 987784.3330461691, 1157983.9618782804, 1245181.709613657, 1296138.3580883415, 1445167.6638233683, 1565572.961016023]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y630", "yaxis": "y5", "legendgroup": "y630", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8172354.474602083, 8154093.9121891195, 8164517.788820894, 8175922.464419328, 8189782.207397571, 8198317.200603198, 8182225.302329175, 8172354.474602083], "type": "scatter", "x": [1462872.0783029618, 1339082.8349158913, 1229657.0419125163, 1265554.3123862199, 1223750.513461936, 1341387.508637037, 1372698.6323335909, 1462872.0783029618]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y631", "yaxis": "y5", "legendgroup": "y631", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8247687.391161223, 8260714.592832046, 8262019.891622698, 8248746.568217037, 8219149.359859616, 8202854.555243252, 8171155.582028585, 8162772.924904776, 8124768.771354311, 8122933.814629919, 8151165.498512359, 8167126.265946829, 8179850.839701586, 8215594.154760996, 8246839.985001691, 8260502.83123042, 8247149.938793743, 8247687.391161223], "type": "scatter", "x": [870436.3760092726, 887270.2064765657, 970639.6979308393, 1048677.4405726686, 1252825.3367529265, 1113422.8759596215, 1093390.6910315226, 1044488.8710905632, 1029058.136934837, 957174.8721824702, 820237.2962363197, 869550.0088270329, 777214.500396826, 653507.4322963326, 600586.5705151053, 752911.409785687, 788743.7735441758, 870436.3760092726]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y632", "yaxis": "y5", "legendgroup": "y632", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [950724.3045757856, 988563.0686756636, 1059322.645539841, 1094320.9332305675, 1103295.852930293, 1146559.5761398787, 1182937.6832281693, 1174600.3890727938, 1129068.0342434675, 1096172.172719907, 1091599.842741058, 1064336.8058800646, 993188.097992818, 976431.8833012728, 956995.0719120956, 950300.5896425911, 1028639.0270742624, 1006350.3954710142, 1014047.0202609639, 1066781.147437492, 1075484.7495073702, 1090807.867264672, 1090709.715946379, 1090611.5645153406, 1062176.7908046772, 1081990.7226544362, 1111051.6896184678, 1138536.4596726529, 1161260.9225363184, 1190172.0877344918, 1221488.5930926285, 1247188.5076793286, 1263944.2534756279, 1302166.4351197432, 1325502.920676207, 1287526.166411875, 1256298.0799106557, 1292563.0001267605, 1305470.7972283922, 1331792.148529907, 1371535.2673436059, 1412629.8263350544, 1421818.7360694176, 1431009.7107712987, 1456190.5365918272, 1497230.9118447073, 1549754.419896503, 1593603.7864813453, 1634458.4553202756, 1693115.174400717, 1713184.1273769755, 1693648.431997506, 1702820.3025579613, 1743405.636800988, 1749044.4697650368, 1754679.339280921, 1724142.5643530595, 1726079.9159005892, 1738506.7602510282, 1764279.3106929802, 1772327.0313363366, 1800147.6654630173, 1822737.6705600726, 1825076.0584235606, 1850754.2176053263, 1904117.0787454152, 2043065.538469157, 2084894.6175320793, 2118454.0319940965, 2109106.761952116, 2060672.0404766907, 2047973.0405041394, 2081917.4428956665, 2106403.9097925425, 2165387.9641231666, 2183387.922881987, 2243052.3330225153, 2304296.762722787, 2338475.141440756, 2346106.1313340673, 2386568.0262407768, 2444812.0264735664, 2517127.981863589, 2597301.0862688445, 2659123.4923455142, 2671492.7553028944, 2707600.5538951033, 2740407.267933153, 2784090.910551223, 2840719.5383475525, 2890812.3067008522, 2954216.2913248106, 3078681.1777206417, 3176078.9596284274, 3253545.6769476924, 3304151.6291522393, 3334377.6549794404, 3410682.322362846, 3439413.523241028, 3499156.3337432593, 3584661.2413243954, 3594609.9642810696, 3658900.681565298, 3718102.715655779, 3756036.237207288, 3847317.6774882916, 3939552.6626798427, 3985644.9044993343, 4033122.7440821026, 4027914.333305741, 4060826.0711351377, 4012295.538628154, 3954774.391365427, 3864402.7876924663, 3814608.560347666, 3731126.445154514, 3702512.9158509425, 3693828.6313396026, 3651993.737876027, 3653688.4019390373, 3574916.5805067685, 3543766.266520668, 3500339.61134463, 3437768.982465061, 3322961.843552136, 3268717.3132714876, 3210540.980225858, 3144906.0619438956, 3140787.8253309266, 3084100.06331676, 3028273.9713438246, 3005851.014959556, 2959802.6084437664, 2960405.591705458, 3036570.731889514, 3107792.628528385, 3168051.2497613677, 3199652.1480340795, 3290468.0864055553, 3357505.7081784457, 3395766.32376927, 3450737.597396259, 3434893.1376862624, 3466958.6231023157, 3496697.5803905223, 3567881.1323690102, 3577116.8623718736, 3570176.994930321, 3615840.9856495513, 3670860.3859656635, 3757568.769559919, 3791123.40429209, 3866587.616957818, 3945509.393815693, 4041265.970899668, 4148430.0751407593, 4208996.864239287, 4276903.393291917, 4291001.043342057, 4324745.140209363, 4330644.926983087, 4362383.696655868, 4373940.225955032, 4392842.572937342, 4456861.330414708, 4573457.835746161, 4733263.867111756, 4759708.421982041, 4797332.143176222, 4892295.402438514, 4984016.4319313485, 5045082.406545619, 5137146.854221542, 5231630.979211344, 5315380.738980273, 5417463.722910541, 5514803.179339714, 5611170.9029331, 5751774.783348462, 5840270.031732592, 5887907.6466740025, 5907861.95221636, 5873117.330642695, 5775788.323930894, 5803123.103503214, 5887454.631370478, 5970912.622855222, 5971169.540079635, 6069941.069511517, 6112976.219998896, 6153981.426070144, 6240851.614774103, 6300430.160210185, 6341438.213924681, 6418360.901658661, 6486799.3716003075, 6534881.454325912, 6569729.548497049, 6599098.46378259, 6678614.529923548, 6751267.693797397, 6834716.25660338, 6840375.651024797, 6842518.145367835, 6867614.525853014, 6956941.2820041, 6973073.743473137, 7003248.128345713, 6996060.163219689, 7034638.365212222, 7070077.842851434, 7052511.536240811, 6994300.432281211, 6988881.252008609, 6971218.546209439, 6942473.679827525, 6924280.430586265, 6974555.547173591, 7056902.058198312, 7082389.447755447, 7103036.7276932625, 7057017.98273353, 7001328.234857622, 6940940.667274103, 6899219.4577207, 6836757.342080368, 6799961.023337565, 6772964.088652439, 6733501.0514282705, 6687076.665629177, 6644498.768113327, 6605424.443214017, 6612474.548384367, 6586864.263032941, 6555422.343370997, 6524368.5525602065, 6497717.8060390465, 6513416.638538593, 6556833.6871888265, 6585327.390238416, 6635459.748658606, 6645764.585357678, 6682960.634755321, 6736783.203467125, 6754659.942848403, 6786014.084933161, 6852660.926223071, 6903892.957284105, 6877673.9681081595, 6892570.727121333, 6861017.131671118, 6904971.430415228, 6873919.487047277, 6917003.586246727, 6882446.583384829, 6882518.245406632, 6933809.504354873, 6965098.827610879, 6995262.164362165, 6979054.679270768, 7018634.979806009, 7038721.274393522, 7085714.645658144, 7120687.70465114, 7167350.876888998, 7212056.228909754, 7252657.33833938, 7258396.355889165, 7245817.326680356, 7283604.615390577, 7276890.921104701, 7301006.42062084, 7336160.03045412, 7349902.510607059, 7379144.769424306, 7378287.313026719, 7361811.601388645, 7345009.39983205, 7361790.038838255, 7353264.273311902, 7371447.713508377, 7401699.914371786, 7444831.740672523, 7475455.934419037, 7510749.7999086175, 7510749.7999086175, 7474647.211229564, 7477478.508458343, 7522127.27895612, 7549178.506726025, 7584223.919420157, 7613692.6882215785, 7635282.556589201, 7670598.913789752, 7672768.984168761, 7702936.273046834, 7734663.746647786, 7765108.457062227, 7772356.41043037, 7800204.980539673, 7796036.60608552, 7828945.812476337, 7816061.705916576, 7788014.918612239, 7800102.104928199, 7796365.3071599975, 7781962.8397382535, 7771238.281790305, 7777554.9811320845, 7757515.494303537, 7751507.7955342, 7743166.891734596, 7753586.9545451645, 7734269.768558554, 7725203.339127399, 7709488.498141775, 7677731.62072756, 7671599.714953849, 7699253.73878556, 7719703.728847858, 7711735.730712049, 7740240.416811901, 7756217.945240926, 7729565.547078853, 7744636.65351931, 7774641.085853567, 7767892.658490305, 7710114.4060653355, 7753963.5212785015, 7704813.055735631, 7715549.402453424, 7734500.155879254, 7730765.31461526, 7703379.332438522, 7679148.230531457, 7667821.670162439, 7672127.522704299, 7638000.574036156, 7604051.187181565, 7589215.217463777, 7597385.491292848, 7609451.336462795, 7567824.443417126, 7602996.295349461, 7632070.467290854, 7655238.470438354, 7658335.132278094, 7665044.057068945, 7648987.502305755, 7611992.87954178, 7617463.702330583, 7586347.473443298, 7597353.327347725, 7595694.465169899, 7638342.490095316, 7650164.598523412, 7627148.008858737, 7561646.300615547, 7616980.288326858, 7615137.7202761145, 7682983.807414395, 7723496.216743005, 7749571.898397043, 7818957.713080968, 7862955.345807444, 7853342.161842253, 7826556.697940536, 7756062.901099762, 7724422.991136438, 7711233.758647594, 7643158.451455846, 7695536.887882205, 7652621.259132031, 7602033.621712862, 7554987.488074478, 7605349.505538836, 7664010.558740491, 7736215.461152903, 7731258.715781259, 7721710.20295202, 7689149.022388309, 7656027.851314099, 7619845.545843445, 7582889.836264256, 7548782.455792265, 7498872.490291089, 7487724.654238444, 7509432.904279067, 7473121.229724744, 7410966.545531344, 7378166.468946107, 7326669.493283344, 7321579.185786235, 7288910.655079146, 7237989.855282564, 7228093.7950373115, 7163292.487614998, 7071237.228777039, 7005417.245903988, 6906472.825232051, 6892081.38547898, 6810357.14527602, 6743075.552827017, 6760690.112424068, 6722010.176660417, 6687800.070067257, 6644950.544800947, 6619822.697707087, 6581142.799690674, 6575820.536125582, 6566903.550348945, 6486302.917746838, 6391320.144833659, 6283811.217463486, 6191190.918486146, 6223091.6156679895, 6322850.768817224, 6473088.890394736, 6522318.48733754, 6565807.607437811, 6630205.353282341, 6693450.737923349, 6753384.385428126, 6828494.616697755, 6894022.789477246, 6983675.717281652, 7059567.439791194, 7187021.316162466, 7205482.052628632, 7183711.60078189, 7175896.236045084, 7196958.228688105, 7169774.913925401, 7122757.59870768, 7090930.981826763, 7084685.426998165, 7014752.588245348, 6907209.967012435, 6893719.013149496, 6842504.5884463405, 6890800.79500528, 6985206.160465679, 7024345.391869354, 6948825.101933119, 6838571.37797043, 6732377.219761285, 6675850.72593396, 6624546.544893048, 6572053.222727124, 6548130.257950104, 6518476.2226086985, 6439065.782644002, 6426498.781830269, 6390685.2233726075, 6282724.807512108, 6246198.132663878, 6211914.6653294405, 6177022.335025089, 6095694.032926783, 6079515.311398065, 6100492.800390102, 6101207.456479861, 6094320.165923442, 6022527.181398284, 5977831.695288187, 5842813.48859673, 5747298.403872216, 5764382.2389929425, 5899722.295411344, 5984373.0763455415, 5994443.309656925, 5944800.087745322, 5876280.213595603, 5765098.583086959, 5686404.480014851, 5633920.421512937, 5649161.373657746, 5766651.797734548, 5691029.713110515, 5653015.169138524, 5583857.31817812, 5520591.127354418, 5477335.547484579, 5399865.245669471, 5407790.867370245, 5498697.35325238, 5586695.8810601225, 5583227.626161618, 5570312.346537971, 5535465.474973127, 5483728.05561551, 5446697.972885709, 5414840.951151409, 5350618.140582843, 5326184.740732235, 5268359.607635119, 5210257.043868685, 5207510.304628854, 5247566.938630551, 5223200.420511168, 5191795.103937866, 5173923.758556361, 5176069.140407164, 5156817.332568581, 5151294.069018525, 5145839.530536733, 5113786.092295254, 5134650.987983943, 5113664.820191522, 5080357.455619628, 5080136.25514519, 5093774.698545773, 5062944.56901237, 5057836.18344323, 4977545.170988506, 4890927.080333558, 4919898.598785688, 4925762.88336056, 4953887.6391531965, 4893237.679187186, 4873129.129568002, 4830323.949776318, 4786159.74346637, 4694939.468631965, 4699487.228394523, 4777225.158283509, 4820687.4887255775, 4914670.724052902, 4865842.801864136, 4793870.0330388155, 4811689.479006672, 4775048.660576045, 4666200.068999696, 4658257.341066595, 4618441.3132587625, 4502683.141922324, 4416223.196874498, 4381542.325939257, 4312718.589924112, 4305176.133839385, 4261895.463566059, 4222264.984122785, 4145345.3378370376, 4088706.06998007, 4017920.2908912995, 3932715.1348801916, 3849057.0077930912, 3745499.6605608664, 3659409.7963232957, 3606678.7186048077, 3464491.52593749, 3381430.683532713, 3333374.8829081203, 3257744.6820744164, 3242088.660397053, 3257135.924027923, 3311502.2172042876, 3339955.7396812486, 3446038.2010137043, 3539995.171877395, 3587885.362133422, 3668896.4306597896, 3735788.123767867, 3837106.1142684827, 3855633.1343924915, 3800782.247410091, 3806828.9976719734, 3863187.8453821074, 3893010.2425225195, 3877866.2329417616, 3891192.600304347, 3882886.590583206, 3864078.626407844, 3831987.0585614913, 3782921.620901688, 3758975.761535562, 3743024.681738316, 3760923.433185418, 3737904.365380205, 3741680.390371947, 3805725.546632202, 3790631.598338367, 3818637.611913908, 3810157.1250605998, 3781876.1557664354, 3691863.70859366, 3639332.978228121, 3581007.9042247795, 3525893.178885636, 3441115.1961904434, 3381953.6508850665, 3339955.7396812486, 3231181.461456294, 3141634.7093927376, 2974141.005494242, 2912830.7702438384, 2844189.5380384326, 2782691.681862505, 2684629.423627739, 2590210.305344515, 2517670.619774595, 2454944.4774548933, 2421099.032602765, 2367665.360892034, 2403369.140960105, 2416264.1741430257, 2439202.5092824055, 2461071.962657358, 2513052.989707713, 2587223.9125647526, 2693757.0819788333, 2730744.3433178044, 2763839.836617836, 2793123.997465809, 2788728.4502592273, 2799416.2087226287, 2772653.8281825427, 2711772.346207568, 2636467.9729175605, 2559158.404248813, 2537012.4893311933, 2481979.711221173, 2382418.5306257606, 2415218.6246052645, 2413091.1507672407, 2394357.370386018, 2393769.927165103, 2359011.4642258673, 2303671.5024762033, 2283862.9795782864, 2238002.260529887, 2225735.5735744406, 2160856.0184643776, 2126749.1496455045, 2122658.2939160694, 2078081.7376395669, 2054784.0284373364, 2073976.1872822475, 2056538.2006049785, 2052500.502505458, 2075144.0135283107, 2076990.5114438345, 2066492.6947342053, 2072888.1837845044, 2061267.7867349032, 2064632.4338417975, 2078876.8513949483, 2093289.461637848, 2086627.603351023, 2077885.4520531448, 2080899.5009081117, 2092068.9197217159, 2074212.4168104795, 2071370.9218371278, 2047293.880527303, 2018399.8403339, 1998646.695432159, 1963150.4780274068, 1950760.6153455505, 1921924.7759981952, 1874620.9607094207, 1830545.2461123022, 1778428.120403962, 1721293.3884431834, 1687842.6824330124, 1629368.3511883493, 1616600.766492302, 1560977.0272008788, 1526606.5403175403, 1493306.8084808362, 1458093.1760030624, 1436679.2946305207, 1416629.7058300977, 1365806.1077535814, 1313260.2456122185, 1257490.313852908], "type": "scatter", "x": [-7298202.623774262, -7327545.017859947, -7343855.59215342, -7318770.59943217, -7341976.737605698, -7356913.5693623, -7401307.9218545025, -7442758.884159848, -7464494.458448561, -7504237.734326453, -7524927.709067113, -7535670.548981081, -7494881.517045171, -7521330.6204895405, -7535866.8008148195, -7579803.659693213, -7591874.304766021, -7605283.927176145, -7635757.994715076, -7651693.157992817, -7689587.408044772, -7712977.182772072, -7733068.993767917, -7753163.253486598, -7757732.520056608, -7767317.490313043, -7816358.945432572, -7833648.55960768, -7821424.074080771, -7822938.064440228, -7846769.164945694, -7881793.471369297, -7912795.36017479, -7916177.666116766, -7938957.812076003, -7935751.913690487, -7956646.889636459, -7975394.640711501, -8004467.083013198, -8015257.3745431835, -8011655.890092922, -7996029.980467211, -8008466.890795283, -8020896.20817519, -7997430.129147719, -8026230.750071299, -8065197.198545343, -8081721.786056581, -8117148.375541503, -8158070.029827041, -8145732.103418845, -8132323.740038829, -8124364.884927077, -8136335.1831762325, -8149877.900566881, -8163417.063806797, -8176871.305881229, -8230549.36089462, -8262746.011942162, -8298500.328167776, -8349302.854778338, -8372618.86027368, -8417806.176194917, -8475496.085408956, -8515071.722103652, -8558812.763585277, -8646548.097020928, -8688822.808196051, -8759867.21287692, -8812816.474171223, -8893698.422195971, -8942074.279995859, -9002854.547922023, -9068817.289328787, -9146837.339782843, -9213491.188249407, -9309055.493418878, -9376642.286050363, -9394402.993774807, -9444733.16069789, -9532225.475775268, -9560569.85448221, -9646485.847536108, -9677620.602853164, -9687618.875706123, -9654646.670592796, -9656975.683048794, -9629406.243240882, -9620130.681604177, -9639250.443095215, -9636899.558875265, -9653724.419137862, -9705750.59177953, -9773801.220045984, -9798694.489563802, -9863363.855927465, -9872125.863371274, -9838237.609943518, -9876370.849193951, -9912991.730331784, -9911149.194151964, -9956454.780895118, -9989517.764933651, -10013524.50640582, -10005764.893211083, -10024916.677776577, -10026337.340433076, -10009636.898653137, -10057451.650927825, -10088729.121197518, -10127723.698629983, -10158686.712883517, -10163635.91530475, -10185016.686457073, -10170666.322827889, -10130897.603413673, -10125014.585848121, -10114094.441264246, -10114986.180158898, -10098586.646447504, -10103958.960058866, -10085773.104760364, -10079072.53773755, -10040082.060787508, -10041171.529075265, -10028533.413666109, -10018262.645184036, -10029641.555210225, -9986944.68344759, -9964270.893126877, -9944488.829414023, -9951899.829131428, -10000757.818647273, -10016749.358939834, -10023064.914003843, -10065427.431263136, -10115913.045140542, -10154245.930548476, -10127754.608162612, -10123587.188373687, -10156115.80930832, -10202685.452451766, -10219014.579088405, -10232642.479640534, -10279541.36837245, -10311566.084278103, -10302285.347084723, -10267439.137663905, -10220598.276809797, -10200609.38472666, -10242343.178290267, -10283903.896849979, -10292070.879198005, -10298487.966838563, -10306272.288115717, -10303571.96893373, -10295947.967110232, -10327040.914268628, -10362450.62749833, -10358870.609972028, -10405588.87386568, -10424247.045430439, -10500663.913343338, -10515243.40676171, -10499481.280934673, -10534095.952229844, -10534523.80909691, -10519276.319687467, -10539568.809784455, -10560321.249681864, -10526727.535705492, -10540958.752611075, -10474529.88339282, -10426911.017932614, -10407514.250549203, -10317096.80628731, -10250219.514566895, -10182278.520272572, -10109282.61249111, -10077516.284101028, -10069404.584716573, -10046197.832450204, -9952620.941399662, -9972482.234465951, -9934924.38737624, -9893070.98398938, -9864573.103028433, -9875175.885377796, -9961219.21932684, -9987026.605115373, -10100445.02688174, -10078134.61341515, -10020200.054885395, -10087411.063945094, -10037669.90091514, -10073063.951857293, -10032674.176123189, -10043855.802542148, -10084703.488605823, -10032357.497822963, -10059827.759310935, -10016694.438218469, -10082599.141721064, -10199069.84786209, -10259993.767909244, -10315597.299703395, -10367912.092474924, -10461670.7461161, -10571723.35278395, -10669753.662081083, -10712972.562424447, -10815715.829259858, -10871939.379264474, -10919103.345103446, -11025587.635222415, -11125167.461033287, -11228952.091976834, -11178454.73213418, -11042572.317751471, -10932680.043416847, -10926048.843449954, -11077877.983561086, -11198124.606145304, -11379009.398852158, -11375465.734424368, -11519992.072096724, -11643502.54614831, -11750027.164616792, -11814132.54931737, -11985044.560929975, -12056949.666823102, -12189607.598048003, -12234175.651867004, -12334008.776071277, -12446580.595238917, -12544662.893735817, -12706085.410435729, -12700863.36627966, -12568565.831325358, -12461729.818527594, -12323764.94263243, -12217633.778394043, -12137823.538177265, -11970937.199398672, -11933299.023485811, -11841037.529424598, -11748646.189112559, -11648312.09213232, -11766183.400744077, -11771799.285434483, -11850908.261978542, -11845003.274181638, -11903717.641906753, -11877557.788473431, -11995259.946285713, -12040806.841032626, -11981895.868360424, -11928003.675592447, -11935689.044287983, -12052787.422649035, -12061565.386955796, -12084143.660813458, -12019030.254954651, -12025158.328757603, -11929428.011687497, -11804710.64518779, -11718030.304995636, -11651706.695987947, -11621852.641662562, -11507295.416162876, -11465977.094069542, -11375344.299732571, -11334295.627551097, -11352164.244374935, -11253945.870677635, -11298304.752568848, -11398964.655157503, -11447046.32258445, -11475716.739919769, -11588727.214313932, -11661914.70214354, -11641117.863408277, -11655745.990192529, -11505294.11586125, -11289839.297600862, -11233402.15957026, -11305385.93480837, -11154887.882073585, -11133709.069455488, -11169784.371260254, -11154308.523108302, -11164068.39213563, -11215238.678014437, -11108413.41487289, -10985590.753056295, -10841746.284864323, -10761938.423505211, -10631925.10314506, -10552935.82260171, -10370749.059912167, -10319493.101231396, -10150185.381879218, -10079041.156314706, -10089345.070568912, -10035839.495423011, -9933143.199019682, -9965789.482974946, -9886610.92595918, -9807474.640044833, -9707542.096928654, -9592198.609193647, -9556804.875798153, -9450104.223739745, -9384917.301958546, -9329101.936714165, -9232694.814862724, -9181269.09789104, -9121685.039147774, -9017758.224134972, -8903448.698267676, -8818138.111414075, -8672137.255088298, -8537876.890421137, -8536094.12881526, -8462470.18406148, -8398585.477985317, -8364393.097387994, -8344815.988288185, -8188220.076206254, -8255578.421898558, -8157727.1876285905, -8103777.891851482, -8029448.1818313, -7968960.400133177, -7848021.88053284, -7771928.647841655, -7700506.028502366, -7656256.312170822, -7795939.0932502495, -7692803.086738249, -7499613.622540033, -7426854.028065016, -7405929.588555681, -7289301.167242446, -7321952.12142745, -7249158.563246152, -7163669.29890495, -7101637.689918593, -7067628.681927588, -7044982.619339086, -6963100.039948855, -6879814.507007573, -6762126.080391202, -6665237.125571918, -6624747.503283923, -6551460.249810525, -6473328.335188036, -6544980.276208529, -6442063.339700473, -6389795.765950961, -6284124.337974354, -6308333.048823366, -6354021.487217873, -6261449.942137403, -6127223.536122134, -6054916.158991733, -6023734.484878981, -6020330.337260614, -6115500.855975857, -6007189.986922147, -6081444.092624173, -5935954.426891602, -5901625.069805246, -5973308.051237652, -5953887.06849394, -5834007.864687241, -5726291.109000829, -5647259.5033686245, -5558635.417792317, -5470755.718866636, -5414314.997724275, -5442464.6645557815, -5526912.2623843225, -5513505.624314916, -5552952.8717444595, -5731486.561918438, -5837143.215256619, -5888577.584293053, -5942127.763487402, -6064247.479167402, -6113202.1698604245, -6238855.496316112, -6344183.700873595, -6428072.041938023, -6475743.616821841, -6567071.827308442, -6708706.453550688, -6861810.908924982, -6941922.239316177, -7021160.358874079, -6922686.636136136, -6947370.204759138, -6958508.926128693, -6841228.689824342, -6726609.272344414, -6672825.532423036, -6645189.345567358, -6565009.716860749, -6506986.6208338, -6383642.687573453, -6305374.945550329, -6362646.035261692, -6389473.126716457, -6388099.139709785, -6316210.217429803, -6240216.676493468, -6149414.6400046265, -6113936.050913072, -6142257.36751013, -5996020.606174425, -5874804.433419685, -5798218.005002009, -5771016.369861491, -5778748.427472456, -5829927.448907739, -5687081.555830889, -5670356.024652629, -5608393.621269775, -5545561.771984917, -5437535.905749878, -5368891.6405613115, -5295426.4843821265, -5246329.903666042, -5187260.640941237, -5184841.402843147, -5059002.203321511, -5101941.673237739, -5137512.923966317, -5077015.555113907, -5049955.627514428, -4917187.104844236, -4797097.745351631, -4727717.789631217, -4709908.915054756, -4667585.333066696, -4633648.5136233885, -4689205.187465181, -4610191.1567253, -4563303.223891576, -4450615.684159658, -4412820.046126274, -4412225.395140211, -4356465.87688633, -4338166.200134465, -4370247.483368015, -4439818.753734974, -4508149.563432347, -4650440.485465562, -4778575.817576832, -4918891.430269244, -5081622.344812181, -5200773.871979935, -5285824.972057501, -5379988.552621682, -5499108.487371103, -5666125.683793804, -5794822.227895736, -5719412.987923577, -5539613.83816095, -5339474.896606912, -5215788.392253881, -5162435.417509674, -5262617.612194338, -5274950.443134782, -5274294.03120887, -5184615.511293618, -5044327.338814226, -4926015.681606158, -4943725.063544622, -4902326.681112609, -5024560.280644592, -5226212.542068926, -5321364.9321511015, -5437532.638134655, -5498283.614190695, -5473299.8678508345, -5302357.070966132, -5435203.636153329, -5530913.680150006, -5527958.708145473, -5632890.833232684, -5729985.276031072, -5828004.8958793515, -5892786.204820553, -5914736.193469, -5933850.159369004, -5924148.499899592, -5890109.928373934, -5886659.913739478, -5868949.329280943, -5885204.8906120695, -5947416.7740183985, -5987206.535680483, -6054876.927186699, -6093756.199911939, -6144459.191835065, -6224748.637919205, -6094339.681830372, -6075733.355766185, -6204206.08520972, -6258156.886316909, -6251431.279160922, -6286706.121361763, -6263359.918539022, -6306019.809910943, -6393758.325236353, -6391517.694052651, -6408486.287805879, -6427952.4689639285, -6428407.003521303, -6413154.313923066, -6424357.915712223, -6464584.2980510285, -6538884.7895413, -6545440.558400512, -6496712.178164443, -6527861.521574774, -6509849.176223943, -6540988.591720661, -6543973.658830179, -6595359.511924648, -6547068.433739322, -6574395.125853264, -6551871.303460898, -6553924.900055564, -6572950.729768837, -6650878.328500793, -6750050.378710149, -6825251.966908458, -6870867.139562968, -6926314.225960126, -6948938.778572055, -7064774.029009334, -7128536.715473057, -7187542.27910915, -7221695.292539693, -7225607.909510252, -7219352.985317216, -7198481.347887648, -7209198.294622, -7195904.172321599, -7215083.230198249, -7228255.062078208, -7265042.202472901, -7294983.8701826455, -7336657.447653482, -7340579.309916596, -7369355.413722285, -7395938.484274587, -7418199.369311289, -7421424.761638673, -7385381.60866316, -7395401.816365774, -7441341.663029693, -7471628.755818075, -7574413.671051554, -7588903.804455488, -7618425.293646901, -7666723.53034528, -7770834.354242823, -7846239.220742578, -7916046.822451849, -7957557.653216345, -7949703.005836604, -7963433.7617754955, -7950435.982369583, -7971336.215809988, -8000000.697241521, -8039146.764821817, -8102909.068467195, -8153225.470138894, -8234739.961005939, -8292186.03568048, -8349748.655105026, -8432093.780730698, -8536687.261905408, -8638979.689198362, -8702659.241007224, -8737061.36096752, -8758680.993404001, -8768280.145714873, -8760975.37753217, -8820811.700017186, -8856388.908936992, -8898284.717500731, -8919421.796128744, -8917106.25668805, -8900536.800924385, -8900370.323272517, -8856196.648968378, -8847065.09641244, -8821393.469429089, -8729088.685850378, -8699315.935604736, -8613058.714898879, -8540876.517360853, -8468440.049693607, -8407164.111096764, -8340603.591021833, -8306916.2480283305, -8281795.5768438615, -8259690.317632085, -8192067.635953401, -8090378.191808212, -8010221.382780559, -7952988.59942455, -7935572.154754246, -7948737.228144897, -8010101.355940156, -8044038.059582075, -8030515.684826708, -8052591.883454707, -8090217.075197913, -8108817.121987894, -8128400.242155982, -8130783.158671401, -8113415.703933087, -8119930.525531493, -8142626.788488359, -8137291.465199003, -8153197.151855058, -8149013.426931739, -8168266.062828269, -8190817.490833028, -8208046.5726477625, -8232022.8995482335, -8204732.165359699, -8194373.382917491, -8166125.180190348, -8160246.273769506, -8137153.375800115, -8110438.329168301, -8103140.932898132, -8087992.71288273, -8046398.984000712, -8003193.241919817, -7971686.1319712065, -7959078.081533179, -7930398.132667621, -7909302.253843306, -7884728.729673755, -7864992.544284754, -7824852.589775994, -7810495.686724421, -7785063.105754589, -7761620.251290214, -7730170.256283091, -7709730.107397489, -7719067.892892775, -7726927.686380791, -7722494.108244815, -7748465.19987169, -7763714.745289822, -7772330.637205241, -7770527.740416263, -7773604.495585307, -7788991.936273652, -7802647.654738309, -7799203.978651123, -7821094.892815254, -7819658.924348948, -7807081.30644843, -7802551.775181845, -7788958.037276585, -7756735.284140473, -7716799.661253963]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y633", "yaxis": "y5", "legendgroup": "y633", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1257490.313852908, 1210587.0568418314, 1182870.0688215194, 1176987.3930099064, 1187629.9806702533, 1155474.7224116987, 1164933.3026796582, 1197980.4352581394, 1224360.715738909, 1263430.9310558431, 1255761.0617256018, 1242901.8594011269, 1238442.6730837873, 1215855.5386303805, 1176493.7692141195, 1140325.8319146363], "type": "scatter", "x": [-7716799.661253963, -7686389.219432719, -7690111.772817993, -7653162.020294565, -7643647.890226344, -7619970.6106413575, -7573348.504280132, -7531463.647588543, -7472966.777411267, -7438484.183513177, -7387379.982003829, -7391706.396568145, -7339864.386122046, -7299696.302000826, -7271597.98483364, -7238557.219574026]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y634", "yaxis": "y5", "legendgroup": "y634", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2567789.38803302, 2589445.6832012814, 2591995.4487053417, 2588858.257615446, 2556149.517602847, 2559342.344901062, 2514217.32263904, 2516756.352148214, 2478802.697687499, 2474202.9226476634, 2427413.707834486, 2375432.31725838, 2403217.3684432935, 2397862.0307356557, 2403939.931896386, 2380642.3892196324, 2372767.5645205886, 2403758.4675468225, 2385422.588119651, 2297835.2445176067, 2318192.081579752, 2354961.2725964114, 2376687.0284477193, 2367823.8866117205, 2377063.433427679, 2353170.5898707225, 2392987.7548763747, 2434139.340890832, 2416419.189939515, 2406173.5184396203, 2434587.6713259253, 2489814.0068529337, 2538435.653071993, 2558268.2486291854, 2593353.930666983, 2587742.448450701, 2567789.38803302], "type": "scatter", "x": [-6582449.577749068, -6568214.490872525, -6548869.246090209, -6496668.006198646, -6446391.714952256, -6421801.649324077, -6410630.428393137, -6360054.777869903, -6367527.299712981, -6327156.513894852, -6287339.667159645, -6327389.138014666, -6368059.268182345, -6410936.448342068, -6440526.613894354, -6459802.543078837, -6496066.030314785, -6506502.999756454, -6539080.272761196, -6585950.962722843, -6607400.422200363, -6607861.002154871, -6666519.724666266, -6711039.292211198, -6766149.3761691805, -6812104.133431383, -6856647.821769783, -6843473.550420982, -6760944.014665339, -6692713.819975297, -6656155.982616693, -6691393.592716963, -6684581.383262785, -6739970.55796131, -6714733.061584678, -6659486.098147841, -6582449.577749068]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y635", "yaxis": "y5", "legendgroup": "y635", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4800764.288811834, 4810688.381263712, 4720947.331203722, 4685460.145395999, 4626359.283447353, 4669671.548319127, 4682054.887865188, 4740254.705909912, 4798775.046078896, 4788374.392027722, 4800764.288811834], "type": "scatter", "x": [1265143.0234170048, 1329610.5433658361, 1303915.7291948204, 1318805.9047158444, 1303991.8071861058, 1235681.4547056083, 1191218.8356109788, 1068277.649888965, 1077514.1136641535, 1178364.4333741465, 1265143.0234170048]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y636", "yaxis": "y5", "legendgroup": "y636", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5519213.020838875, 5478885.673818703, 5387954.061309795], "type": "scatter", "x": [3101795.0067703915, 3203473.911139439, 3325981.444134566]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y637", "yaxis": "y5", "legendgroup": "y637", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4258319.975751444, 4328565.566961978, 4314970.428250038, 4364312.4114639405, 4339009.903520846, 4298703.103868918, 4227323.614571509, 4265202.181595193, 4237769.019740666, 4168517.398678399, 4202268.900514809, 4258319.975751444], "type": "scatter", "x": [11598251.246239731, 11616171.2380528, 11671851.264229113, 11685866.321870854, 11761302.020779645, 11790393.8708408, 11772185.934454087, 11719843.02826099, 11686739.819256848, 11692761.430011751, 11621341.845252287, 11598251.246239731]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y638", "yaxis": "y5", "legendgroup": "y638", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2489188.6448141662, 2552453.7367690573, 2615803.4165957957, 2676071.8973459275, 2730731.2744390275, 2784117.0027792035, 2842558.754184795, 2876867.45686753, 2942365.5992285833, 2984821.9377779323, 3073128.8210511175, 3152448.55654889, 3172512.47208003, 3245010.334518569, 3311041.6717154533, 3387434.4316406334, 3432360.568216629, 3557771.389581188, 3606457.7403670955, 3619948.9958618167, 3703238.797395078, 3735616.4257799187, 3836745.36179144, 3986456.2616381827, 4089277.647959126, 4151915.612048941, 4231941.043448793, 4285837.53217164, 4334459.174380612, 4455578.818837245, 4526967.801489469, 4526410.4629875235, 4477102.1838650275, 4485145.247847333, 4459450.107951547, 4458203.937651174, 4521732.184909273, 4541882.249087695, 4589604.765443581, 4624707.590709348, 4645225.468074422, 4654554.046897376, 4637472.688776704, 4682757.346415372, 4683643.51962532, 4656929.762553849, 4663906.092935057, 4710184.512233804, 4696440.750861285, 4638337.953583468, 4680629.113455897, 4658571.740167592, 4602153.949395744, 4548690.535286726, 4519891.636180611, 4419138.764410364, 4360308.171074083, 4296279.231139983, 4294277.817971518, 4238214.658091545, 4219735.057180757, 4178977.9717338593, 4189174.9576181117, 4169393.956022649, 4116306.050715659, 4010232.8382823574, 3986988.888778585, 3936752.124846904, 3876909.9889855618, 3908157.755306111, 3963433.261477586, 4055125.9552331157, 4113105.437594563, 4168780.9836010365, 4184956.048869503, 4160687.682004532, 4107548.3180787773, 4107043.8764991076, 4086724.948860349, 4072735.5093998606, 4033308.069008645, 4035281.6609899243, 4003650.4228877462, 3968232.350927533, 3949543.6172131593, 3987549.3692237237, 4021857.5863087685, 4031717.301250766, 4016618.0983955897, 3957175.214147339, 3996353.7808463476, 3968030.863849274, 3961237.9138691644, 3991444.389192596, 4030877.072011753, 4037656.47885828, 4093427.6872571735, 4183078.9393118564, 4213057.083671055, 4214282.852123767, 4310364.235917254, 4393017.907618948, 4397095.393227839, 4486326.0973838, 4534103.466940018, 4586570.200693641, 4629885.225879507, 4620075.872750932, 4646562.747055592, 4580212.5497358665, 4567219.915305111, 4629156.305606734, 4633023.616529976, 4585182.502134709, 4571474.420485099, 4632904.638127914, 4630831.278612412, 4744869.984486643, 4808069.312907218, 4896145.751218977, 4949967.887135779, 5056987.751382443, 5061442.698193731, 5145768.118714072, 5131124.970969507, 5202699.741573816, 5233751.069564683, 5236083.26197383, 5158515.159739022, 5115724.205146609, 5132800.893841224, 5122936.312084238, 5180612.122574205, 5227605.081308526, 5302215.452761024, 5342303.274663858, 5354782.891829994, 5387954.061309795, 5478885.673818703, 5519213.020838875, 5581677.85568607, 5598601.856429165, 5686653.529815633, 5728014.753224869, 5770470.595340068, 5793128.247032751, 5776431.3729047105, 5768135.002312353, 5734489.572390737, 5728992.748488145, 5690039.37409032, 5624663.307881679, 5599181.312742376, 5605525.630305617, 5567734.837011596, 5549331.828465068, 5487611.632710416, 5509356.578622539, 5559405.213127377, 5590447.372160481, 5610724.6184067335, 5645773.681288935, 5669846.040480487, 5696336.697156915, 5735275.703482926, 5722435.661574356, 5664786.512509589, 5586829.986604841, 5559471.088773598, 5536584.744134484, 5546553.450478407, 5417364.737908395, 5372611.294557062, 5294885.303482948, 5232478.497670218, 5190221.7946382, 5154602.6412808895, 5127509.176562833, 5121402.077697463, 5087089.142586837, 5027092.37574875, 5078995.71369109, 5101920.17705219, 5105073.886413391, 5115555.22912323, 5086707.286239816, 5024076.49121755, 5005855.433943687, 5005742.694310367, 5063223.631233017, 5038764.908799203, 4971943.05822914, 4919179.562137007, 4894468.659727814, 4842331.149380736, 4809417.082597636, 4745058.811383868, 4775284.076487568, 4717051.224557, 4705033.694660724, 4603596.639410992, 4602153.949395744, 4652249.21744819, 4743914.007757851, 4819677.906430684, 4871766.79382275, 4936093.627921499, 4968092.839272544, 4975945.656691262, 5000596.023567073, 5038119.136394821, 5091162.456585113, 5166706.8048399165, 5200909.100244898, 5218229.2342799, 5226734.499470694, 5262510.136676207, 5284202.2189314375, 5324521.22225167, 5363602.944990436, 5395757.779354918, 5474943.444094298, 5482948.05724221, 5527878.028137568, 5563790.43088806, 5580522.206061692, 5534658.552729394, 5570252.029912813, 5607022.277418155, 5608731.654590651, 5618310.321121088, 5633675.356825524, 5596196.179471458, 5543521.3170424355, 5513158.043617177, 5458659.504739604, 5404450.7013247125, 5314838.380452842, 5226748.678880425, 5227426.4333308255, 5203143.093900039, 5181210.121174205, 5141302.562641672, 5107802.585963501, 5049812.568486363, 5028976.557624714, 4988924.07579802, 5041119.951888936, 5059462.929131779, 4987201.558583312, 4945593.721340857, 4886786.205495125, 4880086.164442205, 4782788.532605814, 4774012.3140655905, 4808803.409406137, 4869613.040961609, 4893751.088444378, 4959007.5757231135, 5015512.445797555, 5029432.4100808315, 5077527.498205144, 5097727.283865682, 5142262.676236081, 5149426.683880237, 5199209.145262274, 5270594.003736368, 5333378.112376333, 5440248.2918265425, 5452744.53864752, 5488131.514056598, 5473661.325069674, 5423796.089996581, 5415896.924125069, 5354810.912766281, 5384132.395055166, 5348986.53843809, 5283440.546773884, 5219829.792371886, 5146442.228478192, 5123053.6611404205, 5085728.183989499, 5023958.149185434, 4932688.800914824, 4868207.207696796, 4817638.708733919, 4743613.0381028, 4720835.015949803, 4632595.28959214, 4630840.203336774, 4633020.64208214, 4592310.567621184, 4548621.720111092, 4558225.779973876, 4597270.377788928, 4663502.451396326, 4681281.253025304, 4651476.895964358, 4667633.288960332, 4654987.645091425, 4744639.848131695, 4814671.768963546, 4825145.493656848, 4868084.445702118, 4941924.157566838, 4982684.223288008, 5027908.987131659, 5094872.842267779, 5141825.491673995, 5181472.091467863, 5218561.2840415165, 5296508.400053876, 5343714.324371112, 5421769.68247343, 5402311.637261308, 5402994.959610066, 5384543.124951088, 5390213.424999837, 5386635.635879571, 5451276.34874409, 5662949.185824696, 5772508.019852703, 5824835.570529295, 5864395.804817987, 5938871.445974824, 5960953.679950233, 5934830.684074357, 6049106.102284074, 6006000.253442058, 6084175.341905372, 6165428.616760594, 6185305.486227476, 6204671.802699693, 6231553.656216852, 6373653.234204018, 6413505.743065596, 6410825.278529487, 6430896.08359638, 6436037.654392374, 6415155.611710062, 6461742.146815868, 6496920.12912534, 6549730.261929995, 6600930.372190932, 6693972.808880743, 6718263.62749637, 6745121.996000518, 6750659.463760785, 6775197.350999459, 6800157.132268719, 6754551.740716427, 6725443.571780549, 6700280.00413179, 6686626.23595099, 6652436.806202122, 6662304.801575524, 6596546.515933006, 6551617.09940239, 6515694.009677136, 6493921.807212718, 6460603.829655059, 6478256.852968023, 6503906.906451874, 6466891.000033769, 6436863.216196458, 6464557.80292054, 6507903.794857335, 6539413.183434764, 6523704.5284129195, 6500948.471473233, 6499767.085480941, 6540771.027182848, 6570798.465588685, 6647860.272953497, 6715920.598748692, 6771996.17062877, 6802218.0604816945, 6735849.631313123, 6737589.537434812, 6805749.622824316, 6857464.823826995, 6846466.00826342, 6877409.4193230625, 6926976.6953231795, 6950811.537830777, 6963182.912377324, 6949100.745750301, 6951624.801273967, 6998496.79215363, 7038389.103687756, 7031741.930671814, 7000962.437123191, 6983146.487872063, 7029061.747283962, 7056434.031093705, 7137419.803140845, 7210011.661767847, 7256063.8267455995, 7305006.569321691, 7387709.053608828, 7403384.949653761, 7434824.349389322, 7469525.678776484, 7448786.210837248, 7396991.113616624, 7350725.11084364, 7288862.458786571, 7221300.875252826, 7107688.814959936, 7049482.091086233, 7003034.852039617, 6906900.427258711, 6886690.551866609, 6738968.546372262, 6654520.414645079, 6663291.973122128, 6590825.767494761, 6586588.324130023, 6672919.275191791, 6774654.035163132, 6898478.729791475, 6951148.7637642715, 6851348.654468102, 6830844.294067129, 6875274.516462888, 6967615.41702281, 7158955.8655277835, 7210575.378609726, 7276749.808680509, 7356237.2751534125, 7460230.2716972325, 7597699.958609088, 7649121.812323075, 7732037.852580999, 7760137.354858203, 7756752.248554109, 7808820.3708547, 7806080.68530111, 7818382.427899239, 7772742.029370788, 7755742.87342162, 7715181.708181967, 7737755.858608314, 7698350.297837826, 7682613.279596645, 7606102.498732047, 7573121.024138782, 7526125.464091329, 7488367.764296665, 7468986.574353761, 7523843.173833248, 7514755.511828798, 7461725.027997657, 7427561.418420271, 7350784.665368905, 7327473.037862903, 7307481.29238015, 7344712.157491753, 7377323.4917776035, 7405760.977284668, 7358877.573084541, 7377323.4917776035, 7432049.299306485, 7503531.886474308, 7499379.088381376, 7474055.464707818, 7523610.768669768, 7565790.454445911, 7608114.550595941, 7649634.552196215, 7627870.542000617, 7589340.2604214335, 7580755.675543239, 7541654.981029752, 7517272.505758002, 7532746.409544867, 7577678.291418574, 7668884.745253696, 7665590.7700493205, 7624548.021017684, 7616716.014947528, 7640697.2091324255, 7642568.445079515, 7670451.223222552, 7629809.425238516, 7674446.74898955, 7712694.023398078, 7734142.876196052, 7714483.228722719, 7693960.903612944, 7617091.867315367, 7652657.743898879, 7687979.211415984, 7701975.085231788, 7708414.604137953, 7739223.3992701415, 7788796.906671399, 7808725.88998349, 7863790.515212194, 7917062.287617436, 7928319.966581608, 7913200.52246108, 7880746.106283384, 7832072.381649095, 7812510.1422770545, 7768776.151330908, 7679784.000833663, 7638611.269605589, 7592837.686590082, 7492261.910922128, 7481587.591982801, 7507590.820026721, 7525974.10360704, 7561007.151368284, 7594228.059871208, 7633250.630433619, 7677676.965591101, 7683146.150195761, 7719716.759619151, 7783958.088126554, 7834399.667750051, 7874897.971474664, 7916424.5166143365, 7917729.635802974, 7885490.050175836, 7827588.4272458935, 7816375.469672747, 7860173.442487434, 7883523.996778503, 7886639.639515183, 7852729.757160948, 7902000.613012174, 7962526.643377245, 7973668.819921184, 7971242.394490442, 7978433.195842513, 8006695.403384419, 8041191.158960081, 8042610.264409601, 8067868.594411587, 8074545.92349299, 8088107.609585267, 8092657.238660538, 8081610.073400151, 8107532.161385176, 8106733.509842209, 8127232.194193116, 8146937.1441977685, 8165447.812531874, 8150872.002757202, 8139583.603736272, 8132481.3585175965, 8109120.976898001, 8120709.89518425, 8120078.302921387, 8096668.755675823, 8078245.779614022, 8052048.658118298, 8036811.886535918, 8007605.89273601, 7991664.195863577, 7984063.654135075, 7970241.420211482, 7980623.122748322, 7945030.253620534, 7959564.256341067, 7968316.85252224, 7959166.04114479, 7932872.369775091, 7924392.405179044, 7967332.685072834, 7957623.120700101, 7957928.85392906, 7928246.427995212, 7891253.269721552, 7866505.408923399, 7818847.770907633, 7793682.23666328, 7857914.053885038, 7830695.948873325, 7847018.752729496, 7828326.455672814, 7845373.881996059, 7836873.649340648, 7892276.502315098, 7917410.0862083705, 7879560.665810698, 7844067.390525655, 7797127.191803487, 7808876.885331167, 7798653.857403787, 7772707.39402716, 7725851.38511292, 7707278.831614936, 7720655.003540384, 7722359.044180579, 7709552.972790586, 7715879.351031003, 7657918.896526764, 7679303.743737842, 7721352.683728807, 7750036.427940346, 7732036.936519144, 7735902.933934069, 7704833.408568574, 7675976.651373613], "type": "scatter", "x": [-1494436.123524013, -1503741.1745425249, -1492739.0777622422, -1514620.1675815082, -1561151.8245781537, -1555477.928055178, -1549223.0974085971, -1513028.011847556, -1481016.8417466793, -1485450.176318417, -1451162.947388918, -1397935.3935016855, -1366747.6771811899, -1340325.7538065065, -1335899.2999449659, -1300675.6729947769, -1239159.6897371176, -1177981.2558069816, -1129669.6430010495, -1046007.343536919, -973073.3345356492, -927403.4518480797, -850271.0900446307, -868230.2160116434, -831694.1735548807, -818068.1412221836, -759296.7490494209, -669968.1630466394, -603947.6738022371, -543012.501987654, -514203.3835651058, -450381.9826172401, -398896.00795396994, -316169.8475963362, -226437.59803208898, -188677.65427976835, -104822.96992457061, -11045.158225478825, 43580.15708498466, 126687.68229835869, 272818.2137927201, 415380.2988619894, 459215.4648282385, 539460.2800253051, 631493.9619040187, 667289.7214387872, 726056.5327904962, 818325.7451693956, 879082.1931538637, 878728.550008494, 950231.488964283, 957262.6700824234, 916313.5602249983, 917755.7208778163, 948862.7956283583, 941206.004851151, 885894.9932231152, 904674.5446037682, 949996.4505075895, 974037.9180429032, 1008063.6917861068, 1112762.2384372442, 1149240.275869018, 1223491.3168657692, 1342659.0814028394, 1388975.848865699, 1469472.5196366762, 1596820.8654826866, 1694519.6513211513, 1736050.3843952597, 1775328.505581569, 1749262.178305006, 1773371.2509158573, 1833213.5143309522, 1892635.7145891928, 2013233.2829954391, 2047060.521860277, 2079897.7861195488, 2109440.8903912543, 2198105.4362152196, 2222604.5575842736, 2339960.494522928, 2427553.710807929, 2518323.2796880263, 2560897.454091755, 2625761.891154069, 2659089.497022872, 2736093.629016727, 2800332.659502654, 2830047.6238585697, 2846866.458076845, 2920510.2831975706, 2990179.3421450327, 3030683.1994222263, 3052339.5804286273, 3045605.183377411, 3063061.051918684, 3071174.9134164155, 3080401.664404002, 3082686.166069668, 3102896.422821325, 3136483.324559551, 3137627.3377498537, 3118509.1484250627, 3133720.077570407, 3095172.767300439, 3122282.284643076, 3070886.923589344, 2995296.865712086, 2944122.3148784786, 2814310.4186655744, 2737164.553883778, 2643654.7518778816, 2628999.9824242434, 2570669.65126512, 2480608.273323218, 2386565.0215664525, 2324008.4894949356, 2254919.8144704206, 2287418.9493191103, 2227723.936602393, 2310249.297193939, 2440130.7677363306, 2465333.033399899, 2627966.0749101653, 2719469.413460146, 2812905.6259986944, 2951409.0053919908, 3110275.6167760408, 3238115.2726319656, 3333630.9024312384, 3407943.7369483192, 3497382.1607329673, 3501436.110897442, 3466811.266257373, 3411105.3915681993, 3362586.3837983483, 3325981.444134566, 3203473.911139439, 3101795.0067703915, 3019368.330558193, 3076182.5093123787, 3127685.1197603936, 3074024.9451035494, 3185742.2133379155, 3178979.5631086156, 3109357.141671901, 3046019.5789037803, 2998241.0549084176, 2922891.8545513386, 2859532.904875686, 2875751.9105392755, 2920380.266002513, 3003127.519713562, 2993780.505369225, 2906721.9070963566, 2804748.8150332686, 2755273.804655035, 2765437.0802785214, 2670453.4624566133, 2681740.8462811685, 2754593.5047524665, 2726838.314315109, 2595309.3616601415, 2583402.9754907093, 2509852.200488701, 2488409.6963018654, 2436395.141289581, 2442251.455833803, 2405494.582776806, 2379036.853096874, 2373393.2458693925, 2336032.4109697496, 2315311.785988112, 2350033.9890848645, 2365167.1508715455, 2443031.374052944, 2431010.1803941415, 2331515.5693668374, 2299421.085483988, 2235416.2095695515, 2203138.1257147444, 2201788.0952750407, 2149968.5413369294, 2104781.399125818, 2005391.6894991994, 2070338.2923988865, 2029026.5926375217, 1981752.5697148845, 1931446.8565756725, 1917844.9558180424, 1943009.4863126134, 1990481.5327565004, 1960595.4459381578, 2012919.714809715, 2058316.929098697, 2065481.4205908256, 1983364.5552155266, 2013806.3060838112, 1960200.7353760838, 2001438.3127547223, 1944142.354630896, 1869317.7528339606, 1829726.8633120726, 1808601.9690888925, 1771012.963696443, 1722105.0042780607, 1713752.8706099289, 1698659.9998554955, 1694964.4392205377, 1644945.310332142, 1633314.3895767787, 1634250.127684598, 1642866.4040719667, 1627263.0993464433, 1608971.9996532903, 1582468.227281392, 1544481.2047621813, 1462632.049081164, 1411191.8936002112, 1332597.1310298229, 1257029.2218700398, 1273164.62611667, 1232220.778750264, 1228095.3072073618, 1173955.2657426647, 1151818.1492761325, 1125092.689433132, 1124481.7433183843, 1127297.5235633552, 1144933.7769631597, 1078544.0981185539, 1014095.8196306968, 1021813.5966513054, 1013497.74354124, 1043837.9114838779, 1124995.8777704504, 1172540.6139586756, 1271440.5164244038, 1337189.8964080922, 1359359.5860064232, 1337279.270671896, 1415524.5120051256, 1479920.7654265305, 1556802.7975167294, 1567162.222097755, 1554306.2206525395, 1503364.2333061483, 1428453.957522043, 1397690.2286891975, 1461981.7915472956, 1455857.8066156064, 1420630.568756607, 1381070.712038698, 1345836.437744265, 1344085.4742071978, 1357821.3419229654, 1374865.848102844, 1337455.177843472, 1307955.8651332932, 1271874.6113807738, 1243913.4453019677, 1188361.505033923, 1149229.1492553805, 1086441.104103656, 1017982.3463173362, 937568.1273113712, 877658.1082030054, 846614.9514029972, 804751.8178702301, 735793.1603783366, 698260.4032261382, 652224.2072764226, 617970.795619437, 544502.9343389976, 379415.85703666665, 258639.02980856947, 249972.98812385235, 255300.89657844353, 176364.91727219126, 68416.4209272881, 61000.74726187893, 9049.853189995356, -23743.867201161214, 9509.364410049466, -40005.5258406891, -58719.50650858202, -123714.25939061478, -185312.89613972185, -294921.490482528, -377180.08824626065, -431986.7353949034, -465854.76719044324, -508043.42445038946, -539238.3553309862, -562181.2718543537, -642184.4394919764, -677669.5891907891, -722652.6347630745, -767551.3986956938, -751465.6095348407, -757178.3754370157, -795130.9093940131, -814013.3935085974, -804455.9455775991, -769022.3760683851, -761337.0313010472, -741205.1232459189, -741336.8472580073, -756672.7645205366, -758927.7233262729, -751609.5049737297, -783787.0828379256, -662885.2270445455, -561819.2772107079, -450128.1590669692, -361996.2174783149, -292773.9971249276, -158286.00273884033, -114821.07010816668, -97802.00502270977, -181100.5359274908, -240302.1202440897, -363292.29163768544, -369595.1396338604, -264849.1836166671, -130133.52355545577, -154420.04543947274, -79265.29331746952, 106652.8950604315, 129795.23348786548, 198757.66170498772, 261743.7771100373, 301812.2820311045, 366665.7370761721, 471715.5330721384, 536366.3616452848, 550612.7135899009, 615161.745821734, 630637.8169692297, 680691.4628879256, 661013.9996190993, 654446.5967623426, 620436.9215988044, 612807.5151729154, 623979.1425115571, 643983.4146395376, 710010.0774696356, 734687.2777177033, 793174.265266077, 794208.6117253393, 774093.9352641349, 785045.7138675416, 827162.0154430562, 811233.8383384781, 787861.8811630894, 737605.4126685511, 761447.1481592741, 765214.6769842993, 844604.6713266965, 846193.2354382109, 923452.6475509814, 964739.9356924958, 1055098.9301602188, 1094383.3692533055, 1144653.9613015335, 1260622.5744619926, 1353906.1196637242, 1432555.0558584495, 1441205.4383353656, 1515700.2296762066, 1527785.9815872777, 1629442.6896941976, 1601870.3528114841, 1594236.5439199922, 1622509.409884953, 1688282.6698149587, 1759271.3337655086, 1819492.5886575277, 1821693.5399409244, 1820782.8230791078, 1795404.3186884413, 1742465.1407038101, 1726944.9233412915, 1815831.0094279996, 1906250.621472311, 1989258.9700336924, 2064869.501257491, 2137698.140684296, 2051539.9772288739, 1920351.949680126, 1797944.9813618928, 1681857.9556038342, 1630883.4698922455, 1555151.9094640997, 1556451.3793462478, 1507782.047692658, 1532840.6036322156, 1587067.7342674104, 1728956.138889045, 1771645.625103829, 1756329.3657153333, 1651193.3947453478, 1537140.2573715355, 1481111.4285037797, 1501775.5936246363, 1401711.7587095746, 1276023.950946942, 1241167.2924209926, 1301580.3744681624, 1378617.6218990555, 1324999.0932000983, 1250539.5840661912, 1240529.7545836405, 1207345.2942436298, 1114200.7176958395, 1078358.877032785, 990193.0474241202, 958240.9417050247, 885976.5990797026, 818404.9100016223, 764302.7679392266, 625136.6356750648, 526805.0350578665, 421518.0012122423, 391039.5910540498, 359696.0508589146, 423317.37220348284, 607146.2888167528, 739280.3797873195, 854884.0826456137, 999088.8604800686, 1102688.3845178708, 1267779.8291048124, 1405199.124855796, 1514341.5298363054, 1597842.9794760363, 1717504.3938294528, 1829817.0586340737, 2051839.322605262, 1973934.8328590628, 2061833.629489298, 2121195.1168872844, 2246104.82548269, 2435178.4543499015, 2723285.225573332, 2790431.48196687, 2816151.4457631847, 2756286.643950562, 2651627.446695813, 2323461.9317298853, 2276415.4460175293, 2407758.190552744, 2424431.1925528557, 2455703.456385346, 2554356.0094877286, 2616531.6818734985, 2612368.4861004907, 2558316.050369607, 2592331.937260274, 2779321.7605569884, 2831095.6835869136, 2762102.8489223327, 2892592.77684984, 2957919.5730855963, 3033871.0890220855, 3050612.882631987, 2973311.529993073, 2984677.6101864497, 2914993.873924722, 3114384.943277691, 3173466.900719262, 3092044.8307420863, 3112224.034166796, 3178243.412673148, 3276175.998476729, 3269064.301852374, 3591342.3122766986, 3643907.2455771496, 3603684.088837184, 3694002.9516437724, 3725129.451322715, 3849810.324514504, 3930178.4249628833, 4034989.87292957, 4079372.7389860293, 3981506.518715201, 3999863.8708014055, 4210520.451817798, 4318591.643314586, 4621990.654593067, 4638461.621561672, 4541586.909460859, 4528048.497913527, 4442679.18975451, 4438811.468765195, 4361067.389376724, 4341534.081668838, 4410138.351459736, 4399430.3629620215, 4435036.0401803935, 4619162.2336816, 4666569.533834873, 4654427.130991, 4713831.670042785, 4776524.90190665, 4841931.417528636, 4951452.794345167, 4961096.938937469, 4906823.701838296, 4993667.143225797, 5001010.3395292405, 5061954.9548596945, 5051705.798258173, 5082747.689058701, 5009964.895480442, 5002043.714873355, 4924196.847712539, 4875279.31616433, 4867394.395777608, 4733282.043922793, 4807067.364320382, 4747457.397119693, 4777726.028593632, 4846552.389769687, 4881912.906189629, 4962841.069490781, 4887743.62831574, 4969960.079218735, 5099375.023338577, 5256585.909195385, 5142906.3991404595, 5063548.867295757, 5158651.2187050665, 5312717.333148091, 5438929.001634609, 5349113.354245239, 5371114.318265056, 5439776.183291382, 5520097.474249448, 5670631.526560008, 5668331.231257443, 5820051.078396753, 5889029.598257464, 5978889.39538382, 6091421.442440817, 6068949.712125888, 6087132.70115857, 6189110.686039843, 6322086.595015514, 6264299.813380861, 6414614.286435583, 6478418.4557138495, 6510011.264542309, 6687316.934155409, 6872509.740730294, 6959205.898773606, 6996336.024684365, 6957682.450713589, 6848902.474146299, 6830331.157520489, 6921132.666661065, 7038028.043517246, 7076134.985769843, 7170599.040338137, 7173004.462605172, 7257973.878811197, 7476310.68525785, 7539198.193898077, 7819604.075432113, 7742810.926540718, 7894953.643826244, 7994881.280539458, 8154371.394278129, 8253431.615068378, 8260736.520685364, 8426382.953550026, 8572458.256525783, 8520561.087223813, 8674001.42208428, 8754167.183162132, 8914286.79955877, 8929858.232798189, 9051824.260257237, 8897091.456601344, 8930095.279361947, 9586175.812053688, 9715317.118956417, 9981130.626468133, 10220153.405264672, 10371309.53481608, 10479786.812985612, 10566701.1548795, 10685140.546090273, 10747239.5874808, 10861219.465448203, 11012455.18472325, 11126961.658476759, 11359395.227600446, 11398864.401079392, 11257645.217069313, 11225803.170043068, 11475289.790023003, 11604245.849913722, 11862937.939058818, -12018853.747002099]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y639", "yaxis": "y5", "legendgroup": "y639", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7393519.664262703, 7359951.192149602, 7365508.843489986, 7324899.260114277, 7260947.306376973, 7239758.652599496, 7206948.182718602, 7185774.069536701, 7203196.844552051, 7142605.194793164, 7133130.719351728, 7075484.501461718, 7024394.488989051, 6986141.503403254, 7044232.477341289, 6978249.196688099, 7009606.608303564, 6973420.14351207, 6985035.65375071, 6929015.377345429, 6845234.377755404, 6809775.900815565, 6789998.310112553, 6659511.091829977, 6655571.630464961, 6579581.442165177, 6539747.840984196, 6492117.224670148, 6384224.291664279, 6360925.664502481, 6262934.617105138, 6171779.234399294, 6239307.338645441, 6380063.933103477, 6588362.651555403, 6714487.767345079, 6767808.016409041, 6809151.069729728, 6828815.649624128, 6937903.927145023, 7024965.828555272, 7091235.221520869, 7205486.173212225, 7198754.7111901175, 7132306.883570828, 7041786.495904191, 7142995.701834523, 7115325.34884077, 6975674.689783964, 6923347.130407604, 6900870.200747317, 6891974.758566874, 6954061.003081501, 6966977.977219917, 6925023.675155959, 6939751.142694688, 6914324.789139732, 6743160.9345677635, 6528077.958792564, 6516338.153637722, 6457649.445041623, 6436672.712085997, 6483704.27518511, 6477616.566042608, 6373440.388950046, 6291646.022446085, 6194261.77126076, 6076029.211529354, 5914695.908710845, 5765793.406484332, 5693678.192121484, 5570948.389225819, 5447664.6228265, 5383975.922193274, 5320330.351289625, 5318918.965417329, 5371676.963468543, 5292142.949100475, 5255780.748058642, 5262346.19286547, 5225237.05086463, 5187822.996139116, 5108433.07633219, 5083893.223105513, 5064273.651578504, 5031319.108388603, 5012947.243385174, 4982881.167635133, 4934259.033117246, 4921822.619555881, 4903496.081537922, 4853915.090083966, 4719614.26676455, 4645258.158633806, 4512134.236343867, 4448191.732931441, 4425779.730314608, 4377287.384596781, 4367255.878508158, 4430937.246559094, 4518215.75823446, 4638504.45892936, 4657873.997473891, 4755864.739327809, 4777562.347166317, 4756138.903461763, 4746663.733265657, 4768128.8347397335, 4778565.957667771, 4796723.784492529, 4846691.348725362, 4859985.405311985, 4880649.7458985085, 4941462.116625575, 4959828.773775293, 4972059.009944296, 5002105.554856336, 4969528.114744066, 4916975.6182025, 4886176.195193668, 4938413.378302792, 4982142.609956223, 5057258.31928459, 5115480.764327285, 5076286.123704651, 4998698.721435192, 4926199.320757024, 4920786.421162171, 4868107.829029866, 4791391.365161413, 4772699.209786916, 4721452.738386726, 4688002.427868172, 4769633.815303684, 4725188.031877084, 4722141.362431863, 4662089.614030895, 4629968.528661506, 4567668.131282971, 4509539.534401003, 4428054.0768125, 4363773.321874264, 4248061.423712625, 4139519.7204471286, 4048007.50574749, 3959064.0151369823, 3926257.247334109, 3862018.204481434, 3824533.869541299, 3725831.9499975853, 3629332.5947581534, 3618365.202729128, 3485780.6223754743, 3323975.1690057362, 3175889.2311856532, 3060773.9086864647, 2955360.8799710595, 2940951.2261517686, 2885111.658389184, 2925914.271602289, 2863416.84331154, 2800293.1014759378, 2780940.10862439, 2675760.9686161126, 2647326.005532886, 2639898.771962565, 2731802.9041888937, 2780675.896045606, 2821066.9677940104, 2800531.064236855, 2692406.093267137, 2572566.999602361, 2484277.5154330647, 2349734.3513300573, 2182269.58905189, 2102856.361019837, 1999393.2623637053, 1760065.726520578, 1531530.7992697258, 1445746.8894777063, 1361766.0667475674, 1252873.2554607848, 1131063.970319246, 1214980.299641924, 1303530.0516163704, 1377695.5083019969, 1396745.8342999432, 1464689.669912849, 1599147.2909649846, 1658814.6598810651, 1656391.6048333778, 1758340.66998878, 1757580.2869204252, 1614800.5795504, 1424632.0949374249, 1309352.1288926117, 1214747.1261729838, 1210641.1290544344, 1091173.3953201678, 977719.6242587112, 902578.8239193666, 887320.1274255696, 819170.6017452359, 806897.5185660836, 727563.9325062921, 639528.9378033201, 550927.8491615981, 491047.6180570005, 445776.3389875506, 367826.55613712996, 331524.8872742043, 215000.7238304802, 170441.82023294957, 161648.77520236417, 259275.9293807055, 363847.7391452684, 430951.39369979064, 519014.1374225952, 627990.0602034061, 699692.8272670986, 795383.5382588569, 851065.5983931102, 901442.7230406746, 966424.1922625309, 1040445.0500918604, 1102588.5879726433, 1025570.4281716156, 1098358.410941572, 1180036.9729136259, 1305420.1697569469, 1402317.2966484579, 1502160.925615341, 1579171.3668262917, 1720686.6616822255, 1787856.2452772178, 1942679.0482489846, 2105536.167705191, 2211962.9206197094, 2147549.455501964, 2055815.903022567, 2067288.0232585561, 2097476.2853664123, 2256665.063772426, 2376502.126339515, 2523537.13666643, 2569378.717550483, 2585664.9741294812, 2689118.33659384, 2755055.9454658665, 2819346.9519337015, 2879975.562290893, 2953120.2958170073, 2958139.4743724223, 2906367.9695590734, 2836337.5107789706, 2861878.2125719716, 2838951.8298838725, 2852690.284206811, 2863963.3142083823, 2817962.397274548, 2819548.928644096, 2793362.016963542, 2698287.214360827, 2623305.014657603, 2537798.030518236, 2387809.152001191, 2307138.4243004676, 2223242.66010268, 2164182.8144423803, 2132504.2470476776, 2086411.399756174, 2079615.3956989236, 1981295.5123212747, 1813155.4850495134, 1705620.1760254535, 1582192.5610821608, 1360825.1544795502, 1354504.8539250474, 1254872.7777853408, 1211776.636707287, 1174688.2970114748, 1085646.3090465222, 1047986.410530341, 1170269.1117538088, 1353300.7599963637, 1484831.775884077, 1546418.8294128226, 1671307.465541395, 1833458.553556572, 1914248.8941821028, 2091390.4561807185, 2340071.5322520155, 2503391.4503058707, 2657273.2572363233, 2775746.767563637, 2700076.1916510514, 2715247.3248775913, 2868191.611964711, 2913655.5652923626, 2962927.6065877913, 3069205.964514092, 3100788.6842315365, 3190349.558704295, 3284894.5371200056, 3261574.9260955416, 3259264.18082239, 3241870.5633397163, 3279319.712610967, 3307785.6200291826, 3323866.48630711, 3475077.480266802, 3496846.699599644, 3474896.4578018207, 3415331.6521580215, 3456173.4417041186, 3550508.836607386, 3585372.242721774, 3701095.6446128236, 3862604.247072538, 3843043.2608448574, 3883020.405590648, 3835924.424876025, 3841848.1277371813, 3788473.2797196903, 3760821.487495833, 3669141.9352083765, 3563829.575583547, 3535849.80354576, 3492756.665215936, 3441073.8486305587, 3390223.7477202383, 3349099.5646828683, 3307548.9154437575, 3272830.692493235, 3232144.0537445485, 3201682.5171754663, 3291991.706411588, 3356886.4435991705, 3370174.7204712704, 3331437.933330945, 3258924.4413169147, 3185843.242521384, 3138288.872889439, 3144342.620290814, 3110146.205338413, 3129804.8078329475, 3126547.65994368, 3122861.53346076, 3207046.7883297033, 3286629.8053028816, 3362874.115605938, 3404888.4592748503, 3394182.409885031, 3343169.0946947243, 3320736.852622716, 3222808.550611084, 3137812.2411868507, 3092518.2783844997, 3076198.900974538, 3053418.316594604, 2981641.0892942925, 2939971.5041470784, 2924064.1166992276, 2896024.456215521, 2820982.272370726, 2785578.1316128722, 2745178.8138044826, 2658475.1035343492, 2665122.102945596, 2634894.9920884776, 2570527.978950754, 2485475.7370488243, 2469819.896330159, 2470238.135164122, 2422573.10605015, 2360346.014222652, 2333354.993182225, 2334386.3512043054, 2302156.2788998936, 2250397.634914429, 2214781.4977210453, 2226879.2113696435, 2183580.392647762, 2176309.0456961854, 2141786.48173658, 2084668.4260836102, 2040744.7701427531, 1986306.541684923, 1926077.7071460232, 1834833.200178514, 1827698.6680563635, 1835354.9537993278, 1781605.6209386266, 1756652.4033997045, 1749918.8862875656, 1742551.2147750047, 1708299.1985879906, 1698829.809866234, 1665808.0299492641, 1668673.5768644547, 1651048.4248884416, 1657653.4861722821, 1733473.3723465654, 1804324.4577286998, 1842525.1596880173, 1938153.819970631, 1991220.3428458306, 1997493.4916538324, 2056395.0734698663, 2081232.16435727, 2137348.278159467, 2192180.8635322587, 2230833.6225946667, 2281972.923890575, 2327850.6314012096, 2434993.141785449, 2538803.759597909, 2626222.564770203, 2647050.8319987254, 2767651.6053788015, 2855296.6432117536, 2929847.884479802, 3068766.8269752576, 3117489.2960538007, 3143273.6572321793, 3214577.3233114732, 3242653.1379936356, 3306918.7581376834, 3334543.802353995, 3426355.73385201, 3525465.415246303, 3609532.2891497524, 3608945.1918820203, 3675892.174910651, 3718476.373183685, 3766914.9964082763, 3784458.3081637025, 3735716.819293869, 3643786.22524293, 3580189.294861621, 3558818.64310907, 3598292.571327142, 3652768.63845044, 3826776.286114468, 3815817.861174761, 3687798.0822990844, 3565085.291138285, 3373594.50450665, 3306374.9543477646, 3236346.937393487, 3098524.5797866653, 3076754.124728925, 2995433.995607806, 2882732.2638815697, 2856949.353101161, 2733145.6561937667, 2710199.8158542886, 2579671.403944857, 2427654.401859855, 2396221.9446259798, 2348990.892481602, 2200653.450291332, 2082645.955104884, 2019892.2982208808, 1897944.754384224, 1824196.2487735345, 1749429.7508945707, 1704862.3804779372, 1665814.741007633, 1625607.5546371345, 1571619.3725210736, 1540483.569419502, 1504863.010135294, 1480853.023486097, 1426953.444934262, 1372344.5266467866, 1371909.5509819419, 1405286.5280547221, 1420743.8996161786, 1461245.032766461, 1469824.28606812, 1493589.5138479855, 1498166.4671739952, 1500734.1229020664, 1520080.6023191477, 1533185.5822473748, 1577729.606738003, 1578085.8491658054, 1542111.2012058124, 1466363.0959735506, 1397834.5478979002, 1350703.6223279072, 1209448.1520065162, 1063212.7921326293, 895724.7256818928, 703191.8982674722, 555902.7871513633, 376291.12210429815, 269640.00608848373, 138776.72310872265, 38515.128518976184, -121162.31646850331, -190663.15904297988, -221868.83979598983, -274488.1919827238, -329461.2363607239, -339117.9989044896, -431924.47429104714, -485053.68769964424, -572635.5103704792, -616083.3013193534, -778090.0159879687, -852534.65895825, -900364.1817358854, -934482.7798628964, -1013694.6422508218, -1053529.3466746842, -1116106.728139768, -1198149.356885853, -1327027.9617575908, -1355580.6816273115, -1414078.7609413266, -1543876.5793190657, -1657962.1589932835, -1860556.3028438329, -1923881.0258021955, -2016107.6729811414, -2105562.685218243, -2185279.316291599, -2234068.373938086, -2296273.3839153713, -2433473.3483847445, -2456759.694243421, -2547239.452618779, -2576628.172724882, -2667099.484962845, -2762909.5879045185, -2836900.6861686506, -2874572.8604574087, -2868279.973709638, -2991467.421754987, -3049628.207879375, -3071030.1674056128, -3122967.7935912684, -3167295.2282624934, -3209336.6175283915, -3276520.535773052, -3322309.635290184, -3374372.7416901216, -3382677.403966123, -3447538.9841482937, -3536945.5358903036, -3638544.897716609, -3693539.3306200607, -3754889.036367639, -3772420.9798575146, -3833892.1476773676, -3895873.2241383158, -3981965.401117723, -4105231.998669741, -4176508.8761336454, -4230371.432148616, -4276162.5573826255, -4282300.606357524, -4314973.392907348, -4297586.938476856, -4319973.07945007, -4297307.143118265, -4311655.609505863, -4305498.275994605, -4351872.244091468, -4370434.857953233, -4414656.45792045, -4417463.665842396, -4375756.060051322, -4373613.267326512, -4321230.349562841, -4337517.334491922, -4305929.913075175, -4236807.425273162, -4157449.213293483, -4135813.570705106, -4044359.1684939084, -3932202.6104803886, -3830108.1287594, -3829783.393257805, -3672150.62847028, -3579936.360015776, -3490417.7300310493, -3370519.1965226387, -3280901.5932368734, -3089324.175810312, -2939517.238576461, -2870949.354019714, -2819027.617033851, -2714678.4613014753, -2562541.3577468605, -2482644.627993432, -2358046.778786566, -2259824.81662287, -2179146.638749727, -2066046.6916095319, -1947977.859765833, -1892523.1863357034, -1775836.3379770005, -1722701.1549289315, -1637755.2784304097, -1579907.2753071608, -1483478.5436197321, -1409596.8168340612, -1362953.0675309626, -1283724.5946527962, -1205287.7137547953, -1178096.2632344842, -1126202.5158649103, -999615.2434819717, -911799.3503350045, -828734.1975018803, -803204.3964354529, -762451.1365700534, -663596.1302559433, -524238.1753743794, -391333.9120756562, -282625.2297158747, -146487.02552242487, -102696.14013379041, -60551.65657468924, 35415.67960878815, 133150.5392398739, 153025.87793563167, 301012.9188099855, 405021.51480895455, 492078.32350403874, 514405.49555881886, 573380.2158282956, 592249.6732838276, 628608.6618514026, 581261.4564233365, 588180.1768685055, 558691.137139845, 561567.8499986184, 643865.5557654909, 739040.1360588801, 825608.6945170718, 823986.4786999077, 824054.3543019247, 808730.4178644778, 780704.3038532123, 703766.0089636453, 658672.2974354485, 620515.6560789585, 657873.7169184709, 656534.8102351401, 682247.0811821272, 680728.329800197, 657771.7701489291, 619808.6446828295, 571547.5521203066, 575005.4552569505, 573846.0287715498, 636558.4847379004, 736642.4110962584, 808540.3407618166, 893265.8227986436, 903002.7389738639, 955862.9738571466, 1026112.3516202287, 1073985.1244363238, 1170762.7743512504, 1248154.5739733295, 1299307.4809478105, 1316229.9993110641, 1342182.969786758, 1399843.3963706181, 1428570.5915026115, 1449929.9434430986, 1504398.650453993, 1513008.9176800859, 1549707.3463402314, 1569508.5372976288, 1597108.015715781, 1624919.1672414942, 1724450.9365013074, 1781960.5243630414, 1882744.3204154863, 1928761.5590397702, 1953292.9033697464, 2043851.308663037, 2109971.106083447, 2179242.9638980636, 2242525.485746744, 2363077.727316314, 2489188.6448141662], "type": "scatter", "x": [12573707.837924276, 12542741.188738875, 12442109.347393388, 12575726.835636085, 12725803.575099578, 12793780.257378306, 12855704.946804715, 12871321.515244622, 12709717.707326587, 12603381.827078635, 12553552.767816758, 12528207.643403186, 12495600.353468638, 12522138.09770918, 12336122.23765661, 12236089.56835115, 12160170.330247957, 12138179.86596129, 12024317.104810579, 12074030.833552051, 12090974.851525318, 12137255.186951626, 12246778.06697601, 12391584.389905447, 12325312.853935048, 12378713.116560847, 12454604.067000365, 12371495.396313732, 12457237.560167853, 12364680.330244558, 12437814.972839974, 12410552.372818552, 12317958.691438043, 12147665.95813582, 11889497.926029, 11787274.81759393, 11789833.496794146, 11745338.192468233, 11838177.31166572, 11835881.11387294, 11848713.758728866, 11889127.12827303, 11782585.04737973, 11705436.5250077, 11758036.381929344, 11698196.295147879, 11500607.756525412, 11351929.158837475, 11350677.829926344, 11476363.775933977, 11338191.886782715, 11233993.037239116, 11165061.827884931, 11034826.727243215, 10993340.707640907, 10750043.767663151, 10535633.237865036, 10476348.358059624, 10391659.103292534, 10523612.359098995, 10614891.998392047, 10708991.246684412, 10715703.155679654, 10806020.49878755, 11013049.816591917, 11088204.29558686, 11110058.68621188, 11200598.558852248, 11290739.50111262, 11278602.61996188, 11302302.85169364, 11274570.391958084, 11243249.74599958, 11229418.240631415, 11157037.589641703, 11105188.506965134, 11021099.19586458, 10956231.309817996, 10964251.123979017, 10928620.65393334, 10913402.284051606, 10909371.844719362, 10956420.23212613, 10926032.289986266, 10921541.09189331, 10907131.270817224, 10860297.217682097, 10839062.4650059, 10861313.389305187, 10857680.228546467, 10900874.722370964, 10974143.664744446, 11114103.618505998, 11170931.04677413, 11233235.141876442, 11229157.764618468, 11160220.037479702, 11111533.593228009, 11037217.115199788, 11000243.99686571, 10978132.938241456, 10885569.856549522, 10940702.590265056, 10835604.955487516, 10783566.111281257, 10783405.5954143, 10762710.249864947, 10749526.889677642, 10722339.951105667, 10690638.447023356, 10690048.534835389, 10703752.86971447, 10686024.505638214, 10677494.88030788, 10662692.36925691, 10606890.724728119, 10551630.880006272, 10449139.50319812, 10412202.682270417, 10335120.798101665, 10355330.248176819, 10316169.45613919, 10345893.293685209, 10271558.736449754, 10217789.986966774, 10160485.581092987, 10142877.588488555, 10061843.620111201, 10042763.074824994, 10122777.906460663, 10201412.459497647, 10227233.790249582, 10310162.843217311, 10369752.21428067, 10466321.39465624, 10523325.006894704, 10564504.92462481, 10456622.49703257, 10443325.735765643, 10383706.711521644, 10372714.334763091, 10492522.257944211, 10572653.030076873, 10667725.674110781, 10761755.11922855, 10792675.697043799, 10748741.251676273, 10792430.666387966, 10857676.38572661, 10877348.125194766, 10886178.393946314, 10839687.073020928, 10815365.510618363, 10789863.819079867, 10746692.467495775, 10651874.613609781, 10551368.888524326, 10452184.041408803, 10409498.109931933, 10368534.690663, 10331311.793304566, 10217746.88102083, 10125240.791976998, 10122005.300076315, 10121804.539671814, 10072507.564261312, 10029735.119043222, 10041124.16025698, 9909957.58229205, 9871140.2904005, 9771169.503102185, 9717942.0727313, 9714010.166708479, 9808037.712589545, 9921985.902216323, 10018361.678057147, 10090223.775612993, 10165813.718249418, 10180746.98059654, 10112223.487104181, 10013775.374098968, 9947650.809001654, 9841211.792723024, 9800393.40917245, 9818893.517832963, 9742670.455994416, 9662686.206080211, 9618049.668745264, 9556755.446151711, 9466505.458239388, 9387148.502299633, 9389017.66539161, 9307222.46478566, 9316007.004135001, 9284919.015207801, 9264968.186226413, 9279247.850712676, 9340499.627681263, 9387591.629759194, 9412207.808349518, 9469208.026737532, 9526906.586630607, 9579397.904107688, 9601638.786929859, 9661160.898368474, 9704622.976057924, 9713598.561002234, 9705722.647500258, 9716304.831664592, 9725321.972000878, 9759284.36568564, 9798419.873611348, 9797210.614773374, 9730656.129141154, 9640340.90569057, 9526988.65715309, 9514210.350820597, 9457129.847873174, 9440030.20713909, 9403027.211857684, 9408578.327239037, 9384868.526874773, 9344918.55930089, 9324894.271463465, 9270241.451014472, 9220529.213980721, 9210500.660098556, 9187716.229577692, 9191873.992568571, 9209219.937270138, 9191622.003877718, 9210771.879292749, 9171618.382536728, 9163788.361749968, 9118263.890258512, 9068965.683343863, 9030450.972458532, 8975269.168686021, 8923625.60174631, 8831008.583846867, 8777547.860157708, 8716172.651456019, 8725805.70792699, 8688666.405446324, 8593346.287929663, 8597049.978372775, 8540663.091674274, 8458123.16681486, 8420502.482929436, 8403760.41839579, 8375314.864067683, 8323569.147844765, 8238763.503075327, 8256670.27296878, 8240723.280812471, 8197321.008548371, 8188141.925984317, 8159854.531216944, 8122546.681638049, 8117580.841544318, 8055182.016383921, 7947052.791621862, 7968076.769894184, 7931142.535702992, 7812133.806456036, 7730621.51503718, 7672152.270610699, 7590902.069452211, 7597998.906307691, 7555688.463611851, 7477708.07966005, 7435245.681617178, 7418298.6217712555, 7454845.475952186, 7469969.205915716, 7441390.568953719, 7458314.0998771675, 7410436.396115024, 7374738.654343395, 7405987.301817283, 7323013.528395901, 7296704.643016835, 7261200.799678328, 7165646.073676549, 7110661.601889163, 7065415.960892093, 7028037.559001618, 6968452.506646221, 6931127.755000548, 6907482.170991363, 6805443.74946501, 6739686.030698419, 6692386.902197777, 6672776.295440207, 6638798.230581294, 6516013.697548322, 6449482.351946254, 6309383.580922858, 6346847.95079557, 6312903.646258218, 6190770.374758462, 6119578.408639699, 6079138.149180539, 5994747.884700232, 5831849.296986558, 5685355.821245256, 5560544.561515957, 5385265.121026667, 5282857.6545839, 5178807.741796708, 5119326.436484736, 5073228.126891737, 5007292.716712685, 4924731.094502444, 4809349.748868013, 4706076.775696855, 4615100.58870404, 4539680.294025495, 4451332.6566269025, 4406287.928974432, 4344226.086226924, 4317599.060048301, 4264038.426873731, 4289803.595733792, 4285541.091104837, 4326299.376409616, 4374784.7800715715, 4422422.91332821, 4443202.873032859, 4510881.04515581, 4522583.34558986, 4518580.964061763, 4534954.507033665, 4565022.249391728, 4581822.436165949, 4598883.0151457675, 4582310.911273129, 4598783.301360375, 4621763.38721771, 4653822.815286378, 4664203.86818729, 4653177.610633603, 4675864.307638651, 4691297.500346263, 4698560.810184997, 4767285.072136537, 4842648.929398319, 4897858.368464386, 4949663.275335683, 5006989.128735491, 5053900.090674652, 5074405.993284033, 5087013.724041228, 5085461.918062741, 5076708.102960537, 5101828.882208394, 5153271.507904105, 5209605.404746293, 5278236.73419297, 5334896.8225020375, 5384900.8514816305, 5414573.050271698, 5449128.128006206, 5452366.524227477, 5428081.441006582, 5417585.2250148365, 5383656.338546955, 5359020.225364189, 5316742.191078481, 5300894.1996934675, 5292838.110524112, 5312671.578985044, 5305538.352294537, 5263184.786234662, 5210274.227641974, 5207060.977802336, 5188428.056535172, 5130995.520487024, 5097721.00257335, 5102618.541919707, 5060914.18129612, 5008958.761788701, 4950679.686459617, 4908562.335073219, 4844356.828715366, 4830737.025760542, 4831756.1498401435, 4743332.36338149, 4599156.849396863, 4521718.711416201, 4481245.560915707, 4452921.275701153, 4401726.343000069, 4343865.222896133, 4266171.571603642, 4243081.472387793, 4224552.624440495, 4200655.144814121, 4187923.5814691666, 4141707.34271915, 4112835.9981453633, 4048076.226569185, 4020138.9157454567, 4019156.981652747, 4001945.060987496, 3978545.369651708, 3948890.8757006316, 3967079.5411061663, 3954124.7033563214, 3963860.4090514896, 3956322.9691994716, 3940883.825092016, 3910554.4308117833, 3900111.3947571088, 3849442.895715811, 3793107.635124323, 3759892.9398149713, 3690102.272819889, 3647703.2902375073, 3578149.4633789896, 3560877.056569973, 3558880.6753328266, 3495367.1562479767, 3448744.569426092, 3397607.9922580514, 3361835.7867819527, 3364386.661197373, 3333727.678976694, 3304967.8098796764, 3261687.9964544275, 3198051.2650753763, 3144658.799126168, 3100147.249520916, 3107890.341340385, 3107857.1656617443, 3114264.570246022, 3109588.517260935, 3089233.7582641835, 3078565.7736775703, 3059937.294244127, 3040921.988975399, 3007608.157141197, 2962436.9239460896, 2883198.7621853915, 2875054.875537767, 2923436.222938823, 2989049.3142577214, 3073107.075243945, 3111918.5230167555, 3146585.698209204, 3238769.9963682154, 3222422.822160325, 3231520.987606366, 3345978.5081393654, 3363888.842250645, 3402267.4950411445, 3383804.2842398067, 3405962.9577977853, 3449454.285235572, 3486480.4579376085, 3539826.731742345, 3602298.0689792586, 3634485.8694921187, 3688694.795628504, 3821796.95159511, 3877224.425588531, 3931359.8689623405, 3962641.350318048, 4010285.3836493767, 4034230.9211121863, 4033798.140524166, 3982015.8287081346, 4023609.9572319537, 4054991.0788033274, 4075555.8993417034, 4119907.036740672, 4166285.8683578405, 4252912.312250675, 4353845.708453164, 4434159.834595635, 4480028.530438111, 4512215.061951875, 4565100.656771625, 4594778.1695076125, 4636787.938217049, 4685548.687130118, 4727321.179912381, 4762636.818361246, 4766663.248918238, 4761935.60485534, 4765625.21427327, 4748108.0587044, 4727859.947569833, 4688344.677345021, 4635823.045492442, 4560308.003373685, 4483103.975767474, 4375230.424946106, 4282229.622914751, 4142421.235469493, 4055046.6933926945, 3951988.6752849356, 3930011.2915858426, 3908609.018312112, 3842430.0734139513, 3818780.7058336516, 3783474.009786416, 3769201.865262005, 3738396.8211265663, 3718856.6037479253, 3680378.932761578, 3634149.8583002393, 3638156.4828371163, 3697096.6962097194, 3699090.233185711, 3671292.0600228887, 3675590.863370631, 3667698.491411092, 3697896.9688735325, 3732286.210720925, 3765546.851870005, 3778476.1143384255, 3769459.263210104, 3776023.003810981, 3769921.0753771267, 3782958.602216188, 3750325.126021536, 3709373.43410244, 3645880.0898535186, 3558570.280655898, 3450892.1609111237, 3338620.727026963, 3301810.932313369, 3232121.6692646835, 3192483.3992197467, 3179044.3156284476, 3216145.006702278, 3229084.7592843235, 3227562.975963462, 3244128.2141837855, 3232541.08938732, 3213420.979216664, 3233190.6543021845, 3215661.784978176, 3174298.011984114, 3096319.0612957883, 2982376.398486415, 2939246.3911248287, 2942911.0335263233, 2965280.042409554, 2952328.1841330878, 2922525.628645523, 2903349.161871372, 2875477.1501679113, 2809279.2249436877, 2790345.3265887746, 2747284.5780480653, 2717069.970265596, 2659190.879351802, 2548420.9309926108, 2479966.5449511055, 2408898.8794370308, 2313320.543413289, 2268164.845899564, 2254108.4293929846, 2202406.5974792596, 2157281.4475567667, 2064295.3404909582, 2010204.8468064854, 1974456.7424090093, 1880943.6826116953, 1805117.998201415, 1748220.3052984935, 1708414.839987341, 1674269.235291342, 1644923.544673094, 1610563.6989442531, 1605444.5750379348, 1595735.774868685, 1600322.8427145863, 1576349.0115714811, 1605962.3578545053, 1608773.9809132784, 1556809.5685922308, 1517273.9274604851, 1517156.3064745965, 1460400.6130906164, 1397791.9359308712, 1366209.7592527585, 1350809.8446994892, 1331734.5954451056, 1307700.1855360304, 1310230.1954589929, 1300557.6709003197, 1266495.7778564831, 1222039.8369306633, 1177490.097178948, 1159200.3189803162, 1086833.3680459375, 1083054.8047069192, 1075787.549822429, 1090500.516177365, 1124387.8412430556, 1130088.2410173728, 1162004.2947259995, 1184958.9691629808, 1239667.1655843179, 1270388.656074335, 1281528.0121202972, 1277619.8763374742, 1250279.6983598243, 1226320.0303539468, 1204198.3243219368, 1209497.8436624627, 1238776.6144709364, 1211534.4181204499, 1193060.6794597325, 1146688.5492776525, 1155774.9936532718, 1142891.1892743, 1118360.8431935126, 1041886.8240479069, 945777.5965487008, 883909.1986489991, 827008.3978381831, 830056.5844846156, 850601.0225293831, 873445.2176564467, 892339.711241926, 874718.283046636, 906798.2112306603, 920286.0062567673, 883325.0603588794, 840404.5629598311, 821136.2804124308, 797026.6090982658, 797979.5411512898, 700659.3060522034, 665005.9567234962, 628976.3739874194, 553856.2847996863, 503408.5050334373, 472285.2623017676, 405665.62559088826, 335198.1866142709, 252436.40202000158, 174943.6209693544, 99445.92949973498, -47638.66424236551, -99836.09025751574, -184446.84434651595, -268088.382876434, -310794.77156104974, -376242.2017110372, -436414.7193794635, -547651.5794456184, -612923.3572099948, -706023.386605518, -724156.3784283198, -748756.2528251623, -845311.1107603175, -930158.2329043305, -1009702.1052640574, -1072316.6568701614, -1097505.0828815615, -1164584.2413526298, -1212804.2145568375, -1228755.8737610036, -1239274.1924610236, -1279457.6724165091, -1315206.9394416786, -1338922.0205490065, -1361910.9840897317, -1371743.3420642961, -1385002.2595465526, -1411829.23679677, -1460804.782214619, -1499929.9608120779, -1520725.2075661672, -1519844.4196444964, -1547772.168654349, -1553198.725546981, -1566598.5147355958, -1553579.8358058657, -1589784.039002552, -1635057.5952464908, -1593699.2691505363, -1546728.7472390493, -1523191.3672451237, -1529535.6705069242, -1502187.2638287044, -1487661.181037039, -1494436.123524013]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y640", "yaxis": "y5", "legendgroup": "y640", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7624458.388221613, 7675976.651373613], "type": "scatter", "x": [-11962871.218146013, -12018853.067864357]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y641", "yaxis": "y5", "legendgroup": "y641", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2101233.6848681686, -2095281.416632699, -2157130.402713027, -2163996.8127700896], "type": "scatter", "x": [-16656123.28711146, -16638520.402407812, -16633949.061798777, -16639774.942646986]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y642", "yaxis": "y5", "legendgroup": "y642", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1109109.3320841882, -1104676.4437024733, -1088316.737986258, -1104554.620574781, -1140031.4706117113, -1197317.8577164137, -1234875.0512531819, -1332460.0954442634, -1361179.181416874, -1345515.7162115613, -1301116.6211751169, -1221387.1405508406, -1169420.3290892832, -1138543.143251568, -1109109.3320841882], "type": "scatter", "x": [11788779.423245857, 11854490.082612896, 11885253.237189611, 11919202.97274214, 11881413.429232908, 11778305.634613406, 11696192.97846304, 11624819.97487766, 11541676.032639572, 11532210.308626484, 11545444.965242326, 11593906.484018557, 11691510.926247826, 11705463.952641455, 11788779.423245857]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y643", "yaxis": "y5", "legendgroup": "y643", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8401051.434881022, -8401226.44414665, -8387983.858801327, -8395270.411297224, -8387025.028731286, -8387471.229413125, -8397103.64916747, -8387471.229413125, -8386106.471006543, -8381802.142730958, -8387471.229413125, -8390299.181300327, -8397910.65754088, -8403457.233553683, -8409955.032252103, -8414588.115848105, -8409163.213111788, -8413066.856893715, -8419011.471099416, -8413449.09081804, -8407963.68425624, -8397910.65754088, -8397035.411348013, -8391671.01754171, -8382285.607275035, -8376889.837158424, -8365078.372913831, -8353675.95119473, -8342858.530576437, -8330357.951343581, -8321711.355180711, -8310227.372456097, -8299679.765216856, -8301682.450703936, -8296318.379843063, -8307621.661392159, -8297667.705581715, -8284660.3299610475, -8272649.856346122, -8257332.180985303, -8246827.958702041, -8235319.691761767, -8232985.231696571, -8227500.178484687, -8223546.905099025, -8208261.38297739, -8195070.347870326, -8179883.4597224435, -8128513.000637596, -8133088.837059492, -8147541.318389663, -8143052.280928516, -8136726.205961048, -8156430.367699007, -8152000.694502077, -8142152.153467985, -8129431.77760396, -8113700.371419429, -8109014.376791269, -8090965.252699071, -8072539.089647157, -8054733.507592132, -8045705.523525654, -8062689.035165298, -8052735.645664532, -8039641.693691483, -8038627.93095629, -8033541.175334296, -8021230.592216379, -8009817.849875088, -7998283.871561158, -8001439.968957959, -8005636.909103852, -7998283.871561158, -8007728.003722055, -8006682.956026211, -7999336.899367619, -8004589.863539183, -8009817.849875088, -8007728.003722055, -8008772.051606648, -8009817.849875088, -8007728.003722055, -7991939.248142048, -7983428.86675602, -7995116.035439973, -7985561.693671968, -7966216.005958119, -7983428.86675602, -8002490.009579521, -8020198.595852612, -8004589.863539183, -8024320.534125315, -8030475.849797416, -8044697.881911797, -8041668.831986988, -8032521.3131840015, -8034560.022863744, -8041668.831986988, -8050731.035438613, -8028429.027384074, -8010859.893738813, -7991939.248142048, -7987693.375956677, -7967298.636238357, -7946550.453910838, -7904015.075589457, -7911953.898238736, -7915340.720468501, -7911953.898238736, -7920969.339766459, -7937711.569664013, -7957514.067806816, -7960785.334131498, -7953142.589004199, -7942140.194872985, -7935492.934571039, -7948752.6806318285, -7944347.25682327, -7900596.784092137, -7926574.066567521, -7936602.733292598, -7931041.187535116, -7953142.589004199, -7955330.271968606, -7961872.848344742, -7973776.700653789, -7953142.589004199, -7933267.517703127, -7955330.271968606, -7949850.88959708, -7961872.848344742, -7980219.404935192, -7974855.307869154, -7962959.387412752, -7948752.6806318285, -7941035.215957765, -7934379.242011056, -7926574.066567521, -7914212.730983608, -7896026.817344125, -7870627.508859475, -7845961.203593662, -7822091.078621979, -7797856.494131033, -7773264.725286323, -7750822.985963472, -7725553.928832304, -7699939.077621563, -7675281.07665453, -7647670.062600085, -7621030.134950857, -7591337.596298087, -7563995.824384881, -7532150.779875001, -7511150.248862839, -7484293.814188824, -7461449.978404497, -7439857.457672402, -7407866.916939983, -7387312.686010313, -7368091.195714542, -7363639.868531125, -7339772.41140046, -7324756.622676102, -7315711.907896772, -7296019.438130844, -7271613.027591481, -7262412.410043059, -7282316.903325585, -7308153.411168633, -7330772.755399712, -7347252.049950274, -7335273.99323166, -7342764.953544732, -7360664.596662701, -7379935.692576155, -7402009.124853084, -7431170.418632391, -7458582.184521307, -7482869.199060476, -7499878.35664483, -7505518.841950449, -7529362.65402599, -7551584.362765088, -7581806.844053265, -7607582.765788885, -7635721.42468634, -7656917.671645376, -7672665.49493985, -7693480.406303356, -7719181.954927264, -7743279.824993425, -7768302.166330261, -7789290.324225995, -7812439.477684997, -7868297.144422098, -7890293.878274754, -7913083.7900602985, -7935492.934571039, -7965132.398279242, -7987693.375956677, -8005636.909103852, -8012940.976168143, -8031500.437011789, -8048724.964038578, -8067624.4203213435, -8075472.317654159, -8086152.3442100445, -8096705.533062605, -8116497.696378163, -8118357.241881498, -8116497.696378163, -8120214.955808942, -8120214.955808942, -8138540.787191732, -8146641.9141842555, -8159075.011236591, -8174741.279761252, -8188365.077290875, -8184138.275650118, -8195070.347870326, -8212323.934107995, -8228286.943712776, -8241490.120098365, -8255844.676495333, -8269772.519092571, -8275507.89593704, -8285355.569213932, -8296318.379843063, -8306965.385976083, -8312170.234446945, -8321082.792913698, -8330357.951343581, -8340522.535733144, -8354231.874645294, -8364548.957223961, -8354786.482410559, -8346325.104081206, -8336976.6210261, -8329138.476342454, -8320454.618204021, -8319825.179484665, -8324206.314727835, -8331573.912451842, -8317929.287999613, -8308274.9613915095, -8307621.661392159, -8300347.97975509, -8292926.152637302, -8288126.146720943, -8281865.349260229, -8272649.856346122, -8259551.582414715, -8246069.223962146, -8231424.472057751, -8232985.231696571, -8239183.711656366, -8239183.711656366, -8224339.455736519, -8193401.898750302, -8184138.275650118, -8173880.730131219, -8163465.371437296, -8150218.813676117, -8136726.205961048, -8118357.241881498, -8109953.210568514, -8103354.091890339, -8099562.690606648, -8097658.138481263, -8090965.252699071, -8081313.227197658, -8069593.923428927, -8057725.218751115, -8041668.831986988, -8024320.534125315, -8008772.051606648, -7987693.375956677, -7974855.307869154, -7952047.291245832, -7934379.242011056, -7923212.918459879, -7909688.276544647, -7891441.745094207, -7868297.144422098, -7840028.062203858, -7823292.640564304, -7826895.02222912, -7847144.44578595, -7849508.167051138, -7826895.02222912, -7802733.01637519, -7808807.540737357, -7831684.35142392, -7835264.379278114, -7824496.458568471, -7817272.553008484, -7820888.606505944, -7845961.203593662, -7825696.196244005, -7814859.425017313, -7806381.725367726, -7797856.494131033, -7783143.772319719, -7773264.725286323, -7759585.928760995, -7736969.1113900095, -7753332.521795939, -7744538.666627304, -7774502.321446742, -7796635.914376949, -7784374.225954029, -7759585.928760995, -7742020.104641418, -7745796.629064426, -7769543.323190713, -7745796.629064426, -7738232.344148774, -7735705.002301747, -7736969.1113900095, -7744538.666627304, -7748313.227786021, -7769543.323190713, -7788063.454824545, -7776974.840854691, -7774502.321446742, -7774502.321446742, -7773264.725286323, -7764570.084449475, -7757085.242087134, -7739494.700101336, -7728098.621117531, -7721735.3767636, -7703801.884872585, -7667430.987317157, -7645025.764161966, -7655596.6433731355, -7679196.30854553, -7694773.182945021, -7689593.497233789, -7712788.215749253, -7729367.980497604, -7714071.402506975, -7685698.844022349, -7673975.43667747, -7651638.903979596, -7642367.601535634, -7629057.740907753, -7614316.875611322, -7598121.517560352, -7583170.339455973, -7591337.596298087, -7566746.953286171, -7547434.975424234, -7548818.916932281, -7532150.779875001, -7506930.680761897, -7487133.165230702, -7472897.1972753275, -7461449.978404497, -7455711.248582753, -7460016.474423947, -7467179.899914255, -7487133.165230702, -7518170.537711873, -7541887.434216265, -7561245.050109338, -7569491.184009522, -7588619.674160037, -7607582.765788885, -7611627.150896035, -7598121.517560352, -7569491.184009522, -7584529.417462354, -7592695.319101135, -7600827.860814332, -7606234.158524608, -7606234.158524608, -7676585.8627530895, -7693480.406303356, -7723009.098719197, -7739494.700101336, -7763325.374683396, -7788063.454824545, -7786832.448544351, -7811229.737516882, -7834071.951733237, -7858932.327862137, -7877599.292909694, -7883383.9071405865, -7872954.1483551385, -7849508.167051138, -7826895.02222912, -7807595.085126446, -7789290.324225995, -7767056.842760661, -7735705.002301747, -7729367.980497604, -7726828.388735395, -7719181.954927264, -7708943.580302451, -7683100.399286426, -7658230.901885009, -7633061.984194973, -7615664.032531879, -7602183.3555702865, -7579073.782833474, -7566746.953286171, -7555730.071896689, -7562620.845518399, -7555730.071896689, -7547434.975424234, -7551584.362765088, -7532150.779875001, -7484290.066247519, -7504109.918301898, -7537721.010050064, -7551584.362765088, -7557109.1313260365, -7548818.916932281, -7554350.198074007, -7555730.071896689, -7548818.916932281, -7552969.510286667, -7568119.477781793, -7558491.011384192, -7558491.011384192, -7548818.916932281, -7558491.011384192, -7534935.677144352, -7511150.248862839, -7491386.2377136815, -7436962.353055792, -7447075.8190519, -7467179.899914255, -7492806.074492843, -7536326.914002189, -7537721.010050064, -7537721.010050064, -7529362.65402599, -7519571.446800986, -7499878.35664483, -7478601.844165605, -7475749.223436707, -7460016.474423947, -7474323.60536762, -7497049.598393536, -7519571.446800986, -7516768.825700425, -7534935.677144352, -7552969.510286667, -7559868.438587956, -7554350.198074007, -7532150.779875001, -7509744.526426612, -7504109.918301898, -7513962.994591655, -7520971.552547107, -7509744.526426612, -7509744.526426612, -7516768.825700425, -7523773.041229911, -7511150.248862839, -7499878.35664483, -7497049.598393536, -7497049.598393536, -7489969.341315571, -7484293.814188824, -7448516.383720185, -7418085.417558271, -7438408.389121442, -7471469.99957102, -7501289.675231882, -7525170.732296532, -7537721.010050064, -7533543.632293951, -7532150.779875001, -7527963.698918262, -7527963.698918262, -7526567.618333373, -7529362.65402599, -7534935.677144352, -7557109.1313260365, -7583170.339455973, -7603534.452974861, -7619689.861273366, -7637058.659814981, -7648992.693243436, -7659553.7010446, -7670049.945219398, -7671365.04750616, -7648992.693243436, -7667430.987317157, -7688300.700978026, -7703801.884872585, -7710225.992009356, -7717905.6201832425, -7743279.824993425, -7758334.381479979, -7780680.18282954, -7790516.2969278265, -7789290.324225995, -7792965.55025866, -7791741.372436648, -7796635.914376949, -7805164.256904313, -7819685.224720473, -7831684.35142392, -7849508.167051138, -7872954.1483551385, -7893737.678502341, -7919846.118111399, -7939926.353153961, -7962959.387412752, -7971622.21699692, -7990879.265295054, -8002490.009579521, -8023291.561945629, -8042679.535537404, -8058719.520600128, -8079371.285553615, -8097658.138481263, -8119287.858916088, -8136726.205961048, -8154659.448986319, -8171292.418268259, -8186680.842994287, -8192563.775940308, -8210703.2002506405, -8217160.77612453, -8225921.091335722, -8227500.178484687, -8249853.108166947, -8267601.404812676, -8281164.023470986, -8294287.812313241, -8305652.549155566, -8319194.477629277, -8330965.772074855, -8341108.476936631, -8350311.3442572225, -8359178.734274912, -8367706.788627887, -8380343.54960122, -8385633.98813841, -8387471.229413125, -8394378.345784754, -8388449.44593302, -8395713.75950425, -8401051.434881022], "type": "scatter", "x": [-9462655.29153191, -9458164.59463469, -9516692.706614442, -9365054.154910019, -9365718.203029629, -9348877.78744467, -9198886.353490088, -9204610.371056758, -9202375.348607946, -9075990.20482354, -8985732.251924293, -8940546.541955303, -8804519.006411744, -8612516.699257648, -8442799.977565236, -8203715.54371765, -8097701.622307988, -7845796.2280238755, -7672945.865919587, -7580221.633448589, -7475707.577605663, -7532522.953360022, -7745861.256437467, -7951879.073355268, -8055791.064371181, -8232068.910576133, -8291269.828046479, -8333288.704122901, -8368781.681026672, -8440862.738159873, -8573916.65031159, -8669203.68241184, -8802836.703341788, -8657812.709963439, -8551083.902625969, -8421428.249193775, -8363804.723008279, -8323734.874435548, -8324685.228552125, -8401810.969335662, -8514006.60429347, -8639625.213064974, -8766771.939692574, -8890600.43753779, -9017157.714611286, -9108553.616399642, -9229551.631762369, -9326737.344401002, -9508716.662598982, -9465365.775335822, -9366855.260702567, -9282473.933235072, -9206723.899706127, -9097739.77488074, -9016815.330344096, -8966765.409426188, -8928672.953484364, -8904676.1830707, -8826526.543855378, -8877466.230479097, -8947299.338205345, -8974893.187485382, -8918017.01285962, -8839518.885766514, -8770613.868155966, -8731334.50531715, -8645604.256284172, -8574189.103035824, -8518990.730795905, -8477853.02825962, -8427688.468725212, -8372014.021024918, -8320222.044989963, -8243357.878837774, -8140316.131059, -8057276.277593247, -7990925.200837822, -7895932.823655908, -7792633.387206793, -7710447.793129098, -7618248.703046168, -7523657.173870027, -7442538.549785144, -7409459.990059549, -7349554.899183828, -7249478.798596026, -7192490.030234495, -7159736.25623459, -7088543.430379158, -7032020.882612034, -6959239.415522881, -6923363.089626746, -6813351.681027203, -6718529.553779619, -6621259.031002404, -6539922.4306494845, -6477693.247902295, -6380999.805839077, -6285307.511305279, -6185251.997082324, -6190592.610107724, -6259818.60979144, -6321213.746283332, -6408857.6193244355, -6477430.306437265, -6523922.463415408, -6611756.500304068, -6551113.705530143, -6462528.560877936, -6385297.651142089, -6297326.923352551, -6208106.535378168, -6151404.290427928, -6061447.857299325, -5991283.044873218, -5920541.592064052, -5851817.940982857, -5769004.755493644, -5690994.048287097, -5694433.519785837, -5609440.724350842, -5523034.7694515195, -5450877.285187588, -5370260.224619474, -5284727.578265273, -5199890.323314515, -5109650.019783626, -5086291.947294222, -5085777.913274819, -4995976.2019766355, -4916129.844085759, -4837679.167366771, -4772725.015086174, -4695648.971380094, -4644248.9430124555, -4596088.461003807, -4527847.4637263175, -4445732.356621891, -4373158.277446011, -4323459.700627082, -4303924.709130948, -4313224.222283257, -4343875.220302358, -4386086.1762544885, -4430922.277435516, -4473282.492243178, -4509663.42375479, -4535300.029766156, -4550422.251942376, -4539435.425220891, -4535404.956785462, -4545784.454418919, -4581887.823526667, -4610571.093966343, -4600743.524974796, -4578340.083981368, -4552826.84054232, -4521209.10087907, -4480064.72990382, -4473750.819012015, -4448613.659282467, -4416778.511971384, -4352212.171359295, -4322542.744532887, -4281714.67429897, -4228892.500589395, -4188802.099814192, -4162029.3226408977, -4111338.861552063, -4058910.1330334633, -4071231.906040872, -4130514.9102374087, -4151458.0232744077, -4210732.670261484, -4264266.515807848, -4301791.035137772, -4340868.688269782, -4361379.660960204, -4352455.355191764, -4330719.739672261, -4282427.783070367, -4318376.693470253, -4379185.002406386, -4400366.960665478, -4424840.992393599, -4445594.386598408, -4437071.788504908, -4392064.29024217, -4340394.831507336, -4273308.119992242, -4206429.157053633, -4159264.924634516, -4126147.158570447, -4086912.5796631356, -4039215.9165968834, -4001176.437464097, -3945282.5074636205, -3907310.292063542, -3882118.0215548924, -3841975.728882106, -3823134.202928798, -3835852.8122573863, -3854697.1570582488, -3930004.103513729, -3938358.480734229, -3957071.915139583, -4028194.205258826, -4100327.8434797246, -4163724.752954338, -4232540.494466189, -4255245.655397793, -4349506.9081239775, -4458290.664019154, -4548590.668567498, -4649993.840167288, -4603963.587088562, -4500508.678338126, -4415369.435595189, -4354420.973424271, -4398933.80355889, -4507213.540567331, -4573208.472209135, -4547017.55948898, -4520884.234934693, -4428878.39782067, -4389672.014278853, -4290249.239525802, -4158941.561520602, -4037989.639821143, -3936210.6131679076, -3813286.627743992, -3664272.5214994918, -3510973.6579123717, -3398842.3634365806, -3276718.797647436, -3195890.6213390864, -3147850.4650728535, -3102037.4438545136, -3028495.178448819, -2949576.5266355653, -2848151.775584402, -2762905.880766059, -2625692.459089313, -2483759.2749729175, -2362202.8413706436, -2344161.9535638094, -2278405.795246511, -2137933.210980021, -2034863.1344026937, -1936461.1972481145, -1823778.2622398217, -1703910.5922623663, -1623219.2959611719, -1673065.6953200768, -1707556.961139553, -1717896.3830051417, -1828949.0006180583, -1942948.9585868707, -2055932.5649535286, -2084225.9203616262, -2100923.4241860327, -2081469.3354777966, -2004524.364531789, -1911826.464089115, -1848038.4122472587, -1783566.710145451, -1739806.9214333529, -1661570.1244573079, -1583162.210591615, -1543458.9562454182, -1450551.0017476615, -1364244.0759105994, -1292988.0073825135, -1223181.9080310157, -1160062.0865337092, -1079603.022002426, -1030151.5452848007, -975977.1731695145, -962947.9445955061, -1032385.0137811736, -1015971.0409740806, -978115.9496790572, -914785.7951935884, -847802.6524965419, -786192.1250150701, -739875.6485975301, -712723.6074108944, -668199.8429353042, -590216.4712510157, -556081.2430144157, -478687.5988481216, -478440.38157522446, -447639.0769548376, -376961.77158385137, -358683.7818385482, -281070.95142413594, -197830.5642873325, -116673.597076451, -42822.47212802214, -14767.986146726125, 56318.04472248929, 122660.55545726247, 196854.93248569116, 270031.1143601354, 337472.4780663398, 411323.96330397704, 469079.78374449717, 511210.21038019116, 558592.7255329912, 627973.6597132268, 671826.0417872294, 705926.5742353483, 781979.8736195357, 815418.8308308547, 885364.2799329729, 971215.5778654363, 992451.9835797051, 1051255.650542524, 1123882.8033752, 1202027.240813119, 1271568.9001012738, 1343332.9281796145, 1413329.4225919943, 1438349.2383976446, 1475328.0944189127, 1550441.8592239697, 1628226.6555604944, 1702682.580352213, 1776291.8848041508, 1844924.233271765, 1917176.1970029147, 1981833.4638318436, 2048295.779371183, 2118181.2795806616, 2175997.769095453, 2227051.1190005364, 2273998.7452998557, 2339352.492532954, 2355680.548645972, 2406385.165314385, 2477797.2850816688, 2514022.878859964, 2555441.673439214, 2630310.679290824, 2667540.749594212, 2733357.4857190927, 2813821.137529995, 2884163.2383899502, 2969934.3305668025, 3030306.609068455, 3094274.9794622413, 3155141.9789117333, 3214562.599980209, 3288921.122456697, 3343332.2574376413, 3406733.80377612, 3472094.071773847, 3499335.152400387, 3568072.2173366537, 3632615.3141314667, 3707982.7691347958, 3774894.0735205645, 3833431.3134166705, 3894263.3066822714, 3937789.364544196, 3925590.004913556, 3971066.8074151766, 4000033.1303197616, 4075905.6829047925, 4108206.04339583, 4150753.776936983, 4212716.294762506, 4276663.573427358, 4355593.961296935, 4408591.764420465, 4468946.71507403, 4526466.33595056, 4588533.575942369, 4656046.238362305, 4654301.074422445, 4637483.645995864, 4604442.708247381, 4526779.618564266, 4454549.487228717, 4441782.518158873, 4515873.290316758, 4484688.642113337, 4430486.5123125315, 4376774.431606592, 4407948.178100893, 4476328.099871557, 4560873.539164943, 4619521.487329079, 4663246.338289466, 4717573.923193066, 4776048.252155619, 4813853.708350524, 4877980.631915672, 4925272.0957797775, 5002777.545876283, 5076131.556532829, 5153402.440824719, 5210464.955500538, 5253344.884771278, 5322606.5387728615, 5404583.260672416, 5473882.467851205, 5532225.761366775, 5582067.0926090935, 5641458.072406664, 5703156.827009267, 5770933.740742406, 5845490.549456205, 5916389.899081193, 5984387.438270875, 6064273.086587634, 6071352.061131418, 6071454.588216553, 6115411.944866374, 6175348.505169714, 6249099.850858854, 6312954.027764516, 6375616.069385351, 6425493.634894805, 6478619.252341463, 6514652.447322944, 6586245.274495142, 6659630.010999073, 6732850.874411203, 6793050.404048055, 6864340.930519866, 6925068.178446069, 6993502.538396553, 7138070.525091734, 7172180.045522775, 7203401.1182899065, 7221159.042655005, 7259161.5217284225, 7324485.8924445575, 7387403.248428867, 7470950.297329093, 7556338.584772599, 7636143.478495136, 7708408.244161827, 7788799.87887802, 7858813.609499258, 7895940.127369878, 7903548.890275468, 7924199.337368819, 8002900.649920946, 8026847.866615408, 8085146.831582582, 8161492.438779468, 8239554.08884536, 8322496.253205273, 8397606.584208284, 8466877.814039916, 8515698.713361721, 8577474.001123749, 8657115.164707297, 8718973.200601388, 8769840.984474342, 8823243.964307755, 8902576.654360645, 8992253.632515568, 9066246.47595863, 9144386.226142028, 9217754.502274329, 9287869.064802833, 9357129.069658453, 9401851.800297704, 9417375.86922286, 9383106.206439769, 9363235.936387507, 9356505.440249993, 9395460.48498505, 9479404.479595684, 9571271.971991768, 9639302.713862479, 9729136.053284455, 9795657.41493626, 9881136.652384797, 9948737.069292499, 9961434.939500257, 9905734.743032793, 9915826.236462466, 9961342.95464736, 10006681.055838369, 10072623.235230455, 10144417.451751333, 10193598.640224367, 10267116.08286303, 10351204.700524326, 10376484.860012114, 10388515.919850638, 10417662.662953466, 10485887.674837604, 10547484.129529204, 10529316.975355381, 10573495.11706398, 10577185.647192918, 10629370.612293823, 10707502.295924941, 10769949.322629431, 10850643.362841899, 10917904.834872955, 10971758.293846909, 11006488.9525672, 11046250.201765802, 11050120.769514449, 10986518.536347985, 10902014.650325248, 10808417.737441208, 10735095.336729394, 10645780.81972838, 10540635.350829206, 10452848.537630422, 10341116.902640902, 10256589.712813819, 10160394.169692615, 10070468.076284694, 9985622.201724514, 9915935.897219626, 9844046.916653471, 9790416.368339755, 9766201.432046425, 9723315.995093577, 9697921.498556638, 9786458.489473, 9743008.394201675, 9613877.019859422, 9492176.741039636, 9376082.373106703, 9241714.580545118, 9160322.729207043, 9079137.371029127, 8992439.0898845, 9015923.125210682, 8980288.988456117, 8969498.317624731, 8983357.599031363, 9008961.815017369, 9039852.465676611, 9111832.473927632, 9056749.485645315, 9173543.734800667, 9170607.579955017, 9158838.514107624, 9349909.657953368, 9415448.35407403, 9462655.29153191]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y644", "yaxis": "y5", "legendgroup": "y644", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7675975.999729273, 7624458.388221613, 7555491.126445946, 7511301.609121897, 7493386.636207858, 7545346.90200001, 7534774.605720383, 7467359.208089135, 7435344.897960986, 7427687.1895190645, 7354317.509989461, 7338446.70241027, 7340733.03938505, 7367254.029688736, 7389252.630859737, 7421660.082853721, 7433781.525555557, 7424172.9998218985, 7450013.76432554, 7477186.9036109205, 7459852.069087405, 7425181.226551581, 7393519.664262703], "type": "scatter", "x": [-12018855.18225025, -11962871.218146013, -11922338.097276028, -12012257.48190343, -11999252.79611405, -11917504.36304767, -11752024.055205151, -11740135.067778993, -11865164.646025723, -11992462.986116331, -12120453.488283366, -12175267.946991945, -12237342.02092752, -12245734.267765665, -12300631.535201943, -12258841.360830454, -12307607.940261096, -12404058.17856275, -12394494.843152521, -12328917.38781932, -12444099.913856719, -12476823.163381869, -12573707.837924274]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y645", "yaxis": "y5", "legendgroup": "y645", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7838568.005258473, 7841110.852265962, 7840984.130061718, 7823541.781129951, 7815136.962132378, 7800290.6931247935, 7796502.919222189], "type": "scatter", "x": [-11644722.802876972, -11630171.403171208, -11575681.729184391, -11524282.231456516, -11549915.61688614, -11652199.079503926, -11746376.761216668]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y646", "yaxis": "y5", "legendgroup": "y646", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7796502.919222189, 7793316.374140914, 7813041.650883045, 7838568.005258476], "type": "scatter", "x": [11746376.76121667, 11682321.6826551, 11623950.223392762, 11644722.802876966]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y647", "yaxis": "y5", "legendgroup": "y647", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2163996.8127700896, -2195611.5109516075, -2222653.1780125317, -2174780.264177604, -2148416.322802457, -2141354.904460554, -2101233.6848681686], "type": "scatter", "x": [16639775.923737068, 16572595.145233158, 16506283.422781434, 16507224.86406246, 16560349.315803219, 16591496.394952537, 16656124.26916545]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y648", "yaxis": "y5", "legendgroup": "y648", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-6253920.631662634, -6195275.893712422, -6219773.176066413, -6180535.300657568, -6224662.035678535, -6258784.594602215, -6287893.135279295, -6253920.631662634, -6297567.209628154, -6253920.631662634], "type": "scatter", "x": [-4814015.486315429, -4740858.178060694, -4665003.506399697, -4631429.608981149, -4552886.8272635145, -4564512.211103929, -4660048.502038253, -4707823.968234945, -4758406.12353519, -4814015.486315429]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y649", "yaxis": "y5", "legendgroup": "y649", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5932855.131822321, -5964835.910628386, -5977490.339299913, -5996685.290122313, -6042455.766256686, -6048971.648165608, -5995423.943051911, -5953682.895204897, -5932855.131822321], "type": "scatter", "x": [5550199.759208041, 5589906.67343231, 5660886.666130361, 5656160.167944562, 5615620.729036459, 5490426.872861836, 5509147.663693973, 5536900.05106683, 5550199.759208041]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y650", "yaxis": "y5", "legendgroup": "y650", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2285827.3633982507, -2264699.452616017, -2301663.42772757, -2368460.2823753394, -2386018.091399373, -2370215.163486551, -2313978.089327211, -2269982.1943833632, -2285827.3633982507], "type": "scatter", "x": [16433635.474233529, 16462364.23610721, 16483869.255791947, 16449592.025946131, 16387387.048163833, 16341183.361216772, 16348257.343297638, 16396057.794008043, 16433635.474233529]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y651", "yaxis": "y5", "legendgroup": "y651", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1413369.1831725219, 1430321.4853878433, 1425757.8410706848, 1328542.5708671084, 1314176.8666623377, 1325930.8443329963, 1361833.4213586808, 1413369.1831725219], "type": "scatter", "x": [-5757592.860144221, -5702937.720172351, -5683602.777015723, -5692765.499096334, -5771553.680237855, -5787733.202693958, -5758661.058788303, -5757592.860144221]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y652", "yaxis": "y5", "legendgroup": "y652", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2614182.6921806494, 2603173.662198272, 2586167.3515104987, 2541630.6465413617, 2534579.7486072015, 2507400.480243786, 2487502.556699928, 2466184.7125167074, 2484433.560182945, 2520023.024364438, 2566325.786131041, 2580466.146565374, 2601176.586611803, 2626135.7236842196, 2637965.151001185, 2635617.620810518, 2614182.6921806494], "type": "scatter", "x": [-14251416.43141617, -14238204.63732798, -14228041.42962802, -14216837.41273103, -14220954.272090482, -14264155.361221677, -14298868.497090466, -14317940.89687592, -14335955.544792885, -14323783.358062053, -14326326.802422829, -14317842.978665534, -14296143.98899685, -14295450.082213977, -14286780.329472117, -14280477.535999665, -14251416.43141617]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y653", "yaxis": "y5", "legendgroup": "y653", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2700911.399358213, 2685710.4599576336, 2676647.438614553, 2703311.0764321643, 2713598.7480203854, 2721500.1122916085, 2732341.9288790138, 2720322.498387658, 2700911.399358213], "type": "scatter", "x": [-14280977.876036718, -14293057.420913257, -14326384.039129203, -14334385.167970704, -14341880.762570802, -14340360.307121653, -14328183.435918365, -14299213.863724044, -14280977.876036718]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y654", "yaxis": "y5", "legendgroup": "y654", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2753115.7724417844, 2739452.2416548263, 2743123.070916484, 2758515.810105801, 2753115.7724417844], "type": "scatter", "x": [-14335309.938412352, -14342237.469760524, -14390158.044312717, -14378680.110340461, -14335309.938412352]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y655", "yaxis": "y5", "legendgroup": "y655", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2821287.304542045, 2813187.308137179, 2771473.776668107, 2764180.1504877703, 2765805.7383422945, 2770245.0335141444, 2798866.983442464, 2803904.4111697883, 2821287.304542045], "type": "scatter", "x": [-14430289.463246474, -14425166.192110177, -14411564.95411482, -14418731.832075546, -14424782.559870629, -14455254.379041092, -14458105.399952559, -14460100.268110605, -14430289.463246474]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y656", "yaxis": "y5", "legendgroup": "y656", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2884002.0858212197, 2854682.701944582, 2842211.7307283026, 2865174.562221266, 2874346.340165538, 2886674.0220753546, 2884002.0858212197], "type": "scatter", "x": [-14532812.144393653, -14540293.311510416, -14555065.809269639, -14578502.303257555, -14570847.123857245, -14552973.271330517, -14532812.144393653]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y657", "yaxis": "y5", "legendgroup": "y657", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3258258.249258091, 3253258.577677951, 3150064.9545403956, 3077675.506945682, 3071459.6460915636, 3143355.3178828126, 3179404.794104907, 3258258.249258091], "type": "scatter", "x": [-7066996.877955403, -7040705.831333106, -7027242.369008266, -7039101.10583007, -7062422.361508504, -7073182.250672262, -7100795.543510482, -7066996.877955403]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y658", "yaxis": "y5", "legendgroup": "y658", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3453421.577365056, 3463261.798661282, 3459572.2160542137, 3427570.7507151156, 3407855.3192746737, 3453421.577365056], "type": "scatter", "x": [-7101315.091252038, -7057133.752813637, -6998522.919185801, -7001990.890459239, -7103882.222054324, -7101315.091252038]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y659", "yaxis": "y5", "legendgroup": "y659", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3484158.0540951607, 3428802.4048834606, 3341090.9591403073, 3356930.710759739, 3421411.4896656247, 3470044.1414252487, 3484158.0540951607], "type": "scatter", "x": [-6988347.839783957, -6927976.438477793, -6959917.999414644, -6973565.456213575, -6959973.455225075, -6990919.615216878, -6988347.839783957]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y660", "yaxis": "y5", "legendgroup": "y660", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5769566.154597403, 5718982.215222262, 5704968.76493869, 5707819.437752098, 5664889.416736938, 5658038.238560329, 5702540.733265232, 5737486.872703104, 5769566.154597403], "type": "scatter", "x": [-5209673.927677211, -5197705.945224895, -5142983.411857825, -5066319.952582236, -5120032.944726002, -5152530.98099102, -5242115.216934743, -5251060.317852999, -5209673.927677211]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y661", "yaxis": "y5", "legendgroup": "y661", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5514088.606435958, 5623636.945179241, 5641007.06169201, 5703239.305181773, 5725136.710126091, 5770883.481134109, 5745521.203443805, 5750553.416439641, 5686001.112843413, 5583200.247285911, 5599011.852845964, 5581817.509839619, 5504013.245584668, 5514156.438906744, 5479317.451141817, 5452181.156828739, 5355253.633524384, 5318244.132552958, 5280260.686477867, 5234649.433339927, 5207875.5145084495, 5136409.300973637, 5217193.288330008, 5245177.743530792, 5182326.299900554, 5115993.416070902, 5080472.3633083785, 5107733.803118315, 5013865.92593345, 5007341.186269445, 4930504.686352813, 4892344.997696749, 4773703.186807096, 4692878.270211556, 4666042.824060891, 4635620.070455795, 4655447.957242347, 4712997.265117782, 4736818.7820062, 4820806.13631857, 4876911.538465086, 4903306.618562284, 4942758.11249543, 5029784.385544635, 5038764.908799209, 5068806.364607022, 5074009.92934892, 5152653.012626745, 5210684.204471704, 5339366.044597235, 5412264.948922889, 5514088.606435958], "type": "scatter", "x": [3858398.1438299106, 3915176.3612708286, 3990604.4020104427, 4012652.775370129, 4083318.8485074416, 4165766.79408633, 4241753.853416662, 4321945.39469311, 4353962.56760489, 4366283.736711546, 4290344.079946427, 4224713.408972521, 4240773.665488288, 4157885.2080716914, 4168979.6937273545, 4221201.9487420255, 4281571.177475341, 4386997.978958699, 4411865.543799979, 4401827.635507255, 4412662.712039432, 4455103.059113791, 4445339.856399291, 4506391.296348498, 4545188.520459119, 4621971.958595844, 4555799.280418116, 4469997.8832633635, 4471817.229549356, 4529574.473046057, 4524224.641955613, 4598816.006520374, 4611055.668827778, 4643366.561679798, 4640443.587845486, 4511613.08270047, 4385210.133059378, 4314641.830912768, 4228680.106914466, 4185878.272478534, 4172938.451624561, 4199146.328517673, 4206076.070549644, 4203403.865583371, 4271384.29948809, 4239052.51579761, 4198544.505176533, 4139227.456494945, 4082767.493017104, 3963936.747113977, 3956291.283009599, 3858398.1438299106]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y662", "yaxis": "y5", "legendgroup": "y662", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6058788.782724881, 6067203.656481664, 6042095.722643352, 6000069.714032023, 5981541.441322675, 5979732.563272849, 6011371.138482857, 6058788.782724881], "type": "scatter", "x": [-5149316.059896571, -5118627.128394564, -5022728.114420103, -4955633.504497139, -4959666.579642892, -4999361.623084969, -5092153.089907222, -5149316.059896571]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y663", "yaxis": "y5", "legendgroup": "y663", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7168202.838636506, 7192303.78564626, 7190551.101974969, 7174090.995796828, 7131540.528199351, 7138458.001129585, 7162630.54139772, 7168202.838636506], "type": "scatter", "x": [-5780429.153857942, -5735475.81419178, -5707350.069115311, -5700747.874642274, -5758726.857896404, -5785853.012763124, -5787756.648304896, -5780429.153857942]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y664", "yaxis": "y5", "legendgroup": "y664", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7197678.740586237, 7234345.654899894, 7233593.782119791, 7218236.015816457, 7174134.851896444, 7175992.394691743, 7197678.740586237], "type": "scatter", "x": [-6023061.365927647, -5942063.16894685, -5844593.197161446, -5857583.972388062, -5974206.88536634, -6023601.702694409, -6023061.365927647]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y665", "yaxis": "y5", "legendgroup": "y665", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7572220.944443305, 7551470.440669918, 7547930.519780364, 7582257.989402791, 7620942.220392615, 7630406.8459971985, 7611466.653010578, 7581835.325089132, 7572220.944443305], "type": "scatter", "x": [-5112439.561572955, -5174042.260071419, -5253486.795591997, -5241098.320767232, -5178491.302711662, -5108402.307653542, -5072245.903023777, -5096708.874760068, -5112439.561572955]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y666", "yaxis": "y5", "legendgroup": "y666", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7723126.320392438, 7685549.902298132, 7662165.61568125, 7682387.3208001675, 7675114.128880415, 7704835.274018785, 7725075.863315879, 7753012.082689498, 7734790.9141497165, 7723126.320392438], "type": "scatter", "x": [-6391736.487607617, -6375518.274396194, -6443905.148378992, -6510533.838627766, -6573447.770926382, -6628723.8831403125, -6545563.430768544, -6464791.7438562475, -6417314.839307936, -6391736.487607617]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y667", "yaxis": "y5", "legendgroup": "y667", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7930370.81057427, 7907207.893977867, 7849623.48980911, 7806497.05601657, 7775520.504980689, 7745371.914703278, 7716904.864907554, 7711649.542953345, 7686339.399082416, 7661881.312108711, 7672399.595483612, 7690337.714597106, 7686315.426394275, 7663704.840614053, 7653629.898789042, 7647253.390042222, 7678892.146555728, 7696940.087752837, 7689557.6390050845, 7741237.359428879, 7748081.31816666, 7758999.828127887, 7756132.1778209815, 7767204.401432202, 7781962.839738259, 7776952.063194768, 7778219.57396714, 7801297.637121609, 7825974.671067549, 7825117.055363062, 7841168.9465246685, 7885917.980201841, 7909138.497466179, 7943878.832761874, 7932954.982714263, 7906059.594653662, 7923487.958478226, 7894278.629871216, 7923816.114122768, 7904932.810369871, 7846754.333806524, 7871591.803859059, 7931141.167025333, 7939444.606696264, 7930370.81057427], "type": "scatter", "x": [-6751550.1525281705, -6716610.71541613, -6762267.142631014, -6803302.640876862, -6735711.929707711, -6656403.988159771, -6699523.443934068, -6814994.678655753, -6804185.393611952, -6856626.674172309, -6964714.625016575, -7056764.308873991, -7139399.770186947, -7294042.721025868, -7476920.60437132, -7604683.188703556, -7598273.50428569, -7664227.729432747, -7733697.875157191, -7740884.972516564, -7686910.838444349, -7569221.05987256, -7480701.367995656, -7378898.277494977, -7483995.034248165, -7631432.502113484, -7722389.725912659, -7721117.656729326, -7531580.708524083, -7633002.115956383, -7720208.743401026, -7591684.950449991, -7507533.4908194505, -7277426.26018798, -7231658.773989362, -7308858.098767991, -7138192.952970026, -7097340.977855833, -6977635.481106523, -6949891.924609403, -6986860.985852048, -6917140.013798926, -6869066.6133935535, -6799893.8009122275, -6751550.1525281705]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y668", "yaxis": "y5", "legendgroup": "y668", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7914734.140214998, 7944925.219130901, 7965018.415937157, 7968696.045939668, 7962732.631031119, 7931888.4160689525, 7916085.982789181, 7917762.680891292, 7918975.235786946, 7911233.567302378, 7914734.140214998], "type": "scatter", "x": [-5074796.679441765, -5108313.719927766, -5080730.920900413, -5045916.508092216, -4909424.141813688, -4836802.872814464, -4849079.385570784, -4914770.488432975, -4981845.508196009, -5060460.4544331655, -5074796.679441765]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y669", "yaxis": "y5", "legendgroup": "y669", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7946985.617966739, 7968990.721837934, 7974084.523320956, 7952893.776658141, 7938112.711821902, 7937716.638093755, 7944009.759188318, 7946985.617966739], "type": "scatter", "x": [8829686.889368087, 8841881.324300654, 8909089.453841437, 9045268.963097822, 9085129.978334306, 8990053.679842675, 8847064.882183133, 8829686.889368087]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y670", "yaxis": "y5", "legendgroup": "y670", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8052970.694204222, 8039516.697452372, 8018865.105903446, 8023575.36624281, 8044107.062420879, 8060646.529816264, 8052970.694204222], "type": "scatter", "x": [9103400.402883785, 9292186.732068056, 9272603.0224261, 9161968.153769583, 8996441.236166896, 8969463.295216711, 9103400.402883785]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y671", "yaxis": "y5", "legendgroup": "y671", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8092498.615499596, 8090350.637991748, 8063973.018091606, 8025761.502674201, 8027212.026269618, 8014769.634795093, 8048664.59213149, 8083276.909931404, 8092498.615499596], "type": "scatter", "x": [8429399.458551545, 8595250.972773947, 8883070.85210362, 8929033.16561427, 8697538.505719531, 8623584.386776198, 8422731.093649328, 8372237.957155818, 8429399.458551545]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y672", "yaxis": "y5", "legendgroup": "y672", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8114313.828853009, 8120551.332782645, 8098337.409412075, 8073053.223748259, 8035157.924229383, 8029814.753348034, 8038134.087754982, 8067907.547468921, 8064032.902343349, 8102215.479967355, 8100704.921152429, 8117059.965296517, 8114313.828853009], "type": "scatter", "x": [-5945488.933774464, -5929228.221700446, -5923768.750354961, -5966441.147421475, -6058519.7011257075, -6169237.042150152, -6221557.16748911, -6168481.738179358, -6275697.875896083, -6209184.140688699, -6146887.34474951, -6025140.6972805485, -5945488.933774464]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y673", "yaxis": "y5", "legendgroup": "y673", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8232264.332728026, 8209151.119635929, 8192020.191297098, 8175306.930267729, 8230376.485301771, 8234852.31993518, 8232264.332728026], "type": "scatter", "x": [5949129.70106288, 6151376.022404183, 6173446.266084543, 5877436.974366402, 5862605.902720299, 5899450.32098825, 5949129.70106288]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y674", "yaxis": "y5", "legendgroup": "y674", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8297022.48520883, 8304707.654281115, 8287348.897112498, 8251759.419348634, 8216072.347793002, 8210929.040842312, 8222755.67677078, 8238017.57779041, 8265488.671650677, 8272778.663034882, 8297022.48520883], "type": "scatter", "x": [5270438.339643746, 5371233.483896074, 5527184.110340154, 5748944.489683823, 5818709.66525641, 5702982.483691673, 5515059.359794556, 5385456.005126418, 5278743.486867955, 5183860.1158637535, 5270438.339643746]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y675", "yaxis": "y5", "legendgroup": "y675", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8282210.960680989, 8292964.813523503, 8295391.108700486, 8303225.210393841, 8304942.994316439, 8286517.705177754, 8271993.149878775, 8247134.107080774, 8234475.764114015, 8222535.226157257, 8191178.424511449, 8188093.971391033, 8193576.024397537, 8210713.93191395, 8225545.948792203, 8236186.811850773, 8235884.312262662, 8248872.079762902, 8266008.22900518, 8282210.960680989], "type": "scatter", "x": [-5434970.533292399, -5368014.687178533, -5303978.019941508, -5307743.743056257, -5172926.672647133, -5148023.626868025, -4993993.036811121, -5003231.460062778, -4959871.293513506, -5063423.642745802, -5232661.323582552, -5342625.236699602, -5453622.330357709, -5481355.044335334, -5448819.7857938465, -5379820.313454879, -5486122.986236421, -5519856.651511853, -5514996.396688109, -5434970.533292399]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y676", "yaxis": "y5", "legendgroup": "y676", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8325710.904513097, 8331669.348463757, 8332672.988160348, 8337624.515036106, 8348672.246367328, 8347150.957511296, 8338844.551248027, 8354625.463056974, 8359109.992842411, 8362157.20651014, 8363290.055677517, 8360328.872662912, 8364949.294823445, 8363228.023257079, 8361492.774267958, 8359332.181252358, 8355754.851646605, 8347984.441243597, 8340096.897879454, 8326765.0544199245, 8320329.340168907, 8313056.884814269, 8313226.365223644, 8292711.421367589, 8282729.474337669, 8252519.960613801, 8246133.06025011, 8238161.846109661, 8233927.019607157, 8228921.877382001, 8221713.444731483, 8201307.83061966, 8186700.055799255, 8174381.011136924, 8156967.929842132, 8143371.4735791525, 8132908.312399887, 8134707.028410796, 8123287.278444411, 8094518.866486617, 8107875.41992729, 8100396.864113685, 8106239.414241285, 8108756.75311392, 8131453.154984712, 8141930.748228431, 8174384.965166237, 8177462.926264205, 8158324.753196643, 8186572.4374866085, 8194789.129297991, 8211031.334851512, 8220811.898508289, 8234813.468340168, 8250074.566714276, 8269474.296886958, 8267883.432452416, 8263857.192920886, 8277251.524558978, 8281412.456209746, 8279123.368213798, 8291166.338905779, 8305030.740911935, 8314750.711241338, 8325710.904513097], "type": "scatter", "x": [-5070545.199045078, -4971526.163173525, -4904279.925516711, -4782343.075650446, -4670323.788511868, -4606910.215379431, -4570645.472745002, -4485260.276093866, -4400641.648461259, -4294674.183748796, -4126021.2088437495, -4105355.825355959, -3936634.3910901872, -3824007.6144830873, -3711104.910138564, -3571398.192078846, -3462930.25508535, -3379910.2244427237, -3398480.1971389023, -3559643.590183539, -3706610.807052537, -3771446.452554205, -3649754.298545611, -3820792.653544853, -3931343.912343138, -4083145.1593868397, -4212885.355297763, -4263654.442135825, -4446082.608611291, -4375230.213012594, -4427942.644511846, -4414345.590367322, -4494069.101254106, -4605216.749735386, -4661210.528251154, -4765921.671741448, -4773845.265653301, -4668671.86469002, -4684493.943135724, -4888464.773443928, -5026535.986695313, -5215989.143121159, -5296658.994288394, -5406782.1937392065, -5375737.512555318, -5246911.325612505, -5218431.635347725, -5176734.1373972455, -5052278.317865202, -5082759.340007043, -5162726.817192943, -5084054.830849029, -4961738.666231727, -4917615.167068544, -4967562.478745947, -4949691.858063757, -4797495.33019385, -4761041.953122057, -4643715.983664408, -4762231.596066252, -4965671.459670111, -5036970.4659957625, -5048998.400585957, -5088577.540337909, -5070545.199045078]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y677", "yaxis": "y5", "legendgroup": "y677", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8347965.820295546, 8364730.910185588, 8363511.051244545, 8373306.3398588905, 8375779.372762301, 8372543.366191399, 8350821.895237099, 8339496.260088058, 8338170.116289332, 8335203.740220763, 8329700.070753352, 8333112.412742675, 8322304.794475679, 8331921.902402161, 8320625.335499415, 8301402.94727394, 8313818.533236198, 8326283.4920527255, 8320123.0695423065, 8306090.111602907, 8281413.888915776, 8273090.855498812, 8266724.951301552, 8264942.779109798, 8236972.424202172, 8210725.226964727, 8162801.582995701, 8133014.906646069, 8131089.753640266, 8116186.563899214, 8090605.027389855, 8047982.992086662, 8043224.385946276, 7997902.453212228, 7994032.770831086, 7971860.190412502, 7952284.75831343, 7943594.682799182, 7943430.191366638, 7904696.9805128155, 7878621.246420455, 7902873.778925982, 7887232.774991727, 7872464.071751773, 7835727.2008470185, 7785963.297555303, 7773830.046559742, 7798016.73316677, 7833411.041908368, 7791511.30347512, 7758307.864301306, 7755599.277540074, 7752112.539353563, 7695542.258699195, 7642851.491237193, 7619331.839223841, 7619040.8429027, 7592496.022195748, 7518136.264980767, 7467480.396238327, 7464469.45947004, 7446461.005895992, 7429211.135814661, 7383015.689341948, 7329741.697217315, 7278968.876004107, 7215973.69067781, 7153288.535898395, 7085726.588298107, 7004365.935768891, 6999229.714396735, 7067479.006945534, 7067905.695610025, 7113066.036294338, 7192124.474967974, 7290211.081610585, 7340413.623483603, 7408260.84656341, 7476274.719270941, 7529326.666029741, 7554300.374870678, 7635195.106895859, 7660322.529101641, 7688207.642002323, 7739247.242383444, 7716281.095318605, 7706549.692847121, 7697179.002285287, 7718570.174057874, 7762311.108678455, 7795824.16104697, 7796724.6043561, 7780060.795993842, 7819573.901671607, 7840478.34979262, 7831923.385677286, 7846969.831106721, 7902197.88033003, 7923672.058126325, 7962612.728156024, 8019990.924478126, 8040269.257510693, 8061681.539015002, 8090815.737313424, 8094376.391507102, 8092405.696305554, 8088806.056894035, 8104300.2462825915, 8134080.966777587, 8148561.442077605, 8150965.970448541, 8162683.59731069, 8180689.575535355, 8197375.338232232, 8217422.777351972, 8236749.7081318945, 8250915.911428653, 8264499.096739277, 8279107.159220133, 8303478.5539570935, 8307080.047366331, 8321776.144210626, 8330076.280021433, 8334920.782919673, 8335192.13423496, 8325522.746537481, 8342402.1111035105, 8331044.2727614, 8328589.622252669, 8318248.565655117, 8335197.326446319, 8347965.820295546], "type": "scatter", "x": [-2555525.098841373, -2346518.8793804576, -2158604.949530887, -2075476.1835855646, -1882197.4761812454, -1457115.9592462252, -1137128.9898753108, -1246409.7627348474, -1457686.3137080574, -1756602.1213544095, -1734327.23787842, -1535802.9880512485, -1378053.0338854168, -1263572.1744425963, -1225379.0255212141, -1299319.7603234, -1149164.8039870071, -872698.1609128497, -709167.9023783486, -683010.6714982477, -922169.5714166817, -957826.0352983273, -1142796.551693404, -1011576.1740392032, -1091262.2359068221, -1149635.407675609, -1167903.9764955451, -1107559.3708124028, -1201967.8547477492, -1306790.1647049184, -1204947.3441549528, -1205394.1625815618, -1272834.0316558694, -1207592.3608800187, -1347405.0223625507, -1282215.4549125195, -1309067.4956780805, -1400893.3120073085, -1489010.615032745, -1422685.7247937466, -1430179.1432110113, -1548632.8394451838, -1587051.3545496413, -1505555.104534661, -1432694.5740557972, -1422595.0839406496, -1542873.6834736739, -1585733.6008629012, -1654274.770298771, -1646235.6043314468, -1733435.4627672127, -1560973.3254212183, -1471283.114763142, -1665327.8232496209, -1863614.767173958, -2068530.1195676513, -2143015.032843761, -2222705.724929025, -2344971.175254678, -2511951.145069881, -2560856.8848609766, -2660044.837335771, -2766702.6585059976, -2845142.1650181096, -2867305.4736723155, -2922838.57942945, -3063437.3489359943, -3058380.734167293, -3115855.5897594346, -3182575.0199340996, -3287841.5844197953, -3369966.520613459, -3515426.984535449, -3567116.3111000974, -3580771.6449158415, -3658546.9919145927, -3669434.979384593, -3643997.009773093, -3703040.6098098424, -3648047.920994659, -3679004.741625737, -3563090.672422101, -3446684.4380443473, -3403189.452099639, -3357233.63690858, -3447513.7635417567, -3489887.918579751, -3555661.041207583, -3622921.415259983, -3597183.928076997, -3547816.3216185444, -3486645.824926383, -3364661.252000462, -3449479.446095132, -3492277.671461213, -3563092.9936212683, -3605667.361249344, -3490824.790176831, -3512180.1729914057, -3529458.0168926804, -3552575.511842476, -3611580.9745432227, -3589287.842150752, -3721918.7675071773, -3846776.6778200045, -4011332.7841908303, -4163971.878955458, -4214732.772371581, -4279540.5915879775, -4102592.2837258265, -3979331.728336781, -4217579.720736147, -4324060.223303557, -4289820.700992288, -4036952.14852066, -3794399.6770595144, -3749788.7836303003, -3881705.6726530204, -3806595.402291577, -3567860.52881337, -3479953.5893015824, -3476086.8021609336, -3329270.9507093765, -3150695.215565011, -2980980.4545846013, -2936949.32090645, -2763055.306182465, -2649693.534615458, -2575767.3039313434, -2475005.0064727953, -2582638.723911441, -2555525.098841373]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "y678", "yaxis": "y5", "legendgroup": "y678", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7959848.933757694, 7962070.683687769, 7949800.846719589, 7912260.8906668145, 7952040.843183467, 7959848.933757694], "type": "scatter", "x": [-6708756.084428701, -6620813.731035999, -6592699.748969979, -6707388.201141608, -6742976.0045781145, -6708756.084428701]}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "Equator", "yaxis": "y5", "legendgroup": "Equator", "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "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, 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], "type": "scatter", "x": [-16921202.922943164, -16579360.439651381, -16237517.956359599, -15895675.47306782, -15553832.98977604, -15211990.506484255, -14870148.023192476, -14528305.539900694, -14186463.056608913, -13844620.573317135, -13502778.09002535, -13160935.606733568, -12819093.12344179, -12477250.640150007, -12135408.156858226, -11793565.673566446, -11451723.190274663, -11109880.706982885, -10768038.223691102, -10426195.740399322, -10084353.257107541, -9742510.773815759, -9400668.290523978, -9058825.807232197, -8716983.323940417, -8375140.840648636, -8033298.357356855, -7691455.874065072, -7349613.390773294, -7007770.907481512, -6665928.424189729, -6324085.940897949, -5982243.4576061675, -5640400.974314387, -5298558.491022606, -4956716.007730825, -4614873.524439044, -4273031.041147263, -3931188.557855482, -3589346.0745637007, -3247503.5912719197, -2905661.107980139, -2563818.624688358, -2221976.141396577, -1880133.6581047957, -1538291.1748130147, -1196448.6915212336, -854606.2082294528, -512763.7249376715, -170921.24164589052, 170921.24164589052, 512763.7249376715, 854606.2082294528, 1196448.6915212336, 1538291.1748130147, 1880133.6581047957, 2221976.141396577, 2563818.624688358, 2905661.107980139, 3247503.5912719197, 3589346.0745637007, 3931188.557855482, 4273031.041147263, 4614873.524439044, 4956716.007730825, 5298558.491022606, 5640400.974314387, 5982243.4576061675, 6324085.940897949, 6665928.424189729, 7007770.907481512, 7349613.390773294, 7691455.874065072, 8033298.357356855, 8375140.840648636, 8716983.323940417, 9058825.807232197, 9400668.290523978, 9742510.773815759, 10084353.257107541, 10426195.740399322, 10768038.223691102, 11109880.706982885, 11451723.190274663, 11793565.673566446, 12135408.156858226, 12477250.640150007, 12819093.12344179, 13160935.606733568, 13502778.09002535, 13844620.573317135, 14186463.056608913, 14528305.539900694, 14870148.023192476, 15211990.506484255, 15553832.98977604, 15895675.47306782, 16237517.956359599, 16579360.439651381, 16921202.922943164]}, {"showlegend": true, "mode": "markers", "xaxis": "x5", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.4950787401574804}, "name": "Cities", "yaxis": "y5", "legendgroup": "Cities", "marker": {"symbol": "circle", "color": "rgba(255, 0, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [6220477.390034253, 5089559.479822396, 6622746.720473993], "type": "scatter", "x": [-10062.931904492163, -6257274.53922804, 2868483.1374512804]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y681", "yaxis": "y6", "legendgroup": "y681", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-9199409.11166362, -9166373.932578422, -9169389.46777771, -9189762.791649027, -9214594.691837784, -9249680.483736612, -9269589.831460955, -9247744.73254688, -9222540.956123909, -9218045.763551692, -9199409.11166362], "type": "scatter", "x": [-11039048.245938033, -11063327.545920404, -10925286.569720402, -10814010.78763059, -10710715.560213136, -10621124.279237079, -10713980.013223464, -10850300.942348875, -10943310.15731272, -10955294.642270721, -11039048.245938033]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y682", "yaxis": "y6", "legendgroup": "y682", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5997578.096196221, 5917995.760062427, 5818843.661190217, 5753820.921709701, 5771373.098555163, 5887192.4401581455, 6000656.876889531, 6087159.152880048, 6138823.231447724, 6143079.332980259, 6073883.634132955, 5997578.096196221], "type": "scatter", "x": [-581729.6959884013, -569207.0736585152, -644590.472297468, -816223.0144224494, -950143.6085929357, -866566.3122260908, -909196.3346966131, -776995.8725679441, -703986.325814734, -625860.5345758472, -528721.9060065141, -581729.6959884013]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y683", "yaxis": "y6", "legendgroup": "y683", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-333602.728059443, -423652.62892227335, -499474.1700499131, -566624.1918572921, -632544.2670235692, -709145.8714873154, -792402.890411417, -861891.235091405, -873956.837095041, -960957.8579215553, -1048369.9824348849, -1188091.071190389, -1185421.3180232171, -1243007.0485406206, -1267528.8887071162, -1291181.1729377266, -1349532.4237326896, -1386894.0019589006, -1393726.3631278146, -1359123.2111905154, -1341673.0135841526, -1318882.533963069, -1233781.1861350695, -1160933.6958250485, -1046287.0812176545, -986649.3202815788, -1021440.6959160127, -1062458.9947253806, -1157610.191246882, -1199632.0764280413, -1176679.3597739197, -1168606.597163062, -1061526.3517267788, -1033516.8731169791, -1069234.5961625811, -1070187.8591043442, -967718.495988629, -933693.3688847685, -794708.8542145699, -687043.0840695868, -576810.8125038923, -565213.3991271795, -446808.53055832983, -507828.6284657596, -518533.34875577537, -472097.87212015275, -417357.0575934045, -354903.8441797404, -310286.813488612, -313202.9738164286, -279650.24377655477, -278546.99558366236, -203433.15225434332, -179878.57564267042, -117647.95954404872, -87494.42425425092, -46540.075611721455, -98589.51250738028, -145600.0889035032, -350212.17232905264, -426820.9612176345, -292941.2792983909, -216852.74478305157, -217163.59067379273, -262124.2536688676, -308335.9978859473, -333602.728059443], "type": "scatter", "x": [15689302.728412066, 15878179.804397896, 16079500.547333473, 16151680.314466009, 16208624.213104526, 16219085.315681156, 16396320.739877142, 16416014.900002107, 16312508.125594897, 16326936.602747919, 16414828.187476946, 16466872.295806283, 16530736.642127817, 16517301.390181974, 16598838.686984308, 16561728.892191948, 16669398.547505941, 16650482.096684035, 16576009.718178513, 16554936.458057316, 16462904.093194883, 16354999.087862324, 16282728.303291354, 16230895.468716206, 16189270.73023451, 16052178.809426766, 15953851.996748818, 15880816.308001844, 15881866.85431153, 15788710.875075195, 15730012.1288798, 15616561.815131882, 15532406.069119683, 15423320.278817372, 15391480.140467757, 15250870.243571399, 15310460.457070328, 15384201.962877868, 15369674.771822423, 15325881.723325917, 15118646.672138816, 15027729.154535681, 14867700.477354564, 14831489.801338369, 14788174.469068998, 14765581.175384881, 14768039.355571466, 14685812.255860025, 14807370.367933555, 14886629.749759685, 14878456.5925181, 14715582.640676597, 14673569.837632379, 14574647.602483934, 14528584.833119864, 14678988.47215197, 14736362.594846653, 14914637.993902577, 14931537.819764668, 14956707.054504404, 15068375.31114248, 15167037.163327072, 15297036.797379283, 15395974.631393367, 15489863.125730358, 15570823.694942543, 15689302.728412066]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y684", "yaxis": "y6", "legendgroup": "y684", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [550819.0994102478, 596734.0991834495, 664363.8012924665, 750113.1658559821, 846206.4519289079, 847200.7029567215, 786089.8465674401, 732979.1542649786, 699679.7943337949, 663806.7831892036, 615670.7681887634, 608859.5425221745, 549192.6037257031, 506771.18932212924, 395785.1853995429, 280311.1772605418, 223876.99785297166, 110739.73773296362, 96057.39466235404, 12544.269517016937, -98393.3625353357, -181808.28563095955, -303498.75895976345, -490005.9656621654, -446469.29163990915, -500412.8324451861, -425662.84890699055, -418277.5584457163, -379001.04324719775, -421862.43955008016, -362960.2642105841, -369228.8560328389, -354785.04590894276, -192572.99770003083, -158841.45256751435, -55466.79227890807, 50128.675381837034, 161976.3287047692, 242416.6227850064, 201249.7638195977, 224132.19131923563, 326769.9414003751, 349858.80833149445, 376846.59395139304, 473487.92205142544, 550819.0994102478], "type": "scatter", "x": [12697872.81282392, 12739240.105252901, 12829485.458966894, 12908859.867920522, 12957005.126696356, 13001832.30647266, 13064043.739922846, 13073295.437918855, 13148951.970810028, 13244212.898816898, 13239521.288865801, 13165366.207013013, 13188821.626635449, 13109269.082851004, 13051174.87349652, 13137006.985438425, 13119260.338112962, 13246017.018593173, 13114278.72596254, 13077620.719055222, 13081949.791750152, 12973711.851933004, 12967764.51390619, 12917280.64670302, 12902986.724497445, 12774030.1899569, 12733461.100825945, 12654457.532464929, 12600543.534059418, 12466572.478504742, 12428263.667010844, 12355154.20946568, 12263938.108105157, 12251238.748453118, 12196272.810876306, 12143903.614487125, 12128433.42801554, 12140256.838365186, 12204812.88184377, 12287268.384767188, 12372796.750365289, 12392415.37769719, 12439142.825053032, 12571543.332669148, 12647236.29167049, 12697872.81282392]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y685", "yaxis": "y6", "legendgroup": "y685", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8531444.074642796, 8493443.101434791, 8507023.739090225, 8538859.877339369, 8583061.528803423, 8605164.895398175, 8565607.416190958, 8531444.074642796], "type": "scatter", "x": [-6915514.191124286, -6993132.842741728, -7089276.474073683, -7148774.493325496, -7064583.654266687, -6935525.860405753, -6909584.784890167, -6915514.191124286]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y686", "yaxis": "y6", "legendgroup": "y686", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8793543.248962108, 8792195.844064895, 8805252.192399994, 8834565.738990868, 8826143.657214183, 8804808.963059027, 8793543.248962108], "type": "scatter", "x": [-6671182.99795962, -6705440.31700524, -6826998.384705314, -6815126.982171274, -6679447.115466098, -6651021.367928259, -6671182.99795962]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y687", "yaxis": "y6", "legendgroup": "y687", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8929789.648981089, 8890735.988656744, 8855026.162968531, 8839231.98280344, 8865548.16255617, 8904826.465605117, 8946654.794485774, 8938367.520556666, 8929789.648981089], "type": "scatter", "x": [-6735210.945807534, -6692621.754174133, -6749962.9673100095, -6872814.978321348, -6902636.785251011, -6890049.944857784, -6849189.409528691, -6766992.140779, -6735210.945807534]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y688", "yaxis": "y6", "legendgroup": "y688", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8449119.454920312, 8468181.292027436, 8512034.129453495, 8570287.802350037, 8621993.945326116, 8670693.849560427, 8690914.5395241, 8726871.480223361, 8767270.88733953, 8753376.398259256, 8716468.061887361, 8709694.904410403, 8672714.827345196, 8634699.875095917, 8607096.085022444, 8580102.643056333, 8570645.28266578, 8556688.966122849, 8573807.546778038, 8575803.215514433, 8562999.00725461, 8519688.17282498, 8475212.708229197, 8449210.991265766, 8431682.854101101, 8449052.803930048, 8443274.081040565, 8449119.454920312], "type": "scatter", "x": [-6580833.636661791, -6685563.979867467, -6844801.511893347, -6814842.784857521, -6773602.408681132, -6799473.837450463, -6930869.59470449, -6978393.109443874, -6908613.237090586, -6773476.771468579, -6730154.556936973, -6593192.544707309, -6566055.72938282, -6619422.6202269085, -6560884.026984358, -6539054.837600385, -6447528.70538288, -6351606.334876743, -6218219.964692159, -6065445.118112009, -5955826.163662516, -5912188.440315436, -5931863.266467508, -5999983.001742229, -6126947.785256062, -6209109.407727813, -6430757.64646606, -6580833.636661791]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y689", "yaxis": "y6", "legendgroup": "y689", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8920918.751890106, 8900098.642322645, 8871989.752871126, 8851239.460231343, 8888874.066834554, 8916697.106080275, 8920918.751890106], "type": "scatter", "x": [-7775855.487286899, -7701094.261363688, -7759602.970586979, -7919591.777150478, -7978907.090066087, -7885444.872636228, -7775855.487286899]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y690", "yaxis": "y6", "legendgroup": "y690", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8983300.693269344, 8958722.03234987, 8944250.962752562, 8950709.032878017, 8964503.885442827, 8989717.595506921, 8983300.693269344], "type": "scatter", "x": [-7675582.875016361, -7614629.281169047, -7719202.579173554, -7828980.086994389, -7810121.125191779, -7705232.894932932, -7675582.875016361]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y691", "yaxis": "y6", "legendgroup": "y691", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2119042.0857788366, 2108057.789149483, 2085050.4540426633, 2056704.4586782504, 2058709.7437568444, 2055720.282968177, 2104760.865254264, 2121206.838798467, 2119042.0857788366], "type": "scatter", "x": [-7243329.611818154, -7188846.933730404, -7172027.379756365, -7203584.701382281, -7285719.300004794, -7350035.659667173, -7350139.562181626, -7332505.088823937, -7243329.611818154]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y692", "yaxis": "y6", "legendgroup": "y692", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2138814.7949717212, 2127012.9835657747, 2098190.781801353, 2066279.2329953942, 2065595.5268452421, 2046950.1647621884, 2066649.210212701, 2109951.160600461, 2136081.969998416, 2143201.9250292587, 2138814.7949717212], "type": "scatter", "x": [-8474498.493940974, -8402695.270574743, -8348848.093550513, -8335336.571523452, -8412367.76943393, -8448312.651482316, -8506721.649087321, -8562844.398056218, -8545766.854233691, -8498731.037449965, -8474498.493940974]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y693", "yaxis": "y6", "legendgroup": "y693", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2693453.508111827, 2682735.607640716, 2679217.5606157957, 2637292.3733096737, 2593976.678483762, 2604519.339101347, 2576507.8484917916, 2502984.7509323414, 2449501.3144246205, 2450283.2301540733, 2425378.597016618, 2393155.0969662494, 2386691.5460701, 2337905.7185409153, 2311239.6779660764, 2298130.1734203235, 2293933.390113881, 2304616.034260695, 2296708.6222482654, 2359448.3122089203, 2390364.173143417, 2399640.7368995254, 2433792.8478232445, 2500089.7693481143, 2497051.0998400124, 2530451.2462684787, 2555481.2051087925, 2576939.633341225, 2600469.659763917, 2628318.332622521, 2637011.8084369944, 2578880.8102069916, 2578436.467847874, 2550559.8096813397, 2539274.877065868, 2551487.522948246, 2585812.303822144, 2627016.1748055383, 2651470.3807222266, 2672560.165727927, 2681445.0639284654, 2693453.508111827], "type": "scatter", "x": [-8887413.969374549, -8796160.350704255, -8711870.524438385, -8618423.653045667, -8583572.721351141, -8480379.84724709, -8447207.212486044, -8368620.042580642, -8310317.467687544, -8274404.76103842, -8213795.096799152, -8227096.567365328, -8147953.019048517, -8073535.2141077565, -8090670.36458121, -8165201.184591628, -8239232.86872157, -8312623.548249637, -8469971.22465215, -8386600.554439352, -8425768.056521652, -8494325.842130156, -8525991.114013301, -8539972.862619119, -8601887.266649876, -8696976.946352754, -8724843.330090426, -8862091.194436, -8895348.946725661, -8849252.188119061, -8953750.094872402, -9043156.857042879, -9088169.181311043, -9109211.068665996, -9165121.292515628, -9209138.05580701, -9145058.902887192, -9113282.03506601, -9059355.816350266, -8999783.65578141, -8916061.230835661, -8887413.969374549]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y694", "yaxis": "y6", "legendgroup": "y694", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5799019.463217216, 5730281.806669406, 5634555.757106141, 5670266.629782837, 5644177.794940107, 5606267.08566663, 5572829.7393038245, 5598676.539339598, 5561247.55633468, 5480219.168191101, 5497274.359369133, 5437505.246956181, 5366999.7776743695, 5269649.174002836, 5266802.882884513, 5289903.363879578, 5380915.8430792, 5395983.9676244, 5302325.511738221, 5308052.462745992, 5358539.372192413, 5388736.339870309, 5385433.106849376, 5395159.077927364, 5428870.35588542, 5466275.640110929, 5498160.534873992, 5562865.2271843115, 5737721.146634335, 5799343.56170851, 5835078.455320268, 5828713.191727168, 5799019.463217216], "type": "scatter", "x": [-5292434.353107622, -5366015.353895465, -5460769.476455485, -5386374.324810299, -5330074.135508863, -5375916.331773602, -5300639.856518278, -5248076.5612011645, -5163069.669737188, -5217256.795753597, -5144224.509655885, -5149247.070077007, -5139103.567275297, -5207748.272183926, -5253019.223068778, -5311086.344772111, -5263562.627312082, -5286382.981092287, -5427472.596470845, -5484357.657495074, -5400158.985156953, -5484949.881420907, -5590981.00819838, -5777624.406478307, -5781765.717120623, -5708981.291049869, -5740929.9624609295, -5638284.825959606, -5480909.184878311, -5400979.535541382, -5306320.200851673, -5264235.944543132, -5292434.353107622]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y695", "yaxis": "y6", "legendgroup": "y695", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7438683.990260075, 7396327.241219615, 7357148.067909866, 7304844.724956839, 7310012.84251861, 7270566.975062054, 7240153.650274267, 7273599.192320991, 7325347.174425595, 7271922.817845047, 7222245.981495971, 7287749.710936336, 7283900.043974456, 7333537.161051789, 7418535.739117138, 7516304.918281628, 7504091.686539223, 7455493.9916684395, 7469863.504842889, 7438683.990260075], "type": "scatter", "x": [-7034840.172286326, -6970914.382156007, -6899614.720805725, -6926504.052270679, -6860066.938840984, -6824242.70412457, -6920117.867678742, -7032337.115842754, -7046135.182449139, -7167049.547729622, -7323216.910836494, -7308226.221011801, -7427447.84116995, -7318245.0025304165, -7247621.520210156, -7148997.6807392305, -7096923.262959594, -7115649.037694405, -7062297.270151237, -7034840.172286326]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y696", "yaxis": "y6", "legendgroup": "y696", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8198085.895508993, 8237129.335686994, 8175091.882467512, 8119055.651601283, 8071635.81504755, 8089508.046695244, 8017145.75336275, 7966143.541799338, 7919469.188278377, 7814495.551274513, 7770108.413806797, 7690710.669690674, 7661305.6976105515, 7555862.576940842, 7543380.160749434, 7467371.464496206, 7345724.263106776, 7396985.625309164, 7508049.791960646, 7498990.9294288885, 7436705.632376786, 7369096.190185509, 7313645.635499624, 7282958.030526113, 7171668.540515073, 7093687.949983566, 7128184.511742878, 7225734.508206155, 7125540.576872564, 7055064.907945996, 7015929.6689978, 7070288.989806518, 7142655.442154721, 7201066.388275977, 7230651.403679247, 7293058.991620024, 7352152.795933849, 7320343.159975095, 7315105.51388228, 7356300.00444976, 7433833.631687977, 7427868.9713078635, 7433411.689464924, 7473753.507521427, 7526792.939131114, 7627913.173772348, 7677119.089192234, 7715832.505400217, 7774368.255987172, 7819079.705752028, 7843946.120201972, 7915194.412369916, 7924760.679014494, 7964491.639742436, 7934857.012133481, 7928323.305339353, 7967422.78489983, 8007810.024005143, 8030916.352790419, 8071893.032845272, 8115768.5957897585, 8122342.2882784335, 8230674.413603521, 8321648.3092376115, 8360469.302764938, 8378474.608726556, 8313151.903238678, 8244153.483183108, 8325847.855662494, 8359849.909035523, 8243692.697427171, 8174456.226542293, 8198085.895508993], "type": "scatter", "x": [-6068331.931576957, -5965351.967311434, -5838911.561565435, -5771235.701887094, -5794220.444800698, -5635651.141581323, -5601869.586250487, -5442906.752716665, -5402476.758945263, -5390048.781672524, -5565990.767472669, -5420429.219326776, -5306654.315510077, -5245599.076852294, -5121311.4464213345, -5186850.635959394, -5398073.017268798, -5475326.656346632, -5546818.074168292, -5660245.363954042, -5706128.811570635, -5654750.7582107065, -5569204.7704802165, -5550224.624434944, -5551692.628157304, -5620869.332674322, -5712816.537920931, -5877681.844876136, -5809109.5779413385, -5754849.4341653995, -5760403.827944775, -5969290.85023705, -6116730.24898982, -6188765.779088005, -6141843.000465106, -6233712.894687254, -6322658.803707495, -6340564.867743431, -6590883.629535153, -6637068.68612442, -6531508.5936497105, -6376393.970554707, -6198995.963012527, -6202376.481642216, -6140202.442922192, -5969512.592189783, -5961317.39908302, -5968383.965607722, -6055619.233142596, -6190467.90997503, -6121479.644380366, -6157563.75356166, -6221635.83756742, -6256319.186983945, -6320717.802492747, -6471202.919679886, -6733680.549899428, -6870922.419853768, -6981481.527377005, -7013521.049870734, -6893958.063837997, -7000488.605776963, -6931797.56795482, -6792305.6248086225, -6679137.444654154, -6466219.270453897, -6578510.7955505, -6575863.595530153, -6436194.590301953, -6213985.736757408, -6175176.947863712, -6240667.113404657, -6068331.931576957]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y697", "yaxis": "y6", "legendgroup": "y697", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8447394.942815725, 8435287.776194124, 8402232.180476896, 8315089.164995682, 8299782.851466812, 8226112.701168562, 8235108.77701295, 8329632.608088322, 8381302.148476965, 8423227.715765636, 8447394.942815725], "type": "scatter", "x": [-7063660.563967423, -6916999.739793118, -6802223.736313381, -6995953.596723112, -7101978.017923826, -7252736.971200541, -7333495.648475284, -7293179.307443848, -7242589.467101531, -7162317.92718953, -7063660.563967423]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y698", "yaxis": "y6", "legendgroup": "y698", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8325081.71681355, 8397709.1629698, 8442241.936749687, 8415280.13122325, 8420616.519859932, 8389438.715089094, 8343782.630618871, 8292225.87033203, 8198974.871491249, 8166104.983800057, 8179427.889313179, 8222569.278745722, 8311564.276811671, 8347407.386553593, 8325081.71681355], "type": "scatter", "x": [-7637737.311283535, -7649405.990938892, -7513592.040721956, -7449857.518453171, -7308437.557604003, -7319082.433220558, -7435255.458231853, -7367843.9724367205, -7469545.989816196, -7629222.253020839, -7692461.146795842, -7705346.496773078, -7809392.193894068, -7773006.2285999395, -7637737.311283535]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y699", "yaxis": "y6", "legendgroup": "y699", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8678331.811370216, 8691294.667150695, 8682500.01725204, 8632399.353647035, 8587154.510213563, 8586810.619175179, 8555204.643530346, 8560283.140998304, 8593440.679720113, 8627767.749213923, 8637265.400979154, 8661654.029026989, 8751164.162533978, 8774352.522229074, 8728641.41436874, 8661890.76739952, 8646486.994707102, 8748105.109758742, 8780373.84803104, 8764574.519287385, 8715645.342813617, 8678331.811370216], "type": "scatter", "x": [-7817745.742530529, -7737069.621666601, -7669759.88669007, -7713111.029424582, -7809014.815098248, -8063206.974069729, -8289697.14268782, -8398495.918644315, -8368600.495474557, -8172174.845593235, -8498287.786507942, -8572315.809839169, -8358314.4798308695, -8259924.025980114, -8110073.017763588, -8058857.207419518, -7947062.480510453, -7932780.449072996, -7827093.130754878, -7770587.935287192, -7803375.1827156525, -7817745.742530529]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y700", "yaxis": "y6", "legendgroup": "y700", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8773563.570883775, 8837652.513904333, 8890867.999091823, 8882966.150547162, 8891401.868044311, 8817354.519143628, 8786952.785377074, 8786409.758660099, 8753383.338190224, 8746128.951415202, 8773563.570883775], "type": "scatter", "x": [-8807707.54234523, -8597117.30770689, -8376877.898060976, -8276889.48459932, -8167083.933471947, -8273043.244543969, -8368349.72863618, -8437418.936732266, -8616929.970961379, -8744505.64395805, -8807707.54234523]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y701", "yaxis": "y6", "legendgroup": "y701", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8604811.039147105, 8577015.403006883, 8558450.261537142, 8524698.831183095, 8477136.553312667, 8458388.284690468, 8401172.51821347, 8337923.107654348, 8294026.244518835, 8261063.918299008, 8308221.007115207, 8374674.947703102, 8414117.469978558, 8482251.212390827, 8542098.03594679, 8607299.833192652, 8604811.039147105], "type": "scatter", "x": [-8931448.47485836, -8858948.731706286, -8688811.40989877, -8656216.74727975, -8631216.905604739, -8749724.388076315, -9007079.639027469, -9179314.885920264, -9231591.540533084, -9478260.422791159, -9462718.646514526, -9561006.60133401, -9477733.046307279, -9337383.226494355, -9194107.471907482, -9183220.027066147, -8931448.47485836]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y702", "yaxis": "y6", "legendgroup": "y702", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7561526.678337088, 7543689.8967577, 7503393.300776763, 7494135.426971791, 7520484.354223917, 7554879.409049979, 7561526.678337088], "type": "scatter", "x": [-14007865.02152894, -13962658.718952281, -14009106.24875862, -14075805.785556331, -14097745.704326222, -14103825.653060833, -14007865.02152894]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y703", "yaxis": "y6", "legendgroup": "y703", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7170342.6209261315, 7156422.900501224, 7119013.65754784, 7076922.6081236275, 7046282.853697929, 7079280.137179999, 7130983.260049244, 7159546.172668677, 7170342.6209261315], "type": "scatter", "x": [-13329270.765869625, -13285824.341714319, -13290908.684645306, -13417327.774923334, -13542905.299321689, -13551320.73654527, -13505169.729880888, -13389920.355078729, -13329270.765869625]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y704", "yaxis": "y6", "legendgroup": "y704", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6548468.901015009, 6549048.809709709, 6425276.43010869, 6327807.520816073, 6331461.301964881, 6387878.542245406, 6442496.399474918, 6481603.935619554, 6532107.492478795, 6566975.506715567, 6548468.901015009], "type": "scatter", "x": [-12092586.510793604, -12002854.361205563, -12139459.912903799, -12141054.168529619, -12175546.850035962, -12184059.59563425, -12171343.95985847, -12184157.831376893, -12156492.33516609, -12119634.205255939, -12092586.510793604]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y705", "yaxis": "y6", "legendgroup": "y705", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6028249.784708416, 5970435.586377442, 5915560.420980218, 5849429.86164201, 5837565.928507177, 5902474.827646111, 5945280.137742481, 5992349.742330539, 6026154.23134708, 6055077.335203106, 6119858.79383114, 6145283.050308864, 6111922.790081932, 6089721.557586756, 6070060.66830669, 6028249.784708416], "type": "scatter", "x": [-11833220.16287517, -11829299.98463012, -11773802.2138599, -11781944.743331859, -11839121.512111, -11950449.555704271, -11947538.181017874, -11998086.697098792, -11989534.750496645, -12065776.402807415, -12051766.680420125, -12023395.27820617, -11949687.908293772, -11908452.346259724, -11833850.579421023, -11833220.16287517]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y706", "yaxis": "y6", "legendgroup": "y706", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7955248.901062499, 7930360.400826061, 7933820.921034475, 7899726.533660487, 7876332.915489107, 7866515.729800614, 7853679.94380657, 7882988.416354384, 7904683.955953514, 7908332.501369427, 7919404.1040089205, 7955248.901062499], "type": "scatter", "x": [-13885777.043260418, -13871833.545245262, -13813457.389372032, -13796681.901376126, -13747243.75055883, -13769024.342442084, -13853114.084383514, -13874015.243218279, -13873492.63167017, -13943148.553696612, -13946402.480409848, -13885777.043260418]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y707", "yaxis": "y6", "legendgroup": "y707", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9012447.068594156, 8992322.545218736, 8946870.133568887, 8896632.091663823, 8853329.248767965, 8870375.209655724, 8908681.307851635, 8920396.287745384, 8946370.96995484, 8974449.952270446, 9012447.068594156], "type": "scatter", "x": [-7254689.7135533225, -7141237.942322202, -7003757.285162313, -7006353.714467264, -7026747.216118165, -7124631.8246779945, -7198277.806945847, -7342899.524081494, -7243646.739368084, -7295537.552332846, -7254689.7135533225]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y708", "yaxis": "y6", "legendgroup": "y708", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3963640.690764609, 3963220.0049362895, 3998010.6279151146, 3949322.848861041, 3919537.147320247, 3872559.9410249614, 3886359.822909572, 3930925.3468184085, 3936452.3803519136, 3963640.690764609], "type": "scatter", "x": [3425929.6804760965, 3500909.3733338234, 3590904.13605963, 3526995.381419633, 3541646.638546704, 3440623.9574459726, 3387870.1873731106, 3358117.876815383, 3414277.614178, 3425929.6804760965]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y709", "yaxis": "y6", "legendgroup": "y709", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3945046.839733918, 3911964.8975927094, 3900839.870943448, 3919267.034600951, 3939709.3752537086, 3987329.5681676366, 3950317.7503822595, 3957539.6675008, 3950468.307835461, 3931013.9086511726, 3945046.839733918], "type": "scatter", "x": [2735379.420246262, 2725631.8683281317, 2576621.449060219, 2575957.3621154022, 2447062.981459944, 2462022.325906025, 2522246.8000761317, 2602546.064678749, 2680650.261438614, 2680027.94305672, 2735379.420246262]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y710", "yaxis": "y6", "legendgroup": "y710", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1409948.2477869084, -1458279.978214236, -1533178.0752320993, -1669336.9931090174, -1722494.5067808104, -1776593.4634522398, -1809642.067829243, -1743029.2908361214, -1776254.5921957132, -1860187.1423229054, -1907986.7653192054, -1933746.4161820929, -2029336.7637935097, -2160448.6734172795, -2315307.456276158, -2528111.4089398854, -2684270.957964395, -2814219.2753943633, -2839573.8813275336, -2885784.8283897284, -2856136.6578542986, -2814660.975605286, -2754892.7113445085, -2655070.0183642763, -2564896.731909124, -2483836.6235517417, -2402963.7161481553, -2384077.0502149644, -2346619.667556359, -2261890.222383984, -2190288.5309891007, -2136697.5005445313, -2065473.1578854353, -1961631.8937413914, -1899000.4359210834, -1827704.0058205621, -1824069.3365504304, -1801548.0276538634, -1781539.3294232478, -1780483.300097868, -1716804.6874950968, -1648145.104881257, -1591654.2523784356, -1543275.762122385, -1557253.090102528, -1479291.4948493782, -1411378.5177996096, -1361121.6628121613, -1409948.2477869084], "type": "scatter", "x": [5470377.564941897, 5496541.49922403, 5518740.482545118, 5526477.889002945, 5550834.2698852355, 5535534.134114238, 5513374.946743751, 5481466.375164992, 5458136.0480841575, 5472125.972862238, 5458270.563535177, 5425756.63718447, 5410251.833589206, 5354752.722548509, 5285373.916866484, 5195259.422703222, 5135780.40952124, 5071296.634141397, 4980598.244125293, 4881019.154713168, 4822648.856303046, 4742053.683231116, 4719114.4119146485, 4722969.928845927, 4694372.687530091, 4692670.328201837, 4720053.576461243, 4771932.904190141, 4775821.140329624, 4835835.786402583, 4852192.004282238, 4831599.468291413, 4816971.863160206, 4816688.178538065, 4859895.902501546, 4880020.158255087, 4935025.831174893, 4997985.58696063, 5040168.498947546, 5088516.738813387, 5155930.542423072, 5251492.3514296375, 5288548.721088731, 5276858.448374917, 5322739.197874465, 5388782.531133674, 5395196.167532755, 5434889.072261641, 5470377.564941897]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y711", "yaxis": "y6", "legendgroup": "y711", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2169928.5513882358, -2251389.3134398167, -2266985.611388711, -2205846.343248238, -2169928.5513882358], "type": "scatter", "x": [18280805.701715793, 18323863.745739173, 18282689.60684646, 18265536.395879917, 18280805.701715793]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y712", "yaxis": "y6", "legendgroup": "y712", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2137254.430995335, -2099171.894275397, -1995674.1029516722, -2039965.4049211228, -2149778.169918632, -2131213.6610521562, -2137254.430995335], "type": "scatter", "x": [18244371.930794455, 18240135.86869595, 18268005.435593847, 18307882.02864017, 18292865.434818413, 18269042.079557367, 18244371.930794455]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y713", "yaxis": "y6", "legendgroup": "y713", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-871185.481192058, -776015.8354059063, -730922.0842607116, -688537.1321535243, -725846.5518441689, -786105.2532092269, -871185.481192058], "type": "scatter", "x": [14895965.20878284, 14894296.70196584, 14917986.75636686, 14944756.578102594, 14966938.70827636, 14961342.470231213, 14895965.20878284]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y714", "yaxis": "y6", "legendgroup": "y714", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8731343.946073297, -8730453.0638981, -8704372.388772024, -8725366.140408598, -8770468.769188521, -8836165.638972605, -8883062.404330801, -8938606.103163835, -8974933.49303992, -9004934.328879757, -9033152.996781955, -9057442.059399005, -9054709.594239598, -9020914.029118119, -8976277.266782507, -8943075.189905789, -8905585.153432785, -8857794.985100163, -8816619.560226517, -8777249.330898166, -8731343.946073297], "type": "scatter", "x": [-3473745.5479953596, -3437715.7817309606, -3344040.356993452, -3225501.440032804, -3115838.626669587, -3054203.4315218176, -3023628.477250223, -2994235.522784761, -3083252.7518222565, -3179594.5505659347, -3293133.9237315394, -3422339.2509300355, -3585314.5000867997, -3695563.8970186235, -3710698.0719288583, -3582622.317830436, -3544089.713202315, -3526885.7408532714, -3517668.1563871596, -3495746.1709880442, -3473745.5479953596]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y715", "yaxis": "y6", "legendgroup": "y715", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-9002988.344521658, -9002583.781576209, -9008823.555564268, -8963453.880318973, -8924688.972827109, -8966739.890979728, -9021801.775409725, -9070475.344299411, -9059637.624308538, -9070063.270178951, -9037179.76817319, -9033027.966803117, -9002988.344521658], "type": "scatter", "x": [-4541485.898363483, -4386470.632217778, -4233626.525725783, -4213710.94582838, -4203332.44413513, -4102914.67468148, -4086015.1986585576, -4072739.9713248117, -4223179.962948875, -4367869.268854017, -4478092.23226839, -4481206.989319863, -4541485.898363483]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y716", "yaxis": "y6", "legendgroup": "y716", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8064359.944046981, -8049260.253142736, -8049443.201817338, -7993376.422021726, -7952893.410946919, -7865934.260067022, -7812844.216117964, -7792498.909184207, -7831083.200106216, -7870706.751411159, -7918143.804137459, -7963784.949001444, -8011722.772849038, -8060147.643289226, -8103126.00583074, -8144246.067210716, -8162855.970596572, -8187626.362256084, -8189866.250224945, -8146043.217054403, -8164787.418508693, -8183359.078161791, -8154451.719796554, -8110442.723968718, -8064359.944046981], "type": "scatter", "x": [-5784804.556947647, -5741043.958088744, -5649569.053369138, -5663751.651834507, -5685795.992957572, -5744044.552018935, -5732064.466515884, -5670074.627344381, -5603106.875802425, -5559352.722539983, -5494946.184472243, -5439572.412070583, -5387420.443061799, -5347261.822986196, -5333464.024583841, -5328139.111164558, -5407456.053058171, -5477571.2835042225, -5577993.112478369, -5570102.646485385, -5648842.364015447, -5722703.712562075, -5802899.90710811, -5838858.1787991375, -5784804.556947647]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y717", "yaxis": "y6", "legendgroup": "y717", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8249883.4710980365, -8228539.187837769, -8236701.931090072, -8238029.566075527, -8247253.889817387, -8229946.842247431, -8286664.91683679, -8281996.394009507, -8291570.920110425, -8293149.629015473, -8305516.059663726, -8290003.672888558, -8249883.4710980365], "type": "scatter", "x": [-7859694.5788757885, -7831816.490327473, -7724175.383634943, -7609599.582640524, -7515150.145105492, -7445898.698469667, -7346774.592428132, -7411978.359827322, -7497037.393017626, -7591246.335102469, -7683898.576438598, -7778423.183515549, -7859694.5788757885]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y718", "yaxis": "y6", "legendgroup": "y718", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8532760.441261047, -8498718.434450427, -8509681.135445517, -8518311.917893419, -8494483.573318692, -8532502.620686129, -8562598.204340272, -8562160.052956427, -8532760.441261047], "type": "scatter", "x": [-9105635.987275153, -9132300.37923165, -9027178.443233065, -8917799.787376313, -8855946.998812329, -8852506.743113598, -8886343.468737185, -8992309.820719276, -9105635.987275153]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y719", "yaxis": "y6", "legendgroup": "y719", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8539282.879859898, -8514119.316744775, -8531538.16729876, -8561553.42714443, -8560904.73974898, -8558409.908265809, -8539282.879859898], "type": "scatter", "x": [-9452773.808391133, -9430472.869566523, -9331319.766333174, -9175944.582331665, -9221436.13825751, -9323014.623856202, -9452773.808391133]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y720", "yaxis": "y6", "legendgroup": "y720", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2853512.5307031116, -2942165.8699615835, -3007344.038997086, -3035952.143552561, -2995692.8396786964, -2930441.109243369, -2855369.2746840883, -2757129.7403703816, -2711248.996251372, -2716317.4442960215, -2765534.6038372773, -2813938.0689148474, -2853512.5307031116], "type": "scatter", "x": [17877997.59229289, 17929826.95561726, 17958011.198862895, 17904387.5968356, 17862459.322545007, 17812899.317408208, 17774191.782990456, 17741689.571464512, 17744483.690496404, 17789316.024054747, 17830936.515515927, 17859379.29324074, 17877997.59229289]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y721", "yaxis": "y6", "legendgroup": "y721", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-482870.6167479525, -525580.3911757626, -594378.877632332, -629038.9582382167, -550923.7063622614, -499682.73197319964, -455972.17453125847, -399226.22027526173, -359923.8580137774, -328456.3122359606, -365728.7426344579, -395000.36552897707, -427049.2613192043, -482870.6167479525], "type": "scatter", "x": [16976617.10979916, 17016070.184572306, 17024383.70328338, 16986840.985862132, 16971881.456631012, 16949513.87402759, 16901863.094610415, 16841710.624203295, 16763277.107063921, 16795599.323579006, 16854017.73405816, 16890408.85869225, 16935423.27815355, 16976617.10979916]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y722", "yaxis": "y6", "legendgroup": "y722", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-767681.9335549227, -798482.2348076736, -828098.255607027, -826847.4420496549, -787283.5349460262, -749841.6266255867, -709660.5126169154, -730295.3427267087, -721046.970493148, -658564.7487830895, -655557.8755752777, -725246.1621989519, -716262.5150525464, -671862.2734587264, -625926.7275242553, -548292.1032530263, -546620.441927848, -568528.7282834889, -641554.9684879548, -721306.9956838766, -731153.1716540196, -767681.9335549227], "type": "scatter", "x": [16804659.86061739, 16740777.32451948, 16680660.312966403, 16621790.447699558, 16534806.9638905, 16475024.65819592, 16487969.79918214, 16585708.499606706, 16647371.640644148, 16669657.404919242, 16685863.621751707, 16690470.383792885, 16754710.982920649, 16790058.740969017, 16855972.850977413, 16849648.890066605, 16916374.77301987, 16937243.747244712, 16929261.874017354, 16884856.180377018, 16825731.923504863, 16804659.86061739]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y723", "yaxis": "y6", "legendgroup": "y723", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1415625.890389935, -1462931.986227134, -1459248.1598426604, -1375217.3974265778, -1409989.243544968, -1415625.890389935], "type": "scatter", "x": [17909228.50786209, 17930747.99039135, 17854246.363080006, 17828570.44513249, 17888021.781148948, 17909228.50786209]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y724", "yaxis": "y6", "legendgroup": "y724", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1295346.5850197445, -1319564.4569384847, -1200633.9265644262, -1119790.6482910858, -1120840.463131246, -1229463.12186113, -1295346.5850197445], "type": "scatter", "x": [17883097.780317035, 17862072.233636625, 17800532.326527115, 17790266.192452494, 17827806.826023206, 17850220.037097894, 17883097.780317035]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y725", "yaxis": "y6", "legendgroup": "y725", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1328982.8245399396, -1330546.1333419262, -1314795.902159997, -1293461.6597934768, -1240598.6152980782, -1263914.0851233427, -1293172.900617098, -1328982.8245399396], "type": "scatter", "x": [17785397.98804206, 17741982.646745283, 17676951.31122566, 17657550.714705933, 17673634.6062483, 17742760.394566603, 17773700.409406345, 17785397.98804206]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y726", "yaxis": "y6", "legendgroup": "y726", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1076753.4032975384, -1119947.443824763, -1146993.5938395238, -1087860.7158965901, -1038266.3293505925, -992788.7480355416, -979587.0205074623, -1012885.3973086558, -1076753.4032975384], "type": "scatter", "x": [17692464.852692865, 17712078.244840432, 17712604.82330614, 17634680.784017134, 17581077.484243594, 17545703.769093234, 17563974.286467846, 17610542.993615612, 17692464.852692865]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y727", "yaxis": "y6", "legendgroup": "y727", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-936672.3583453738, -981133.6467399483, -988195.7011310036, -956732.3433503666, -901073.7749429361, -879044.5083987725, -936672.3583453738], "type": "scatter", "x": [17434091.91699383, 17472597.37130143, 17449580.189498436, 17405136.064921662, 17366453.76342897, 17374784.733928654, 17434091.91699383]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y728", "yaxis": "y6", "legendgroup": "y728", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-708180.2133036099, -738807.7393192475, -823858.0147232844, -869953.1722475216, -906795.4878091627, -919389.6492025475, -867467.5505974514, -782393.8703177839, -681133.055946679, -668564.8623001294, -708180.2133036099], "type": "scatter", "x": [17194726.47138681, 17225462.877170242, 17270524.12952116, 17317782.856961995, 17297891.142457526, 17265273.79030542, 17223348.89812121, 17184001.22006423, 17169877.126735177, 17186378.298128106, 17194726.47138681]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y729", "yaxis": "y6", "legendgroup": "y729", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5412442.329768931, -5473182.564363408, -5549779.770300401, -5587768.126800466, -5553816.761899172, -5530933.328193203, -5438602.524008117, -5367172.502206213, -5304341.272017455, -5260259.581692719, -5226574.98881961, -5133603.660609742, -5052708.814813734, -4964051.576079938, -4942350.764335335, -4884701.019110552, -4763866.534179078, -4669488.970150618, -4664011.558194566, -4740790.0182774225, -4783029.342119487, -4898597.447008833, -5039406.592024695, -4954331.209592882, -4994202.666536165, -5090506.04453481, -5141452.969217343, -5160229.135455689, -5120257.869926929, -5141356.689188342, -5248391.024828793, -5316419.692643897, -5303745.570537725, -5337612.293158121, -5391624.236728222, -5412442.329768931], "type": "scatter", "x": [17410137.216342427, 17317302.62130529, 17197488.28429127, 17084988.87637925, 17099113.426130906, 17078261.015165042, 17219584.804030053, 17249878.97109119, 17195726.846576918, 17236339.581791423, 17338291.847659424, 17433470.72398368, 17495219.353860658, 17525065.049419407, 17545039.3960049, 17541138.750175647, 17552471.23229559, 17579282.803466193, 17621739.936390936, 17621157.994422626, 17669658.050184183, 17609583.620167337, 17571473.074429277, 17642142.619938385, 17656466.942361075, 17593150.045669693, 17632845.66557556, 17685905.018261798, 17777924.473859604, 17811860.505283605, 17695440.93845721, 17605102.74367035, 17538855.679566078, 17482088.54836277, 17443603.139992323, 17410137.216342427]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y730", "yaxis": "y6", "legendgroup": "y730", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5739582.878173867, -5688087.911246042, -5633703.022556221, -5549888.855594922, -5524217.783845762, -5458628.176316772, -5411472.882340089, -5465909.328821407, -5518804.035834525, -5478912.282588932, -5533821.394586499, -5584639.519342102, -5635514.964417119, -5715238.98643009, -5756553.239138718, -5818452.231069226, -5809940.0137972655, -5843532.686190489, -5917230.467257955, -6028390.07792939, -6070428.3808549745, -6097256.82024221, -6083282.9963647425, -6036995.929999598, -6015466.401739402, -5970678.06816335, -5890551.844379445, -5789914.2958146585, -5775691.07228565, -5739582.878173867], "type": "scatter", "x": [16389044.594822347, 16521968.658621453, 16631825.092267308, 16752461.67196469, 16813508.07589531, 16886894.079452395, 16999027.51873207, 16973182.94242284, 16948518.953882586, 17055803.59155129, 17035188.879546802, 16988744.577182755, 16904479.05024328, 16764650.39878483, 16674717.905068042, 16651892.331127876, 16583807.489733681, 16466951.75500321, 16368968.838167608, 16203192.62976054, 16084353.125942972, 16008696.703390151, 15933134.278387351, 15916111.889589956, 15831252.270507202, 15858438.465837292, 15988035.164360074, 16207016.638404584, 16284160.580431782, 16389044.594822347]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y731", "yaxis": "y6", "legendgroup": "y731", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5167878.953317986, -5181771.836071116, -5323460.9306371845, -5360826.674904375, -5454697.30113781, -5418958.380874664, -5494040.589128657, -5485680.69744228, -5475966.38382446, -5369262.872010046, -5290017.636808537, -5181332.477522336, -5127111.399911381, -5143862.825571066, -5194164.663384245, -5183149.476612812, -5167878.953317986], "type": "scatter", "x": [14664704.69655957, 14715066.695715195, 14617132.197210032, 14554592.811619807, 14472290.300627962, 14465042.11649369, 14337992.849280553, 14323920.550381582, 14270333.081589414, 14289964.533759324, 14335033.449078767, 14355743.91271221, 14396758.474664785, 14450903.871643428, 14512211.125922244, 14574992.592388337, 14664704.69655957]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y732", "yaxis": "y6", "legendgroup": "y732", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-3960634.2222416713, -4014980.6405413873, -4036786.370933107, -4098118.575591916, -4144090.8278965615, -4141291.030148861, -4147694.320934319, -4120182.7292794418, -4128461.931569787, -4129462.2097207718, -4188843.502661028, -4181604.787675774, -4211828.660387393, -4246315.39762337, -4237000.13668805, -4232697.3398581175, -4150696.5503341043, -4124982.5627353163, -4057445.419342407, -4044355.97872526, -4018452.182041792, -3975726.2832471174, -3894073.4731611838, -3823113.3290978475, -3700028.3314649393, -3631243.526930929, -3563695.140577542, -3484032.167405321, -3448886.635618915, -3399077.1237892616, -3305018.368817145, -3207679.181622775, -3156068.430373437, -3209875.761718565, -3097396.5846851543, -3134457.801913076, -3182198.744604638, -3120880.508474249, -3024310.769881181, -2986166.006111185, -2949269.32964158, -2880502.091254955, -2851928.130933639, -2792544.06688888, -2721928.376553312, -2637239.049040802, -2729091.8277250812, -2648211.2231460107, -2611413.716087599, -2562054.978089128, -2520946.6766754086, -2513402.049740358, -2529474.149334016, -2487678.0971877305, -2476783.6183370734, -2450842.1997505054, -2440870.919609468, -2446046.084330675, -2414856.0917797317, -2363044.8666435233, -2298908.802021604, -2239268.9088211562, -2190663.8018088466, -2124261.1161017427, -2022791.8661128168, -2130220.686107473, -2107386.627390536, -2048064.9130003105, -1989659.8134316122, -2017889.502528647, -1924783.327798692, -1866139.957918591, -1818325.1927538447, -1799014.7873263354, -1764579.000756836, -1780452.468184307, -1749456.8017419386, -1733202.6400133343, -1718104.9034633827, -1777418.9587614986, -1852762.1617000652, -1855851.4860631567, -1869803.0696680578, -1800815.4663164695, -1702719.1389013154, -1671672.7105725328, -1640027.6757829348, -1570195.4356985514, -1528022.651428892, -1544454.4505459254, -1523477.2762503885, -1459377.9408158183, -1415994.84112403, -1399317.3088886375, -1432322.7946692815, -1485395.7468897724, -1520162.3877295395, -1508332.0953085958, -1549014.8628626284, -1514800.5637591209, -1526995.0109592546, -1503485.3296220799, -1567492.6118155879, -1634191.4697570098, -1683827.9433375075, -1686803.6032728544, -1737581.660076819, -1799402.1109101975, -1859840.6441597783, -1895590.2613169104, -1968236.3366877995, -2011773.1937124182, -2057337.9600817326, -2135196.527508938, -2136353.490426319, -2171056.8066408765, -2210744.1521420786, -2258147.435704641, -2218139.508211853, -2151065.2964511975, -2095822.067009825, -2026790.2481940659, -1926998.0188288884, -1864887.0114379786, -1828149.60047869, -1754802.5974153783, -1659273.5179572168, -1634063.4141255345, -1590884.449424739, -1524030.6225748048, -1454434.2968197942, -1418021.0354662756, -1371246.1211221695, -1434806.1772492537, -1515385.8433144477, -1531734.549628207, -1585677.832216927, -1652159.061108531, -1724922.783904689, -1771263.3882666242, -1873121.8730127206, -1827551.5899705803, -1883202.0247008076, -1935366.496645798, -1991705.8126145704, -2102502.0329770283, -2167126.0208747, -2183993.020357563, -2294714.820845274, -2360441.845410421, -2448803.45116561, -2521698.0197685827, -2586600.0819958905, -2646325.8182308637, -2676488.9105537366, -2760216.9727445445, -2900885.798811729, -2875519.160979371, -2933596.171257375, -2915621.160215053, -3052093.1615922228, -3135468.144272603, -3187519.2070224113, -3296568.1189837507, -3400985.2728693183, -3473576.739592753, -3551450.220971235, -3662873.5078186262, -3774016.0308068716, -3830787.3536958946, -3940342.968663665, -4012261.419980146, -4099926.9571483745, -4208992.783287359, -4263058.530196003, -4355355.416556142, -4413118.087591639, -4516272.696833945, -4573603.865331825, -4662476.577686978, -4744985.282233455, -4783835.237135857, -4820367.713111578, -4814031.678771673, -4854738.771416015, -4896995.059266388, -4942812.306107783, -4881987.9558765115, -4855123.967524883, -4793885.113829647, -4811615.643241064, -4890472.199063467, -4850119.691140098, -4826055.758002743, -4812378.469527398, -4769181.691165709, -4689649.446849573, -4596822.459153542, -4534020.838243346, -4481005.575451782, -4458512.619077902, -4402700.965269877, -4310971.861715573, -4390654.146251048, -4405604.767474922, -4343086.401771447, -4274537.576506163, -4218278.9895135565, -4127768.749523701, -4224829.910355616, -4261288.20799564, -4354249.448569147, -4298511.663780813, -4234721.071957635, -4142305.8334419145, -4093021.065081861, -4066487.690548836, -3983685.0431905114, -3975156.722881472, -3909426.285157021, -3908398.5963568003, -3942663.304928654, -3975037.368895022, -3960634.2222416713], "type": "scatter", "x": [13155236.607031273, 13018966.039345073, 12918083.1833961, 12869243.646137087, 12808929.128133416, 12721784.22253527, 12653304.23723512, 12574029.488467673, 12495217.997121098, 12423178.704595277, 12333707.71085785, 12306744.35533129, 12240518.244686868, 12174461.64751535, 12103091.150017906, 12035487.581320422, 11962528.17172396, 11918006.558453374, 11949933.279109696, 12007488.571943864, 12036450.569481064, 12051130.229167622, 12098466.25367786, 12116041.612995038, 12109676.484531144, 12119095.08373023, 12149365.342119843, 12136717.418758912, 12146818.170412565, 12117550.007724406, 12137171.138396338, 12109009.42521191, 12111150.477605611, 12140484.286893718, 12141036.135051277, 12182295.749755474, 12198347.276835067, 12216660.618212098, 12194253.345420586, 12195769.357779264, 12182088.77446044, 12214403.87634569, 12244948.216405198, 12276937.571821483, 12285395.98842965, 12353497.49964256, 12336296.528470276, 12404512.848901741, 12502666.822462214, 12568853.872260442, 12662826.747334454, 12714259.124175705, 12739915.190847347, 12836695.96307615, 12905564.653086282, 12928887.472621666, 12960309.465818897, 13019145.56397665, 13141782.946859121, 13214437.587459724, 13258498.992101813, 13337283.607039243, 13353915.858781219, 13372359.330432361, 13471969.003492622, 13493727.639798796, 13545645.924082832, 13520149.218332144, 13567500.998502033, 13609689.112630548, 13643228.90285227, 13715529.64196218, 13751779.198455185, 13810965.228841633, 13819500.761458717, 13864734.326676734, 13872767.265099272, 13924346.041609067, 13980485.59854704, 14050189.79094978, 14095815.34736263, 14163985.206645215, 14230945.208978567, 14222083.2353766, 14294430.18162171, 14350100.511176465, 14338902.287464883, 14399637.13887211, 14473993.52253168, 14527563.349241279, 14624047.546514641, 14633141.482915457, 14559403.522763072, 14620985.034343028, 14688776.685971351, 14738455.450983549, 14825352.766126096, 14858994.207442781, 14920099.794417035, 14990810.14449772, 15030093.022484321, 15060184.754723145, 15099153.191778606, 15056994.040949957, 15005303.524663385, 14966828.752458518, 14969248.703199774, 14923889.296277113, 14871670.103147753, 14871558.530050434, 14942173.268080888, 15016339.869428357, 15061686.91988887, 15121153.353864852, 15151744.122864725, 15199961.632694805, 15205976.75682193, 15297408.335612027, 15380691.125469344, 15420231.817047292, 15456983.4512699, 15488196.813211694, 15545980.80678748, 15545275.301877474, 15561590.500582324, 15565072.434084704, 15599619.920925235, 15625889.790143007, 15617294.667851213, 15656804.010379545, 15690561.179501336, 15699799.040967418, 15748939.187234191, 15769096.105391942, 15762041.129027152, 15786470.538875084, 15780735.159219293, 15807440.073845286, 15800383.46790081, 15786374.599844838, 15802810.023819758, 15883990.418034919, 15907423.97409311, 15947605.520831482, 15922320.374323528, 15916981.75509196, 15916086.40761017, 15939006.389738003, 15937078.42733675, 15906961.685261108, 15915087.659858631, 16009864.642713094, 16065295.24916512, 16117886.323172593, 16093169.849751666, 16125455.22471012, 16115182.126838285, 16168034.579654241, 16189567.196469128, 16222962.69890522, 16187391.62903814, 16229363.513154766, 16257216.289183022, 16293409.111077474, 16276008.646216746, 16244762.098159831, 16200049.280289834, 16195706.99746264, 16132741.765395837, 16084658.233295297, 15997388.708038623, 15959974.335152859, 15889882.99484984, 15780726.127335552, 15671533.468794528, 15578347.05649173, 15508561.198465506, 15413897.03983121, 15337795.42192229, 15254637.81723069, 15187288.668215396, 15166686.740247063, 15083481.010475304, 14973220.86779961, 14851685.01677303, 14776377.183668518, 14683807.548301239, 14640426.54562339, 14595759.89919853, 14651749.531059556, 14584327.197049757, 14443254.515301976, 14381584.370504517, 14339298.250627637, 14289705.653762285, 14218192.441751653, 14201437.23418499, 14238702.120589975, 14252067.238503639, 14232301.809186341, 14145800.036266387, 14211566.693058992, 14237647.82834072, 14142668.004516691, 14042105.794563001, 14131097.266100707, 14184392.34956801, 14254982.062581934, 14294584.697365537, 14158358.615442945, 14073755.272067657, 13983469.542428676, 13932699.870112643, 13969978.431818802, 13952915.798050037, 13922892.343290804, 13955939.32561332, 13862362.093013704, 13792733.02756514, 13723035.050485732, 13535209.942135492, 13383190.821738485, 13248663.29798035, 13155236.607031273]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y733", "yaxis": "y6", "legendgroup": "y733", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [875054.3162239454, 753852.4827317024, 720422.7590787964, 693170.6722162411, 785076.2049388434, 951663.2249702354, 1140466.3824557841, 1076816.4514680519, 995557.5969809217, 875054.3162239454], "type": "scatter", "x": [9076494.54963582, 9067014.398703739, 9022238.272996485, 8927013.422633553, 8869261.273341155, 8839203.779925982, 8875164.54358856, 8956833.910691615, 9014577.966699481, 9076494.54963582]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y734", "yaxis": "y6", "legendgroup": "y734", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-350722.6740643494, -388070.69091698574, -484318.4579539644, -431860.86122973904, -420675.5607095406, -428454.5943305556, -423473.23887134745, -355043.91013347753, -350722.6740643494], "type": "scatter", "x": [14394583.0750944, 14515453.205490323, 14551114.577652117, 14459926.954337008, 14367539.719730392, 14304361.53909796, 14227638.224773826, 14256979.558697283, 14394583.0750944]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y735", "yaxis": "y6", "legendgroup": "y735", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-472116.44551945914, -448662.85241567675, -395027.22375678446, -389835.34859674063, -431112.0696322401, -472116.44551945914], "type": "scatter", "x": [14111310.007653382, 14035625.915084317, 14016450.235650841, 14129226.54462571, 14154999.977190888, 14111310.007653382]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y736", "yaxis": "y6", "legendgroup": "y736", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [271410.7124766451, 203290.04209222106, 192565.0236645829, 141549.64999549664, 32308.147176243172, 44502.551155826164, -31465.570672891223, -97442.6427089026, -112370.3991526137, -33260.391582232405, 126145.93055870844, 225848.1878116212, 271410.7124766451], "type": "scatter", "x": [14237258.647204682, 14247051.498650355, 14313003.195590466, 14324386.977418477, 14319630.19607283, 14262161.461796882, 14245281.188193237, 14290664.910077894, 14259323.523890521, 14215044.944084926, 14181162.287161794, 14201585.878401645, 14237258.647204682]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y737", "yaxis": "y6", "legendgroup": "y737", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [108195.02586413789, 113620.7328161395, 203963.28363123914, 176291.77419337328, 53047.07023421813, 29166.58604029033, 53279.00835502203, 46965.70185577801, 29182.32332065998, -63903.49091949643, -173534.81827793934, -117863.25279193239, -76171.12682541047, -133127.7185993445, -115065.50012580442, -187329.88347015344, -234816.72085596382, -393490.70261247485, -435749.67522892484, -579155.0831241498, -660329.0385417244, -695965.5158327552, -652082.8817102954, -551558.715286212, -598287.4965945563, -563911.5345493295, -516459.59906368697, -443592.7138107096, -323652.43176067027, -360649.1847904016, -504125.83477579616, -680099.4397327824, -697150.353406203, -660594.77231958, -547899.649694053, -429248.05281640025, -428018.8340354598, -343758.7294633669, -263615.9712695833, -166182.65207378508, 18961.716507711895, 69660.30220699302, 161242.54996207225, 125055.65280867985, 108195.02586413789], "type": "scatter", "x": [13683604.50636862, 13811546.343014523, 13920009.207143867, 13940008.519840974, 13852114.37030145, 13768561.423731461, 13661318.675079491, 13475855.981325904, 13378674.745892433, 13362673.548974726, 13460927.581175542, 13521887.3736071, 13729895.847949274, 13720106.646543002, 13671844.788987285, 13622348.804555772, 13523304.454341859, 13623279.88087112, 13601079.052852428, 13693245.587301245, 13686858.151635583, 13624928.84223929, 13584524.199449133, 13644734.530725058, 13532744.425216937, 13507215.324356414, 13524371.051029243, 13447896.58379168, 13461031.536970254, 13385480.903856212, 13388341.768892368, 13381851.377401132, 13310137.760364706, 13264997.443903517, 13304017.93669428, 13292889.257548485, 13246166.649229443, 13215007.458246134, 13263531.41261899, 13281573.866862766, 13338950.297680475, 13362057.831169898, 13455566.168417593, 13543054.803297153, 13683604.50636862]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y738", "yaxis": "y6", "legendgroup": "y738", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1260823.4822423619, -1172097.656538414, -1149926.4741392438, -1188389.9462256036, -1226433.8961716015, -1259433.6675856272, -1260823.4822423619], "type": "scatter", "x": [13307129.662313439, 13171559.534370273, 13277567.697262606, 13331011.462377656, 13364860.628254134, 13353867.490255391, 13307129.662313439]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y739", "yaxis": "y6", "legendgroup": "y739", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1051509.7631842382, -1043412.4113037711, -999935.881775322, -1068178.7058943415, -1100151.3323354654, -1082403.3788206412, -1037549.3129724265, -1013485.4758514869, -1051509.7631842382], "type": "scatter", "x": [13448815.839478636, 13523535.41242654, 13627700.848388387, 13603836.575174475, 13433569.12370809, 13288194.7520547, 13292829.700356923, 13383512.138144925, 13448815.839478636]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y740", "yaxis": "y6", "legendgroup": "y740", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1024413.0920714966, -1015521.752775193, -1068055.7274767968, -1090436.4906471507, -1105515.583873346, -1103512.1501886833, -1033885.1723508174, -1033910.1367052095, -991155.5460651269, -1024413.0920714966], "type": "scatter", "x": [13110136.177890835, 13179601.945825381, 13201369.902522376, 13070693.20766874, 12992205.881577425, 12932855.81641114, 12978619.652470717, 13039414.796154438, 13073629.443160422, 13110136.177890835]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y741", "yaxis": "y6", "legendgroup": "y741", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-774213.173461119, -817240.7175160722, -831785.2014706087, -782246.7440576068, -842931.3755947906, -922072.939077374, -946553.1821259871, -1020922.0617207203, -1065270.5883056005, -1014426.3963868256, -1016210.1923060847, -1005529.3900527494, -982322.0092485812, -934444.5505004574, -921426.8387672647, -935881.5036406288, -883804.169747859, -831948.5146363467, -821979.7865406594, -708146.4374910848, -716575.004445407, -764531.8673867057, -774213.173461119], "type": "scatter", "x": [12047942.27907857, 12059825.525635788, 12271386.649253866, 12299768.586196894, 12500922.622013535, 12534361.992026774, 12698527.994953351, 12827155.640967492, 12695940.61722019, 12579325.90313475, 12478775.392822206, 12364773.517264603, 12263235.103816835, 12139180.961659228, 12058898.613238607, 12011459.317930315, 11813585.749703415, 11798523.999830265, 11697684.773491036, 11782064.51801784, 11916313.072481927, 12002587.41430145, 12047942.27907857]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y742", "yaxis": "y6", "legendgroup": "y742", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-129996.72615779053, -213633.1357481896, -280664.0039323779, -291591.3614946366, -367841.91058932064, -517033.4539511803, -702665.5843355499, -703995.4015846079, -603069.0409888546, -504316.95902148733, -431629.50318528456, -334014.10314470436, -244426.9031549134, -77450.01438085345, 21783.22355048406, 123990.34086601902, 216685.18609477105, 291138.51692977716, 392385.75618773734, 458320.82720911957, 587997.2588583067, 648116.4264297476, 643908.2542383164, 622359.4097593301, 506996.0799823473, 426937.1286873998, 377767.9409954122, 250188.43218008013, 248684.63637704932, 167139.58956082258, 67138.63885814148, 12517.354253926282, -85193.98595992451, -126856.95372726636, -129996.72615779053], "type": "scatter", "x": [11617633.091432877, 11635169.692508712, 11672407.99665206, 11753824.464941125, 11805600.744580135, 11771468.962441403, 11756428.105229693, 11633307.352393791, 11545810.132355515, 11408054.758982202, 11363530.106230464, 11282677.566652643, 11229739.556502022, 11147487.600819895, 11049968.052471558, 11016615.218782663, 10974194.782170735, 10872187.14269551, 10811032.052988822, 10724857.890385937, 10603062.310768088, 10590139.20948288, 10661928.911002362, 10835167.191086357, 10939163.390360963, 11028468.682820681, 11091565.182861185, 11200556.64965491, 11313728.909920938, 11408785.681138534, 11474255.443192733, 11559230.162547654, 11514293.299172426, 11577686.494760418, 11617633.091432877]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y743", "yaxis": "y6", "legendgroup": "y743", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1562070.75968445, 1653923.7672476557, 1651949.5762539504, 1608809.297969573, 1502062.2725617616, 1562070.75968445], "type": "scatter", "x": [13321442.267026868, 13249403.61764301, 13344176.18317278, 13390006.898642715, 13378543.930487094, 13321442.267026868]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y744", "yaxis": "y6", "legendgroup": "y744", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1231875.5892557313, 1266961.186569786, 1343689.3124069374, 1352300.9348875806, 1268896.2985047863, 1389803.280310951, 1271822.070193666, 1230415.886455251, 1151762.2870304158, 1114580.6652004889, 1198449.1581407124, 1231875.5892557313], "type": "scatter", "x": [13564601.370665185, 13587652.452026006, 13589026.571039079, 13648753.11654777, 13642802.111994455, 13707180.937581904, 13713746.562372504, 13679605.462982388, 13655088.057018198, 13624844.170673395, 13546163.96905668, 13564601.370665185]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y745", "yaxis": "y6", "legendgroup": "y745", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1046292.5401528468, 963988.9877953479, 894402.5883191891, 780151.541487077, 906135.0832074236, 842432.6246238147, 751501.9404463716, 692946.0200406559, 763243.9758234108, 852368.3288941238, 911688.0470903644, 969041.0015345806, 917270.4542324443, 921220.824691379, 851204.1493569425, 887008.726620338, 991542.3250876275, 1027396.7766052027, 1074961.9262772053, 1019733.4269732176, 1055072.1817430707, 1110620.5411791594, 1115400.3123178524, 1211055.085016581, 1154102.2515454113, 1091799.6919548255, 1046292.5401528468], "type": "scatter", "x": [14007713.955936305, 14028153.927909043, 14041851.477644542, 14014601.29959151, 13962319.314581439, 13916536.416283425, 13959962.88941818, 13932757.616581568, 13796421.242836908, 13757378.474542486, 13785538.57266855, 13709379.013541134, 13679814.713540288, 13627198.113431973, 13551722.3083096, 13530008.253519693, 13563025.241408411, 13629006.331597084, 13684057.355788713, 13729529.602067271, 13809846.166380718, 13821350.92057609, 13899097.504478032, 13880284.3929691, 13977504.060401542, 13994548.136386165, 14007713.955936305]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y746", "yaxis": "y6", "legendgroup": "y746", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2192361.806142786, 2226709.204000658, 2329516.9830620103, 2385481.464837982, 2423047.4943442647, 2422360.311915715, 2377437.886050222, 2323052.807441235, 2252968.790508278, 2192361.806142786], "type": "scatter", "x": [11952524.854501305, 11855472.951937933, 11829432.925963925, 11870228.216835555, 11980309.907875802, 12043079.7525063, 12078181.019757338, 12043000.49462527, 12033644.504562413, 11952524.854501305]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y747", "yaxis": "y6", "legendgroup": "y747", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2991210.688219291, 2793876.6655762866, 2692334.5667607053, 2792222.7898754072, 2881417.382961591, 3003127.4963222765, 3098786.7252050056, 3065154.6631707605, 2991210.688219291], "type": "scatter", "x": [13071814.076947536, 13069329.357413782, 13053223.887343442, 12966490.487975447, 12926785.276374381, 12951287.037867235, 13005377.78699254, 13065814.487901524, 13071814.076947536]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y748", "yaxis": "y6", "legendgroup": "y748", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4919186.515177074, 4790531.685814356, 4666851.688707028, 4567521.884719115, 4508549.464475805, 4418956.968884998, 4351443.833246601, 4329800.420381408, 4180596.7692337255, 4221867.141470959, 4311712.347935147, 4271726.331059693, 4206127.637555534, 4195156.463961282, 4114042.8147456422, 3903972.9077556357, 3848556.417037443, 3892210.9429430324, 4002717.199376558, 4033285.426261924, 4112876.3595735556, 4156697.974084266, 4236036.02164718, 4305593.621957535, 4393177.9257255215, 4444495.001027783, 4428442.457706146, 4650208.17215189, 4598546.572681236, 4730755.450158792, 4782137.071912103, 4933561.128277805, 5065617.000158388, 5144206.007187913, 5175613.228922812, 5016087.954390747, 4919186.515177074], "type": "scatter", "x": [14248726.941855995, 14237515.58467167, 14316445.48938826, 14337931.19656656, 14390930.90652247, 14389194.553374738, 14294953.533839725, 14124427.546470264, 14056203.681098001, 13964451.016384447, 13912204.31917548, 13752803.686297536, 13663796.7812862, 13547430.460528295, 13694203.966168094, 13726282.01693379, 13684027.566818181, 13612860.58843652, 13586352.754911574, 13505286.737609215, 13423990.124647515, 13500934.589941077, 13515307.865472198, 13583637.202956134, 13612836.76976871, 13790561.134050854, 13910097.615153745, 13889956.88421036, 13989099.13297098, 14059888.721411005, 14086144.475884655, 14053335.389528591, 13948441.040767005, 13937574.269590968, 14022810.467951847, 14187214.240910279, 14248726.941855995]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y749", "yaxis": "y6", "legendgroup": "y749", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5510158.268173525, 5566628.268894245, 5437233.926356732, 5390707.67867372, 5265361.52368411, 5331175.091344386, 5197192.012896991, 5185275.042576936, 5301112.182229912, 5395940.198153625, 5412369.74721573, 5576704.197138499, 5670093.524645406, 5560191.574132441, 5528296.790524483, 5510158.268173525], "type": "scatter", "x": [14101592.505125022, 14127811.089943614, 14249745.830449155, 14137042.49503897, 14141401.522963574, 13936525.35551355, 13977409.960335104, 13873956.247683518, 13778855.082401864, 13759883.759812549, 13854164.606467221, 13759470.709443651, 13716140.518300531, 13917471.269508833, 14017953.280962877, 14101592.505125022]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y750", "yaxis": "y6", "legendgroup": "y750", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4554837.291541893, 4589578.231653951, 4510800.423618379, 4363449.214653745, 4370269.157565797, 4332917.19687716, 4362294.230346302, 4496614.939470345, 4560178.031758954, 4554837.291541893], "type": "scatter", "x": [884249.6522098848, 933581.7361792455, 997841.7298005532, 989719.2309303525, 942909.7023233483, 902563.7816543166, 862712.1392394137, 853746.8182895839, 828217.4150384509, 884249.6522098848]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y751", "yaxis": "y6", "legendgroup": "y751", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4747276.297907689, 4790092.36513794, 4694694.256961522, 4608518.693812034, 4630986.405795261, 4705814.4165353095, 4747276.297907689], "type": "scatter", "x": [880219.6224219254, 943145.4889702636, 964482.7325174207, 934794.7423409565, 887915.1085722101, 861557.856080327, 880219.6224219254]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y752", "yaxis": "y6", "legendgroup": "y752", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6250567.700276756, 6194972.068426441, 6104385.589164159, 6166592.013503537, 6212715.66077689, 6250567.700276756], "type": "scatter", "x": [1141235.5372054414, 1175268.1895747925, 1126708.7945415357, 1024785.6541580139, 1008577.1794228642, 1141235.5372054414]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y753", "yaxis": "y6", "legendgroup": "y753", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6518344.27369386, 6527469.808927668, 6407236.460207978, 6422283.89077873, 6421549.61268623, 6330878.945964939, 6231245.651111782, 6223993.884429388, 6080860.309779054, 6062951.776992254, 5936114.371017545, 5892146.713083506, 5871014.83194135, 5799812.502748528, 5767132.63955429, 5709570.793284277, 5651224.500527606, 5652262.915420182, 5621806.066373389, 5643790.379938776, 5591752.5449205935, 5604591.944004056, 5562272.178710848, 5584661.264196468, 5701181.901098841, 5725038.027297809, 5744042.7747764075, 5788422.073999976, 5822653.099542108, 5882752.858925317, 5955619.151720386, 5945220.596635501, 6009823.899638445, 6080082.496498793, 6099956.967186207, 6130149.602439184, 6179796.226672775, 6210556.009843139, 6158079.121377926, 6265395.608992245, 6322334.290253493, 6437298.830368932, 6527362.229046409, 6518344.27369386], "type": "scatter", "x": [-380901.3546128378, -271591.35928176524, -371545.6598765152, -278313.193197688, -178501.33010198397, -203605.7099880441, -288106.5298372769, -192693.1345269467, -104069.07665215056, -40228.45030159937, 17432.058848458408, 44415.16818926413, 159128.4758584005, 148292.5428874545, 100069.98089581127, 138595.32186603895, 52793.577532637784, -75541.9421592662, -239287.0152657535, -283723.1795321834, -348255.46320263715, -436981.04759548785, -505823.04508498404, -556353.1431379588, -412213.4426029706, -326124.42460981134, -475462.8634604501, -501071.2983280126, -400803.79696772376, -451066.2558286732, -431060.2147891031, -291216.402260336, -276188.86225945177, -338830.78449735703, -451555.57224790496, -472798.42297807394, -437487.9302155386, -466971.84882841207, -518673.0842711204, -520180.47633547755, -564402.8586051955, -526600.934747048, -452809.69482629455, -380901.3546128378]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y754", "yaxis": "y6", "legendgroup": "y754", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7403347.594479937, 7331535.736291239, 7254802.6942613805, 7170951.267735765, 7097257.030378989, 7077823.473637842, 7095581.265405418, 7134009.867535667, 7181961.368952382, 7238994.109629183, 7258354.44868315, 7291044.62101104, 7319491.697253983, 7391007.131403481, 7405624.361548262, 7328466.837246251, 7387416.5270190155, 7354752.301168242, 7412569.390494478, 7403347.594479937], "type": "scatter", "x": [-1215194.8381164107, -1243212.9162867558, -1156316.3823303615, -1276741.0889637289, -1534103.1081510743, -1611243.7751332116, -1722251.4098857946, -1956186.6427087113, -1863323.8836467518, -2038833.4526575974, -1884594.8839953316, -1882409.7248457405, -2054689.1219611727, -1983760.269739518, -1853881.2434076264, -1736259.9224510612, -1598798.7057870629, -1497955.9607737781, -1352973.5995223925, -1215194.8381164107]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y755", "yaxis": "y6", "legendgroup": "y755", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6604497.938151494, 6500752.081109064, 6390505.599220402, 6281046.520057615, 6090098.42465368, 6113194.94330121, 5942212.529673574, 5833814.613068745, 5752813.616791697, 5815143.01461984, 5719407.7197604645, 5814588.362616607, 5927677.000400722, 6049984.9389579445, 6138228.717888327, 6289910.156247551, 6394757.325248662, 6548068.80013895, 6607926.234969267, 6655377.0513754785, 6675110.944370968, 6604497.938151494], "type": "scatter", "x": [12989441.224897634, 13121397.884021338, 13222531.428956792, 13362120.25135643, 13628731.717010763, 13466318.259310655, 13553174.537381357, 13737864.048237331, 13801111.170793947, 13676514.63229302, 13689414.88165254, 13594953.88372419, 13512950.412559243, 13398862.290155033, 13344936.409320856, 13214652.458031623, 13063779.543057892, 12928781.502807613, 12957488.49222518, 12874455.256406806, 12896358.469376823, 12989441.224897634]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y756", "yaxis": "y6", "legendgroup": "y756", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1141589.5702345443, 1023098.9634024601, 1109434.2557886397, 1186374.5185981663, 1272296.3126004725, 1395102.5809576183, 1295683.7794563936, 1226784.2546369135, 1141589.5702345443], "type": "scatter", "x": [13123937.930213725, 12989805.133438759, 13034616.64302237, 13105458.901306748, 13160872.428799754, 13201605.654542714, 13235427.686547536, 13171504.167614799, 13123937.930213725]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y757", "yaxis": "y6", "legendgroup": "y757", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2242977.6524174954, 2191653.210169429, 2105274.208045521, 2002543.3727879962, 1959876.7688420564, 1860640.8159377428, 1763787.142208263, 1751952.8057659487, 1767888.8233766237, 1703686.466306938, 1636361.6212104384, 1607740.442496899, 1550629.7649390202, 1608816.0487618393, 1672326.1736248902, 1626432.4976949992, 1698032.191105096, 1677156.0342175912, 1702718.9754782023, 1753466.36754657, 1785583.4023935592, 1812930.8819927545, 1768433.2776569633, 1837109.4602258473, 1889807.9790703752, 2006516.8065750056, 1967757.883993291, 2159020.0506374277, 2270740.780043354, 2273010.2042211546, 2240613.423679188, 2273663.5149619733, 2242977.6524174954], "type": "scatter", "x": [13346793.503053501, 13341391.152291592, 13398947.172024947, 13393008.487390645, 13337461.65148725, 13340568.435940294, 13384091.476700803, 13444689.073629621, 13490343.251293723, 13640021.964842416, 13641828.228836626, 13682874.78385961, 13681285.526063789, 13585275.3935427, 13533228.674015816, 13513076.46045979, 13430038.036550378, 13333757.95182696, 13274301.08972114, 13270521.636826657, 13298825.732652662, 13260720.204892123, 13255021.72628785, 13187506.35515002, 13160619.505116034, 13132325.827496083, 13184725.477537775, 13153843.492416348, 13162882.000070607, 13228459.922739187, 13303722.751075644, 13329307.611112595, 13346793.503053501]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y758", "yaxis": "y6", "legendgroup": "y758", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1407112.5659612725, 1465197.6461393982, 1428722.9674547124, 1430568.0387158336, 1379065.6629304683, 1325620.5556250203, 1287149.327236663, 1344212.7621578206, 1407112.5659612725], "type": "scatter", "x": [13479108.694751801, 13453031.252669517, 13525035.280748803, 13595072.64262882, 13600775.756879032, 13557378.89612729, 13492526.23983246, 13480561.28579697, 13479108.694751801]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y759", "yaxis": "y6", "legendgroup": "y759", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1508533.7388084999, 1371163.5913982799, 1401963.171876989, 1360526.333742365, 1284807.9318286518, 1255955.4273625235, 1342798.1175395998, 1348456.0515903062, 1422804.8279614768, 1414512.0590236294, 1461252.086970489, 1553774.5076029156, 1553839.6825887368, 1508533.7388084999], "type": "scatter", "x": [13845679.346640205, 13898567.696882516, 13808563.045005428, 13817163.344891278, 13855246.437942125, 13806630.770441892, 13789647.737354254, 13755515.925261686, 13726932.169918532, 13793260.843681155, 13784436.926552089, 13701646.8162074, 13807618.21902585, 13845679.346640205]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y760", "yaxis": "y6", "legendgroup": "y760", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1003634.7162977738, 999423.2960020127, 1079303.3752473604, 1091140.0417898756, 1129322.8698534197, 1226656.9585176255, 1279480.911038405, 1280865.837002313, 1304791.4057930177, 1294172.57941319, 1351296.9301664543, 1376509.7888983495, 1431263.8798383358, 1423740.919695249, 1393158.801536562, 1354714.2038349211, 1327588.9204830583, 1314908.0851228887, 1262313.696480347, 1202186.5843184346, 1135862.546450985, 1044183.7332325805, 1051223.609104696, 1134090.9560638545, 1174893.0429449957, 1261992.5713960463, 1307195.963871972, 1361493.388077516, 1397265.4240674626, 1316159.7138904245, 1313451.960263392, 1248751.2224781231, 1210750.0613510741, 1208768.5504475876, 1219389.263953964, 1167551.7845823746, 1152653.424146527, 1187798.7869939632, 1216561.4828903864, 1222182.2831354663, 1222565.6624075007, 1189710.7101810428, 1135518.377573294, 1126211.1078213705, 1069488.8562152341, 978058.8593986945, 980226.3978919843, 953080.7078045895, 910724.8143306843, 836165.247519171, 777563.1979055577, 774643.8081369229, 718861.5861220545, 679076.428657078, 655727.0959113738, 676145.2084809395, 683938.780558335, 652935.6131728935, 640304.9270658265, 613154.1071615058, 517117.20986618067, 470683.0964575997, 466468.6146312608, 413237.7799735712, 215186.4841653729, 196436.7188796296, 118346.6393277269, 25236.83151502403, -8876.346698085996, -26616.228998127495, -139899.8129572496, -65704.63166249484, -106224.43050311189, -174989.24642610305, -241004.7490969124, -303439.3927138316, -268512.87528629135, -327755.0498868143, -323115.37805603485, -415877.10853963165, -541433.7063609845, -573619.3849593274, -577892.360706702, -613188.693799792, -755930.1984243701, -823740.2450894229, -1009351.1031362698, -1082841.325963605, -1239774.1367314546, -1367104.3307641123, -1464980.2254661387, -1467354.3929901083, -1550219.6383906496, -1760659.6590188702, -1934061.1953300056, -2008231.1343162835, -2052872.8633539025, -2203243.420971836, -2351076.9578965246, -2467346.355416467, -2517085.631034528, -2584773.064522975, -2585983.1554296566, -2631443.573166822, -2682562.8094035396, -2717173.964433437, -2808768.403960296, -2921983.917721544, -3006393.089369911, -3068330.938628464, -3182501.948013467, -3237911.0435588197, -3301282.4707694156, -3501893.4921032847, -3593197.671201083, -3647435.1593945697, -3755713.9552875413, -3821739.482885404, -3893636.5029075835, -3959126.57661584, -3938453.5594980163, -3951943.8356574443, -3905889.127273033, -3911303.357576261, -3850432.095806505, -3909606.4958695904, -4002933.134357033, -4081104.4887276515, -4128568.7424142784, -4183794.406077092, -4331070.16610203, -4395856.323149246, -4425412.10659949, -4417455.931058574, -4484135.478701678, -4569264.10708898, -4625567.815935967, -4667203.296068636, -4686159.121157062, -4648285.858067365, -4679136.350627237, -4790810.205678286, -4822443.548003945, -4785025.339637649, -4842580.846802921, -4880713.77501921, -4953599.836257797, -5067455.093197614, -5128589.264937636, -5132343.206402458, -5192921.683989795, -5278398.036873054, -5357036.895972194, -5376219.219204912, -5478258.543895031, -5546036.306726486, -5680052.548490977, -5727855.562261829, -5781965.992713592, -5896961.836242774, -5959067.575964777, -5955087.591114307, -5957813.186987507, -5987267.447016681, -6031346.979788808, -6136336.018680461, -6140686.831780118, -6109144.137147262, -6036237.228793262, -5977637.0194736505], "type": "scatter", "x": [-8575896.148619298, -8518897.440577697, -8430006.490941731, -8383499.2931762235, -8379508.876656201, -8351284.795463649, -8283336.762847364, -8213521.609739317, -8202650.577725736, -8117046.923791245, -8025058.181195139, -7979746.698653088, -7921262.716725746, -7882839.3079426335, -7856643.341231019, -7881500.004899806, -7886991.5711024385, -7952977.949343581, -7921307.645126703, -7927457.363503765, -7981333.173453598, -7945882.937080885, -7897626.0581537355, -7866923.738975071, -7898228.6435717065, -7896970.287156261, -7755524.0981574, -7766229.808686038, -7724359.502969999, -7691648.834322003, -7614337.284673543, -7547627.916163215, -7546183.405473732, -7446958.262309293, -7327941.114513418, -7268253.537030187, -7184595.014805292, -7120078.983136417, -7116792.595045008, -6979322.233831199, -6846686.680505298, -6942908.680280951, -6908660.648238534, -6820678.6108141355, -6740141.934825956, -6727633.360280297, -6669723.968879544, -6627696.456516156, -6556983.669413094, -6491787.970937652, -6491174.470128148, -6449452.773467752, -6392113.05816599, -6349696.545460064, -6217358.578835429, -6204719.994458255, -6114615.205827945, -5996161.937482778, -5958820.390508896, -5877805.242981907, -5762668.678544606, -5745334.10580109, -5705630.415570147, -5681109.070087436, -5621562.507348192, -5562214.785482414, -5559768.8140507825, -5643800.205208928, -5609188.171863571, -5412401.122205279, -5407970.360037387, -5323756.185178755, -5183530.065537407, -4998256.078612893, -4943375.952202855, -4960936.860762214, -4831936.740916228, -4614691.761496764, -4448508.516197634, -4282816.8442703085, -4138712.042816352, -4052467.724764545, -3957321.201719312, -3916358.7228748584, -3875533.680694935, -3855398.5854163854, -3894156.880116243, -3948056.802874872, -4098055.657587263, -4162817.63441093, -4239726.415973132, -4267191.507385385, -4293562.427456008, -4273318.777715039, -4292435.572917676, -4298799.504253605, -4330113.849895211, -4337778.919904102, -4435729.994806729, -4443609.873344115, -4526674.74415778, -4545335.634951821, -4662849.750647366, -4828273.2949311575, -4898741.765155358, -5015719.948034839, -5131570.142617187, -5208110.844514026, -5212386.918882898, -5186034.318271098, -5189762.448427209, -5205818.491913207, -5270627.659541676, -5356044.609378461, -5433226.526289888, -5495189.023088869, -5523145.247324196, -5579836.844073212, -5610914.495424248, -5715344.937726994, -5796568.946673349, -5850127.618017889, -5956292.079722356, -6025903.585321092, -6102605.788212673, -6096977.426673443, -5944338.3560127625, -5941210.017306295, -5865819.43795325, -5858573.35340938, -5923002.479266338, -6059154.205780984, -6256955.06246857, -6371513.923200463, -6332170.679751746, -6329809.483093592, -6295410.63830123, -6344487.700207798, -6442814.605963179, -6551308.006788956, -6581343.109296542, -6533720.703117147, -6456119.547196611, -6412230.898898268, -6365009.380680402, -6445888.714165303, -6503565.401285317, -6481584.010952205, -6484925.607075532, -6577361.206191993, -6634276.677707587, -6632623.37402636, -6508073.91347503, -6407615.935876012, -6404749.557644001, -6494588.61419763, -6506243.5805283245, -6575180.4243310345, -6592715.815567962, -6514772.841688594, -6425865.999482482, -6467444.189506601, -6550567.503882509, -6583579.609820898, -6649660.887197029, -6618209.288264746, -6655902.834613913, -6775992.4493349325, -6916971.136689912, -7061326.761361382]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y761", "yaxis": "y6", "legendgroup": "y761", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [836701.8947842937, 774696.2930098926, 676686.725884781, 646445.7496258604, 540405.2086143559, 473317.85277280636, 445592.9253167587, 385028.2943429165, 312403.0051106307, 304796.45178117167, 262880.7979490964, 204791.4548997173, 196171.01955990627, 160141.54604233467, 114073.41521201633, 89232.30960728537, 41840.67126416419, -32955.71799957781, -105341.36286585497, -122908.67274128438, -228353.8230516879, -261169.6800649543, -311896.3044847438, -257851.95267424843, -308483.1434325236, -395458.02991933725, -469212.17788866995, -550804.5496680698, -661333.5910374366, -713439.3458669519, -759890.977535398, -834970.8395176742, -920097.0328450808, -972515.350772181, -1202043.5002486391, -1414088.2818273825, -1564376.0636620293, -1597904.788641718, -1692552.7301448814, -1762297.120797777, -1885020.8735711612, -1996747.2464148034, -2043673.3587291462, -2107618.1518189553, -2268632.0531045757, -2455956.203068487, -2712587.3716161577, -2950976.1363859875, -3172577.9054952883, -3313754.427294719, -3454325.4660679414, -3549389.9051887207, -3719525.291928228, -3890709.0834470433, -4075225.0079953684, -4261146.177222285, -4266386.578543486, -4394154.813938139, -4503891.3018672615, -4583221.251777376, -4794605.275552783, -4957783.169027451, -4971155.668742646, -4828658.52777388, -4856100.585299819, -5092387.860294845, -5057164.764376871, -5246163.997934317, -5349888.070272607, -5376299.509412676, -5467819.872346933, -5577899.309488889, -5768827.597484692, -5841205.068377226, -5908103.60089147, -5977637.0194736505], "type": "scatter", "x": [-8645234.8609162, -8603766.474941872, -8591183.104127022, -8616402.699683473, -8595701.341284823, -8619048.243657812, -8578936.671316484, -8623261.78638245, -8671885.098183116, -8727251.400948187, -8754187.34365697, -8750217.281681065, -8791866.741057808, -8777219.83813607, -8854195.463327417, -8915359.901595706, -8907822.815547938, -8949972.73354022, -8970098.815641044, -9008945.60819888, -8988808.836519567, -9010814.390172847, -8943105.867670609, -8901677.749577584, -8876583.18634685, -8933607.435379913, -9019967.484851157, -9051549.285114685, -8992801.552171512, -9026156.000413975, -8944520.426736759, -8853937.665239496, -8813667.400756795, -8764763.313160144, -8642413.47897714, -8513961.700417662, -8404972.795460653, -8419409.449360415, -8363026.58863918, -8269902.967782566, -8057762.954202243, -7826048.701284746, -7810366.540561689, -7692065.009769951, -7646684.920236145, -7610251.8006992275, -7601238.721469995, -7591770.551179849, -7566436.451149305, -7598390.971611328, -7553880.06113207, -7563153.170124433, -7497240.050181804, -7497489.397134545, -7519122.98521033, -7528721.043626769, -7570603.737417026, -7523089.529235851, -7459125.3999214545, -7480416.973833731, -7443932.834359752, -7417844.633958104, -7349913.429839241, -7368757.975886565, -7291741.835247218, -7259892.0692848805, -7383513.470732451, -7345686.153227337, -7398460.430264095, -7238976.593904418, -7305331.865404425, -7300801.186302604, -7205952.538072891, -7125749.754817528, -7122727.953058832, -7061326.761361382]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y762", "yaxis": "y6", "legendgroup": "y762", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-6040676.8655463625, -6060555.839151738, -6129160.985613699, -6163660.0137957595, -6110354.113898801, -6032553.577607421, -5982655.097347363, -5992992.333797394, -6043283.988276129, -6125045.097480622, -6186911.957103787, -6209445.736523494, -6266866.908587576, -6276077.717414556, -6238697.117525556, -6285050.490597342, -6323023.0658198595, -6321434.649101686, -6314794.894490089, -6284258.391665888, -6272458.467458988, -6215444.955340306, -6159820.629897432, -6040676.8655463625], "type": "scatter", "x": [-7005454.819771969, -6918593.015709016, -6755238.481985308, -6615373.853397838, -6590963.014228018, -6594672.930197955, -6529088.9898813395, -6457456.816401644, -6399966.0984617695, -6318177.832030646, -6170272.658107388, -6030322.465890922, -6047857.738783067, -6131967.363119064, -6195500.338277179, -6205983.958113227, -6268464.2524543125, -6314595.034818423, -6372355.125176898, -6453503.258987429, -6556093.145935645, -6699532.656128349, -6820775.608920154, -7005454.819771969]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y763", "yaxis": "y6", "legendgroup": "y763", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9002122.240345368, 9024637.855952304, 9028124.510681955, 8999209.940350333, 9026012.418846337, 9045261.484715903, 9023826.01625645, 9006746.531006237, 8990392.798647389, 8980793.754498852, 8962783.53820966, 8943052.303896228, 8967201.292961217, 9001950.319652857, 9002122.240345368], "type": "scatter", "x": [3067222.1183219603, 3189259.9041503374, 3291251.529251368, 3321093.1896492727, 3345664.050882728, 3399188.3889370686, 3512895.8629350103, 3496311.316499862, 3413354.4581807456, 3356760.736624261, 3357002.298232254, 3286730.4217991494, 3199100.42269791, 3220027.0460483544, 3067222.1183219603]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y764", "yaxis": "y6", "legendgroup": "y764", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8273141.2792204935, 8374441.405997483, 8423143.456054833, 8485708.601846943, 8563107.504679188, 8591544.15038911, 8635668.919562483, 8654602.537666483, 8614291.336434826, 8579217.192572787, 8516541.421141926, 8457192.439569496, 8346192.218370376, 8236288.705186999, 8127405.0675630905, 8037190.66777893, 7952749.700703907, 7941513.73338147, 7946949.145581257, 7994901.505504892, 8019735.418785404, 8078560.917299958, 8104532.629247336, 8164098.327164436, 8262006.221990399, 8273141.2792204935], "type": "scatter", "x": [4072106.644634915, 4199316.751200185, 4151750.4622375905, 4282889.557987523, 4480030.6182066575, 4706359.088763994, 4801624.64306584, 4930220.580346763, 5010087.318398047, 4985796.04194425, 4766706.159235125, 4577343.327297705, 4410198.384542833, 4358622.368621268, 4296038.572762619, 4359103.7044486385, 4554706.480863492, 4513567.307048257, 4250706.152742863, 4206025.490829, 4051000.3042913033, 4011185.72441261, 4078392.160049819, 4046034.975617037, 4148316.443153085, 4072106.644634915]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y765", "yaxis": "y6", "legendgroup": "y765", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8923894.77481969, 8863094.09966768, 8847686.554640891, 8864040.44834088, 8894469.158652628, 8895514.969372813, 8945810.10416085, 8978593.746131206, 8952910.98146492, 8986766.937263008, 8961028.486056037, 8923894.77481969], "type": "scatter", "x": [1896620.4357965807, 1811254.0899198917, 1612327.4188233549, 1402071.5267223143, 1382991.7685377684, 1282982.0739020198, 1197239.5939279543, 1402750.5479703667, 1508669.0145002475, 1569695.9915193606, 1750348.2996582012, 1896620.4357965807]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y766", "yaxis": "y6", "legendgroup": "y766", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8677947.066791395, 8630687.358750533, 8654985.418121263, 8684127.266315714, 8719091.320413914, 8742915.436787574, 8701663.670817396, 8677947.066791395], "type": "scatter", "x": [1776511.2553033507, 1627042.001010167, 1494030.1168546733, 1537232.5288485915, 1486115.312832076, 1628400.0488927984, 1666908.0030899157, 1776511.2553033507]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y767", "yaxis": "y6", "legendgroup": "y767", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8873089.922399329, 8911233.876319638, 8915862.357585102, 8877847.330610309, 8797389.954493534, 8751971.855939606, 8669941.880021162, 8648406.974998092, 8556103.748453856, 8550999.063555304, 8617531.977891147, 8657499.297580933, 8688871.82037874, 8781883.297580425, 8868668.950196536, 8909520.993725931, 8870866.949988414, 8873089.922399329], "type": "scatter", "x": [1055946.1792707243, 1075921.045406493, 1176867.4768620913, 1271895.7768282508, 1520330.699765527, 1351934.5734023526, 1328528.5861210916, 1269383.343959846, 1251447.4664923497, 1164151.1435752583, 997280.3318030778, 1056884.274977413, 944500.2582526655, 793612.8044708227, 728762.1505993034, 913111.435830461, 956929.3446255897, 1055946.1792707243]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y768", "yaxis": "y6", "legendgroup": "y768", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [836701.8947842937, 870409.6537075208, 933136.4877364876, 963827.6175665316, 972023.4773712627, 1010494.7881246622, 1043249.582248217, 1036352.0962253832, 996233.1020278, 967520.7280626396, 963699.2241533855, 939645.0484587053, 876175.4930805197, 861605.3595090478, 844538.2459513502, 839042.3435992758, 908601.5048412338, 888979.0238542056, 896127.1536901948, 943101.2440751094, 951258.8338018684, 965142.56176674, 965288.4611812269, 965435.1056518767, 940207.8440248274, 957933.9513628728, 984366.8762842136, 1009048.0199849972, 1029135.5139059977, 1054911.7302594846, 1083138.920859851, 1106536.3787969432, 1121920.9504596225, 1156110.9455502287, 1177299.1058003583, 1143308.3672302002, 1115700.6262408795, 1148376.1308605948, 1160339.8972696322, 1184051.1091142849, 1219578.5124215216, 1256146.3810661451, 1264577.2723389873, 1273014.1121649577, 1295211.7747721972, 1332504.626070745, 1380349.6577477434, 1420077.1002176125, 1457508.2738918387, 1511171.849488035, 1529042.3364828245, 1511153.5856125539, 1519273.097927382, 1556139.9623613372, 1561503.5900571358, 1566866.5223112134, 1539550.9215435165, 1542372.127400779, 1554256.740935864, 1578310.6221720665, 1586658.5993916704, 1612371.6842820623, 1633845.9730117326, 1637235.1401178546, 1661461.5714664422, 1711047.736869202, 1840084.682948022, 1879493.2640144334, 1912171.548407964, 1905007.1656540479, 1862661.5139168939, 1852277.2516485045, 1885151.2053702984, 1909543.1228636513, 1966248.0718306734, 1984865.460866026, 2043106.8315719722, 2102215.667753038, 2134652.928643065, 2143428.5603221566, 2184193.1027844823, 2239756.7709556366, 2310803.828276203, 2387569.3219268336, 2446406.9895830406, 2456827.674291629, 2491113.7930105054, 2521116.0138174235, 2562194.2466409574, 2616813.730327486, 2664434.6488249768, 2725689.681517775, 2847333.1058474435, 2944393.5171083454, 3020598.715280282, 3072983.7194297765, 3102863.827803298, 3175589.1517304103, 3205695.134603809, 3266255.800882139, 3350345.588572871, 3362692.6319492604, 3428198.212001034, 3488395.8761174693, 3525718.027192511, 3618095.1671074876, 3710836.834013642, 3756260.107206458, 3807323.3783457433, 3804066.14439317, 3839998.26571798, 3792773.8630377, 3734881.403119271, 3645134.4968178896, 3594235.710592604, 3508318.3011898478, 3479442.0479571274, 3470148.3288158635, 3428596.4222899647, 3429325.1441353126, 3351543.589669567, 3319721.8331026067, 3276503.960217058, 3212819.7288733413, 3100433.209848915, 3046858.6087143086, 2989729.369152644, 2926589.977282798, 2920516.9419302996, 2864601.7392406133, 2809821.241605016, 2788570.2827712535, 2746505.3541524583, 2747817.203238598, 2821497.5128541836, 2892376.6892704293, 2953319.903475132, 2985987.8761363807, 3073198.054876973, 3138567.757931725, 3177845.6572995875, 3234473.4680153145, 3219768.8059643004, 3252136.462877527, 3284156.7898885906, 3356531.31530373, 3365159.380137595, 3356240.143961483, 3398845.5269217966, 3452395.7383761974, 3541486.102768343, 3577682.4918088918, 3654089.5698091383, 3734217.5635995725, 3831937.7526992597, 3941188.581430594, 4002815.045366323, 4074992.233722102, 4092108.3472930305, 4126796.845236156, 4136327.115798711, 4170686.945961469, 4188423.559395434, 4209247.514963977, 4275037.128417472, 4400514.107911143, 4570530.738710834, 4597587.709467759, 4639663.852862966, 4743917.526484246, 4840719.685290436, 4908758.275330809, 5004117.164663335, 5104491.2228459865, 5196180.200172507, 5302580.13160599, 5406665.465173759, 5510409.61152931, 5665955.415892131, 5766362.944026659, 5821694.4147493215, 5842990.826591333, 5792776.343289999, 5680724.958424302, 5709004.399266677, 5803879.501098443, 5899889.268162747, 5901234.664411659, 6028084.788578707, 6082742.9597541625, 6144366.16060969, 6248686.571557865, 6316382.539322721, 6374741.794245927, 6466179.091374612, 6557083.434567564, 6614321.287083529, 6660542.638452521, 6703211.43384947, 6801428.73254308, 6900837.5435690405, 7008003.068243832, 7023247.729900987, 7039709.364708936, 7081037.8056816915, 7210568.348828672, 7239311.287150362, 7292909.581526877, 7296451.580663886, 7362991.131082911, 7418683.705467573, 7406874.354423874, 7331994.030075359, 7330480.591111637, 7319595.1962807095, 7292552.214450475, 7281005.677845841, 7344436.140169503, 7442637.404623862, 7464524.5303916, 7493184.732728639, 7447465.700654693, 7384668.327511296, 7324389.0224263575, 7265904.843845346, 7199410.589686053, 7165977.687390511, 7143923.293492739, 7099257.412514823, 7060586.625247704, 7013551.84016283, 6980241.113727517, 6996101.166284078, 6976388.33425945, 6950985.2192225065, 6924210.992385294, 6913000.147125431, 6933043.002747302, 6970960.677922686, 6993112.645405434, 7039969.47244298, 7038343.820190311, 7076894.639430515, 7125838.3448529085, 7144788.307801117, 7174486.082324729, 7252969.085163917, 7309852.404827088, 7290003.708504708, 7311450.248953062, 7278945.28336925, 7339065.255041112, 7304325.495123746, 7360473.9925146885, 7329309.186083418, 7336005.343613627, 7398965.691739154, 7435065.690920968, 7478687.031293473, 7472835.822754035, 7530109.62586486, 7561977.470714594, 7619588.948622352, 7670808.873385128, 7724450.177009353, 7771730.981132367, 7819101.947346179, 7818180.466542467, 7795382.992871256, 7835295.0391857065, 7819576.166760603, 7842950.059063728, 7889962.315642495, 7913094.4199681785, 7943927.058423204, 7948654.774073487, 7937494.201830231, 7918787.393184177, 7948063.4517919775, 7950954.277691346, 7988703.103600846, 8031676.147756836, 8099677.373641575, 8125947.189772949, 8151425.340534556, 8143827.8962461455, 8097340.158217163, 8081473.599607298, 8148333.84054351, 8195715.650071754, 8249258.944196389, 8297684.681830287, 8339186.810247296, 8382496.384027941, 8370164.440728427, 8401442.97157615, 8444176.907204814, 8479321.181648085, 8481985.236103995, 8507732.998310085, 8494500.782328537, 8531737.771588486, 8501097.419235673, 8453780.74247361, 8468453.420316825, 8450235.503058877, 8429130.485647548, 8401663.445686206, 8403526.050947646, 8357904.054245838, 8334753.403367525, 8316602.464816347, 8322634.36818703, 8282565.314234088, 8261105.603283773, 8224123.60252277, 8165361.674736395, 8148773.831068861, 8184020.7910501575, 8206632.719005906, 8184333.56070741, 8218026.55675555, 8232114.155100866, 8186179.3125624, 8204735.631506155, 8250422.447968624, 8235369.584728758, 8134321.384027574, 8194360.349028497, 8116727.175478912, 8125607.510522419, 8152878.9264742695, 8139524.72506742, 8087271.024183621, 8035320.758111545, 8009457.211847414, 8010229.448400253, 7949581.908089523, 7906494.560170459, 7873100.139082523, 7869283.427254883, 7882620.108929029, 7813416.855059998, 7860347.416066486, 7910717.094216637, 7942893.847896054, 7940902.446576742, 7946959.030821974, 7917453.645917891, 7854717.408751267, 7857022.840594012, 7799726.227912574, 7808280.773024048, 7798074.131868778, 7864765.81339959, 7878756.702678574, 7834880.572570368, 7734034.253058292, 7815879.619642634, 7808999.51560424, 7913808.392262363, 7984390.431589409, 8032718.6473489525, 8148668.174684888, 8219394.449268117, 8196660.000566852, 8145668.196024929, 8020267.67426111, 7972189.579533043, 7942072.773010019, 7832929.537134957, 7910507.529959449, 7836219.668160281, 7758010.8891286105, 7680936.279443177, 7753961.349365059, 7843465.924164584, 7960838.353708824, 7946591.6685245, 7924623.142710227, 7865711.9407030195, 7811984.032689584, 7757614.499671901, 7696756.610298418, 7644662.777476982, 7577549.819347062, 7567153.054910206, 7604483.931933176, 7551554.06120402, 7464743.363043707, 7418688.944758038, 7350857.6900181705, 7350832.832750711, 7308926.242872086, 7238516.521180744, 7230960.030022615, 7149117.349347259, 7031956.335327278, 6947699.42299472, 6820354.183944123, 6793775.223275685, 6687929.175033703, 6601404.794037071, 6615616.02361982, 6557655.769495235, 6510199.915153863, 6453971.991708594, 6416886.170612797, 6364615.105957136, 6349918.973596131, 6333814.896317343, 6238071.451536427, 6124295.633594385, 5995569.667564532, 5882087.881243595, 5914984.634781612, 6027604.460016778, 6206516.630568148, 6268530.649480925, 6313296.537508214, 6386152.908534266, 6461136.874885914, 6535745.863542925, 6633023.21102046, 6721875.1648973925, 6832368.762154872, 6934195.015976007, 7107516.667269834, 7129801.102538465, 7092458.571474913, 7077376.373374401, 7102786.963099887, 7061646.464642662, 6992718.945244679, 6948665.632891573, 6933131.430429932, 6840414.587754389, 6699191.028960449, 6678240.432525759, 6610072.259549031, 6666067.982344204, 6784724.83530281, 6833735.3876086995, 6731972.745000499, 6585761.732204661, 6448518.332435884, 6380096.810729073, 6312631.142858646, 6245880.062365812, 6211672.993564728, 6173993.70380224, 6078344.128014116, 6060998.794637426, 6017637.854380833, 5891959.761108885, 5852284.418381449, 5815385.1755158175, 5781094.004586126, 5693442.890695134, 5681126.314543931, 5712360.932391608, 5718713.064026572, 5714871.121251019, 5637654.496387376, 5592881.079366706, 5449903.274121317, 5350638.269942789, 5365748.9420195, 5507152.543688787, 5592592.695101735, 5598168.872221345, 5539939.208905493, 5468029.466414869, 5345818.936024054, 5259848.700469005, 5199106.550333024, 5209692.308602708, 5332539.461631421, 5250888.4968764065, 5208070.469645908, 5138568.795642197, 5079169.559896016, 5037072.037013487, 4959863.342792655, 4970843.3238148345, 5066367.140456229, 5153240.050448553, 5155308.625010867, 5145677.690840921, 5108116.907237049, 5057473.9015519535, 5022399.016900576, 4993016.487115774, 4927981.099272605, 4903212.404146292, 4843304.80734295, 4782118.824714163, 4777736.239011631, 4819400.589104124, 4793155.8892394565, 4761153.75343757, 4745331.5158356745, 4749344.954071143, 4732386.6743334895, 4728416.394172126, 4725071.987729585, 4695507.282328998, 4711163.377134581, 4688570.272717992, 4659949.178767195, 4662204.087292803, 4676007.336309499, 4645753.816332098, 4639399.530182637, 4558718.573181423, 4474106.619242376, 4503583.426354278, 4510355.446055776, 4540053.98214845, 4478039.588266787, 4456846.180495216, 4413821.94857679, 4370852.622201225, 4282100.528564569, 4286968.541907995, 4363250.204262472, 4408723.207040138, 4503691.448393474, 4455273.451781885, 4382245.239430275, 4402680.376451197, 4363318.639922994, 4254781.125015566, 4245810.989762429, 4205995.521968962, 4091418.322230002, 4009074.698536511, 3979022.335122705, 3914404.80009538, 3908920.992091617, 3868754.5287051145, 3830858.463847503, 3760534.7119877157, 3707998.9284657207, 3641659.573240263, 3560567.56288913, 3480082.3068245538, 3380507.2772732233, 3297550.8473197296, 3247799.37084999, 3112721.1179230204, 3035165.48557052, 2990481.5717145894, 2920855.809401034, 2907207.5279764533, 2922688.952667092, 2973794.434589152, 3001520.500022004, 3102449.2650343743, 3192253.36207765, 3237888.3616463775, 3313718.639833108, 3378091.300500304, 3477303.9554357002, 3496422.906468156, 3447803.250884207, 3454234.4143517665, 3509899.9570182757, 3540853.264786295, 3530709.7111795186, 3546981.205420112, 3542035.592183418, 3525626.3838991164, 3494124.0732358154, 3447205.726165712, 3423485.434617212, 3408990.045432931, 3427538.8881147825, 3407011.561252943, 3413480.4936855086, 3477817.9573419993, 3466894.1275529913, 3496798.243585289, 3491243.5159260556, 3467590.92689449, 3385007.8850898333, 3338836.750410099, 3285310.4600765244, 3233620.693556143, 3152884.863644273, 3096461.496256879, 3055875.719587879, 2954452.0008816076, 2870628.971868729, 2713477.39694662, 2656384.3257945348, 2591605.9350258475, 2533178.919426599, 2441249.8892680323, 2351538.1738468087, 2283686.6357098105, 2224589.521741115, 2190344.8348700036, 2140024.0368136624, 2170431.349254803, 2180185.324468267, 2199203.6523107286, 2217563.35118209, 2263553.2062117215, 2331075.7684898595, 2428988.874172622, 2462615.300929383, 2491164.577170923, 2515070.2860223893, 2508417.072910682, 2516509.5562816337, 2491159.218452494, 2435232.4743380453, 2367539.073043982, 2297270.1963240984, 2276488.635660283, 2226514.349733288, 2136184.777965323, 2166783.6418390665, 2165376.39014499, 2148249.897734234, 2147231.126789889, 2115541.046908211, 2065468.1493782396, 2047201.8399110376, 2005689.2128942315, 1994374.3791156278, 1935643.0127042204, 1905103.3396217525, 1901799.546674955, 1861762.6096404775, 1839891.9745278151, 1857113.7293627022, 1840568.476735563, 1836756.2333235717, 1856804.8333883854, 1857847.7549669854, 1848128.655998182, 1853584.8526637887, 1842046.5372929773, 1844095.0494382116, 1856294.699600972, 1869086.8099706522, 1862369.7987409395, 1853948.9544629026, 1856116.9388609403, 1865792.7081559706, 1848686.3673326657, 1845786.5331451907, 1823414.246375794, 1796758.5291154713, 1778223.3912325096, 1745737.4174585466, 1734753.2871516608, 1708905.6089826422, 1666180.527489953, 1627007.2463719395, 1580408.049252938, 1529210.3966824522, 1499133.2591329091, 1446715.7040455376, 1435534.735670218, 1385905.6255630092, 1355059.771966072, 1325603.0993939533, 1294066.2194851195, 1274715.7442361156, 1256720.8642705826, 1211109.694093821, 1163750.9437823035, 1113492.6937175153], "type": "scatter", "x": [-8645234.8609162, -8680218.614059914, -8700002.987812325, -8670544.355746074, -8698086.845074661, -8716089.051221874, -8768929.872547708, -8817946.94522266, -8843344.146984752, -8890165.95981356, -8914631.716714527, -8927161.979802499, -8878391.448141431, -8909602.413243456, -8926692.734389605, -8978675.950394774, -8993468.998845486, -9009200.341674145, -9045333.228279464, -9064554.240114713, -9109481.640879307, -9137281.770883715, -9161069.741257755, -9184860.496953646, -9190074.568088952, -9201559.036932798, -9259826.413104743, -9280493.455136083, -9266186.663820155, -9268195.388101231, -9296649.320756279, -9338315.367466366, -9375150.531373825, -9379463.954726145, -9406624.714185372, -9402517.282901375, -9427003.59142865, -9449488.333621193, -9484009.691170022, -9497000.292099332, -9493072.636280034, -9474932.740035446, -9489735.915170278, -9504530.384574905, -9476979.856364848, -9511447.599605558, -9558064.794534463, -9578047.656130688, -9620380.462430153, -9669404.578405658, -9655011.806468885, -9638941.609210053, -9629617.914558103, -9644209.284263069, -9660295.00806953, -9676376.351819055, -9691975.489794746, -9755514.748188974, -9793742.245188372, -9836318.431628412, -9896511.88904044, -9924391.856988598, -9978092.213480093, -10046364.359746762, -10093453.326253878, -10145767.392097542, -10251071.768018031, -10301534.311449349, -10385909.381548338, -10448393.859019827, -10543462.128181122, -10600506.924983213, -10672712.883220114, -10750930.90370663, -10843751.019923856, -10922685.933145987, -11036189.237395821, -11116637.5530764, -11137963.17186094, -11197453.331893034, -11301124.951243186, -11335156.812069375, -11437217.30160979, -11474716.438382203, -11487109.793082653, -11448375.221910106, -11451482.323830327, -11419330.215138556, -11408850.264834723, -11431951.838742446, -11429696.319629861, -11450150.007547908, -11512604.201753242, -11593534.310997931, -11623482.678327106, -11699855.41733321, -11710388.4952015, -11671245.192424538, -11716204.575275362, -11759588.992716307, -11758032.042292671, -11811160.726760102, -11850256.622963412, -11878664.713889156, -11869782.65058915, -11892581.214016879, -11894586.495124822, -11875248.948248332, -11931141.23720088, -11967592.491739603, -12013081.44396722, -12049105.251639904, -12054793.668275911, -12079558.22034214, -12062682.859896053, -12015948.585822381, -12008957.866289802, -11996154.342650618, -11997012.110462336, -11977838.13435861, -11983736.582480444, -11962282.678202052, -11954192.293904908, -11908129.237836333, -11908646.23843586, -11893440.101734728, -11880963.160092805, -11893836.791078202, -11843657.697395928, -11816569.809515227, -11792862.590118451, -11801389.229126256, -11858458.22193061, -11877265.474637644, -11885285.839892935, -11935592.263640309, -11995296.206406774, -12040493.429014562, -12009987.448621651, -12005512.073491663, -12043858.953738488, -12098699.728018796, -12117746.16098559, -12133853.070302568, -12188873.00195999, -12226584.728898324, -12215761.512380052, -12174987.965600051, -12120375.121736905, -12097205.537967285, -12146226.489457546, -12194815.549973788, -12204444.678304063, -12211967.08009025, -12220989.234029261, -12217673.661534192, -12208656.857126584, -12244511.94075325, -12285527.25688456, -12281197.28711827, -12335316.846406497, -12356720.196039945, -12445103.758740066, -12461806.346626474, -12442965.663092798, -12481601.459881663, -12479750.598054862, -12461771.937284984, -12484441.820261084, -12506402.498442678, -12465886.818682991, -12480706.510733059, -12402412.182733566, -12345467.142946878, -12320878.494046908, -12214742.237307688, -12135474.114701224, -12054934.202149296, -11966807.27852671, -11927147.197982969, -11915841.841448609, -11888738.48622088, -11784585.824059507, -11810939.317746732, -11767340.38780735, -11716633.497426005, -11680883.00793955, -11692846.026733676, -11785011.631237114, -11811657.560732199, -11936278.294415489, -11905675.783101868, -11836968.935224516, -11908778.97104723, -11847572.819776945, -11881060.092541391, -11832193.439786283, -11841349.194237774, -11883525.28536811, -11818025.978203854, -11840302.413123028, -11783576.500836363, -11854653.946250275, -11980861.661114464, -12043466.13006799, -12090520.508461805, -12144135.646966763, -12239429.966602508, -12357775.128207864, -12454728.50427878, -12493577.833219085, -12605028.803971618, -12675512.185259579, -12726146.626228957, -12841369.262363406, -12951429.524714941, -13063610.512306536, -13000409.77905616, -12841292.22386398, -12721319.087272843, -12709999.233390344, -12877995.240701633, -13015121.369877445, -13216121.539170653, -13221530.004955107, -13385163.984756133, -13521343.770237995, -13637649.529538395, -13712745.242239596, -13899835.33681332, -13983691.887337474, -14129445.539033022, -14173709.135707185, -14282324.439302431, -14405303.66434034, -14513266.619359834, -14684715.889372006, -14675416.420081513, -14529652.00891226, -14413507.062082807, -14260128.625386124, -14148872.810918972, -14058099.89898906, -13873882.391980035, -13830977.391816413, -13728683.882744862, -13618016.768540282, -13502719.016843699, -13630085.407370698, -13632234.517592672, -13720984.30001351, -13704030.892568775, -13771781.752209006, -13734161.36622621, -13862847.307490991, -13909076.428792724, -13835700.176221514, -13772710.493501522, -13772236.646254929, -13894742.868230933, -13892161.064372338, -13908817.470709123, -13829727.531593187, -13825143.027371619, -13715516.30393966, -13577596.126643106, -13478739.797951516, -13410828.501953987, -13384765.31383871, -13258729.528053464, -13219207.180790067, -13121004.38572577, -13069483.53272457, -13083406.533036992, -12976062.830290137, -13020902.470985064, -13126765.121813277, -13179970.962445086, -13203468.684705555, -13318619.884179424, -13385235.828305902, -13354708.30976806, -13354521.410691762, -13196140.850903213, -12971348.277469931, -12915237.736813141, -12998371.28948595, -12847184.499254774, -12812222.936772048, -12839641.464142816, -12812931.346561879, -12812905.466466649, -12856175.4975462, -12738807.089798499, -12616444.602943884, -12463487.442260114, -12373671.109560981, -12233958.206668172, -12152419.763459178, -11960252.137066744, -11909593.392076505, -11727913.057874702, -11658949.469380125, -11677332.194650153, -11619138.242764425, -11514564.701345474, -11552055.903535202, -11473163.440987045, -11389580.823449442, -11290699.722167263, -11171615.793562056, -11136462.400410503, -11021905.018558899, -10957459.012021976, -10900367.441300577, -10801299.114442183, -10752840.721870843, -10690315.571408626, -10573692.509429846, -10447082.386924941, -10356649.205417063, -10193804.507787839, -10045465.326881396, -10048039.887517467, -9965407.243783949, -9890816.401008405, -9854652.197615927, -9842411.859170938, -9664046.850661105, -9745355.278584372, -9636218.200631462, -9574087.785255402, -9492659.99133355, -9429515.782059476, -9298409.839190638, -9215046.035547236, -9134865.965721928, -9089164.568624824, -9248998.051885545, -9135164.474359946, -8917413.013028484, -8834344.402101932, -8814457.653361108, -8679637.974171156, -8713943.51314636, -8629608.556105021, -8532650.26342179, -8461799.235354235, -8424610.259613385, -8401886.337720338, -8308309.367325818, -8215595.306454068, -8080339.556846662, -7969474.346998657, -7920304.808966257, -7835482.0370842945, -7747187.465071896, -7833363.186714616, -7711821.546862539, -7651737.85225833, -7525976.011786823, -7551229.870138436, -7601915.256445072, -7490231.281175657, -7332310.111835097, -7249857.22421341, -7215978.170893918, -7216914.459649073, -7328874.01885944, -7204416.287283414, -7294053.965345625, -7122739.744752614, -7085035.957174951, -7170565.272424631, -7149888.307320384, -7008450.917142858, -6880573.559559419, -6785139.896054063, -6682090.698293476, -6579933.371287703, -6515284.4197177915, -6549468.629368805, -6649546.6984858615, -6635041.4639482265, -6682213.5066090375, -6892416.838767886, -7016106.539160608, -7075431.223363682, -7138948.327976074, -7282959.581612816, -7340825.203759841, -7488327.543897747, -7610846.571321414, -7709075.743528497, -7765667.100361919, -7871822.617956359, -8037485.511778267, -8216802.246244473, -8310861.794235072, -8404341.742100986, -8290438.449678009, -8320021.442080562, -8333527.0896479, -8197021.449492724, -8063637.431658255, -8000911.4443395175, -7968587.647392284, -7874748.386953646, -7806622.193442686, -7661972.496940758, -7570021.896229802, -7636532.675693505, -7667008.253864671, -7663992.165591853, -7577951.041711515, -7488925.070635595, -7383487.495577741, -7343826.24684254, -7377778.413742847, -7206063.900366958, -7063932.200440014, -6974316.589835481, -6942847.345613703, -6952601.890722544, -7013272.834829738, -6845428.653828478, -6825872.473478849, -6752707.824015895, -6678692.690958254, -6551507.988913251, -6470550.679231983, -6383813.087971339, -6325803.7089492, -6255832.7751222, -6252831.027779819, -6103737.566837413, -6154119.261957179, -6195238.44243306, -6123310.786669948, -6090533.573710131, -5933445.108006344, -5791831.94468491, -5709736.366772125, -5687625.9139236985, -5635616.05278995, -5593375.617977097, -5658587.480362559, -5563384.299497644, -5506390.703455315, -5371342.813589051, -5325565.68434384, -5323150.891557587, -5256228.663875216, -5233558.753865078, -5269472.79154341, -5351780.019076068, -5432615.485168019, -5601679.804815859, -5752612.891355155, -5919479.726921423, -6113755.725763401, -6255523.490437397, -6356477.37463087, -6466706.925232694, -6607125.62808302, -6802158.777375335, -6952514.675765164, -6863507.450508175, -6653383.33609468, -6417679.294284207, -6270875.514547008, -6206220.189404515, -6323726.585292246, -6335668.487277831, -6332933.624647236, -6224930.853904344, -6058311.457195844, -5920320.333769523, -5939528.495271357, -5889241.424210623, -6033122.751573407, -6271566.439998045, -6383654.8745133355, -6519803.312272266, -6592198.420805079, -6564804.179468759, -6363810.52643914, -6521654.698785754, -6635043.029240949, -6630663.275250098, -6753980.466475544, -6868302.195268797, -6983797.007324769, -7059031.883097088, -7084453.513695204, -7105683.308759722, -7092735.424652747, -7052299.411068028, -7049206.7509154985, -7027592.765230634, -7046089.2693566065, -7119422.108019989, -7166651.293160864, -7246385.358161112, -7292321.598568636, -7352257.88489288, -7446567.777524711, -7292602.851903408, -7270036.223502544, -7421423.209038377, -7485307.22823441, -7477675.685654988, -7518691.090392961, -7490925.0455939695, -7539482.069775164, -7641251.780830231, -7639299.396234417, -7659524.66935237, -7683238.641845441, -7682317.518014919, -7663780.486548341, -7676009.54129285, -7722559.116760264, -7808307.362050711, -7816173.263746438, -7760367.048226938, -7798263.004950929, -7779195.79643457, -7814868.399715514, -7816685.880112991, -7877894.111605906, -7819898.996199729, -7849642.688543351, -7822801.803645683, -7824285.721546107, -7844061.473634548, -7934256.328215366, -8050787.721309555, -8138160.225748994, -8191935.997656048, -8256522.1924691945, -8282382.625312616, -8417617.368150225, -8491744.200184194, -8559950.25077664, -8598493.142781965, -8601347.758360771, -8591785.665171245, -8565324.661710447, -8576918.034964887, -8558326.83929582, -8579372.801349804, -8594018.05710324, -8636083.56754566, -8671206.092695031, -8720785.324384468, -8726459.002705272, -8761036.51780991, -8794524.700187825, -8822689.229104774, -8827452.925942063, -8786479.372406159, -8799680.498250036, -8856031.745390305, -8892186.904319856, -9012464.537046175, -9029696.375802103, -9065680.980517775, -9123286.88856772, -9245841.17226514, -9335050.942094928, -9417217.29837101, -9465807.951061342, -9455941.498576788, -9471212.16962427, -9455433.024495376, -9479786.31233668, -9513926.324638179, -9559664.252477987, -9634914.647089833, -9695380.244012257, -9791161.454196546, -9859321.19148293, -9926965.113302538, -10023444.863284761, -10145108.12557111, -10264694.759877253, -10338753.217524152, -10378414.060625639, -10402593.496077254, -10413013.941376192, -10403781.987901293, -10472682.036387168, -10513320.816427428, -10560360.006938286, -10584446.302369032, -10580784.230984095, -10560407.813276133, -10558909.363444004, -10505525.924077172, -10493806.505702311, -10462687.322024066, -10353214.379016213, -10317356.358182315, -10215886.814447988, -10130754.582279561, -10045453.019170897, -9973328.27464613, -9895380.14072525, -9856623.028247332, -9828501.526036462, -9802936.869665576, -9723535.704381922, -9603819.128600728, -9509009.964139478, -9441527.474011295, -9420510.137144852, -9435111.264170604, -9506497.55719694, -9545459.394734398, -9529142.532945324, -9554442.290823516, -9597520.560385063, -9619975.848607793, -9643103.033201404, -9645658.797118023, -9625113.060847538, -9632334.792382957, -9658420.715747986, -9651844.376892533, -9670046.932611927, -9664937.555107255, -9686870.338492615, -9713113.312880859, -9733441.272690168, -9761249.76474504, -9728683.06993423, -9716664.096027097, -9683034.257377652, -9676030.265558943, -9648990.12446834, -9617409.209318513, -9608646.176569011, -9590804.53605989, -9541451.89518557, -9490375.978734775, -9453276.676995547, -9438541.373053104, -9404523.25594941, -9379451.46454873, -9350413.068287637, -9327202.148192033, -9279476.817898644, -9262451.545228038, -9232050.329760244, -9203945.104491321, -9166479.306758896, -9141851.446550442, -9152752.407818783, -9161707.598650955, -9155900.61479985, -9186130.628481647, -9203592.987916127, -9213165.765939977, -9210674.409865623, -9213707.513470318, -9231791.792985987, -9247401.01385592, -9242990.50892221, -9268587.667518329, -9266560.239050752, -9251475.117876498, -9245932.180347105, -9229391.671019426, -9190796.856617087, -9143059.51626405]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y769", "yaxis": "y6", "legendgroup": "y769", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1113492.6937175153, 1071336.1347117545, 1046723.4302857198, 1041031.5011309955, 1050375.5472523514, 1021504.956485851, 1029342.898596484, 1058179.0342013773, 1080874.6715071704, 1115125.2929316987, 1107665.6614855563, 1096311.1652128247, 1091710.2551530283, 1071201.2173945326, 1036012.3804353679, 1003634.7162977738], "type": "scatter", "x": [-9143059.51626405, -9106684.989565777, -9110880.031430412, -9067087.633794786, -9055903.721775364, -9027627.91019842, -8972497.268961122, -8923156.100076003, -8854099.93744337, -8813584.668802042, -8753012.312261937, -8758031.255765729, -8696610.837533752, -8648868.794670662, -8615292.243266424, -8575896.148619298]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y770", "yaxis": "y6", "legendgroup": "y770", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2267044.322285685, 2286333.6540211746, 2288196.761356075, 2284156.786136473, 2253428.8924732464, 2255766.858360052, 2214762.647881223, 2215955.5453810124, 2181893.6317364355, 2176892.98752276, 2133956.595153325, 2088060.0659146274, 2113861.5135768284, 2109932.302560497, 2116016.990927745, 2095458.004331425, 2089128.7339978872, 2117241.7830178924, 2101420.456790479, 2023614.4353354732, 2042356.1845962512, 2075448.7981912643, 2096268.4551135846, 2089239.2573176527, 2098771.443404976, 2078221.1350926564, 2115155.2866545725, 2152059.9494351256, 2134184.995265172, 2123428.5253244457, 2148269.561734957, 2198960.683476627, 2242814.2919870946, 2262082.0717601757, 2293315.745635052, 2286918.2577908686, 2267044.322285685], "type": "scatter", "x": [-7815717.931991604, -7799201.811375587, -7776325.161169454, -7714430.945118916, -7654341.703118129, -7625257.51354609, -7611309.862731562, -7551423.907166603, -7559688.680854069, -7511782.424977177, -7463889.096399105, -7510567.001311894, -7559169.621880914, -7609891.256164676, -7645040.335756376, -7667529.076463112, -7710373.893599691, -7723201.8139534565, -7761520.301279037, -7815756.783884274, -7841460.56359757, -7842545.809301491, -7912351.80026393, -7964952.256512807, -8030363.401599589, -8084435.496204894, -8137782.177321916, -8122802.562116275, -8024789.950290646, -7943820.7842320865, -7900948.953797546, -7943538.589238919, -7936232.652494343, -8002153.820175407, -7972824.235188884, -7907294.156781658, -7815717.931991604]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y771", "yaxis": "y6", "legendgroup": "y771", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4251295.397231355, 4261566.394587747, 4173603.2610614193, 4139187.8996904376, 4081743.3682321734, 4123189.2537376015, 4134878.867214172, 4190661.827610263, 4247933.522360162, 4238476.385035257, 4251295.397231355], "type": "scatter", "x": [1517846.4007241346, 1595249.2982280264, 1563680.9480394302, 1581235.0634860683, 1562994.9173621642, 1481476.1260439921, 1428276.9238447507, 1281300.225092804, 1292783.0490525605, 1413670.0125093565, 1517846.4007241346]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y772", "yaxis": "y6", "legendgroup": "y772", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5008119.5757102445, 4968249.636271732, 4876393.948983797], "type": "scatter", "x": [3732258.8567908057, 3853404.0663484368, 3998382.5247806762]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y773", "yaxis": "y6", "legendgroup": "y773", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4154583.1774792247, 4230582.9317122735, 4220949.86336863, 4274714.098915264, 4254370.465804136, 4213979.64447802, 4136598.072988545, 4172249.855584599, 4140351.604619046, 4067731.235719529, 4097335.7303001634, 4154583.1774792247], "type": "scatter", "x": [13712508.936547264, 13731091.422382692, 13795324.84368456, 13809847.571430089, 13897021.764318898, 13931647.632200709, 13913012.282272676, 13851842.869892236, 13814665.828392418, 13823496.231137736, 13740525.525084382, 13712508.936547264]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y774", "yaxis": "y6", "legendgroup": "y774", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2129302.565310401, 2184776.9845178, 2240332.806592996, 2293447.407511191, 2341853.5679408507, 2388948.3203154975, 2440597.4565821807, 2470785.1640828215, 2528717.3254457647, 2566478.8449655343, 2644961.2270574477, 2715546.3115879707, 2733336.219801721, 2798211.4449591483, 2857572.0714196563, 2926278.7691269834, 2966562.432383228, 3080046.518283223, 3124145.8000257746, 3136031.349255438, 3211832.3527399874, 3241306.0205536303, 3333979.5687127085, 3472637.874710939, 3568304.7358461255, 3626895.045572345, 3701882.2243679413, 3752400.0323743634, 3798198.0755094276, 3913285.5739549315, 3981574.53587766, 3980855.283569384, 3933466.625391456, 3940989.5597269125, 3916269.4170860513, 3915032.5364739816, 3975791.589071747, 3995107.9922022256, 4041044.9857144617, 4074971.2108129077, 4094995.0201880373, 4104330.3655937132, 4087913.0877873264, 4132045.1508044545, 4133241.04795543, 4107475.4647390884, 4114491.0550754108, 4159882.246364893, 4146839.9578570067, 4090479.0511130514, 4131885.010142186, 4110525.6166060534, 4055704.6702554794, 4004186.170569578, 3976682.476753303, 3880225.9280867726, 3823932.2231975663, 3763316.1741431737, 3761659.104551013, 3708828.239743727, 3691596.788813666, 3653854.1545130373, 3663667.759213338, 3645553.2527327416, 3596570.101136342, 3497813.8829458533, 3476773.6835331824, 3431093.9504982014, 3376445.6908503375, 3405751.1058668336, 3457430.2395552713, 3542673.8386596087, 3597180.7315788697, 3650066.4775485178, 3665902.609121519, 3644343.956695131, 3594784.2770150783, 3594676.0764563773, 3575952.8731618873, 3563865.1648053257, 3527253.6547784493, 3530515.2948284666, 3502049.7746575014, 3470166.7246983107, 3453306.448407814, 3489637.3271099688, 3522176.4524828894, 3532508.8680560575, 3519311.794053101, 3464188.6368252425, 3501042.6652511884, 3475681.09061006, 3470410.447662292, 3499293.3695587064, 3536588.845427669, 3542839.746293166, 3595544.3091364275, 3680299.9743595417, 3708854.790968923, 3710056.464434194, 3801786.245866766, 3881450.4724895493, 3885382.6806283053, 3970872.731910098, 4017336.378609638, 4067476.547189442, 4110143.536295677, 4099594.6548291086, 4123966.110807878, 4058487.322782101, 4043591.8835642496, 4102389.4681078536, 4104583.554380058, 4057898.201955549, 4043689.345800232, 4101867.721679355, 4098430.9413508493, 4208715.4036175115, 4269718.967503015, 4357133.996839191, 4409651.692389243, 4517843.132241268, 4524445.811195558, 4609897.863462217, 4598001.644024187, 4672372.6947718635, 4705901.311270392, 4711171.785210435, 4635566.322139685, 4595029.157144558, 4614567.371285952, 4606333.190232264, 4667219.777829756, 4715371.342003881, 4791192.3868949795, 4831194.2378208265, 4842891.325249059, 4876393.948983797, 4968249.636271732, 5008119.5757102445, 5072058.724691289, 5091349.358324908, 5186466.553249424, 5229525.515369376, 5278176.873006253, 5302543.481454516, 5282656.8268995555, 5272089.764073003, 5234627.819430619, 5226907.675825153, 5183648.382568435, 5114308.37573949, 5088287.760259266, 5096944.372457991, 5056712.1443280075, 5035288.21204823, 4968204.7847082075, 4989936.468873025, 5042792.504018801, 5073560.169345361, 5095266.002508875, 5134057.275596466, 5159106.640068652, 5184611.210397011, 5226104.347815564, 5210812.264478751, 5148764.304358074, 5065065.96007267, 5036324.340844928, 5011564.702672263, 5021551.955994995, 4886524.262118355, 4839537.010012461, 4759201.2711954415, 4695990.465457284, 4653249.824775853, 4618455.043078237, 4590844.813747074, 4583016.894351434, 4547920.010241157, 4486712.178815993, 4538277.567329077, 4561321.757087463, 4563712.799078185, 4573603.2601131555, 4543146.640138048, 4481266.140304074, 4462483.028315504, 4461726.420499029, 4518564.252002842, 4493881.712991014, 4427522.259321187, 4375739.106330008, 4350878.568424587, 4300088.146552094, 4268296.045062817, 4205279.375991845, 4233814.046316914, 4177241.464040978, 4164844.6413076115, 4066799.635738166, 4064708.539978629, 4112392.4250144833, 4201235.9401556365, 4275253.967560067, 4326118.555086843, 4389192.0462802, 4420872.443409079, 4428509.792571762, 4453017.032517753, 4489912.169578243, 4542937.257088211, 4619072.163499419, 4653804.319235412, 4671201.169697251, 4679631.771579876, 4715749.767474508, 4737461.40136257, 4777832.533442104, 4817434.396571455, 4849775.094377004, 4931085.018733323, 4939568.517764696, 4986056.879646223, 5023643.781461721, 5040719.983862311, 4992416.928049203, 5029494.282768456, 5068181.053564335, 5070008.1491666455, 5080270.703016528, 5095927.709327788, 5055858.183897934, 5000611.98266286, 4968806.18965865, 4912318.032432212, 4856856.048968945, 4765127.079809601, 4676177.813981095, 4677477.676228017, 4653049.535164507, 4630629.476869548, 4591083.576282248, 4558004.810878375, 4500643.973663714, 4479922.904714683, 4439844.550634532, 4491390.438843999, 4508990.550226206, 4436571.784882812, 4395852.600791791, 4337602.459230733, 4330657.327188966, 4234669.05316452, 4225771.546233845, 4259841.88517085, 4319757.629594719, 4343725.17022638, 4407998.145193107, 4463952.65189338, 4477525.056344101, 4525392.592016148, 4545188.994220272, 4589665.210704687, 4596395.874914041, 4646189.706247856, 4718142.822407398, 4781916.706240651, 4891830.812190971, 4904522.623221486, 4940882.6428637225, 4925633.057954007, 4873719.624304421, 4865395.033574946, 4802172.097642088, 4831757.744150241, 4795353.980437599, 4728299.429338994, 4663640.741097331, 4589375.640461283, 4565755.306687037, 4528302.4767753575, 4466576.136589524, 4375968.616187014, 4312351.981757213, 4262691.817641981, 4190338.556717927, 4168190.8734013834, 4082652.579168433, 4081117.20298519, 4083395.6105884914, 4044215.6408698964, 4002237.801138769, 4011599.131778182, 4049316.9813923677, 4113445.3820265573, 4130990.289160564, 4102235.8160037464, 4118089.926801869, 4106038.693109548, 4193114.6111383894, 4261623.976896861, 4272087.385356878, 4314392.096804569, 4387254.046420672, 4427500.323363706, 4472479.031502611, 4539346.6633134745, 4586534.16730204, 4626610.752410081, 4664167.628126635, 4743447.551094476, 4791946.577787402, 4871677.1147168735, 4851126.171680442, 4851412.421024498, 4832132.988104875, 4837805.167708844, 4833896.617134147, 4900623.922003088, 5122394.765705669, 5239312.82967233, 5295739.523895885, 5338862.858894161, 5420065.783879837, 5444005.484247195, 5415142.782684768, 5541178.863642441, 5493351.332444886, 5580180.329858233, 5671424.005368174, 5693999.2725930875, 5716088.492579298, 5746776.928773578, 5910766.161051452, 5957775.68030059, 5954931.409455291, 5978582.480339532, 5984983.927844596, 5960519.154870919, 6015721.464966832, 6057342.196870399, 6120451.677333864, 6182044.684122987, 6295832.7654658295, 6325960.317727119, 6359494.202945687, 6366845.091688541, 6397742.957148569, 6429599.735804034, 6372331.614939083, 6335901.547381562, 6304797.5531607, 6288270.616742845, 6246128.935162766, 6258046.000470332, 6177490.886095723, 6123436.565496028, 6080423.516321776, 6055069.028117934, 6015550.666983387, 6037105.908736521, 6067980.991119439, 6024844.32529609, 5989751.498208838, 6022998.935856645, 6075843.495101755, 6114712.647907523, 6096915.457460856, 6069839.634554512, 6069466.420848536, 6118717.274617996, 6156416.369506722, 6249749.245229195, 6333592.013673664, 6404082.4711736515, 6443257.057224137, 6361117.631915084, 6364350.738390078, 6450061.526382052, 6515878.919600508, 6501353.5770884985, 6540057.923201391, 6603871.000259313, 6636563.046573711, 6654495.663001356, 6637707.599348812, 6642582.4567370545, 6705867.990531258, 6757075.331139162, 6745485.280517791, 6702217.727380965, 6676603.9263351215, 6736572.831298773, 6771919.726941773, 6881777.331830481, 6981545.0932202125, 7046865.536791297, 7117789.129742133, 7241251.585324583, 7265380.3702117, 7312229.474609199, 7362924.471830369, 7329356.390120752, 7250673.824556178, 7182762.086685221, 7091581.871417888, 6993924.737572243, 6836544.951838192, 6758831.969094655, 6698082.36964886, 6571598.240180141, 6544554.880256848, 6357347.654315132, 6252548.488363531, 6262263.904058955, 6173517.063881044, 6167516.376004301, 6272527.820214579, 6398273.283990682, 6555222.363882281, 6623129.162071662, 6493363.902992229, 6466697.198851501, 6522897.726975825, 6642462.814416392, 6899263.390810375, 6971165.589502984, 7065650.9966871645, 7181526.794116254, 7337727.837708685, 7554230.7459636275, 7639252.493118005, 7781116.118229614, 7831929.027752856, 7827819.025663567, 7921520.236975188, 7918841.537151065, 7943273.14410154, 7866694.695076109, 7835128.698051607, 7767172.789045088, 7807326.334156895, 7743066.107136237, 7721551.91826112, 7603830.524466594, 7552886.667583727, 7479410.979008428, 7418889.600628977, 7385970.341770822, 7461693.690072817, 7446313.332541838, 7368027.967184188, 7316697.654583155, 7203463.694398039, 7172112.738224798, 7144863.770633667, 7198912.072889593, 7245377.1774296025, 7288637.154533963, 7224634.541679407, 7253459.982861628, 7333150.217471014, 7446639.154107562, 7442334.675293183, 7405829.164393245, 7483174.120687336, 7547122.855074896, 7615496.82980035, 7681138.010156717, 7652141.369305971, 7591729.141208379, 7575073.650539688, 7513638.796983223, 7477720.718677622, 7505496.6155434195, 7576485.366932634, 7738030.612956956, 7734694.811409239, 7665295.244146542, 7656242.4951114375, 7696842.509320562, 7705283.999614612, 7755120.62257406, 7692587.495580471, 7768599.695327568, 7828751.950307973, 7866382.806672441, 7842492.976378628, 7812874.067014475, 7700666.311034321, 7760051.405037633, 7814041.755961464, 7837019.74123726, 7843598.820521695, 7896277.979509345, 7979271.655055732, 8013914.09025658, 8117937.374852502, 8218147.121185567, 8241687.87793026, 8221930.521467631, 8162828.143203137, 8072193.521978442, 8039943.658588919, 7965569.202201128, 7816340.625125797, 7753952.011386391, 7679779.784448838, 7517439.092210968, 7505755.624503494, 7546600.581348973, 7578905.922079578, 7633829.573252578, 7688993.977806911, 7748452.681352785, 7821812.092642165, 7826585.189384025, 7885925.476208677, 7997358.832191567, 8080653.258238828, 8159431.353504307, 8234920.467018561, 8239061.041799483, 8181466.374895589, 8076405.917978191, 8060659.168561487, 8136480.080457411, 8184646.718017984, 8197905.665110404, 8144038.510755672, 8229490.477837195, 8342444.895796315, 8370099.925287781, 8374290.241786099, 8396266.568001147, 8448163.3025557, 8521253.53343621, 8528333.12411831, 8587125.535342235, 8610747.539672805, 8640247.663633987, 8659661.18601156, 8639787.828874847, 8702726.330207866, 8708186.618139299, 8752932.714521872, 8799480.686257185, 8849503.051532552, 8823795.583155017, 8793868.87648187, 8787571.697048815, 8739367.020952461, 8767420.44065136, 8778322.240400746, 8739914.824428461, 8706535.631475894, 8653923.637016712, 8619318.506366948, 8551367.360560939, 8517902.047309127, 8509689.239698825, 8491468.693531457, 8514930.324968822, 8452926.360886231, 8481292.658451244, 8505226.944320219, 8505339.948834807, 8460054.188097259, 8468164.032030074, 8543799.538679415, 8538244.050206702, 8547676.034175858, 8505485.24833933, 8445584.691448018, 8400867.171692535, 8330900.020701006, 8300737.038299396, 8410085.303171866, 8376261.512969139, 8413447.970208226, 8396231.43684423, 8428217.347639546, 8425555.983147714, 8509832.569250723, 8559470.79176842, 8558493.819823213, 8509238.600024363, 8457033.442507874, 8504981.458755016, 8505132.151845705, 8473739.912241135, 8405313.953709848, 8389010.850433594, 8418976.983793996, 8436100.044756116, 8434075.112599693, 8459239.388933975, 8394894.690856567, 8434874.45088357, 8485219.332158359, 8528653.639440708, 8531405.803187722, 8554894.6848775, 8539073.139678923, 8514015.392227644], "type": "scatter", "x": [-1775862.4471161289, -1787241.120030939, -1774494.9138916444, -1800828.0126067605, -1856455.5897854927, -1850017.198203751, -1842921.609600418, -1800070.528375889, -1762371.8972274554, -1767898.6201734522, -1727621.3289615535, -1664728.7180918846, -1627711.3759507462, -1596670.738646187, -1591789.8666839516, -1550276.050593761, -1477222.7519452067, -1405001.7838612557, -1347654.850273261, -1247929.6452651955, -1161329.8011628108, -1106981.9339258564, -1015366.494048882, -1037505.603910582, -994322.2394499945, -978321.9468072583, -908391.9760230838, -801740.9055374095, -722913.1395782948, -650374.543324991, -616096.7766178682, -539629.977729293, -477821.9277916012, -378745.0070105694, -271218.6825650121, -225990.0563135576, -125593.79160341772, -13235.168860675303, 52234.15965870669, 151872.80714674154, 327087.457761581, 498028.2889858987, 550533.4956442693, 646886.4040812342, 757243.2461007742, 800049.8851595584, 870534.2002769724, 981392.706208223, 1054168.3775203743, 1053420.1231142639, 1139378.678048683, 1147674.032227422, 1098261.8235181614, 1099684.4931728372, 1136783.578962908, 1127034.4816376471, 1060499.680689779, 1082635.657774122, 1136854.5733877257, 1165303.1806796768, 1205897.0458769016, 1330862.234741326, 1374548.5048129521, 1463200.7289335642, 1605281.6229378295, 1659833.663987101, 1755817.113776585, 1907505.5667723983, 2023640.8775314973, 2073503.538066512, 2120916.0176158734, 2090649.3647771792, 2120013.674340653, 2192085.246901347, 2263274.767932815, 2407137.287487141, 2446963.0719348835, 2486186.381882813, 2521246.673862366, 2626986.7019337225, 2655778.476187385, 2795932.160771907, 2900110.514968865, 3007998.8478184533, 3058562.8808674063, 3136479.4847741285, 3176725.9758307096, 3268770.792042557, 3345218.7589180297, 3379817.833555885, 3400452.0323133017, 3487899.136217517, 3570906.65392339, 3619682.6854606555, 3646128.5929618883, 3638199.6387556274, 3659904.855685818, 3671026.5550806057, 3682529.159375197, 3685276.4434231315, 3711001.199286197, 3752521.855844305, 3753958.695094245, 3732667.8391071623, 3751685.755317382, 3706540.3843954178, 3739722.5043248506, 3678099.172339221, 3588176.086531163, 3525839.2156254356, 3370394.436011417, 3279124.7336173602, 3167308.5231747166, 3149030.6627592975, 3079039.276991273, 2972194.8084173296, 2859606.5060184295, 2786340.3021978936, 2704476.415765567, 2744679.702895405, 2673893.3128742496, 2774424.9619970587, 2930262.2819335517, 2961832.2578518223, 3156650.9613875714, 3267622.8848232585, 3380235.6010521934, 3546354.2883666223, 3735264.689951928, 3887545.7211049898, 4002261.0610567397, 4091022.889582914, 4199292.058164334, 4205146.256566125, 4165282.621499331, 4099414.242699065, 4041549.280898642, 3998382.5247806762, 3853404.0663484368, 3732258.8567908057, 3634591.3971129307, 3703126.5234359163, 3766744.24442469, 3703160.7981984303, 3838184.086168147, 3830537.450344636, 3746583.014801841, 3670339.936782583, 3612271.394822883, 3521643.629346103, 3444763.1674463837, 3462987.825968917, 3516090.992174439, 3615568.859309939, 3603599.39732678, 3498725.9708451577, 3375125.6760511464, 3316122.978697579, 3329255.156551414, 3215718.950002744, 3229650.0465459614, 3317836.2424993445, 3284930.6792328698, 3127304.572116308, 3113682.41879174, 3024997.5510490546, 2998211.9488575417, 2934346.333444437, 2940926.7412014534, 2896363.3716454227, 2864724.0366903893, 2855839.44766975, 2810242.7509092977, 2784137.152021156, 2824850.593385574, 2842353.411857268, 2935219.4720244063, 2920366.9939207057, 2800911.0375581062, 2761887.957733417, 2684227.7371793566, 2646258.572773499, 2644970.199177163, 2582834.0967053995, 2528752.885730921, 2409076.3565524328, 2486167.397350579, 2436363.397014321, 2379648.250982325, 2320025.010354623, 2303390.5442661447, 2332737.085811388, 2389001.696512665, 2352849.933826499, 2414919.5408043317, 2468907.5896018012, 2476661.143454418, 2378650.267078347, 2414397.8521426828, 2350030.896899575, 2398186.1232312373, 2329563.0487867007, 2240537.1170410933, 2194158.737311999, 2169710.5363876843, 2125237.5817496055, 2067304.0422952126, 2057643.4917293366, 2039621.3427215493, 2035462.5341134726, 1975842.318206838, 1962460.631334613, 1964419.8778392528, 1975153.5895386823, 1956599.9815330023, 1934715.4256465875, 1903256.9353762001, 1857830.2830785173, 1759843.8700319878, 1698372.669880723, 1604134.5198006576, 1513922.6661415028, 1533420.1022242461, 1484529.3038260066, 1479882.24262278, 1414813.3597216855, 1387759.3314570815, 1355864.0224197654, 1355431.388381634, 1358838.3365317087, 1380169.1825007738, 1300290.9248860953, 1222337.1260514234, 1231241.6850993757, 1220999.6850392204, 1257127.2292675853, 1354395.9828403783, 1410867.107440618, 1529036.293461172, 1608078.2362373117, 1634498.2013378465, 1607758.1339467298, 1701397.0907152034, 1778421.4602827742, 1870151.1597861135, 1882370.369837366, 1866522.8121661034, 1805902.8926379685, 1716136.9376747154, 1678517.2386494305, 1755287.5217478375, 1747375.9368344333, 1705050.8284749459, 1656719.0351713824, 1614391.899906329, 1612593.4541182772, 1629603.5834981464, 1650268.8755382788, 1605957.908363619, 1571043.5221333508, 1527839.8492881656, 1494668.3306288049, 1428103.9915515492, 1381442.9663127451, 1306043.6641203505, 1224120.4342213701, 1127914.4957668192, 1056247.587491887, 1019545.8993620239, 969214.1270200633, 886365.9691918339, 841085.138344307, 785402.6074148441, 744124.0100614766, 655425.5912191651, 456797.73612863355, 311326.0072637968, 300777.2143357334, 307072.4662293754, 212039.24214271526, 82244.49242430924, 73314.19432527211, 10872.78932885183, -28511.941313434592, 11414.862901521365, -48008.479241017005, -70437.66559937382, -148384.44301420232, -222161.44010381371, -353560.1713999375, -452177.0255325876, -517768.0392480377, -558232.4868041651, -608815.2715270931, -646327.8284875638, -674061.2596755843, -770051.8344773857, -812470.346412591, -866470.5002416044, -920237.3264880542, -901385.1831345382, -908581.8603308811, -954172.1810116477, -977058.6087342291, -965983.7457328924, -923651.9185762485, -914655.9552434302, -890812.9179263865, -891211.9660727582, -909854.7541967563, -912763.075769146, -904377.0017423484, -943352.7392108998, -798229.2152025314, -676460.4891728882, -541989.0274500116, -435827.20106788655, -352500.95808820747, -190574.387364011, -138297.46712340962, -117952.41066451231, -218562.40015154815, -290104.86751106096, -438689.1732405685, -446511.16319974617, -320015.5938346688, -157214.78786240923, -186691.8111074676, -95804.50246411342, 128971.34339716443, 157038.54168730762, 240505.53942620495, 316759.20590987615, 365311.2530298113, 444211.6215572057, 571613.1162220439, 649934.5584060687, 667280.6495605545, 745518.3449479038, 764168.655012858, 825052.9822433027, 801386.3157338367, 793691.0792919188, 752695.8645937899, 743873.046049401, 757544.721071352, 781954.4329898311, 862135.332582335, 892224.0477270836, 963373.3001311468, 964363.7505440238, 939780.9734980968, 952925.596177472, 1003946.1514281986, 984412.7231426688, 956119.0387666106, 894780.9375738587, 923434.5136160986, 927792.1645514945, 1023877.3027201901, 1025586.4122363506, 1119313.646443492, 1169524.8566604694, 1278711.6999427415, 1326045.6451130994, 1387162.1045192718, 1528011.1505455119, 1641303.0493922923, 1736386.9562997287, 1746617.6386858593, 1836788.646845823, 1851881.259251125, 1975305.1290355832, 1942819.685123065, 1934350.7783204399, 1969248.5808228997, 2049308.3576820644, 2134523.18659509, 2207482.75638237, 2211001.9201560523, 2210533.599419097, 2179647.7896229425, 2115854.589146322, 2097608.0886335797, 2205644.207742392, 2315388.2723207404, 2415799.001992408, 2507421.918769374, 2596228.63157714, 2492360.0400886517, 2333291.2586517977, 2184533.1455267384, 2043550.593358806, 1982191.9076611488, 1890556.7425667834, 1892894.242678356, 1834418.081308766, 1865232.925561399, 1931491.4096025005, 2104441.024624798, 2156388.8880438344, 2137996.5462006405, 2010492.8917473909, 1871778.6471334721, 1803371.1823270677, 1828187.0921976168, 1706138.5993177674, 1552879.067827327, 1509674.8414560237, 1582603.7043124298, 1675752.9455310986, 1609797.7567668166, 1519245.1877423765, 1505795.2625626049, 1464800.6105932677, 1351941.8355018538, 1307895.8988152402, 1200986.4944368852, 1162870.6471576768, 1075877.9484096435, 994583.8566028721, 929140.2295059449, 759561.3234727265, 640027.4524280584, 512262.12123930006, 475481.7606114505, 437828.92720170075, 515394.3977438869, 739389.9620806862, 900552.5252250141, 1041694.8894932233, 1217701.6129541437, 1343942.1979319805, 1544933.4520505788, 1712076.9720718642, 1844791.4433577333, 1946125.2210143805, 2091491.3018272135, 2227777.834190782, 2497318.976004017, 2402910.2291157297, 2509607.181219275, 2581517.820792774, 2732952.3402304486, 2961865.107594561, 3310169.1951619233, 3391206.866634065, 3422126.1474518846, 3349670.2805453073, 3223106.2433886295, 2826346.2515321868, 2769318.6075192755, 2928071.591487521, 2948023.1132277264, 2985251.409555365, 3104387.4280369245, 3179378.358088912, 3174700.35032837, 3109623.0911699594, 3150988.418158025, 3376581.294920558, 3439261.2645185594, 3356357.3543882007, 3514297.1373811327, 3593087.7617168357, 3684553.4544871575, 3704929.3903845507, 3611843.0148007134, 3625569.6785433707, 3541503.4061963344, 3781807.6869050497, 3852984.6088714665, 3754945.127861034, 3779205.791109652, 3858652.093675451, 3976544.1892198552, 3968015.4416670124, 4354603.933499163, 4417615.899336383, 4369700.032778847, 4477970.705641955, 4515083.901314329, 4664236.385090688, 4759982.002114098, 4885553.034017967, 4937957.504562202, 4820666.503185989, 4842199.962220422, 5093500.175935332, 5222409.537870075, 5583875.242734236, 5602733.121187761, 5487214.483556411, 5470855.505177644, 5369472.461388482, 5364158.457122502, 5270595.535784517, 5246822.31843267, 5326207.34087899, 5311230.938313569, 5352804.604298115, 5571042.169305694, 5628563.416827711, 5616350.444750619, 5687247.337994482, 5762829.086130358, 5842713.180818423, 5972992.291658169, 5985388.050465204, 5922867.294553823, 6025651.417260988, 6033978.391373986, 6105628.175987965, 6092911.077224031, 6128806.415000627, 6042115.464964521, 6031591.188724315, 5939687.583626765, 5880926.909284389, 5869422.140847636, 5709314.358247967, 5794411.032828011, 5722070.168795754, 5757625.876253819, 5840337.940657585, 5884724.29627839, 5980421.549072155, 5890065.983137252, 5985467.358412149, 6137067.435310084, 6323024.096161315, 6187112.809946172, 6090211.95163981, 6200576.078657475, 6380482.357358204, 6526735.097184542, 6419848.634420735, 6442188.977867398, 6521754.129840881, 6612166.663181857, 6785384.589774542, 6781119.015957858, 6955288.625209161, 7035955.800091648, 7135622.200871751, 7264484.754383375, 7235875.563803308, 7253701.474387828, 7367043.71949511, 7520584.6014344515, 7456707.760906173, 7628498.832120159, 7704445.699048145, 7738401.536095142, 7938687.568483081, 8150765.030198423, 8250992.943536021, 8296794.983765265, 8255824.14460285, 8137835.103696494, 8119129.560900183, 8222451.474021696, 8355756.98041207, 8397019.624277167, 8507931.21863136, 8508552.062598402, 8602226.43213706, 8846656.566570118, 8920540.73825693, 9231772.58711057, 9139971.381202808, 9308872.724143323, 9418256.113586416, 9597773.74814627, 9712404.352707785, 9724801.298860563, 9913439.507669887, 10076359.45523954, 10008316.630154174, 10179084.747522097, 10262049.863131784, 10437325.992114918, 10450385.211169621, 10582081.23478768, 10405397.334496215, 10434967.866282351, 11133662.906707749, 11276871.451296119, 11563758.930650698, 11804948.22853435, 11961283.90473286, 12078665.031539986, 12180521.392923674, 12305381.277178233, 12363438.107617268, 12476601.403923238, 12630850.66954153, 12741575.81742426, 12989689.68522576, 13020437.256774768, 12867640.998302903, 12826270.441211756, 13074853.110563828, 13197270.459574375, 13455968.061876735, -13615088.435074039]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y775", "yaxis": "y6", "legendgroup": "y775", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8156041.463922417, 8100788.567920932, 8093835.992965961, 8053388.132114812, 7981764.207055691, 7961216.637311103, 7922887.61933022, 7894451.155660428, 7894432.423742379, 7789685.164404986, 7768263.400729104, 7681330.455628093, 7603354.810449866, 7553156.871557335, 7607368.903837993, 7498755.511735921, 7531831.462391898, 7477431.847953989, 7477115.377118898, 7405658.518440964, 7291657.816653271, 7249540.025870361, 7238440.320680869, 7082336.897717586, 7067254.912518253, 6973208.6630782755, 6931321.822743826, 6856122.934245775, 6727114.270497861, 6683536.444178114, 6567506.343487055, 6447329.811895574, 6520389.8358855955, 6677753.861098353, 6915071.4736343, 7069784.787124569, 7142460.7660058215, 7192702.010163501, 7232747.145694808, 7383716.243596035, 7508221.998050727, 7608625.536290211, 7758931.533458466, 7738074.798733545, 7648960.574436152, 7510685.023693253, 7628160.344640117, 7567733.627826994, 7369145.43440107, 7313145.453904558, 7263161.558513928, 7236905.58859327, 7313989.931049758, 7314873.674083693, 7251040.410343975, 7240307.124187676, 7178386.482006202, 6938697.990637206, 6646014.132921439, 6646166.965840329, 6581322.720477115, 6565530.683995129, 6626739.469427365, 6629713.566066442, 6521252.981289052, 6426666.173620892, 6307168.491578856, 6171552.444419786, 5985391.120775928, 5805404.830645258, 5722598.537592613, 5575505.428992808, 5429291.02377583, 5354728.808669405, 5274677.9023357425, 5267793.17148065, 5319224.718466794, 5222554.647776145, 5182360.048805407, 5186251.126223544, 5143082.486187532, 5100811.326179196, 5016854.352602968, 4986751.077585346, 4964609.036722402, 4926867.9221101655, 4902303.730020256, 4867330.749961774, 4816102.162051852, 4802186.159526111, 4786070.419102072, 4738627.433499008, 4605484.753305731, 4530331.597075208, 4393088.814140123, 4324644.056102079, 4295081.504580721, 4239791.314691336, 4223185.379950623, 4287358.3212414365, 4378012.036490296, 4498476.28514152, 4523906.635313891, 4620205.969072037, 4639108.700283911, 4616009.704396979, 4604043.305783108, 4626018.497679878, 4634934.918462972, 4651793.313068679, 4705716.142393114, 4721301.003419797, 4742165.046961118, 4807552.811288497, 4826278.031184193, 4834701.619418662, 4862652.952708191, 4818208.164533836, 4758017.976554201, 4718267.750637967, 4776428.418201227, 4820559.036832075, 4904993.800462364, 4962345.3244496565, 4914776.513747534, 4825445.915640442, 4745576.116715986, 4733160.87028927, 4675061.447739671, 4599391.541962524, 4585685.52318156, 4533161.875605724, 4504168.084122103, 4595946.10816623, 4556307.148128932, 4557715.680470261, 4497016.212748547, 4454202.926010628, 4387248.5688990895, 4321445.615732576, 4235297.543397762, 4177216.03907379, 4062949.385714624, 3957722.2068910236, 3870321.4237694815, 3781366.3776544807, 3744818.5678666285, 3682396.308888851, 3648730.1040530796, 3549997.481152481, 3453220.675371342, 3439209.08682797, 3304899.6622670293, 3142522.511000259, 2993978.2776086326, 2876112.972921328, 2768364.7081615925, 2749543.893240488, 2693489.439388398, 2730979.262622767, 2668906.000296789, 2603046.2386847874, 2580424.2765138983, 2479762.216710817, 2452640.187166546, 2443538.2687195237, 2529361.12749928, 2576530.4133551433, 2609500.1418208024, 2588240.906387042, 2481250.5691034626, 2365739.986058323, 2282338.9329816485, 2159160.858313327, 2005939.2991204995, 1934695.105812499, 1840146.2587362083, 1619040.0675526517, 1407082.1754446973, 1326079.3359426023, 1246437.8910114248, 1144889.0271839127, 1031215.0139129548, 1107419.7478207927, 1188997.5398148447, 1255601.1214279872, 1271482.6489959108, 1332902.1281406707, 1455036.9642133466, 1507793.6304716268, 1503740.7577394778, 1597425.128728776, 1594748.3307368173, 1464016.0075508633, 1289555.12044738, 1184130.8660340225, 1098303.1169355502, 1095577.8379489142, 987646.1813571898, 884888.8312427595, 817372.3458780262, 804225.6704326847, 742896.4815258544, 731991.5622842369, 660483.5051258431, 580828.7053024997, 500329.8280562039, 445840.32069145376, 404771.6636126495, 333999.1856857302, 301183.5935961238, 195421.7922906343, 154912.53844847684, 146764.40900434155, 235086.19942108073, 329362.1674229173, 390068.58292010805, 469440.7636052327, 567995.0580864467, 632606.3317341723, 719379.5419120046, 769598.7948389081, 814799.1009079898, 873474.2975103693, 939873.158789052, 995526.7393550363, 925558.6950528498, 991207.7313759789, 1065363.739314199, 1179571.8791908738, 1267438.0339101334, 1358825.377515298, 1428315.2201881546, 1557543.968603816, 1618002.129469008, 1758830.414113844, 1907673.9442899642, 2004312.4043476717, 1943420.3056664162, 1856542.3735245704, 1865667.132736023, 1891750.76428515, 2038378.6454061877, 2147870.9883362786, 2281020.576411488, 2323659.247456902, 2336971.2609963156, 2430405.5980122653, 2490534.618427274, 2549924.071767592, 2605588.603997925, 2672236.288784667, 2673936.900420928, 2626137.1904391116, 2560234.300218534, 2582580.059867903, 2560907.2486393373, 2572759.2194117135, 2582013.8946164884, 2539038.2891561966, 2538476.979898905, 2510708.564877692, 2423359.510820709, 2353049.241012837, 2270997.9589221138, 2131543.962794981, 2056550.7130861406, 1978378.0012911474, 1925016.7784887708, 1895389.1204548925, 1852029.8056881244, 1844985.8674025259, 1756064.9575440476, 1605756.0744258058, 1509697.5485395342, 1398906.7564679428, 1201939.3123104353, 1195658.5738276278, 1106717.7117284054, 1068878.6351100462, 1035013.7740103191, 955915.6467296242, 922249.895521974, 1029288.3481950896, 1190579.020525635, 1306564.5463143382, 1360683.3807671492, 1470742.0479175057, 1614525.9637965756, 1686214.5195384405, 1842764.5508752926, 2064843.0047025215, 2211266.88528936, 2350368.255584506, 2457417.758244267, 2385496.39459003, 2397693.9135782444, 2533537.876983761, 2575981.362581143, 2620186.6311126044, 2714459.295737023, 2741614.679449891, 2822933.7895754008, 2907917.9077428565, 2882108.391250555, 2876254.820910804, 2857180.6934915204, 2887378.205868507, 2911120.22822534, 2923478.8857999174, 3061451.8756775116, 3080484.802028393, 3058639.528474362, 3001820.216225438, 3036862.7449599467, 3121647.385456571, 3151883.2212636117, 3257587.8079877133, 3406390.9144653995, 3387036.612972263, 3423085.210472329, 3378387.3207262433, 3382747.259362573, 3333460.6765160016, 3307595.435381898, 3223256.7333827703, 3126829.7032271856, 3102001.424717978, 3062725.897267133, 3016586.95960012, 2970152.784439959, 2932400.082992133, 2894729.22886147, 2863620.7891237983, 2826849.0535496953, 2799440.8881824506, 2881458.385271508, 2941153.607352703, 2953803.537292748, 2918977.8879534323, 2852905.8378985142, 2786085.17424832, 2743291.645591682, 2749091.5297375843, 2718177.327050563, 2737369.9596552793, 2735907.638505774, 2733668.5516248, 2811437.8518756945, 2885447.7245465964, 2956474.805765184, 2995615.5990472077, 2986045.2791969194, 2939079.0338862417, 2918277.3142441288, 2829111.3834839975, 2752619.811610802, 2712561.7201419296, 2699182.0547660626, 2679673.731508992, 2615499.5545829535, 2578316.727251509, 2564625.627315717, 2539283.589525641, 2470904.6206260705, 2438735.0763606704, 2401649.6821989925, 2323210.9293928267, 2328384.189035559, 2300968.4869623873, 2243160.3727613296, 2167488.812751451, 2153391.907551684, 2153037.7124988837, 2109668.2228828003, 2054258.2936413204, 2029981.1169211925, 2029991.679339868, 2000883.3506357619, 1955097.019545641, 1922963.0665644861, 1932904.5000390448, 1893813.6689040083, 1886807.4834339225, 1855486.1985858548, 1805006.2581677884, 1766387.7238998967, 1717477.409553907, 1662998.752608886, 1582376.5176982405, 1575720.7929201545, 1582106.4488745655, 1534705.0346110924, 1512395.765207216, 1505786.6543564887, 1499157.6796276905, 1469199.3850025022, 1460751.082678355, 1431951.440540245, 1434031.8338586316, 1418482.88502702, 1423659.0625427389, 1489231.8014921213, 1550806.9022645082, 1583885.827293728, 1666975.5113499085, 1712982.0621038093, 1718641.46629514, 1769971.9099611877, 1791794.8138050237, 1840838.7559607592, 1888732.8382318951, 1922312.2354844916, 1967112.8335867939, 2006875.5623754957, 2100599.0689332373, 2191894.255550342, 2268447.0414601183, 2286390.4285320253, 2392667.0356902685, 2470562.9730432136, 2537166.752492021, 2660913.8405851275, 2704112.2914669374, 2726634.546071871, 2790486.7834749534, 2815908.344484303, 2873685.7887680363, 2898341.813171713, 2981225.9376291623, 3070795.571256017, 3147069.4767574314, 3145875.735939291, 3207554.821255842, 3246819.4122465407, 3291681.479485341, 3307848.847315111, 3262457.1357677095, 3177573.2468750495, 3118914.2672906155, 3099064.618785918, 3134772.2238372974, 3184162.504442648, 3343675.15307136, 3333401.502083566, 3215844.4580373857, 3104078.165350078, 2930588.2746233256, 2870130.7620752114, 2807235.5763824526, 2684231.168463892, 2664458.4658598644, 2591642.4550432498, 2492313.54231958, 2469534.730119702, 2359822.5956922383, 2339232.6348531293, 2223881.7216444947, 2090272.3251127866, 2063009.152116028, 2022051.9420005935, 1892586.9695949743, 1789719.134841274, 1735469.8646831487, 1630453.498098998, 1566798.2259031187, 1502310.7442254857, 1463891.2551507263, 1430417.983559218, 1395752.1206165403, 1348967.769137291, 1321604.277068435, 1291105.9425108007, 1270577.6460969725, 1224132.6542063786, 1177273.356515779, 1177231.2151037815, 1206724.885506328, 1220878.8169433759, 1256606.168446746, 1264424.83361509, 1285310.2550189516, 1289740.1810466307, 1292229.3599558275, 1309404.9993144956, 1321236.5771346944, 1360366.5739612118, 1361015.6577670933, 1329752.7901568094, 1263864.3598919087, 1204397.5651862752, 1163369.0526343065, 1040869.6323724445, 914212.5223870665, 769460.0323254776, 603422.1266021855, 476625.8182808232, 322304.5001845692, 230789.37391953624, 118667.19594960927, 32915.716438209325, -103487.28385395466, -162835.04058695858, -189467.17866941114, -234324.8922190076, -281233.5932419407, -289423.2384657454, -368647.7191357668, -413959.46367613727, -488733.1694823622, -525754.0101103778, -664111.5178409617, -727824.9016928377, -769016.8031563241, -798256.4227145418, -866031.1954107517, -900217.4153976971, -953881.1187735213, -1024516.7563000865, -1135599.8239635616, -1160407.330911666, -1210925.943802694, -1322934.8677395592, -1421694.585235514, -1597455.737364608, -1652677.1696424766, -1732755.0932568402, -1810470.6234390652, -1879566.5038122386, -1921412.7448027635, -1974855.236277333, -2094230.389372821, -2114343.8270768425, -2193356.5779454163, -2218879.9848911767, -2298722.8887299243, -2384094.6086473325, -2450048.0163997016, -2483598.3451995254, -2478184.950521119, -2588103.297028659, -2639993.321630171, -2659455.299265335, -2705915.6301428243, -2745293.107406819, -2782195.944857693, -2841431.242696381, -2882327.3163177823, -2929584.6354206987, -2937414.2419416048, -2996234.9568721917, -3077421.918084265, -3170267.4024488186, -3220461.661675072, -3276119.590087367, -3292054.375186739, -3348352.398282825, -3405471.0840763794, -3484884.8037935216, -3598828.2055439996, -3665008.146253468, -3714938.081545088, -3757053.0792745138, -3762290.7845538314, -3793140.0458509577, -3775965.5528665506, -3796672.7900994755, -3774026.64893639, -3787021.5589961736, -3780770.3547937563, -3823815.137604219, -3840683.8218376464, -3882278.0859578834, -3884557.4723738586, -3844437.4153279355, -3842115.116069509, -3791991.847316835, -3807411.152874059, -3777341.855653754, -3711980.4734333167, -3637020.749949014, -3616957.7066800534, -3531368.591349008, -3426549.1809073887, -3331770.8031279063, -3331470.240720478, -3186177.338955346, -3101528.679687773, -3019914.296878999, -2911288.621675556, -2830422.55987274, -2658643.4643025203, -2525303.627448829, -2464460.1192681273, -2418363.5986818667, -2326091.2157514687, -2192223.389787524, -2122196.2575598867, -2013176.4145378838, -1927680.977584499, -1857606.9614000586, -1759677.5956578578, -1657765.3720081013, -1609960.555289379, -1509598.04057433, -1463991.8709049178, -1391216.893162528, -1341700.4542279055, -1259165.6319902814, -1195986.9220071677, -1156085.386397372, -1088426.4321164284, -1021526.1545295446, -998374.0732838466, -954242.6723920915, -846537.5471670014, -771914.5637747073, -701358.2505829051, -679712.4380692362, -645138.2995262028, -561330.985357249, -443266.8204087104, -330773.88519653084, -238837.9164937205, -123770.30702557378, -86769.0154349904, -51161.3624036037, 29924.16938367163, 112510.34472072974, 129303.12755618391, 254389.0912940685, 342338.15521163604, 415958.8840688237, 434826.36500289466, 484721.3151515425, 500678.46626649547, 531458.0004609212, 491327.01769067405, 497164.9432964671, 472195.0457492115, 474598.7661444372, 544225.5514369651, 624803.2069669008, 698128.3293782612, 696727.1292220578, 696760.2842789268, 683756.9182416805, 659999.8529053052, 594833.6196208799, 556662.4228619142, 524379.0698591485, 556011.2308711095, 554887.7730589128, 576672.8708985785, 575407.26642081, 556016.1003009321, 523909.4580356693, 483109.1532640352, 486044.46194688184, 485075.9141774148, 538218.861932295, 623060.0242288939, 684082.5283643637, 756030.4479314202, 764325.2616859559, 809297.1917629613, 869061.8600109579, 909795.854995684, 992181.0448314943, 1058199.082522398, 1101897.8305693634, 1116388.518425177, 1138592.9741094757, 1187867.2262690517, 1212453.3654733177, 1230784.3007010324, 1277520.6216648647, 1285000.305038475, 1316495.1098739589, 1333462.5854136504, 1357209.81016711, 1381084.1956354377, 1466610.814951254, 1516032.6003019519, 1602987.7262567468, 1642868.431630213, 1663892.333658432, 1742004.1138597475, 1799174.3854161047, 1859289.105520786, 1914157.3616628486, 2019079.1658678318, 2129302.565310401], "type": "scatter", "x": [14256078.086659359, 14240943.478936406, 14143384.122158002, 14286523.4828714, 14454634.140612902, 14527547.889947066, 14599510.96819009, 14622940.73334174, 14462613.93619079, 14383918.049153032, 14339274.053095393, 14335158.04007898, 14320687.959760789, 14359414.303132653, 14157274.078888442, 14078560.483832348, 13993420.957815925, 13982086.94157565, 13864411.714834109, 13930135.439285474, 13969799.0069053, 14026053.417156413, 14142403.912577858, 14323369.490778122, 14256762.241802488, 14329929.758037658, 14417290.91239044, 14342808.757499218, 14455300.634287834, 14363929.013789747, 14460022.60475518, 14448677.295444835, 14338700.20187078, 14133171.298390077, 13821849.86559459, 13689043.076799517, 13679976.835176054, 13624670.696701115, 13715700.224337842, 13686344.902404407, 13676217.051968345, 13698158.17118109, 13557557.607789302, 13482468.073548445, 13554653.37438946, 13519201.653901253, 13291600.376393164, 13147144.654157268, 13179018.333396463, 13320857.874338662, 13182392.490607532, 13075502.783895588, 12990742.774054375, 12851900.015529692, 12816539.897324743, 12556867.189364024, 12332877.755785737, 12294128.899361968, 12227618.803041123, 12373173.398359211, 12479350.696668876, 12584397.192666894, 12586288.490566557, 12685190.528562339, 12922660.667091232, 13014137.10835566, 13049042.669684326, 13160687.094157206, 13275666.484185014, 13275509.378909726, 13307646.27780585, 13285982.06820019, 13259153.212574735, 13247486.600378988, 13169636.04638615, 13111290.582709834, 13013818.66349119, 12944423.757042177, 12955119.532038, 12914508.42731504, 12898839.637194637, 12895782.847377915, 12952265.391638793, 12918638.642188849, 12914231.161115926, 12898967.582987437, 12846213.619137254, 12822933.377367225, 12849779.772909356, 12845992.369648492, 12895856.54604787, 12980996.099120492, 13144870.627437761, 13211995.128954506, 13286944.772729896, 13283849.916170228, 13205157.933463736, 13150162.520160297, 13064771.208572565, 13021018.456815192, 12993873.90851192, 12885010.997066185, 12947856.28475556, 12825058.582725814, 12764899.81413156, 12765199.311860923, 12741665.869432867, 12726074.983403947, 12694660.705766533, 12657902.863997668, 12656126.294095347, 12671523.648962215, 12650730.26831929, 12639485.00832551, 12622086.961063413, 12557938.086272174, 12493971.117591016, 12377299.793283034, 12335954.755361099, 12247928.003637262, 12270259.609636255, 12224505.28009651, 12257124.627220014, 12170730.793402415, 12109866.783103064, 12045380.501816053, 12026164.970915658, 11932898.0942982, 11911471.277882215, 12004558.868855758, 12095479.20082967, 12125819.026257649, 12221878.114189738, 12289538.950073697, 12401383.332078002, 12467045.924473478, 12515392.903240433, 12391520.428549943, 12376918.712982196, 12308620.850971214, 12296570.901436754, 12435765.758490259, 12529488.23136577, 12640509.466297908, 12750257.032661859, 12786781.83667944, 12735948.490621503, 12787088.78441551, 12863160.877690854, 12886582.22324184, 12897299.764850141, 12843162.279474882, 12815128.153299052, 12785489.247313965, 12734893.012642495, 12623561.417904781, 12505297.948068839, 12388787.080432607, 12338365.926574348, 12290462.879963422, 12246368.216591509, 12112445.603085296, 12003489.981386142, 11998895.850998098, 11998445.500342598, 11940343.795616362, 11890714.958935505, 11904510.156474313, 11750478.176328473, 11704605.437968036, 11585878.000124892, 11522007.157218095, 11516525.971186629, 11626184.919593003, 11759201.342957256, 11872317.181969188, 11956382.233690118, 12044040.079016019, 12060312.06193687, 11978819.621169684, 11861936.243355174, 11783130.298797397, 11656571.611566896, 11608723.21905415, 11631109.467702765, 11541400.336529698, 11446919.721414138, 11394582.384735178, 11323069.919798188, 11216823.903545354, 11122973.408851447, 11126036.372529397, 11029328.538951647, 11038508.952380534, 11000263.989422042, 10975841.616329247, 10992112.325374035, 11064565.500224918, 11119582.2876017, 11148110.632640263, 11215214.357525539, 11283440.08032458, 11345282.10684185, 11371559.559138441, 11441720.037501508, 11492879.167266583, 11503249.845208861, 11493773.374216747, 11506199.606701044, 11516722.215080377, 11556874.944141949, 11603063.119226681, 11601590.237979187, 11522772.989158904, 11415928.979329592, 11281873.410159474, 11266879.9546542, 11199511.514626097, 11179591.178326348, 11136031.870421156, 11142976.838787448, 11115149.338011235, 11068091.708161378, 11044709.382612972, 10980416.20568759, 10921935.962180823, 10909626.86854414, 10883076.900369208, 10888497.584778253, 10909853.641008165, 10889727.01823253, 10913142.556116702, 10867451.09494338, 10859407.10884396, 10806188.293932773, 10749404.213665633, 10705582.171464445, 10641554.827415377, 10579799.023064436, 10469301.829083975, 10406229.24059227, 10334013.538715344, 10347283.43513984, 10304884.587527439, 10194189.50951931, 10199188.564264031, 10132800.202584555, 10036759.782588517, 9993286.022038924, 9974472.073707553, 9941799.787164386, 9881828.573829267, 9781753.025874494, 9802081.758423848, 9782146.908397641, 9731270.339447573, 9720064.938986642, 9686858.822131537, 9642955.565473365, 9636358.11935275, 9562640.830844946, 9434413.492749961, 9457765.256127708, 9412936.152952468, 9270889.600433756, 9172244.335826715, 9101910.258035244, 9004592.090623021, 9012189.60419973, 8961690.90052296, 8868783.852431051, 8818431.77156672, 8797114.937228763, 8838363.718163745, 8855067.034685021, 8819938.395304188, 8837886.88320443, 8781143.495023444, 8738036.973357892, 8774693.858197615, 8676159.821855916, 8644354.407273242, 8602052.437673815, 8489784.235071272, 8426171.98615088, 8373800.522117451, 8330140.166812881, 8260873.089145529, 8218494.255429167, 8191459.492819594, 8072873.754493301, 7998471.971694225, 7944926.901102252, 7924169.511489226, 7885911.750991429, 7739173.947256106, 7660601.576721744, 7497212.586293033, 7542414.981887462, 7503070.921209874, 7360256.015384901, 7276448.100160279, 7230194.837650205, 7131954.238084943, 6938295.66676151, 6764460.773590063, 6616031.618573327, 6408707.2698516175, 6287671.284298769, 6164428.649893141, 6096673.584757308, 6042336.412726551, 5963580.517073865, 5864361.198212847, 5728028.566414958, 5607060.208145449, 5499561.119271509, 5412079.31712661, 5310123.053529591, 5256134.178886586, 5183052.54510229, 5150445.462517313, 5086808.331770612, 5116456.593272479, 5110860.691517963, 5157643.650252455, 5213383.7560203895, 5269529.636685448, 5293459.092227806, 5372993.786065774, 5385996.979082826, 5380514.137487155, 5399249.113176643, 5434379.980410661, 5453643.59528178, 5473394.803335836, 5455257.139430414, 5475974.5521944435, 5503522.719720964, 5540931.793146832, 5551990.736353253, 5537630.715989046, 5563775.104405585, 5582210.001465038, 5590261.593441849, 5672221.470544444, 5761673.90473646, 5827176.239671627, 5890172.326730207, 5959690.197841701, 6016818.908037125, 6041968.136802049, 6056740.064152679, 6053936.104862559, 6043121.440110286, 6071155.742191817, 6130707.902199003, 6196780.602801215, 6277956.030939632, 6344801.033693642, 6402886.581825684, 6437376.534818726, 6478103.0327526275, 6481467.671230172, 6451400.7330336645, 6438367.8155777585, 6397464.762466577, 6366871.5254813405, 6316823.641210049, 6297558.184198164, 6287027.708057846, 6309298.390453322, 6300611.977324948, 6250386.334051116, 6186957.116902027, 6182284.822099661, 6159821.270728408, 6091724.525463711, 6051834.279431518, 6056966.791931294, 6007056.972593651, 5945598.413797504, 5875946.646430158, 5825911.956671978, 5749355.965922272, 5732533.404927439, 5733237.664506322, 5627786.778774151, 5456199.448046602, 5363467.1578932125, 5315414.204365248, 5281907.792221385, 5220702.02609744, 5151876.404460308, 5059708.228608896, 5032268.545442863, 5010001.503511947, 4981589.762777779, 4966216.057816555, 4911453.76585203, 4877082.394560871, 4800367.694260315, 4767879.120769511, 4767328.872040135, 4747260.673192233, 4720392.211062626, 4685726.852491103, 4707360.261125536, 4692572.068718755, 4704369.17219912, 4696000.288385537, 4678256.170044687, 4642680.780957706, 4630840.950882863, 4571213.657372158, 4505546.867405941, 4467316.11057007, 4385480.689811254, 4335375.185554818, 4254219.974389849, 4234792.439424486, 4233376.085952758, 4159705.2531102677, 4104919.880477744, 4044450.6732703415, 4002862.6739585665, 4006280.3943497497, 3970687.7650715886, 3936846.640116492, 3886617.3823601226, 3812253.9525238127, 3749865.044262043, 3696831.587019416, 3707017.979473721, 3707599.310088585, 3715950.7902141237, 3710638.5358697646, 3685657.5251379823, 3671616.1927089533, 3648526.1753997933, 3625578.710657101, 3586438.3683534153, 3533370.878190788, 3441353.1717358427, 3431487.7461889996, 3487377.6765459143, 3563873.619243579, 3661402.6144335046, 3706715.5772480164, 3747058.54597051, 3854954.024797971, 3835237.125610401, 3845046.6624060697, 3979736.451396461, 4000710.7208744446, 4044842.812578791, 4022640.627825164, 4047487.4986388795, 4097492.723537001, 4141120.659991731, 4203954.585197077, 4276593.569685193, 4313645.984908829, 4377368.219760249, 4534128.517302079, 4599207.651165113, 4662756.735938124, 4699472.078419925, 4755634.4736712985, 4783696.158897081, 4782759.013000324, 4721143.80351459, 4770178.934710679, 4807195.966996089, 4831180.984526133, 4883360.228208673, 4938317.672094628, 5041208.775717739, 5160932.550280853, 5256415.584255359, 5310840.077335583, 5349171.405140763, 5411882.462584309, 5447073.643020555, 5497017.395443607, 5554912.745911597, 5604798.518573056, 5646655.335819083, 5651116.402010353, 5644883.055523049, 5648711.543281551, 5627596.986407359, 5602608.29774628, 5554881.1136353705, 5491769.355901501, 5401492.926366976, 5309560.844898523, 5181368.306383277, 5071056.721296759, 4905361.565689576, 4801850.928027409, 4679845.034149901, 4653872.2526687505, 4628558.931800549, 4550252.3288330035, 4522324.8898606375, 4480529.097530287, 4463794.495527498, 4427426.139512788, 4404498.548253106, 4359046.279031179, 4304805.452140946, 4309826.109653022, 4379835.325343424, 4382340.535205093, 4349762.6335196495, 4355043.433719168, 4346002.6056819605, 4382217.450493763, 4423717.388009061, 4463311.210932439, 4479011.7565977, 4469220.00182312, 4477852.6354239425, 4472279.272351308, 4488299.9667648785, 4450439.2473421395, 4402709.9215509, 4328156.530262415, 4225033.214374037, 4097855.4987296993, 3965961.3820860256, 3922493.4324915023, 3840670.808937567, 3793897.9713418507, 3778894.009393694, 3824033.014866604, 3840257.6908704187, 3838889.2762254016, 3858505.0008436027, 3846210.9465646604, 3824192.851157017, 3847971.0139641194, 3827780.190655096, 3779141.725087048, 3686902.460307005, 3552156.241572273, 3501393.1528537436, 3506413.6867209403, 3533151.9031008487, 3518569.9945667856, 3484250.5912246364, 3462765.647683805, 3430296.8126332364, 3352221.013175897, 3329884.9156308984, 3279371.4638966243, 3244177.472402751, 3176297.74239032, 3045751.3649285366, 2964961.65120923, 2880779.5476503437, 2767161.023717697, 2713267.2133857664, 2696880.9967680676, 2634853.6140718893, 2581181.2107173176, 2469732.2927997224, 2405223.3326932606, 2362406.967737391, 2251084.9989113603, 2160580.5272201532, 2092965.9684260136, 2045362.2327812107, 2004089.9498566082, 1968957.9722539033, 1927354.3995394534, 1921382.8230846976, 1909475.4310573565, 1914327.3486805481, 1884953.781341771, 1920158.1114277823, 1922709.272801295, 1859686.4516627141, 1811661.6415429313, 1811518.6908400836, 1742601.4716653577, 1667277.8929469301, 1629028.6017249862, 1609917.135395668, 1586649.0399460543, 1556937.725484913, 1559149.1049702978, 1547289.8449545044, 1506516.873534063, 1453162.999385924, 1399551.8789349755, 1377498.1444012667, 1291064.1925808492, 1286243.4929340845, 1277352.7042695445, 1294467.9065201283, 1334332.3653601375, 1340934.5579434647, 1378468.8736455014, 1405550.4989455233, 1470203.113155308, 1506477.750038335, 1519432.5730346162, 1514615.6504892162, 1482096.0259625704, 1453521.7681777154, 1427144.050850323, 1433371.9920313768, 1467970.2443048835, 1435469.3651439818, 1413446.812243075, 1358397.7582309125, 1369129.4088878487, 1353818.4008185184, 1324655.114185676, 1233959.0047220339, 1120054.8003381535, 1046742.4744085179, 979326.9371693964, 982930.4413776824, 1007254.6663315514, 1034304.6170787491, 1056688.734848154, 1035825.1833842818, 1073854.6236241795, 1089872.6831357882, 1046147.1899822094, 995327.9923092322, 972543.2303964422, 943999.8989945524, 945152.4197219252, 829856.3227183939, 787632.4010309916, 744944.6861519587, 655975.5020421582, 596259.9948436987, 559438.2265437478, 480562.1587411116, 397084.0201939031, 299042.4261036979, 207239.6088219592, 117801.44926773828, -56428.02801547747, -118251.76165150951, -218463.63985599746, -317539.49472310656, -368123.04573558574, -445651.43780705845, -516923.94335182884, -648670.1615340415, -725961.6815010357, -836204.1662262039, -857682.5378427678, -886817.6397912907, -1001219.0629307989, -1101801.0737057247, -1196098.3412848029, -1270375.4183181364, -1300228.8976637176, -1379774.726409507, -1437017.541217511, -1456000.910848623, -1468645.0100243383, -1516425.819705069, -1558910.3767444922, -1587058.9407810553, -1614370.7430037209, -1626170.8483380252, -1641964.020200406, -1673825.5283017864, -1732045.1967447882, -1778459.5550658207, -1803229.8176096312, -1802248.2483732128, -1835454.3983559979, -1841982.3812883198, -1858222.109646115, -1842990.396312253, -1886329.3183052258, -1940236.0195040666, -1891263.146283871, -1835901.3650874812, -1808245.935488739, -1816081.772197746, -1783894.513511579, -1767200.5645866294, -1775862.4471161289]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y776", "yaxis": "y6", "legendgroup": "y776", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8423767.314805385, 8514015.297392191], "type": "scatter", "x": [-13583496.83199695, -13615087.796008024]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y777", "yaxis": "y6", "legendgroup": "y777", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2280704.9856856586, -2272720.8071388304, -2340748.460492575, -2348827.1465282766], "type": "scatter", "x": [-19646155.39002965, -19626258.077826127, -19616016.167051982, -19622185.575884104]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y778", "yaxis": "y6", "legendgroup": "y778", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1047588.6777637192, -1044787.1275240899, -1029893.2248990018, -1046068.1944745816, -1078994.9192904038, -1131122.4639565789, -1164873.0897282006, -1255751.2753971252, -1280889.5741578653, -1265805.0413887894, -1224070.3449027208, -1149709.5937535195, -1102677.917472438, -1073712.9536929578, -1047588.6777637192], "type": "scatter", "x": [13959911.878476849, 14037593.986889575, 14073968.324835315, 14114093.315972935, 14069403.679547952, 13947517.40852813, 13850474.314434888, 13766160.073868569, 13667947.167198153, 13656753.817401575, 13672361.234410075, 13729584.73708144, 13844931.593670163, 13861420.26671396, 13959911.878476849]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y779", "yaxis": "y6", "legendgroup": "y779", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-9703193.569733424, -9703560.692598037, -9663713.596765408, -9679216.475584578, -9652668.359898599, -9653190.33313627, -9676997.520569537, -9645560.968810624, -9641053.811352005, -9620499.632714279, -9634062.870433448, -9641107.308864165, -9660408.183907943, -9671272.451120105, -9688306.813026512, -9696767.014645176, -9670209.882329516, -9675670.43950274, -9694695.827664675, -9666521.2243482, -9638891.325056398, -9600692.509208191, -9607009.606049327, -9596619.404397279, -9568286.493812688, -9559035.428112064, -9523570.09423495, -9490213.962221496, -9459611.131153446, -9427583.63764231, -9411751.187977862, -9386581.196460905, -9367705.947488734, -9362827.98629456, -9341093.750273252, -9362634.296432411, -9331702.529635508, -9294291.339943115, -9263053.403511921, -9229716.620400004, -9212061.23031246, -9193760.263517918, -9198185.859650636, -9195087.453209648, -9196113.244299881, -9168441.422210833, -9148935.991105419, -9123749.959543996, -9030472.645021826, -9035977.239597477, -9057411.50722367, -9040127.918088507, -9019750.786190776, -9052230.502816692, -9035434.691927, -9009707.23970417, -8979044.623131962, -8943538.691247985, -8926602.59979054, -8893571.38226229, -8862185.614559412, -8828724.192523278, -8805213.642786564, -8832082.297804058, -8805510.72238347, -8775511.490612669, -8765509.690695671, -8748718.90613991, -8719072.394710481, -8692669.580451585, -8665345.838551419, -8666434.295566775, -8669986.991469128, -8648527.832378771, -8657955.855828686, -8648527.935719753, -8628132.658373976, -8630271.316668523, -8631812.943890553, -8620650.989996389, -8614985.391447289, -8609220.48661107, -8598355.5510968, -8564130.104147073, -8542379.946817763, -8557484.457046876, -8533930.230979411, -8493216.044061458, -8521462.208812002, -8555086.5149518, -8585334.186099084, -8550938.891897706, -8582728.305051474, -8588345.728884887, -8610771.620798795, -8598601.674974082, -8575146.107863484, -8572556.10777854, -8580739.189383628, -8592969.057282047, -8546682.368408646, -8515305.514981499, -8481259.85882999, -8478947.249935308, -8443353.925063713, -8406135.26340101, -8331181.181205661, -8341695.405165545, -8341613.4623732325, -8329555.109213507, -8340439.272845838, -8366365.019118366, -8401032.181610921, -8401302.066265488, -8381539.509865268, -8355314.498757139, -8337848.436141583, -8358246.846818437, -8344606.583189803, -8260712.805544307, -8304928.88227695, -8318912.693292153, -8303658.399604275, -8341880.269097088, -8341065.9977857545, -8349004.3664551, -8367497.357903276, -8325182.42450565, -8286265.46758866, -8324378.113720589, -8309124.972637181, -8328589.131227245, -8361793.9664333705, -8346917.780255109, -8320449.544433538, -8289829.103923508, -8271168.68454472, -8254009.799784542, -8235223.774027558, -8208917.771690744, -8173224.60262617, -8125868.012444897, -8081692.612751304, -8040242.822292365, -7998911.9063514825, -7957448.970764149, -7920022.778989037, -7877657.926709229, -7834724.327460197, -7792584.877527757, -7746400.184342891, -7703123.341121389, -7656762.90481981, -7614376.111089617, -7563365.246279456, -7529249.495010366, -7486182.270165695, -7449385.267191252, -7414323.495619007, -7365609.760220633, -7333545.931391786, -7303356.753129252, -7293609.3065474145, -7256964.5381522635, -7233007.195800654, -7217318.165203035, -7186840.5882895375, -7150390.788145664, -7134885.632388977, -7161151.89281517, -7199103.2130386075, -7234783.446012254, -7259939.262277536, -7245078.743052657, -7258592.772192098, -7286780.859679889, -7317266.650544036, -7351262.711420567, -7394814.341742648, -7435518.7452963665, -7470530.7672077, -7498630.528797558, -7510391.6457161615, -7548774.63991878, -7585109.925230291, -7634424.370203724, -7675650.743802016, -7719399.899559489, -7751873.095912085, -7774838.420935377, -7806613.287921928, -7848082.582264911, -7888029.497662794, -7929858.340615531, -7964739.83453086, -8004423.914477131, -8104268.205105118, -8143905.151818391, -8186271.191654358, -8227964.880370866, -8285745.761515386, -8331816.478487179, -8369442.260810294, -8387852.25566971, -8427139.573054668, -8464673.448656926, -8508775.628683671, -8529220.359123947, -8555747.125198357, -8582524.402224666, -8628625.759704383, -8637263.1273098, -8638124.611650947, -8651039.462414935, -8656032.255455289, -8696431.973968195, -8710625.411537495, -8736477.551081413, -8772031.680868426, -8808082.430675684, -8802434.024636272, -8833083.135688398, -8876302.515650053, -8917347.77783574, -8949124.062945914, -8987456.876402296, -9023290.193010021, -9034860.199519748, -9059683.297816286, -9089630.761326727, -9118999.584467242, -9130848.956328806, -9155520.2830512, -9183849.414570674, -9216326.389804004, -9264933.607849268, -9303886.60722655, -9264615.286072934, -9230896.629861265, -9194832.990648877, -9164536.105566943, -9132471.292929554, -9127013.377548065, -9138791.619342063, -9161975.568907933, -9114268.354662351, -9080570.390804205, -9075559.538941884, -9049798.59129671, -9024173.973946957, -9007012.088886924, -8985482.89364891, -8955985.324886134, -8917716.82929208, -8879226.19404135, -8838157.596854566, -8844487.323136335, -8864001.051022615, -8866268.163086342, -8825694.690259622, -8743672.186382111, -8719381.064190708, -8691689.145138716, -8663719.09565194, -8629848.919303283, -8595984.716624217, -8551652.498407776, -8530632.461792476, -8514010.765763948, -8504631.438880902, -8498757.444145672, -8482187.951970993, -8459366.772239186, -8432257.346062034, -8405278.910028718, -8369408.407033694, -8331765.082700509, -8298455.540714798, -8254710.213912945, -8229321.330932789, -8183340.695012123, -8148019.141962741, -8125535.096762347, -8098699.750562609, -8063234.915713134, -8019217.108777684, -7966641.897701234, -7935754.201541971, -7941745.757117754, -7978605.299687, -7982513.064391388, -7941070.434893497, -7897281.48626073, -7907858.959424673, -7949230.342767241, -7955490.341562532, -7935637.17604717, -7922399.985362226, -7928879.850345469, -7974678.623690594, -7937614.098759794, -7918047.619188687, -7902914.242396068, -7887834.213024054, -7861891.37607797, -7844756.107588347, -7821048.9305872265, -7782013.879747269, -7810661.330495157, -7795852.522101604, -7848530.959485697, -7888058.956796663, -7866884.358981364, -7823562.289852309, -7793691.422923766, -7801133.048849483, -7842819.938319195, -7802047.523749372, -7789850.918501456, -7786516.363556143, -7789668.743810643, -7803818.906290773, -7811457.359872085, -7848948.819372729, -7882283.132600835, -7863933.19111154, -7860971.07498019, -7862374.530264977, -7861643.234783454, -7847773.232970244, -7836220.685550625, -7807094.946268182, -7788972.593621604, -7779706.28631194, -7750548.2830734225, -7690686.906427723, -7654760.799453922, -7673924.2367812395, -7713669.700227052, -7741236.024921013, -7734472.340215497, -7774796.840454394, -7804370.714280603, -7780372.047609486, -7733439.617356449, -7715795.151534849, -7681176.746440509, -7668139.299371185, -7649121.313642278, -7627115.935945525, -7603083.49850149, -7581164.43657289, -7596423.0803293055, -7559760.417071778, -7531141.060332986, -7535735.609264128, -7511983.61634716, -7473617.263354268, -7445653.729932814, -7426329.045103934, -7411873.583855816, -7405900.396251239, -7414969.131511031, -7428571.818803318, -7461205.54680298, -7508926.499537628, -7548227.412832942, -7580225.556564121, -7596840.988565116, -7629024.579516191, -7661689.404441438, -7671205.316564027, -7652372.163608858, -7610190.944045706, -7636943.579867097, -7653147.583780366, -7669243.090720814, -7681231.979102728, -7684782.912489074, -7800797.517768789, -7828353.858534287, -7876897.679939281, -7901249.121225531, -7939033.883207948, -7982021.08137155, -7983621.937855432, -8025618.772537458, -8064249.751631634, -8107257.359955813, -8143600.882366332, -8157913.441831275, -8142695.338332432, -8102275.471112886, -8063246.66292307, -8031308.642232308, -8001786.514455889, -7964595.639039696, -7913571.208006402, -7905298.202042263, -7905331.966722682, -7896444.390839333, -7883481.516379594, -7843107.58811205, -7804061.72075101, -7766610.6752066165, -7743121.815053702, -7725479.056835325, -7691794.446600507, -7675176.39242466, -7661384.4784139665, -7676389.93793067, -7669835.888033234, -7661583.287411781, -7672961.613988221, -7646755.1533739995, -7577241.697402982, -7608642.935945385, -7661586.590295889, -7686690.42358939, -7699732.774901103, -7691775.272918475, -7705201.7653385205, -7711976.597049142, -7704627.16711709, -7715189.047446823, -7742128.386763411, -7732107.9546124125, -7737711.816613487, -7727925.385980167, -7748068.542125961, -7716169.61928506, -7683438.126711217, -7657956.6660606535, -7585485.106276442, -7603841.820634539, -7637488.404040167, -7678864.452378276, -7750625.494012228, -7758361.130199269, -7763728.956129854, -7757668.966968444, -7749629.459848881, -7725672.305232945, -7698848.583245051, -7701644.197917648, -7683579.902618977, -7709197.36694615, -7745401.3272087695, -7782757.424153695, -7785638.020032969, -7816647.59806334, -7850868.4882014, -7869154.519155391, -7867802.418129474, -7840464.874279082, -7812378.4959823, -7810347.680116162, -7830727.35618461, -7847988.643633263, -7838314.845904753, -7844623.166209479, -7860929.168285044, -7877523.83237138, -7865849.052515073, -7857550.240907552, -7860975.235855484, -7869359.207842505, -7866201.2301290585, -7864975.452374695, -7816954.315188739, -7775026.1554903835, -7808019.071217166, -7855463.688074464, -7899914.716443022, -7936833.362558742, -7961047.70334389, -7963770.589147674, -7971902.888682349, -7972996.641157696, -7983291.568148772, -7988771.869044854, -8003157.673636602, -8019928.155530722, -8056685.097005426, -8091885.645288692, -8125921.03245769, -8157463.300988897, -8191110.543365276, -8218434.187802075, -8244301.010886041, -8267453.464523962, -8278436.835476357, -8251868.209697167, -8285190.555653738, -8321092.594301713, -8350354.828984885, -8369353.94272578, -8389689.118726734, -8429972.142253932, -8460734.729733106, -8499077.593661044, -8522176.522292817, -8529615.040034102, -8543533.193583967, -8551402.680490715, -8568065.707613604, -8589277.080414237, -8618376.742810471, -8643864.692457002, -8675001.285314644, -8707841.937937314, -8734000.668284267, -8769075.16656395, -8796440.601560952, -8827855.74184617, -8831758.827905515, -8857479.514718838, -8866825.071396215, -8896904.990130544, -8923746.23587421, -8945427.329651022, -8977302.521106327, -9006769.87870184, -9043530.016174657, -9074288.015705507, -9109505.337317238, -9140855.761828529, -9171733.798668321, -9192490.077790556, -9228464.644446695, -9231661.63477468, -9241126.178062288, -9234991.701611884, -9276304.904965367, -9312759.226061596, -9340220.889611524, -9367230.491799746, -9398499.816011589, -9432117.554705752, -9463636.132508704, -9493004.95676058, -9521029.439913968, -9548929.52395793, -9578739.450713864, -9614808.488955857, -9638003.626893485, -9643768.404240793, -9665855.118850295, -9656360.95756642, -9683211.539929183, -9703193.569733424], "type": "scatter", "x": [-10941862.7269931, -10937231.078194574, -10988777.874084134, -10832812.779591775, -10827913.790275708, -10810275.444094982, -10656398.272843204, -10656514.127234245, -10653396.21913843, -10516374.615510408, -10422164.760459008, -10374923.136681097, -10231959.717292717, -10026373.00770903, -9844428.448494354, -9583848.358366063, -9464206.033349004, -9186571.048217334, -8996025.926082188, -8890731.791972999, -8772927.19368426, -8835231.710887736, -9072038.275067413, -9298869.350111334, -9411873.22191116, -9603993.074729964, -9667420.187420567, -9712609.238040734, -9751075.488580257, -9829281.876631925, -9972593.676921766, -10075254.280538471, -10218323.893143225, -10063920.357008472, -9950626.793765992, -9810377.77044784, -9749713.916926857, -9708540.512147423, -9711524.00279828, -9796983.7848471, -9918918.733572323, -10054914.322447028, -10190228.883031577, -10322069.372770434, -10455919.650125192, -10554694.28510465, -10683680.410541564, -10787965.517543849, -10988234.865211964, -10942394.183129681, -10837029.399744589, -10750561.087364553, -10673246.369962515, -10554795.644072793, -10471043.266691469, -10420773.86701611, -10383680.15197236, -10362110.290409958, -10280695.182616392, -10338788.938837726, -10416875.30132584, -10450246.334842129, -10392396.125681033, -10305354.275447877, -10234630.540353479, -10195911.071271459, -10104810.192792, -10029650.894688955, -9973234.807810932, -9931543.292008536, -9880035.027225709, -9819380.800572557, -9762612.68415016, -9680968.804062298, -9567316.68642192, -9477200.518550316, -9406258.135837123, -9301434.35631981, -9187241.067351934, -9097288.279113706, -8995510.077828933, -8890824.747622972, -8801332.091096617, -8767211.08456226, -8701971.83021738, -8588662.98237416, -8526508.1130663, -8492742.228218427, -8410518.174430044, -8344365.052071328, -8260078.11486976, -8222056.455241404, -8095400.721542269, -7987577.764756676, -7875637.141400151, -7783964.906077991, -7714611.812335425, -7604435.766054429, -7494522.222192512, -7379177.006809553, -7388062.437679685, -7469273.185013468, -7541600.724960719, -7642013.25677042, -7722501.088914839, -7777810.741076134, -7882464.7818796085, -7812621.88519053, -7711348.624509001, -7623564.453231972, -7522075.92126568, -7418224.010983478, -7351202.261331751, -7247644.379393038, -7167753.363875882, -7087345.832247744, -7008688.0797092, -6911856.620794485, -6822010.618836094, -6829565.043299537, -6728981.0015558135, -6627889.540717718, -6544447.964091879, -6448928.748124802, -6349104.369938755, -6249626.429660412, -6143309.292503361, -6117488.262967299, -6118241.961324606, -6011587.737979898, -5918326.955723608, -5825442.973264853, -5747907.78524295, -5657612.189861373, -5597833.777110072, -5541903.786892494, -5461809.766552067, -5365146.144701525, -5279685.638419969, -5221412.828454555, -5199055.247247662, -5211100.54496566, -5248357.283926204, -5299225.961777172, -5353155.3431494655, -5404099.583978969, -5447841.868295219, -5478881.509393979, -5497417.835398958, -5484932.613775664, -5480686.231986955, -5493451.724305521, -5536726.64804228, -5571115.307601305, -5559819.1121722385, -5533423.756345345, -5503326.187224454, -5465883.8825485855, -5417046.07660201, -5409607.848270519, -5379706.422831978, -5341790.306878525, -5264855.293127668, -5229424.420765433, -5180671.401293082, -5117591.108984778, -5069613.737788208, -5037473.444109397, -4976822.398376113, -4914278.934356577, -4929186.706156404, -5000171.3390424745, -5025266.1625039475, -5095999.999435974, -5159921.814893567, -5204735.781549265, -5251359.839320545, -5275814.9011104, -5265161.982969918, -5239213.564759319, -5181600.769843649, -5224357.643460829, -5296724.429687413, -5321768.564088687, -5350687.726603319, -5375039.467316544, -5364589.925205231, -5310712.319244375, -5248971.779474335, -5168940.1697829915, -5089013.356998617, -5032407.541902412, -4992502.833721556, -4945245.366681401, -4887950.2922936855, -4842057.552061483, -4773867.811584264, -4727908.817940521, -4697091.627795103, -4648412.81772972, -4624739.870580663, -4638860.841310928, -4660405.323651328, -4749592.578849814, -4758475.547828958, -4779663.303254925, -4862829.789135612, -4947778.357218686, -5022042.527275619, -5102589.872471978, -5127733.562549324, -5238812.95431674, -5367177.605010004, -5473069.479236851, -5592197.2703078585, -5536273.413759712, -5413857.922270438, -5312372.9480991075, -5238896.409559853, -5289720.449314906, -5417518.792531896, -5493639.574522095, -5460660.252057353, -5427797.782046373, -5317897.936458318, -5269687.91511087, -5150635.625436634, -4995155.650224338, -4850958.702575349, -4728981.054009566, -4581863.958977067, -4404580.436150662, -4221262.908323015, -4086472.784605782, -3939450.5133906673, -3840594.7422577804, -3781230.094817548, -3728836.352697702, -3642947.586142685, -3550582.5594963343, -3430855.5125037148, -3330342.9596429113, -3166295.901085991, -2995709.62815482, -2848994.8937184103, -2829168.095211118, -2751406.4240019056, -2582709.3865409563, -2459503.7979034563, -2341746.5918365675, -2206390.3541347026, -2062324.5978279314, -1965582.2119914624, -2026627.4994448228, -2069118.862014093, -2082458.7464521185, -2216504.5017037094, -2353702.255118245, -2489951.599633272, -2525062.0532587185, -2547071.3439189233, -2524101.048786744, -2431722.014312422, -2320196.973076537, -2243618.2322897497, -2166118.55372611, -2113757.964573788, -2019242.5629007672, -1924397.5625088722, -1876358.5392356704, -1763719.2810002703, -1659139.5079090134, -1572829.1125994278, -1488259.3451099286, -1411758.2765946365, -1314182.7522205175, -1254257.8425898596, -1188522.229090886, -1172860.431151131, -1257457.8006959823, -1237663.5442697746, -1191709.3890647022, -1114678.2970793687, -1033182.5264134933, -958218.3077017153, -901869.7101539278, -868855.9307340343, -814631.5354060199, -719586.8408593436, -677951.334625064, -583615.0510782464, -583343.3059247406, -545818.0857445413, -459647.78874131513, -437345.36052045284, -342717.0422915088, -241229.64163791525, -142272.4066332998, -52217.91234472398, -18007.22507133703, 68673.82512318579, 149573.43726489588, 240047.24724275726, 329277.7490036508, 411515.21761530207, 501561.6112592129, 571979.9830212747, 623345.4013735128, 681102.559265832, 765673.8947932754, 819106.3715891943, 860642.5805732281, 953328.6750517817, 994092.0865966233, 1079314.7720515148, 1183885.5685886305, 1209729.6865680479, 1281358.0735341692, 1369788.522377639, 1464911.958337972, 1549541.072406906, 1636847.1820139324, 1721982.0663219653, 1752373.2841669652, 1797290.4741684033, 1888628.235390956, 1983159.7127945554, 2073608.2810166413, 2163000.9523933236, 2246345.249344455, 2334049.3952714778, 2412536.8627140024, 2493166.9154789867, 2577905.4113278394, 2648008.3549190424, 2709897.787960298, 2766763.9706613366, 2845908.1150649106, 2865661.8356492547, 2927004.6477934425, 3013408.0918746768, 3057152.991702172, 3107158.3485308136, 3197694.058720099, 3242764.3633879786, 3322278.9638922997, 3419452.559217698, 3504334.644992144, 3607778.713876461, 3680556.470793213, 3757629.701451516, 3830927.3328352002, 3902440.3295070585, 3991900.209779547, 4057319.688492342, 4133518.9905439205, 4212025.303023718, 4244711.815897699, 4327193.335349811, 4404605.015592258, 4494957.011589855, 4575132.988347828, 4645252.635150118, 4718076.932842504, 4770148.630301445, 4755518.461370207, 4809814.587089674, 4844336.395332668, 4934880.189512602, 4973280.591526135, 5023847.273841246, 5097641.19496486, 5173935.961442636, 5268160.398044748, 5331029.620772118, 5402649.98220703, 5470834.625960985, 5544387.263008448, 5624411.588923741, 5620977.7325367695, 5600678.995362719, 5560829.185599652, 5468425.705929792, 5382181.91208571, 5366328.923703431, 5454134.056396812, 5416411.075812149, 5351424.1164564425, 5286873.45804966, 5323056.7185041495, 5403732.018366774, 5504134.704547424, 5574417.44228317, 5626969.83236606, 5691852.440048309, 5761534.774546886, 5806926.657096563, 5883604.510209155, 5939550.292824237, 6030907.015243263, 6117464.147150848, 6208635.2465513535, 6276542.324380327, 6327702.581599609, 6409777.4483825285, 6506445.270518337, 6588054.2483571125, 6657071.461127984, 6715767.385084284, 6785555.090633767, 6857425.601755221, 6936756.948878894, 7023966.6396075925, 7106388.783523094, 7186202.142767594, 7280759.373872651, 7288301.03410586, 7287168.884994343, 7337623.792878589, 7406864.57102141, 7492619.81046762, 7566206.106803123, 7638510.723367846, 7696401.06999154, 7757429.592443667, 7798114.708053038, 7880989.150960214, 7965284.808785948, 8049847.745022966, 8118225.772797373, 8201267.85801975, 8272176.933438695, 8351591.416257051, 8519918.506059643, 8558188.874244412, 8592456.640585525, 8610923.820503952, 8650909.887659527, 8724836.951140592, 8796039.235832743, 8891131.609828135, 8988286.329306569, 9079881.462061327, 9163043.285512129, 9253639.181858053, 9333622.839051409, 9373913.038761435, 9380256.213026375, 9401104.468265818, 9489230.991505448, 9513981.761876367, 9576823.407161182, 9660741.877357684, 9747844.83334842, 9842249.934771182, 9927938.316546788, 10005032.30628259, 10057527.568941128, 10124484.30940916, 10213338.312352572, 10281056.56866703, 10335649.040533151, 10392875.813099908, 10481118.014400426, 10580264.180426123, 10660928.293864962, 10745456.361460721, 10825804.975708032, 10902285.035582557, 10982805.814542998, 11035967.954509668, 11049283.912564958, 11006846.132379321, 10980339.38568123, 10968883.805256633, 11008293.09337367, 11098702.752661001, 11196783.443808496, 11269852.315938434, 11365000.790603837, 11435553.641298788, 11524998.73500138, 11594769.368231056, 11603115.63313939, 11538915.221778233, 11544802.588110441, 11588507.766991422, 11631492.058339827, 11696922.38887883, 11768422.77131713, 11816339.873714587, 11891497.47435818, 11983719.629995376, 12004491.154147953, 12010914.609093133, 12036157.860427078, 12103519.398711743, 12163530.266220374, 12137544.927114405, 12177421.590239188, 12174185.561629472, 12223367.84627867, 12301779.068183456, 12362726.767177563, 12443161.603452554, 12507969.919162959, 12558071.695879037, 12587113.78801339, 12621811.90734471, 12619270.523155166, 12548865.519762255, 12458914.850752532, 12358112.198362645, 12279209.712712679, 12183494.489127424, 12076601.150997894, 11983261.594036285, 11868222.74821113, 11777299.162357705, 11674970.167017313, 11579744.92543746, 11488197.797405096, 11412595.678546892, 11333863.949136568, 11274833.512184933, 11245761.494346738, 11198109.222729692, 11168748.558978599, 11257885.485106459, 11209960.925455106, 11076536.863740457, 10949715.651004352, 10829416.613995867, 10686061.361624815, 10598543.990759619, 10511825.429130979, 10419307.179986326, 10443214.691014424, 10405055.296787325, 10393643.94857685, 10408808.196712198, 10436892.733470865, 10471130.882087318, 10549679.62764983, 10495212.416281981, 10622373.337662464, 10620192.02417111, 10611627.506069355, 10811977.402438952, 10886904.915093703, 10941862.7269931]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y780", "yaxis": "y6", "legendgroup": "y780", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8514014.544915743, 8423767.314805385, 8309095.226962195, 8252996.960974574, 8223368.553312292, 8292516.180317925, 8252616.506930845, 8146225.786719917, 8114814.500561105, 8121438.106155728, 8028971.640026393, 8013237.012229689, 8025884.965544824, 8066989.59525486, 8108367.824846898, 8151295.435686256, 8176994.384318265, 8176781.528865105, 8214715.437366027, 8246565.636513102, 8237176.932905949, 8189266.745234413, 8156041.463922414], "type": "scatter", "x": [-13615090.059261506, -13583496.83199695, -13572380.9070959, -13675734.80806065, -13670230.46692561, -13571701.405268019, -13416274.352987187, -13429206.23940554, -13562404.608248716, -13688584.596487017, -13839469.592747182, -13898311.269319309, -13957307.88267227, -13955280.725677613, -13999252.718834518, -13946576.141322013, -13988112.589270853, -14083408.612787798, -14063667.772358544, -13990486.98383682, -14106225.079136932, -14151626.340473866, -14256078.086659359]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y781", "yaxis": "y6", "legendgroup": "y781", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8731493.008251863, 8733916.006054943, 8726679.510597166, 8690529.800198829, 8679664.338094305, 8668082.58398959, 8674164.595148591], "type": "scatter", "x": [-13195145.585989151, -13180348.247519547, -13128697.145576509, -13086598.449567528, -13114337.872264517, -13217539.675098663, -13308270.559805298]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y782", "yaxis": "y6", "legendgroup": "y782", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8674164.595148591, 8660392.772872424, 8685764.39070385, 8731493.008251864], "type": "scatter", "x": [13308270.559805304, 13248919.512212418, 13185627.914668657, 13195145.585989155]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y783", "yaxis": "y6", "legendgroup": "y783", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2348827.2271979195, -2378265.3380135857, -2402648.537785145, -2349916.084545628, -2325134.504311076, -2319853.0669863713, -2280705.0642362153], "type": "scatter", "x": [19622186.70934626, 19541995.905963317, 19463218.891992588, 19468140.398061186, 19531641.342393093, 19568216.50584344, 19646156.52620456]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y784", "yaxis": "y6", "legendgroup": "y784", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5877253.826729592, -5806010.663565593, -5831069.353320876, -5784334.475920115, -5831987.415839456, -5872090.796152266, -5910144.91146349, -5872572.098692149, -5925793.990109725, -5877253.826729592], "type": "scatter", "x": [-5798559.417781638, -5709977.920228656, -5620055.843990277, -5579073.707266105, -5486339.899571511, -5501010.600756697, -5615709.0505885985, -5671931.085238802, -5733250.435856454, -5798559.417781638]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y785", "yaxis": "y6", "legendgroup": "y785", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5544769.620048844, -5582689.2765829945, -5600513.515642023, -5621985.9633894395, -5671914.743763198, -5673075.764990566, -5613241.041441657, -5567521.8146761395, -5544769.620048844], "type": "scatter", "x": [6666723.162638811, 6714577.799025385, 6799050.923712168, 6793879.208317951, 6746832.314569646, 6598450.315541691, 6619448.033005338, 6651422.930421349, 6666723.162638811]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y786", "yaxis": "y6", "legendgroup": "y786", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2466280.739977641, -2445389.290131999, -2488040.718701116, -2558944.921062954, -2572900.877997321, -2551438.568451338, -2490090.933841568, -2445663.433303188, -2466280.739977641], "type": "scatter", "x": [19374221.155628663, 19409096.324440923, 19430816.032637615, 19385618.375120018, 19312518.63614867, 19260670.02307537, 19273458.528325025, 19332156.82644053, 19374221.155628663]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y787", "yaxis": "y6", "legendgroup": "y787", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1227425.9440284767, 1241673.0638407848, 1237476.5171925891, 1152619.9645918591, 1140851.7675864212, 1151283.498202805, 1182368.8000025311, 1227425.9440284767], "type": "scatter", "x": [-6824117.37481929, -6759517.302221171, -6736571.571111387, -6746605.860506659, -6839821.629862372, -6859083.48908757, -6824942.243024649, -6824117.37481929]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y788", "yaxis": "y6", "legendgroup": "y788", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2647891.7945276387, 2635472.4846340823, 2617039.7220958155, 2569934.0371604743, 2562892.851989513, 2537630.800207593, 2519332.6911048405, 2498475.882406273, 2518689.1707406957, 2554894.672757983, 2603333.800209625, 2617480.8538859338, 2637536.237476578, 2663540.906121288, 2675265.9478703667, 2672355.9853275428, 2647891.7945276387], "type": "scatter", "x": [-16829913.579554178, -16815038.961782552, -16803936.121465586, -16792695.93681135, -16797754.534390252, -16849018.468220916, -16890145.287702125, -16913153.380906086, -16933372.836795207, -16917796.44126349, -16918840.076317087, -16908400.505333733, -16882350.378370088, -16880484.215460487, -16869923.318377487, -16862715.79685012, -16829913.579554178]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y789", "yaxis": "y6", "legendgroup": "y789", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2740652.94565725, 2725643.0235119546, 2718630.6819500085, 2747162.583225946, 2758514.3339166082, 2766687.7636211645, 2777139.158654375, 2762346.9806372663, 2740652.94565725], "type": "scatter", "x": [-16860442.859023347, -16875111.53196541, -16914122.857360512, -16922180.301875, -16930384.229440555, -16928258.184553117, -16913662.188315462, -16880684.440314867, -16860442.859023347]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y790", "yaxis": "y6", "legendgroup": "y790", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2799487.8640519497, 2785670.635618672, 2793195.797780182, 2808497.040701632, 2799487.8640519497], "type": "scatter", "x": [-16920933.66960813, -16929591.615003426, -16984849.48336442, -16970833.264513083, -16920933.66960813]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y791", "yaxis": "y6", "legendgroup": "y791", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2878676.182287221, 2869721.273965395, 2824683.365654504, 2817560.8132568365, 2819743.662145967, 2826801.7889491576, 2857219.4831307856, 2862695.248387385, 2878676.182287221], "type": "scatter", "x": [-17027330.466762498, -17021830.389455047, -17008215.08898055, -17016859.454978548, -17023772.605801832, -17058764.85453111, -17060600.822725926, -17062644.948588986, -17027330.466762498]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y792", "yaxis": "y6", "legendgroup": "y792", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2953356.7493206942, 2922875.494385775, 2910861.389379227, 2937144.264904835, 2946250.114670684, 2957860.1697745053, 2953356.7493206942], "type": "scatter", "x": [-17142209.018340655, -17152459.405186284, -17170178.431790084, -17195912.461449876, -17186574.115097307, -17165285.8663147, -17142209.018340655]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y793", "yaxis": "y6", "legendgroup": "y793", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2914837.9221460414, 2909325.992893025, 2812827.3975829524, 2746032.589958825, 2740978.5982067254, 2808016.827977437, 2842409.918592776, 2914837.9221460414], "type": "scatter", "x": [-8401758.322325137, -8370545.899337281, -8352644.048844211, -8365330.326407703, -8392820.617229627, -8406893.774526281, -8440253.779475931, -8401758.322325137]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y794", "yaxis": "y6", "legendgroup": "y794", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3098983.1503489683, 3106727.133934253, 3101247.1294267047, 3071270.7086564875, 3056195.522223336, 3098983.1503489683], "type": "scatter", "x": [-8446203.687645903, -8394124.271170916, -8324691.34116546, -8328152.420439759, -8448333.057315296, -8446203.687645903]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y795", "yaxis": "y6", "legendgroup": "y795", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3124047.9526641, 3069947.369039101, 2988783.964424032, 3004057.5192861655, 3064074.5762556456, 3110844.6117365872, 3124047.9526641], "type": "scatter", "x": [-8313146.563534242, -8240574.685641498, -8276636.431610189, -8293103.129620131, -8278299.408302036, -8315904.496202179, -8313146.563534242]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y796", "yaxis": "y6", "legendgroup": "y796", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5347831.04801339, 5291983.429622191, 5274360.368141432, 5274209.993869458, 5229870.596808233, 5223825.664454846, 5275999.502383257, 5314521.417839711, 5347831.04801339], "type": "scatter", "x": [-6258134.348172489, -6242637.908440441, -6177166.893361399, -6085973.420961341, -6148844.226141549, -6187353.8727717325, -6295061.142579028, -6306570.922923236, -6258134.348172489]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y797", "yaxis": "y6", "legendgroup": "y797", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5023182.1367106065, 5141286.623172368, 5162263.152752712, 5229874.539218451, 5255872.02655572, 5308318.80887395, 5283394.590124535, 5291700.853185948, 5222929.037957346, 5113037.766234923, 5127294.449523876, 5106712.070943799, 5024641.627802097, 5032643.212076222, 4996209.206022416, 4969333.482615401, 4869818.705065375, 4834750.169420562, 4796159.135826732, 4748686.788161914, 4721456.299077002, 4649512.824727768, 4732112.759900308, 4763000.96762053, 4699532.044349511, 4634101.727970026, 4595677.745029905, 4620698.140789699, 4525363.195864339, 4520582.436347812, 4442893.281231226, 4406895.1073539145, 4288791.247943521, 4209651.707358183, 4183064.0351812276, 4149308.958225532, 4165210.725168054, 4219954.658079086, 4241100.003383571, 4323197.588341438, 4378759.813274809, 4405899.971149012, 4445660.978889471, 4533304.80980586, 4544418.509963604, 4573910.619464764, 4577983.165742723, 4656323.112862058, 4714083.416028609, 4843410.91334961, 4919144.346772713, 5023182.1367106065], "type": "scatter", "x": [4638861.049661842, 4709381.518050005, 4800065.70868189, 4827931.05976911, 4913012.301144576, 5012744.2925179405, 5102999.827410309, 5198986.056181006, 5235665.04207901, 5247857.784205515, 5157506.7885102285, 5078643.322229755, 5095948.510012337, 4997114.856451853, 5009538.4513899805, 5071301.480460998, 5141085.56797698, 5266096.096911784, 5294858.424851183, 5281763.8127733, 5294046.919436767, 5342963.700600753, 5333276.865197207, 5406822.330313162, 5451570.95412241, 5541528.666009978, 5461738.074006259, 5360041.7500893595, 5359947.953051343, 5428685.512836927, 5420458.647265482, 5508484.714923447, 5520246.184917249, 5556844.78361444, 5552732.355416182, 5398498.065001063, 5248265.473311454, 5165419.267643181, 5063415.652149594, 5014242.7531206235, 5000075.5582062295, 5031963.61728058, 5041145.189250306, 5039976.960192418, 5121349.518878263, 5083456.569411436, 5035209.168039229, 4966206.0389213385, 4900107.176317208, 4761058.536030585, 4753616.823969788, 4638861.049661842]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y798", "yaxis": "y6", "legendgroup": "y798", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5667950.615883865, 5676107.324696876, 5643254.748248255, 5592817.567839837, 5572153.401543745, 5571858.523484864, 5611625.523793003, 5667950.615883865], "type": "scatter", "x": [-6193328.035894064, -6157011.97248924, -6042266.799260877, -5961349.539714922, -5965706.07632051, -6012943.51138635, -6124181.793500756, -6193328.035894064]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y799", "yaxis": "y6", "legendgroup": "y799", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7091772.891958232, 7122942.218153858, 7118683.88230968, 7095025.2715815175, 7039054.036015446, 7050420.933460778, 7084403.187242959, 7091772.891958232], "type": "scatter", "x": [-6954970.326535847, -6902036.204602902, -6869014.405392458, -6861351.526087766, -6929671.197062014, -6961501.761853414, -6963606.076383455, -6954970.326535847]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y800", "yaxis": "y6", "legendgroup": "y800", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7149284.87099513, 7196243.694407143, 7188774.067177496, 7167650.0567903835, 7112702.158275641, 7118601.9440512415, 7149284.87099513], "type": "scatter", "x": [-7238994.706586028, -7143796.304963694, -7029672.705698602, -7045056.151570032, -7182088.029881902, -7239872.298939577, -7238994.706586028]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y801", "yaxis": "y6", "legendgroup": "y801", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7655280.161176145, 7625760.7227632785, 7624853.21925608, 7679002.29642392, 7738067.909033509, 7749467.517248184, 7716373.896543122, 7669808.119111961, 7655280.161176145], "type": "scatter", "x": [-6164268.58047529, -6237253.718944804, -6330815.386155363, -6315454.058677242, -6240846.302246978, -6158133.179292826, -6116033.695523822, -6145529.561337789, -6164268.58047529]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y802", "yaxis": "y6", "legendgroup": "y802", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7989857.792972848, 7924798.984128858, 7890654.368420418, 7929508.528914786, 7922041.332721752, 7976430.356618645, 8004671.648133244, 8046870.1909928005, 8011798.831456827, 7989857.792972848], "type": "scatter", "x": [-7647141.0502085285, -7631042.382802342, -7711184.561886576, -7786357.496197491, -7859001.993882109, -7920117.1470101895, -7823414.392964824, -7728746.685437557, -7675671.476558949, -7647141.0502085285]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y803", "yaxis": "y6", "legendgroup": "y803", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8391908.28281068, 8345132.186820112, 8241614.532194368, 8166925.278417708, 8106805.299149884, 8048092.928404095, 8002444.62832547, 8002486.3166818535, 7958742.902858434, 7921887.9478877, 7948107.352456288, 7985733.524357695, 7985742.686227466, 7960777.133592164, 7959683.803043617, 7960302.600303121, 8012476.984271941, 8048714.252012581, 8042466.449939617, 8131147.131351717, 8138138.784534817, 8146683.898735207, 8134005.993998049, 8144551.586179471, 8179415.078607144, 8183471.166756685, 8193748.003196286, 8234300.575987486, 8261715.854658462, 8268996.332028008, 8305574.218382205, 8376268.1080567455, 8412425.803347908, 8459366.881399157, 8434668.396776048, 8389989.234521603, 8409035.316814573, 8350625.634197182, 8396876.040966183, 8358892.04862581, 8254026.861239984, 8294077.814426684, 8402406.612277221, 8413053.322711585, 8391908.28281068], "type": "scatter", "x": [-8038017.478382403, -8001151.66562361, -8059252.380022237, -8110226.767252614, -8036311.505775464, -7948520.997498032, -8000069.6185995275, -8132159.119426635, -8121909.347462864, -8183610.592444365, -8305774.128764089, -8408697.258418635, -8502645.35996144, -8679491.683891032, -8886402.18740852, -9030422.924191535, -9019819.73677463, -9091497.164427103, -9169870.1091449, -9171512.145757306, -9110579.49508825, -8978002.761922177, -8879404.517124612, -8764058.279609282, -8879972.957725283, -9045115.07399567, -9146126.313325385, -9141587.299475292, -8927448.610931879, -9040440.485013956, -9134946.039028982, -8985875.888203043, -8888982.395615418, -8627547.529698638, -8577964.266853096, -8668029.334290974, -8474587.528124463, -8432549.553938707, -8294102.653752569, -8265213.8442785125, -8313806.4319244195, -8232219.123580541, -8170766.763906899, -8091593.141734995, -8038017.478382403]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y804", "yaxis": "y6", "legendgroup": "y804", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8249862.416276275, 8310300.922669109, 8348373.439588871, 8353719.246072737, 8334223.917241287, 8269644.671656887, 8239785.540331078, 8246636.081166951, 8252722.362213295, 8242334.276999242, 8249862.416276275], "type": "scatter", "x": [-6106577.860099334, -6143824.113864966, -6110136.195070481, -6069133.658572021, -5909606.594193175, -5826286.614610097, -5841639.846485617, -5918720.983415194, -5997366.96933398, -6090001.05620532, -6106577.860099334]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y805", "yaxis": "y6", "legendgroup": "y805", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8604878.248278154, 8647873.961178504, 8664177.846261727, 8637368.562220858, 8613604.104349453, 8603316.52714591, 8600970.170424197, 8604878.248278154], "type": "scatter", "x": [10321563.585211355, 10329592.861456707, 10399783.108017994, 10548841.865201838, 10594413.458281625, 10493971.482487718, 10340726.045853566, 10321563.585211355]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y806", "yaxis": "y6", "legendgroup": "y806", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8837444.90542866, 8829042.5742407, 8786578.501035204, 8784874.343619611, 8809478.783905711, 8840132.05655673, 8837444.90542866], "type": "scatter", "x": [10585796.909935731, 10786568.22397839, 10771392.541674875, 10654485.063285457, 10475517.13815631, 10443098.469885616, 10585796.909935731]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y807", "yaxis": "y6", "legendgroup": "y807", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8856488.809735341, 8866702.207368856, 8838752.901616666, 8766596.26214664, 8747546.457686009, 8715975.244761182, 8765414.945775641, 8832161.918160614, 8856488.809735341], "type": "scatter", "x": [9861505.846901802, 10039380.205087068, 10351121.685654841, 10408781.736314513, 10162765.865210598, 10086631.962778462, 9863949.032726714, 9802155.641595554, 9861505.846901802]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y808", "yaxis": "y6", "legendgroup": "y808", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8715817.308061931, 8728885.02430138, 8678759.25190011, 8626181.74737782, 8551779.191541092, 8548103.493783787, 8568981.125847204, 8628396.21640724, 8627344.810579402, 8705873.653958354, 8698417.543891247, 8727069.842229275, 8715817.308061931], "type": "scatter", "x": [-7096420.9424269255, -7076919.17112719, -7073671.723516521, -7125884.3444253905, -7236095.67979982, -7363479.888131129, -7422234.800937009, -7357795.374848193, -7480627.469904508, -7399532.020379471, -7328680.91184096, -7187246.030999538, -7096420.9424269255]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y809", "yaxis": "y6", "legendgroup": "y809", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9001467.320058273, 8954047.883589787, 8912750.493988318, 8853854.483052393, 8991539.178571818, 9005420.252335483, 9001467.320058273], "type": "scatter", "x": [7081932.450849972, 7316706.449430252, 7344795.950452678, 7009484.782849514, 6983309.749341948, 7024668.782525861, 7081932.450849972]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y810", "yaxis": "y6", "legendgroup": "y810", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9147790.4505754, 9176089.353324892, 9131436.675219258, 9042334.797870597, 8951919.587293211, 8932133.020824494, 8952190.97698677, 8985642.96842341, 9055863.573825452, 9072006.928756114, 9147790.4505754], "type": "scatter", "x": [6289196.060886953, 6404093.799289277, 6587472.323098069, 6849182.238518425, 6935521.312017597, 6803576.653758506, 6585306.195295766, 6433139.625647904, 6304891.513201053, 6193662.155177974, 6289196.060886953]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y811", "yaxis": "y6", "legendgroup": "y811", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9111739.096217882, 9140245.388267223, 9144453.125272822, 9168509.214286357, 9167523.63114098, 9110459.234978065, 9060669.879768416, 8991099.464131933, 8954565.888383636, 8927932.2074988, 8856297.013605727, 8854537.564839492, 8874303.947791792, 8919209.197862538, 8955908.665304884, 8980440.820977172, 8985269.437260887, 9022103.55487819, 9069348.647196412, 9111739.096217882], "type": "scatter", "x": [-6482216.827641052, -6402797.339639109, -6328314.428320209, -6331057.043863275, -6174674.958865396, -6149511.50681787, -5973375.350005285, -5988425.858867687, -5940004.06591044, -6062363.46827717, -6263592.460413674, -6391482.134888805, -6519034.263002567, -6548388.523119026, -6508419.93181443, -6426938.010306637, -6549718.886627406, -6586329.46429246, -6577583.345494464, -6482216.827641052]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y812", "yaxis": "y6", "legendgroup": "y812", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9229282.378845138, 9244882.423695413, 9245458.446554454, 9257394.0792698, 9291906.15079762, 9284040.458936075, 9253324.68417203, 9306748.084431939, 9320494.709670123, 9328438.390513044, 9327199.065265143, 9315126.761603452, 9327644.076746901, 9317454.379395766, 9307308.8732674, 9294855.027638614, 9278033.582348712, 9246497.778266843, 9218259.389487743, 9176340.761266448, 9159250.062647687, 9137333.86619306, 9133832.9337681, 9074274.000128664, 9047749.84537859, 8965443.793405483, 8952803.521400383, 8932909.688996881, 8929227.014009392, 8912602.795580704, 8895651.029971171, 8841732.523627628, 8808248.663358523, 8782816.275582235, 8743099.558741728, 8715861.600213515, 8691684.98592522, 8690614.475432921, 8664840.869280215, 8609996.661270186, 8647398.972510688, 8640996.19023515, 8658673.885655072, 8670663.308350634, 8720703.89448924, 8737879.327792361, 8814011.448299114, 8819318.105334036, 8766250.694965288, 8836896.395649312, 8861654.85840753, 8898988.85045793, 8918323.703291694, 8953421.228893312, 8997486.12975194, 9051335.83917589, 9039739.483975517, 9026550.139634116, 9060130.25520041, 9077627.505326161, 9080100.797449527, 9119173.742841052, 9162149.782006482, 9194551.990845257, 9229282.378845138], "type": "scatter", "x": [-6051477.976834734, -5935130.452037898, -5856698.688210727, -5713541.688163448, -5580213.324112306, -5506508.457435202, -5466080.06941713, -5362374.188117039, -5262122.276925545, -5137059.5546758035, -4938619.509894895, -4915066.5571303535, -4715184.079289323, -4582753.379363476, -4449805.360693807, -4285031.795619484, -4157331.750851089, -4060522.831593146, -4084171.031778001, -4277935.267025465, -4453233.572833751, -4531289.1557107745, -4387195.21347153, -4593165.328410289, -4725474.349200562, -4909278.559032902, -5063162.227407592, -5124082.720553596, -5339197.0329392515, -5256645.415087391, -5319589.291595918, -5306267.67573895, -5401768.357453985, -5533732.394851289, -5601430.144690768, -5725660.590195526, -5736089.301314027, -5612622.144391371, -5632371.1199694285, -5874230.619184434, -6034179.299768043, -6255705.996295818, -6348801.559509955, -6476251.029466875, -6437504.843633236, -6286753.550773958, -6249438.492704407, -6200595.318789136, -6058332.431453064, -6090096.193521148, -6181894.240748668, -6088095.182999022, -5944283.176972743, -5890724.490868412, -5946430.938702054, -5922288.831742592, -5745205.419124928, -5703345.916807655, -5563925.332997184, -5701649.058090062, -5939129.6967258835, -6019722.600678865, -6030910.901026098, -6074805.149485855, -6051477.976834734]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y813", "yaxis": "y6", "legendgroup": "y813", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9225867.863263959, 9286936.105259193, 9278581.705426507, 9317656.41291179, 9325218.237672329, 9305798.25517893, 9214579.29503111, 9173003.634513322, 9170619.072413929, 9164024.037981575, 9143970.89078891, 9153288.137843864, 9113059.42298807, 9145645.897849726, 9105445.987384135, 9041778.06361564, 9081337.196049899, 9121868.662259813, 9099183.725290054, 9051501.868037546, 8974223.038301017, 8948982.906820847, 8931668.42275073, 8924955.705428822, 8844776.331936521, 8773362.630371118, 8649926.78428793, 8576604.655024353, 8573185.278474027, 8539435.046900943, 8479134.572292157, 8384645.135347237, 8375278.547763898, 8278691.697846769, 8272700.825370365, 8226499.4051071135, 8187641.39194063, 8171815.978816943, 8172923.182601844, 8096470.522603354, 8047048.826011117, 8095088.085342727, 8065982.444463999, 8036732.937211591, 7967497.7981332075, 7877689.720482627, 7858254.917752454, 7901930.978032837, 7967133.978570603, 7891433.978695413, 7834559.544502135, 7826618.96983855, 7819007.228044657, 7725490.017688371, 7641617.315223394, 7607658.004420502, 7608948.099033733, 7567951.799685578, 7453346.58008157, 7379660.780471178, 7376437.178009238, 7351896.188896302, 7329008.585070111, 7262337.020490919, 7184687.540600531, 7113029.487846054, 7028068.284198724, 6940435.464511832, 6849727.533683889, 6742550.886716748, 6739272.711884653, 6833696.480326293, 6839568.029695237, 6903039.356328527, 7013108.09132066, 7155609.195656666, 7229072.991614078, 7328673.822909904, 7434410.794607485, 7514588.132336285, 7555279.348765238, 7681098.182631916, 7717995.5384537885, 7762964.187658155, 7848303.168630083, 7812316.333136421, 7797399.174846379, 7784135.660631162, 7823278.1558972495, 7897924.910787031, 7955159.033242218, 7954319.813949967, 7919956.486159414, 7993930.315917899, 8033697.256361967, 8020892.982112951, 8050192.556631827, 8149095.027980701, 8191266.884277223, 8268585.296301716, 8386874.613733836, 8432125.02704332, 8477448.53095161, 8547226.45771271, 8560372.890512347, 8562962.553790491, 8561679.507936956, 8598887.703118311, 8670624.829479951, 8697110.153446492, 8697615.845299277, 8736286.66870947, 8785449.51862569, 8826106.32513582, 8867616.021147974, 8910290.54040241, 8948145.015333489, 8991951.948065858, 9032292.148179116, 9099559.686207931, 9108321.379177412, 9156778.422854349, 9180828.360157594, 9192809.320483848, 9189265.747549236, 9154250.94504287, 9209916.7086276, 9166432.280583205, 9156105.357410243, 9118197.914853377, 9179657.23171075, 9225867.863263959], "type": "scatter", "x": [-3077996.9525990738, -2824959.387364644, -2600055.1378553216, -2498734.8868698967, -2266506.6472007576, -1756288.222156389, -1373133.887126713, -1505858.8508226883, -1760708.8093366565, -2121014.967363323, -2094788.502605952, -1855324.6321735382, -1666049.5950973951, -1527167.2593718902, -1481901.5264508554, -1572489.7038232593, -1390301.9006153874, -1055520.214180688, -858105.5567007272, -826991.9718238204, -1117416.8544818193, -1160920.6209438893, -1385113.5668578795, -1226331.0513685308, -1323924.8997945248, -1395584.8406638175, -1419159.964983402, -1346619.9246817317, -1461278.274753265, -1588848.0142495343, -1465735.536344409, -1466992.8148627428, -1549007.5061422714, -1470322.4910206418, -1640301.9398060536, -1561327.434904074, -1594167.2587341876, -1705865.647354805, -1812936.1462361978, -1732693.4805521877, -1741987.950758147, -1885752.9114189707, -1932550.5679649937, -1833641.8418430395, -1745282.1583905492, -1733178.1098199966, -1879437.6226576085, -1931452.572466727, -2014563.2645760854, -2004985.62849226, -2111002.5682653184, -1901476.2398360195, -1792450.0024308807, -2028344.5138327263, -2269121.099346955, -2517709.5183856236, -2608017.5626866585, -2704539.951315264, -2852367.070737801, -3054195.3868215685, -3113332.4640718335, -3233139.817054479, -3361893.758316313, -3456266.741804224, -3482553.9618299664, -3549069.5203966773, -3717948.475788818, -3711067.0712469956, -3779423.9195309314, -3858601.7283030804, -3985289.190995583, -4085165.8320684503, -4260103.880749697, -4322856.13448855, -4340264.889952945, -4434667.696774918, -4448137.225174541, -4418027.27995364, -4489061.863905567, -4423164.0214950815, -4460241.570349589, -4320970.244571686, -4181163.3084389577, -4128753.639344483, -4073099.487010817, -4181696.0366051253, -4232624.506562809, -4311580.415590134, -4391933.469229633, -4360507.361864279, -4300825.984576975, -4227523.852465576, -4081495.58958442, -4182564.569499822, -4233421.885826707, -4318403.953987527, -4369008.759857285, -4230135.0419425545, -4255040.967021009, -4274351.977650737, -4299522.953682123, -4368920.722142417, -4341144.940095863, -4497355.251094029, -4645588.880389717, -4841054.275745046, -5022129.541622492, -5080913.72604388, -5154807.839464308, -4944381.432472639, -4798251.920369021, -5078849.633940785, -5202465.087139022, -5160181.592280492, -4859366.740432778, -4569923.299280985, -4515233.1355837025, -4669561.045884237, -4578518.736610172, -4291777.464152438, -4186859.6944681145, -4179742.259363857, -4003877.5257847644, -3790592.80840586, -3588343.9124143217, -3537440.155867159, -3327015.914522116, -3193362.541201303, -3105271.4204215184, -2986026.9344064794, -3112497.679455366, -3077996.9525990738]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "y814", "yaxis": "y6", "legendgroup": "y814", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8445790.399697058, 8443580.900958264, 8417523.30396255, 8354002.259450134, 8433130.336469196, 8445790.399697058], "type": "scatter", "x": [-7985952.9599976, -7886024.937095098, -7855594.896006623, -7990114.7900438085, -8025656.237888443, -7985952.9599976]}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "Equator", "yaxis": "y6", "legendgroup": "Equator", "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "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, 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], "type": "scatter", "x": [-20037508.342789244, -19632710.194450065, -19227912.04611089, -18823113.897771716, -18418315.749432538, -18013517.60109336, -17608719.452754185, -17203921.304415006, -16799123.15607583, -16394325.007736655, -15989526.859397475, -15584728.711058298, -15179930.562719123, -14775132.414379943, -14370334.26604077, -13965536.117701592, -13560737.969362415, -13155939.821023239, -12751141.672684062, -12346343.524344886, -11941545.37600571, -11536747.227666533, -11131949.079327356, -10727150.93098818, -10322352.782649005, -9917554.634309828, -9512756.485970652, -9107958.337631473, -8703160.189292299, -8298362.040953121, -7893563.892613944, -7488765.744274768, -7083967.595935591, -6679169.447596414, -6274371.299257237, -5869573.150918061, -5464775.002578884, -5059976.854239708, -4655178.705900531, -4250380.557561355, -3845582.4092221777, -3440784.260883001, -3035986.1125438246, -2631187.964204648, -2226389.8158654715, -1821591.6675262947, -1416793.5191871182, -1011995.3708479417, -607197.222508765, -202399.0741695883, 202399.0741695883, 607197.222508765, 1011995.3708479417, 1416793.5191871182, 1821591.6675262947, 2226389.8158654715, 2631187.964204648, 3035986.1125438246, 3440784.260883001, 3845582.4092221777, 4250380.557561355, 4655178.705900531, 5059976.854239708, 5464775.002578884, 5869573.150918061, 6274371.299257237, 6679169.447596414, 7083967.595935591, 7488765.744274768, 7893563.892613944, 8298362.040953121, 8703160.189292299, 9107958.337631473, 9512756.485970652, 9917554.634309828, 10322352.782649005, 10727150.93098818, 11131949.079327356, 11536747.227666533, 11941545.37600571, 12346343.524344886, 12751141.672684062, 13155939.821023239, 13560737.969362415, 13965536.117701592, 14370334.26604077, 14775132.414379943, 15179930.562719123, 15584728.711058298, 15989526.859397475, 16394325.007736655, 16799123.15607583, 17203921.304415006, 17608719.452754185, 18013517.60109336, 18418315.749432538, 18823113.897771716, 19227912.04611089, 19632710.194450065, 20037508.342789244]}, {"showlegend": true, "mode": "markers", "xaxis": "x6", "colorbar": {"y": 0.37152777777777773, "title": {"text": ""}, "len": 0.21797535724701078, "x": 0.9950787401574803}, "name": "Cities", "yaxis": "y6", "legendgroup": "Cities", "marker": {"symbol": "circle", "color": "rgba(255, 0, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [5733755.724455015, 4671914.043259923, 6246448.07265083], "type": "scatter", "x": [-12179.454573703664, -7484491.800707818, 3473441.8771092463]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y817", "yaxis": "y7", "legendgroup": "y817", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8728339.11854077, -8686769.21129167, -8704279.790596003, -8739278.441386215, -8778657.139354039, -8828976.652627792, -8844296.090126295, -8804910.114208847, -8765530.803755276, -8758964.78947944, -8728339.11854077], "type": "scatter", "x": [-3615190.860082553, -3717709.8334581964, -3627043.03914386, -3508641.262681603, -3384368.965402826, -3241170.8899563495, -3237877.5435281373, -3374025.852541013, -3496258.771675026, -3515436.9461358944, -3615190.860082553]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y818", "yaxis": "y7", "legendgroup": "y818", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5971175.514839182, 5891668.541310248, 5792286.8233060315, 5726548.6159205735, 5743366.339478862, 5859555.593786932, 5972711.225276481, 6059884.415899101, 6111883.122683668, 6116473.9748833915, 6047648.99645187, 5971175.514839182], "type": "scatter", "x": [-407720.0174757244, -403602.83879339107, -463537.99161168456, -592317.6957140816, -687944.3411084188, -617321.8550449227, -637137.5776861772, -537379.731137046, -482986.72783267294, -429072.07455124956, -366334.032395343, -407720.0174757244]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y819", "yaxis": "y7", "legendgroup": "y819", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-287511.80110931647, -363699.7122411736, -426979.9555972142, -483632.32185799757, -539228.2793052332, -604374.1573938595, -672721.5573119754, -731372.4079538865, -743276.4566933429, -816970.7413716108, -889529.894599351, -1006826.2552856554, -1003151.1785594902, -1052145.1380087608, -1070938.2940970587, -1091800.743924066, -1138339.1424377381, -1170308.5521096285, -1178025.1961059263, -1149353.7479114789, -1136927.3115572718, -1120282.6518321391, -1049715.9873623187, -988896.744744797, -892107.4547957138, -843745.8172167455, -875287.6409734946, -911802.1693703044, -993377.6787334345, -1031397.4311653515, -1012901.8633722876, -1008289.4292173999, -917517.4411600397, -895273.6857389276, -926781.9281784039, -930182.5362587947, -840179.6000857041, -809472.6294597089, -689220.0246226575, -596385.1496186513, -502741.3795663041, -493495.4187849938, -391311.15017383633, -445048.74755023076, -454797.46786624106, -414248.41357359337, -366202.56437047647, -311882.9172153092, -272060.61529259523, -274209.15098062565, -244872.54869481028, -244649.69607744913, -178816.98940482823, -158400.42164500649, -103687.82816813965, -76900.14697623816, -40861.38646506833, -86271.26048509416, -127367.07191921082, -306202.98203313973, -372385.4140535345, -255100.91904585253, -188365.30440899983, -188268.1641181011, -226821.50589479698, -266374.9986010666, -287511.80110931647], "type": "scatter", "x": [15680019.750762485, 15863215.404728696, 16058719.756070517, 16124949.415137015, 16175326.885893555, 16177241.744978884, 16344158.10533291, 16354320.460453134, 16249015.690926353, 16250193.884106115, 16323577.175292274, 16349772.359951848, 16414243.05763547, 16389211.847411916, 16465780.13544329, 16423604.527786942, 16518732.216596005, 16491334.21106439, 16415143.088778203, 16401906.707814083, 16313618.733490717, 16210579.757862845, 16156241.149232151, 16118841.168938791, 16098208.240070501, 15971124.12317869, 15866943.440824153, 15786767.075437346, 15770235.369087055, 15668803.085343221, 15614630.353686912, 15502742.566794915, 15438476.125197185, 15334290.927127577, 15296201.596743677, 15155463.138202645, 15232422.807535864, 15311537.462621579, 15317027.279451901, 15286534.306534296, 15090935.463413024, 15001135.64650179, 14851100.934238184, 14810054.05512451, 14765834.432861585, 14747066.711181637, 14753568.871249693, 14675356.891621388, 14799368.873850796, 14878471.515665716, 14871953.054855555, 14709140.07552095, 14670134.875942668, 14571965.00546023, 14527437.92856129, 14678353.037123725, 14736182.698282892, 14913829.411297914, 14929774.051638745, 14946501.394924512, 15053205.237504695, 15159886.892726924, 15293116.2502156, 15392041.652442588, 15484132.06661128, 15562893.31959528, 15680019.750762485]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y820", "yaxis": "y7", "legendgroup": "y820", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [500455.671297213, 541828.4460748902, 602396.973700204, 679305.0008624298, 765738.9169838093, 766101.814317098, 710156.1943031551, 662086.5351082726, 631255.836865115, 597985.3044228405, 554668.956147171, 549183.0184308863, 495184.1025834513, 457514.72497425554, 357648.3694062799, 252961.0289583864, 202090.73417860855, 99762.3111719492, 86717.02880549779, 11331.063311473778, -88871.17372853553, -164491.67498778325, -274614.8585883106, -443711.58592654194, -404379.7773047585, -454134.59992202173, -386539.70963542326, -380288.2720236928, -344859.78594136826, -384625.42035759107, -331111.3070630587, -337191.2622030068, -324431.3633934811, -176131.3487311013, -145395.09118204998, -50809.61209355203, 45929.85036065612, 148383.6422124154, 221867.4015718881, 183971.2045904047, 204633.52789297755, 298254.57850482006, 319108.625250065, 343048.43665996846, 430528.63368758577, 500455.671297213], "type": "scatter", "x": [12673755.039793264, 12710895.730594339, 12794251.063703759, 12863833.18175826, 12899621.071889319, 12944236.599005494, 13014366.558413293, 13030092.045100376, 13109500.243056946, 13208610.070227643, 13208898.17531034, 13135477.312823262, 13164487.72862471, 13088594.948729401, 13038585.39120257, 13130676.466400849, 13115224.227143591, 13245026.027904509, 13113535.795472909, 13077608.062246764, 13081171.005644709, 12971061.30598924, 12960379.694638148, 12898060.601266744, 12887037.194794202, 12754074.91006514, 12719041.076919597, 12640569.89858361, 12589162.318668688, 12452537.446315307, 12417888.53374869, 12344446.32262705, 12254085.423948145, 12248337.34912497, 12194303.0059208, 12143663.91349413, 12128237.764510788, 12138213.014952797, 12200223.403757596, 12284095.289803585, 12368848.470328337, 12384017.025372364, 12429499.377825614, 12560302.346585851, 12629444.951927587, 12673755.039793264]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y821", "yaxis": "y7", "legendgroup": "y821", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8324704.915759617, 8281436.78724045, 8289754.026029417, 8318859.031202098, 8369110.865884973, 8399180.995080315, 8360031.703977639, 8324704.915759617], "type": "scatter", "x": [-2709119.8048471753, -2793479.869586471, -2823169.092160665, -2811503.2454873812, -2714413.8891185364, -2625685.7041031877, -2663677.194986945, -2709119.8048471753]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y822", "yaxis": "y7", "legendgroup": "y822", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8608245.25789907, 8605046.227396417, 8612165.449755607, 8643371.577597784, 8641738.85069357, 8621009.716999007, 8608245.25789907], "type": "scatter", "x": [-2264654.2893632404, -2280789.6558336588, -2314451.180878995, -2269551.187612857, -2224789.943246142, -2241383.675182441, -2264654.2893632404]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y823", "yaxis": "y7", "legendgroup": "y823", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8747335.922674797, 8708537.815874653, 8668191.546823028, 8645154.3096621, 8671084.927919084, 8712980.410370369, 8759184.110458411, 8754724.081490597, 8747335.922674797], "type": "scatter", "x": [-2105123.9310349463, -2142551.1359738926, -2214691.8593574204, -2287149.3670878825, -2262859.2034275704, -2202184.4057130623, -2125966.3514197306, -2105492.5280161304, -2105123.9310349463]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y824", "yaxis": "y7", "legendgroup": "y824", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8259109.719914938, 8272865.821662637, 8308828.514019177, 8370114.538266608, 8425461.915868137, 8474197.77125331, 8487832.123043407, 8522404.614096856, 8568210.276940553, 8561120.111422788, 8525219.831756644, 8525467.894235969, 8488749.353135724, 8446822.75522786, 8421568.199707875, 8395045.085588636, 8390136.23361129, 8380785.8155814335, 8404983.980623951, 8414484.549675787, 8406633.740610987, 8364536.667700489, 8318357.215043319, 8288686.970773878, 8264707.309977685, 8278276.020455932, 8261088.051239109, 8259109.719914938], "type": "scatter", "x": [-2648375.1516084983, -2676113.9955624687, -2699399.142135904, -2613602.709295637, -2530103.9131007157, -2479920.73274013, -2512363.911004385, -2485698.262960512, -2400720.435886944, -2360998.4894053065, -2390429.992926643, -2339746.634509492, -2374272.4699826636, -2444896.4474748257, -2452467.1507072193, -2475137.1561905784, -2444993.598504515, -2418028.925471826, -2338848.506888854, -2269383.05853075, -2235596.702712862, -2263037.1280332245, -2318906.925669574, -2377232.372178737, -2454346.201896927, -2473689.7921405644, -2583834.8984328234, -2648375.1516084983]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y825", "yaxis": "y7", "legendgroup": "y825", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8678914.103533458, 8661423.998411918, 8628007.859438315, 8595878.980433516, 8631936.756504852, 8667533.829833029, 8678914.103533458], "type": "scatter", "x": [-2551008.3460748983, -2551491.2636425504, -2622036.668672658, -2727755.2692156527, -2694083.842492123, -2606394.395406405, -2551008.3460748983]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y826", "yaxis": "y7", "legendgroup": "y826", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8751648.803270422, 8729043.087514961, 8707268.505412677, 8707375.242844759, 8723302.277700832, 8756734.843397839, 8751648.803270422], "type": "scatter", "x": [-2406087.314573295, -2420316.1820335104, -2488495.531242736, -2525562.766608601, -2494549.575195801, -2408007.2239639484, -2406087.314573295]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y827", "yaxis": "y7", "legendgroup": "y827", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2047957.4799447136, 2038207.998555926, 2016221.232762064, 1988315.1680020902, 1988970.0570669607, 1985066.4665722644, 2032430.9944392315, 2048603.8260017554, 2047957.4799447136], "type": "scatter", "x": [-6998990.836240318, -6948564.436818649, -6937430.907553296, -6974489.2093302645, -7053987.218008155, -7117277.93994167, -7106125.008181712, -7085151.701927282, -6998990.836240318]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y828", "yaxis": "y7", "legendgroup": "y828", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2045274.8620736103, 2035350.9514717413, 2008768.486148976, 1978460.4225847383, 1976398.5444107312, 1957901.8710815709, 1975663.5901738096, 2015992.4446751922, 2041290.9869941843, 2049004.2175645255, 2045274.8620736103], "type": "scatter", "x": [-8191994.2165946495, -8125135.874971953, -8080114.745296558, -8075053.884031559, -8150391.686217138, -8190200.210348773, -8242210.253414676, -8285723.668320395, -8262164.9111436885, -8214440.590601998, -8191994.2165946495]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y829", "yaxis": "y7", "legendgroup": "y829", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2565425.337767709, 2557524.783157713, 2556277.1830953173, 2518546.703466463, 2478005.2564300867, 2490514.5667448044, 2464494.710781022, 2395915.0638831276, 2345975.595371846, 2347497.5423204964, 2324917.4813907933, 2293747.41462582, 2289187.562182876, 2243879.1395236175, 2217943.3889089082, 2203890.2578965668, 2198392.6292621503, 2207151.0927028144, 2196367.4959452692, 2258127.363249763, 2286884.7591591952, 2294285.2154731434, 2326244.863861661, 2389300.5615691254, 2384989.144648888, 2414680.254123772, 2437906.251065537, 2455067.2054464584, 2476666.2097867294, 2504334.5256521846, 2510002.7738095773, 2452460.710740979, 2450915.7009651163, 2423898.483602406, 2411790.6358465566, 2422287.7186037945, 2456494.9153968766, 2496448.825101312, 2521073.2731475635, 2542659.5723332055, 2553258.3416839205, 2565425.337767709], "type": "scatter", "x": [-8422575.37415832, -8338564.2651224, -8258772.300671599, -8183001.511679307, -8163665.636121793, -8060951.989377344, -8038009.826383326, -7985273.188918113, -7945201.162549003, -7910288.625040917, -7859106.864460201, -7881348.482155516, -7806680.181960478, -7748465.19430244, -7772451.275104791, -7848298.28604849, -7921238.781538703, -7989421.603462293, -8144284.637501705, -8045466.50560721, -8074354.006049633, -8137953.600651952, -8158334.843908054, -8151486.827288865, -8212200.907477485, -8293419.515780954, -8312250.534416319, -8437582.56081661, -8461828.52989651, -8408088.932482174, -8505764.576756936, -8611593.653730892, -8655182.239282649, -8684836.814304436, -8742622.370132105, -8781073.80469857, -8707599.539936945, -8662885.722348105, -8602505.026607767, -8537866.178105842, -8454264.175507728, -8422575.37415832]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y830", "yaxis": "y7", "legendgroup": "y830", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5687360.697669107, 5617267.039897663, 5519970.649388311, 5557544.68773006, 5533707.88114189, 5494925.387175537, 5464438.449173006, 5491540.113029768, 5457334.90537041, 5375891.18232583, 5394909.3033323465, 5335902.975077179, 5266787.172217636, 5168949.6746028, 5164813.601251894, 5185798.708180947, 5276755.609650452, 5290884.05513662, 5194461.8020931035, 5198322.317120836, 5250556.478051676, 5277571.477167166, 5270929.656598122, 5274325.249952842, 5307247.934280517, 5346395.398441262, 5376603.741058015, 5443593.565366805, 5620744.95469431, 5684063.524120556, 5722408.935323846, 5717533.345345339, 5687360.697669107], "type": "scatter", "x": [-3876344.183935989, -3966930.7244446557, -4087854.440639672, -4012674.654671063, -3982362.7383074737, -4036398.616867132, -3994453.5884418557, -3941332.3902497236, -3893421.140256065, -3973550.190806912, -3908627.130435782, -3940039.362632719, -3964017.23575399, -4062097.652244003, -4099527.0212221313, -4135442.6834295443, -4056003.7723516547, -4067054.7186392923, -4222593.8841294935, -4265319.343040774, -4174565.8267923733, -4227457.733936836, -4313112.622261854, -4456542.855126309, -4442810.004972968, -4366345.421178732, -4375303.786739695, -4261881.0126098655, -4050781.2670738255, -3958261.813209092, -3868483.5045067365, -3840051.675861633, -3876344.183935989]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y831", "yaxis": "y7", "legendgroup": "y831", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7223560.785141846, 7185327.523568543, 7150593.032118469, 7097581.004144404, 7106262.478874795, 7069307.815544034, 7034224.073417837, 7061029.97492112, 7111211.019032514, 7051888.1591997165, 6994222.847080188, 7059417.044531589, 7048714.182265232, 7103848.708402403, 7191595.9053113535, 7293711.52646006, 7284624.729904597, 7235591.146389894, 7252790.0254278965, 7223560.785141846], "type": "scatter", "x": [-3940983.7769799954, -3939578.652441014, -3929778.8166998723, -3993459.660488199, -3946407.889281124, -3957940.220522739, -4046204.1690616095, -4089376.151082906, -4051845.5690027107, -4178343.713589185, -4325945.869087803, -4255994.203679843, -4337758.074521781, -4219978.997362981, -4094613.3252735627, -3939378.6235410157, -3918546.001038581, -3976149.6081192475, -3929170.4769554543, -3940983.7769799954]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y832", "yaxis": "y7", "legendgroup": "y832", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8031430.631459163, 8075779.465576095, 8019320.864505193, 7966146.173972636, 7917462.938838457, 7942689.373025729, 7871624.469605225, 7827555.165741356, 7782585.535790016, 7678183.218407225, 7626214.012434618, 7553373.798590797, 7528877.913778321, 7426377.085112786, 7418977.428003871, 7340708.587401924, 7211190.66767868, 7258839.966677733, 7366109.7431717245, 7352135.557013088, 7288249.065049021, 7223431.148578681, 7172139.880599936, 7142521.752570306, 7032182.0579494815, 6952069.543784176, 6982265.2120446805, 7071502.581035416, 6975451.285126313, 6908144.651269538, 6869229.749168383, 6913725.476330787, 6978432.010839126, 7032729.283015711, 7064180.959082354, 7121476.888473822, 7175562.07946563, 7143230.362765484, 7125443.282110205, 7163722.715072661, 7245812.480951645, 7247794.5355450865, 7262043.572341268, 7301850.544250467, 7357471.652437236, 7466090.793535552, 7515425.631644132, 7553627.406491384, 7607745.47582882, 7645683.034592441, 7673908.786891658, 7743270.492191729, 7749623.516592725, 7787598.39588527, 7754679.446649543, 7740330.358787121, 7765258.358472877, 7797987.405677821, 7814804.917016582, 7854004.590520039, 7904893.194337363, 7905380.413254649, 8018360.738732214, 8118169.266313021, 8163749.9366334295, 8193428.652297382, 8121292.120317183, 8051732.090785729, 8141696.129664534, 8187528.606928554, 8072088.70762441, 7999037.306770118, 8031430.631459163], "type": "scatter", "x": [-2666482.599886327, -2576992.085991078, -2574573.513919711, -2593195.068247382, -2648395.9127424075, -2551873.921099022, -2598676.8197580357, -2560511.9733446725, -2578278.1798641607, -2656781.2315676766, -2787867.13105506, -2770977.749485579, -2730480.233300086, -2774713.9721603384, -2713247.775087762, -2804779.902370766, -3015536.6497692033, -3024396.6989923352, -2983357.4013633663, -3056400.419449825, -3131472.3713667444, -3152151.6320817354, -3141644.7839670805, -3152438.338018978, -3232858.849139679, -3331095.216495083, -3364649.010041461, -3396239.0747847315, -3427354.734884279, -3443540.188584055, -3474809.5209938134, -3569938.9060202087, -3609946.2122688475, -3610469.063173018, -3557693.4940183405, -3565618.2970033134, -3572648.4601388415, -3610006.2523593586, -3771260.3043369083, -3764983.4776213607, -3632314.8538366104, -3542308.1449621976, -3429664.3206579764, -3398137.948003985, -3316567.7961130245, -3131952.8420525626, -3085787.540277764, -3056813.674245538, -3054991.3682830683, -3090252.348043488, -3029441.806623471, -2983902.9053273923, -3009792.4377054605, -2990982.1740916073, -3054179.377663713, -3142947.8127677934, -3248929.8170916457, -3283069.236724473, -3319712.766003951, -3293087.1342380703, -3180327.9511795375, -3230667.3439013953, -3073157.323762557, -2898239.4165103445, -2797538.7083133436, -2673168.683010663, -2800577.749762665, -2874591.0647326075, -2716252.3061705506, -2571966.5950214467, -2673853.427848732, -2776919.85557523, -2666482.599886327]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y833", "yaxis": "y7", "legendgroup": "y833", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8230381.020599033, 8226487.90469817, 8199334.494571014, 8099954.230679524, 8078276.500918541, 7994873.962547661, 7999034.42356219, 8097056.345581172, 8152538.429984662, 8199968.912974026, 8230381.020599033], "type": "scatter", "x": [-2884861.976959981, -2827295.657781355, -2810086.5239481344, -3009415.2634332045, -3082112.1770444824, -3248386.503464971, -3281106.671371069, -3145871.6194542986, -3056359.697444843, -2963872.764140855, -2884861.976959981]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y834", "yaxis": "y7", "legendgroup": "y834", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8070900.747505723, 8143897.106271351, 8197898.403259168, 8174407.888730765, 8188538.545378066, 8156173.331337198, 8102664.697101288, 8054619.447985573, 7954190.704425705, 7910993.537615122, 7920314.2162014665, 7962922.851262658, 8046018.064777579, 8084749.866931966, 8070900.747505723], "type": "scatter", "x": [-3333963.084414812, -3246797.9368002117, -3118214.2509101327, -3120189.046378702, -3041009.039654494, -3085522.708054715, -3202861.0374406646, -3230742.8588433713, -3398099.759847872, -3526016.673114932, -3545239.6884390865, -3499386.1319574276, -3444201.1491473666, -3378074.703634065, -3333963.084414812]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y835", "yaxis": "y7", "legendgroup": "y835", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8421317.271722397, 8439992.787582038, 8435144.339125147, 8380462.791848656, 8327525.485421007, 8310195.520559798, 8261860.927903284, 8259328.893489845, 8295718.016609877, 8345074.876093468, 8331785.192000131, 8351742.8426199565, 8460776.993651668, 8492017.350805873, 8454339.220563913, 8388238.456748456, 8379759.061850792, 8486539.925702482, 8527215.870607957, 8514282.343907824, 8461074.100768017, 8421317.271722397], "type": "scatter", "x": [-2944312.5941652083, -2886186.958937687, -2866595.18110031, -2959596.502502695, -3071619.0987806995, -3201501.4387920364, -3366421.737238545, -3416881.6658678656, -3351003.16487971, -3196880.5921558784, -3352149.3655389897, -3352817.0778688095, -3099399.9545825366, -3013184.027901005, -3011640.460809933, -3088087.1990599856, -3055028.1163309133, -2895317.5695384573, -2795631.5800867393, -2793139.2799871834, -2882153.080741696, -2944312.5941652083]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y836", "yaxis": "y7", "legendgroup": "y836", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8451570.29526249, 8535070.252952382, 8607376.990153242, 8605825.070983432, 8622232.80304254, 8536457.682306997, 8497728.433104184, 8492274.060568515, 8444503.792750588, 8427400.125471784, 8451570.29526249], "type": "scatter", "x": [-3291961.832350299, -3074797.1853036066, -2876114.7320388462, -2842185.5183361867, -2776533.3900053944, -2949685.6487605767, -3046251.013209759, -3081483.171765381, -3227118.4397719908, -3305389.7059880723, -3291961.832350299]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y837", "yaxis": "y7", "legendgroup": "y837", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8265431.163009495, 8242262.311337351, 8236056.341001776, 8203723.523380302, 8156754.266748128, 8128598.997683987, 8050155.751715305, 7972044.01908558, 7923350.01349513, 7869574.759280788, 7918484.979931587, 7977476.893764143, 8024742.132410156, 8106238.930363229, 8179610.121093358, 8247995.36424858, 8265431.163009495], "type": "scatter", "x": [-3638547.987278337, -3642561.434887244, -3577355.1232723664, -3611054.666694145, -3668679.4395977817, -3763580.5061381822, -3998596.568296552, -4196520.904200334, -4293663.273189668, -4496812.631280372, -4416244.159949392, -4375698.920208482, -4262287.327774831, -4069308.365887731, -3888971.1241617682, -3776341.525370664, -3638547.987278337]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y838", "yaxis": "y7", "legendgroup": "y838", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6696875.309600301, 6686784.96463394, 6644044.3212487, 6626715.023107155, 6647544.774376232, 6677811.727179096, 6696875.309600301], "type": "scatter", "x": [-9180997.505718341, -9162595.905646574, -9264404.834596576, -9342194.46361349, -9326595.778085867, -9283855.151539361, -9180997.505718341]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y839", "yaxis": "y7", "legendgroup": "y839", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6427832.210630588, 6420303.963689273, 6385737.224701442, 6332814.178234856, 6290368.161994344, 6319106.408296552, 6371274.492262384, 6410853.48044847, 6427832.210630588], "type": "scatter", "x": [-9068677.549594015, -9046370.91084932, -9098874.60462525, -9269617.113612134, -9425729.215918368, -9392125.688742502, -9283110.826535406, -9138880.999841982, -9068677.549594015]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y840", "yaxis": "y7", "legendgroup": "y840", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5990369.274532836, 5999273.250495628, 5872908.9606981175, 5783420.144549932, 5783635.772468329, 5834525.950881853, 5885750.761806999, 5920412.797406382, 5969340.7193865515, 6004835.419946956, 5990369.274532836], "type": "scatter", "x": [-8694214.534031527, -8614739.978132712, -8868585.558129156, -8972850.538278215, -8999737.019211812, -8947923.34138002, -8878460.906978711, -8847760.824265143, -8768448.549611678, -8697765.603280667, -8694214.534031527]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y841", "yaxis": "y7", "legendgroup": "y841", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5535285.669898274, 5482485.023735974, 5436576.458072951, 5375138.399369898, 5359663.447701737, 5410166.734662741, 5449645.235777907, 5488571.546951552, 5520269.531634067, 5540286.337488429, 5600817.619435174, 5626571.22257628, 5602312.2200626945, 5585440.679786798, 5573662.479902848, 5535285.669898274], "type": "scatter", "x": [-9001044.87893632, -9053388.354305206, -9056284.002764788, -9125765.897384113, -9187985.602444002, -9226570.441240896, -9183096.263759173, -9182958.90886171, -9142412.30103745, -9182270.541964618, -9105538.433699355, -9054811.686990915, -9022442.07496032, -9007734.688223757, -8960806.923400799, -9001044.87893632]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y842", "yaxis": "y7", "legendgroup": "y842", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7075609.861819754, 7054393.939431279, 7065851.5041918075, 7036438.9029303165, 7021545.806095103, 7009406.311495855, 6985813.315881163, 7010057.202537814, 7030275.413575317, 7023806.681636742, 7033622.1247269865, 7075609.861819754], "type": "scatter", "x": [-8468381.015752647, -8494741.245076105, -8433247.86685447, -8471247.341390196, -8460864.082511092, -8496931.613263596, -8597313.504075315, -8571660.667461019, -8537033.169964222, -8598445.263741849, -8584070.459244505, -8468381.015752647]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y843", "yaxis": "y7", "legendgroup": "y843", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8807157.57246537, 8791945.2028965, 8751204.532778226, 8698094.882380895, 8651512.16056185, 8663953.892653493, 8700154.615807092, 8704297.168933596, 8737466.824842362, 8764365.375094723, 8807157.57246537], "type": "scatter", "x": [-2187106.4818708077, -2173412.42966395, -2187015.387836919, -2261329.9167348584, -2331830.5953531447, -2348520.7130490765, -2323009.8749328502, -2365797.719846796, -2284951.1757458444, -2262915.202336441, -2187106.4818708077]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y844", "yaxis": "y7", "legendgroup": "y844", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3917495.370006518, 3915998.9595231856, 3949104.241093468, 3901860.6255946644, 3872163.0685390034, 3827097.523299569, 3841495.1245113295, 3886045.6529502897, 3890735.3539982005, 3917495.370006518], "type": "scatter", "x": [2993449.3435759256, 3059399.393896141, 3130416.5125753386, 3085460.1133512673, 3105070.2565993564, 3026265.0441488433, 2976704.777569025, 2940949.0783684747, 2989167.3256401783, 2993449.3435759256]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y845", "yaxis": "y7", "legendgroup": "y845", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3907874.8276707125, 3875147.0976876593, 3865716.3495243, 3884021.8678757804, 3905656.0452137874, 3952811.0569624933, 3915422.756379024, 3921743.818014115, 3913869.0170403454, 3894562.243138835, 3907874.8276707125], "type": "scatter", "x": [2391174.267390007, 2388409.568078955, 2259293.267268092, 2255676.302035126, 2139301.4775300324, 2144807.5118884942, 2203477.7188568176, 2272613.1374977976, 2342247.1015952197, 2345057.848238523, 2391174.267390007]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y846", "yaxis": "y7", "legendgroup": "y846", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1379059.3377112008, -1426126.1734544458, -1499196.2915939724, -1632300.1600061033, -1684053.1122985892, -1737117.7037307895, -1769672.3763707597, -1704826.9407455432, -1737569.4488304134, -1819555.437498603, -1866478.2347442445, -1892042.107178832, -1985787.059372809, -2114816.320504568, -2267375.450734761, -2477152.5463586636, -2631139.1543479967, -2759588.3516676878, -2785823.2486603325, -2832679.504635159, -2804393.68939758, -2764763.1375124054, -2706313.9776034905, -2608119.8382049697, -2519831.3784777634, -2440157.859251851, -2360331.1320857382, -2341157.951195916, -2304306.033781705, -2220377.5382910343, -2149870.58615851, -2097461.2450152505, -2027660.6310438656, -1925676.3584691111, -1863756.0308886387, -1793570.004479929, -1789492.6769669834, -1766807.4381851025, -1746787.3730505956, -1745300.6063181756, -1682246.2116481967, -1614100.5001944068, -1558439.5930264078, -1511156.8049831882, -1524455.2800421698, -1447576.3029025828, -1381054.4883942085, -1331565.2385102266, -1379059.3377112008], "type": "scatter", "x": [5385896.338548011, 5405771.605164687, 5418031.0440151375, 5406916.043373138, 5423019.212314742, 5399895.282476512, 5373148.513132611, 5352069.22883946, 5324273.762989417, 5324955.177215851, 5303785.730621279, 5267927.801472373, 5236861.660325276, 5160033.849229363, 5064331.706609182, 4935731.8642881485, 4846181.727823335, 4756565.015256362, 4665448.935887564, 4561527.367456181, 4513192.556074354, 4446233.047773839, 4437045.881542737, 4460836.195545339, 4451175.979303413, 4464720.220969634, 4505579.438116394, 4558661.385333958, 4569057.032296039, 4641518.092020076, 4669432.739683913, 4658376.896198769, 4655580.477113479, 4671148.561066299, 4722376.600537408, 4752155.93943688, 4806338.391437726, 4870977.234258074, 4914999.905124108, 4962389.66438791, 5037242.705060486, 5140255.542437856, 5184142.480810814, 5178906.79847285, 5222209.715423739, 5297046.1335653085, 5311604.489058987, 5356626.734510884, 5385896.338548011]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y847", "yaxis": "y7", "legendgroup": "y847", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1757675.1362013933, -1821248.1706487956, -1835802.3465858498, -1787348.2256597204, -1757675.1362013933], "type": "scatter", "x": [17907543.532463446, 17922913.155133866, 17875599.150492698, 17879700.548730496, 17907543.532463446]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y848", "yaxis": "y7", "legendgroup": "y848", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1732994.8226935398, -1702442.4786260377, -1617662.650263698, -1651677.964615363, -1740874.626969065, -1726996.3702988238, -1732994.8226935398], "type": "scatter", "x": [17881713.474919926, 17890144.440288067, 17951773.480741832, 17978023.561471883, 17926611.49516771, 17908732.217169877, 17881713.474919926]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y849", "yaxis": "y7", "legendgroup": "y849", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-762472.7742917022, -679224.9255502498, -639479.1625977826, -602099.7455127267, -634450.2599184864, -687179.8558424894, -762472.7742917022], "type": "scatter", "x": [14832861.713539843, 14844223.912193634, 14873554.37239969, 14905318.575069092, 14923104.895216774, 14909933.049925674, 14832861.713539843]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y850", "yaxis": "y7", "legendgroup": "y850", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8667083.743508775, -8667089.51295319, -8643019.577322092, -8667089.51295319, -8715213.181845613, -8783036.453744695, -8831169.257039966, -8888056.737324387, -8923064.846038248, -8951506.882435143, -8977762.323650189, -8999644.043643465, -8993082.965250114, -8955880.841679672, -8909931.680146823, -8879303.370035501, -8842109.239566699, -8793970.364197357, -8752404.570755176, -8713032.267274005, -8667083.743508775], "type": "scatter", "x": [-1125494.5868685897, -1113711.861290528, -1098453.1984185837, -1044401.4691760878, -979743.0567372614, -919634.5333190174, -881346.9682989786, -838210.4604464477, -841119.1076164942, -848818.4732679871, -861254.181209819, -879518.0305979486, -926784.6125067156, -984512.2989867084, -1024001.8882883415, -1010814.4247899286, -1026590.926646488, -1055566.2456571357, -1081670.2366183605, -1101730.5682737906, -1125494.5868685897]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y851", "yaxis": "y7", "legendgroup": "y851", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8913699.666173497, -8918067.76959897, -8929008.268030042, -8883059.753951818, -8843678.694050713, -8889626.231417812, -8946515.502857752, -8996839.569567956, -8981524.670089941, -8988085.711240444, -8950889.450977564, -8946515.502857752, -8913699.666173497], "type": "scatter", "x": [-1253040.9636940903, -1205654.3231600646, -1153443.0264755755, -1187883.703086569, -1218609.709879153, -1150716.5394805286, -1097800.589282418, -1051032.3864513426, -1104079.0212966378, -1136384.2385266973, -1200598.5484444343, -1205549.4226440967, -1253040.9636940903]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y852", "yaxis": "y7", "legendgroup": "y852", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7910601.38443053, -7897483.965907071, -7901854.498356181, -7845010.197622067, -7803470.148085607, -7713846.429888245, -7661382.409102618, -7643898.888353101, -7685426.379696331, -7726961.441767017, -7777238.251297637, -7825338.276689084, -7875620.049690725, -7925904.287331541, -7969634.684711638, -8011175.610702873, -8026485.724177566, -8048352.743687925, -8046161.408836635, -8002433.6614924185, -8017737.885339094, -8033048.090921343, -8000248.185220749, -7954331.146402056, -7910601.38443053], "type": "scatter", "x": [-2650228.3799077366, -2641522.477771077, -2594634.1540581277, -2651368.5670084106, -2698212.573747387, -2804340.227013867, -2843090.935326919, -2826326.1246422203, -2757852.498415938, -2701391.477506967, -2627751.2061294117, -2560766.255619535, -2493843.3926406708, -2432796.660120065, -2389456.035892299, -2351593.0254024253, -2373966.7690370334, -2385993.394917388, -2432685.36229294, -2468501.9965527905, -2490267.4573469614, -2509427.815691102, -2576123.6911148713, -2635271.9471762846, -2650228.3799077366]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y853", "yaxis": "y7", "legendgroup": "y853", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7980319.6139781745, -7960639.360438609, -7975948.755745605, -7984690.490045256, -8000000.229089136, -7986881.70110713, -8050290.348655023, -8041548.08654987, -8045919.208936092, -8041548.08654987, -8048104.776631075, -8026237.762058414, -7980319.6139781745], "type": "scatter", "x": [-3550897.499139242, -3562336.1476692115, -3492255.0978436256, -3427502.578991656, -3364647.2421877696, -3348023.5887337, -3226310.1033998434, -3266695.415639172, -3300453.8337463997, -3349159.549352982, -3383682.287566624, -3454909.158463939, -3550897.499139242]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y854", "yaxis": "y7", "legendgroup": "y854", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8177129.995665628, -8139948.613780709, -8159632.048035392, -8177124.228335837, -8157440.497637334, -8196808.289637814, -8225236.273136989, -8216492.678373846, -8177129.995665628], "type": "scatter", "x": [-3852700.476307748, -3922089.2078175624, -3843899.828219996, -3767789.0811342914, -3769373.564992553, -3708752.591981182, -3680647.3134263563, -3741063.52081404, -3852700.476307748]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y855", "yaxis": "y7", "legendgroup": "y855", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8155254.718598271, -8131199.887832933, -8157440.497637334, -8201180.006750905, -8196808.289637814, -8185873.300217657, -8155254.718598271], "type": "scatter", "x": [-4045767.968881143, -4073641.3633141858, -3986391.4391211597, -3847019.8011099077, -3874378.121390534, -3937642.7311967565, -4045767.968881143]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y856", "yaxis": "y7", "legendgroup": "y856", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2331934.824091325, -2400584.0839403328, -2451516.4687595395, -2478091.0237929244, -2448163.232178171, -2398323.9214371005, -2339664.622357699, -2261602.8514596475, -2224061.7722362736, -2225652.1756509254, -2263290.575122411, -2300936.1660843818, -2331934.824091325], "type": "scatter", "x": [17227010.506663352, 17239419.58785203, 17237747.33123785, 17169233.5672516, 17145459.140950974, 17125355.635821648, 17120262.473440215, 17130937.414539818, 17153739.58840527, 17197175.744602732, 17218149.39911341, 17225752.8223904, 17227010.506663352]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y857", "yaxis": "y7", "legendgroup": "y857", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-404705.49341432564, -440094.3942828802, -497592.6682570723, -527056.4167260885, -461780.44487745163, -419054.1666926654, -382819.7033552666, -335642.70161387476, -303140.1618962359, -276437.68600627634, -307397.2537059345, -331722.73084486736, -358265.4413179069, -404705.49341432564], "type": "scatter", "x": [16957384.518903706, 16993300.978905115, 16995269.94382032, 16954213.638667483, 16946845.73481826, 16928909.99405378, 16884692.567505796, 16828535.26857701, 16752555.881028662, 16786674.659772947, 16842962.328256916, 16877520.358785618, 16920369.501119267, 16957384.518903706]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y858", "yaxis": "y7", "legendgroup": "y858", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-645856.7371074916, -672727.2720405852, -698609.3912395282, -698472.2365477384, -666349.6416784895, -635507.4717494949, -601293.986901591, -617437.7694912851, -608785.8351287609, -555771.7902760707, -553034.5340705306, -611740.2909965374, -603294.0972869594, -565457.9223725083, -526022.0959365625, -460860.4284461766, -458757.5344758156, -476912.1719422931, -538251.1001484975, -605751.3774038983, -614843.329708836, -645856.7371074916], "type": "scatter", "x": [16755937.248135546, 16688021.905320331, 16623876.203116963, 16565135.728159165, 16483389.049032157, 16428348.689969424, 16446165.587525498, 16541487.158891315, 16604294.818714097, 16633729.83030471, 16650270.629649995, 16646914.534978893, 16712263.505073363, 16752726.850586597, 16823600.45632694, 16824804.187631108, 16891706.50510928, 16910567.99071223, 16895291.97231502, 16841890.727817077, 16781546.838431373, 16755937.248135546]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y859", "yaxis": "y7", "legendgroup": "y859", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1159248.088413997, -1197259.7954820155, -1196556.714211788, -1128502.0766111596, -1155258.336138733, -1159248.088413997], "type": "scatter", "x": [17747766.127230335, 17758457.583626032, 17682436.061485175, 17675815.148206264, 17727739.569870785, 17747766.127230335]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y860", "yaxis": "y7", "legendgroup": "y860", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1061610.2812062048, -1081998.2216116725, -986130.4587456794, -920043.5959974709, -920043.5959974709, -1008523.765766008, -1061610.2812062048], "type": "scatter", "x": [17747741.212698832, 17721534.685340688, 17683935.38302545, 17688787.388793085, 17726243.702369697, 17728138.609005585, 17747741.212698832]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y861", "yaxis": "y7", "legendgroup": "y861", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1091800.743924066, -1094264.2430264363, -1083072.7813271445, -1066034.222819086, -1022121.0479568152, -1039525.0190203519, -1062736.270544012, -1091800.743924066], "type": "scatter", "x": [17642544.33521803, 17598623.631385393, 17536716.246874217, 17521751.24018724, 17548738.22673693, 17613372.59473904, 17638380.498886745, 17642544.33521803]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y862", "yaxis": "y7", "legendgroup": "y862", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-886866.6093018464, -921958.2175430272, -944185.0962147987, -897279.7296572697, -857536.3832628069, -820714.0907953073, -809449.7693969565, -835990.4447217307, -886866.6093018464], "type": "scatter", "x": [17598378.349943046, 17610357.139977828, 17605921.685809113, 17538503.440663636, 17493340.143039882, 17465405.535523742, 17485829.319944102, 17527098.020342592, 17598378.349943046]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y863", "yaxis": "y7", "legendgroup": "y863", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-776451.4841567505, -812524.4497188588, -818822.412743437, -793619.2258868566, -748174.1049176038, -729749.3923460623, -776451.4841567505], "type": "scatter", "x": [17362418.697954107, 17394035.834289327, 17369842.917751465, 17330315.08136131, 17300020.39346951, 17311568.36794734, 17362418.697954107]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y864", "yaxis": "y7", "legendgroup": "y864", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-590481.9822305967, -615563.3722611873, -685659.7310080235, -723188.7614836489, -754151.8766541103, -765210.2181613907, -722737.2900685411, -652497.2004243033, -568269.4771443051, -557571.8659453731, -590481.9822305967], "type": "scatter", "x": [17153531.902590696, 17180657.26855637, 17214867.812739857, 17255790.683528606, 17230514.35592617, 17195967.891732305, 17161591.379930533, 17133716.297350153, 17131749.329543557, 17149655.434405908, 17153531.902590696]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y865", "yaxis": "y7", "legendgroup": "y865", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-4436854.9016901655, -4496681.449369615, -4572737.992535123, -4617017.145632299, -4587872.335280215, -4571871.380075873, -4480522.106895081, -4419411.80365374, -4374997.159128649, -4334779.333859326, -4296044.078337452, -4210584.584588722, -4138809.117733312, -4064449.451732369, -4044888.853316933, -3999077.6859975914, -3900900.238414337, -3822353.7367542074, -3813651.753152432, -3875278.88795383, -3904047.7933639428, -4002890.861636953, -4119716.587414078, -4043931.1959872767, -4074198.4275413873, -4158148.829910485, -4194317.692824693, -4203196.749818898, -4160861.7119091502, -4173686.3974927855, -4272191.383116372, -4336970.88252012, -4334687.541407699, -4368433.622185579, -4416198.653097009, -4436854.9016901655], "type": "scatter", "x": [15090414.997103332, 14938891.196033949, 14743825.940161316, 14589367.950145103, 14634150.063213507, 14631524.510967415, 14862641.426171718, 14955231.789194291, 14949303.37139376, 15029068.718762742, 15165759.725126851, 15342351.98398519, 15472111.646344861, 15572523.324323902, 15610435.113925869, 15649971.67575515, 15752088.87932341, 15849375.097667092, 15898318.33245137, 15841988.460410483, 15862637.092792599, 15712528.395360012, 15564164.699077357, 15705186.779314594, 15690150.039379828, 15547708.91859986, 15550547.662176017, 15593085.046095863, 15723872.983791545, 15744232.91459131, 15533575.920653367, 15380777.656970404, 15319255.544735335, 15230168.767578656, 15143968.357251707, 15090414.997103332]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y866", "yaxis": "y7", "legendgroup": "y866", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-4824415.531829047, -4766240.236865452, -4708592.659337244, -4625804.470317791, -4597703.824583733, -4535698.534687284, -4484378.276535055, -4531583.8097743075, -4577444.120510518, -4532433.151098299, -4579349.538309549, -4626091.452270003, -4677537.930886319, -4759391.370449496, -4804079.693119308, -4857527.258391563, -4858899.53485597, -4900764.010859333, -4973509.486139594, -5085963.31517121, -5135632.004692436, -5167364.107328817, -5164997.356865013, -5128342.577329944, -5120530.518309527, -5079714.078987814, -4997273.5973767005, -4887597.446321462, -4866691.135918489, -4824415.531829047], "type": "scatter", "x": [13709633.182634741, 13897619.339825034, 14063454.331280643, 14266324.599553164, 14353873.929394832, 14489033.917308738, 14649062.28632749, 14574896.301567778, 14502802.313231932, 14652224.98088996, 14582715.782484386, 14488490.41363149, 14353082.062760033, 14131610.938629666, 13997718.952733, 13916245.845458249, 13851352.696019145, 13695460.074900128, 13521542.611989236, 13238198.906396432, 13071129.530302804, 12964692.057986442, 12899235.80808033, 12927426.758223405, 12860093.9738044, 12932530.426667364, 13145635.567502152, 13470864.260295907, 13565387.733895084, 13709633.182634741]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y867", "yaxis": "y7", "legendgroup": "y867", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-4519279.964912232, -4526740.290308574, -4658567.166881524, -4696847.938224344, -4786218.912405911, -4755797.610987051, -4833222.955590536, -4827251.807453067, -4823795.45707046, -4728701.550452585, -4655370.031892055, -4558625.55616404, -4507699.417035592, -4517535.409085161, -4555859.348650434, -4540633.94405521, -4519279.964912232], "type": "scatter", "x": [12461802.942129899, 12499786.77100167, 12279712.91457587, 12184885.550091617, 12019599.849794, 12044709.104761267, 11851965.935216064, 11845802.54031467, 11802205.786868244, 11917380.150570316, 12031472.290921664, 12145918.92751052, 12232364.679274451, 12271360.77686737, 12288718.711047128, 12360078.848710261, 12461802.942129899]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y868", "yaxis": "y7", "legendgroup": "y868", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-3565800.6322505176, -3622666.00873467, -3648254.939616993, -3706410.958123888, -3751479.958305492, -3754173.9898747858, -3764038.821859624, -3743810.6245432165, -3755916.518089206, -3761006.560221648, -3820163.898984845, -3815147.936042891, -3846505.481146722, -3881774.4298065314, -3877417.307419909, -3877377.17616084, -3806526.299155527, -3785459.928289727, -3721892.1661093105, -3706789.243379785, -3681536.2939167265, -3641698.5814894983, -3564591.512487166, -3498878.1239208784, -3386804.6613019044, -3323519.32348055, -3260371.2250466817, -3188236.407083668, -3155670.9169510924, -3111527.0520656817, -3024718.6277119066, -2937009.5742350863, -2889746.4742724076, -2937662.288501691, -2834877.836346144, -2867000.4961023885, -2909899.5055087944, -2853157.4250116833, -2765936.627757179, -2731047.4706679997, -2697899.834074004, -2633840.616372885, -2606580.278892812, -2551180.857973535, -2486451.5277769724, -2406763.7971581253, -2491103.916016817, -2414923.371212949, -2377902.6032800297, -2330681.813188887, -2290048.542681871, -2281398.033993286, -2295054.659900496, -2253793.5922635193, -2241516.305619482, -2217259.680334387, -2207156.7444663695, -2209765.420107196, -2177351.970406391, -2128207.5017459, -2069049.6623178697, -2012857.983849313, -1968691.4898672965, -1908518.817202404, -1814482.971501695, -1910028.6701991775, -1887947.2734184826, -1835653.6585963247, -1781961.3811518138, -1805933.6002008917, -1721735.5974901565, -1667299.3552276304, -1623626.2718228344, -1604780.63543931, -1573865.462064459, -1586775.7603574072, -1558965.6019270776, -1543122.5330830493, -1528205.8621891665, -1578982.68210521, -1644513.4601552342, -1645268.2184975008, -1655646.1912105521, -1594889.0728749835, -1506159.904844755, -1477247.988606153, -1449605.8493294658, -1386422.5431507782, -1347400.251530141, -1360542.865102185, -1339699.9558794328, -1283169.4054172896, -1246750.593251048, -1230682.2146635936, -1258103.160108259, -1303468.4923957218, -1331771.0354695348, -1320578.0071762472, -1354586.0857784494, -1322910.3577997829, -1332542.7743109162, -1311288.6550776858, -1366019.4640609582, -1425234.330622484, -1469930.0583993404, -1473611.8872769258, -1517840.3302565236, -1573127.8979028342, -1627502.9265378916, -1658739.5868615701, -1719877.1777362989, -1755342.035787266, -1793444.1961267856, -1859015.0653531312, -1858906.4065432039, -1887243.8328075015, -1921432.7018849063, -1958974.1887419943, -1921152.460985119, -1861720.1011715296, -1812675.8750885562, -1751996.7894332793, -1663960.0665912256, -1610452.5942350088, -1578262.2678062469, -1514941.6544749571, -1431591.5812607845, -1409118.3674186168, -1372176.374087383, -1313529.5275827507, -1252752.6958373138, -1221193.3126671365, -1179762.8747354697, -1233871.869741447, -1303268.4156435535, -1316645.0316738714, -1363109.6611017261, -1419385.9133107942, -1482010.3808552115, -1522196.931440492, -1609011.7313868054, -1567284.5746258895, -1614117.653381501, -1657327.2592568388, -1706370.8395441321, -1801255.7766870153, -1856504.4775991912, -1870006.815417938, -1964602.0912210261, -2021980.9201028964, -2097049.3944546483, -2154881.7065858836, -2207488.549317306, -2255675.8181918315, -2282496.506949341, -2351920.288080246, -2471727.7082470725, -2447396.4528638395, -2495384.3635257767, -2478354.255444932, -2595729.039182698, -2663734.696702042, -2705999.1611884036, -2795686.5960897654, -2884719.7463891204, -2947888.2158492375, -3016472.938011518, -3110639.3904668577, -3208723.724671964, -3260056.185556002, -3358939.4120328357, -3422508.5874766484, -3501983.728624892, -3602843.11592465, -3657333.0765478355, -3743254.629854501, -3798088.2075790367, -3893836.92664626, -3949135.707012223, -4032169.900933764, -4108613.4670945834, -4143707.080936302, -4182266.9181272467, -4186304.8492376534, -4231830.812930789, -4274824.429705626, -4322473.524763168, -4273407.516594623, -4253834.928512396, -4195975.337043821, -4216968.704996345, -4297352.043759731, -4267246.562009228, -4249681.852728228, -4241742.897834555, -4209643.89289511, -4141229.4181547165, -4056960.0423864643, -4000895.3925524275, -3955889.982779901, -3942524.839526606, -3888711.485625107, -3806337.1288318513, -3883115.9705480756, -3903497.4001748837, -3842125.6560992063, -3778111.214737227, -3723783.637191591, -3641658.4641047046, -3736238.8182298783, -3774173.208260497, -3862402.6507019927, -3816758.772660434, -3757888.331702525, -3677455.559310354, -3635898.7779757073, -3610298.8413373856, -3543097.0348601798, -3539928.216603948, -3485945.890718227, -3496437.1969527523, -3536140.5520436866, -3573152.8130314816, -3565800.6322505176], "type": "scatter", "x": [11892163.047997156, 11725572.839764835, 11614214.99942031, 11527225.263677472, 11438952.658739487, 11357230.458468316, 11287406.234462311, 11229645.741333954, 11148888.539859597, 11079458.981365733, 10955183.210633438, 10934308.606682137, 10851385.961506367, 10765791.670591963, 10704374.65168953, 10643241.057229148, 10627799.71706481, 10602193.23157593, 10675413.448937599, 10738319.549990088, 10782132.150673741, 10822743.739581995, 10918037.338735586, 10977607.82136514, 11043816.909416841, 11092217.362477323, 11159271.863618907, 11190930.714219972, 11219691.401010273, 11218061.260733377, 11286201.482382694, 11308355.742241647, 11336016.962927276, 11337758.038203862, 11393618.77195717, 11415661.231771093, 11407679.222358987, 11455672.557906816, 11480269.585947976, 11499654.504603012, 11503433.222980475, 11566250.31806289, 11608866.130840136, 11666352.005785763, 11705126.597102532, 11807420.849554006, 11751877.709460195, 11852872.123547465, 11964401.265451767, 12049571.01841036, 12158500.414338268, 12212111.231676094, 12230910.093960373, 12342879.114806786, 12415041.204616372, 12448247.933155607, 12483130.298582816, 12539126.697825152, 12672320.208996894, 12764016.107198086, 12831688.19174023, 12931502.195952512, 12965384.60788249, 13006840.977441046, 13139712.76309105, 13125085.63072513, 13184426.86037362, 13179162.467432745, 13245322.099245368, 13277999.320068255, 13341195.762772497, 13431167.933725143, 13481588.187296988, 13546161.321514845, 13564685.963760553, 13605089.019863244, 13622037.318015771, 13678009.417011002, 13738169.287844356, 13790551.783121943, 13813505.340724899, 13880420.801545419, 13942808.554503119, 13954829.645161375, 14055215.472414475, 14119339.568538792, 14116821.426904304, 14195880.234137507, 14280839.616976418, 14330107.925656777, 14431703.960916158, 14456611.156819839, 14393340.69878522, 14458695.284385538, 14518626.545779794, 14555385.662027737, 14633471.93459944, 14670032.239186486, 14720724.322802415, 14800040.535441432, 14836194.61331683, 14872170.137956949, 14894765.825171053, 14834919.304063698, 14769626.774497943, 14730379.033115366, 14718366.231635874, 14654950.242987506, 14584502.837754814, 14573264.061382407, 14620454.211607823, 14680099.575874802, 14709984.939693432, 14742277.143291837, 14772406.922769023, 14808155.953220157, 14799743.374157522, 14873499.349912371, 14971563.848632693, 15035390.395345544, 15091593.451099256, 15146417.295128709, 15236952.766417524, 15255805.253350029, 15283390.307326887, 15308705.677404802, 15370361.521514034, 15403537.084118376, 15406517.261965485, 15463349.959678577, 15514355.512030862, 15532296.403600106, 15592304.766990889, 15597633.38612523, 15570806.976794899, 15591106.546212435, 15571389.815340249, 15580223.735120973, 15552749.49839582, 15525274.840633014, 15510905.965370486, 15606165.595915163, 15612494.291634424, 15636213.692975074, 15592547.342904486, 15549607.550089505, 15525855.624620982, 15542743.36812565, 15499766.928962333, 15444267.060405722, 15417269.52098331, 15482392.535118017, 15510664.18909521, 15537710.17389783, 15499646.936759513, 15494588.652720075, 15418716.287229398, 15483937.02107845, 15477873.988755042, 15520133.636868041, 15417425.534854025, 15417398.977981592, 15418517.172809938, 15397169.1065522, 15322392.183664754, 15250006.727636829, 15160076.403500525, 15090003.566133214, 14958760.869234916, 14874824.348863585, 14716944.408849373, 14632341.654714808, 14503299.173397653, 14318824.528846426, 14171088.94703109, 14011951.167905044, 13900135.301084656, 13729320.422684256, 13610071.385757074, 13459186.080344817, 13327869.923008189, 13276785.094822824, 13164675.5944554, 13059660.905256676, 12906271.095245853, 12797523.623623466, 12668613.448876312, 12674994.192284845, 12652430.712504609, 12756472.458221821, 12675815.397814918, 12473711.461961132, 12445487.476831986, 12423153.090095034, 12385367.974246023, 12349388.927648798, 12394874.43943188, 12502257.799395138, 12562500.38486281, 12582392.003653755, 12514145.863852415, 12619198.718265062, 12710426.125226263, 12560369.166891262, 12451185.007462746, 12583126.208068954, 12683842.802440858, 12792365.41480525, 12893325.845985122, 12692971.69095579, 12584691.798696924, 12430763.43318121, 12420681.481230324, 12501661.070608152, 12548346.2230078, 12552190.732064242, 12602229.806029188, 12565185.223441584, 12502670.100109225, 12476863.535517197, 12294342.428103577, 12124658.969497262, 11973409.110520259, 11892163.047997156]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y869", "yaxis": "y7", "legendgroup": "y869", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [831904.2367701242, 716748.2261165167, 685271.1967293281, 659972.0937123698, 747899.8596010886, 906864.2553227688, 1086396.5588133857, 1024938.8923016841, 947051.4146593155, 831904.2367701242], "type": "scatter", "x": [9026741.888401728, 9030119.252417142, 8988665.903852753, 8896176.88892782, 8829895.807488058, 8781503.409236934, 8792039.286558695, 8882222.770325422, 8950500.340146957, 9026741.888401728]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y870", "yaxis": "y7", "legendgroup": "y870", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-309848.65414248843, -342094.0876995815, -426654.23798303585, -381076.8441812659, -371825.4144382815, -379128.2711657772, -375231.127286739, -314437.1754140659, -309848.65414248843], "type": "scatter", "x": [14384408.774477221, 14502976.969989125, 14531674.510462528, 14444487.394346794, 14352907.920441136, 14289197.5184416, 14212842.074382173, 14246573.943336712, 14384408.774477221]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y871", "yaxis": "y7", "legendgroup": "y871", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-419185.5963937022, -398888.32119304314, -351322.61074686993, -346025.49385876174, -382488.274352977, -419185.5963937022], "type": "scatter", "x": [14092954.68077496, 14019070.710507836, 14003620.860895542, 14116707.565561697, 14139683.178599853, 14092954.68077496]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y872", "yaxis": "y7", "legendgroup": "y872", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [240455.56559103582, 180074.16695495544, 170374.43472659326, 125212.92255562924, 28581.884967923743, 39410.07745246266, -27873.26947294836, -86248.40410623993, -99516.5360181348, -29478.927429195715, 111870.4892845966, 200216.4956348346, 240455.56559103582], "type": "scatter", "x": [14231179.626335727, 14243640.485267883, 14309939.537938414, 14322731.288869413, 14319543.946264492, 14261997.957625119, 14245199.470284816, 14289880.679480307, 14258281.105295645, 14214953.681131635, 14179850.245799247, 14197378.886787316, 14231179.626335727]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y873", "yaxis": "y7", "legendgroup": "y873", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [96773.83797958572, 101407.97155145959, 181702.6942445445, 156997.67420637465, 47312.65945943711, 26050.545248618288, 47672.646959466234, 42152.83895138184, 26233.395970367914, -57460.81084252186, -155789.06910183514, -105704.90537861492, -68077.58954839005, -119001.62106367413, -102939.28115527387, -167725.86889663644, -210587.59875856384, -352299.7493491541, -390276.8614899365, -517907.5447276197, -590550.5572042214, -623060.9676654207, -584173.0905455253, -493632.56514386786, -536445.3194559227, -505838.6097635052, -463146.1839144074, -398305.461480885, -290551.7573281439, -324162.7943818833, -453094.58317552035, -611300.2654865668, -627352.663100837, -594893.6416880832, -493106.83745996456, -386396.8522022623, -385579.70776017924, -309831.5114788718, -237415.56053470506, -149623.53641488054, 17056.575849835594, 62637.84461806671, 144766.60755266566, 112116.19567084637, 96773.83797958572], "type": "scatter", "x": [13682648.414218638, 13810489.101306565, 13916594.98577777, 13937456.88255623, 13851883.72804785, 13768491.81778223, 13661086.943183629, 13475676.685348116, 13378605.689439027, 13362342.542159189, 13458480.650517432, 13520756.945404015, 13729421.495942716, 13718657.993048223, 13670763.695398714, 13619486.565155325, 13518817.475277167, 13610651.2730603, 13585600.217311596, 13665847.15047802, 13651247.149949254, 13585425.04517526, 13549876.206231724, 13619911.171374064, 13503611.892009644, 13481349.719833024, 13502666.254852666, 13431913.489590708, 13452520.174559541, 13374932.28497164, 13367729.680592697, 13344345.738246165, 13270800.414666004, 13229718.767626047, 13279723.711865986, 13277981.836706478, 13231362.829544287, 13205466.39389428, 13257913.129823973, 13279340.072361574, 13338921.171767354, 13361664.506140392, 13453453.888944106, 13541781.566594545, 13682648.414218638]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y874", "yaxis": "y7", "legendgroup": "y874", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1134463.7550658649, -1056963.4387902983, -1035215.4499662435, -1068903.503084608, -1102500.6987447992, -1132354.5875699725, -1134463.7550658649], "type": "scatter", "x": [13178505.08573647, 13060797.307379922, 13170651.174724273, 13216666.639064182, 13242975.104986724, 13225372.535788167, 13178505.08573647]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y875", "yaxis": "y7", "legendgroup": "y875", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-944013.6357478099, -935594.9435964023, -895073.6529671565, -956518.8551799909, -987913.6840049647, -974282.3376785732, -933851.7697510499, -910859.1509397968, -944013.6357478099], "type": "scatter", "x": [13359024.79310615, 13434963.47245561, 13546160.115289113, 13510839.466006791, 13335317.660112457, 13193436.405590918, 13205749.786528278, 13300230.650742715, 13359024.79310615]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y876", "yaxis": "y7", "legendgroup": "y876", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-924730.1352726363, -915694.2678574648, -962714.3384858315, -984924.4963845063, -999773.3145394695, -998887.4120460468, -935212.0167627848, -934343.2874804513, -895233.679183159, -924730.1352726363], "type": "scatter", "x": [13025666.967235152, 13096431.887995187, 13109319.66745763, 12975094.689009855, 12894169.685507322, 12835347.55835286, 12892908.434982726, 12953546.328532424, 12994636.795892391, 13025666.967235152]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y877", "yaxis": "y7", "legendgroup": "y877", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-710136.1235594044, -749471.3831229348, -760495.4157633471, -714913.7020475615, -768090.5379519102, -839773.8289204033, -859936.738640015, -925661.7290278359, -967801.0496372173, -923244.1583226813, -926256.1203424673, -918066.1080282379, -898211.3119117793, -855970.4384522998, -845014.5688205535, -858845.1481534167, -813307.4079539313, -765753.135341312, -757626.5340431546, -651960.0195576849, -658491.9166720223, -701706.8031016125, -710136.1235594044], "type": "scatter", "x": [12001422.6414771, 12007966.689030154, 12217217.976938643, 12251808.241990764, 12444822.991600055, 12467155.886432344, 12627311.019893883, 12743966.102755439, 12605749.689435126, 12497858.094725693, 12397307.308914933, 12285336.961778296, 12187710.303278472, 12071166.25754731, 11992977.62168624, 11943585.305847345, 11753558.74418252, 11745369.021339476, 11646026.900360255, 11743579.905905012, 11876678.64855547, 11957307.967969466, 12001422.6414771]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y878", "yaxis": "y7", "legendgroup": "y878", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-119955.87651221483, -197085.07772687866, -258792.27829740618, -268569.2461359218, -338556.96726426034, -476089.2971831757, -647142.5399968495, -649456.9865379866, -557011.8423075804, -466660.53530221066, -399636.89602061315, -309585.79997203214, -226707.22274367366, -71911.74466497493, 20250.749128015446, 115316.09310601081, 201633.6027938644, 271260.6976901999, 365871.20532770845, 427802.8901807387, 549654.4658790571, 605945.7429831726, 601488.3522207992, 580124.3886254238, 471980.7091262335, 397005.52492424205, 351002.6811069017, 232138.60007960052, 230404.3523663023, 154660.59962355555, 62072.14974412108, 11559.626682072543, -78722.94255806402, -117121.68084718348, -119955.87651221483], "type": "scatter", "x": [11616345.70870551, 11631690.099387761, 11666392.115877127, 11747307.338359619, 11795205.9539978, 11750963.033956274, 11718579.608624795, 11595524.892379118, 11518196.082342396, 11388870.009468244, 11349507.497434761, 11274313.892926466, 11225272.645865329, 11147040.997322127, 11049932.90406368, 11015478.464166323, 10970730.916723745, 10865968.675009076, 10799774.765877144, 10709574.175825877, 10578083.17234994, 10559813.916350303, 10631870.234267563, 10806808.81393791, 10920235.962591387, 11014982.282676768, 11080971.040549021, 11195883.616663136, 11309085.49808386, 11406678.39798188, 11473914.347877216, 11559218.258489098, 11513743.032948663, 11576462.805730896, 11616345.70870551]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y879", "yaxis": "y7", "legendgroup": "y879", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1405019.4417812212, 1489311.291508704, 1485249.228834627, 1445409.6198448988, 1349824.1780607568, 1405019.4417812212], "type": "scatter", "x": [13123971.54723707, 13028452.739894222, 13123212.14391529, 13180186.636820842, 13195683.444695925, 13123971.54723707]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y880", "yaxis": "y7", "legendgroup": "y880", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1103758.245068765, 1134743.9033542366, 1203398.9766055685, 1209898.2284304022, 1135429.812122006, 1242209.085803324, 1136690.170164717, 1100334.479128393, 1030451.569950043, 997704.3731014074, 1074150.5937370425, 1103758.245068765], "type": "scatter", "x": [13441039.036308898, 13456885.490626613, 13441944.031512868, 13499581.628303826, 13511473.643119272, 13549426.121964566, 13581609.205465615, 13556019.054494658, 13546849.52619437, 13523546.8433984, 13429263.676729819, 13441039.036308898]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y881", "yaxis": "y7", "legendgroup": "y881", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [930516.9509881332, 857042.0936018591, 795005.1777970348, 693803.3350652655, 806540.8970571199, 750445.8398462387, 668961.3371834476, 617134.9631907585, 681313.7330868376, 761355.5783308332, 813938.9871824082, 866240.6096877643, 820382.6873429926, 824640.3964656295, 762935.7510753721, 795305.2144160938, 888518.3719778382, 919626.449122626, 961299.8466805483, 911230.7119433477, 941516.0987716467, 990871.5097953164, 993812.1244535978, 1079346.1883519047, 1026890.7613780928, 971193.2187675594, 930516.9509881332], "type": "scatter", "x": [13917753.22732211, 13951757.411155151, 13976067.53771193, 13964571.543685138, 13894895.932767866, 13858307.886335706, 13913585.966625985, 13893345.454895997, 13748736.827676143, 13697958.149346123, 13717522.227874953, 13632660.97852395, 13611116.954050492, 13557987.871370934, 13492732.446996717, 13465984.864629148, 13482964.919768998, 13542924.20941511, 13589708.498951213, 13644541.02947268, 13718715.469676584, 13720351.88243869, 13797071.791084727, 13760061.005018717, 13868117.551733524, 13896618.18570931, 13917753.22732211]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y882", "yaxis": "y7", "legendgroup": "y882", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2012863.7725296533, 2047173.8573836153, 2142391.20392394, 2192554.650272049, 2223575.56733738, 2220949.6924072993, 2178704.962233059, 2129992.3122078828, 2066069.620553085, 2012863.7725296533], "type": "scatter", "x": [11580981.700407244, 11473749.925967405, 11412102.562649637, 11431840.579306496, 11525930.240135955, 11587802.728583185, 11639021.717907663, 11624294.397147637, 11639972.028241353, 11580981.700407244]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y883", "yaxis": "y7", "legendgroup": "y883", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2698958.821302032, 2521376.5764486226, 2430541.8464241074, 2524034.7768155625, 2606142.518369529, 2714928.614515798, 2798783.6548254117, 2765787.8638074338, 2698958.821302032], "type": "scatter", "x": [12353065.335867269, 12442290.162211262, 12471173.901202176, 12342012.9502935, 12262556.038484883, 12229259.909928571, 12235442.88618054, 12311228.621844167, 12353065.335867269]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y884", "yaxis": "y7", "legendgroup": "y884", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4338583.064262568, 4226811.79957693, 4112278.2334188134, 4023711.8302290156, 3968108.6993643586, 3889918.380492497, 3837717.2651396208, 3830915.4517513355, 3704298.9384161327, 3746920.259956846, 3829834.8496929584, 3805362.6850293335, 3753116.507059693, 3750989.944126706, 3669383.0666376636, 3480906.635577211, 3434253.757671979, 3477345.611086528, 3577278.8475504466, 3609530.9842511206, 3685582.7333263927, 3719754.3060430884, 3789478.32137953, 3846826.5857157614, 3922675.4988173554, 3955763.910343761, 3933076.011465907, 4130358.2791726016, 4077355.4754049913, 4188349.704156738, 4231472.374942982, 4367220.247619154, 4492079.277908539, 4562229.747794951, 4582615.231421459, 4428598.129532913, 4338583.064262568], "type": "scatter", "x": [12259600.171729086, 12351508.33729507, 12525153.311407423, 12621712.052718481, 12717839.786235482, 12781910.430017993, 12737912.182816876, 12586046.440262403, 12623333.321002979, 12505157.350182384, 12391373.741773888, 12264084.316122752, 12222859.321443422, 12117302.157306345, 12314912.747943083, 12483507.950601386, 12477246.219179308, 12380283.741711807, 12283478.709477445, 12184649.794918792, 12053080.842583057, 12098293.55702146, 12058101.506605534, 12076014.368962742, 12042245.567901222, 12177770.12936545, 12305799.23933026, 12121237.169897417, 12256956.086549448, 12224720.449148152, 12210159.755122887, 12057147.882026216, 11846446.555508751, 11769792.630941827, 11825792.067677392, 12120088.246605832, 12259600.171729086]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y885", "yaxis": "y7", "legendgroup": "y885", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4869478.86469324, 4916572.35874356, 4791839.533018471, 4761426.572910483, 4651105.3662185455, 4727036.857141871, 4605498.025347783, 4603827.846270155, 4714258.514911678, 4799745.132509937, 4805916.965447306, 4959620.770747562, 5046234.687578277, 4930531.977423025, 4893167.28918876, 4869478.86469324], "type": "scatter", "x": [11606505.209543386, 11580048.48630374, 11817157.319212094, 11748981.721347613, 11863779.739775052, 11607104.85832371, 11763237.286538735, 11673202.85396254, 11481180.320343876, 11379153.088525904, 11455347.78624861, 11214573.251499996, 11085799.352632323, 11382073.988671282, 11508680.606316037, 11606505.209543386]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y886", "yaxis": "y7", "legendgroup": "y886", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4529466.269404412, 4563894.07871156, 4485049.7348102415, 4338195.812662618, 4345200.799765077, 4308137.191849887, 4337581.947639801, 4471536.013825254, 4535021.422815676, 4529466.269404412], "type": "scatter", "x": [733923.2993447881, 772421.5025957184, 831569.5496049005, 835540.2213352001, 795537.466958944, 763914.965784305, 728344.1392995976, 712336.6691330379, 687061.4558089217, 733923.2993447881]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y887", "yaxis": "y7", "legendgroup": "y887", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4721408.269901956, 4763829.129276342, 4668577.759271381, 4582775.930392619, 4605388.975720986, 4680132.532942406, 4721408.269901956], "type": "scatter", "x": [717443.7890701185, 765545.7641559643, 790160.4407600383, 772069.7755169848, 731796.0076381967, 705044.0610162857, 717443.7890701185]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y888", "yaxis": "y7", "legendgroup": "y888", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6220967.42611309, 6165140.076905769, 6074967.595809045, 6137849.462979269, 6184063.211244384, 6220967.42611309], "type": "scatter", "x": [769633.1522712882, 799719.4868692267, 777531.8396166159, 700294.390468323, 684185.7927839825, 769633.1522712882]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y889", "yaxis": "y7", "legendgroup": "y889", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6492637.163493756, 6502011.032526558, 6381501.391421336, 6396758.568788178, 6396177.282073481, 6305439.191739963, 6205645.087466934, 6198542.152397989, 6055483.780906362, 6037605.420156988, 5910790.981206897, 5866830.327220009, 5845633.18634443, 5774470.211278101, 5741842.664554952, 5684284.868288395, 5626025.0975503335, 5627054.112457961, 5596466.051970522, 5618365.024195951, 5566247.325607562, 5578870.383565621, 5536397.883975728, 5558608.081678715, 5675448.407947025, 5699480.182439248, 5718111.169839963, 5762386.7024767995, 5796875.463086944, 5856815.3692343235, 5929709.801963696, 5919630.624207485, 5984246.422233973, 6054373.559912947, 6073960.889409975, 6104087.950288204, 6153837.6538328305, 6184511.987626475, 6131869.090722779, 6239184.367485999, 6295973.004412513, 6411106.719509353, 6501455.561866434, 6492637.163493756], "type": "scatter", "x": [-245201.74382907763, -174537.86853488762, -243891.48760777328, -182209.45699469015, -116874.16045123941, -135383.5435471355, -194734.91135844434, -130391.66846477012, -72016.8273723903, -27914.273284765, 12325.670683252652, 31603.950130095614, 113571.5656621222, 106897.98271073187, 72460.73511032893, 101142.67191915389, 38826.35654549761, -55548.85116789844, -176663.8659137912, -208872.80339729754, -258125.12405980212, -323363.47668783145, -376357.79812197154, -412781.9852383404, -301183.4760996825, -237512.7694645326, -345408.5986069839, -361816.73184934346, -288031.14323719894, -321428.04832072806, -303960.1394341804, -205648.56872276985, -193190.63335286977, -234517.9620989126, -311607.8813248626, -324753.37214510766, -298164.431826576, -316712.00372078025, -354724.872772099, -349701.9269611913, -375900.31991367374, -343917.91078844207, -291034.1813680661, -245201.74382907763]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y890", "yaxis": "y7", "legendgroup": "y890", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7373676.067223853, 7301513.457711012, 7225462.123731518, 7140442.014026723, 7064042.707230371, 7043714.186297825, 7060128.4616394, 7095414.970670271, 7144682.151439146, 7199200.991478038, 7220812.494346899, 7253550.587063458, 7279484.999970835, 7352112.506996769, 7368610.71423003, 7292968.21475954, 7353685.67203051, 7322153.772922452, 7381585.338188257, 7373676.067223853], "type": "scatter", "x": [-646982.480239368, -674257.3654498624, -639004.3869102568, -720056.4107154822, -880695.5149972637, -929277.0283030012, -989729.1944541135, -1115416.7282363013, -1050318.1526137446, -1134689.2829977858, -1043235.4857718666, -1033726.4148776437, -1121313.8780742118, -1062795.2418830968, -988850.5056798063, -944050.3069610526, -855888.0096203695, -808336.2046378996, -718920.7369832875, -646982.480239368]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y891", "yaxis": "y7", "legendgroup": "y891", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5953034.844809392, 5845771.2013257705, 5736268.344635468, 5624007.313305762, 5427002.052776947, 5463720.045119887, 5303036.2635814585, 5189096.184866898, 5111414.725990246, 5178428.277945878, 5092390.742348409, 5185672.324398724, 5293980.978851701, 5413968.219276335, 5498043.418669532, 5646783.922223482, 5756159.599847999, 5908225.954063008, 5959442.11419584, 6011013.106223058, 6026641.642598452, 5953034.844809392], "type": "scatter", "x": [9437964.693913672, 9675646.11888853, 9890362.697910598, 10138366.92380593, 10589605.29958179, 10411848.597163197, 10666919.106658254, 10949793.636892108, 11088742.437369514, 10909218.743615607, 11013507.57856689, 10831890.908831235, 10643129.886287173, 10412641.804715183, 10271645.561509151, 9990925.69097543, 9738384.070438465, 9445674.474859372, 9404787.672013529, 9275047.400090856, 9272475.178501748, 9437964.693913672]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y892", "yaxis": "y7", "legendgroup": "y892", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1030242.9509723953, 925296.0187802056, 1002648.2826242758, 1070958.3680233415, 1147476.127623871, 1257357.2498205812, 1167164.8129172386, 1106258.9128467166, 1030242.9509723953], "type": "scatter", "x": [13019003.915105361, 12905844.839736648, 12935761.65634411, 12992191.181217395, 13030407.689943578, 13044574.690849083, 13099850.233891899, 13050168.33312861, 13019003.915105361]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y893", "yaxis": "y7", "legendgroup": "y893", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2015872.3309493116, 1969984.1552055161, 1890655.30691577, 1798685.3381307716, 1762009.751839456, 1672800.1210753876, 1584677.4684306462, 1572487.6014219979, 1585580.849550965, 1524240.9486652282, 1464015.7810586984, 1437437.2583334781, 1386454.054448674, 1440755.9735430519, 1498881.9125133748, 1458270.113050885, 1524501.0877540444, 1508149.5840505343, 1532596.8697377709, 1578330.9476450873, 1606475.999984323, 1632065.7987977003, 1592190.4163934025, 1655766.3363997194, 1703952.1345959478, 1809890.962362548, 1773475.218261525, 1946608.9886973526, 2046902.1635667097, 2046773.4665201164, 2015171.667819001, 2043996.474094527, 2015872.3309493116], "type": "scatter", "x": [12939571.274696434, 12952630.501739824, 13039694.48190382, 13067984.094388237, 13026559.982510822, 13060313.09652629, 13131962.937394075, 13195562.098908193, 13236390.474623382, 13403364.364422541, 13423484.756538576, 13471910.150000563, 13485040.422735248, 13374481.591062138, 13305744.93069791, 13298000.60342378, 13196084.05932567, 13106063.029455142, 13039974.650095727, 13022051.705540666, 13040986.61565133, 12995189.809741115, 13002396.774747102, 12915379.859146174, 12872875.585016055, 12808216.968172057, 12872564.957092017, 12778407.083734578, 12747510.58712522, 12811531.22878947, 12897797.7532757, 12911058.54570404, 12939571.274696434]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y894", "yaxis": "y7", "legendgroup": "y894", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1262464.785031875, 1315110.213895612, 1280868.622612811, 1281028.6817588494, 1234820.8336808481, 1187851.1747346262, 1154635.3643580466, 1206034.1144081587, 1262464.785031875], "type": "scatter", "x": [13318231.839131566, 13278713.964226374, 13359001.541934913, 13428342.509560302, 13445809.161636706, 13414327.087749284, 13357858.147551678, 13333734.91196679, 13318231.839131566]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y895", "yaxis": "y7", "legendgroup": "y895", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1345082.2244475672, 1221570.650191309, 1250917.8339577785, 1213790.9320947102, 1145532.7070574546, 1120751.4213343961, 1198545.9894575062, 1204290.6930620577, 1271262.2448274565, 1262436.2033688808, 1304317.4587120062, 1388786.50604216, 1386348.2938625622, 1345082.2244475672], "type": "scatter", "x": [13659309.385960378, 13744419.265019054, 13647699.967199935, 13665637.733509794, 13720007.508134538, 13677520.051005859, 13642125.308424197, 13606852.636422154, 13561531.441867767, 13629557.34910975, 13609773.891182428, 13504519.639501952, 13610042.53500199, 13659309.385960378]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y896", "yaxis": "y7", "legendgroup": "y896", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [958807.9359073098, 955295.83269766, 1032503.4673711824, 1044274.7698907375, 1080858.000468098, 1174321.2716733962, 1225652.0156117263, 1227752.7222822271, 1250809.2244089004, 1241577.4389744105, 1297434.829292162, 1322167.2754443777, 1375460.7103720536, 1368683.5225723032, 1339582.8342968978, 1302336.6989173263, 1276198.332411252, 1263287.9371417128, 1213087.843985242, 1155241.2571765936, 1090994.889277904, 1003242.6956782783, 1010427.1057379087, 1090369.0126835573, 1129296.653825339, 1213033.5404442493, 1258000.3353543533, 1310139.7064665386, 1345039.3497079697, 1267306.5260020967, 1265511.5931902106, 1203827.6863820795, 1167204.8249854166, 1166233.1035879804, 1177599.4197377902, 1128064.880370074, 1114395.3948226052, 1148947.9843170068, 1176802.0318020862, 1183472.6647489078, 1185010.2864421643, 1152340.404288034, 1100125.8525269341, 1091815.1023010695, 1037427.4583454547, 948817.4606274177, 951315.0750532913, 925244.5810864554, 884563.4533343889, 812510.2311015138, 755566.3820590702, 752946.1033761505, 698998.0651714893, 660500.7039237649, 638353.4423961979, 658286.25635244, 666266.8472261222, 636547.6088843634, 624381.1180755689, 598208.1735865317, 504867.22247053124, 459580.47484043136, 455574.6924456029, 403645.55648818647, 210264.8183619471, 192010.9919604362, 115681.79570733229, 24656.308509389215, -8673.945220359064, -26039.048150435116, -136869.63524902056, -64312.004012323494, -104053.53053612629, -171582.9034170655, -236381.29680230815, -297591.6611145655, -263512.1922332693, -321997.1000121938, -317688.570443682, -409202.66365090135, -533085.1982048434, -564983.615587915, -569418.1007729137, -604299.8675340151, -745105.215786733, -812015.8127493259, -994852.2739506973, -1067063.047916296, -1220970.3812788737, -1346022.541745734, -1441927.8902485908, -1444088.9199909973, -1525484.4021642553, -1732800.4014650744, -1903371.606448577, -1976344.1402621965, -2020013.333487535, -2167987.3922187937, -2312504.7601713827, -2426859.597445631, -2474846.413911146, -2541223.0708709233, -2540959.8205610453, -2583515.8342386154, -2632787.5030429307, -2665142.7149322527, -2753337.4368001693, -2863210.5166418464, -2945930.049280789, -3007122.202946359, -3119069.354108439, -3173150.4942219877, -3234148.9433998764, -3429251.9707227745, -3517202.535004138, -3569061.2547237515, -3674549.7700481317, -3737969.8369532665, -3807678.519540306, -3869339.506571415, -3847153.2849099133, -3859043.1743018725, -3811410.3512546513, -3814970.2283234447, -3753617.9867433514, -3811525.000788037, -3906547.501455055, -3983033.9178879103, -4031384.2928759195, -4085587.7079780726, -4227907.321095892, -4287439.108588865, -4310558.053381812, -4299377.10070586, -4365587.913677808, -4448692.379551855, -4504692.411181732, -4543767.3749316, -4559096.156977107, -4518660.187954232, -4547715.749306533, -4658079.272709853, -4691515.240731422, -4656489.314303768, -4714189.56042159, -4748673.301452006, -4817755.501393955, -4929532.731455367, -4989032.437773915, -4989348.299053444, -5046280.56590329, -5129629.2786565395, -5211012.707783536, -5233498.827704562, -5333248.223675334, -5395969.484383652, -5526350.596704517, -5570230.735503754, -5622328.636235692, -5737875.307423849, -5802286.349958446, -5796662.636529645, -5795828.859006226, -5823200.318023974, -5863402.784474436, -5967356.315804327, -5969938.827275255, -5933761.576596295, -5856266.106182476, -5792580.011911946], "type": "scatter", "x": [-8513175.315487817, -8457019.745514339, -8358421.844293302, -8310649.01810963, -8301498.176616723, -8259483.949140241, -8184091.5270573525, -8114720.203276935, -8100228.950758646, -8017118.198788882, -7917091.883844432, -7868217.550928615, -7801388.547678718, -7764685.654937345, -7743816.819881399, -7774545.5233952, -7784221.624546191, -7851485.66412898, -7828074.389959855, -7842844.93315343, -7905390.9822769575, -7881936.758562826, -7833130.966424299, -7792091.39392858, -7817655.524480025, -7804014.759173416, -7657233.890414578, -7659480.950983181, -7612417.343511608, -7592673.801113815, -7516579.961947322, -7459904.684913632, -7463733.100247242, -7365670.828207969, -7246318.444910364, -7193935.155422022, -7112861.864516864, -7044479.529116373, -7037516.8219698835, -6900623.129670619, -6769217.005754659, -6868668.857277966, -6841317.248276061, -6755157.476354837, -6681656.794253416, -6678801.405997318, -6621039.817646045, -6581923.125836525, -6515576.460128748, -6457186.73374856, -6461256.588697937, -6419925.793741532, -6366883.942921914, -6327314.164290566, -6196872.518338463, -6182977.210375054, -6092654.468002404, -5976492.483028918, -5940009.80490719, -5860766.18991792, -5750763.027137408, -5735497.439333218, -5696029.341489719, -5673603.561976802, -5619546.670619612, -5560551.019922189, -5559165.168535955, -5643772.379873483, -5609184.748752119, -5412371.327113707, -5407147.806907532, -5323577.335006042, -5183073.914767964, -4997059.072511255, -4941128.52451843, -4957362.3946503475, -4829205.461401615, -4610793.412731408, -4444848.065360567, -4276966.239406692, -4129111.613241323, -4041905.4240674544, -3946840.908928658, -3904675.5468520727, -3857953.7304516234, -3834626.109751057, -3862665.062882585, -3911331.3469937914, -4048166.8016545046, -4101237.339385685, -4167767.7700761487, -4194556.6451683, -4212010.746782373, -4168564.6228953423, -4165465.0193236787, -4161695.907108071, -4185850.654628948, -4171286.189455935, -4242056.548294393, -4229899.103518656, -4300329.824068764, -4305693.8739282945, -4417178.125902972, -4565453.078944934, -4621875.6975311125, -4725361.448334858, -4814627.910445209, -4860298.381598674, -4843825.710185866, -4803845.28357726, -4778188.2076790435, -4778502.485144657, -4821259.2815552205, -4842552.303620199, -4885321.615544714, -4924646.041230729, -4915162.221387506, -4944257.292322378, -4947661.6411942905, -5017882.068919227, -5097631.809632448, -5140527.0383078875, -5252061.424352422, -5312364.79424509, -5403493.156525789, -5376611.247245989, -5205669.579263914, -5173477.729272698, -5088846.449261346, -5061328.336882492, -5059559.933157229, -5151192.112729479, -5310120.090772117, -5413011.254226871, -5349456.1672690185, -5309220.034086037, -5254114.480279825, -5276834.235779202, -5351794.411966113, -5462456.313546539, -5473388.903257805, -5378631.644035182, -5297534.884135032, -5278614.298975396, -5210938.647117259, -5260261.2407161575, -5272089.653732727, -5195451.386662373, -5166304.977112616, -5240484.218489742, -5254718.682559417, -5206479.525845915, -5061904.341498185, -4970355.8093382735, -4911463.0638647145, -4944379.434844121, -4875256.8937020665, -4900506.27045212, -4881217.587512917, -4750182.89158313, -4643818.76204993, -4677870.765768427, -4739367.451459975, -4745741.7972594155, -4767413.6315774955, -4674883.629521763, -4700163.808873452, -4811317.125080799, -4967034.078666089, -5117005.0338833835]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y897", "yaxis": "y7", "legendgroup": "y897", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [798805.644260809, 739899.0394175563, 646368.269795133, 617334.9751353469, 516170.41618135595, 451991.7774725645, 425677.15420710586, 367665.4880432318, 298177.43665474333, 290763.2518339102, 250712.50121612716, 195319.47767649585, 187022.5517479546, 152694.94308910205, 108687.73477001615, 84968.51585433102, 39844.34801297505, -31370.289697056316, -100253.65470388162, -116927.40132299384, -217284.58195638203, -248455.3339198734, -296911.6700891965, -245563.9632643084, -293854.56842530856, -376493.9844477597, -446328.7658865317, -523776.30645719444, -629249.9257609433, -678602.0188381078, -723371.6360017096, -795550.8897820313, -877002.1933202789, -927404.8963214941, -1147633.2471941584, -1351722.0379991971, -1496903.6811083797, -1528783.31554134, -1620184.1781611254, -1688387.397337111, -1809410.527596679, -1920534.7874155482, -1965940.4381727034, -2029496.677056443, -2185406.60783935, -2366625.0106132813, -2614197.9765881225, -2844255.1621307787, -3058589.8667925205, -3193912.3171419883, -3330720.0653551472, -3422176.2898593075, -3588304.394391014, -3753577.862823566, -3931046.2815856715, -4110247.9539027396, -4113855.3093693405, -4238897.746876258, -4347223.069001256, -4423112.684494358, -4628846.485601202, -4787711.5973795755, -4803356.295872988, -4664691.705598481, -4694218.895538538, -4924376.086021497, -4885271.936812219, -5069852.128782541, -5168076.432016208, -5200493.797863808, -5286396.633365325, -5393349.031387539, -5582934.347804873, -5656913.4357118895, -5722104.140522163, -5792580.011911946], "type": "scatter", "x": [-8601377.088507904, -8566306.77024265, -8562634.997558875, -8590290.927849764, -8577487.525987932, -8605047.131179601, -8566572.055585308, -8613993.540333979, -8665757.361310916, -8721390.184184501, -8749817.191916721, -8747566.028426195, -8789425.257420981, -8775594.869334847, -8853365.503338302, -8914849.434179295, -8907710.653359221, -8949902.904160934, -8969384.154494805, -9007969.588211918, -8985445.321229408, -9006406.711179757, -8936854.763126029, -8897420.084463604, -8870502.125627326, -8923565.94208647, -9005729.747089334, -9031878.375581006, -8964579.298799958, -8993220.844503978, -8907407.158499133, -8809466.465983214, -8759849.055761103, -8704888.482246948, -8551901.246111117, -8390112.193608275, -8254884.440437019, -8262605.857087237, -8187998.806097469, -8081793.260046156, -7846885.7162354, -7594873.272650217, -7568575.830862682, -7438051.461747264, -7353727.843182213, -7268152.903829717, -7184115.7251449125, -7098357.235764128, -6997376.936212224, -6975166.643607561, -6879618.177103109, -6850329.796166668, -6719572.497953392, -6645994.581790722, -6581980.6646963125, -6502119.564220637, -6536765.88032238, -6431295.139951142, -6319416.52013865, -6296872.028111576, -6152105.396304442, -6038939.870096127, -5973907.111786499, -6069124.551496479, -5988429.112708123, -5829255.78194257, -5953136.789271861, -5810452.34944847, -5790923.059259352, -5644157.784500157, -5641704.768758115, -5568415.083825487, -5368987.490347832, -5258274.3585389685, -5211287.193683051, -5117005.0338833835]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y898", "yaxis": "y7", "legendgroup": "y898", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5856536.389926601, -5879896.226274394, -5954236.852667584, -5994188.467067881, -5943159.419630749, -5866968.2772853635, -5821015.159487518, -5834143.471632681, -5885750.692433917, -5969219.864275098, -6036006.215657887, -6063836.313935107, -6119494.220029524, -6125063.140194961, -6085742.2557132505, -6130764.427332713, -6165347.129256745, -6161803.054644207, -6152787.6106916685, -6119321.630262761, -6103224.952224462, -6041027.972941445, -5981189.261701548, -5856536.389926601], "type": "scatter", "x": [-5031436.076591524, -4951853.384226672, -4782269.20746897, -4654634.060056893, -4671624.662219389, -4725055.710224409, -4707325.051727906, -4646535.344306398, -4571521.189755896, -4458715.095396906, -4310377.892914132, -4193818.1148858983, -4170741.1665870356, -4225927.287125395, -4296032.094132951, -4273909.992055749, -4294497.907600139, -4328965.184810043, -4375290.066624446, -4454784.022166042, -4537859.537272666, -4682351.171226292, -4810624.309477152, -5031436.076591524]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y899", "yaxis": "y7", "legendgroup": "y899", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8950999.157932255, 8971334.105975024, 8972684.39082137, 8942597.492685093, 8969331.76217682, 8987745.321726825, 8963272.809045617, 8946250.135294696, 8931527.08463882, 8923056.260189014, 8904732.749204898, 8886276.702183945, 8912747.640593456, 8947606.173390068, 8950999.157932255], "type": "scatter", "x": [818926.9659712523, 838184.3786065986, 864272.120286504, 893068.4237646995, 881036.6247300615, 882074.551445156, 929943.253207662, 937952.4792225217, 925947.0769010514, 916351.5140772826, 929104.7892655757, 921930.8633176407, 879776.74937244, 862315.5519458735, 818926.9659712523]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y900", "yaxis": "y7", "legendgroup": "y900", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8187401.72455674, 8285358.917849361, 8336024.724592226, 8394958.560424315, 8466678.31230412, 8487572.52973104, 8528958.080217728, 8543461.192361193, 8499378.305673938, 8464641.979532305, 8409287.205043357, 8356057.427669146, 8249817.950124117, 8140888.728397076, 8033558.504360139, 7940867.2834223835, 7849360.396302849, 7839573.352709107, 7854068.012313569, 7903607.3987663025, 7933521.295933846, 7993789.881094023, 8017732.188384337, 8078582.143040951, 8173756.182158984, 8187401.72455674], "type": "scatter", "x": [1671990.6645605129, 1654844.0370363307, 1599350.2203802543, 1606066.4328646457, 1623420.326032845, 1688896.2455550076, 1687211.9928993601, 1720002.4412562149, 1789107.5361724864, 1811829.6709637821, 1778260.1794971218, 1749636.0195131607, 1766007.9891628546, 1825050.7900171974, 1874050.9773669853, 1966491.0224128754, 2121069.0740451864, 2108471.4182832856, 1974667.6271591638, 1921244.4739038106, 1830608.865710422, 1774023.1623210039, 1788405.9997698823, 1734123.733318117, 1713157.784857973, 1671990.6645605129]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y901", "yaxis": "y7", "legendgroup": "y901", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8891438.145117652, 8831302.036997061, 8818149.335453458, 8836772.020250589, 8867538.102539746, 8869494.178355783, 8920748.140126128, 8951931.075632814, 8925078.752683358, 8958517.98639519, 8930624.028347362, 8891438.145117652], "type": "scatter", "x": [528559.7930863836, 526741.2015352002, 473011.0347767641, 406006.16712861793, 391895.63321099256, 363011.44516487856, 326191.2727767676, 373207.9833108414, 409823.97433978866, 415549.0761669564, 473611.2051240759, 528559.7930863836]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y902", "yaxis": "y7", "legendgroup": "y902", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8645517.779559936, 8599865.485564353, 8625778.027365897, 8654581.477264112, 8690262.727047084, 8712628.464126235, 8670712.797847286, 8645517.779559936], "type": "scatter", "x": [580956.6188704559, 545973.6933637616, 493989.30969396007, 499913.7621029634, 473128.04116676433, 511491.46338879387, 537042.6979093183, 580956.6188704559]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y903", "yaxis": "y7", "legendgroup": "y903", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8848773.73016422, 8886937.389159014, 8890820.733078124, 8851837.641115284, 8768583.097878931, 8724646.606225736, 8642483.09701761, 8621413.56605502, 8528917.697851649, 8524567.946842985, 8592654.015212858, 8632323.300523063, 8664617.377570212, 8758889.85203513, 8846327.221220179, 8886308.43823413, 8847221.581413977, 8848773.73016422], "type": "scatter", "x": [303132.69190761866, 300556.68331555737, 327852.2218498864, 364409.31109678623, 460899.0759354841, 421374.5622482462, 434997.1480643672, 420659.3394677352, 436224.5205687021, 406692.45654022135, 335790.43630902434, 348001.3810886984, 305183.6451952194, 241947.81555004555, 209520.43531289493, 255162.24294673078, 274986.2123216328, 303132.69190761866]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y904", "yaxis": "y7", "legendgroup": "y904", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [798805.644260809, 830709.7879008268, 890407.2481135731, 919952.2203705622, 927530.7019752554, 964074.6728028082, 994818.0499715874, 987770.8662534162, 949297.5510455167, 921515.3515023814, 917654.676806808, 894639.3650939696, 834610.3228643697, 820479.8430394583, 804092.0168901976, 798448.4573203342, 864514.6349863275, 845711.8799195193, 852204.2429141019, 896702.5607079423, 904049.4956000256, 916985.9892038865, 916903.1176774446, 916820.2461541077, 892816.2104236893, 909541.8523800077, 934080.451577619, 957296.2162374747, 976497.1370882646, 1000933.6305600082, 1027413.7368744193, 1049153.0653585931, 1063330.7706775926, 1095684.6835867318, 1115447.1099133193, 1083290.0485901395, 1056860.6257445333, 1087553.9995392084, 1098482.5616234608, 1120774.2847790793, 1154449.5953750366, 1189291.6269253986, 1197085.523116981, 1204882.312892148, 1226249.3591446057, 1261092.8657746075, 1305720.8556855198, 1343009.9467390156, 1377778.8529070662, 1427744.138185368, 1444852.2105543674, 1428198.6357314875, 1436016.5875813095, 1470627.6159468566, 1475438.5814411817, 1480246.7048256057, 1454196.7057843516, 1455848.9355362756, 1466448.4067255594, 1488439.4192126913, 1495308.6442671153, 1519063.9052411122, 1538362.8568963439, 1540361.0902065018, 1562310.4062549532, 1607962.6016324894, 1727087.9311790753, 1763024.769982232, 1791883.0989362232, 1783842.8399585655, 1742209.9218592339, 1731302.2843746757, 1760465.7822323083, 1781518.2660352257, 1832282.5185008976, 1847789.018250838, 1899239.6261984357, 1952136.738516445, 1981694.8052974304, 1988298.0093419987, 2023333.7070166196, 2073837.3743827662, 2136662.2392124115, 2206473.1814194582, 2260424.3762086243, 2271231.566699591, 2302804.2502673143, 2331522.9441349823, 2369812.087104387, 2419532.5445688544, 2463596.3038945612, 2519482.3631974766, 2629571.0057040136, 2716087.724276124, 2785142.104254762, 2830372.476776387, 2857434.0501653524, 2925907.857767745, 2951750.238809344, 3005593.411778815, 3082913.4412039206, 3091930.0848164437, 3150301.767580341, 3204216.1919556526, 3238845.814154897, 3322453.8950570733, 3407346.302320065, 3449929.4713623216, 3493907.5349174263, 3489077.2919321936, 3519623.547667293, 3474601.0846922817, 3421397.1789550455, 3338147.2272731564, 3292448.7483728994, 3216098.1058830293, 3190003.392089517, 3182090.9632085348, 3144021.9782186155, 3145562.5692165964, 3074085.8808128457, 3045894.488937464, 3006661.323202929, 2950270.1549079106, 2847209.2830962366, 2798692.061616529, 2746780.392730651, 2688361.113829396, 2684700.743057207, 2634375.8277391316, 2584923.789721821, 2565090.542803545, 2524412.4765480207, 2524944.6900816313, 2592266.5841606525, 2655395.4536680696, 2708944.1993258055, 2737077.9067533775, 2818132.950770101, 2878164.50594216, 2912504.6201177617, 2961944.857566832, 2947682.1618907964, 2976557.089115667, 3003374.5656558187, 3067715.096877388, 3076078.7301755827, 3069793.8277456323, 3111186.3735081046, 3161180.5598912444, 3240246.268709103, 3270936.6510746125, 3340155.1045765495, 3412843.4422761137, 3501462.3760750825, 3601215.6583804507, 3657874.5780426827, 3721649.3766538524, 3734923.0805014605, 3766743.04801462, 3772313.443245329, 3802316.460780278, 3813256.2802519985, 3831167.6880243784, 3891996.6483815876, 4003464.3425740222, 4157747.4164590905, 4183454.2741247457, 4220117.837783458, 4313136.825367612, 4403656.113478468, 4464305.8598889075, 4556347.2336853305, 4651596.1249696445, 4736723.606182709, 4841420.647765763, 4942259.548133417, 5043114.53852717, 5192211.331066899, 5287313.969352201, 5338935.089179968, 5360649.626757382, 5322875.223954628, 5217918.240531073, 5247270.172124465, 5338442.746235164, 5429627.632252069, 5429909.8579162285, 5539131.00737734, 5587182.423104533, 5633239.733853738, 5731726.128565298, 5800020.827518853, 5847398.630170299, 5937120.468059605, 6017924.2448936775, 6075272.484330652, 6117147.0723819705, 6152646.724837588, 6249760.312669061, 6339835.055367488, 6444989.77775535, 6452190.209618827, 6454918.44999458, 6486973.184659096, 6602575.596748676, 6623715.541987041, 6663481.259972101, 6653981.506689913, 6705169.360068746, 6752640.987109128, 6729055.940107219, 6651658.404000489, 6644510.663540576, 6621280.271799738, 6583687.186502839, 6560026.998777487, 6625661.461149401, 6734940.615535077, 6769236.1877255775, 6797190.3180885045, 6735096.08215342, 6660942.222916654, 6581689.56883776, 6527600.567498136, 6447585.608429315, 6400965.717714449, 6366995.5837275125, 6317685.00519243, 6260183.935122392, 6207912.058428151, 6160318.760636756, 6168879.784961548, 6137835.080106139, 6099922.891463881, 6062691.633450523, 6030904.034216108, 6049610.56016653, 6101619.977239087, 6135976.815471302, 6196870.715094572, 6209459.817042728, 6255111.641982773, 6321770.827646537, 6344073.512700954, 6383391.974161779, 6467851.834091866, 6533633.280739706, 6499872.6167683555, 6519029.366917495, 6478529.105018733, 6535026.338168051, 6495054.729187469, 6550591.924519073, 6506002.951008429, 6506095.050329159, 6572406.763999187, 6613254.876577799, 6652927.905297791, 6631574.093645635, 6683874.480026176, 6710616.24994851, 6773727.665680178, 6821212.296338322, 6885289.03331506, 6947487.73804654, 7004700.327708691, 7012845.095931356, 6995011.965262236, 7048794.827619924, 7039192.327723356, 7073780.880738087, 7124691.480512949, 7144757.045369722, 7187770.343114618, 7186502.841498997, 7162221.922260569, 7137601.825684346, 7162190.235685865, 7149679.896183934, 7176406.108827804, 7221250.376546209, 7286042.194575712, 7332687.3261816595, 7387143.481127572, 7387143.481127572, 7331448.416831364, 7335787.488618646, 7404864.081064484, 7447334.473970104, 7503091.667493686, 7550653.281907251, 7585911.112612977, 7644377.4013896575, 7648003.204020999, 7698823.544513432, 7753145.94628931, 7806168.394837041, 7818927.1818419425, 7868459.095892696, 7860992.54280916, 7920467.014904817, 7897037.181268571, 7846676.517211934, 7868274.59353749, 7861580.639989906, 7835920.892647933, 7816955.411097317, 7828111.533431662, 7792859.187763484, 7782369.340554637, 7767864.189666776, 7785995.661549072, 7752465.672462724, 7736851.212389774, 7709966.795982014, 7656309.745587097, 7646049.073364901, 7692577.500214603, 7727416.936891177, 7713797.49861861, 7762790.896363898, 7790590.557927976, 7744354.308310953, 7770415.258969198, 7822960.099275416, 7811063.183631364, 7711033.280514269, 7786652.897618025, 7702011.435129801, 7720308.863272594, 7752863.459642889, 7746421.056747658, 7699575.839626821, 7658684.703584307, 7639742.850476244, 7646931.025637107, 7590375.3564465055, 7535021.996032738, 7511102.961426592, 7524255.470353606, 7543768.45126495, 7476894.083314209, 7533315.942752119, 7580642.8139067795, 7618824.248223943, 7623960.185799551, 7635114.086739571, 7608480.405918783, 7547892.426872186, 7556785.983516219, 7506497.89957672, 7524203.597681058, 7521529.277260902, 7590937.351227316, 7610425.811901312, 7572584.796063061, 7467073.42929765, 7555999.220152222, 7553002.032591115, 7665123.6366773145, 7733919.745754379, 7778996.701001825, 7902287.009457154, 7983260.508480854, 7965367.731994609, 7916107.936148968, 7790319.591051522, 7735510.865191369, 7712941.426054221, 7598862.955001493, 7686285.379576189, 7614489.561960626, 7531759.748300925, 7456518.07627132, 7537122.866724651, 7633393.4375458425, 7755826.6909706555, 7747271.393846475, 7730855.695193219, 7675499.807033582, 7620132.727955205, 7560665.053808101, 7500953.413341127, 7446709.174114152, 7368731.729142617, 7351530.494289855, 7385097.711566245, 7329111.781068237, 7235084.116152153, 7186324.239155978, 7110888.412460522, 7103503.061672723, 7056398.569310099, 6983949.983366763, 6970002.490386277, 6879682.49927316, 6754201.449975525, 6666351.361221611, 6536966.261502282, 6518399.05099098, 6414099.551697744, 6329611.645995888, 6351615.325909004, 6303402.080286605, 6261075.833990011, 6208464.417976756, 6177814.893934134, 6130919.830152225, 6124493.65883026, 6113741.320998888, 6017334.65265796, 5905451.020007798, 5780907.365793679, 5675270.185199017, 5711487.779605557, 5825885.842211285, 6001660.318561362, 6060241.069935945, 6112421.021669223, 6190461.179442469, 6268047.070523465, 6342479.412338815, 6437084.352311295, 6520900.170891251, 6637653.734720235, 6738516.356002158, 6912556.321801953, 6938289.650464466, 6907957.472596918, 6897115.585842876, 6926390.470978265, 6888640.87916656, 6824036.937435005, 6780781.6438872265, 6772337.032118701, 6678721.42479225, 6537918.955747692, 6520508.740731038, 6454901.182617283, 6516749.870859076, 6639668.778475658, 6691463.067411743, 6591971.314167462, 6449893.66101995, 6316286.623610957, 6246359.650902794, 6183565.530090111, 6119948.776024021, 6091161.394680414, 6055650.601836435, 5961466.68615821, 5946679.40092108, 5904709.1225178065, 5779659.605109716, 5737829.379383766, 5698778.763955672, 5659238.9623431, 5567851.061033033, 5549796.3352318555, 5573214.119307317, 5574013.121099214, 5566316.30339299, 5486519.709712033, 5437231.614704329, 5290062.4248492755, 5187427.337813007, 5205698.723756129, 5351785.330518842, 5444426.887898215, 5455515.928087159, 5400992.118724633, 5326307.098692384, 5206465.668160062, 5122595.604115962, 5067078.01382175, 5083166.154376004, 5208128.820450185, 5127503.994486602, 5087238.5119277695, 5014422.514660745, 4948287.725633595, 4903325.074818291, 4823296.022103632, 4831454.640488872, 4925504.526781513, 5017400.350988143, 5013762.051416833, 5000225.5785336755, 4963796.354579358, 4909957.10339827, 4871600.128778824, 4838717.431188673, 4772744.788469079, 4747754.851530788, 4688846.107929888, 4629977.269889292, 4627202.14288204, 4667742.586312651, 4643063.86453314, 4611337.947133915, 4593324.758697318, 4595485.625669849, 4576109.826754093, 4570557.184977993, 4565076.330209428, 4532921.984009491, 4553842.160007956, 4532800.503409258, 4499484.769956259, 4499263.8377239, 4512893.704855004, 4482105.9572624015, 4477012.528967396, 4397247.198834925, 4311791.538649293, 4340307.053836415, 4346087.185620637, 4373846.883328247, 4314063.325098825, 4294306.641007084, 4252355.462344208, 4209219.504084521, 4120582.662000859, 4124987.263484533, 4200510.828436625, 4242930.724478816, 4335156.521720549, 4287155.6384224845, 4216739.651405663, 4234136.805044495, 4198390.2669535875, 4092782.136642887, 4085109.2307602093, 4046712.4893907453, 3935696.232306043, 3853353.3835171727, 3820457.186328028, 3755394.446892021, 3748281.595270262, 3707531.475837336, 3670314.4234957243, 3598335.4617828075, 3545544.974714623, 3479812.885791613, 3401038.536459626, 3324050.8873319854, 3229220.2666655127, 3150764.738553447, 3102873.896479631, 2974333.985398238, 2899631.1888220813, 2856535.6993963295, 2788891.4244080153, 2774915.3836085894, 2788347.8195870034, 2836950.296493477, 2862431.981862652, 2957713.5451016314, 3042484.4051534366, 3085835.030925998, 3159393.666651484, 3220352.98290135, 3313080.9528877856, 3330090.186062171, 3279780.849533215, 3285319.8617031896, 3337030.7856468186, 3364456.3027123534, 3350523.9744512276, 3362783.492558644, 3355141.3958600364, 3337849.340100164, 3308384.1952740615, 3263430.0886870595, 3241532.0987071656, 3226960.030681339, 3243312.200604439, 3222284.881580537, 3225732.4963869825, 3284308.9362121955, 3270486.443245472, 3296141.950731207, 3288369.2736777663, 3262473.4701907337, 3180301.1564803105, 3132516.325540522, 3079603.4520299244, 3029737.7307774946, 2953281.856609316, 2900100.671985654, 2862431.981862652, 2765183.9455574197, 2685453.421596009, 2537071.2338767247, 2482989.503199813, 2422582.405415761, 2368584.7732376717, 2282713.982218814, 2200291.910611553, 2137134.169675527, 2082631.937648739, 2053265.5372551007, 2006961.0742626134, 2037893.4084070227, 2049072.8561335092, 2068969.6514536499, 2087951.6122383869, 2133118.4774975707, 2197688.9807744296, 2290695.114499775, 2323060.8655096404, 2352054.815573909, 2377736.7402119827, 2373880.2579629244, 2383258.289505569, 2359781.919180804, 2306454.471212919, 2240641.0660932465, 2173238.9365090774, 2153960.780121411, 2106110.213988558, 2019738.8558043505, 2048166.255397425, 2046321.5970149573, 2030083.0231001296, 2029573.963011468, 1999468.3551023647, 1951596.2588998305, 1934478.3493632441, 1894881.689073279, 1884298.6064507056, 1828379.4770249957, 1799019.8755005621, 1795500.0896570089, 1757169.1278676388, 1737152.0824581063, 1753640.8885760922, 1738658.8532050424, 1735190.7100630838, 1754644.4628777567, 1756231.3128454534, 1747210.5990507202, 1752705.9354943063, 1742721.7111972114, 1745612.3243260253, 1757852.4752514567, 1770241.4309009972, 1764514.4178883617, 1757000.4354772107, 1759590.8670061103, 1769192.0959534263, 1753843.8907175662, 1751402.148925439, 1730719.0215958054, 1705913.4568234272, 1688964.9909224268, 1658528.0924909837, 1647909.9451982405, 1623208.9435655524, 1582722.0506609562, 1545035.0809600493, 1500517.0431362404, 1451766.9596303203, 1423250.62294292, 1373445.5585512652, 1362578.0770804796, 1315261.701718743, 1286047.6873796864, 1257760.25005877, 1227864.1884242585, 1209692.4469882036, 1192684.1252437648, 1149593.8868619348, 1105078.597233457, 1057869.4410790927], "type": "scatter", "x": [-8601377.088507904, -8632609.20012952, -8645188.285145707, -8612214.40978209, -8638617.329810975, -8651717.043880163, -8700001.739989508, -8749641.317909475, -8780089.242736269, -8830269.041846216, -8855085.110041147, -8870492.10621706, -8829320.85700396, -8862025.966374237, -8880917.376642877, -8933299.112847842, -8940190.332715377, -8958132.41697471, -8993287.025604445, -9006817.459969098, -9050527.866703583, -9076458.736859214, -9100112.669693476, -9123769.536923334, -9132111.137881946, -9141334.34166504, -9195939.941225192, -9213254.374797398, -9196321.183401428, -9194774.098879436, -9219074.069786822, -9257090.953026561, -9291415.532179132, -9290517.145853413, -9314196.381371962, -9315377.406446947, -9343868.317597572, -9361261.808029162, -9393701.795805335, -9402871.903803809, -9393238.573990908, -9369163.58212881, -9382423.354384184, -9395660.993748961, -9364510.49707136, -9392100.558715971, -9429549.003726518, -9441825.825697541, -9476437.025837492, -9514113.938559413, -9496189.456064869, -9483994.844742494, -9473106.41409385, -9479833.268972177, -9494591.620475639, -9509339.661288798, -9530534.432315418, -9592749.190550203, -9628013.52585632, -9664910.984067034, -9722566.289297357, -9744418.35819014, -9792618.50688207, -9859269.46086745, -9900179.087996433, -9940078.689243319, -10011561.945531223, -10050854.54619838, -10125070.148230193, -10188517.453961866, -10293595.747976001, -10352587.709713954, -10414832.264531791, -10485146.83998101, -10560473.231960872, -10632764.670607181, -10727124.311349483, -10788044.13533533, -10798773.426287198, -10854427.25442782, -10943069.458416238, -10958014.06426189, -11033775.33275803, -11043245.399608033, -11033835.203810008, -10992062.576839222, -10982267.716905734, -10939471.504455166, -10913463.49744019, -10914633.195068926, -10893419.508525608, -10888365.176823057, -10897709.601668965, -10933511.078168666, -10927870.5366989, -10977429.69274368, -10973486.386338463, -10900670.106520042, -10929374.914809404, -10941163.214640617, -10896902.443572748, -10941692.411489561, -10945029.265384324, -10940191.773185192, -10911428.59617858, -10882273.31258877, -10831587.222048383, -10786852.974535799, -10810301.138102725, -10847032.508870346, -10869118.411049886, -10931613.257099677, -10971010.096619826, -11046366.8459956, -11058867.979683094, -11061406.227762096, -11070355.56405476, -11063045.57927169, -11086125.613413299, -11067263.99852963, -11113862.682273466, -11109612.985806892, -11123884.663148211, -11111332.956177376, -11166670.723781623, -11177364.003263755, -11191872.995640885, -11233216.355063912, -11187160.668995203, -11185716.440015351, -11186540.143346138, -11203992.000213545, -11277553.62022706, -11295345.627065822, -11271512.668798242, -11289224.567421164, -11319740.424237989, -11348645.997509807, -11277991.394731887, -11242147.583484447, -11260049.773471903, -11284924.238375362, -11310765.934248013, -11310035.717222592, -11346970.575451367, -11345874.063297164, -11330868.51308122, -11296134.76696941, -11220911.279605083, -11169957.690166434, -11168575.761290833, -11195206.90882652, -11161217.11122714, -11122070.812384073, -11072764.247640321, -11002981.785970844, -10955962.893461887, -10944354.171567213, -10972438.462789563, -10945869.279571356, -10991207.19993286, -10989068.941093797, -11061554.007736282, -11063621.577996481, -11001451.033168223, -10951814.280841148, -10828829.896964341, -10792105.701501044, -10782586.920868156, -10725332.209994137, -10613190.987000868, -10574138.050811026, -10425349.566538041, -10291259.144980483, -10192978.831752498, -10005607.839886034, -9843739.731294878, -9679686.690002535, -9460788.057403602, -9333160.624995576, -9271613.7253195, -9227369.73982193, -9180768.85298982, -9306793.725600807, -9242007.060831068, -9109760.316931412, -8988423.095351156, -8997786.313408194, -8958400.135051673, -8928688.758043872, -8978219.587586153, -8845837.308973838, -8715870.059726382, -8718333.67175381, -8568132.402365392, -8499526.016954852, -8394474.246090414, -8351355.591115461, -8340254.669503564, -8172439.053827909, -8076488.816288089, -7901199.377698419, -7943364.687804676, -8031355.4308123505, -8034613.638041149, -7913238.379573813, -7922579.281553075, -7935370.297463822, -8033104.521083937, -8029685.333154951, -7988834.65112245, -8102357.8544808645, -8264809.45413794, -8311716.065145884, -8428918.306554765, -8563655.816696918, -8680515.079671323, -8538886.743398527, -8262920.163461332, -8126302.934876459, -8076750.314279613, -8289089.80085819, -8498023.766667133, -8762222.970973095, -8844776.827513093, -9082962.184819719, -9253363.61640189, -9391220.304525621, -9519363.278835872, -9746948.565090934, -9886586.23467355, -10069222.53827244, -10092763.544931712, -10223527.021465266, -10376018.228827227, -10515857.247404404, -10700996.910476575, -10667334.709370948, -10475046.462453328, -10332309.972521279, -10122768.162119135, -10015924.685136378, -9879168.812897883, -9639286.739987766, -9573920.53147892, -9438136.038453123, -9230969.406898685, -9047237.029926766, -9193369.238633994, -9166823.17914253, -9294103.797665367, -9197730.512726625, -9308675.391961107, -9197453.437960768, -9362283.527092386, -9397680.814524842, -9241962.020207293, -9132264.31952561, -9071320.240285542, -9196716.308341293, -9113879.892792124, -9084655.315362446, -8925925.53829087, -8846775.00894424, -8662840.1919957, -8461635.051774913, -8297066.03135638, -8235493.762213175, -8246266.193179224, -8069401.481905186, -8057519.2181164585, -7932570.458879423, -7813199.506921616, -7789394.81988705, -7644665.2576920325, -7677096.879607301, -7789797.423376012, -7867507.368011893, -7842306.118883451, -7942641.240067684, -7943045.639480784, -7844834.794794468, -7731518.788567576, -7543022.273082635, -7298920.106064265, -7262433.301368307, -7414287.320692805, -7307541.751871636, -7164690.142971913, -7107276.777022919, -6990462.76470748, -6904104.63824205, -6866185.144393623, -6685209.9971968, -6604151.149651221, -6418212.761111869, -6264049.061110813, -6083887.766973462, -6013526.053667233, -5812956.416680308, -5798816.217308502, -5588616.051251753, -5594660.709026181, -5696763.857480222, -5625585.638433497, -5580610.08676048, -5647176.896442708, -5637472.844500768, -5571849.994490814, -5578995.59739435, -5531393.6198024405, -5536647.70764989, -5443095.291908344, -5463721.288126191, -5457991.206437099, -5446954.155841236, -5505761.028171278, -5486833.435523661, -5348652.836632191, -5224348.130589425, -5196224.570242548, -5032249.006333497, -4910381.294992982, -4982286.111710884, -4898664.072324896, -4779539.588869287, -4778698.301274578, -4921516.575816008, -4715272.901273609, -4882442.762695196, -4797374.245859483, -4717272.695608461, -4683521.028307664, -4716461.15078325, -4702896.916843216, -4683715.555138992, -4630754.575317107, -4681265.426887453, -4842485.081180916, -4810437.6799405115, -4672492.805858973, -4601878.617380133, -4674822.868524216, -4529954.143981446, -4489451.084804379, -4395749.370922431, -4337353.101303968, -4285649.578301805, -4298677.755380177, -4360177.589396969, -4298648.009774023, -4307555.872015585, -4213076.153274265, -4155811.7634342588, -4049911.3493408076, -3982468.5889063855, -3978313.032323706, -4142414.54239351, -3977876.692276997, -3948960.108903453, -3758453.640333702, -3694080.263123541, -3668054.077092456, -3469317.8168004164, -3299120.2291819938, -3281281.0301371543, -3321662.93487876, -3462770.2318764245, -3579376.7418069933, -3540767.3779202527, -3709238.674488198, -3527528.784542583, -3583185.1261279294, -3713748.112585687, -3779076.66184994, -3621682.7253124993, -3457426.0571027515, -3284231.9885992357, -3241444.266890777, -3206676.0586473816, -3228098.0635347175, -3298936.5795448767, -3408259.119568143, -3457383.2863045502, -3533908.704471214, -3723155.153197152, -3808586.5469874563, -3809013.6568234563, -3899266.7741440814, -4073036.525565724, -4154041.3825334436, -4314303.293218769, -4394522.111716074, -4500032.692821932, -4605832.624036689, -4684787.112015153, -4877311.174598402, -5115408.267875441, -5262743.579261767, -5450101.880630798, -5391368.289925664, -5509010.338885599, -5595983.569137772, -5481803.129213568, -5432628.34242537, -5425966.112116394, -5448523.382180209, -5408452.120677786, -5399234.690124964, -5302044.224920251, -5245541.042756541, -5369181.212806857, -5478290.169984497, -5570756.635717655, -5584532.573803963, -5491649.737369308, -5330354.717031876, -5171025.387395072, -5150754.0222643465, -4989175.82871366, -4830381.856320834, -4709542.725624342, -4631221.2390414495, -4564463.46315451, -4538325.735738878, -4334569.319484543, -4240075.199906564, -4049719.4526528977, -3982801.041501523, -3930108.874924365, -3889237.5180131425, -3812684.8971048016, -3807116.559174158, -3814049.5458437772, -3845183.200531216, -3758090.361491908, -3858847.0459495727, -3987264.6476369984, -3952492.365391194, -3976647.8352844827, -3830605.5297146896, -3654877.1526817614, -3567199.4189948826, -3620027.5754339485, -3678710.2315671262, -3734462.1396856187, -3821924.3592467066, -3794641.3834204907, -3792733.0835731374, -3715093.7959044245, -3702993.3928819792, -3753308.6269235536, -3713655.0499421214, -3719898.0362082217, -3811716.9714476005, -3893832.5970495124, -3973889.8325746357, -4120151.414186227, -4282405.3189900955, -4417935.238547328, -4550975.274759271, -4657225.067256661, -4737881.062678386, -4869219.726500702, -5006216.961838099, -5245999.136733943, -5425891.514930866, -5344718.83492558, -5093257.762921999, -4856774.962551624, -4738059.305059105, -4719663.614284602, -4852605.100751644, -4928964.309745252, -4972726.992188551, -4916568.327069955, -4775566.361335466, -4602085.952647818, -4658647.735546425, -4639166.830662232, -4790544.226452033, -5015967.281543435, -5129936.704131615, -5282479.058978923, -5337354.495901287, -5264948.934928928, -5053874.961871169, -5182409.296522765, -5280896.502617757, -5297399.887761263, -5426736.942699793, -5540900.0165295, -5653508.204754515, -5752063.379755744, -5786913.599676413, -5837028.459906136, -5858362.074639023, -5826137.364777254, -5801659.917037489, -5797015.432284979, -5829467.504476262, -5900438.016075648, -5938786.900633982, -6016103.3146894155, -6057664.12006001, -6110979.355214203, -6208057.793147473, -6067041.386986141, -6059505.3358364, -6205274.133432966, -6259351.700584746, -6245372.434800852, -6297050.854211627, -6276362.924865562, -6361161.791216345, -6494360.1302781105, -6477288.660299897, -6491464.164797645, -6496565.673614429, -6528372.583900612, -6523108.50908942, -6556076.397618979, -6619193.313112948, -6740319.005107997, -6744861.689898753, -6656535.188691179, -6666592.667083158, -6599938.455308568, -6656895.989785454, -6696606.026333248, -6740124.1906585675, -6709219.531274103, -6790903.551112528, -6771464.472654844, -6792619.414394199, -6866384.824346052, -6987253.633843974, -7107177.835112722, -7217382.485717809, -7268996.659467191, -7347029.577242585, -7388574.570492155, -7545677.04400454, -7638423.063047516, -7732026.420998604, -7804525.216591182, -7842861.884751483, -7876892.129878162, -7886835.76856653, -7918153.637041327, -7954420.035736859, -8004208.899293439, -8034992.842291685, -8100879.886440924, -8139372.593924012, -8180934.665991542, -8167231.135534784, -8189600.915903685, -8182128.209621999, -8172638.982732319, -8158340.87779265, -8087959.975034628, -8072818.857046554, -8081959.262425272, -8107164.137457817, -8241624.086866339, -8254879.4677898595, -8263235.310768462, -8302778.212686885, -8422153.825660313, -8497992.1155126, -8577303.271854833, -8630675.075769372, -8636336.137376988, -8672662.558888398, -8668805.11892213, -8698423.155464418, -8722008.760574123, -8774621.508370684, -8842580.375973629, -8869216.786863944, -8964677.947127782, -9014503.9280028, -9080970.179979933, -9183540.531961855, -9338521.24014432, -9474065.745647354, -9569825.123047829, -9631750.005596735, -9691803.091486575, -9727066.12871826, -9736115.026077494, -9846093.646603456, -9920414.756403787, -10029219.321190162, -10074733.150747692, -10095763.33153488, -10097589.78178618, -10129146.678925082, -10108059.243509095, -10119228.634687876, -10107925.023835478, -10011590.246387938, -9991985.978169473, -9883330.28000617, -9797032.01663595, -9707769.763396112, -9631623.774013149, -9541214.09961486, -9481983.19645023, -9422474.238554098, -9386313.206271593, -9299548.645499889, -9175330.466195265, -9085736.138345264, -9017647.749245098, -9005796.328096436, -9038402.273351079, -9129567.730051609, -9189579.765750663, -9180099.453918666, -9219951.8800334, -9288677.947861608, -9301695.071034513, -9324705.060482146, -9332224.91117548, -9312440.251868716, -9328673.728558643, -9368433.326523038, -9367102.478559446, -9396388.167592477, -9394459.28833384, -9431699.692203969, -9465474.509379731, -9486305.47355973, -9523951.913881872, -9497463.19324415, -9481293.172213117, -9452394.41087735, -9446460.515066687, -9414832.936220506, -9383522.74014674, -9377349.098108321, -9358440.455094038, -9312801.443492318, -9262080.634472353, -9222588.359588547, -9204918.790701397, -9173172.358364122, -9150625.22258213, -9121558.511808319, -9096364.865212306, -9053690.06319741, -9037670.873702196, -9013210.069481157, -8991929.753351938, -8959433.375547742, -8942697.35198661, -8955927.230710171, -8970571.64821323, -8974292.15994668, -9012550.091561006, -9039592.171423048, -9059507.720553849, -9063033.068993451, -9076181.761449715, -9096191.847273609, -9120863.763555393, -9122066.957803458, -9152634.536973225, -9156077.872957412, -9144399.349960446, -9141904.220426742, -9132905.084205642, -9101981.226607835, -9062059.360124467]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y905", "yaxis": "y7", "legendgroup": "y905", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1057869.4410790927, 1018194.5278157801, 994760.8950993416, 989788.4273255455, 998784.602016952, 971607.5869009176, 979600.621425636, 1007535.0489717824, 1029842.8598440433, 1062896.3786387618, 1056406.2303414596, 1045526.4930445602, 1041754.1791285648, 1022649.8067087069, 989371.1978195107, 958807.9359073098], "type": "scatter", "x": [-9062059.360124467, -9031921.768197114, -9039489.165987287, -8996720.616350917, -8984332.613884086, -8960093.815446503, -8904232.75260259, -8851307.50748644, -8779569.386243513, -8734527.187645009, -8675413.617971625, -8681982.793678984, -8621600.243928248, -8576952.424831677, -8548223.572504459, -8513175.315487817]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y906", "yaxis": "y7", "legendgroup": "y906", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2180755.80223736, 2199625.4455048316, 2201847.951068841, 2199113.440428196, 2170618.9159729043, 2173399.1126603936, 2134130.9795780997, 2136339.0384768974, 2103350.223098553, 2099354.6846916256, 2058742.3595448553, 2013687.4074483323, 2037761.8525544584, 2033120.2294053275, 2038388.1729562895, 2018200.2517708486, 2011379.5153800456, 2038230.87784315, 2022341.3323924982, 1946551.7953635743, 1964150.3255039467, 1995962.238139992, 2014774.1489423271, 2007098.3459439222, 2015100.171607193, 1994412.2292423926, 2028896.1699034688, 2064576.7083905893, 2049207.2733441298, 2040324.334730024, 2064965.6661422984, 2112917.269989434, 2155199.2618027767, 2172463.7987119346, 2203032.1452684742, 2198140.9175503915, 2180755.80223736], "type": "scatter", "x": [-7517928.72140543, -7496832.350910187, -7474181.061776566, -7415300.995314757, -7365068.192365254, -7336282.800335445, -7333179.149562182, -7274791.166238278, -7291267.030095124, -7245985.276168215, -7209833.314087869, -7266082.877702647, -7307264.073515008, -7357542.279877625, -7390273.178832653, -7417095.424135277, -7460320.11342924, -7466015.816285697, -7507148.75215925, -7578562.876112723, -7599205.668305188, -7592338.329088899, -7655265.402715841, -7708229.595346183, -7769592.610015864, -7827385.251381298, -7870111.206597281, -7846100.000958455, -7755281.547283967, -7679178.935957701, -7631243.724830055, -7659714.166164084, -7641174.3102358645, -7700003.87156574, -7663168.1387830125, -7601395.497093045, -7517928.72140543]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y907", "yaxis": "y7", "legendgroup": "y907", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4223467.678087867, 4233158.794448558, 4145791.9500294547, 4111406.5039179577, 4054339.4118418274, 4096137.087694959, 4108111.720966595, 4164538.241692658, 4221526.030535339, 4211379.080446347, 4223467.678087867], "type": "scatter", "x": [1293979.7620665384, 1358897.774185966, 1341550.892406228, 1360360.5372009191, 1350734.3346263194, 1276058.9671540093, 1229053.7559589564, 1097559.1678644898, 1102239.356804516, 1206346.3136199473, 1293979.7620665384]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y908", "yaxis": "y7", "legendgroup": "y908", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4946852.087094059, 4904932.879478197, 4811046.809134992], "type": "scatter", "x": [2977436.6443347875, 3087748.8100180696, 3234892.9637574214]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y909", "yaxis": "y7", "legendgroup": "y909", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3704169.977977921, 3770349.936305521, 3757518.6853600685, 3804141.6796027576, 3780215.002657533, 3742179.968279066, 3675059.927536946, 3710640.956088382, 3684863.440555137, 3619984.022868189, 3651570.463502713, 3704169.977977921], "type": "scatter", "x": [12305406.020081926, 12271505.914822739, 12340716.74064839, 12317550.308667358, 12416748.40139059, 12478546.559504068, 12513200.416518321, 12429237.555060698, 12414623.469825596, 12471928.444239305, 12371240.028723756, 12305406.020081926]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y910", "yaxis": "y7", "legendgroup": "y910", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2112373.8478863607, 2167401.1054052114, 2222608.741107557, 2275233.5190325878, 2323049.422587962, 2369834.9740916723, 2421149.026768711, 2451321.9810575424, 2509027.0657169265, 2546505.3312826497, 2624648.8812661017, 2695066.588066513, 2712913.7707592393, 2777522.8561223526, 2836538.1077876897, 2905021.578183558, 2945403.360920543, 3058564.166820706, 3102673.458954636, 3114914.5618816386, 3190664.912737501, 3220196.250362884, 3312749.9193613436, 3450680.0350064957, 3546076.8376260013, 3604470.7155311285, 3679392.828096789, 3730059.988730098, 3775915.856790695, 3890775.4860556936, 3958911.723798007, 3958378.4865925144, 3911283.2817098047, 3918954.51678554, 3894461.9124332136, 3893275.144654054, 3953903.3245037775, 3973188.8787695905, 4018972.452005054, 4052748.0730003114, 4072529.691212223, 4081533.2624826324, 4065051.6593523915, 4108791.3223625203, 4109648.7107814034, 4083827.185678554, 4090565.6313291388, 4135353.6787164197, 4122036.5213283566, 4065886.0521054305, 4106732.447722541, 4085412.8647629768, 4031037.43323988, 3979711.1750311134, 3952143.083206583, 3856122.3471364873, 3800352.5640898673, 3739895.812874601, 3738010.02909827, 3685281.833868468, 3667941.6500325883, 3629766.6965812636, 3639308.8047539988, 3620803.538573903, 3571247.496634601, 3472690.23594072, 3451172.7718743356, 3404762.4605615204, 3349644.619792226, 3378403.221609554, 3429395.2729632296, 3514328.9979002466, 3568264.790770824, 3620230.4505661353, 3635360.1326451437, 3612665.7331683226, 3563087.347854215, 3562617.4545425414, 3543701.6450750753, 3530691.233355573, 3494079.430292755, 3495910.1186297066, 3466593.889269967, 3433829.784814265, 3416567.4276159434, 3451691.291853071, 3483462.104233056, 3492603.996346227, 3478606.148685936, 3423614.4066662104, 3459838.693997567, 3433643.5805981173, 3427367.0945348176, 3455295.159366607, 3491824.7392696096, 3498113.253752556, 3549939.0496650864, 3633603.5825448926, 3661680.262949502, 3662829.3736688998, 3753173.826907053, 3831333.9347103764, 3835200.6148643442, 3920081.1293447334, 3965740.638021662, 4016056.590068343, 4057737.148162941, 4048286.61015204, 4073820.004377241, 4009949.664195107, 3997477.9481565505, 4057034.661159132, 4060762.151769593, 4014723.3831363227, 4001560.617416257, 4060647.4594366048, 4058648.9487369033, 4169023.436927939, 4230600.48630256, 4316923.148439124, 4369974.1658639405, 4476166.798175248, 4480608.251077216, 4565004.591585172, 4550304.083022076, 4622343.547409117, 4653742.840219731, 4656104.8093641605, 4577817.237958423, 4534863.605290114, 4551985.599725886, 4542091.688002884, 4600062.785114048, 4647520.829877086, 4723296.8978879405, 4764233.861890733, 4777010.34140828, 4811046.809134992, 4904932.879478197, 4946852.087094059, 5012136.7404600335, 5029900.524812125, 5122859.834810289, 5166847.167272573, 5212219.217019895, 5236526.598510843, 5218607.642011279, 5209717.292948295, 5173752.149229098, 5167889.803231608, 5126452.808791938, 5057319.644637344, 5030509.315148086, 5037177.330701755, 4997526.358959792, 4978276.088974453, 4913988.341384705, 4936590.237777827, 4988808.532783753, 5021337.319106081, 5042645.041077786, 5079587.785679205, 5105044.614602414, 5133139.068888374, 5174590.862649044, 5160901.590074628, 5099688.371317522, 5017541.059127033, 4988877.447934134, 4964964.34187085, 4975373.093471677, 4841318.613769442, 4795289.9677136475, 4715828.5264627235, 4652454.2362114135, 4609750.975369486, 4573883.025067308, 4546677.072325306, 4540553.669103179, 4506210.327965444, 4446405.84185201, 4498124.746776564, 4521041.81081197, 4524198.100396802, 4534694.310169718, 4505828.713778268, 4443407.7309642, 4425310.341112957, 4425198.453321776, 4482384.267035585, 4458016.839995788, 4391701.846644076, 4339598.525117701, 4315273.80043381, 4264108.81185589, 4231916.923877665, 4169206.9749848414, 4198619.615602375, 4142012.3589404863, 4130361.1467848327, 4032425.14956709, 4031037.43323988, 4079308.1646229844, 4168094.276306398, 4241943.734200995, 4292969.291873991, 4356276.407652573, 4387892.134212608, 4395663.627266179, 4420091.800538399, 4457374.169907645, 4510281.849908856, 4586058.789678256, 4620535.573927332, 4638035.825245894, 4646639.765994031, 4682905.0210992005, 4704953.334273385, 4746055.594574505, 4786049.619548472, 4819070.346968543, 4900844.469935916, 4909147.643961486, 4955882.30776395, 4993397.149621231, 5010924.938897656, 4962954.395792632, 5000162.405177859, 5038751.015605455, 5040548.696950171, 5050628.442640463, 5066819.550070935, 5027373.476856151, 4972205.943459793, 4940546.801242095, 4883974.318068882, 4828015.491551826, 4736170.142771995, 4646654.115558886, 4647340.025136964, 4622791.236874703, 4600665.422978753, 4560519.508828193, 4526929.7381594265, 4469016.927114094, 4448279.309650658, 4408518.783849758, 4460360.869844561, 4478634.2682038015, 4406811.824570913, 4365653.961872266, 4307721.274567854, 4301138.343568152, 4205932.831895651, 4197380.678857254, 4231317.499901681, 4290855.337081962, 4314568.167616859, 4378907.2692673355, 4434898.33662085, 4448732.615086345, 4496658.564690851, 4516846.839163341, 4561483.669829137, 4568680.489085624, 4618819.438773664, 4691116.364009408, 4755105.912584851, 4864934.210854628, 4877853.400807471, 4914528.113026853, 4899515.168315955, 4847950.184015549, 4839805.706833915, 4777039.046437902, 4807119.762222222, 4771074.169239091, 4704178.387077533, 4639654.4362916015, 4565681.804519828, 4542209.33512361, 4504850.290474845, 4443290.102019063, 4352917.274143736, 4289475.6769598005, 4239950.405749058, 4167801.763050976, 4145682.978205339, 4060349.2594642085, 4058657.550635113, 4060759.284461024, 4021572.9414803046, 3979645.235012405, 3988851.098341367, 4026341.0099206157, 4090175.6598262265, 4107363.299990171, 4078562.643826753, 4094167.1437890003, 4081951.902869314, 4168799.749990827, 4237050.769096302, 4247289.900005493, 4289355.207816418, 4362030.8649354195, 4402336.457072581, 4447217.772859594, 4513991.863955049, 4561044.632049665, 4600929.435937316, 4638371.600602709, 4717481.778659517, 4765677.697366629, 4845860.227101799, 4825813.642240064, 4826516.970066082, 4807541.746357934, 4813369.175098686, 4809691.860370839, 4876334.664564486, 5097744.051867392, 5214402.304647505, 5270653.873163952, 5313418.972875803, 5394504.167477103, 5418694.964545173, 5390085.042745547, 5515970.238896395, 5468260.37230509, 5554992.54943404, 5646145.798314535, 5668606.989286741, 5690554.401384808, 5721123.914837464, 5884836.357472744, 5931423.708820629, 5928280.591085946, 5951850.024402014, 5957900.682869332, 5933359.0485815, 5988229.577137865, 6029954.916319441, 6093082.8162489, 6154867.4926713435, 6268691.546642629, 6298752.424677714, 6332163.887472916, 6339075.416054075, 6369798.309013789, 6401213.19785017, 6343938.272997518, 6307666.210286212, 6276482.8503739685, 6259628.656735124, 6217624.445688004, 6229719.092598645, 6149554.346524663, 6095349.410425039, 6052328.572175269, 6026388.545976192, 5986883.641981207, 6007786.207084995, 6038272.686298232, 5994320.830556259, 5958872.7044451535, 5991559.915580186, 6043035.605336999, 6080702.97477876, 6061897.787950577, 6034749.413553647, 6033342.9857839355, 6082330.979941113, 6118435.739552433, 6212023.120167486, 6295846.405826428, 6365781.264772225, 6403814.622240836, 6320608.379930512, 6322775.022912888, 6408275.051578837, 6473987.647740911, 6459949.0305535775, 6499533.003551701, 6563527.04564116, 6594564.801048087, 6610744.799889663, 6592331.120337209, 6595626.953189709, 6657199.894124162, 6710172.8969432665, 6701308.771681314, 6660458.597810244, 6636957.106604592, 6697738.968951252, 6734312.991370233, 6844091.904931196, 6944625.203146199, 7009533.033603353, 7079544.345563086, 7200451.228280146, 7223762.442058192, 7270916.932574807, 7323611.636589516, 7292034.754481191, 7214238.527601729, 7145961.11027891, 7056329.444057644, 6960452.79202572, 6803510.301517841, 6724999.456722581, 6663199.144308499, 6537518.881574771, 6511459.856313601, 6324492.804437609, 6220176.271780667, 6230930.295240483, 6142627.4703631075, 6137501.397535409, 6242754.737691157, 6369116.330673697, 6526645.0088126315, 6595005.205405183, 6466176.869813634, 6440068.661579825, 6496793.079125859, 6616553.683237276, 6873698.786225154, 6945414.271066517, 7038990.716796157, 7154038.185128619, 7309427.824087693, 7524762.669975263, 7608702.326099341, 7748614.639721266, 7797448.350611783, 7791524.529430742, 7883951.646508022, 7879016.145382635, 7901243.384162235, 7819607.501302288, 7789760.361774469, 7719680.495934757, 7758490.147789883, 7691046.980574215, 7664501.070062593, 7538341.892687501, 7485334.514764013, 7411111.038681016, 7352520.746533478, 7322787.626384, 7407543.812941071, 7393373.023217829, 7311705.235086456, 7259975.055770617, 7146048.295179831, 7112055.392149368, 7083113.726259787, 7137167.550481331, 7185078.566213716, 7227307.243185799, 7157912.4794489145, 7185078.566213716, 7266732.724799949, 7375944.016309885, 7369515.238329688, 7330542.148922893, 7407180.752011145, 7473657.981418448, 7541601.2821930405, 7609549.658184902, 7573766.403704841, 7511303.891628409, 7497535.438716639, 7435474.023216408, 7397292.585285537, 7421478.746950381, 7492612.52915933, 7641516.108682422, 7636024.654023369, 7568336.180941654, 7555569.186069273, 7594810.213682511, 7597890.999390792, 7644130.779657988, 7576939.182152468, 7650809.155240892, 7715432.421768002, 7752246.601331111, 7718487.175601011, 7683621.110687237, 7556180.80089843, 7614549.950837887, 7673528.478882266, 7697192.089826778, 7708137.809274815, 7761029.734381282, 7848069.077117994, 7883781.30183168, 7984820.480828009, 8086240.785802198, 8108185.197260251, 8078756.08061331, 8016685.3025243655, 7926181.692517598, 7890611.930918736, 7812618.060133868, 7659751.13083847, 7591379.198655197, 7516928.440521118, 7358522.306285383, 7342093.387170061, 7382237.908752878, 7410874.357425824, 7466058.9521047985, 7519166.893589616, 7582577.521029164, 7656218.149840879, 7665396.4445040515, 7727439.257485869, 7839462.537913853, 7930442.915086667, 8005652.576422468, 8085003.189085348, 8087536.413763736, 8025668.235887268, 7917989.571553609, 7897605.506525399, 7978070.696140546, 8021941.752678324, 8027849.586399568, 7964231.784351952, 8057170.096627386, 8176063.109707784, 8198584.727805429, 8193662.23241305, 8208279.825377099, 8266627.97274512, 8339935.489634827, 8343004.121934111, 8398373.42456318, 8413258.759014051, 8443828.871582106, 8454189.236965677, 8429124.903638406, 8488446.494075997, 8486591.844322447, 8534773.152870527, 8582292.63598616, 8628108.822158104, 8591932.870101858, 8564414.236107739, 8547311.983646914, 8492141.379112251, 8519309.611785289, 8517818.915276034, 8463369.210961651, 8421553.269719165, 8363525.502671962, 8330493.146786272, 8268532.397085501, 8235413.875719589, 8219788.561104942, 8191634.492307584, 8212749.4234176185, 8141112.653375194, 8170110.352259315, 8187740.564700684, 8169311.268079444, 8117113.069818682, 8100507.857335344, 8185751.753672916, 8166217.6121402, 8166830.316073989, 8108041.23589025, 8036621.93504395, 7989897.632354121, 7902087.534128162, 7856783.621908758, 7973862.842314419, 7923664.46627831, 7953660.688734116, 7919336.324157345, 7950623.424982219, 7934979.758140734, 8038571.428222073, 8086915.940582719, 8014445.279634049, 7948213.322133484, 7862944.219561275, 7884053.544267489, 7865678.4575862475, 7819546.39044241, 7737964.744029484, 7706204.562156498, 7729046.799240463, 7731968.493676466, 7710076.638038968, 7720872.830361039, 7623269.388289962, 7658945.526358094, 7730242.69601433, 7779805.650500233, 7748613.0600784365, 7755286.584596943, 7702046.023512787, 7653369.878661495], "type": "scatter", "x": [-1710728.5323171227, -1718226.6136385587, -1702430.8735974878, -1724187.9672837853, -1774093.8880557336, -1764595.2685099288, -1754094.5600472942, -1711123.0301143904, -1671125.5517147572, -1673606.1918919494, -1629716.4913796044, -1565236.6473324182, -1529130.774803024, -1495292.7616264794, -1486368.3843605444, -1442565.514555479, -1371695.9631330674, -1296737.3076594477, -1240774.52464625, -1148162.3674699613, -1063888.8578974972, -1012361.8927514261, -923487.0534165751, -935604.4072946563, -891154.436474343, -873422.842914883, -806869.1725439029, -709629.9145805034, -637785.9872477618, -569021.1275821365, -536285.5587048809, -469741.008191217, -417411.3384539157, -330669.523469409, -237223.14513272236, -197680.77282532927, -109363.03670672719, -11507.889404474776, 45257.942182944455, 131244.08872055524, 282222.5086866881, 429415.111928207, 475304.97140783595, 556566.301796384, 651476.8830714378, 689719.7062247957, 750089.662501169, 842604.734299054, 906064.6856372644, 909461.0669481461, 980512.5560236609, 989324.2796534343, 950763.9304100617, 955763.1170856527, 990082.085795107, 988622.8567090763, 934017.8862107302, 957618.749163651, 1005716.3929904061, 1034676.1738576471, 1072001.7836091535, 1186188.5936080767, 1224341.7238945174, 1304954.1016909375, 1436445.660640217, 1494825.0523481865, 1583457.1222728165, 1725323.6099766782, 1836638.3371088386, 1878589.5743916754, 1915467.9420948937, 1877912.283930496, 1897589.8086166251, 1955342.7892880559, 2016816.3785313298, 2148366.4659409826, 2191142.774225345, 2226355.1089154915, 2260576.402175372, 2357446.316284131, 2388952.9659916004, 2514818.3622667273, 2613488.2931751846, 2716412.630782468, 2765101.0152867273, 2829352.1088051195, 2859907.919218497, 2941131.5678424933, 3012683.7135166926, 3054467.4444650486, 3066135.1544685205, 3150269.461329687, 3226595.437743077, 3264979.891491408, 3281228.3838885147, 3272764.329492882, 3281279.2883807267, 3273042.6047313395, 3277080.3404029887, 3279272.285627515, 3281643.4656904954, 3300016.4917672444, 3300361.270532261, 3261270.2487657596, 3266723.8136297977, 3215006.711763911, 3233402.602989006, 3182365.166503886, 3098254.610444024, 3059447.983276767, 2927159.9774484527, 2834723.8231406407, 2737137.2726263776, 2731046.766572707, 2672970.432814139, 2568346.778799767, 2471337.339792344, 2386899.0388630154, 2305045.3777676863, 2322460.132521402, 2252212.0381914633, 2315210.506763766, 2444455.0563537846, 2451915.248707027, 2616995.538281315, 2691092.745222928, 2775776.6176148322, 2911835.3246316873, 3089897.9836885007, 3228893.68344071, 3319231.825285606, 3396124.191481886, 3467703.034198943, 3457143.372397148, 3399543.649760947, 3332288.6023516646, 3280978.568027916, 3234892.9637574214, 3087748.8100180696, 2977436.6443347875, 2879410.3392696558, 2928296.8636495653, 2948772.149589371, 2884681.101605355, 2974929.422060363, 2960750.1776095927, 2901581.8222389333, 2845225.864919742, 2811485.378852563, 2742551.09314054, 2694938.2499539685, 2729820.340757152, 2779812.08598469, 2856630.271178293, 2859229.5341796908, 2781460.9861423876, 2701033.4870960433, 2647494.8157175956, 2643468.506062072, 2544290.970217042, 2549494.184984253, 2608798.3052884475, 2575669.0832869364, 2444197.164818133, 2422269.039949776, 2356755.183152076, 2351775.488789487, 2322186.205181275, 2334520.6851661685, 2304898.3233640096, 2277177.6486355006, 2301759.310962787, 2275434.8212708416, 2271941.526929828, 2319282.3455420192, 2343095.409208589, 2427858.2964921603, 2421620.617774085, 2323737.344406903, 2298501.7296142876, 2245813.629352836, 2203771.94585258, 2198122.8097500466, 2145809.44838158, 2098817.903272768, 2004655.0293818256, 2080487.8593729855, 2042041.140931527, 1994482.372663243, 1934579.5690823183, 1924896.3400255507, 1960890.5183023973, 2017307.7111123062, 1990891.8042909033, 2052304.5589045284, 2103857.683882347, 2121346.408420267, 2032450.8200627607, 2072519.3662407752, 2019112.1107098006, 2076477.7314811368, 2017235.7003116577, 1932793.8579787398, 1879373.811058975, 1847180.3614320413, 1801567.777275699, 1742969.0291527088, 1730063.1622471148, 1713736.1433768722, 1706572.903629742, 1651082.1717484442, 1632095.013334226, 1622373.9053428299, 1625984.135556765, 1608039.1655048435, 1588743.8168765167, 1557485.337210845, 1517056.5446328274, 1431248.2714909574, 1375778.418193202, 1295116.848732176, 1212102.8509151698, 1226666.1889753288, 1181758.3258188942, 1173388.6431165058, 1119675.9525836399, 1103871.0223835078, 1074241.3071066965, 1069455.61603229, 1071936.3771062265, 1087581.7076272957, 1022810.1468035193, 965592.5066100016, 978374.2586846347, 973471.6885436724, 1008183.9817875021, 1092425.9634741102, 1148429.0221724312, 1255454.2085721947, 1320295.9480275738, 1345121.7894096056, 1325860.705109393, 1408368.756512365, 1476712.0416860476, 1561085.1934785433, 1574205.3390741954, 1566446.1263049834, 1508595.3865106031, 1431223.75672335, 1408804.7962216744, 1478570.9809889942, 1479243.7830640397, 1444205.491966794, 1414457.7560778891, 1379275.2997895295, 1373887.4541604691, 1381478.3704039806, 1396189.665907515, 1351174.6154805173, 1315298.8852070756, 1277542.3089844706, 1244426.190548638, 1186808.988139397, 1143323.9083592386, 1080182.7520227102, 1007674.5651361218, 922080.0558894459, 858106.4887718195, 819203.8570100962, 777725.3043465528, 708547.171011365, 673391.7893161577, 632137.5159551234, 599405.7903781383, 531286.7716581554, 369161.8052514948, 252501.95253623236, 245551.67836420657, 252248.46354052518, 175394.71331061577, 68178.44526264815, 60983.41837157957, 9094.308067860607, -24038.058242449657, 9676.098900889612, -40865.19135049521, -60314.11008716733, -127286.08950515697, -191871.54086959796, -305397.0992498381, -390517.6699885332, -448533.83354186366, -485149.67060099787, -528739.9859797296, -559701.4961240161, -580806.6756796145, -662617.9669974408, -700719.4487671987, -746374.801641787, -793460.9115592628, -771814.279260948, -773623.2257399887, -811753.8219065802, -828293.9560052764, -813823.1483004476, -775422.9818588168, -764826.3720190009, -740417.3390326869, -737555.636251292, -750194.3730294781, -749939.5687784918, -737418.7847069169, -765574.045272499, -642598.7880494434, -545668.2102299533, -437158.7340097545, -352198.9085421467, -284693.2488623853, -153970.75709165673, -110981.26471314553, -92450.64346305869, -169076.2890500217, -222965.47894557574, -335475.5589397669, -338150.03120952775, -241634.88469275896, -119122.69529009813, -139265.34192671019, -71896.37657875787, 95730.05098137762, 115186.07104071953, 175883.13136977114, 230969.37493469086, 265274.95280423743, 315277.07784430403, 402978.3285688218, 458410.8381414339, 469024.6007324285, 523559.41633893905, 538596.2130726796, 576827.4394295522, 556779.5422327431, 546134.078248373, 512939.7443591334, 497695.3181619537, 504325.2458488962, 517670.489446439, 570099.6471114428, 586926.0377840254, 630327.8622705127, 637196.7543147558, 624751.3349174759, 636784.9548261977, 672756.6743894485, 664194.4905293868, 643834.6147969692, 610302.8566616225, 635210.5420515434, 642439.7396177959, 711790.0183624682, 717214.5415377411, 780343.7386728886, 811624.3288693149, 893322.81296109, 931292.6638828777, 969531.6011018326, 1059807.2836275678, 1131918.0792522423, 1201013.5865361595, 1213094.0331862306, 1276060.1156704691, 1276979.117341106, 1354600.382094705, 1312675.375132648, 1289131.9432653491, 1297053.7156421042, 1341073.938308559, 1416876.2890750368, 1464859.1237567624, 1445959.3335622165, 1429079.0623809614, 1412584.1247631637, 1361535.6701502977, 1334171.565386146, 1394985.909662393, 1460127.000961749, 1528840.8241736323, 1585999.299415735, 1623390.4383751294, 1542443.8117825245, 1446253.3859128347, 1364546.5352157461, 1282040.9019780257, 1229083.5101442034, 1163827.849197508, 1139801.2291438456, 1081435.39714196, 1084202.7067161049, 1105307.208539706, 1170932.5371142023, 1193174.02363361, 1169371.1880394928, 1085032.0246818045, 1018104.6802744626, 999785.9053424894, 1030170.0550407652, 981296.6729456692, 912141.195934693, 916344.6911608957, 975812.0225641187, 1045762.176899276, 1028415.5252839793, 975108.4590788423, 998460.6029745539, 988113.8010096276, 910342.5415412842, 893188.7272259892, 820801.969619657, 781457.6742834856, 707868.120972859, 636442.868499114, 587117.4596362874, 491315.1853928063, 415895.62932777626, 329525.74907254486, 299204.67589424225, 261824.74442157612, 303567.7430297403, 426680.64641868806, 506172.38955656224, 563768.8113034391, 622375.2680841711, 670634.3767172878, 738975.7887452531, 806378.3580295095, 870678.9607733557, 890913.4591138918, 959245.2586748262, 1014222.3247278926, 1168966.8067092544, 1135571.8635038415, 1212754.1622185928, 1232565.3578221446, 1332843.0794809582, 1456721.8955209577, 1690003.405647455, 1757339.1983933419, 1809253.930407893, 1797950.7625768436, 1742799.4561532445, 1494125.5340547308, 1469320.879445547, 1586933.261506664, 1618534.8990984394, 1684500.0358864872, 1765922.2122452916, 1820810.8488931702, 1795650.0224854345, 1738937.6613704867, 1744403.8682389508, 1901237.033320624, 1924351.3350985125, 1840911.0190646038, 1875518.6167938125, 1921066.4529641839, 1990127.1938160895, 1961914.6542675723, 1878489.4720914755, 1850517.4066628614, 1772405.6717997766, 1913359.2160813282, 1984310.99044178, 1940773.2714111577, 1986589.1772130448, 2049307.4431859122, 2099040.1254512286, 2054663.6948970573, 2163164.861661335, 2198407.7516212733, 2217410.8467901153, 2281269.5701824417, 2274732.5822290597, 2348767.4865859123, 2365414.1113395947, 2476687.670836088, 2450321.4134714347, 2344977.30636999, 2328806.3749991665, 2477512.0140595506, 2568469.982170823, 2853862.126439176, 2816202.7181180418, 2709380.7525143838, 2681904.199740696, 2622498.9653842496, 2577186.4274647445, 2461251.90550039, 2420861.1448337836, 2373236.2273264816, 2279217.079043709, 2278102.681214682, 2399975.8330461434, 2482080.9279700047, 2557580.954513641, 2622324.670872611, 2727509.8207081133, 2900579.9023453714, 3026587.9312980813, 3097238.8341131723, 3195844.4894634443, 3266098.6931615905, 3237298.837329385, 3252287.1865306627, 3198178.678468392, 3171208.8115650145, 3070146.595080637, 2999673.92466288, 2944856.548537388, 2860686.9080161196, 2754897.52060768, 2597030.1224758825, 2567233.8649350186, 2460697.0846285108, 2473960.2948349193, 2569231.9540506643, 2690266.6393488967, 2754228.7127105743, 2636686.0302640335, 2638304.3865881935, 2701061.9598587533, 2849809.5545778214, 2694240.385941244, 2531048.0243813694, 2554675.8858904513, 2636367.2500572023, 2682577.323104403, 2573185.988913933, 2500189.74759068, 2528571.0045328336, 2499832.4387474987, 2549579.8360064304, 2510487.390988911, 2564365.3860457316, 2627294.0240183463, 2588830.5945136924, 2640078.556061976, 2564635.422891295, 2506444.51843918, 2482997.681259202, 2589197.095990022, 2605007.403747324, 2692480.338316026, 2799776.300019918, 2773743.942118494, 2851534.07604295, 3014115.279038865, 3116298.3630807484, 3221215.899107273, 3252784.238722546, 3291915.9631213406, 3330349.8889448545, 3397117.956365503, 3495471.4843267044, 3483527.762673965, 3635457.324531264, 3594227.5387628856, 3610528.5198576353, 3747431.0723822257, 3859005.394075794, 4028709.785771837, 3854882.575435898, 3962272.4838371444, 4011421.002376392, 4188814.82438723, 4357409.799814771, 4437172.725618409, 4669176.083146712, 4823929.518976608, 4603387.609194085, 4770511.8144366285, 4763938.049057331, 4910074.923010567, 4864798.379461131, 4958591.9991557645, 4693798.347453263, 4625214.549016332, 5102973.84640395, 5297229.765990043, 5604994.800501374, 5698279.319300495, 5818734.402697254, 5970627.813401885, 6179890.6427040985, 6311163.710576685, 6303038.833957742, 6364075.6970434785, 6496727.697073447, 6542367.551194105, 6879118.804659347, 6830190.862786846, 6599917.009370098, 6478756.659738985, 6688831.416579263, 6749744.060704424, 7015801.520508568, -7213733.822502892]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y911", "yaxis": "y7", "legendgroup": "y911", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7209076.790637679, 7159488.883798223, 7167658.586849912, 7108318.623547003, 7016470.06630213, 6986447.367679032, 6940339.387796876, 6910822.751117931, 6935096.57305234, 6851204.1439553825, 6838216.827081842, 6759922.112667112, 6691528.360513933, 6640900.663620304, 6717977.676091215, 6630515.071777885, 6671899.002792085, 6624170.374780414, 6639444.2447526455, 6566174.955983242, 6458379.147361006, 6413364.464226314, 6388406.92771271, 6226292.6378365075, 6221464.10385346, 6129033.969842416, 6081104.179888202, 6024242.98073727, 5897164.021530441, 5870022.043225276, 5756966.849200808, 5653315.017173146, 5729964.1997470055, 5892309.781057494, 6139647.324529797, 6294069.969370089, 6360529.79129002, 6412574.356775874, 6437492.003305399, 6577734.64759614, 6692288.231541632, 6781193.367935753, 6938295.41003425, 6928895.849286433, 6837089.162393556, 6714709.23641816, 6851740.179232743, 6813902.147256805, 6627131.597847716, 6558815.990586355, 6529730.658149116, 6518261.715367448, 6598809.966140938, 6615717.92073177, 6560991.589676685, 6580140.041873129, 6547122.676170013, 6329718.109094063, 6067127.99140017, 6053097.549224178, 5983391.635726589, 5958648.391647326, 6014249.32005047, 6007026.93897036, 5884588.36250053, 5789912.013622698, 5678749.146721264, 5545911.320942452, 5368099.059832742, 5207209.633843453, 5130315.78119939, 5000891.770670358, 4872599.565049385, 4806959.006435004, 4741775.898342127, 4740334.9876700835, 4794331.192791719, 4713035.802940742, 4676074.275011276, 4682738.556665255, 4645124.453768973, 4607331.783713428, 4527561.000649449, 4503016.826793124, 4483431.516236095, 4450608.958717903, 4432350.7044448415, 4402531.536544467, 4354466.317309447, 4342203.160835517, 4324154.513496786, 4275458.382088699, 4144498.6277083987, 4072561.232170558, 3944726.6126998756, 3883743.8128960193, 3862431.384403694, 3816426.3556469874, 3806927.638863397, 3867333.0398176634, 3950540.5222901893, 4066046.6226533474, 4084739.0223704055, 4179714.6147763454, 4200839.383162907, 4179981.3229003856, 4170767.050551245, 4191650.627050514, 4201817.345173234, 4219524.160693739, 4268379.577026605, 4281410.030481768, 4301691.938234266, 4361574.75203868, 4379719.114933633, 4391816.597368715, 4421589.365290014, 4389312.167457586, 4337427.047212327, 4307121.780473621, 4358565.562468531, 4401799.988830292, 4476436.497924553, 4534619.7055546455, 4495419.055256909, 4418209.808410333, 4346517.470455908, 4341181.95879384, 4289378.154318192, 4214321.622321411, 4196101.593855785, 4146282.323462559, 4113866.848710988, 4193116.115986342, 4149907.0835139267, 4146950.4937027283, 4088810.7613873812, 4057817.4324395945, 3997908.003425293, 3942246.829403562, 3864592.694729241, 3803631.494888316, 3694529.537343559, 3592897.5664681266, 3507719.461488578, 3425358.9743811074, 3395083.162544683, 3335956.040825512, 3301548.1172231636, 3211266.8492603106, 3123433.340630179, 3113477.116883978, 2993525.828273422, 2848116.6829938195, 2715918.8662109533, 2613700.117421527, 2520492.419003033, 2507779.534352192, 2458577.830961289, 2494520.3298653886, 2439488.4328174856, 2384027.875937471, 2367048.4875366064, 2274961.7633426003, 2250120.7567898957, 2243635.997592443, 2323987.7426266703, 2366816.7575117103, 2402266.404106704, 2384236.7229236364, 2289513.673867433, 2184917.561701841, 2108106.5643697605, 1991438.0487017361, 1846825.395996717, 1778467.4483898857, 1689605.4145655257, 1484843.3090764126, 1290232.1095801052, 1217386.4035125133, 1146170.0344508735, 1053962.785198085, 950983.5837256423, 1021909.6410197027, 1096839.27217436, 1159671.1402266012, 1175821.7310059879, 1233463.2280705066, 1347726.1690427475, 1398519.3858902925, 1396455.6098416043, 1483371.1362947375, 1482722.2373278546, 1361046.0028680966, 1199472.0000735407, 1101769.1448868685, 1021712.4540679122, 1018240.2522439333, 917294.6142262456, 821565.7010843059, 758229.525077795, 745373.883820155, 687979.9907975451, 677647.7263677287, 610886.0247414382, 536851.1175192294, 462386.23901939124, 412082.7522819939, 374062.6250379646, 308617.3085179888, 278146.2989196718, 180362.73054493716, 142978.08997603928, 135601.1716228552, 217513.21694984956, 305277.34771108575, 361614.07193295506, 435574.4062840871, 527150.7745846567, 587441.8953862747, 667955.5463769354, 714836.6210283963, 757272.2791585397, 812041.5992857984, 874476.155580518, 926933.4526625901, 861925.6753193544, 923361.3907960297, 992366.1073883607, 1098439.6931845846, 1180546.0428492036, 1265280.0813001897, 1330733.5450368356, 1451249.5671604278, 1508566.9451837507, 1640985.6116003466, 1780772.001574127, 1872420.2797769243, 1816922.0532234225, 1738038.4179644205, 1747893.9407697087, 1773841.200055199, 1910989.5557979108, 2014613.9974944645, 2142236.753125821, 2182140.193140494, 2196330.3113327944, 2286638.7457482377, 2344356.383854453, 2400755.8111019395, 2454057.223619243, 2518515.2286914964, 2522944.5989483492, 2477295.6759083006, 2415681.609122183, 2438135.1379475556, 2417979.007735965, 2430055.4659336447, 2439969.096174744, 2399539.899976462, 2400933.1912123924, 2377945.585777317, 2294657.0992152817, 2229153.4296484287, 2154644.3760568383, 2024409.0188983746, 1954593.2074466818, 1882148.2597623158, 1831244.565524954, 1803972.1834544165, 1764328.5691997828, 1758487.2166851787, 1674083.8110852158, 1530175.5626584548, 1438403.4295854473, 1333303.14931942, 1145372.660752285, 1140016.8337367794, 1055654.6205702012, 1019200.4654770122, 987845.1673342627, 912628.0941758343, 880840.0065499179, 984110.1124747065, 1138996.5419338676, 1250563.4238774609, 1302885.4806028109, 1409161.3129534058, 1547525.0239380526, 1616636.3844611102, 1768608.8148019412, 1983076.0698363527, 2124718.1814541994, 2258808.171003746, 2362494.0018342147, 2296221.873166908, 2309495.3791640713, 2443688.5236269627, 2483716.2556219837, 2527170.834039353, 2621171.9324983857, 2649179.657299515, 2728792.2451983993, 2813149.6044324464, 2792312.0474119987, 2790248.356741518, 2774720.753719755, 2808166.2886002343, 2833624.1686186222, 2848019.3592966483, 2983874.7589796693, 3003509.1277564564, 2983711.5707592154, 2930087.469922401, 2966840.382856562, 3051993.087497044, 3083557.688168273, 3188711.853464212, 3336494.5278632613, 3318529.898783187, 3355264.487810046, 3311996.6350280535, 3317432.902141661, 3268510.8156777387, 3243219.0215160586, 3159617.028074224, 3064047.2673139498, 3038736.570996939, 2999818.6990065076, 2953244.6396928495, 2907526.4141412224, 2870627.397602203, 2833412.3502666783, 2802367.247184749, 2766042.5972304163, 2738886.7391917473, 2819495.4333152194, 2877609.1677777087, 2889528.984981225, 2854800.5591213824, 2789944.957442124, 2724779.6677723406, 2682479.9160020724, 2687860.2802976905, 2657484.56670775, 2674941.7399447635, 2672048.4032250284, 2668774.451558074, 2743666.4261590824, 2814700.99330003, 2882979.3612271063, 2920700.549930413, 2911081.863415478, 2865311.6748262793, 2845217.01434449, 2757716.575866038, 2682056.3568673385, 2641842.0997574907, 2627370.3547112346, 2607184.1524640024, 2543695.4075348154, 2506915.419618415, 2492889.4098516908, 2468185.627469687, 2402192.018786939, 2371116.646280372, 2335702.518143432, 2259857.98894375, 2265664.9044620404, 2239268.034681838, 2183141.303466803, 2109147.642618964, 2095547.9263520008, 2095911.1551263824, 2054543.9365471548, 2000623.7175312324, 1977265.0475189362, 1978157.2890696104, 1950286.5263346557, 1905579.254029289, 1874850.8371851663, 1885285.1365573925, 1847954.8642991341, 1841689.903508609, 1811961.112403211, 1762830.343905037, 1725095.1247446006, 1678380.8943543308, 1626765.4010137366, 1548699.9584478487, 1542602.3167789155, 1549145.919260618, 1503229.8777514016, 1481930.4094808518, 1476184.6684730167, 1469898.6832147208, 1440687.3695335265, 1432614.9872439995, 1404476.3401468259, 1406917.4406476445, 1391905.0224078333, 1397530.373740064, 1462154.868124517, 1522631.5178230617, 1555275.0367275293, 1637108.9160776997, 1682595.0808618558, 1687975.7657655969, 1738535.909791075, 1759876.786944312, 1808141.0593905644, 1855366.491541052, 1888696.5357359955, 1932845.4988934186, 1972503.5786207782, 2065317.4442341193, 2155519.608352482, 2231699.233809253, 2249880.473804616, 2355396.2579263286, 2432347.178636702, 2497988.1907640896, 2620782.744048603, 2664003.7771777664, 2686910.1283593, 2750378.0690532587, 2775419.131770112, 2832848.4557349267, 2857582.899916319, 2940001.254788999, 3029351.2096033725, 3105462.408690088, 3104929.8158562095, 3165759.493209254, 3204556.981736546, 3248789.3852984207, 3264836.2774027335, 3220287.8932650704, 3136562.469632053, 3078861.856074509, 3059511.8957517203, 3095268.761088295, 3144726.4116302077, 3303604.5845270534, 3293557.1640272657, 3176598.4178984663, 3065183.977644899, 2892597.708289791, 2832361.8465560703, 2769792.053354651, 2647170.6941528446, 2627862.5674460228, 2555882.300877661, 2456483.470819153, 2433800.4777857014, 2325163.5047248644, 2305078.4850234534, 2191107.317353808, 2058951.1371509947, 2031698.8615245163, 1990794.5972654645, 1862669.5077186583, 1761091.9474438392, 1707194.3220058617, 1602679.4557965028, 1539609.2510034398, 1475767.3170577227, 1437757.409682402, 1404482.057005091, 1370244.1881659615, 1324310.9821205323, 1297840.6978041928, 1267575.1944602462, 1247185.0993709532, 1201441.2033316628, 1155135.5117169048, 1154766.831650111, 1183063.9662761465, 1196173.804057303, 1230539.3780670494, 1237821.8605489407, 1258000.3353543533, 1261887.4355367953, 1264068.2171307437, 1280502.77319612, 1291638.3522935663, 1329507.3393808336, 1329810.3178441941, 1299224.0814011998, 1234883.7122833692, 1176744.871390639, 1136795.914530478, 1017231.4572909421, 893690.6386562035, 752454.622818301, 590384.9032877294, 466566.3167203617, 315722.9451666841, 226210.15998246177, 116413.20093321607, 32307.4686515707, -101636.4665756184, -159943.23412294078, -186125.3638086929, -230278.5719196967, -276414.22946644557, -284519.48329474824, -362431.14378856384, -407048.3643084511, -480626.53918154736, -517141.9735612486, -653400.1216662161, -716073.8090482338, -756363.5412781194, -785115.3501493413, -851906.9879567893, -885517.8222250404, -938349.7326633538, -1007677.8681090539, -1116738.8222831462, -1140928.4545920452, -1190520.5161524678, -1300724.5848620126, -1397793.2790431902, -1570692.2238202118, -1624884.1821013517, -1703946.3474829562, -1780794.8065922677, -1849418.8166434434, -1891487.359272871, -1945201.9645621355, -2063998.9229992535, -2084207.7478865338, -2162861.795914252, -2188455.7170464504, -2267392.6141142384, -2351239.413549284, -2416176.495973926, -2449302.84846897, -2443766.257065784, -2552376.9446090856, -2603827.3934488934, -2622788.714423529, -2668868.823250223, -2708271.56596815, -2745707.0342482813, -2805664.554963871, -2846625.2726871315, -2893296.1189417723, -2900750.4241620232, -2959064.7451956086, -3039727.153802311, -3131800.3804218555, -3181827.4343010406, -3237797.5538155297, -3253824.159290628, -3310131.9757298436, -3367091.4903261065, -3446526.093042245, -3560929.783379122, -3627457.0558423907, -3677919.798966817, -3720952.164241951, -3726729.757103594, -3757521.482226371, -3741128.097643757, -3762238.9522651355, -3740864.4310384896, -3754391.805658092, -3748585.319219848, -3792373.065242944, -3809937.106477862, -3851865.6460619583, -3854531.412399935, -3814975.960829795, -3812946.656614808, -3763425.489966847, -3778804.8106707875, -3748992.2875376157, -3683960.6743823825, -3609639.800130402, -3589439.057060306, -3504332.9958584188, -3400565.8168251854, -3306660.5854594377, -3306362.7111549242, -3162354.5736107337, -3078632.7227529897, -2997708.5943632, -2889838.0778074344, -2809580.207269107, -2639008.9033265393, -2506514.767883691, -2446114.67396866, -2400475.3671356933, -2308997.550323894, -2176184.9686906138, -2106687.8849543184, -1998633.2229507943, -1913717.524205592, -1844134.6234610495, -1746827.4014110565, -1645525.522580198, -1598039.4988260749, -1498304.4027747002, -1452967.470601412, -1380585.7134959071, -1331359.4415783046, -1249414.3808338481, -1186719.3227632467, -1147175.971535744, -1080072.0176979525, -1013713.4699816471, -990725.6962104026, -946877.0273417132, -840031.0078200527, -765998.8768384571, -696032.0270784966, -674538.8415602485, -640239.2133593698, -557086.1311524875, -439962.9639930081, -328351.3294512128, -237106.99565100335, -122881.49834956999, -86145.55040166773, -50792.46983025114, 29707.559770472428, 111693.35212451211, 128367.10965089285, 252538.17998236723, 339842.74208408187, 412948.47282229125, 431702.9324820155, 481252.33645773376, 497109.8672660406, 527670.7923381042, 487875.3481830299, 493689.7783937018, 468909.2191890422, 471326.4101540474, 540496.9671752353, 620540.8825540369, 693400.4438455419, 692034.6144523487, 692091.7621128501, 679190.7060399782, 655600.3479011863, 590867.7854092871, 552946.0279419521, 520867.7085278871, 552274.5718976393, 551148.8118290462, 572769.7527327838, 571492.5506403588, 552188.8541136738, 520273.403584858, 479712.30202595005, 482618.0817543971, 481643.77387144376, 534353.8839916851, 618523.6178023295, 679030.6932959458, 750382.9761074854, 758586.7064791302, 803137.6114975528, 862382.8865317715, 902783.5692838759, 984527.340914381, 1049970.402528324, 1093264.0509262201, 1107593.5563509453, 1129576.7323614594, 1178448.2524586201, 1202813.0734189856, 1220936.153098312, 1267180.7663135894, 1274494.8517226689, 1305680.8402758888, 1322515.9848625506, 1345991.1692094593, 1369658.2237882758, 1454459.6903224408, 1503532.892275093, 1589671.8015737257, 1629063.9527035432, 1650079.8824419545, 1727762.684168728, 1784586.2470974843, 1844217.6152031086, 1898784.9587372723, 2002988.7826348462, 2112373.8478863607], "type": "scatter", "x": [8498036.468069209, 8576898.329312827, 8491855.697765362, 8701481.242449874, 8987559.45332416, 9094604.859989593, 9228925.760335779, 9297506.716598574, 9134214.31888954, 9216259.602964787, 9203983.499286199, 9329239.826569308, 9428174.134964908, 9538353.845364738, 9261030.384179436, 9338410.451614197, 9209151.925421793, 9274541.519714352, 9161629.540644264, 9323492.459673114, 9515483.549070094, 9625596.474104477, 9753350.35701365, 10131766.748033484, 10085226.976646138, 10274291.459064573, 10411911.282420881, 10429327.649334116, 10693064.343190897, 10653485.962950805, 10880875.164554974, 11003664.646428447, 10814277.201291805, 10434357.429063488, 9852362.091576375, 9534163.454735816, 9433148.616525058, 9316027.084723303, 9349977.061403671, 9120555.272997178, 8938797.601148034, 8816502.222711945, 8462196.785535997, 8423434.678700073, 8622690.462603211, 8787624.239846174, 8408937.8320155, 8363708.6822878355, 8668091.417554095, 8873704.547169784, 8812467.673594095, 8749213.287901362, 8570763.917151285, 8444614.836984526, 8496904.490218684, 8280220.909838434, 8163386.026380188, 8424858.29855502, 8705340.813000163, 8834150.817688946, 9001454.151212482, 9113372.015838405, 9046600.508220507, 9132397.482799353, 9469881.743414894, 9657898.542410096, 9818678.47326633, 10064673.935908083, 10361622.822497921, 10537984.151546862, 10647400.731974756, 10764195.230600445, 10871181.381351728, 10926099.088121997, 10921959.295596426, 10872648.975948544, 10736175.649864506, 10753747.01393477, 10797820.029269777, 10756249.342438256, 10777656.831276754, 10809872.071842404, 10932072.890691882, 10924632.585743247, 10938287.630736498, 10954018.860331818, 10923579.095099684, 10929101.278600432, 10994511.238435142, 11001706.8113709, 11061476.393493341, 11178904.155472346, 11436003.252074815, 11555976.623006936, 11727311.282442562, 11772677.5402064, 11717436.508548925, 11702572.795381716, 11631678.780839019, 11545620.807104478, 11456319.450611133, 11266147.902244521, 11307700.217308652, 11119802.55446216, 11048570.221182132, 11066009.652575715, 11052501.962506132, 11021437.584225757, 10985016.287285708, 10937640.603608448, 10895562.976548027, 10898362.2005726, 10862878.677279703, 10802224.32366241, 10771356.118482955, 10704402.751772573, 10622581.476610858, 10547362.341054132, 10554371.896785269, 10501638.104852311, 10478848.94502608, 10402489.784929305, 10367875.208105534, 10242521.947082678, 10223076.978446916, 10231663.701741558, 10273852.619710041, 10196151.08478228, 10218928.758674508, 10360811.578397369, 10455901.370521491, 10522036.559186922, 10633085.22318724, 10630866.415057085, 10765080.780813102, 10826118.90820062, 10915611.050490042, 10828704.622206166, 10861753.930334415, 10842299.22905008, 10889010.528275847, 11060075.311376551, 11224212.9891991, 11397709.913726863, 11557803.29468283, 11647346.060873134, 11620192.742860047, 11706588.10408707, 11799944.280954026, 11879485.70978821, 11944098.37047178, 11899190.745936673, 11944210.200347701, 11998780.164996032, 12021929.304615138, 11967981.895501038, 11900330.609932967, 11794450.336886972, 11769055.613753023, 11706217.719037047, 11689301.163143843, 11585252.032045744, 11487665.200000979, 11522630.739640763, 11532552.668112885, 11479002.825811686, 11397406.589649934, 11392328.495088145, 11228535.729102062, 11192169.042669587, 11117456.39335847, 11097455.225171788, 11121493.525318798, 11270868.363719897, 11450711.373818794, 11583951.529039044, 11694592.776477331, 11840652.089075232, 11906587.580992207, 11842737.366451288, 11742297.446517454, 11682534.578961302, 11575418.426607892, 11515336.753907936, 11523347.416904131, 11421723.323487712, 11324742.640614493, 11260653.979045855, 11164028.294307496, 11046943.569539323, 10954816.00067036, 10936239.844300535, 10841123.847958706, 10879823.753018757, 10877399.32629759, 10872382.092103193, 10903030.315914227, 10975583.027666919, 11047060.742118152, 11089809.00711765, 11165298.918194743, 11234951.00630858, 11303779.475203075, 11331214.464458823, 11408760.709163006, 11467328.02013803, 11484281.021104733, 11478717.996906029, 11493782.837024538, 11508263.682079708, 11549983.911271103, 11600155.766538665, 11599763.418960765, 11521139.298281064, 11411758.665888002, 11273741.409482297, 11255482.55533992, 11183060.061538931, 11155531.488158215, 11106254.030616514, 11104455.608216926, 11071125.661499567, 11018866.334740011, 10988208.725270737, 10915222.822676094, 10849024.181414153, 10846646.633739946, 10810950.17425009, 10805149.346588006, 10807556.095250254, 10771749.968777023, 10777362.563846905, 10717801.912214186, 10681526.595484842, 10614793.874346897, 10523952.854821753, 10441001.430893086, 10350549.229165925, 10307200.400622971, 10222174.22980098, 10157619.866621358, 10079536.383811565, 10051558.83398043, 9977376.85768325, 9827355.32444555, 9818375.74995637, 9749249.47850763, 9624489.619595634, 9561585.139290052, 9522475.324431932, 9470857.488358539, 9388456.093863359, 9291152.530359896, 9328224.687221123, 9332437.221834922, 9275294.08957567, 9272076.81585566, 9235771.8130686, 9190036.604852315, 9198622.919049907, 9127432.562417822, 9012714.009178609, 9064253.892386077, 9043205.535698952, 8930250.841575034, 8874514.842681032, 8826334.871388238, 8751595.202335335, 8772519.396067524, 8730311.23281788, 8649584.621622374, 8601823.604598172, 8601254.61354764, 8674040.944435997, 8709620.585111298, 8695436.735332375, 8745846.773109727, 8690503.111609627, 8660671.286949584, 8702300.772911685, 8608860.278559992, 8587110.385924095, 8548969.42639831, 8424325.226625593, 8339091.385485811, 8269426.182605401, 8217396.492177356, 8130000.912752801, 8061400.293375826, 8020538.3947113175, 7871053.655359868, 7746874.524824456, 7657871.750666212, 7600477.169008075, 7533374.393297131, 7412011.087704647, 7332811.492533105, 7137556.702741876, 7168734.8645001585, 7118083.333660561, 6953506.649862114, 6865434.46171239, 6796676.861150374, 6677103.131399415, 6501796.817942094, 6339064.266342228, 6204227.33821625, 5999604.402063997, 5878679.131445379, 5759076.839529692, 5656321.429101018, 5599995.860921265, 5532579.936051962, 5455465.204765804, 5318235.133253635, 5182221.980221781, 5073947.925677152, 4963875.635309709, 4828230.711896469, 4784170.8002192825, 4707082.528394282, 4689579.246886308, 4630004.6898190165, 4670561.452501481, 4672339.008229433, 4737808.939949919, 4814491.135877678, 4873100.667944802, 4905443.370633336, 4991464.963943919, 5015354.747015097, 5019606.954217592, 5046473.575419252, 5087127.609845471, 5114192.0943124145, 5139420.047610609, 5102419.4271363495, 5107037.824044725, 5129691.916366286, 5173646.733197411, 5200570.236401386, 5203321.597530118, 5238303.412399331, 5254375.036988068, 5269363.327336001, 5342450.46404997, 5427579.864493333, 5490227.204946247, 5530263.168998484, 5576518.466465824, 5611043.712073585, 5623786.337711281, 5640334.565233083, 5650742.554967962, 5646267.28502285, 5696730.282754273, 5773241.02415356, 5846369.629780196, 5927002.777277161, 5995685.948603649, 6067674.944509097, 6110121.02415174, 6152537.2128567, 6162176.036996071, 6150336.949378037, 6145627.32980553, 6115156.195471029, 6103845.799697837, 6054445.232171711, 6042021.161933756, 6044550.345435199, 6082228.1086426, 6076761.912798823, 6028180.434948098, 5975538.5843193615, 5981976.816564523, 5964855.315964582, 5898667.330441806, 5865373.030104288, 5878819.006211984, 5835988.777839328, 5774332.364524705, 5713270.135878242, 5665671.644118601, 5596229.601566743, 5588017.072746497, 5594830.620174588, 5499120.959577459, 5338917.74842322, 5258938.76986179, 5212613.7324297195, 5178870.221565378, 5124782.560680272, 5059857.508758945, 4969998.426960354, 4943793.216825422, 4925377.419965616, 4898376.057197058, 4886482.2258315105, 4832305.995253574, 4800146.361216776, 4724003.537901923, 4684839.860266447, 4677284.358156505, 4653699.150831565, 4617294.118006256, 4577600.2901764335, 4598047.749397337, 4576964.927685233, 4585611.906647553, 4570852.781221316, 4546968.204961998, 4507643.975613363, 4489764.561002036, 4426139.69755127, 4348726.589351868, 4297903.869755356, 4207135.279319399, 4156144.908743885, 4061374.6385024427, 4030041.4089057785, 4017473.267911162, 3926079.2253793785, 3866639.198513082, 3805565.0984881152, 3755066.966976283, 3753727.1419622856, 3709850.646108001, 3673653.4314323696, 3611483.4652343523, 3525604.4410894294, 3453447.793746113, 3404658.370133238, 3402411.3783081286, 3395401.4917746326, 3394323.264652498, 3386270.93246524, 3372218.600164808, 3375446.8631384564, 3364967.5941124144, 3347327.4178466275, 3304662.122510157, 3246741.3428437323, 3133056.4978240873, 3125941.644344979, 3198653.3777421038, 3289287.874361182, 3410347.4580213516, 3463093.495399105, 3511605.028980853, 3633821.683132411, 3618426.9635951617, 3639458.924754526, 3783296.305999783, 3806886.1492819265, 3866040.3090842674, 3847870.057896566, 3888635.2357126777, 3955540.1630607, 4001455.3086274182, 4067858.7212343016, 4155442.158117237, 4204435.502999812, 4273254.151568104, 4439152.029439931, 4510328.687617397, 4579992.765321757, 4620312.013170281, 4679212.856956041, 4710536.101232429, 4714436.894927048, 4656355.599755387, 4707749.128927328, 4746299.638510347, 4774395.111677565, 4830313.4169486165, 4884720.736844457, 4983805.6457893215, 5100888.200362995, 5191722.88692339, 5244718.058315163, 5280394.625886419, 5341889.360942951, 5376393.525980143, 5423839.3612547, 5479693.00775881, 5524405.601541879, 5565642.030053418, 5573729.108089254, 5575048.481948642, 5585258.235025147, 5568595.299453597, 5555571.943922767, 5518878.708843959, 5466530.710224306, 5386205.134337799, 5300171.793994196, 5177170.34351401, 5068946.561842009, 4904820.589282321, 4801810.123685291, 4679451.2649561735, 4652902.402848091, 4627252.579455807, 4548285.878561028, 4519508.62932941, 4477572.346686566, 4459014.257864076, 4421444.757046766, 4396201.676326181, 4349538.225561799, 4289812.199744326, 4291797.614738868, 4359399.368696807, 4360308.769069965, 4324011.861329925, 4327187.056648574, 4314786.311977138, 4345921.87829828, 4378722.613708833, 4415932.29519144, 4427244.782929561, 4407554.162820106, 4406499.741662837, 4382281.223486169, 4391641.173077983, 4345019.234389438, 4288772.43615352, 4207307.37068091, 4101583.3225388657, 3971159.7914907876, 3827827.5992862745, 3783161.433644436, 3693699.8498511845, 3645233.0486495327, 3619917.606126639, 3651044.0288389535, 3656798.1626983727, 3650421.32646239, 3669943.221378844, 3641126.660102867, 3611944.9241742077, 3631291.150650097, 3604563.713949904, 3552154.0310874754, 3459208.044285585, 3322976.6059921104, 3268790.009714793, 3265756.518634804, 3289423.963359393, 3265948.030067119, 3220193.4632458654, 3184119.1760540144, 3145311.4994824594, 3063732.2300278703, 3040444.0431965753, 2984284.152177339, 2942046.8855634904, 2866238.7622583355, 2728150.3707901323, 2643990.401550466, 2560064.2720174883, 2451712.9892364973, 2402957.50637653, 2383281.6153150476, 2331110.9035632806, 2280200.7413218827, 2184966.2004064145, 2125836.394504205, 2088824.3993775295, 1984170.002043265, 1901959.3760735206, 1836823.5842054035, 1794676.4201871173, 1763497.1722608306, 1732822.5311851709, 1702199.147210672, 1695072.281957537, 1688121.6964072203, 1700093.421452088, 1682473.5621214062, 1716222.9841388185, 1728124.7322561876, 1682498.2128373063, 1648481.6881186066, 1648381.106040961, 1599081.8705271052, 1537148.8926997476, 1508497.2229024752, 1499241.123876302, 1483560.698965995, 1467714.566217175, 1478563.9829505398, 1471131.5304954858, 1435107.8948938083, 1389437.020705011, 1345040.6053598202, 1327220.9881938486, 1248653.0216436586, 1247508.1423470112, 1241633.8060941643, 1261993.2132940465, 1304631.4753899772, 1312785.8445674437, 1353034.505914021, 1381163.7367016217, 1447175.7241112273, 1484536.5443741996, 1499944.3365835163, 1497090.4269013028, 1466070.5942922875, 1439590.1881799942, 1415094.4815260374, 1421812.6988603438, 1457157.3127666372, 1427147.4738943006, 1406633.267920869, 1352990.9555894604, 1364011.3478490226, 1349259.131558132, 1321277.5584896554, 1231996.462885395, 1119062.4999139402, 1046258.882747769, 979205.4104565493, 982870.4957428739, 1007233.3114156078, 1034297.1158530144, 1056580.4059892776, 1035684.9198870639, 1073291.8416996547, 1088838.3252243039, 1044681.1510231539, 993803.5276515894, 970692.0529969116, 942082.6371385984, 942989.5258569717, 828232.7902754738, 786054.4810283011, 743598.3166703433, 654777.6132719766, 594828.0460558006, 557667.2427283729, 478662.5540123319, 395520.5252695452, 297864.7364232122, 206453.58879449154, 117385.14715801524, -56266.052467616406, -117954.49851026546, -217976.34400640536, -316743.2251399695, -367203.7046073364, -444449.4714064206, -515535.9985614652, -647044.2611067493, -724346.3956381355, -834622.5113801546, -856040.5681522709, -885126.776957031, -998869.5636765998, -1098337.0964280777, -1191566.5140543266, -1264497.7867439988, -1294081.066235432, -1372462.5269959425, -1428237.376090133, -1446251.7705797425, -1456949.5251381942, -1502691.454819299, -1543603.3698951476, -1571064.830980771, -1597449.5842495519, -1607619.00450256, -1622449.5668641368, -1653329.109370711, -1709200.03191321, -1754732.1316969108, -1777980.6023073313, -1776357.5078124655, -1808143.2002453962, -1813601.5540834775, -1825934.8800416884, -1808768.461440248, -1847174.2472213393, -1897943.537842367, -1848963.5870968613, -1790875.885777281, -1760929.234628777, -1765328.7849033154, -1731041.7671992052, -1708930.0050212652, -1710728.5323171227]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y912", "yaxis": "y7", "legendgroup": "y912", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7568189.805370984, 7653369.878661495], "type": "scatter", "x": [-7361275.256701859, -7213733.414883412]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y913", "yaxis": "y7", "legendgroup": "y913", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1777072.0689882862, -1771954.0386579991, -1825171.2035908753, -1831084.371646684], "type": "scatter", "x": [-19259742.1763853, -19242066.398631554, -19208548.75980125, -19212085.721652582]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y914", "yaxis": "y7", "legendgroup": "y914", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-932440.0857279886, -928696.55560587, -914882.6990335241, -928593.6800596543, -958559.2475864033, -1006974.8588396998, -1038736.2642944085, -1121340.08617692, -1145672.6786357926, -1132400.314752381, -1094795.8105450382, -1027327.9342309152, -983392.7537384303, -957301.8626779597, -932440.0857279886], "type": "scatter", "x": [13869806.99173436, 13947844.006708698, 13986702.602331681, 14024004.4175812, 13973629.459195636, 13842500.10295268, 13739306.455827208, 13637197.997550502, 13534051.716488367, 13526024.105575558, 13550064.98530163, 13621558.324768217, 13745324.58657444, 13766944.920566348, 13869806.99173436]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y915", "yaxis": "y7", "legendgroup": "y915", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-9411499.013660274, -9412399.566770462, -9347396.330325067, -9382411.231617257, -9342912.003884738, -9344995.454617238, -9391501.201009735, -9344995.454617238, -9338641.222838381, -9318943.76543426, -9344995.454617238, -9358338.80639847, -9395541.195373269, -9423988.662811138, -9459004.352276342, -9485270.663848579, -9454629.537097124, -9476515.206751969, -9511531.37904579, -9478702.62629364, -9448061.5524805, -9395541.195373269, -9391160.687422069, -9364900.8474015, -9321131.082959283, -9297059.136597158, -9246728.588695584, -9200773.418572355, -9159193.443919174, -9113239.888357952, -9082608.537158014, -9043217.74669169, -9008207.523115812, -9014774.420190413, -8997266.58800681, -9034469.46438787, -9001646.417394884, -8960070.157392418, -8922874.426026737, -8876926.061898679, -8846292.531231202, -8813478.479356598, -8806912.280596618, -8791598.94021807, -8780659.275099281, -8739088.041156383, -8704083.624888195, -8664700.964788333, -8537824.852107914, -8548768.583106667, -8583769.462335216, -8572825.46784772, -8557514.39727343, -8605640.386577532, -8594707.768815596, -8570638.986371597, -8540017.053010227, -8502830.860329814, -8491893.252922952, -8450329.97971519, -8408773.74736164, -8369399.207828049, -8349712.385093563, -8386900.1388737615, -8365026.896015915, -8336589.927093311, -8334403.825236135, -8323467.604418657, -8297223.368904324, -8273165.677196917, -8249108.455975502, -8255666.323290106, -8264415.968984246, -8249108.455975502, -8268787.931408062, -8266601.948247229, -8251294.407819818, -8262229.993623526, -8273165.677196917, -8268787.931408062, -8270973.918462338, -8273165.677196917, -8268787.931408062, -8235981.292427365, -8218488.242530615, -8242544.856412002, -8222860.039221748, -8183497.14504834, -8218488.242530615, -8257852.286907277, -8295037.335443026, -8262229.993623526, -8303781.492285911, -8316903.610133112, -8347526.26075913, -8340967.910173978, -8321281.525199682, -8325653.687420165, -8340967.910173978, -8360648.830801601, -8312531.478264206, -8275351.672035081, -8235981.292427365, -8227237.619429063, -8185682.976932634, -8144129.801624751, -8061039.504529921, -8076344.54440007, -8082901.43994059, -8076344.54440007, -8093835.45126241, -8126638.119819122, -8165999.102096441, -8172562.279368037, -8157255.946213684, -8135386.810988278, -8122266.682836178, -8148507.088999615, -8139758.2980054915, -8054476.9709904585, -8104769.56870527, -8124452.399237372, -8113518.092110667, -8157255.946213684, -8161627.515940237, -8174748.09087762, -8198803.820777712, -8157255.946213684, -8117889.495558493, -8161627.515940237, -8150692.85530608, -8174748.09087762, -8211924.809963583, -8200995.448446454, -8176933.906468667, -8148507.088999615, -8133201.0737161795, -8120075.203574664, -8104769.56870527, -8080715.803826458, -8045728.909051569, -7997624.466248795, -7951707.54010022, -7907977.887467197, -7864250.0746485125, -7820529.899556386, -7781175.874160874, -7737453.57907231, -7693739.013128687, -7652205.393775678, -7606304.368591279, -7562595.8797818255, -7514514.917869989, -7470805.080266397, -7420544.881878732, -7387765.7875351645, -7346251.99092905, -7311286.0711928215, -7278516.913093433, -7230451.64835185, -7199863.489632547, -7171459.982056866, -7164909.454898875, -7129956.917370196, -7108111.627463363, -7095005.890196178, -7066606.061402426, -7031657.8048091, -7018553.326602724, -7046951.437789469, -7084083.645959808, -7116850.824593958, -7140879.783782416, -7123400.963932607, -7134323.741857528, -7160536.704818202, -7188939.833661208, -7221711.235925814, -7265408.454360025, -7306918.313334382, -7344062.257166964, -7370287.567160107, -7379023.751871417, -7416176.570001207, -7451135.199732571, -7499218.53758596, -7540739.533844471, -7586631.545791398, -7621608.302962419, -7647830.202406039, -7682809.241002209, -7726523.311028049, -7768060.13425304, -7811783.785836844, -7848948.087076188, -7890484.233405769, -7993253.537602163, -8034795.370944276, -8078530.171978204, -8122266.682836178, -8181311.317228167, -8227237.619429063, -8264415.968984246, -8279723.673347562, -8319095.449767693, -8356276.548624792, -8397831.1293396, -8415332.43947014, -8439392.79005634, -8463453.569841031, -8509390.004488004, -8513762.784253765, -8509390.004488004, -8518141.346437009, -8518141.346437009, -8561893.093189823, -8581571.426335458, -8612199.995588409, -8651575.554220248, -8686578.817254879, -8675639.852947861, -8704083.624888195, -8750027.435436305, -8793785.727662817, -8830978.846548973, -8872546.514430515, -8914120.89631731, -8931627.995794037, -8962257.145291988, -8997266.58800681, -9032276.628808426, -9049784.75252232, -9080415.653061112, -9113239.888357952, -9150444.714228226, -9202960.642382894, -9244541.328464566, -9205147.868061112, -9172322.368355846, -9137310.137642803, -9108865.60464604, -9078228.541861227, -9076041.432812858, -9091357.011932937, -9117619.951197742, -9069480.118626308, -9036656.531600665, -9034469.46438787, -9010394.562981509, -8986325.711309109, -8971010.891410824, -8951316.459628444, -8922874.426026737, -8883486.747384746, -8844105.678229777, -8802538.675170705, -8806912.280596618, -8824412.582181213, -8824412.582181213, -8782846.048536638, -8699710.28975609, -8675639.852947861, -8649388.958168289, -8623144.279350087, -8590328.9750395, -8557514.39727343, -8513762.784253765, -8494079.613794176, -8478763.62256352, -8470018.296503108, -8465639.885685481, -8450329.97971519, -8428455.689083707, -8402209.319342637, -8375963.4714589985, -8340967.910173978, -8303781.492285911, -8270973.918462338, -8227237.619429063, -8200995.448446454, -8155070.167522319, -8120075.203574664, -8098206.778761271, -8071967.535271971, -8036980.91654085, -7993253.537602163, -7940774.9562492, -7910163.173488353, -7916724.82504813, -7953892.917204971, -7958263.684936242, -7916724.82504813, -7872996.641607607, -7883928.513811827, -7925471.835980486, -7932027.817619208, -7912354.230044551, -7899231.023499366, -7905792.606040796, -7951707.54010022, -7914539.525255088, -7894860.502125564, -7879558.057273209, -7864250.0746485125, -7838016.589807678, -7820529.899556386, -7796482.594913232, -7757129.523642751, -7785551.669642811, -7770245.117932849, -7822714.998542496, -7862064.886019534, -7840201.726711403, -7796482.594913232, -7765875.1554244375, -7772430.106459929, -7813968.865761995, -7772430.106459929, -7759314.483014406, -7754944.569141946, -7757129.523642751, -7770245.117932849, -7776805.86321333, -7813968.865761995, -7846762.931303594, -7827085.210767106, -7822714.998542496, -7822714.998542496, -7820529.899556386, -7805222.809371374, -7792106.751205154, -7761499.447252984, -7741829.179676572, -7730898.86242252, -7700293.477469848, -7639091.409323371, -7601940.920051563, -7619417.893936448, -7658765.336609429, -7684994.0325010335, -7676249.131963138, -7715593.166252138, -7744014.104857151, -7717783.79718231, -7669689.06813288, -7650020.677761819, -7612863.990276402, -7597560.19975484, -7575708.78515998, -7551667.641381034, -7525442.709479284, -7501402.895480489, -7514514.917869989, -7475179.425838038, -7444582.512085849, -7446766.735899038, -7420544.881878732, -7381213.574539347, -7350619.950245705, -7328768.851855009, -7311286.0711928215, -7302550.577984025, -7309102.189451793, -7320027.416612484, -7350619.950245705, -7398692.015278965, -7435839.907881014, -7466436.519466437, -7479548.0295501975, -7510146.143696572, -7540739.533844471, -7547298.688147498, -7525442.709479284, -7479548.0295501975, -7503581.495190118, -7516699.312895813, -7529811.557633897, -7538555.080825798, -7538555.080825798, -7654390.114845962, -7682809.241002209, -7733083.763059894, -7761499.447252984, -7803037.748570928, -7846762.931303594, -7844572.014675227, -7888298.988908392, -7929842.485851072, -7975758.46812792, -8010743.1247507455, -8021676.422421798, -8001995.412598298, -7958263.684936242, -7916724.82504813, -7881743.283220748, -7848948.087076188, -7809592.945320264, -7754944.569141946, -7744014.104857151, -7739644.259394239, -7726523.311028049, -7709038.597621149, -7665319.5604191, -7623787.188615864, -7582268.190000538, -7553857.889661388, -7532001.753291605, -7494844.074309466, -7475179.425838038, -7457693.699148933, -7468620.797182568, -7457693.699148933, -7444582.512085849, -7451135.199732571, -7420544.881878732, -7346246.228464438, -7376839.697415136, -7429287.333977064, -7451135.199732571, -7459877.955344119, -7446766.735899038, -7455509.448339419, -7457693.699148933, -7446766.735899038, -7453325.20291916, -7477363.7250174815, -7462067.980151658, -7462067.980151658, -7446766.735899038, -7462067.980151658, -7424913.215541394, -7387765.7875351645, -7357171.930899657, -7274143.562792162, -7289441.745173801, -7320027.416612484, -7359361.698104111, -7427097.390533291, -7429287.333977064, -7429287.333977064, -7416176.570001207, -7400876.124738137, -7370287.567160107, -7337510.376700665, -7333136.721903058, -7309102.189451793, -7330952.78408434, -7365913.745356635, -7400876.124738137, -7396507.911301388, -7424913.215541394, -7453325.20291916, -7464252.247121602, -7455509.448339419, -7420544.881878732, -7385581.711032741, -7376839.697415136, -7392139.71980507, -7403060.239675387, -7385581.711032741, -7385581.711032741, -7396507.911301388, -7407434.248842389, -7387765.7875351645, -7370287.567160107, -7365913.745356635, -7365913.745356635, -7354987.931795758, -7346251.99092905, -7291625.576164977, -7245743.270093986, -7276327.354103156, -7326584.925218496, -7372471.605055995, -7409618.38020716, -7429287.333977064, -7422729.045988693, -7420544.881878732, -7413986.659325086, -7413986.659325086, -7411802.5170359025, -7416176.570001207, -7424913.215541394, -7459877.955344119, -7501402.895480489, -7534186.190545691, -7560411.374426646, -7588827.641516605, -7608488.98262646, -7625983.372152038, -7643460.795721421, -7645657.025307414, -7608488.98262646, -7639091.409323371, -7674070.125073877, -7700293.477469848, -7711223.4488800615, -7724338.4251685925, -7768060.13425304, -7794291.788013453, -7833646.330176639, -7851133.247552852, -7848948.087076188, -7855503.582602315, -7853318.412729566, -7862064.886019534, -7877367.070224, -7903607.329213231, -7925471.835980486, -7958263.684936242, -8001995.412598298, -8041357.7874207, -8091649.793871403, -8131009.573507161, -8176933.906468667, -8194432.11243878, -8233795.368227689, -8257852.286907277, -8301595.447330203, -8343154.023294864, -8378149.6439482495, -8424083.181042638, -8465639.885685481, -8515954.948077554, -8557514.39727343, -8601261.560665315, -8642829.188626705, -8682211.299732156, -8697517.857118012, -8745653.976928515, -8763153.649745427, -8787219.603835324, -8791598.94021807, -8855045.739981942, -8907554.332946856, -8949129.483870804, -8990705.517240409, -9027902.505666088, -9073854.325920949, -9115427.033324635, -9152631.893682078, -9187644.344203817, -9222657.282293417, -9257670.687421527, -9312381.822486265, -9336453.892677736, -9344995.454617238, -9378030.74102729, -9349583.668217504, -9384598.59339958, -9411499.013660274], "type": "scatter", "x": [-1852374.9608568237, -1848966.9685162855, -2042071.250256659, -1913731.8171483974, -2021863.2357260957, -2012577.6991598173, -1855162.0104443931, -1981520.5614434977, -1997988.9507455926, -2022141.1479370529, -1934401.6203881723, -1889978.5755892813, -1765134.8840577537, -1653953.5596785343, -1532681.241478831, -1423944.1897514781, -1480716.6609054948, -1382711.2269360535, -1270153.5371967189, -1330870.3540163583, -1381760.1665723575, -1510124.405462579, -1562904.4326847212, -1665752.7355462424, -1789769.468891281, -1885743.172948931, -2017462.6746937153, -2134408.6882346305, -2239096.3896779623, -2363449.9078332745, -2470979.142807063, -2588808.309367901, -2709323.809260777, -2649883.492474479, -2656135.7523136297, -2534166.326646975, -2588459.7491972717, -2665324.6551481723, -2744537.073459886, -2867106.1181235816, -2970266.697620073, -3083941.3286712547, -3143426.7031787043, -3221066.3930332623, -3290908.659695342, -3415644.6983535998, -3538116.1614119452, -3662084.8844897095, -4011655.6108331555, -3969877.0302871815, -3853734.5150471157, -3842282.732037576, -3843090.4239497697, -3697234.036932552, -3687063.022544419, -3716083.4691749862, -3762506.5621149675, -3827022.2499776846, -3815047.062915402, -3919063.300028, -4031577.7580640814, -4120789.8254457186, -4132514.211164013, -4025122.4412204195, -4035277.8021781687, -4070591.6179864905, -4034670.6502856556, -4021385.345021239, -4043044.2019099533, -4066603.4536171337, -4085092.6145546697, -4046610.138237535, -4006302.2214222616, -3995743.377906915, -3912194.788798936, -3875989.309504825, -3869728.142736898, -3805625.725429966, -3737921.5869342256, -3705602.2382833036, -3657788.483081519, -3608900.761207468, -3576846.4100320823, -3611846.570365769, -3609384.9787150864, -3523933.229945227, -3525721.4907421847, -3567909.1728016487, -3481201.58697247, -3395702.525822645, -3306021.815520114, -3336873.4598955885, -3224084.218215093, -3160465.128088365, -3071331.4085778045, -3042808.3348147892, -3041127.971698427, -2989778.362038213, -2924344.4834519834, -2851618.3248238717, -2917881.091619241, -2999788.55374185, -3081365.473420812, -3135757.2115569822, -3224984.1858441965, -3303592.1986618824, -3458643.1265020454, -3406917.882747059, -3352371.4263511286, -3320684.960173247, -3252867.8320509694, -3165712.814038811, -3087505.355659318, -3034206.3913704725, -3017844.8047654387, -3008571.4497118294, -2989207.8912171554, -2916174.9832077534, -2886871.8289250475, -2986220.9567187526, -2885208.067350588, -2818817.000224853, -2794036.934979057, -2705031.926838186, -2657229.05727163, -2600601.9929767544, -2530178.3497453933, -2561995.4212974375, -2602402.6379313166, -2512041.148143265, -2482865.630310279, -2419450.6618010444, -2350391.7727060965, -2323049.8507203185, -2320628.3117536944, -2323277.369086214, -2302871.0376975625, -2272925.945082017, -2249327.903067984, -2244642.653117291, -2264498.6586288773, -2310284.282306017, -2365540.099364501, -2425449.2901089527, -2487129.470775701, -2547730.494963966, -2601520.081011772, -2652876.32668478, -2698007.887549871, -2725525.274802235, -2760279.878144304, -2801689.329927822, -2862417.2961166617, -2915143.8476867015, -2948417.5267950613, -2959432.9109081514, -2974612.5723353364, -2980204.436593138, -2977264.055978962, -3008146.9113431633, -3013236.934630591, -3011808.0665736897, -2972336.9324319996, -2976104.7988545178, -2962772.404013558, -2934942.191821869, -2925745.8073504223, -2929653.196142805, -2902298.977449003, -2847441.7478342084, -2832499.372506723, -2852453.91964751, -2851119.566301473, -2903492.018373899, -2933030.0117423874, -2940904.6025457764, -2947882.7454399485, -2938765.5069298786, -2901806.2409278248, -2857767.371351966, -2799509.1252941233, -2804077.0352538945, -2837139.58421798, -2823265.8290760694, -2812629.385150729, -2789056.99683159, -2751678.442595525, -2688347.2550207293, -2629778.357492542, -2569095.3070493974, -2502379.648762159, -2441245.2158797174, -2390296.294493938, -2334361.8374185036, -2278939.322711385, -2225968.904042705, -2116580.1137336288, -2064281.1705026873, -2017205.5504436982, -1962546.3885689976, -1906898.8379258073, -1876824.831033639, -1856090.101889963, -1879688.4089312893, -1850804.5668440906, -1828076.8267087957, -1824684.6113119351, -1841693.4353319912, -1848172.9308880907, -1856209.9287238524, -1822542.0064411138, -1858639.9230168015, -1909507.1519060319, -1939231.1125391321, -1982463.005581376, -1917203.849562207, -1853878.5401763427, -1787672.9041936975, -1723126.623470946, -1704551.6822202886, -1758137.5425458555, -1753123.3856849363, -1693150.043638281, -1635508.2882623507, -1561849.1638802742, -1502770.1771463605, -1423940.9816478468, -1361910.116413502, -1290731.6128823126, -1222664.8524710368, -1149682.1073029533, -1087894.5607320413, -1013902.3386660034, -951679.2204531482, -884509.0208867315, -816630.7311385925, -767879.290142503, -790770.27191545, -799411.393557231, -806720.7576765732, -800832.8962955052, -799481.9993718859, -761304.0538235327, -710018.554629854, -658635.1535445414, -683758.7816594659, -684307.837228409, -643344.3581739822, -625129.0308158408, -606986.5053799214, -578865.4633657524, -549423.0112249928, -535153.6320966368, -568185.7385395687, -596636.6900027212, -617808.8286067717, -655790.656680002, -688324.5091442276, -728350.9776986239, -759553.6454042954, -807561.6823708139, -811922.7876433962, -794252.8088828176, -769205.1565854108, -757541.4705630732, -744500.2390540207, -743457.7460900572, -717360.2078128424, -688920.2395131851, -674645.6080551548, -635445.6883298439, -602261.8111264053, -577035.4619603198, -552907.8596354468, -530991.2467036463, -502303.36956977926, -487468.6490602357, -468600.88229233975, -471155.8815902713, -510745.5575933676, -512203.9071352746, -500071.74093884544, -471726.7705311593, -441642.57540533243, -415015.29935757734, -396931.2923712707, -389633.47073087207, -369226.3154136297, -325392.73129887134, -302589.336288743, -260070.43901434375, -263769.36278050137, -250523.0595679659, -210185.2130093673, -197143.6397964922, -154130.61825642653, -109231.92911376686, -64714.14668658519, -23698.18602299668, -8042.188517217229, 31072.35381921331, 68137.21303183108, 109925.38996763589, 151571.68203370058, 191097.90759851484, 234267.03018111407, 269267.378664397, 297177.7413366204, 321785.7101961117, 363534.42099614174, 382359.420461746, 396536.9678852365, 442484.17935061845, 468077.4970490027, 513253.0747817215, 561844.9188130855, 566463.2125077347, 608147.8294746797, 652885.0833570193, 699248.8056511461, 739190.974696991, 777656.4362171479, 816461.4704733165, 820968.6148764172, 832992.950015982, 881139.8735918889, 926680.0654888098, 969055.5056809916, 1011676.1037828366, 1056043.1989104517, 1102083.4430979637, 1150486.338142869, 1196484.5170899765, 1241552.3469881066, 1287589.2502651918, 1342381.3975269292, 1385732.8403929616, 1418290.6796514469, 1411598.340320936, 1430592.6636183914, 1476965.5657783276, 1480603.6547555672, 1491701.5571038313, 1548038.6009426615, 1593226.4811222313, 1642208.970938461, 1709231.5894159302, 1759795.70508937, 1823597.8232423482, 1873469.53897391, 1927190.1845609606, 1978266.2062064356, 2008215.8140988245, 2077025.9848816947, 2128916.531131268, 2168017.7235674574, 2225114.91030253, 2265823.7636662964, 2328618.1344406474, 2383955.0252391878, 2444157.404097466, 2493709.6019815765, 2528232.105773646, 2561311.645456156, 2569905.306101029, 2530263.4876071517, 2534556.6149972547, 2532117.2355484692, 2570959.9996292377, 2569611.427128276, 2574116.4968547863, 2607710.557982078, 2663610.737921872, 2747379.0416908055, 2762513.2895227713, 2790164.7628022702, 2815749.352148575, 2847359.520125134, 2889253.6936968984, 2792665.320091758, 2758811.396537546, 2697008.853343761, 2627868.689265239, 2551619.9517902303, 2507898.77663645, 2551595.9810246928, 2496827.8298219834, 2431406.131435695, 2363016.1581869647, 2349675.600245108, 2376493.830532102, 2439025.3256976027, 2509780.876163974, 2570898.1986206444, 2632371.6566303535, 2694662.626051115, 2751545.8853943804, 2837641.290516109, 2875055.2715792637, 2924311.822498669, 2979392.2969816, 3041191.253058199, 3116127.911688891, 3180880.0489536515, 3262026.5455941437, 3339277.759518122, 3403012.325504998, 3474967.1676855516, 3525198.072260778, 3579634.7028288417, 3608096.9832937885, 3661789.9877920537, 3722203.031309408, 3760725.439122063, 3835135.0633540703, 3962129.4912034366, 3935670.499072674, 3881913.677788028, 3887232.8673506654, 3916089.7523995163, 3976876.390514454, 4008075.2360482723, 4045474.8118244754, 4089131.9620220307, 4115677.1824547756, 4111698.2006199257, 4174187.1852960633, 4220696.480644849, 4284731.6129251085, 4305254.779297782, 4393966.869674027, 4476354.814549741, 4556490.28384991, 4748782.816516697, 4753459.454175816, 4737778.038662337, 4702171.613266437, 4644002.664139684, 4683065.903816301, 4723293.4541038005, 4793345.38999108, 4867697.750026545, 4958422.130781051, 5047551.438095362, 5105857.962686248, 5183060.09847822, 5178958.036035163, 5137852.191510996, 5104668.99445227, 5161269.977221347, 5138104.874279696, 5136257.130640082, 5169479.857112102, 5231267.73208513, 5333527.871404456, 5431289.562317302, 5488537.132494999, 5498260.415513369, 5522334.582097924, 5599130.985997066, 5639138.683586616, 5655888.90305915, 5674039.2304232875, 5754613.6502568945, 5838993.1439382, 5893685.8583358945, 5944482.08826975, 6009026.074405068, 6068276.492385992, 6198201.820520693, 6298436.148877306, 6261777.138516343, 6161197.423241371, 6076454.974559795, 6013509.586328106, 6007187.575209042, 6071425.083897159, 6133814.2156266915, 6188133.844101089, 6245804.06616044, 6292133.5570873115, 6339715.6901864745, 6368334.778246281, 6317031.865183675, 6210871.149622829, 6160709.256417647, 6143265.665267931, 6121124.643256768, 6126362.166683249, 6138431.555591133, 6136335.206817139, 6176549.485677007, 6295800.743850134, 6254548.954426909, 6196475.37305139, 6164376.934671171, 6183891.654632631, 6194970.219069405, 6099682.4355784515, 6073847.813184111, 5998149.545627212, 5992745.242577937, 6041209.119309651, 6063115.576109824, 6113021.459926953, 6132865.707130506, 6131286.344687001, 6095650.668064603, 6071358.899240887, 6003518.300044672, 5875277.339153123, 5745511.429613651, 5587802.467594739, 5464659.6992382705, 5319460.837291269, 5228980.924739338, 5100151.562848311, 4993636.590720904, 4858186.083598678, 4722528.937716699, 4604753.286018576, 4465973.033726934, 4343893.254392076, 4201723.145272713, 4086736.5852959454, 3978754.151877888, 3867562.191827563, 3767866.101627109, 3766845.7297351784, 3638201.8098941627, 3549446.44206511, 3449137.1684196275, 3396956.599557812, 3204085.551167037, 3055512.7609677315, 2932625.5997294844, 2808509.736724813, 2728573.609970088, 2608999.145451239, 2506191.7011147854, 2419596.027547731, 2340113.5717031825, 2260468.9373007067, 2189078.930957212, 2034929.4297410857, 1997537.0113977822, 1974200.6177415422, 1883374.584960349, 2000341.7436493349, 1917974.6042776539, 1852374.9608568237]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y916", "yaxis": "y7", "legendgroup": "y916", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7653368.787531125, 7568189.805370984, 7457315.371317673, 7388001.031109002, 7360257.436161277, 7441289.414961427, 7424660.4234156, 7320301.274565158, 7271702.296052019, 7260164.283532358, 7151223.386035825, 7128023.807340521, 7131358.218163898, 7170227.244008285, 7202740.851951078, 7251106.140864087, 7269344.059669057, 7254880.355043366, 7293896.802203403, 7335340.370931128, 7308851.801861719, 7256395.620422535, 7209076.7906376785], "type": "scatter", "x": [-7213737.039637178, -7361275.256701859, -7565769.771922836, -7764231.290377169, -7811704.777885529, -7595345.50956246, -7523150.40595073, -7721118.892127988, -7898348.335429399, -8005721.598742333, -8304096.265166974, -8386495.37667583, -8422789.840527872, -8352799.381732805, -8326044.105514695, -8201665.373766567, -8197624.808686295, -8291186.946034487, -8205531.483247489, -8077562.610740275, -8207672.00218717, -8336739.940562827, -8498036.46806921]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y917", "yaxis": "y7", "legendgroup": "y917", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7938091.1038972065, 7942766.972415233, 7942533.767999102, 7910616.494506885, 7895362.826360474, 7868612.826027704, 7861826.884027078], "type": "scatter", "x": [-6371996.217914699, -6353536.968294678, -6324290.735852503, -6366956.895724997, -6414802.767098594, -6530888.375372368, -6598768.509213188]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y918", "yaxis": "y7", "legendgroup": "y918", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7861826.884027078, 7856130.10336753, 7891572.596364887, 7938091.103897208], "type": "scatter", "x": [6598768.509213189, 6575367.4468423985, 6464324.552938781, 6371996.217914697]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y919", "yaxis": "y7", "legendgroup": "y919", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1831084.371646684, -1858323.3752173495, -1881639.8024741667, -1840372.8592997354, -1817668.3404203295, -1811589.6264389069, -1777072.0689882862], "type": "scatter", "x": [19212086.854407493, 19119746.668571405, 19030470.625839986, 19054051.86387065, 19127571.249524105, 19166792.60384614, 19259743.31195006]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y920", "yaxis": "y7", "legendgroup": "y920", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5746653.660859093, -5679898.389808511, -5707712.2516704695, -5663210.645956609, -5713275.167196294, -5752216.9097090755, -5785597.400459744, -5746653.660859093, -5796724.610283171, -5746653.660859093], "type": "scatter", "x": [-4217128.197545754, -4189186.090107509, -4107406.5592403426, -4101232.8428086923, -4005800.216784761, -3995636.102022924, -4061269.0980401225, -4124103.3108351887, -4140831.1822096817, -4217128.197545754]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y921", "yaxis": "y7", "legendgroup": "y921", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5387925.343548031, -5422955.082849622, -5436856.306146909, -5457986.745108932, -5508591.42402627, -5515820.99035661, -5456596.563176249, -5410722.256828029, -5387925.343548031], "type": "scatter", "x": [5081856.236724804, 5097406.117663177, 5153722.216299944, 5136593.082060109, 5069021.853318144, 4951688.58290446, 5003908.761301901, 5056286.05004634, 5081856.236724804]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y922", "yaxis": "y7", "legendgroup": "y922", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1936175.5009038884, -1917926.4829830145, -1949860.5260497858, -2007649.4242696292, -2022857.2552907339, -2009169.0907629405, -1960506.5204654976, -1922488.4325341221, -1936175.5009038884], "type": "scatter", "x": [18916336.83281286, 18959687.33352752, 18966373.840098463, 18893505.983096752, 18813129.482407235, 18768104.356394086, 18804292.951373115, 18880771.72158915, 18916336.83281286]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y923", "yaxis": "y7", "legendgroup": "y923", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1189918.6963198958, 1204298.4451237367, 1200426.9623881772, 1118021.7276563162, 1105854.833234375, 1115809.559027716, 1146227.1143822372, 1189918.6963198958], "type": "scatter", "x": [-6746250.837579493, -6680479.997062782, -6658297.270974611, -6678615.464507529, -6772423.518489809, -6790281.241348449, -6752682.383458954, -6746250.837579493]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y924", "yaxis": "y7", "legendgroup": "y924", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2221194.96088229, 2211593.538544669, 2196768.143626053, 2157979.8403739883, 2151843.856828127, 2128203.566787271, 2110908.734775324, 2092391.058561287, 2108242.142200644, 2139180.1375891943, 2179480.9867562717, 2191799.8263559663, 2209852.1630062377, 2231623.454374233, 2241947.994232664, 2239898.797945427, 2221194.96088229], "type": "scatter", "x": [-16254175.514231933, -16244509.61550962, -16241202.919882877, -16249810.47305281, -16257865.795810092, -16320107.480391016, -16369156.853713475, -16400909.767633544, -16413049.341098264, -16382355.484165896, -16363053.47172685, -16346492.988430206, -16311594.428899221, -16298478.207439035, -16282708.998090854, -16276695.373432428, -16254175.514231933]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y925", "yaxis": "y7", "legendgroup": "y925", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2296952.4399645464, 2283659.105619181, 2275736.556690773, 2299051.5792499105, 2308052.6879188167, 2314967.9888344007, 2324459.725789044, 2313937.222718795, 2296952.4399645464], "type": "scatter", "x": [-16244284.32042007, -16265792.346867643, -16308336.729839398, -16303799.451252442, -16307015.591286268, -16301193.665407773, -16281717.796130277, -16255030.208716549, -16244284.32042007]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y926", "yaxis": "y7", "legendgroup": "y926", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2342656.2718914766, 2330686.481118046, 2333901.7350624227, 2347388.4281569147, 2342656.2718914766], "type": "scatter", "x": [-16278942.828691784, -16293975.367907627, -16346489.62766949, -16325342.642028272, -16278942.828691784]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y927", "yaxis": "y7", "legendgroup": "y927", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2402459.9199455515, 2395346.878818918, 2358747.2510434976, 2352353.1213445473, 2353778.095025382, 2357669.9339988227, 2382776.285290881, 2387197.5094808144, 2402459.9199455515], "type": "scatter", "x": [-16350204.392383805, -16348800.791595403, -16355797.019357985, -16367811.295291908, -16373815.723897303, -16406036.723141795, -16393895.328249555, -16393431.482673809, -16350204.392383805]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y928", "yaxis": "y7", "legendgroup": "y928", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2457601.155173638, 2431807.335056808, 2420844.020780591, 2441034.515340107, 2449103.5305905, 2459953.1310831066, 2457601.155173638], "type": "scatter", "x": [-16431529.455794394, -16456395.267346395, -16480040.63330375, -16493775.387139386, -16479970.284473075, -16452818.293130882, -16431529.455794394]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y929", "yaxis": "y7", "legendgroup": "y929", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2789350.037031849, 2784885.7753005363, 2692947.2860914012, 2628679.4074870176, 2623169.3757648626, 2686982.7113200068, 2719047.9222534243, 2789350.037031849], "type": "scatter", "x": [-7879886.829567672, -7852148.9387204, -7868965.481412391, -7903866.267138589, -7931886.895522377, -7922447.599180414, -7942312.921872634, -7879886.829567672]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y930", "yaxis": "y7", "legendgroup": "y930", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2964361.9016896556, 2973225.9698291863, 2969901.932528247, 2941094.198743309, 2923366.8858887083, 2964361.9016896556], "type": "scatter", "x": [-7853660.375650738, -7801442.174018659, -7737899.042089354, -7752503.8292346345, -7871984.491349396, -7853660.375650738]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y931", "yaxis": "y7", "legendgroup": "y931", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2992062.448076921, 2942202.1690064403, 2863449.2790382626, 2877648.864762987, 2935554.370761539, 2979337.8032482876, 2992062.448076921], "type": "scatter", "x": [-7718304.152081868, -7670148.267426107, -7734225.582701537, -7744264.980546977, -7708028.7948959675, -7725946.020874464, -7718304.152081868]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y932", "yaxis": "y7", "legendgroup": "y932", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5211250.283604915, 5157223.217479608, 5142312.114387674, 5145343.439606728, 5099797.2798669655, 5092549.101387474, 5139730.9974294845, 5176950.3440379845, 5211250.283604915], "type": "scatter", "x": [-4865441.970806747, -4882569.53165918, -4838830.4991697855, -4765167.92108475, -4838845.856478931, -4873244.172497129, -4933449.363505185, -4922290.999570615, -4865441.970806747]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y933", "yaxis": "y7", "legendgroup": "y933", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4941515.571571552, 5056238.322853886, 5074555.171095474, 5140473.539902892, 5163779.5871364735, 5212661.578905271, 5185528.706495, 5190905.783027139, 5122167.665508174, 5013733.335639277, 5030331.272630679, 5012283.190569254, 4931031.566364415, 4941586.192849413, 4905380.76864741, 4877270.596108981, 4777492.586078598, 4739646.107231393, 4700943.710301226, 4654652.613443309, 4627571.086882906, 4555606.901608434, 4636988.322067413, 4665320.303943957, 4601790.348519524, 4535133.329811994, 4499599.539977233, 4526860.873198278, 4433263.031020529, 4426784.966645359, 4350762.962893959, 4313185.588478235, 4197079.548754253, 4118586.8366944077, 4092630.19019841, 4063265.316907034, 4082396.3501466555, 4138080.8044187375, 4161200.1752002863, 4243046.722128602, 4298020.438418936, 4323968.063162475, 4362854.163874923, 4449082.6359585915, 4458016.839995795, 4487953.357124496, 4493146.627535633, 4571923.101671538, 4630408.908161477, 4761229.021275536, 4836063.11262884, 4941515.571571552], "type": "scatter", "x": [3705663.3679257086, 3716912.3940234347, 3781362.055467463, 3776082.899149596, 3833064.5772029255, 3889915.0099174045, 3972512.3223771085, 4045269.1390074925, 4105202.118120192, 4163217.5809485405, 4083908.895500661, 4028823.76045219, 4077121.3349758196, 3993267.3311347687, 4018199.9902163697, 4079668.602708191, 4177471.860319862, 4295408.553499307, 4335109.622896637, 4343371.5288784895, 4364593.755341699, 4434469.71074001, 4393234.096461012, 4442289.779266799, 4505932.716853081, 4608702.477996583, 4556539.1281511495, 4460332.498656352, 4497533.3919575205, 4558071.226459655, 4581077.317678164, 4670656.951490414, 4725731.554944387, 4787119.607483326, 4793316.715448835, 4670295.452661091, 4533089.488018811, 4441745.867565824, 4345684.85105288, 4274798.671199597, 4243235.842107995, 4261075.52284571, 4254768.3902520165, 4222011.59822214, 4287088.995377209, 4243929.566492805, 4201526.551264772, 4114222.2497111717, 4037274.3493151166, 3873428.734333169, 3838808.0346343257, 3705663.3679257086]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y934", "yaxis": "y7", "legendgroup": "y934", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5526725.555090855, 5536084.230835021, 5508192.13189321, 5461718.008364234, 5441311.43423379, 5439321.858713794, 5474189.81651067, 5526725.555090855], "type": "scatter", "x": [-4637917.080057963, -4605032.559909178, -4534057.036519039, -4498425.654450239, -4512958.5500591565, -4550143.973724978, -4615501.381871431, -4637917.080057963]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y935", "yaxis": "y7", "legendgroup": "y935", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6886466.820290368, 6919905.540021761, 6917465.863498749, 6894614.751319773, 6836040.409031158, 6845515.061078469, 6878768.659933047, 6886466.820290368], "type": "scatter", "x": [-4196578.6095556235, -4135131.9361198526, -4116953.2414265904, -4131772.955811907, -4224023.595569316, -4235804.035311583, -4208559.5915947715, -4196578.6095556235]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y936", "yaxis": "y7", "legendgroup": "y936", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6927395.1388744, 6978808.956493597, 6977748.969835753, 6956150.523279667, 6894675.4905650355, 6897248.832921743, 6927395.1388744], "type": "scatter", "x": [-4335664.922487816, -4230929.038066627, -4162474.530506064, -4191015.9084306834, -4329915.451117233, -4363390.596861501, -4335664.922487816]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y937", "yaxis": "y7", "legendgroup": "y937", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7483898.800249495, 7450955.139660341, 7445364.4635594, 7499941.138605498, 7562452.546394579, 7577917.384067974, 7547038.160997862, 7499264.151475602, 7483898.800249495], "type": "scatter", "x": [-3220943.128582857, -3289014.949419247, -3344534.4526449256, -3287481.4590583513, -3191773.9877632023, -3134670.0623743683, -3139998.657832026, -3197510.0563230054, -3220943.128582857]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y938", "yaxis": "y7", "legendgroup": "y938", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7733284.916605031, 7669438.453431088, 7630324.018579715, 7664121.4681197265, 7651925.961565533, 7702049.193748726, 7736632.217784284, 7784992.585623701, 7753365.555174824, 7733284.916605031], "type": "scatter", "x": [-3743663.75425585, -3808156.7182337637, -3894241.9812799417, -3895041.5194034944, -3947097.7497404194, -3920257.0235808855, -3829744.8245100495, -3724811.008378623, -3734976.057624263, -3743663.75425585]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y939", "yaxis": "y7", "legendgroup": "y939", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8112203.283715588, 8067184.055216242, 7958477.103774672, 7879765.694261161, 7824513.8866530955, 7771692.237384328, 7722626.33166247, 7713650.496205041, 7670767.106385682, 7629851.273518202, 7647385.742837371, 7677504.165454454, 7670726.754593514, 7632884.622779694, 7616159.438505047, 7605616.4324715035, 7658255.250786313, 7688659.379060112, 7676188.673463759, 7764518.256885778, 7776402.37071648, 7795456.443783807, 7790440.66134888, 7809852.456256513, 7835920.892647942, 7827044.922067724, 7829287.689975353, 7870419.435471523, 7915046.999101889, 7913484.425308923, 7942873.888604234, 8026480.027177127, 8070906.51429936, 8138829.857727592, 8117275.376160234, 8064972.499440095, 8098743.173315835, 8042390.085987467, 8099383.303474856, 8062804.198699603, 7953172.215449932, 7999435.189537954, 8113714.240100048, 8130058.071919839, 8112203.283715588], "type": "scatter", "x": [-3462533.53631271, -3505269.2860104763, -3673652.356428374, -3798750.852066222, -3831255.79748669, -3851615.7490873076, -3937001.4399343557, -4016023.913336276, -4062572.9576958334, -4144240.7104156255, -4187713.117717146, -4204796.385630408, -4262771.277630996, -4404668.126592725, -4537407.496023832, -4629193.413042638, -4553823.051738229, -4551284.810655489, -4609987.592953934, -4489395.515685309, -4441199.828214331, -4346429.834433567, -4302577.3068266325, -4217339.575777612, -4240852.560923428, -4337117.732206926, -4385561.440298379, -4324929.893038288, -4154665.9478385057, -4212900.215156043, -4217373.577140202, -4023252.951283839, -3912460.8141576075, -3692994.6648437628, -3701351.4790814747, -3817574.2327033086, -3680175.759081857, -3738944.644618064, -3596500.3988166875, -3633081.036274273, -3802847.061642716, -3702561.032997783, -3520707.2932525333, -3462771.9994237237, -3462533.53631271]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y940", "yaxis": "y7", "legendgroup": "y940", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8081725.8768327115, 8140904.32618939, 8181081.50946753, 8188507.278881498, 8176477.573032839, 8115180.73633562, 8084346.5043107355, 8087600.586327542, 8089956.438610727, 8074952.119605943, 8081725.8768327115], "type": "scatter", "x": [-2633693.902462041, -2590105.4848460197, -2534401.496843207, -2509329.173824639, -2453590.244388683, -2477648.176596232, -2514007.5956450817, -2544860.228174286, -2577237.8966057017, -2633109.378261893, -2633693.902462041]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y941", "yaxis": "y7", "legendgroup": "y941", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8144994.149078566, 8189103.270491639, 8199429.082440735, 8156759.245333007, 8127429.313703516, 8126648.114995504, 8139089.325693415, 8144994.149078566], "type": "scatter", "x": [4469635.118162738, 4395973.730888015, 4410421.3028526865, 4557072.859903538, 4631343.428535105, 4584298.769326942, 4489055.309611512, 4469635.118162738]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y942", "yaxis": "y7", "legendgroup": "y942", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8365540.831841346, 8336320.263359777, 8292215.819573574, 8302198.173385088, 8346245.482096963, 8382393.035399881, 8365540.831841346], "type": "scatter", "x": [4187379.8782067094, 4332600.391874548, 4410535.885334013, 4338530.6017996855, 4175556.160201864, 4093065.92821535, 4187379.8782067094]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y943", "yaxis": "y7", "legendgroup": "y943", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8453827.114729302, 8448929.951156791, 8389738.42074934, 8306846.438174356, 8309935.989549352, 8283572.361347837, 8356145.105026865, 8432886.757539807, 8453827.114729302], "type": "scatter", "x": [3714742.2411979632, 3797134.3844350763, 4039477.362376584, 4219414.403667229, 4104309.8890223512, 4117584.908775498, 3891347.742060023, 3728214.723190635, 3714742.2411979632]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y944", "yaxis": "y7", "legendgroup": "y944", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8504267.362561202, 8518935.259085264, 8467200.356785718, 8409921.8379108, 8326937.587280343, 8315490.521970002, 8333339.68564125, 8398459.94995205, 8389870.890784344, 8476133.166073073, 8472648.880488012, 8510711.136717409, 8504267.362561202], "type": "scatter", "x": [-2553317.323399026, -2526787.5354157425, -2592985.2525571776, -2686931.5939844055, -2837020.8902906235, -2903929.2121743523, -2904850.140797391, -2793343.607463463, -2853622.9339890536, -2705590.8224095237, -2683209.5798779726, -2578808.2407405917, -2553317.323399026]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y945", "yaxis": "y7", "legendgroup": "y945", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8804890.535942081, 8741477.297558703, 8696097.485344639, 8653014.374780413, 8799609.265703065, 8812161.520374037, 8804890.535942081], "type": "scatter", "x": [2136071.0559007083, 2303197.0234471816, 2378260.828387802, 2323834.8515122444, 2112570.1980377533, 2107731.826730172, 2136071.0559007083]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y946", "yaxis": "y7", "legendgroup": "y946", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8999550.066991609, 9024764.516829342, 8968548.890471946, 8860589.92311194, 8760190.06746733, 8746262.65526237, 8778479.322755447, 8821104.024244158, 8901195.524093173, 8923267.66364467, 8999550.066991609], "type": "scatter", "x": [1633981.180753718, 1629956.2738065696, 1757820.9472821977, 1985229.5903952671, 2152433.1388189346, 2128754.4657627847, 2015698.4548972917, 1912275.1118671498, 1769232.7973089495, 1708532.5931357322, 1633981.180753718]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y947", "yaxis": "y7", "legendgroup": "y947", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8952395.592051217, 8986449.846436506, 8994265.98939098, 9019858.367215509, 9025545.284434695, 8965921.434859002, 8920871.394267675, 8847175.885809239, 8811101.3282677, 8777872.510863082, 8693900.419447798, 8685875.006065834, 8700166.154937409, 8745682.895160852, 8786181.097283937, 8815925.012470871, 8815071.05783653, 8852201.156320363, 8902756.440329116, 8952395.592051217], "type": "scatter", "x": [-1750997.43339816, -1682439.633913855, -1651644.5618338662, -1617493.5333637039, -1568721.8165045143, -1640710.1147774393, -1648986.4470463742, -1744374.2503275438, -1773331.3781432596, -1851375.6590282752, -2018554.8295253278, -2071112.7186417081, -2095696.4766493875, -2046791.287498203, -1981293.9205912554, -1917115.5110149574, -1956146.1361877434, -1917620.4162588469, -1846248.2521985718, -1750997.43339816]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y948", "yaxis": "y7", "legendgroup": "y948", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9096667.531965462, 9117964.509639509, 9121594.987784699, 9139697.209790664, 9181314.240157736, 9175476.581715655, 9144207.710972648, 9204512.31529688, 9222380.623071557, 9234727.694997843, 9239362.197499808, 9227298.89625774, 9246194.798934512, 9239107.787702972, 9232020.795209803, 9223275.15845051, 9208979.380683798, 9178670.49596787, 9148858.929945663, 9100404.064597404, 9077792.888232725, 9052794.450484429, 9053370.66426857, 8985636.468089838, 8954016.3293027, 8862808.019451037, 8844289.538848476, 8821512.931324825, 8809557.718397668, 8795552.859180255, 8775612.628967306, 8720539.567690363, 8682261.05650145, 8650659.792953564, 8606971.737410678, 8573601.44779808, 8548335.604685636, 8552654.277746523, 8525405.046948846, 8458444.105695244, 8489244.164398551, 8471939.070314717, 8485445.330535036, 8491293.730561936, 8544849.194067128, 8570101.579916295, 8650669.840948047, 8658509.777522728, 8610336.606229795, 8681930.582474006, 8703345.665030163, 8746538.43341503, 8773137.283261642, 8812052.098085653, 8855688.682364501, 8913216.975218209, 8908405.482384324, 8896305.899554942, 8936997.697194703, 8949903.74948801, 8942787.432350118, 8980688.565147363, 9025836.528529003, 9058566.645476548, 9096667.531965462], "type": "scatter", "x": [-1442292.649857829, -1385711.7792058454, -1362170.808434392, -1304895.1595573456, -1221268.7409884867, -1212070.7905357229, -1241537.5337356764, -1144170.4245591862, -1100745.7892515545, -1059439.3779580123, -1012482.7694872059, -1021256.2806658404, -958466.5315793537, -938644.264402556, -918288.8519584457, -892434.5995619376, -879091.5840751757, -886286.1828975148, -918843.0733100221, -1008964.1788576802, -1072984.397912618, -1116720.8886880889, -1080133.1820495406, -1198313.2161595311, -1264940.8880165752, -1407741.7778660508, -1471830.6660252607, -1513515.8166547776, -1591314.6576481333, -1580930.3245904904, -1621447.1031540043, -1674935.5218424178, -1745996.7077271906, -1823357.3250486774, -1892838.6525461522, -1971906.2264601311, -2002671.8611350418, -1953969.3587524889, -1989502.2740358473, -2149296.8739415887, -2175570.6670903517, -2277681.442368576, -2296976.282827343, -2337671.9041898213, -2259425.0452569276, -2175114.0831849636, -2066137.081302499, -2040128.7151591354, -2047717.7002088334, -1975105.8000189834, -1980017.630886626, -1897390.0814152388, -1819891.9668035319, -1757077.5987975313, -1721451.8949420387, -1643941.6299921824, -1599220.18051194, -1601574.81139556, -1514316.5719369524, -1537292.546078266, -1611983.4024561497, -1586175.4737756953, -1530755.1911793787, -1498966.8432553736, -1442292.649857829]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y949", "yaxis": "y7", "legendgroup": "y949", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9178599.023715911, 9245292.438380245, 9240269.15457538, 9281464.150868788, 9292194.359322635, 9278181.88557162, 9189624.759507474, 9146625.45032043, 9141711.802479897, 9130806.89076447, 9110877.779082805, 9123188.558417015, 9084682.974651482, 9118876.874730354, 9078822.4913648, 9013855.712249868, 9055386.29702465, 9098695.487945197, 9077075.963123102, 9029358.53746978, 8949908.216037566, 8924221.259096675, 8904912.71921259, 8899557.4593698, 8818145.14351071, 8745713.332115477, 8621485.160338173, 8548591.252802253, 8543979.546368405, 8508659.347646896, 8449509.304667912, 8354661.663600697, 8344333.431594983, 8248317.189938273, 8240304.640853526, 8194914.59778748, 8155543.8926314, 8138266.826709475, 8137940.952105102, 8062350.612501689, 8012671.461717929, 8058846.584952412, 8028975.759412602, 8001074.145226316, 7932876.472585531, 7843026.087017697, 7821527.834772025, 7864537.0686394675, 7928631.97706261, 7852907.916623847, 7794245.387143229, 7789509.469502794, 7783423.653295121, 7686294.462886878, 7598357.245187858, 7559828.067190016, 7559354.033286974, 7516378.587178714, 7398638.597589546, 7320486.376384253, 7315890.0648211725, 7288510.078820866, 7262457.824391325, 7193497.147820075, 7115351.833979486, 7042162.202302953, 6952977.347637524, 6865890.087133013, 6773743.804281546, 6664960.109313927, 6658168.346657511, 6749144.847677907, 6749718.695218557, 6810825.397087804, 6919655.8879804835, 7058264.102911324, 7130892.224785249, 7231040.09621529, 7333942.048277833, 7416120.218772201, 7455430.605636629, 7585767.57571163, 7627260.4794327635, 7673913.329970714, 7761071.011997565, 7721559.648821485, 7704964.0732643735, 7689063.758000972, 7725475.85132531, 7801258.37988791, 7860612.507877453, 7862223.612160798, 7832548.574435377, 7903405.256161934, 7941603.182469482, 7925909.100643541, 7953570.307137386, 8057548.758449785, 8099102.275042225, 8176236.310436997, 8294597.692220924, 8337944.323891701, 8384675.731845456, 8449989.308727691, 8458118.147405945, 8453615.019292187, 8445415.881601, 8480952.15963474, 8551149.96919816, 8586265.7922043, 8592163.725228444, 8621190.424821848, 8666767.928207306, 8710145.050075244, 8763867.888366256, 8817515.40501108, 8858133.997309262, 8898227.579655593, 8942737.183851251, 9020695.344059883, 9032659.449082008, 9082834.82134441, 9112227.896732155, 9129772.79729451, 9130764.454954384, 9096001.969715266, 9157477.94723892, 9115709.841511222, 9106902.809512543, 9070582.329586858, 9130783.439395647, 9178599.023715911], "type": "scatter", "x": [-670164.5771469446, -571909.7413877686, -529150.7783999678, -484652.792889547, -433772.5658540138, -341614.7470527675, -294753.3575154291, -337747.1824950933, -396943.134513091, -483529.7246718126, -486714.45327488356, -425911.49526411074, -396389.62894171465, -351884.5452598805, -354385.47418520245, -397991.92344958975, -339480.3606389026, -247761.35614790214, -205424.0705811662, -206445.5912257637, -297683.84174719104, -315455.44960363006, -381951.7362761875, -339458.6326203418, -388280.0122231886, -429276.63377308834, -470344.37725185306, -464567.01222589577, -505424.76685297984, -559918.9014255882, -532156.8413210512, -557283.6313461666, -591288.3135578838, -585547.4079376847, -655596.6204125406, -635951.7554626036, -659842.5437473125, -711056.0163825375, -755880.5774374966, -743842.6209594195, -761820.9593343291, -810773.6022441185, -840284.2789774247, -805399.9550996345, -785411.1906980821, -804220.6396263497, -878445.8571868325, -890005.0003112584, -908234.6684090332, -927581.6734333726, -995771.1507850239, -898074.7492983674, -848135.6888681311, -989642.9704417393, -1136836.5234650902, -1275896.268571284, -1322017.8654591446, -1387859.1596427935, -1511486.9263530327, -1651954.4921821663, -1686066.238323743, -1763388.3532415137, -1845910.8018111642, -1930051.527544713, -1980784.4509162426, -2052628.3200228265, -2193322.588646284, -2229772.127337811, -2313980.935583433, -2413372.8699876913, -2496369.5374777345, -2514746.368976166, -2622999.864583742, -2629742.227678153, -2581779.935997111, -2560137.632493143, -2525891.248467863, -2449873.192324287, -2426989.8497353513, -2340614.432727978, -2335838.5270576333, -2181483.100668552, -2084818.3813609097, -2030008.9657835679, -1949193.7292757607, -2026616.9850869153, -2062085.288892947, -2111214.559651199, -2127136.974171886, -2061703.6059686707, -1993873.7837829292, -1958433.1973635054, -1908738.3650486614, -1910535.5760631172, -1908608.4274183922, -1958085.9090853278, -1962234.4529612823, -1828493.1074010485, -1810490.438187971, -1764097.2443661818, -1687999.7043708623, -1682689.1591849714, -1636134.6081236224, -1643365.5579323352, -1691578.608212188, -1767937.7402101136, -1842753.1848371457, -1832005.2757171537, -1792570.429412758, -1685548.6920141159, -1629515.629051384, -1698813.872674623, -1695716.5098875542, -1638308.6419083946, -1489747.440175929, -1350664.9963721666, -1297168.8278524766, -1303897.9336398144, -1235766.562051729, -1086497.9429631685, -1048835.0955290534, -1001589.1760114802, -933104.9311987361, -868154.5246443602, -820591.4850773567, -835924.144141153, -740558.0611928102, -740156.3733205879, -725601.9038050015, -721200.3243896166, -710924.4283493771, -670164.5771469446]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "y950", "yaxis": "y7", "legendgroup": "y950", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8170681.764745545, 8175145.934408885, 8150593.212884671, 8076938.198682824, 8155057.3054972, 8170681.764745545], "type": "scatter", "x": [-3360817.961712091, -3310702.8756174776, -3329742.3688987363, -3487392.684159239, -3399503.0328073506, -3360817.961712091]}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "Equator", "yaxis": "y7", "legendgroup": "Equator", "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "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, 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], "type": "scatter", "x": [-20037508.342789244, -19632710.194450065, -19227912.04611089, -18823113.897771712, -18418315.749432538, -18013517.60109336, -17608719.452754185, -17203921.304415006, -16799123.15607583, -16394325.007736655, -15989526.859397475, -15584728.711058298, -15179930.562719123, -14775132.414379945, -14370334.26604077, -13965536.117701592, -13560737.969362415, -13155939.821023239, -12751141.672684062, -12346343.524344886, -11941545.37600571, -11536747.227666533, -11131949.079327356, -10727150.93098818, -10322352.782649005, -9917554.634309828, -9512756.485970652, -9107958.337631473, -8703160.189292299, -8298362.040953121, -7893563.892613944, -7488765.744274767, -7083967.595935591, -6679169.447596414, -6274371.299257237, -5869573.150918061, -5464775.002578884, -5059976.854239708, -4655178.705900531, -4250380.557561355, -3845582.4092221777, -3440784.260883001, -3035986.1125438246, -2631187.964204648, -2226389.8158654715, -1821591.6675262947, -1416793.5191871182, -1011995.3708479417, -607197.222508765, -202399.0741695883, 202399.0741695883, 607197.222508765, 1011995.3708479417, 1416793.5191871182, 1821591.6675262947, 2226389.8158654715, 2631187.964204648, 3035986.1125438246, 3440784.260883001, 3845582.4092221777, 4250380.557561355, 4655178.705900531, 5059976.854239708, 5464775.002578884, 5869573.150918061, 6274371.299257237, 6679169.447596414, 7083967.595935591, 7488765.744274767, 7893563.892613944, 8298362.040953121, 8703160.189292299, 9107958.337631473, 9512756.485970652, 9917554.634309828, 10322352.782649005, 10727150.93098818, 11131949.079327356, 11536747.227666533, 11941545.37600571, 12346343.524344886, 12751141.672684062, 13155939.821023239, 13560737.969362415, 13965536.117701592, 14370334.26604077, 14775132.414379945, 15179930.562719123, 15584728.711058298, 15989526.859397475, 16394325.007736655, 16799123.15607583, 17203921.304415006, 17608719.452754185, 18013517.60109336, 18418315.749432538, 18823113.897771712, 19227912.04611089, 19632710.194450065, 20037508.342789244]}, {"showlegend": true, "mode": "markers", "xaxis": "x7", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.4950787401574804}, "name": "Cities", "yaxis": "y7", "legendgroup": "Cities", "marker": {"symbol": "circle", "color": "rgba(255, 0, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [5708513.308567189, 4508679.405667854, 6181373.880514138], "type": "scatter", "x": [-8859.213691576162, -6253457.275809202, 2361844.1958895135]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y953", "yaxis": "y8", "legendgroup": "y953", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-11205893.449755805, -11239005.32152044, -11205366.580414234, -11163957.965785654, -11121206.5776972, -11073789.13465803, -11077363.595390841, -11124470.99929726, -11165684.51190359, -11172078.179911489, -11205893.449755805], "type": "scatter", "x": [-635331.9379125695, -682421.7926569761, -742475.13521224, -756091.1413459193, -756142.716161627, -730473.4252517459, -656951.2131982638, -636772.2095097412, -639214.0374302898, -641618.171354628, -635331.9379125695]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y954", "yaxis": "y8", "legendgroup": "y954", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5979747.491298521, 5899770.762509517, 5802510.434353609, 5742770.94517193, 5765425.240325016, 5878256.50522974, 5993681.287859672, 6075401.635901102, 6124719.821747111, 6126624.076950075, 6054814.584741527, 5979747.491298521], "type": "scatter", "x": [-474004.9095966051, -467312.7070468181, -533946.6960505956, -679824.7726951475, -789974.3597651854, -713150.7685924369, -740213.7399367071, -627375.6307529489, -565524.0853800955, -502606.216630735, -427635.2765460378, -474004.9095966051]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y955", "yaxis": "y8", "legendgroup": "y955", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1136923.0848396614, -1511511.0801466284, -1875488.6945886104, -2167282.4795619403, -2454818.6192186708, -2756914.6344536473, -3230793.507723243, -3528706.5829220256, -3475378.7652728, -3829449.6534262896, -4271648.560274181, -4892214.954511547, -4970352.279507581, -5182041.263721268, -5403517.066534243, -5441637.69863083, -5852332.33868785, -5972255.646532164, -5874374.760708729, -5702425.520162971, -5490439.436507907, -5245007.258688379, -4824856.669831215, -4486657.60387839, -4010187.7330596554, -3653592.5212238105, -3687198.2782243886, -3763887.0785639323, -4094854.077067267, -4146080.6100235614, -4012331.8134829844, -3881681.9485463174, -3464428.9442466483, -3292800.2085144343, -3381303.0115117193, -3282890.364756074, -3010094.2798225977, -2952479.2161213807, -2508298.9005616014, -2149540.2541009076, -1727309.0566069235, -1660938.1835083172, -1271621.3162053786, -1434602.4121524647, -1452319.806066044, -1316626.767321157, -1164714.4825835677, -974880.849259813, -872877.2858494334, -895102.7985283175, -797960.8944933657, -769675.9650290362, -557640.785879831, -483875.3494380532, -313762.77366966195, -240111.3776666502, -129151.62633020057, -283448.7855724147, -420024.04824239266, -1015069.8627438683, -1265609.9916909165, -887268.7430552666, -675674.3703992951, -691668.7900605071, -852735.370770246, -1021867.7194472712, -1136923.0848396614], "type": "scatter", "x": [15646661.78132138, 15803203.645318734, 15964751.434793951, 15998667.747502545, 16012463.228060598, 15971332.380736338, 16057499.15996018, 16011247.268286057, 15918296.22760386, 15847170.115991756, 15817672.109689118, 15680223.82154975, 15720432.703197934, 15633706.52855823, 15639176.403405495, 15586250.505382163, 15540835.296713507, 15472065.26418544, 15433287.829662612, 15479621.530077247, 15464538.36921728, 15442286.560546156, 15511864.225182151, 15565349.931562059, 15659214.878584972, 15611209.382992571, 15502903.942199977, 15409308.52155065, 15322032.250832474, 15212520.633157767, 15190006.310730966, 15109840.00679376, 15129217.924635144, 15058390.30241782, 15006010.678069226, 14886337.778987486, 15005184.514431689, 15091255.15191846, 15158797.904202433, 15171145.755600145, 15018386.672264164, 14934846.86061895, 14813141.06306789, 14761954.720553942, 14716842.20198715, 14706957.953361942, 14722188.822458722, 14653655.554983307, 14781659.126088465, 14859636.24128774, 14857004.978032377, 14695559.633685177, 14663054.914888274, 14566717.223432913, 14525248.334191943, 14677039.832734872, 14735799.46821603, 14911935.335340073, 14925604.701734269, 14922036.37395663, 15014578.486562982, 15140688.558651393, 15281815.063090812, 15380066.941266874, 15465742.535122233, 15536257.459403798, 15646661.78132138]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y956", "yaxis": "y8", "legendgroup": "y956", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1098041.7465873363, 1196219.694380834, 1348268.235266917, 1539013.5275909642, 1747722.9378846851, 1760869.367258324, 1648509.617380226, 1539268.8683058359, 1485527.2767648995, 1429223.1308465085, 1324742.109250953, 1295926.1281081787, 1173010.6236368322, 1069994.1921500934, 828771.2647137643, 594317.2134298544, 473455.4148873667, 238589.04590143045, 203002.41516351182, 26370.633443915172, -206970.52442577222, -376565.7106425167, -628060.5796894733, -1006748.3786941376, -915492.7118224138, -1007956.9151830206, -852697.6822797186, -829020.8526203339, -745798.7616059951, -815635.4774570853, -698286.7827787322, -703701.8380773108, -668396.3310126222, -362225.8469076266, -296729.4161466557, -102945.73968364329, 92860.71106429401, 300489.49189241, 453334.363271139, 380270.03607700113, 428143.1313828411, 625767.7020956451, 674031.6860962475, 738713.356584848, 937518.0253953335, 1098041.7465873363], "type": "scatter", "x": [12656584.602331934, 12690204.778021146, 12767116.086584136, 12827486.355238438, 12851921.676438048, 12895138.81445396, 12970578.389336713, 12991853.035321157, 13073108.928398915, 13174026.055068837, 13179249.486255938, 13107697.13027349, 13141595.988205398, 13069993.162112793, 13027632.870136578, 13124905.130617566, 13111582.003510343, 13244067.389886359, 13112867.568161216, 13077596.90964948, 13080483.030018486, 12968857.335202506, 12954254.90178974, 12882539.268662682, 12874268.581746012, 12739232.174280414, 12708576.91305584, 12630951.719683466, 12581533.26152271, 12443860.419266636, 12411629.189620662, 12338274.946407592, 12248729.25000862, 12246775.463732773, 12193280.239250803, 12143543.751026133, 12128140.689276742, 12137190.489223009, 12197825.557974765, 12282346.836135605, 12366550.833603347, 12379064.411286423, 12423642.94836241, 12552897.793503096, 12617166.801115368, 12656584.602331934]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y957", "yaxis": "y8", "legendgroup": "y957", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9761420.51635704, 9762009.316785254, 9807635.684830703, 9852395.967046518, 9852030.553818816, 9820932.106048673, 9783903.62086642, 9761420.51635704], "type": "scatter", "x": [-2622575.25029904, -2691977.639600401, -2684917.0151170962, -2642926.3027596655, -2563078.5288201277, -2512100.3312827037, -2569587.2833592896, -2622575.25029904]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y958", "yaxis": "y8", "legendgroup": "y958", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9856342.01036283, 9866453.005992569, 9913622.10097973, 9927213.390262114, 9879183.889684554, 9857009.168678416, 9856342.01036283], "type": "scatter", "x": [-2183744.417015765, -2189907.1835957905, -2182168.2492124373, -2133453.7379692225, -2132961.2470998936, -2163551.1999859875, -2183744.417015765]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y959", "yaxis": "y8", "legendgroup": "y959", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9956164.72195353, 9921488.461867822, 9918591.090385254, 9948357.751777502, 9972725.2301599, 9990113.734091202, 9999436.831669543, 9970330.590146208, 9956164.72195353], "type": "scatter", "x": [-1970186.193779202, -2030316.4430576535, -2093893.1276746055, -2131148.7349866517, -2090256.1498565841, -2023893.3122778162, -1950856.646954834, -1958584.0816647978, -1970186.193779202]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y960", "yaxis": "y8", "legendgroup": "y960", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9578817.293703258, 9631013.981154079, 9721568.917382631, 9753571.260490028, 9775990.211707866, 9818434.793932976, 9876792.150106525, 9915932.468315488, 9917372.899778267, 9864033.598475922, 9825750.42647123, 9776105.238968318, 9741575.972755656, 9732419.367631594, 9692722.916071858, 9665373.582347961, 9627404.874463795, 9584703.984829381, 9554316.977936642, 9507071.770404797, 9462470.183948047, 9413495.947296362, 9382688.584319694, 9382621.582125505, 9409347.150549663, 9451071.009142593, 9521652.633995842, 9578817.293703258], "type": "scatter", "x": [-2683562.8509852574, -2677066.9265882624, -2640756.077346765, -2548420.812947194, -2463676.006627943, -2392280.7041385164, -2376669.5680930377, -2324121.5321686114, -2251790.811759631, -2259357.3075114596, -2311982.574848725, -2303574.7965434277, -2355472.0658379807, -2420932.7244483246, -2452256.3500909614, -2487954.312671313, -2484641.3211595993, -2485492.5766923088, -2433884.2690523895, -2397611.3045530505, -2389144.459416105, -2434828.993047747, -2496854.3583017937, -2547804.662797951, -2603029.1942087812, -2600579.532684575, -2659703.8875466944, -2683562.8509852574]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y961", "yaxis": "y8", "legendgroup": "y961", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10283661.749189673, 10250787.976451691, 10259591.176004699, 10307096.288653662, 10341473.551428393, 10319020.539954651, 10283661.749189673], "type": "scatter", "x": [-2016238.4761012546, -2056094.7855327907, -2106271.041805839, -2139960.123783259, -2067626.3780233117, -2020122.5260325775, -2016238.4761012546]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y962", "yaxis": "y8", "legendgroup": "y962", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10272367.05003089, 10244313.38331799, 10273183.261732813, 10311465.483538806, 10309700.662570562, 10283895.328198101, 10272367.05003089], "type": "scatter", "x": [-1904231.280378509, -1950644.3418923996, -1974905.8800139953, -1959288.2186886338, -1934426.0042754028, -1891504.6035597373, -1904231.280378509]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y963", "yaxis": "y8", "legendgroup": "y963", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2571917.388412435, 2550518.0688120085, 2520182.0920655816, 2490352.701340914, 2504691.0732702855, 2510508.4067722773, 2570558.0641751573, 2588001.0653881235, 2571917.388412435], "type": "scatter", "x": [-7066565.675588599, -7016021.72070784, -7003674.914910848, -7038773.113269834, -7117604.330118365, -7180067.114571558, -7171729.4000138035, -7151907.537995856, -7066565.675588599]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y964", "yaxis": "y8", "legendgroup": "y964", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2809404.66383797, 2779815.7349651395, 2731808.2520212834, 2687646.948446263, 2701180.2503381805, 2683495.250893617, 2720582.240726463, 2788854.9172582994, 2820035.612213169, 2820010.6402618876, 2809404.66383797], "type": "scatter", "x": [-8239511.645943501, -8173938.8125268165, -8128988.984360543, -8122915.020744218, -8196537.542624057, -8234817.329286954, -8286223.770144861, -8329938.598306285, -8307765.567278129, -8261513.906310924, -8239511.645943501]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y965", "yaxis": "y8", "legendgroup": "y965", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3648311.067048515, 3609117.720993642, 3582089.425023735, 3502022.808923736, 3435704.348685547, 3424473.8763216548, 3379622.384653868, 3264915.6484471993, 3182091.446151988, 3175276.463289754, 3129958.844790825, 3091039.155110627, 3066238.51010238, 2988506.7543248334, 2957686.5550879384, 2955561.4796433523, 2964966.0449118204, 2993814.8058137586, 3016406.5346562867, 3080989.594096231, 3130027.570797211, 3157415.1377184116, 3209688.0254054116, 3300670.1939915023, 3311292.591290193, 3378917.2353003817, 3419401.5214936924, 3483415.1409806823, 3524093.096041833, 3549669.5212711683, 3589549.659123838, 3534229.8146022717, 3545903.0269080475, 3513184.322734595, 3512870.531846144, 3542029.589136027, 3571823.8763460615, 3619935.4466775227, 3638526.7677204795, 3650841.4230660237, 3639829.9309927127, 3648311.067048515], "type": "scatter", "x": [-8472834.915248932, -8393085.783569798, -8317173.162402487, -8244172.943714849, -8224755.82213531, -8126485.253521822, -8103675.065513963, -8050627.377331079, -8010083.789481104, -7976287.280417829, -7925719.9135398185, -7946101.26555656, -7873250.269206192, -7814520.631370254, -7836797.241010521, -7910239.064716389, -7981151.347440121, -8047898.911262921, -8198053.370109256, -8104206.935955917, -8133191.609550762, -8194995.88930267, -8215639.336134963, -8210800.134980593, -8269126.082051302, -8347777.994481547, -8366253.449285974, -8486177.380614167, -8509461.89386608, -8458613.462694352, -8551377.52002877, -8651534.197606973, -8692827.07792419, -8720949.563364085, -8775704.664638715, -8812004.756343015, -8742384.911412222, -8699973.974402793, -8642893.24210282, -8581821.090304662, -8502778.499649355, -8472834.915248932]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y966", "yaxis": "y8", "legendgroup": "y966", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6415518.018615605, 6358678.749175781, 6277259.425047542, 6297499.661854027, 6254140.293251143, 6223860.322763496, 6167789.803972871, 6183254.36858607, 6121209.338048621, 6045003.527952438, 6046302.4559796965, 5981710.54864373, 5901713.98022891, 5810291.024375612, 5817701.825838767, 5857024.70533721, 5946441.247261883, 5968610.196339393, 5899036.398052937, 5919518.697297191, 5954865.9048802545, 6009700.864608589, 6033187.138244918, 6093656.489113176, 6132832.501166933, 6155194.4177453, 6199768.662540707, 6244517.209930644, 6397283.816229012, 6444322.841157475, 6458894.409125569, 6440955.838684882, 6415518.018615605], "type": "scatter", "x": [-4259119.5305069685, -4344733.708205777, -4458393.07988644, -4386354.926045631, -4354681.995170925, -4405808.073031716, -4361885.177598908, -4310731.282978249, -4260001.3494055215, -4334172.777562182, -4270309.089936858, -4297120.154029954, -4315446.760778404, -4406001.614343412, -4443375.382765941, -4481267.569307117, -4409020.452121768, -4421264.551236683, -4569178.962552922, -4612028.98892141, -4525645.897118416, -4580314.119686697, -4664604.245594055, -4805500.769869402, -4793979.109842226, -4721606.76380191, -4732021.763200701, -4624970.506393253, -4427691.299123819, -4340037.611763549, -4253403.0205944395, -4224870.9632774005, -4259119.5305069685]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y967", "yaxis": "y8", "legendgroup": "y967", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8818625.04590108, 8747349.236150749, 8676331.91540895, 8632341.588606136, 8610144.508811517, 8553482.325414237, 8560801.315821605, 8643918.492830893, 8704714.748588596, 8700355.722410733, 8716487.490111908, 8779717.393125737, 8829632.236460999, 8832689.39330487, 8890221.4053733, 8947789.630482916, 8912753.008282874, 8870775.108406289, 8862649.961370183, 8818625.04590108], "type": "scatter", "x": [-4082988.2296101307, -4104655.104799594, -4117801.957791182, -4183749.5030654734, -4150445.513575644, -4175320.2445129924, -4247701.511048679, -4260509.099349149, -4211130.484115591, -4317196.893578778, -4433380.672238952, -4355169.607232052, -4404445.312855304, -4307494.524891228, -4184636.5189943747, -4036531.012566963, -4032125.566484601, -4094337.4730095714, -4058405.5735326726, -4082988.2296101307]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y968", "yaxis": "y8", "legendgroup": "y968", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9185584.34195644, 9186165.193240648, 9087717.982219089, 9013441.515225928, 8976338.044163084, 8941810.997077141, 8861941.25813258, 8762526.896253865, 8704378.968270099, 8596730.51384183, 8607925.542204492, 8481943.47776706, 8417033.007699547, 8290961.321922862, 8241253.394592392, 8182326.899124161, 8120037.027977233, 8197653.833593325, 8335479.810574615, 8362978.191040311, 8313632.3215397, 8226255.367306596, 8140444.499153546, 8102133.239427846, 7985094.437436412, 7924284.215112302, 7990954.917862477, 8149924.274262438, 8020088.206313791, 7926628.0701755015, 7886447.656909972, 8015416.679097894, 8144913.430477269, 8233326.913190108, 8247852.403218885, 8347484.104715713, 8442811.736969894, 8416021.483281296, 8506798.766271256, 8568522.556661334, 8608107.723660624, 8542301.584565606, 8482036.972376011, 8525164.92343203, 8557289.178072507, 8599966.25496454, 8646928.852936111, 8688348.053652855, 8777424.678712467, 8869859.422977306, 8869468.445690216, 8951670.179203887, 8983919.07721236, 9034506.651015652, 9029715.867497765, 9079534.037592486, 9217598.237280307, 9309429.03905212, 9375042.327609202, 9424847.322923275, 9415906.487806736, 9464167.847391713, 9530211.434503727, 9552716.637141416, 9542644.487785244, 9480931.026548108, 9466573.099556703, 9406666.859498395, 9426129.8878378, 9377803.24688581, 9263222.808748163, 9223993.413948856, 9185584.34195644], "type": "scatter", "x": [-2876834.0156328147, -2798552.3608344835, -2829314.5908222296, -2868250.1623218157, -2927983.9038598635, -2850853.0224768063, -2913000.6531222975, -2900120.1641195365, -2927889.6197667224, -3019654.0332889017, -3138332.3900642726, -3143698.313417988, -3115058.5428845626, -3171684.249953933, -3118314.847224314, -3210837.88253571, -3415505.4389247666, -3415837.678684826, -3360937.055274144, -3424111.7107161484, -3499832.443636345, -3530512.3034493304, -3530897.368790744, -3544935.6496968125, -3630737.653259902, -3727223.4292881265, -3752144.869100566, -3762878.587345475, -3806636.386418847, -3830852.558212297, -3863250.358145037, -3936757.50142944, -3955700.182777706, -3942544.475337426, -3893377.0651397384, -3883123.8668010985, -3870647.0180451632, -3908731.8516426883, -4028167.6880332944, -4007746.0678305114, -3884361.4664308312, -3822604.563012007, -3737400.6745477705, -3700702.607976275, -3622181.1893120827, -3449892.8134119418, -3398777.208823646, -3363793.2623755042, -3340701.013570821, -3346602.5562784057, -3293764.125361279, -3230166.3341398193, -3242623.2415564572, -3210002.363252651, -3265931.9506094605, -3324364.2649046658, -3359720.638552078, -3347716.26513359, -3346790.2539340924, -3300062.471930423, -3211865.381527795, -3228533.7501178095, -3063612.5218184628, -2906617.592634137, -2828305.436318289, -2756004.9718134482, -2870523.790561147, -2961973.699616, -2819191.312013369, -2718300.2418523794, -2853809.2767698555, -2957865.11295589, -2876834.0156328147]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y969", "yaxis": "y8", "legendgroup": "y969", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9754186.527165214, 9689950.140840065, 9621574.220683923, 9625020.122092882, 9654087.628070042, 9654671.428612351, 9695200.097958425, 9753866.492035918, 9773431.667631267, 9773769.826110108, 9754186.527165214], "type": "scatter", "x": [-2772545.2898572236, -2766892.8168095085, -2794216.3626708705, -2956811.8125623064, -2998741.606108681, -3133838.873837098, -3134626.466999684, -2986109.32254055, -2899870.17559818, -2824063.528159041, -2772545.2898572236]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y970", "yaxis": "y8", "legendgroup": "y970", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9892090.050694285, 9949686.967846353, 9925826.916530821, 9881061.221269893, 9828770.831364416, 9809843.98632416, 9822260.785461564, 9754939.050016608, 9722717.79142069, 9764544.97310588, 9802914.42152789, 9842721.932635305, 9955142.107751522, 9965563.953471651, 9892090.050694285], "type": "scatter", "x": [-3038244.9877363686, -2922463.4108053334, -2837372.898066042, -2873794.9336873153, -2848243.017815316, -2898108.740230352, -2984448.499230617, -3054226.703568254, -3210994.8496658355, -3285278.5907898624, -3273715.1229545115, -3208189.549152115, -3077077.1689268737, -3015435.506490505, -3038244.9877363686]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y971", "yaxis": "y8", "legendgroup": "y971", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10190838.34564127, 10167206.000703441, 10137253.155393723, 10125704.257732842, 10136905.47713486, 10238144.759266578, 10314151.585099932, 10362269.637781877, 10366280.89367396, 10303322.511241635, 10439718.574165957, 10480010.420180596, 10430309.094350405, 10401695.091257803, 10326376.68132127, 10275423.640681073, 10223921.929831486, 10268409.957224356, 10244303.98762245, 10216436.106255278, 10204596.422975827, 10190838.34564127], "type": "scatter", "x": [-2453977.484135152, -2430010.2313190238, -2443865.0424181423, -2532183.0858345446, -2613573.400579771, -2617289.2886781245, -2670225.4475071845, -2656601.1763824658, -2596830.6741912775, -2541542.7446781024, -2506661.0974608236, -2454081.958763962, -2302332.842232235, -2265722.0849889447, -2358835.8276878702, -2482273.0476671183, -2511114.7740295534, -2328359.1974044745, -2271508.8718903526, -2300260.2646391275, -2387657.023428384, -2453977.484135152]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y972", "yaxis": "y8", "legendgroup": "y972", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10610464.745151054, 10547325.4240807, 10481285.564343706, 10443813.885706017, 10407700.918002311, 10421950.012718383, 10446964.995689707, 10472781.772637924, 10530734.766127147, 10578222.162167823, 10610464.745151054], "type": "scatter", "x": [-2208835.967024062, -2111936.8609177945, -2033819.5360539395, -2058444.2755233825, -2051258.1555473749, -2183584.843462132, -2233609.95585627, -2228450.582043741, -2273198.8048518393, -2271473.2161968667, -2208835.967024062]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y973", "yaxis": "y8", "legendgroup": "y973", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10607285.627478786, 10565489.58894953, 10484518.337722894, 10454643.180258883, 10419817.99974622, 10462859.432508744, 10551447.942949357, 10600824.235154593, 10603134.100435732, 10708812.228678603, 10724645.29939039, 10802898.708409391, 10779147.195567215, 10740448.327902803, 10698228.461498708, 10715700.032784639, 10607285.627478786], "type": "scatter", "x": [-2522244.776540692, -2585823.423068347, -2639705.7267181426, -2706391.790094356, -2797414.4368154034, -2823683.4864656883, -2907251.1711032107, -3008088.6815741905, -3086172.8674760126, -3113584.5665374924, -3022874.2564553595, -2870934.68726819, -2808376.3278037137, -2698748.373102979, -2605074.2984806895, -2477061.3726647524, -2522244.776540692]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y974", "yaxis": "y8", "legendgroup": "y974", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [13091702.597054979, 13075089.824822323, 13108470.946218839, 13143832.91698355, 13146693.330258822, 13138298.997459512, 13091702.597054979], "type": "scatter", "x": [-1740558.7290326208, -1844969.6567807929, -1890663.7775198172, -1828007.43435485, -1730145.2382917807, -1632612.843015802, -1740558.7290326208]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y975", "yaxis": "y8", "legendgroup": "y975", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12664135.085723002, 12626770.660898337, 12616298.510813355, 12696794.987485697, 12781982.187269093, 12799856.137130806, 12781797.457209347, 12705497.101400198, 12664135.085723002], "type": "scatter", "x": [-3567417.7054379964, -3647986.580304189, -3741312.3275456773, -3724128.8847888266, -3672874.6071374062, -3575257.532803418, -3487035.8538853647, -3533428.930721092, -3567417.7054379964]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y976", "yaxis": "y8", "legendgroup": "y976", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [11139155.353096945, 11059311.80917216, 11044350.581877606, 10932128.39035751, 10968633.941002434, 11042575.35423277, 11093279.90629458, 11148870.442953711, 11179127.869566422, 11183520.200938204, 11139155.353096945], "type": "scatter", "x": [-5940782.294786833, -5971506.783416245, -6186026.300708641, -6389493.05147202, -6370986.219222058, -6249639.079660471, -6138274.22951755, -6049872.844245502, -5951720.564680939, -5890741.870783934, -5940782.294786833]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y977", "yaxis": "y8", "legendgroup": "y977", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10268067.762793778, 10186949.028203689, 10061515.102312181, 9977688.014218172, 10013661.770359226, 10206810.60219202, 10262429.47887286, 10373174.600355294, 10410154.061245754, 10520002.834121186, 10590908.02301428, 10596923.33363401, 10485392.811082272, 10418355.008802822, 10323986.569353487, 10268067.762793778], "type": "scatter", "x": [-7039252.080084017, -7145300.463026632, -7247349.611096427, -7363444.468962206, -7382382.335857496, -7258381.973441049, -7180009.607532249, -7085866.470466707, -7023230.646586929, -6954989.032255029, -6831650.053072287, -6787699.818509263, -6866118.740877214, -6914976.010835854, -6961845.448409938, -7039252.080084017]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y978", "yaxis": "y8", "legendgroup": "y978", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12863494.31993196, 12873767.044199638, 12852039.08871921, 12864522.311762804, 12857812.166917628, 12870812.356915176, 12908744.785352308, 12901047.749908753, 12888961.009563217, 12910273.197700195, 12904709.126901764, 12863494.31993196], "type": "scatter", "x": [-911012.2768168707, -987469.3779276161, -1049625.3782070547, -1152255.480903214, -1268474.2966618626, -1266563.5135562536, -1196428.552375394, -1099304.8798247732, -1047325.0578036809, -953048.0862206598, -922444.3892448598, -911012.2768168707]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y979", "yaxis": "y8", "legendgroup": "y979", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10152029.70203838, 10109409.542735739, 10046647.355683258, 10022242.865136346, 10005807.144312227, 10046542.399874032, 10089294.352924008, 10141167.680556899, 10121037.35893403, 10149281.587768734, 10152029.70203838], "type": "scatter", "x": [-1853982.7544088669, -1886996.528429001, -1959992.6369725468, -2045612.800002777, -2119921.5518974974, -2097190.6597285364, -2034838.7237191142, -2018774.5234618243, -1970610.818540848, -1922193.3830457223, -1853982.7544088669]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y980", "yaxis": "y8", "legendgroup": "y980", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4117835.660367603, 4125436.9198845197, 4171776.2525356202, 4113754.2803193596, 4084211.592296997, 4024421.45635108, 4033354.6813455075, 4076689.4882242745, 4088271.0613202746, 4117835.660367603], "type": "scatter", "x": [3171645.5206904965, 3240447.2739185337, 3317670.24598064, 3266379.601281732, 3284144.3309299075, 3197868.0676248157, 3147392.629455469, 3113940.2483162386, 3164774.6965638357, 3171645.5206904965]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y981", "yaxis": "y8", "legendgroup": "y981", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4033715.546214058, 3998995.849610295, 3975866.0189356115, 3994650.824510669, 4005877.71272346, 4055545.875193455, 4022286.130038537, 4035843.527763765, 4034812.533329079, 4014834.17516176, 4033715.546214058], "type": "scatter", "x": [2538639.862057293, 2533246.2443591417, 2396591.986703164, 2394101.343268625, 2272871.8235355574, 2281993.5386414537, 2341304.066628015, 2414708.8899217695, 2487545.057736734, 2489059.69964261, 2538639.862057293]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y982", "yaxis": "y8", "legendgroup": "y982", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1565779.6207919645, -1621283.3485018574, -1706237.149252675, -1858556.9688749316, -1919802.8417214607, -1978895.0938769537, -2013868.7321945045, -1937030.496486328, -1972076.4161267492, -2066610.7960601652, -2118568.7588011185, -2144309.5529755703, -2249044.7466250197, -2389159.6204096056, -2553556.418228783, -2778778.7096155756, -2943961.819242531, -3079141.9147171024, -3096177.421911495, -3134963.1156166224, -3095985.4123140196, -3041981.664449106, -2974765.0064082793, -2867102.521779133, -2766674.256636949, -2678881.5159923583, -2594005.5769688264, -2578380.6931726714, -2538145.402839082, -2451678.557836433, -2375353.4576955847, -2315381.978623406, -2236878.204038628, -2124228.242269654, -2059567.3683378906, -1983611.8344352061, -1983716.1272317173, -1963844.889865328, -1945130.0246431942, -1947596.0563387896, -1882792.9886876026, -1814265.507159932, -1754622.5579855242, -1700433.7732690205, -1719036.0523551125, -1637305.809116628, -1562482.867902312, -1509275.1415060847, -1565779.6207919645], "type": "scatter", "x": [5418757.026988728, 5440927.275290669, 5456854.583091751, 5452777.038221087, 5471820.46501699, 5451685.370622886, 5426771.363952914, 5401848.242610442, 5375853.906955756, 5381408.810640899, 5363040.2725745225, 5328637.483206029, 5303438.851635673, 5234890.084918924, 5149420.41072351, 5035667.7874560505, 4957568.790410885, 4877647.6161211375, 4787696.038693221, 4686420.489277362, 4635054.032423386, 4563880.051707015, 4549797.874513937, 4566080.438754428, 4549475.188731041, 4557196.345118862, 4592667.816653519, 4644918.29513704, 4652779.702600966, 4720026.594118421, 4743360.9586218, 4728722.125761824, 4721377.214391612, 4730694.455474724, 4778532.470329604, 4804388.952927719, 4858642.9297809275, 4922324.381456962, 4965426.201740382, 5012960.084656626, 5084598.249325866, 5184287.76259626, 5225375.14546664, 5217691.349050537, 5261803.533049799, 5332992.513141235, 5344394.449097606, 5387229.082723834, 5418757.026988728]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y983", "yaxis": "y8", "legendgroup": "y983", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-14142872.838263417, -14567791.329482885, -14452774.565985775, -14196842.870796219, -14142872.838263417], "type": "scatter", "x": [10752998.01928888, 10154039.83556029, 10260603.211111883, 10639021.624053007, 10752998.01928888]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y984", "yaxis": "y8", "legendgroup": "y984", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-13886249.994249197, -13737583.55099816, -13478806.329548147, -13811887.95223754, -14126105.930409193, -13966684.437465351, -13886249.994249197], "type": "scatter", "x": [11066425.269845363, 11271146.353828242, 11673788.444747562, 11291836.441205012, 10802428.822409872, 10995423.290299932, 11066425.269845363]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y985", "yaxis": "y8", "legendgroup": "y985", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2488175.40655587, -2216960.97522074, -2098619.6448426484, -1988090.2266330484, -2104814.392787955, -2276131.5128166196, -2488175.40655587], "type": "scatter", "x": [14685940.911185507, 14727838.819239747, 14769005.593879802, 14811215.830294913, 14817239.72274741, 14786087.547525004, 14685940.911185507]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y986", "yaxis": "y8", "legendgroup": "y986", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-9010281.394479461, -9003247.159414172, -8963024.173025046, -8963229.656315804, -8988337.598032573, -9040577.644179964, -9079830.151262801, -9127168.148810051, -9173077.288631713, -9214105.734011559, -9255963.88851482, -9296703.628043378, -9319501.699361198, -9308126.58692773, -9271921.86525554, -9221182.699361358, -9181308.011473186, -9135336.775400903, -9096322.920791198, -9056482.215356817, -9010281.394479461], "type": "scatter", "x": [-1437920.365033879, -1425509.7082596137, -1411439.1910097243, -1350833.124031107, -1276147.75038664, -1204629.8384126767, -1158429.6071459241, -1105855.337528407, -1106160.8192767878, -1111606.299467722, -1121508.8043817459, -1136995.2607741903, -1185499.1018571777, -1249490.3386892655, -1297497.041268012, -1290525.502671697, -1312646.9746869446, -1349471.3241630977, -1382062.8466286827, -1407840.3378954518, -1437920.365033879]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y987", "yaxis": "y8", "legendgroup": "y987", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-9449591.917462183, -9418168.940145168, -9393643.248447137, -9352278.613976268, -9317700.553613257, -9333908.800224377, -9376854.833064985, -9414603.315972483, -9433040.315211898, -9468460.578691248, -9463882.543194044, -9461225.013663953, -9449591.917462183], "type": "scatter", "x": [-1491295.7027594324, -1453601.4380511434, -1407652.9626120373, -1452459.48938321, -1491483.5393637405, -1418693.697971338, -1354957.8821930282, -1298237.6276944801, -1347741.9123575622, -1370436.3682877035, -1435424.1834785445, -1441105.308935894, -1491295.7027594324]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y988", "yaxis": "y8", "legendgroup": "y988", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8966347.585989732, -8937645.663845453, -8908164.63208894, -8858949.356334722, -8826950.871131638, -8761142.50111359, -8704727.717077313, -8664061.03140867, -8680592.57052712, -8705701.336889694, -8731904.16172897, -8759194.967938023, -8789670.789002892, -8824157.257533899, -8861156.575379789, -8898656.86342593, -8940092.473956387, -8984678.39287519, -9017819.842867129, -8974402.866567148, -9016774.311272243, -9057609.459975911, -9056809.960451113, -9027608.70565571, -8966347.585989732], "type": "scatter", "x": [-2932407.4207753297, -2932453.2095376137, -2898012.112973347, -2961326.6195823555, -3011202.068464411, -3121933.351649468, -3169236.7955848896, -3162545.749641203, -3097071.213841446, -3040602.9431612235, -2968013.1574508757, -2901030.9152999967, -2833200.790312901, -2769699.313816824, -2721773.033889309, -2678529.6062707007, -2689515.1176001863, -2689427.181773926, -2723002.346741024, -2767037.3266905188, -2775191.864561583, -2780594.6385115064, -2840233.259608673, -2901483.9607022633, -2932407.4207753297]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y989", "yaxis": "y8", "legendgroup": "y989", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-9931194.754495587, -9902677.679954672, -9861902.340704946, -9813571.88158156, -9780726.266375495, -9737803.870952409, -9741937.68148476, -9765050.893154448, -9807785.561197588, -9848461.084956257, -9897001.711727189, -9925882.643299347, -9931194.754495587], "type": "scatter", "x": [-3181729.2401518147, -3213212.6497369213, -3188235.003428652, -3171795.6465956527, -3144545.800662757, -3160571.5876582447, -3059432.994845887, -3076397.3141855225, -3073716.087263469, -3083387.8396365787, -3074465.832352018, -3109091.4545352343, -3181729.2401518147]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y990", "yaxis": "y8", "legendgroup": "y990", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-10655467.382878678, -10653727.395889664, -10611141.221413894, -10566274.390010104, -10528023.118047873, -10543801.198675467, -10571384.222940555, -10617190.358252686, -10655467.382878678], "type": "scatter", "x": [-2638026.1210669023, -2700925.111489272, -2694774.941940274, -2692197.7081023487, -2745088.624667907, -2672500.739099209, -2610365.8226924487, -2597125.5867509157, -2638026.1210669023]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y991", "yaxis": "y8", "legendgroup": "y991", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-10812538.025354937, -10794334.886351775, -10755611.47755733, -10697218.519753877, -10716974.444410775, -10760911.303662784, -10812538.025354937], "type": "scatter", "x": [-2560537.7731145327, -2616265.533037222, -2601090.2874943037, -2569523.9971957235, -2562811.023818987, -2548685.6048739995, -2560537.7731145327]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y992", "yaxis": "y8", "legendgroup": "y992", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-14583806.96994756, -14926395.972433088, -15132724.511380928, -15036512.901961034, -14840489.845684908, -14560536.050870853, -14274354.401549352, -13931373.888282381, -13819702.858126378, -13974995.743015058, -14231229.33400077, -14436086.267281286, -14583806.96994756], "type": "scatter", "x": [9147775.53115494, 8556769.391348606, 8154206.597955147, 8241264.467380126, 8579906.003269995, 9047894.328476705, 9509052.364761926, 10038970.40948782, 10226006.477156729, 10059032.69999095, 9703776.735321421, 9390463.070905445, 9147775.53115494]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y993", "yaxis": "y8", "legendgroup": "y993", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2371126.824984183, -2613649.7422015523, -2959466.4590684995, -3089469.2953222245, -2697139.418232281, -2430441.817975372, -2184443.45611374, -1876631.5266705074, -1650299.7964119846, -1522325.543744769, -1726926.9996459312, -1886974.1291052138, -2070024.8249776764, -2371126.824984183], "type": "scatter", "x": [16799964.19025523, 16801594.998273194, 16748960.664391814, 16685855.640656827, 16742859.93783472, 16763601.355185147, 16751500.771703895, 16730555.492212325, 16677064.735014383, 16722383.942988893, 16759999.548927784, 16778288.854097083, 16800695.070677597, 16799964.19025523]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y994", "yaxis": "y8", "legendgroup": "y994", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-3538955.490245388, -3604902.3393793586, -3667242.6699047918, -3597213.2928172923, -3340876.4842980416, -3129450.6080739964, -2975196.4321150635, -3149928.406057734, -3169005.663708424, -2918011.713011419, -2919400.3368558376, -3229471.9180001556, -3254471.3578098016, -3090210.3069768026, -2943700.433796922, -2577511.992703542, -2626877.5722116358, -2749974.7641156544, -3089664.3444340993, -3416295.2072448484, -3396518.2560082073, -3538955.490245388], "type": "scatter", "x": [16404801.626482422, 16324366.153716052, 16248259.686408982, 16204825.200438464, 16174424.661375778, 16158450.04128149, 16202300.104258537, 16266527.879064288, 16325191.284237534, 16397233.077941515, 16413385.100775301, 16356413.981693627, 16416444.151840413, 16485943.613257954, 16581164.70156123, 16639347.886728106, 16698604.887013873, 16698669.756089289, 16627351.046792367, 16514064.103750903, 16458191.60175981, 16404801.626482422]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y995", "yaxis": "y8", "legendgroup": "y995", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-9299272.728249248, -9630287.693772338, -9330944.570916677, -8796746.104067406, -9192100.481839906, -9299272.728249248], "type": "scatter", "x": [15101018.696911301, 14900390.89372224, 15012785.841731291, 15328285.199166385, 15146416.058904592, 15101018.696911301]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y996", "yaxis": "y8", "legendgroup": "y996", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8547903.86921055, -8609592.187808, -7742404.618917239, -7248643.686290907, -7368647.02133385, -8065739.477630297, -8547903.86921055], "type": "scatter", "x": [15543926.33674624, 15482322.396602664, 15899071.076788494, 16136217.721765684, 16119688.799073154, 15781882.59284777, 15543926.33674624]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y997", "yaxis": "y8", "legendgroup": "y997", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8403030.72310065, -8270835.825406012, -7984499.992000558, -7813259.197432948, -7577980.975197695, -7913395.782382657, -8170798.476023611, -8403030.72310065], "type": "scatter", "x": [15515199.429367755, 15541545.957433665, 15628119.846105454, 15699242.578477988, 15841218.369815458, 15742131.910571275, 15635178.77552848, 15515199.429367755]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y998", "yaxis": "y8", "legendgroup": "y998", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-6723134.782613061, -7022179.602195121, -7175909.785583977, -6631489.010700666, -6220438.831915793, -5884861.84279965, -5853583.341988424, -6150759.494023456, -6723134.782613061], "type": "scatter", "x": [16271605.610415433, 16157016.268442348, 16084816.509555375, 16248860.738327863, 16364536.919976858, 16459221.923137207, 16490673.34948408, 16424462.47178546, 16271605.610415433]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y999", "yaxis": "y8", "legendgroup": "y999", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-5337104.752978371, -5658060.418352434, -5646647.987955413, -5385993.515534308, -5014848.20052866, -4913064.991096838, -5337104.752978371], "type": "scatter", "x": [16540200.943036357, 16466511.196077945, 16446273.065931361, 16492690.461167678, 16576877.0374039, 16618120.986552259, 16540200.943036357]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1000", "yaxis": "y8", "legendgroup": "y1000", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-3731318.6591254817, -3931851.88508036, -4441770.746348791, -4762350.833434861, -4919214.451084079, -4925907.8174527455, -4589142.785636695, -4095475.1004974367, -3560167.2204704084, -3516692.1948429067, -3731318.6591254817], "type": "scatter", "x": [16758516.146494191, 16741148.679072438, 16651224.075391944, 16605562.07147674, 16535867.220621448, 16499682.970758254, 16559562.86082358, 16656598.070462417, 16772744.931461457, 16799359.999200974, 16758516.146494191]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1001", "yaxis": "y8", "legendgroup": "y1001", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-15524015.649128018, -15455046.407945143, -15366196.601062033, -15296873.186133891, -15317803.541300211, -15315584.196588105, -15425364.853580683, -15468580.471130291, -15455205.301886909, -15492821.08094798, -15566870.882978635, -15653871.524018109, -15716884.010752779, -15760131.196134578, -15779212.175815621, -15788038.283117414, -15811523.783023447, -15838555.950451039, -15878381.036201145, -15872464.567993917, -15904367.187062595, -15834782.248589976, -15767899.264558269, -15839224.86691386, -15832933.727060279, -15760237.166859442, -15755798.732623694, -15767164.172682362, -15822254.829395644, -15818763.969951715, -15717109.757062558, -15647500.976735642, -15632395.592584018, -15592181.89297931, -15548146.320289325, -15524015.649128018], "type": "scatter", "x": [996408.7761439264, 1091437.8929012897, 1209716.5977426844, 1417415.2711304363, 1483906.1609041, 1616876.3469153424, 1495613.028581367, 1633646.785447674, 2003469.6732858468, 2024851.035603465, 1818349.7254856243, 1820786.7983561428, 1887226.672561253, 2086000.7688069204, 2091911.5991739195, 2302673.174008175, 2684480.196390178, 2925232.9254227104, 2793558.1429308723, 2523934.2821169253, 2203793.489378958, 2018679.5431334595, 1675734.915262216, 1717339.1680805124, 1534929.7547676035, 1434076.1070734696, 1135270.041603406, 896561.4035226372, 708560.0845092753, 525854.6555852, 589003.1306830525, 675717.663070431, 929524.7393326224, 1004888.9944136739, 957069.4378090815, 996408.7761439264]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1002", "yaxis": "y8", "legendgroup": "y1002", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-14813377.739208894, -14917742.885966953, -15004209.521560587, -15101933.986224098, -15149630.56650455, -15211754.59633384, -15299249.077378977, -15270797.784574278, -15242593.453118337, -15319876.449941058, -15290681.466976378, -15247582.52967903, -15183306.523208454, -15077838.910198722, -15012362.916158268, -14982231.953048658, -14943084.24671433, -14860700.8240452, -14783277.427828923, -14655894.211042454, -14570236.975658976, -14515190.116824621, -14461233.609164927, -14447612.750611173, -14377601.191048631, -14394460.456636619, -14493514.339990828, -14667645.123600904, -14730198.513482666, -14813377.739208894], "type": "scatter", "x": [2781232.5690926425, 2617615.680040638, 2512106.7747225515, 2465671.977660094, 2383846.469555106, 2395882.493708187, 2232642.834352301, 2128347.2897180733, 2026295.711473115, 1848795.6688036495, 1731552.5419651829, 1701304.4840249175, 1774573.5066866884, 1900411.7900985468, 2006125.3524246702, 1869862.4595331105, 2070909.6918121479, 2257468.7938474193, 2263708.2361001247, 2305584.234064375, 2443971.499705439, 2527817.5006175134, 2735145.0050780615, 2916257.9089855687, 3163339.1160949604, 3247271.1484784456, 3223294.808373723, 3052272.119323212, 2917058.963510928, 2781232.5690926425]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1003", "yaxis": "y8", "legendgroup": "y1003", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-12287726.304042999, -12377203.839808227, -12437757.008649755, -12404081.535445832, -12418549.9977822, -12362926.098267004, -12296764.068374574, -12268028.72523794, -12187082.611370498, -12068239.087311475, -12016058.755776625, -11885399.563110206, -11859504.192326488, -11958496.066769088, -12116081.209594755, -12185986.919426775, -12287726.304042999], "type": "scatter", "x": [7584155.59567563, 7494188.237142461, 7210083.465686727, 7173795.396978042, 7004013.073241435, 7108066.833379142, 7032377.772854424, 7068115.535759939, 7143908.093936835, 7404800.3519224925, 7570785.634165176, 7832632.270369407, 7937271.392579411, 7848537.563018671, 7662119.94483021, 7631910.250685258, 7584155.59567563]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1004", "yaxis": "y8", "legendgroup": "y1004", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-8215530.217020947, -8177575.198079072, -8116197.958281705, -8181411.128084097, -8206061.80227221, -8115163.238859447, -8060602.263021718, -7935509.037290394, -7877076.648585719, -7812927.939025975, -7837578.640283687, -7800693.2495313585, -7795054.569011112, -7797188.14131475, -7719245.773967785, -7654256.784902981, -7452583.255291796, -7372220.444067104, -7281829.251774161, -7305732.246448921, -7284292.316328641, -7221711.900163017, -7116791.941595415, -7005622.179905416, -6782200.260560546, -6666929.685664879, -6569211.886103774, -6416572.26447251, -6360844.614271313, -6249648.95568958, -6094160.539348085, -5898396.377444339, -5806509.218705242, -5924233.614774232, -5720358.580780843, -5816069.689191889, -5914385.201399918, -5815038.596407301, -5622826.472297166, -5553925.897484146, -5477268.012044456, -5371960.115337547, -5338969.29867635, -5249471.777817591, -5123503.670905904, -5007504.626269778, -5168982.637295023, -5060041.657447338, -5052365.36113264, -4999863.055148723, -4980501.840539105, -4999166.561529483, -5047668.441322939, -5029310.7197611155, -5054011.965506198, -5017578.001017622, -5018790.929344975, -5069854.652014184, -5091942.082459358, -5035617.3436817415, -4931830.31182529, -4860592.559451137, -4768112.422507429, -4638006.440473129, -4484812.208241167, -4735016.05655812, -4721604.562275865, -4572984.11516065, -4476174.620776813, -4568046.654545024, -4382499.267003364, -4298538.8311589435, -4213599.985103839, -4208587.603683822, -4134607.855427464, -4201619.524120312, -4134702.025402616, -4131037.992771184, -4133180.816499252, -4323272.865239273, -4537874.594362448, -4597450.689448879, -4684151.503205368, -4507538.704055943, -4319235.102904086, -4283025.527439929, -4194946.803161568, -4062093.5148460744, -4007402.2153910617, -4089291.7944161617, -4106607.2806749213, -3943002.2980365288, -3775561.206650735, -3774356.671863902, -3911407.4479790647, -4092273.921233767, -4256372.914016648, -4251336.12757886, -4415929.407451242, -4380899.879789733, -4450092.959742958, -4409528.620907895, -4629207.952903395, -4780650.976619327, -4871894.037525148, -4843543.957807922, -4987850.825843493, -5115106.777547788, -5229295.925532637, -5326661.395796604, -5598898.695110315, -5800346.225647494, -5978687.28426537, -6266763.342024154, -6307654.06767591, -6465938.366371539, -6585517.973351199, -6841135.5696650455, -6840905.7603468485, -6700398.8814218175, -6588198.871170147, -6425073.765959115, -6200784.2735969415, -6009740.876924372, -5917702.214926035, -5694892.5607378455, -5438229.696417051, -5390132.905540329, -5242796.07371964, -5074828.839802461, -4887822.405473974, -4779245.649343568, -4679099.942731812, -4912324.021919802, -5170141.2324132845, -5253574.343449733, -5424126.878463379, -5676731.446652589, -5905306.672346145, -6036625.454633768, -6388241.295896073, -6358721.492250302, -6575923.790010772, -6808811.245825754, -6952296.819699674, -7299903.72894701, -7503764.847715147, -7595915.604281178, -7940509.0639284905, -8090958.278565147, -8375231.234718633, -8771569.57544684, -9074400.155056272, -9357959.241710553, -9398239.241727123, -9709939.388154298, -10092725.4587657, -10130652.387862524, -10340268.538236719, -10360586.89279827, -10663274.707062436, -10977180.328265013, -11174447.339442415, -11532834.009263704, -11753224.085684976, -11860273.920269502, -11947770.234933434, -12190295.265028516, -12302225.044464769, -12325283.156484455, -12378526.889154658, -12449661.20548717, -12487166.345429976, -12491514.249962473, -12395611.673372373, -12399747.02154731, -12382651.034595175, -12402761.934923293, -12375098.86208872, -12388990.874426508, -12416411.413051337, -12445978.166958867, -12375697.51990975, -12198423.474572405, -12081729.962662848, -12038197.251240758, -11976426.415816821, -11816670.70447173, -11708409.39273452, -11687863.980167396, -11619706.907760069, -11549668.666374624, -11396058.268105721, -11296423.816787016, -11204271.240076002, -11031340.900009263, -10868830.734991482, -10753655.27992099, -10657304.633803522, -10531499.904783295, -10370524.999750094, -10355312.012878418, -10215295.876128566, -10238013.373367785, -10130936.703529427, -10131320.605117952, -10071180.037842128, -10057904.433006015, -9932415.890313003, -9938335.344027376, -9895829.97811958, -9955544.443437511, -9782234.2693074, -9707066.078216817, -9503313.280460777, -9366910.766800798, -9356256.732850581, -9071442.667615786, -8968214.72451725, -8751594.3180881, -8529929.670910118, -8426530.051122045, -8342612.111846533, -8215530.217020947], "type": "scatter", "x": [10520507.04467995, 10406088.464142684, 10346252.210182572, 10247164.5340835, 10165955.327587174, 10143337.452026162, 10112734.153498307, 10121715.123112302, 10082501.440317448, 10054039.862167891, 9945462.131693276, 9943946.717269024, 9880561.641719924, 9812004.397511948, 9794100.515316023, 9770552.876223681, 9832152.708347123, 9839733.101378867, 9929328.648835644, 9971861.669047058, 10014448.537300574, 10068336.366701856, 10180219.210952837, 10264476.978116967, 10387277.476811474, 10460904.365388297, 10544294.140031936, 10612493.768594999, 10651398.989284188, 10678745.038905572, 10774988.860934032, 10839859.497478168, 10884196.024825472, 10859129.401412271, 10952678.27300518, 10950588.629807083, 10921294.607708158, 10985255.47456995, 11048573.171226874, 11079866.64858725, 11098853.198201684, 11174811.786440661, 11218697.679649848, 11286641.250835493, 11344611.723000092, 11456713.460436102, 11377551.228478221, 11487600.479118856, 11588360.157419581, 11674245.476553787, 11775326.798612673, 11819727.38464556, 11827065.072371677, 11930841.24945007, 11990448.008594833, 12027589.559667822, 12058620.883819602, 12098282.135709254, 12212962.745571531, 12307348.892033964, 12390264.186524196, 12495416.85052386, 12545143.16893111, 12608855.510142744, 12760287.537670672, 12697410.651945794, 12754357.786543204, 12779478.47501598, 12859193.235274358, 12871252.632413134, 12965659.247719724, 13064912.486254193, 13127588.347656539, 13188694.652003778, 13219567.533619639, 13244960.048616933, 13273168.333240671, 13326208.174804613, 13382135.733883675, 13394506.09005458, 13371750.273709925, 13420944.75062056, 13459510.228211211, 13509407.734761817, 13642515.665404629, 13709997.599135473, 13725421.302308593, 13825959.80456256, 13916791.1940831, 13947396.59143947, 14039987.014758922, 14095809.403595222, 14066913.200344319, 14129423.861660158, 14160831.189447137, 14160001.259396302, 14199621.602608114, 14235284.070964811, 14246830.375006769, 14329663.58543131, 14348026.116123019, 14391367.382445043, 14360805.584460476, 14267067.021687333, 14182762.289721873, 14153311.121511154, 14104850.187811604, 14012044.704002172, 13915716.31287668, 13878181.835211532, 13841960.206397856, 13834027.295580398, 13803343.145155, 13733910.013611268, 13746623.078677038, 13721293.763570972, 13668832.037519962, 13635229.126911063, 13723535.550105542, 13837174.016352132, 13931853.984948492, 14043721.890864355, 14208788.798987683, 14293261.387393532, 14350185.517151106, 14447284.460066494, 14585492.41024999, 14631246.263708549, 14677955.862338552, 14779928.962622764, 14880069.747299736, 14926221.15115417, 15009648.293764764, 14952534.464489313, 14854238.915498547, 14848928.375166561, 14778737.34251593, 14707007.35315906, 14605023.063348902, 14533942.535487253, 14392785.06702117, 14492260.97274984, 14414735.028104845, 14343175.674773695, 14243150.420914607, 14052269.955911882, 13937115.451036923, 13909101.814252298, 13701054.88425048, 13573734.5505988, 13397956.310284998, 13232055.02898049, 13074940.691797903, 12919290.119064398, 12858647.308727207, 12644006.360020997, 12301163.866996344, 12331790.6670098, 12166831.899574764, 12189417.290505374, 11853989.29682117, 11587977.188156564, 11413693.187074574, 11057953.349193223, 10769227.32570479, 10591275.900944665, 10414889.098394807, 10082974.95898076, 9830634.009476006, 9724368.302739687, 9512309.880317483, 9346105.750461627, 9178022.135533419, 8999460.373101119, 8982909.583709871, 8831110.757578734, 8750204.311472183, 8568431.658233834, 8495561.493451906, 8340709.361537061, 8185553.80436458, 8099608.921927183, 8092346.825983455, 8229425.797110037, 8241734.696577447, 8201297.858003341, 8166125.226998309, 8362549.859057612, 8468195.97375066, 8578891.021397892, 8587237.78551412, 8496204.160613474, 8638051.274084248, 8723417.504226666, 8786245.929243179, 8927048.47389557, 9116489.085447654, 9306968.827708494, 9440167.282556498, 9563960.118083129, 9642998.44323732, 9739008.291124804, 9923237.340580517, 9785839.768640578, 9782587.120507441, 9886935.405187344, 10012946.644666838, 10109608.176633408, 10283710.519855699, 10119246.533558732, 10064203.121080406, 9898565.276678402, 10015899.467281045, 10132695.048720302, 10308187.349848257, 10400375.77156897, 10446985.543414919, 10594415.169680739, 10605865.696072947, 10708986.087862998, 10683183.36422756, 10601416.199479243, 10523255.606882397, 10520507.04467995]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1005", "yaxis": "y8", "legendgroup": "y1005", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1200388.9867160898, 1033299.7314566401, 984058.276851039, 939967.9073018719, 1060018.1651989701, 1282179.6313126662, 1540898.5601333827, 1463843.6705891807, 1359289.0483033871, 1200388.9867160898], "type": "scatter", "x": [9032760.29287424, 9034663.980111182, 8992989.245127045, 8900496.624933485, 8835641.24976919, 8790032.44654387, 8803814.957758581, 8892146.603946049, 8958646.725018566, 9032760.29287424]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1006", "yaxis": "y8", "legendgroup": "y1006", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-912247.9607422933, -1032040.6988520139, -1296307.6337894248, -1136629.4356347984, -1088692.7795731823, -1096274.1789457896, -1068879.3971351401, -900927.1058029501, -912247.9607422933], "type": "scatter", "x": [14366290.117127266, 14479299.718137609, 14494062.124060862, 14416020.85214796, 14327207.484752066, 14263427.477633076, 14188687.459735788, 14229331.34358603, 14366290.117127266]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1007", "yaxis": "y8", "legendgroup": "y1007", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1167629.5919109262, -1095385.2179151818, -961384.0177900603, -967261.6357847853, -1074395.7135814067, -1167629.5919109262], "type": "scatter", "x": [14064748.953946788, 13994624.10639558, 13984873.015877856, 14097300.663288116, 14115609.80267643, 14064748.953946788]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1008", "yaxis": "y8", "legendgroup": "y1008", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [686387.2629546011, 515041.60666577227, 493644.49640399904, 363622.93728068884, 82928.29342739891, 113061.31348948665, -79701.17670914553, -248815.1833742935, -285332.7360746144, -83798.53685749868, 315925.5236337547, 567610.7258270002, 686387.2629546011], "type": "scatter", "x": [14221214.03341916, 14238021.374068785, 14304715.409243895, 14319891.501591668, 14319396.403128343, 14261726.554805519, 14245065.021007061, 14288559.259181567, 14256553.204858467, 14214805.887192162, 14177762.61626842, 14190611.068285594, 14221214.03341916]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1009", "yaxis": "y8", "legendgroup": "y1009", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [249337.3515263882, 267311.96558945463, 488505.62871474633, 423650.9440942002, 125637.85762390474, 68141.81192610716, 122348.26012303565, 104763.26907214461, 64135.82083951015, -140104.6683489263, -386192.2980124713, -264784.82341329934, -176847.96593950933, -308593.1922545336, -264672.59975946014, -427509.38388033514, -527615.8818106756, -897983.7673512318, -990904.0072381746, -1336122.3640016494, -1521622.0951313453, -1587971.8184167866, -1478550.2904361659, -1262734.5471567288, -1345783.2772143185, -1263514.1261882097, -1160342.0464680002, -985035.1655494258, -720221.6085032629, -793331.7117121406, -1109276.2143258024, -1494683.0407060902, -1515707.1656940556, -1426691.9342450444, -1190348.4793176153, -931128.8696477213, -922043.3085286046, -737175.760663777, -569408.0719187249, -359931.5707735137, 41424.182827754965, 152711.8153817855, 358542.8497757663, 281869.05906167143, 249337.3515263882], "type": "scatter", "x": [13681477.696581364, 13809103.80276681, 13911856.978654163, 13933878.823946485, 13851575.01161439, 13768402.672017677, 13660806.556621857, 13475480.219406102, 13378533.88808268, 13362001.338781292, 13455820.019495675, 13519487.10755213, 13728826.260755867, 13716849.354259823, 13669448.136502651, 13616093.298634468, 13513771.052184481, 13595653.547806406, 13567426.870765112, 13632015.338655591, 13607378.240462488, 13538308.361971287, 13509453.894063981, 13590046.741062462, 13470573.326855887, 13452426.307609823, 13478185.314289967, 13414623.94531988, 13443257.285369422, 13363907.585182974, 13346123.4485566, 13305075.820248608, 13231170.263337307, 13195060.247488717, 13255382.900544982, 13263156.332271075, 13217011.631738774, 13196380.966474665, 13252422.096005352, 13277136.325836323, 13338891.534302903, 13361259.196690923, 13451163.860323377, 13540334.973015716, 13681477.696581364]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1010", "yaxis": "y8", "legendgroup": "y1010", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2736775.8590913536, -2494706.51180332, -2485896.5623267125, -2589224.006576351, -2685361.124070289, -2752828.2879215116, -2736775.8590913536], "type": "scatter", "x": [13047475.332241507, 12956226.093932219, 13063788.49245368, 13098915.143176945, 13115023.499997757, 13091151.881571064, 13047475.332241507]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1011", "yaxis": "y8", "legendgroup": "y1011", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2332805.8706389274, -2341530.980666025, -2280898.939873467, -2426991.9938227786, -2434763.1782172523, -2343977.7243283466, -2248613.0952607864, -2226539.2800993216, -2332805.8706389274], "type": "scatter", "x": [13260867.294792749, 13334224.470245417, 13448245.28999292, 13400407.96158375, 13228660.736134157, 13098346.19299407, 13118242.022099989, 13212395.551989134, 13260867.294792749]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1012", "yaxis": "y8", "legendgroup": "y1012", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2161765.1433164887, -2164678.723558343, -2283653.5895661702, -2287847.0502273384, -2293747.539128168, -2270624.555264226, -2141283.5108068055, -2159823.3224622156, -2080782.4182193475, -2161765.1433164887], "type": "scatter", "x": [12948869.027976165, 13017890.601739896, 13021235.772958344, 12889902.821327427, 12810499.959522463, 12754856.776474888, 12820456.088587688, 12878455.907796042, 12924312.084200572, 12948869.027976165]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1013", "yaxis": "y8", "legendgroup": "y1013", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-1419976.3879977693, -1501041.9766790431, -1568272.9269890576, -1480194.5900504412, -1636711.2947931, -1798119.663003336, -1886504.2195407958, -2070428.0755699163, -2122090.952406288, -1989784.9177815837, -1967222.4767356478, -1918218.4406269023, -1850055.9868858908, -1732993.9811771198, -1692153.6205987192, -1708839.7601853574, -1576247.7544733814, -1481163.5316798592, -1446403.8435889047, -1258349.2454234664, -1293632.046862873, -1394543.3814271488, -1419976.3879977693], "type": "scatter", "x": [11979311.861549625, 11983085.320342992, 12187331.645132998, 12224901.072666766, 12409098.30084322, 12423386.77473965, 12576145.346116412, 12679447.131465694, 12540824.191725902, 12443199.139808986, 12345858.865260677, 12238590.544333141, 12146058.981817022, 12036619.291096626, 11961258.332888871, 11911947.867509361, 11729286.489496684, 11724153.889970317, 11626922.787365358, 11728470.576834857, 11859517.656524878, 11936451.669426555, 11979311.861549625]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1014", "yaxis": "y8", "legendgroup": "y1014", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-226665.71123574034, -373242.0211616334, -492447.89435775764, -516456.4622387511, -655456.9542089095, -917627.1455865885, -1244889.886070045, -1229697.9153728285, -1043018.374382036, -858943.8979921936, -731554.1760097679, -561147.1516189541, -408302.5617067932, -128245.72654187215, 35701.66540025812, 202510.12364246993, 352356.9810801465, 468510.6342528002, 627556.042465827, 726726.1458734086, 921259.3968912413, 1014191.5333973292, 1014709.1782283095, 997830.3073049381, 821500.9225684393, 698183.2818481153, 621859.8487367834, 416623.4809485961, 419199.4632515589, 284687.8858117999, 115189.46668050719, 21681.555392468097, -146822.31579782013, -220190.32245366217, -226665.71123574034], "type": "scatter", "x": [11615905.647107994, 11630483.02909018, 11664241.185343985, 11744825.95520378, 11791086.659335399, 11743017.832228202, 11704005.005206736, 11582292.334469188, 11509213.592909744, 11383337.200474927, 11345628.93112228, 11272172.574843, 11224187.843471516, 11146941.37112334, 11049925.84641196, 11015258.53126981, 10970092.255852439, 10864956.587483302, 10798080.697424939, 10707536.49809278, 10575328.230763068, 10556529.078628976, 10628195.21285173, 10802350.594242413, 10916860.427132009, 11012320.39438364, 11078732.67877, 11194781.049637677, 11307863.233635003, 11406074.174405908, 11473810.862602023, 11559214.37979708, 11513570.294822289, 11576057.840723481, 11615905.647107994]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1015", "yaxis": "y8", "legendgroup": "y1015", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3394501.330605321, 3555128.470646636, 3600601.59695188, 3531137.1238555047, 3292604.1860178844, 3394501.330605321], "type": "scatter", "x": [12919303.44931675, 12807371.185323667, 12890660.69076137, 12954270.474354826, 13000697.233451914, 12919303.44931675]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1016", "yaxis": "y8", "legendgroup": "y1016", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2780443.899638715, 2869512.5619650767, 3043063.1305396464, 3091084.3539257357, 2898695.61507951, 3205612.611915091, 2938015.9865473774, 2827513.7633284163, 2637307.244369525, 2540391.535240098, 2697604.506985632, 2780443.899638715], "type": "scatter", "x": [13296764.153295279, 13302189.7357432, 13267464.621747809, 13316939.742244646, 13351529.179629588, 13350073.90286693, 13414564.633529007, 13402712.21915774, 13414547.96160809, 13401791.087193297, 13294206.081228204, 13296764.153295279]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1017", "yaxis": "y8", "legendgroup": "y1017", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2538071.6167483507, 2347238.8557382305, 2183405.364676671, 1896452.3822383287, 2182591.449864654, 2014176.2498011002, 1810271.0421324116, 1661912.7714851762, 1789641.452315546, 1985596.7065100265, 2133099.241003858, 2239369.4787308285, 2110098.032186672, 2101627.595907902, 1919450.1134712193, 1993309.6661537956, 2239076.3572159824, 2343833.692563518, 2473363.5634129304, 2363739.383623619, 2477163.797161613, 2611920.1500581605, 2656607.781847558, 2874396.5057920297, 2784206.3267866825, 2642125.2315550894, 2538071.6167483507], "type": "scatter", "x": [13785807.407248275, 13838669.128741521, 13878100.430238532, 13891240.50392427, 13798551.843732513, 13777152.31050153, 13847549.5228369, 13838062.384280637, 13686409.898701368, 13621764.256628118, 13628915.240205506, 13536540.296883183, 13526458.279881233, 13475030.130580518, 13424888.37233387, 13393149.74480358, 13390080.545164445, 13439425.948194284, 13472812.388051616, 13536816.4379278, 13598149.823647697, 13585771.161636544, 13655476.362881353, 13594503.57432949, 13709855.32264045, 13753844.098907994, 13785807.407248275]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1018", "yaxis": "y8", "legendgroup": "y1018", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3970744.8764990335, 3987217.6959298328, 4158082.963439311, 4277707.946804048, 4401006.39988351, 4432562.393252841, 4369066.204998501, 4251749.9731430095, 4119473.8071528687, 3970744.8764990335], "type": "scatter", "x": [11401460.614110444, 11300407.640504777, 11224192.828931503, 11227907.914696297, 11297938.45933416, 11349998.263384022, 11405358.318335215, 11407414.045735378, 11438434.507733097, 11401460.614110444]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1019", "yaxis": "y8", "legendgroup": "y1019", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6218694.863029075, 5816476.151543409, 5597186.286156105, 5732796.706404778, 5880613.75728109, 6142864.624054545, 6378697.648231925, 6362763.16413825, 6218694.863029075], "type": "scatter", "x": [11651599.05337884, 11838627.279993594, 11918956.284778884, 11772515.560440913, 11665936.104957003, 11566942.10282821, 11504306.472863697, 11573560.813689958, 11651599.05337884]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1020", "yaxis": "y8", "legendgroup": "y1020", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [11327445.318886058, 11094789.621503638, 10987854.771813694, 10839032.443672756, 10805754.655847391, 10635450.04561653, 10373256.788269935, 10096724.261755591, 9714127.766446061, 9674764.799876228, 9781068.469166603, 9501744.641160503, 9265718.480902813, 9104907.743080342, 9123526.369239489, 8744485.705018803, 8582441.693135932, 8587122.48664052, 8775888.51575156, 8741773.287998335, 8803009.223080436, 8976251.065314874, 9145211.327014696, 9359008.255000638, 9559498.766543768, 9876770.654996002, 10000223.48248853, 10381859.04981584, 10418614.014847081, 10749507.920359464, 10874529.514487093, 11088231.009680232, 11166837.418277482, 11277705.695060683, 11436688.730050012, 11402253.196420616, 11327445.318886058], "type": "scatter", "x": [8558030.596282892, 8867272.054498002, 9110210.996720435, 9326051.966153799, 9433687.47652982, 9635337.450774381, 9819344.290314984, 9915726.005794244, 10224269.816673404, 10157858.615252206, 9993593.756718315, 10084700.750067199, 10204257.739943406, 10219856.77712969, 10364406.018223977, 10718244.309432304, 10801557.671618873, 10721508.750205908, 10541509.590464601, 10482037.410052883, 10344103.185341077, 10281015.479737427, 10149024.27137298, 10029967.351183046, 9872277.867634935, 9757044.920864558, 9766847.726574123, 9323062.654809674, 9399757.393782731, 9089202.829869134, 8963541.063042792, 8637038.00652104, 8389776.81418845, 8213918.595929508, 8088670.400364788, 8365385.103835195, 8558030.596282892]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1021", "yaxis": "y8", "legendgroup": "y1021", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12019602.146235865, 12126372.141583273, 12109187.910224242, 11901049.135744106, 11726343.326674758, 11560674.296729457, 11411288.282373864, 11260538.604177775, 11318332.5460011, 11435519.676931754, 11575670.052560722, 11689884.873417355, 11763051.50865071, 11859014.884516176, 11939822.331971439, 12019602.146235865], "type": "scatter", "x": [7203169.026022832, 7035288.412492809, 7263705.205238123, 7478128.64936459, 7788889.151783181, 7771459.401515239, 8065696.777094807, 8154400.516247514, 7939089.669264795, 7728423.33074341, 7630196.324148851, 7296446.567419344, 7098901.295886785, 7223397.829409824, 7225343.221817769, 7203169.026022832]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1022", "yaxis": "y8", "legendgroup": "y1022", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4544488.998396713, 4580775.025544903, 4503998.249451498, 4356207.608082308, 4361572.182955053, 4323002.495847482, 4351256.546561785, 4485353.732258969, 4548213.69004515, 4544488.998396713], "type": "scatter", "x": [799329.1459834711, 842314.7450790912, 904011.6709059825, 903402.4412781468, 860421.5416808868, 825145.7089464356, 787603.0832635405, 774142.8220823276, 748502.4352935366, 799329.1459834711]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1023", "yaxis": "y8", "legendgroup": "y1023", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4736942.946250841, 4781834.451719243, 4687022.737607832, 4599772.922420063, 4620798.092995697, 4694880.571844291, 4736942.946250841], "type": "scatter", "x": [787270.3989090088, 841405.8807861207, 865141.2277525417, 842543.401308087, 799345.7477885899, 772414.7562391324, 787270.3989090088]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1024", "yaxis": "y8", "legendgroup": "y1024", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6255325.129250651, 6201284.917959678, 6107727.199834449, 6165195.966681113, 6210733.113590187, 6255325.129250651], "type": "scatter", "x": [905138.5547728529, 937608.014134659, 907467.2808246869, 820325.0478062122, 803469.2370997249, 905138.5547728529]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1025", "yaxis": "y8", "legendgroup": "y1025", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6496601.306800411, 6504028.56727579, 6385216.758199535, 6398847.368248542, 6397036.354266003, 6306542.793070149, 6207823.258611978, 6199515.376358617, 6055761.544069682, 6037646.808665262, 5910798.597603908, 5866879.418346815, 5846261.167954439, 5775009.141172026, 5742086.721285201, 5684748.433072216, 5626091.679606288, 5627190.461764717, 5597826.988022208, 5620285.858908621, 5569115.085489237, 5583396.5002517495, 5542417.708165832, 5565920.707607574, 5679544.465736633, 5702054.222352618, 5723601.5753346365, 5768530.913154824, 5800828.646358663, 5861872.819693103, 5934383.514038768, 5921759.73936089, 5986181.341391627, 6057318.225800847, 6079207.82784719, 6109867.110323861, 6158822.857408202, 6190218.257758986, 6138854.367560998, 6246323.302190577, 6304447.571315235, 6418603.183910808, 6507065.052923524, 6496601.306800411], "type": "scatter", "x": [-293380.6299022652, -208974.6750101999, -289987.11223419936, -216858.15208859375, -139106.4978008752, -160319.53514032622, -229326.41627651075, -153506.71179498063, -84139.33613016276, -32582.737160653825, 14292.265163349648, 36563.79533276636, 131248.8030357842, 123093.70558600518, 83304.30273752206, 115945.52774246622, 44382.81726117995, -63501.422489319666, -201642.2133899794, -238651.55847396507, -294167.72444839374, -368706.97169624467, -428224.0828718042, -470135.5509205015, -345043.7916318108, -272446.5313475832, -396512.47438938526, -416248.72322631243, -331978.1412532609, -371572.28772092966, -352702.4979623674, -238538.55391971764, -224843.30049239373, -273931.77328734583, -364301.9505198563, -380265.7749018062, -350081.02415802015, -372456.10881723923, -415944.7483615221, -412436.3188658706, -444676.8786049955, -409488.2255928078, -348351.5690684415, -293380.6299022652]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1026", "yaxis": "y8", "legendgroup": "y1026", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [7417974.102873247, 7347648.637188361, 7265123.251515249, 7188476.277942531, 7133015.974907521, 7119690.624000011, 7147135.081777418, 7208225.084097979, 7247408.291129653, 7322919.331830823, 7326579.609077664, 7359341.151152146, 7405934.142484788, 7470523.215291162, 7472043.5369600225, 7383145.650699748, 7430413.259719336, 7389321.040675545, 7436562.065646851, 7417974.102873247], "type": "scatter", "x": [-813827.3897307432, -844065.4442489819, -796617.1023696297, -892156.0122700308, -1083916.8245831025, -1141555.708433046, -1215747.1363888616, -1369622.6268316775, -1294734.8231007159, -1400340.3570448402, -1291490.93668697, -1282243.229385166, -1390054.9564106255, -1324403.1100790119, -1235506.4174551368, -1175734.5706945104, -1071486.4854439981, -1010991.1159192736, -903729.701638046, -813827.3897307432]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1027", "yaxis": "y8", "legendgroup": "y1027", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12022770.24161924, 12054476.934641995, 12049305.95190936, 12082067.57525202, 12164888.127613617, 12015002.571536683, 11915470.912008539, 11994873.153188335, 11968870.398845483, 11901575.891303962, 11795798.544106677, 11807461.424290791, 11853405.986283945, 11871689.403513642, 11913332.703881327, 11940448.078641094, 11896156.337946048, 11914262.398440007, 11995939.608332485, 11960884.2433851, 11998155.293407587, 12022770.24161924], "type": "scatter", "x": [5322704.083747504, 5482113.704598506, 5680310.527572829, 5846869.573888474, 6115407.607908515, 6186748.853755847, 6546705.401993502, 6676716.414278094, 6830811.197100083, 6770245.3192290645, 6997027.381274921, 6830683.680811269, 6611653.853986591, 6392733.100299514, 6214569.236587386, 5935048.04354356, 5784456.847287591, 5504004.377888149, 5337388.620100235, 5279870.237642927, 5215995.261697455, 5322704.083747504]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1028", "yaxis": "y8", "legendgroup": "y1028", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2413276.388865991, 2122321.241122574, 2315705.253977984, 2501065.308447393, 2703144.885936671, 2980615.917715538, 2782660.489638702, 2610750.028084883, 2413276.388865991], "type": "scatter", "x": [12922569.66841617, 12834447.347930046, 12849366.653077576, 12889017.786085146, 12907589.417953542, 12892843.263791086, 12966844.713492313, 12935436.603647236, 12922569.66841617]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1029", "yaxis": "y8", "legendgroup": "y1029", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4875246.426965983, 4761550.069216329, 4615070.553905935, 4388744.568115277, 4261334.034950051, 4049471.8302512052, 3865226.357257637, 3874348.8359898203, 3936199.899474811, 3882392.3796041673, 3731376.6218425096, 3690199.810738013, 3559285.6339577837, 3637143.034538108, 3749535.3942443365, 3636277.3547709635, 3747845.035672708, 3649539.9036905747, 3672605.9231923344, 3779179.7402102845, 3863785.1270931843, 3900768.1146283094, 3802613.111658175, 3910840.937282824, 4006680.2705665287, 4234833.360248332, 4184847.9382238397, 4567101.949102467, 4806546.092966007, 4856211.34853662, 4839916.214001903, 4928419.653267203, 4875246.426965983], "type": "scatter", "x": [12499683.076113116, 12534865.831425691, 12643389.915720375, 12712119.253922123, 12696547.531664701, 12763559.873079129, 12859812.233406743, 12918043.571132818, 12946462.258123888, 13111863.419906126, 13154878.547609214, 13207010.495233886, 13239255.803752337, 13122933.656384926, 13041023.28893705, 13050734.750034582, 12937978.14131543, 12867531.383118708, 12801923.629666615, 12769643.95009383, 12774745.062069403, 12726217.961368663, 12747731.71931308, 12650043.571475461, 12595702.273979817, 12499092.241274329, 12566908.181968529, 12413531.948485639, 12339609.161705248, 12387625.096278846, 12469120.196760999, 12462713.295026256, 12499683.076113116]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1030", "yaxis": "y8", "legendgroup": "y1030", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3132634.101407523, 3248363.626814845, 3202831.1716375886, 3241707.204120917, 3128435.254355724, 2987695.0779365613, 2872657.362153319, 2993951.180073932, 3132634.101407523], "type": "scatter", "x": [13137819.5732111, 13085567.79055425, 13168109.210714197, 13229440.180672877, 13260656.528595395, 13247518.537572095, 13206280.272029515, 13169254.935035262, 13137819.5732111]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1031", "yaxis": "y8", "legendgroup": "y1031", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3555124.9369278853, 3261654.3234547675, 3286129.8993866527, 3194063.805902055, 3036023.3457162757, 2944965.5139559004, 3138792.2139784233, 3134778.426644841, 3291500.7532481593, 3307207.9827926233, 3410868.413071827, 3577859.582682232, 3638650.1175729977, 3555124.9369278853], "type": "scatter", "x": [13405377.962275798, 13529315.74336865, 13433316.347508665, 13463007.513237735, 13535875.801628564, 13506246.858495288, 13447742.715333192, 13414395.670077339, 13350161.358125348, 13413047.376870874, 13379538.676207718, 13254973.233374123, 13345768.881487263, 13405377.962275798]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1032", "yaxis": "y8", "legendgroup": "y1032", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1326425.2344497135, 1315489.165362008, 1411818.0758347213, 1422682.3251307567, 1472098.7642450305, 1595964.24211748, 1656985.773542404, 1650905.2454803707, 1680538.0402339639, 1657281.692010286, 1719995.8927064056, 1746927.7858202364, 1809607.5570064383, 1795626.065872774, 1754056.4288875603, 1708320.0976204819, 1674668.0984206619, 1665752.5096359095, 1595773.6002647092, 1520296.816258605, 1441395.403402347, 1321913.9362432887, 1326682.617450519, 1428523.7761928847, 1482946.274705411, 1592861.0374690301, 1635165.5712031408, 1704313.315904332, 1744543.7998010006, 1639809.883098623, 1628609.4812942608, 1541990.6334373222, 1494891.060916127, 1483523.0298721506, 1486039.0461333115, 1417857.339606352, 1393003.9966894113, 1430240.6629939682, 1464631.2158595617, 1460112.725242892, 1450002.5392168656, 1418432.919055996, 1351230.90564998, 1333761.4990775243, 1261095.6965923598, 1152458.4919093691, 1151492.8650612414, 1117131.3387089383, 1063563.1385266308, 973207.365319194, 904948.7266289336, 899648.5137141619, 832448.2020991321, 784708.8088098341, 752833.0722968503, 775807.2906034767, 781379.6547985541, 741821.8388878814, 726215.3730967097, 692848.3051525331, 581307.4394371946, 528698.0322111986, 523049.7626648496, 462860.76843655895, 240398.5697988785, 218894.82432979145, 131862.40643204388, 28220.431678810375, -9910.946993609605, -29473.296989480958, -154889.45907533178, -72494.35336424399, -116547.13110995709, -190628.11958451296, -262004.17737340616, -330098.152976399, -290712.4970585746, -352125.60607529816, -345185.5632477539, -441891.6287343912, -572715.4252611536, -605169.8840131582, -607952.412485547, -644316.5221898799, -793391.6788796824, -864077.6345795654, -1060018.7726007754, -1139016.1062138795, -1310048.0924449079, -1447566.4671330552, -1555030.4106298792, -1558915.080801656, -1648416.365294137, -1871197.2025712016, -2056974.6776201199, -2136403.450121841, -2186179.3458895115, -2347156.282922419, -2513049.0141486363, -2638275.126849742, -2699153.218475879, -2773673.4185010847, -2786357.9524779157, -2852392.723500492, -2915531.621076388, -2966319.3442749013, -3080387.220405227, -3214649.6061582863, -3308378.710326998, -3373223.589130635, -3499696.7312728823, -3563126.0064286604, -3642596.6116456315, -3878340.4312197547, -3992662.8307374795, -4063784.1574833803, -4189928.3966331226, -4274296.374745745, -4360928.594396746, -4454969.457498033, -4447707.287284236, -4473836.682143124, -4443075.591011645, -4463744.698169623, -4409940.924531441, -4476822.779181742, -4551449.32750987, -4640064.201776095, -4678045.9625244485, -4739336.204737432, -4921410.215725159, -5027175.595649134, -5109495.2396623865, -5129253.69491095, -5196778.640322266, -5295164.090151153, -5351524.785463684, -5412963.616124126, -5461840.401669076, -5447631.703201379, -5492385.738685511, -5609990.793436625, -5624838.903152635, -5568776.2925961055, -5622614.426510641, -5689983.756712979, -5791969.343751017, -5918551.811888057, -5990952.4334734585, -6023686.615483855, -6112639.082432031, -6212497.40353663, -6264682.227767127, -6255402.112978717, -6372794.421512782, -6480303.021999135, -6639695.365940101, -6718455.91505112, -6787323.9716022285, -6893530.531985302, -6934485.47219575, -6944174.619899658, -6976206.025242651, -7021839.982177339, -7096415.443339846, -7206069.149309229, -7224849.3069796255, -7232944.58496056, -7201503.280038346, -7188595.989719492], "type": "scatter", "x": [-8524201.004206384, -8468264.408635112, -8372015.61371016, -8324810.6795835085, -8316661.0885688495, -8277478.426077904, -8204136.199309549, -8135331.272970312, -8121669.612260679, -8038846.083691273, -7941391.571026483, -7893733.374739768, -7829343.604110055, -7792645.161683556, -7770814.759124146, -7799962.320717573, -7808630.000338947, -7875023.636389823, -7850013.851959367, -7862768.775762136, -7922969.606549193, -7896997.111030239, -7848585.927422606, -7810158.035350217, -7836856.516201594, -7826085.272383593, -7681696.490724755, -7685883.071216981, -7640442.552202841, -7617817.089248457, -7542027.622092619, -7483268.256631647, -7485735.787841506, -7387987.846589656, -7269446.505089759, -7215357.335150934, -7133979.386388829, -7067051.501572955, -7061181.51694041, -6924850.182292261, -6793741.783711513, -6891727.446493603, -6862420.9549645, -6776069.748738863, -6700651.329930789, -6694735.729037571, -6637099.499672705, -6597149.538318297, -6529539.2662461335, -6469005.088739338, -6471487.417496731, -6430094.903690477, -6375663.738846288, -6335161.618569449, -6204206.778326809, -6190773.982383428, -6100633.825738339, -5983762.842449321, -5946999.388788346, -5867168.369024381, -5755307.504714556, -5739261.906913457, -5699721.757231431, -5676499.920658999, -5620331.016066188, -5561202.903377642, -5559401.803252969, -5643783.1826311825, -5609186.083155516, -5412383.201867073, -5407475.736007679, -5323649.288552312, -5183260.0577896945, -4997556.197661279, -4942066.383808293, -4958851.244033019, -4830356.418663606, -4612465.727042857, -4446438.730183866, -4279538.226662362, -4133370.4116662424, -4046616.4290014743, -3951543.602528188, -3909929.7981672017, -3865868.880780147, -3843983.0730451285, -3876783.2433200795, -3927722.69362944, -4070158.978123048, -4128197.9441555575, -4199037.494285623, -4226056.314227948, -4247242.835563687, -4213647.595675485, -4219763.00283852, -4220166.029765747, -4247141.288188722, -4241622.584688779, -4322805.20403117, -4318536.623778869, -4393367.4944830015, -4403754.757608629, -4516667.797656711, -4670044.579527647, -4731034.337051322, -4838291.710264437, -4935799.545850997, -4991309.894568446, -4981902.843911624, -4946930.8386668535, -4931116.496193525, -4936412.927276041, -4985332.040968153, -5025377.3650573585, -5077050.439353028, -5121731.405544443, -5122437.386110652, -5157899.019520472, -5168100.62085216, -5244505.630582828, -5322205.754919019, -5366177.145871335, -5472951.769403078, -5533261.277540041, -5618231.412655982, -5596730.734536262, -5435506.843093155, -5410475.343145074, -5330679.991210765, -5308267.287363183, -5319370.416337846, -5415108.692673767, -5572969.806645995, -5672480.358425999, -5615370.888931508, -5582058.569474171, -5532375.125042675, -5556954.548317331, -5630177.342378966, -5734102.66421707, -5746076.309342464, -5661108.552860209, -5585334.311793802, -5565365.193286564, -5503551.309205313, -5552537.264647648, -5566823.04221933, -5498427.884204266, -5472825.427653117, -5542424.273577555, -5556670.443404376, -5512764.292737333, -5379554.110141911, -5294622.603408963, -5240897.995198344, -5271222.653951682, -5206063.704525491, -5227478.632939313, -5208030.2882212605, -5085625.753588787, -4987527.479511744, -5018157.307590134, -5072606.5247153565, -5076266.918291481, -5091757.36408331, -5002098.006174908, -5023392.734132616, -5121635.076443971, -5261800.541586005, -5394708.005737619]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1033", "yaxis": "y8", "legendgroup": "y1033", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1111234.2063803845, 1025769.9539425405, 895142.051910948, 856682.0888967186, 715056.8118498708, 627328.2102170241, 588873.7466568715, 510452.72127958195, 415625.73722175736, 407150.41511385154, 351852.98369068815, 274020.48227324424, 263295.2446011076, 214703.40278748362, 153817.7587741404, 120876.62031132623, 56646.170765137584, -44759.93504152686, -143292.83387185854, -167686.7602990398, -311071.580334886, -356376.5709994388, -423405.66430275724, -348939.83504399494, -416672.83358184807, -536466.5213092387, -640742.129885167, -754014.9580951051, -901284.5316877567, -974809.5777090363, -1031845.8267011733, -1126122.269968588, -1237267.8948807537, -1303064.9863705218, -1596512.9950745364, -1861238.656558952, -2043583.4553544638, -2089559.6442044273, -2204856.2540592323, -2281192.8121709735, -2405791.383267995, -2510624.4272251036, -2567200.0203219294, -2628056.7312924187, -2821400.978532935, -3048209.883686352, -3365972.253988085, -3660795.1816996136, -3930728.7937754076, -4114434.8424798963, -4278040.2732968675, -4398762.9702673415, -4592081.556822141, -4804354.632522203, -5039625.050511272, -5273308.710915887, -5293252.1138895955, -5436440.15061281, -5551072.326567924, -5656153.673933964, -5904165.813455476, -6095342.804921716, -6087435.324399495, -5919743.46536656, -5926688.521604663, -6203043.326623801, -6204614.274463401, -6421168.859078484, -6567317.812767318, -6539111.002583178, -6674684.840669099, -6805773.991214516, -6997693.7876623375, -7052480.240774747, -7130565.169020163, -7188595.989719492], "type": "scatter", "x": [-8608835.628633961, -8572860.04976067, -8567687.384978857, -8594848.529034663, -8580717.674980925, -8607500.802514534, -8568792.268486973, -8615617.249371545, -8666800.96138425, -8722353.712707326, -8750523.358784594, -8747995.959559504, -8789810.080378218, -8775853.719192138, -8853490.680275066, -8914922.904498981, -8907726.896691596, -8949912.67970966, -8969482.499228593, -9008099.453128384, -8985900.114279358, -9006990.952900108, -8937731.615343863, -8898038.201143844, -8871401.338207025, -8924982.295542078, -9007589.994921906, -9034366.04323372, -8968323.852724401, -8997448.643050123, -8912512.099206036, -8816015.092991738, -8767974.799450831, -8714221.920725409, -8566976.04982975, -8412056.99611667, -8282804.1558116665, -8291464.240244341, -8220926.556031929, -8118676.835582994, -7891990.086983522, -7648602.204461183, -7624884.181483347, -7499433.837220992, -7424674.034274683, -7350635.0764580155, -7282442.26521197, -7211956.709577074, -7125980.019466131, -7111644.88109151, -7026767.856990885, -7003081.457054047, -6885961.96973462, -6822859.252738752, -6768262.492806547, -6697580.588137872, -6729592.36240106, -6633536.084332515, -6531394.150014837, -6510612.577382465, -6376825.234471856, -6271020.979610916, -6212694.631668841, -6301544.694807957, -6228321.485753814, -6079840.363182585, -6191055.95271666, -6055894.252015326, -6031550.646845009, -5902738.912684085, -5893629.809772602, -5820782.906360478, -5631564.160959912, -5530071.92396034, -5482380.593305635, -5394708.005737619]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1034", "yaxis": "y8", "legendgroup": "y1034", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-7240847.46392614, -7230517.870993032, -7248345.203367465, -7236449.494138467, -7166314.244407138, -7078041.349500924, -6997318.753273499, -6984290.843626421, -7022134.356705629, -7087425.5006987965, -7107711.644117909, -7087126.871976094, -7157288.6494319355, -7195439.209076669, -7174628.470452013, -7230456.379639353, -7294673.85647675, -7308894.339935411, -7321645.97535873, -7315820.385163534, -7339437.291169345, -7327053.223698588, -7308553.566643716, -7240847.46392614], "type": "scatter", "x": [-5315020.907428201, -5246000.770414142, -5094682.560874502, -4981941.222818252, -5001719.352501377, -5054771.200558506, -5042722.361180537, -4988189.287190224, -4918559.12917797, -4813282.457029475, -4676867.759446912, -4570071.041978067, -4546725.295910364, -4596129.563306384, -4661195.854376298, -4638530.5435079895, -4653993.571278761, -4684425.93698045, -4725507.619036863, -4797463.538136382, -4870188.927238165, -4999762.503557461, -5114801.231011291, -5315020.907428201]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1035", "yaxis": "y8", "legendgroup": "y1035", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9195653.346917668, 9233267.933305286, 9251200.575474057, 9229793.308765065, 9257403.492228737, 9282495.484071523, 9281161.62308995, 9263523.583575992, 9236033.678227985, 9218717.482492754, 9202585.845130805, 9173966.507294634, 9182747.447353413, 9217270.752074422, 9195653.346917668], "type": "scatter", "x": [1078987.0958057418, 1097789.7236907873, 1125402.9107190412, 1159902.2417742447, 1143452.2185034046, 1141624.0223532123, 1194459.1264582847, 1205571.0920025713, 1195747.8580745347, 1187039.9312374913, 1202936.0118176667, 1197735.8165433467, 1149450.985581279, 1126601.5463352846, 1078987.0958057418]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1036", "yaxis": "y8", "legendgroup": "y1036", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8695650.53236205, 8820893.628209509, 8856258.445030183, 8944140.490284763, 9060453.419963801, 9139968.205638204, 9202124.948286751, 9250502.97899964, 9236158.894157026, 9199413.968323138, 9087881.981919007, 8986992.374919444, 8843143.284102757, 8726132.136336636, 8605848.182681607, 8532682.434671288, 8498141.242733473, 8476553.426655013, 8417502.806123398, 8454491.469531147, 8443499.779581007, 8492631.728139762, 8533148.140603967, 8584161.442523383, 8701980.83162528, 8695650.53236205], "type": "scatter", "x": [2046141.398338665, 2016411.992605921, 1955561.5549889058, 1951188.8653126415, 1949638.3006069083, 1997503.9088798824, 1980990.197192935, 1999386.5171760132, 2068748.524963612, 2100365.7304667346, 2095552.0199752473, 2087621.5028139371, 2126179.321452324, 2199703.980879187, 2260969.9561056867, 2360702.8169162795, 2518617.242208504, 2507913.4751763516, 2376821.0060680485, 2319974.042443848, 2226880.6078135474, 2165530.2759798015, 2178289.2198549896, 2118755.245826058, 2088113.855010057, 2046141.398338665]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1037", "yaxis": "y8", "legendgroup": "y1037", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8987798.518941492, 8920972.01821644, 8889525.32306743, 8890465.317108689, 8919271.411612833, 8913997.144690003, 8958824.960608212, 9003559.18714779, 8985392.837781385, 9022961.374217207, 9011573.029575769, 8987798.518941492], "type": "scatter", "x": [728283.9591123706, 724589.6751888181, 653400.4922693301, 564263.0843482154, 546125.6088780576, 506975.1928148235, 458103.1616417345, 523164.64103364793, 571940.8609655419, 580476.8350293711, 657092.7533034735, 728283.9591123706]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1038", "yaxis": "y8", "legendgroup": "y1038", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8736009.067220926, 8676468.498986483, 8690048.110384287, 8722219.847437518, 8752985.72927396, 8787531.513296308, 8749959.150031244, 8736009.067220926], "type": "scatter", "x": [789749.4131436675, 742335.6301696727, 674729.8130167859, 683645.126693906, 649365.6410070829, 700999.199254654, 733201.1758821635, 789749.4131436675]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1039", "yaxis": "y8", "legendgroup": "y1039", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8879134.49199129, 8918065.465587277, 8928006.960136127, 8895826.693170514, 8832959.084355855, 8776141.106658053, 8693135.44855293, 8667852.402553769, 8574793.604138155, 8564292.760674482, 8621474.176687384, 8664448.293836007, 8690104.831847593, 8776491.072637748, 8860805.614572018, 8908739.739238672, 8872171.251998072, 8879134.49199129], "type": "scatter", "x": [424363.61414858454, 421886.38171607506, 459539.4089067986, 508351.28727350925, 635734.2517934814, 581325.7288866037, 596718.7422142454, 576728.7784905658, 594139.6079495825, 554457.5110366456, 461203.14424206974, 479052.5894328563, 421785.0887186137, 337488.273945847, 294531.2617338599, 359034.673565932, 385485.1531784857, 424363.61414858454]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1040", "yaxis": "y8", "legendgroup": "y1040", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1111234.2063803845, 1158968.5280752992, 1244333.6905154309, 1282525.216346552, 1296039.4965047017, 1349145.733875171, 1398337.0783752277, 1394146.1386966875, 1342682.5418500789, 1308550.0384335476, 1305786.3227191106, 1274381.9638674217, 1183892.6158452616, 1166936.6532435175, 1145289.6734876018, 1142338.9923631959, 1238491.2014354274, 1213191.189995357, 1226354.1503368062, 1292592.0240220076, 1308332.5337589725, 1330321.8763599312, 1333004.767859407, 1335703.3719399264, 1301315.1904365197, 1327065.6063714572, 1370023.2137549808, 1406713.551763187, 1433098.6299898322, 1469252.985488331, 1512030.506354584, 1549897.5191183405, 1576148.5328940116, 1624787.8951765897, 1658246.55847303, 1609792.8733552408, 1574030.1813912368, 1623148.803258622, 1644731.4401600598, 1680168.0145526647, 1730064.7253228254, 1779326.1991976346, 1793464.8166870829, 1807647.4863602668, 1835025.2699342724, 1893290.5367355659, 1968946.9090311092, 2029056.931849681, 2090001.5780072312, 2176025.624143388, 2199112.6673817905, 2170408.268666205, 2180372.1003231998, 2236095.9612081912, 2246862.254480958, 2257659.195652924, 2221188.100080573, 2237360.8330778372, 2262044.1957072793, 2305569.8846403705, 2329969.770345798, 2373573.1287560333, 2416648.8256654446, 2436433.034548516, 2483005.467409254, 2569328.4177233605, 2790077.454762002, 2863233.6164972265, 2936114.0094575128, 2942402.348224516, 2903171.4135148474, 2902922.0447741174, 2975355.25737459, 3037202.7094568023, 3156537.8265652275, 3211940.7858446194, 3344848.866392792, 3470458.9588026917, 3531850.6258156826, 3568607.286005597, 3676729.7441430152, 3783947.9852926983, 3947172.804957497, 4094752.2432321827, 4201091.848696495, 4201114.9381091725, 4261020.934536001, 4297148.015763844, 4362000.256618465, 4465833.077610153, 4545688.652665972, 4660074.876045551, 4900145.022331976, 5111202.975002975, 5259752.759779696, 5395607.277954386, 5453927.721974042, 5556164.741067118, 5636252.119944643, 5769162.582793239, 5914506.539443533, 5971274.49413657, 6112346.6658967035, 6237524.438937799, 6296625.949465687, 6474493.262268562, 6637832.619869447, 6702484.669467779, 6833440.908952753, 6855680.660369147, 6953873.620052091, 6899094.575871336, 6801378.017276966, 6661373.530683421, 6558102.202109793, 6370853.092400233, 6314512.388135717, 6288789.263854655, 6215644.390765097, 6203320.149531027, 6069368.9884876665, 5997999.701564587, 5915733.046024626, 5772029.451373029, 5573128.760854304, 5468450.824206354, 5359383.371261248, 5255099.143956687, 5214258.07308038, 5099537.0305764, 4989319.286541077, 4956670.670132982, 4914414.628378812, 4927390.896752406, 5063110.518800601, 5219327.332637748, 5365171.885003706, 5452508.094410261, 5589771.757031474, 5704046.608761386, 5800124.632970966, 5939638.117332475, 5926313.364230649, 5996146.514536101, 6093420.000789375, 6252681.949687193, 6260376.078800179, 6214199.917403329, 6251289.7945649605, 6330531.800733, 6526954.352990415, 6629289.456215419, 6774328.714119801, 6924178.031553155, 7106384.153214125, 7298197.6638724115, 7399800.844674907, 7557986.689697342, 7623882.859359132, 7681408.511210352, 7746131.9733885145, 7826159.612089862, 7938107.955931626, 7990616.459251401, 8089842.267658698, 8347367.364323776, 8641454.26274582, 8670540.731758295, 8764910.610698095, 8964292.62529114, 9086843.501332864, 9214885.828705821, 9293394.110313365, 9399181.772415698, 9520775.047519227, 9582952.538975699, 9665724.759616187, 9744517.93479854, 9889160.112987647, 9995455.098679306, 10062675.64522691, 10067131.18247705, 9900866.174280763, 9765553.744173944, 9766242.009360878, 9854654.138542337, 9955846.76047252, 9968466.892412983, 10223800.882488173, 10320381.400056643, 10514811.142988125, 10618555.05208268, 10639680.08532209, 10774900.67365564, 10827354.672099011, 10960070.130342653, 10980167.155822815, 11037896.425912209, 11119238.202081129, 11163119.304864023, 11277886.744760022, 11329051.787768712, 11399933.633778673, 11516167.553314995, 11600185.775870312, 11733373.446029985, 11794180.371373517, 11900368.27361584, 11991532.499586767, 12097953.324976621, 12151090.783702794, 12225392.141835434, 12244944.215532316, 12281217.73024327, 12360542.846349748, 12430137.667153733, 12507367.384631667, 12483101.041283287, 12402203.580975058, 12326815.405177424, 12327738.050407773, 12428511.838651646, 12505185.093109353, 12628410.722696273, 12616149.445809005, 12714352.102958133, 12803669.544666715, 12882021.448590584, 12925508.49879327, 13052368.089539045, 13103508.712382333, 13202838.760184217, 13236800.024597146, 13310531.946927095, 13393194.347774224, 13465147.448661279, 13577914.957030667, 13570984.90283583, 13476369.59633065, 13400495.64872075, 13300302.14407382, 13224594.179025136, 13166378.847172413, 13045615.784251202, 13018789.167482106, 12952728.716113234, 12889662.929291574, 12820747.601662483, 12902619.109048972, 12906235.102142548, 12961043.743613148, 12953850.50263619, 12995167.423129782, 12972967.62847331, 13051684.223733902, 13079165.822853327, 13032095.425485393, 12992975.180996515, 12988307.318195779, 13055846.20123587, 13043239.049784897, 13043891.255389553, 12990051.149919314, 12972577.469708478, 12905285.51031053, 12827467.050268024, 12767799.030340545, 12736795.13053187, 12730430.564892268, 12660285.785402546, 12644350.633318748, 12591130.34323043, 12556699.689584738, 12558361.341915313, 12500293.899334902, 12520446.537665231, 12572490.710566904, 12602067.423837407, 12604054.548125815, 12653129.27603588, 12665637.9217674, 12634715.643395733, 12601530.018181968, 12530586.490270603, 12432838.983047908, 12413373.866305027, 12465016.24805883, 12405825.980789406, 12369260.054104025, 12362593.790103521, 12329474.093814503, 12306714.92445366, 12300153.323750954, 12236707.679512443, 12200575.927020691, 12130450.389497153, 12077975.042482471, 12011370.840614768, 11980487.615431948, 11898363.258666063, 11883994.926402915, 11800868.227587506, 11782959.808921287, 11802680.297907077, 11774949.459913187, 11734387.015450336, 11754269.231517635, 11723366.738610052, 11685522.069061212, 11642269.759335449, 11585052.566543883, 11566907.527837701, 11511086.928818893, 11473880.490118628, 11441131.227265857, 11381653.536219263, 11339502.49709006, 11300177.518277338, 11248966.260506453, 11189098.801346382, 11132540.108908026, 11059207.049434794, 10987095.537211373, 10968268.198029581, 10932973.563064259, 10914638.330043266, 10889122.952660212, 10832351.874879481, 10769543.493077278, 10770363.2835133, 10716835.652407965, 10699505.575180251, 10648764.711097835, 10583095.539890802, 10478529.404079784, 10415711.775971327, 10373433.281379843, 10303942.05068557, 10358111.848983021, 10269466.320221147, 10148084.45885925, 10114647.275732607, 10046038.76755534, 10014429.18420429, 10074360.659688912, 10057050.828905644, 10005907.718183544, 9975099.961709106, 9931674.08500477, 9866306.829516442, 9821123.036241608, 9723576.438921556, 9664445.038725404, 9601143.01722312, 9638426.513328005, 9610973.7433205, 9529592.516528072, 9475830.31163803, 9495518.201770822, 9461279.359763304, 9500925.284004347, 9575599.779567309, 9640468.334110392, 9690134.651435995, 9681908.429779613, 9629120.724329116, 9572145.215565952, 9462831.376428556, 9467315.918113653, 9386594.775476156, 9323388.565231783, 9322831.38129463, 9236903.945200456, 9198140.429650556, 9113775.802215818, 9125350.939916292, 9159068.896099074, 9231770.999674402, 9177844.407016657, 9117454.377119167, 9036207.324642655, 8997188.216922518, 8982955.415608892, 8916946.857450034, 8883510.267674984, 8901233.529088719, 8942556.63381239, 9005544.434487471, 8979360.183669418, 8953760.617519952, 8931995.965819815, 8928393.627162473, 8985556.479037821, 8988149.833033318, 8940577.105859136, 8984403.29784965, 8979059.543740084, 8942938.075717645, 8898489.883302085, 8803913.136011552, 8712732.75901148, 8605832.636838073, 8511563.849358406, 8457113.233086096, 8321247.289344026, 8234131.189424717, 8151780.853043174, 8062392.876858049, 7968021.238873093, 7883377.96139065, 7822628.550648394, 7739156.365679658, 7616982.667639476, 7460795.613400252, 7286286.107190026, 7288016.473958943, 7378329.660031274, 7573590.3160171695, 7661139.648011203, 7640739.290959064, 7666538.42457673, 7716410.458209134, 7789041.550777856, 7903683.876392462, 8029256.864917494, 8084116.709808764, 8189106.570400099, 8349085.777347023, 8343487.452912124, 8253003.985048801, 8205455.312803713, 8200023.209500458, 8133872.768072967, 8033354.478205112, 7984301.6320696995, 7913990.641961776, 7830520.420822235, 7689529.009346389, 7641180.809480641, 7554426.486744478, 7563188.147051288, 7646437.050707146, 7673122.765323608, 7555382.316172015, 7379326.438022656, 7215840.764837824, 7160285.620161639, 7057310.640892205, 6967063.317636639, 6891024.350524401, 6836973.46790388, 6731258.502488503, 6694212.339533388, 6640632.715580061, 6511946.4116018, 6489827.857788229, 6470531.74878738, 6478510.000256532, 6422684.121724235, 6456935.131527654, 6550855.231662506, 6602510.9382501375, 6630567.646963494, 6577450.480423784, 6572154.9201585185, 6470734.974158791, 6405114.749847181, 6392268.691889787, 6487517.229023763, 6509291.308017, 6468984.836582831, 6382084.718443433, 6335559.912514375, 6198003.737822932, 6097677.729715758, 5995614.249229594, 5960280.481412474, 6061893.448301094, 5974351.627161751, 5911994.858003652, 5871932.391900004, 5870575.558019582, 5854177.698228519, 5804102.103776732, 5838628.454849129, 5942455.692322104, 5983306.704493735, 6033388.125852254, 6057350.0202126205, 6011812.281868861, 5990890.9595491635, 5985894.677745918, 5988524.417418605, 5935290.081263224, 5913876.793554282, 5848609.932464217, 5770503.440251585, 5752166.974573785, 5801353.090248241, 5762803.872557702, 5730200.896770242, 5734700.404856673, 5754937.582941087, 5760616.279173914, 5771091.842537864, 5787200.140850551, 5783092.103667108, 5750120.790938853, 5715050.25028283, 5730727.68640341, 5755358.444058432, 5769765.77744901, 5746549.150533808, 5729127.307718222, 5645913.334920679, 5575494.290341398, 5611590.192324034, 5627029.326947318, 5672394.4862596, 5594542.140238327, 5561668.4151689205, 5512072.12061909, 5474121.580310831, 5391703.488070477, 5400527.490843746, 5477506.302142164, 5547851.915274251, 5660656.867097414, 5612349.952913896, 5520907.673088219, 5568261.335368721, 5498150.874825872, 5371292.524040911, 5350827.391809959, 5301044.965907497, 5162771.619042372, 5087906.889176362, 5088128.937297614, 5034295.958201761, 5045336.642065091, 5015170.621215755, 4974652.293829119, 4928748.081693037, 4884969.182313987, 4820534.590551088, 4725872.427727291, 4619685.480858488, 4484033.463797432, 4365386.277950631, 4302866.276155415, 4117845.0858139084, 4020939.6509140567, 3965701.7009800947, 3884805.6759968977, 3876437.505274338, 3911251.43886095, 3981520.099911937, 4028968.8329882133, 4175177.6095448257, 4305375.15271589, 4368651.377191225, 4457748.135824535, 4549020.306768759, 4702560.940898043, 4741234.305890129, 4717737.585515898, 4732761.963001577, 4822422.678901584, 4886619.484450007, 4919332.792969332, 4977005.743810247, 5002847.660160975, 4999243.029133745, 4950591.873641683, 4890122.627344073, 4850232.384446663, 4839236.475799336, 4879150.476117287, 4868131.621292234, 4907827.161779387, 5025630.220738063, 5050485.182640881, 5123712.729070599, 5145459.873065263, 5153778.046674116, 5085711.323064101, 5070808.370719825, 5023564.560037781, 4962795.271220857, 4849959.128906397, 4767907.812404531, 4701443.772969401, 4574955.749094503, 4462345.422277298, 4237087.683230116, 4157536.8717914275, 4054728.658705516, 3955561.1128482157, 3811415.6395933367, 3652586.841684714, 3543159.7916702935, 3441206.4789466965, 3353476.536427593, 3265427.90680613, 3281056.8141476195, 3270414.474184798, 3273819.747454583, 3280134.392328071, 3325454.468310874, 3413310.109644808, 3548310.2572739795, 3589613.38710129, 3606753.8166270517, 3604910.801153745, 3567205.735108515, 3559011.6627941206, 3517052.3560609464, 3441995.4031043816, 3365723.261487107, 3276138.666301971, 3242056.5906290794, 3177387.3245071704, 3059177.4437043983, 3108923.2795951506, 3112939.8487598724, 3088934.548611832, 3082141.0569702173, 3038405.788226259, 2972873.901724843, 2944900.401116239, 2889510.7476671133, 2871940.502253916, 2792395.0302964547, 2754394.540514352, 2754377.14185962, 2702718.197935607, 2663490.5365637043, 2685709.334067491, 2654150.756304263, 2647073.8654477154, 2669909.826453455, 2664326.072253327, 2648417.8042144063, 2652286.7804979137, 2624938.798700639, 2616792.559975275, 2626122.3639784907, 2641066.8438607478, 2624273.1848032596, 2607077.131272641, 2604013.4401203413, 2612726.6101667215, 2578854.602623578, 2571311.21274124, 2533964.1213540677, 2491313.1033574645, 2458310.5164807537, 2408672.451354438, 2395533.5641195728, 2361437.3387614503, 2301255.601952199, 2252408.7803102196, 2190816.163377553, 2121349.1141291666, 2079160.364700176, 2006851.1638631255, 1994175.2558053208, 1927539.0491661876, 1883929.8792044157, 1846690.4109737643, 1802419.971847215, 1773309.716190817, 1747481.621300225, 1681790.933577217, 1611047.645770827, 1535648.4796293867], "type": "scatter", "x": [-8608835.628633961, -8640514.102220938, -8654140.987902516, -8621908.439511234, -8648319.874410996, -8662068.695743592, -8710663.609026395, -8759840.292667953, -8789380.96011147, -8838767.518426565, -8863369.427640352, -8878308.301931135, -8836392.76506304, -8868719.55197881, -8887274.805026673, -8939329.80530973, -8947144.022802295, -8964712.67994485, -8999766.630445614, -9013845.63052452, -9057379.147859052, -9083311.80226398, -9106802.228437072, -9130293.497977689, -9138278.940756084, -9147645.188757261, -9202146.617116688, -9219590.736335779, -9203016.733637907, -9201769.417371605, -9226155.61447513, -9264043.132070208, -9298161.363796012, -9297592.480662415, -9321189.005250296, -9322057.178230336, -9349999.014248835, -9367463.279511, -9399611.804334346, -9408834.146938885, -9399566.168775493, -9376073.715484329, -9389203.941334324, -9402305.201352613, -9371761.630828524, -9399162.028421888, -9436221.483201535, -9448425.854877671, -9482453.153546777, -9519358.040428462, -9501832.425560802, -9489910.282777095, -9479268.350091381, -9485847.613963265, -9500252.071812559, -9514637.998567889, -9535370.11380047, -9596086.392919293, -9630422.102226807, -9666211.475612234, -9722237.526500868, -9743197.915248405, -9789695.340711977, -9854236.729991164, -9893377.464597156, -9930809.471014999, -9995691.93560489, -10031756.282836663, -10100989.249101387, -10161559.225239862, -10263430.880452788, -10319966.526711725, -10376962.381637668, -10441686.553158622, -10508155.824020572, -10574094.290291533, -10656154.98595716, -10705825.433513356, -10711827.14909042, -10761494.573080836, -10836381.643452138, -10841634.941533318, -10897499.759677332, -10891890.24233095, -10872242.68781219, -10833949.475513885, -10818636.031296838, -10775642.825334296, -10744857.669394786, -10734185.867608108, -10705571.656561445, -10686971.142602162, -10663337.237651674, -10663824.367332483, -10634986.10019065, -10655112.974845057, -10641230.495621547, -10559184.61606963, -10568859.597455908, -10552657.230310297, -10484412.969099242, -10510305.685384901, -10481270.824726112, -10447495.356627638, -10408843.054828625, -10339237.805884665, -10253283.195826199, -10198365.757197637, -10180093.840114608, -10203660.252043406, -10192033.124329112, -10259943.78499005, -10321630.388282921, -10424510.513391627, -10463831.798813652, -10515957.839037733, -10537907.166122444, -10538258.674372869, -10575889.87775074, -10562985.219487296, -10634486.340746181, -10647377.535625638, -10678079.267285626, -10698365.394088676, -10786645.672498755, -10816175.80168405, -10849131.14382273, -10904119.409024615, -10870701.552437944, -10888713.955057006, -10907149.608639034, -10927778.007540626, -10999901.930821283, -11013740.853211774, -10970706.215022903, -10959728.849791484, -10960038.70618004, -10968634.646414116, -10879908.466797315, -10825357.854199056, -10820256.383041551, -10810379.626869822, -10835547.132154193, -10818694.878851872, -10826821.3508139, -10785873.229964014, -10771214.94449171, -10753669.929970859, -10680733.864985324, -10617520.086974218, -10563804.806306256, -10557141.288217923, -10486462.949588837, -10408340.847598676, -10309445.828591311, -10187787.78351135, -10113999.073414346, -10046621.237470051, -10043984.615205042, -10000533.39930432, -10011009.780232185, -9976964.327675536, -9987635.521410856, -9966794.874665014, -9874519.734145762, -9717578.499688223, -9476788.596348789, -9433457.400886161, -9376579.735806921, -9223605.987472558, -9067978.12608525, -8962547.444843762, -8801954.899164718, -8634649.40539592, -8482299.163186459, -8300370.977390262, -8123171.512292881, -7945977.149023816, -7678958.723650545, -7504444.301812369, -7406879.462010247, -7370425.721827204, -7461755.331734471, -7653066.606970996, -7604351.826592124, -7442741.906177807, -7277763.516817205, -7275214.47894394, -7044233.563247479, -6940910.328054485, -6806102.639890667, -6609353.310726697, -6490805.996794432, -6358534.764163589, -6189706.056325847, -5993987.174482601, -5890189.3764966, -5790795.494033775, -5686288.859630923, -5500227.239434759, -5276696.962547971, -5065257.930843261, -5000654.766089451, -4904195.5218716515, -4777762.341414233, -4450667.669585451, -4351128.467885047, -4163359.0562980343, -4075228.320042425, -3842736.4214300658, -3675822.447528237, -3617747.6754922387, -3748436.720783955, -3710720.006790501, -3640560.8909696904, -3612282.0540655595, -3538682.901341928, -3434081.085937782, -3327512.9154528948, -3376651.0160713815, -3314042.0243136655, -3282282.781135887, -3316712.9109297115, -3277565.199039048, -3425023.42207962, -3432827.768688131, -3375954.2184927166, -3305383.4815856107, -3339740.5914447387, -3221538.1296791276, -3246420.585700431, -3151091.5664165085, -3048343.957323387, -2955918.582877792, -2854531.856187188, -2773419.508485038, -2546642.9712423244, -2504235.539747437, -2617457.614045958, -2724582.4171088133, -2809251.7071367125, -2964180.5581996343, -2976844.333043975, -3075167.5843013325, -3075950.330921556, -3117696.2342173336, -3035098.694462049, -3013297.8137775506, -2922237.571757449, -2862512.950928454, -2845606.630776561, -2704851.3426570767, -2716807.250648875, -2611894.5801911834, -2538392.132388347, -2462682.1648484594, -2385958.85448558, -2367272.721187754, -2252686.849635395, -2116766.159419765, -1969633.6569650387, -1865604.6013219408, -1814925.7400058887, -1689090.675397054, -1685313.5786943045, -1727502.1691129117, -1720891.145853999, -1798683.770687747, -1884522.9399560685, -1920103.5471802282, -2001030.6496798084, -2043936.5915031834, -1979076.9746802726, -1907842.0626689766, -1938444.1112090664, -1882707.8794521447, -1803762.1759943203, -1795187.5155286456, -1698817.9654925636, -1570191.5058923564, -1406486.2177263992, -1335897.9015239063, -1174367.2182414513, -1278274.8855644877, -1442585.0884185003, -1514600.6360057483, -1544649.7737695847, -1727941.1284773874, -1601144.7771801031, -1463845.832322005, -1363920.713452223, -1252505.8465168173, -1118299.6381856927, -1127971.303387181, -1263790.2572637366, -1323658.224264765, -1301786.6071825956, -1334652.13136952, -1391535.5857163244, -1476565.529703769, -1542184.8748788827, -1584582.957058248, -1698412.0733574189, -1792401.031976523, -1797401.8186637543, -1904745.1185359797, -1928802.259618382, -2039942.4948504132, -2086124.4674544528, -2246705.6742789797, -2364925.595219631, -2424620.968220517, -2470222.3449913915, -2591744.089260799, -2666830.2738763937, -2793974.8770242427, -2944554.7105830344, -3006670.2239677743, -2975493.1805642955, -2973374.444109509, -3052419.5089478497, -3032905.363944954, -3046454.4860055717, -3141236.5404257844, -3124427.059569003, -3049086.9351023175, -3088751.3667403017, -3296993.4372561774, -3212582.230803483, -3351982.0223231586, -3354124.8179655704, -3310845.6016721916, -3349639.2903103293, -3458983.6019435385, -3570883.6003158535, -3625059.1265814803, -3628208.532326555, -3739354.535982055, -3811077.1449505305, -3874396.015298259, -3880320.843817373, -3855189.537479775, -3970859.5192969334, -3884872.4225889016, -3802807.0469018505, -3744600.372800409, -3741973.7806342924, -3726779.774066158, -3771533.9071104615, -3869544.4295204245, -3854940.698894856, -3930355.437099458, -3895807.7675087354, -3891095.7195269046, -3784419.549101367, -3748467.544343521, -3794190.4130369993, -3954840.114020094, -3813494.65469797, -3809760.3184124096, -3635697.032524851, -3540911.8382645305, -3480440.7418237505, -3289648.3014976247, -3157751.938403596, -3176287.753849311, -3243019.9448912786, -3418552.277482093, -3510472.215636093, -3521517.8163512796, -3689405.596016968, -3542111.489672055, -3627330.725666705, -3751131.1499719066, -3840444.0579073764, -3706635.5477227666, -3557251.976656447, -3383105.568685045, -3369837.6440317966, -3364263.780206966, -3412005.769475191, -3485554.7708984734, -3582759.2615974755, -3646416.8650094187, -3721840.6975779445, -3874424.600842796, -3930783.9028117093, -3907875.3810840636, -3991872.227177081, -4143560.0655293604, -4217694.952389267, -4348903.892420807, -4390916.412717218, -4474290.485500287, -4578050.583819741, -4622887.4890307505, -4777392.923837531, -4979930.248434764, -5114080.423137687, -5299469.300447673, -5288911.745969539, -5420908.620805544, -5522523.730348071, -5449905.49962322, -5452305.270980159, -5471587.779809943, -5511835.674930529, -5501478.338754098, -5515749.795739778, -5453326.860844499, -5418110.199098718, -5537037.931717327, -5649922.5596915325, -5752712.619440586, -5788547.232400338, -5708859.45980596, -5559379.458948687, -5396705.691944627, -5366215.725670781, -5231597.809139653, -5091623.2830124535, -4980474.098126004, -4902434.063937266, -4827164.602272006, -4782956.058081267, -4598823.367172261, -4498004.058513421, -4302155.937594874, -4246130.093433811, -4218962.92734626, -4192184.460449842, -4126235.2852903823, -4132184.5354095516, -4153153.4984349306, -4187432.7035738593, -4118129.0160960522, -4217856.191625112, -4347319.782377517, -4320108.680029469, -4348680.512999078, -4214589.898598037, -4047439.5054662684, -3964557.450245888, -4020172.0440250644, -4081924.499406561, -4137993.9014580986, -4221327.16501863, -4196182.6187888505, -4194028.8918850273, -4118494.9871786283, -4105658.754116492, -4151547.716166418, -4111843.9853641177, -4115993.8865445633, -4200363.378085698, -4279365.813701506, -4356218.762715348, -4497422.489424396, -4650887.105982368, -4780363.420481627, -4906660.342822529, -5005639.966284817, -5080022.778143354, -5201362.948886428, -5326861.823521872, -5546962.699505388, -5711331.355910837, -5638024.661502718, -5407600.055027722, -5190401.720700673, -5080483.721463621, -5062585.247736777, -5185990.958568828, -5255297.0737944925, -5294268.480412882, -5238892.848486064, -5104353.957280123, -4943268.4987360295, -4993673.17369185, -4972351.721095271, -5115061.0965536935, -5328579.3960110545, -5435316.382019364, -5576883.449993705, -5628999.776411922, -5563752.92410906, -5367555.399382078, -5488618.713144765, -5580326.7790082935, -5595041.39513757, -5714407.708188608, -5819519.122378823, -5922811.895231458, -6012980.393894634, -6044852.264188843, -6090651.179325087, -6109902.521535205, -6080161.937054665, -6058029.196087295, -6053464.609028649, -6083027.452966832, -6148307.710294098, -6183582.179456958, -6254331.043864727, -6292258.07505415, -6340760.759264936, -6428994.6037377585, -6300852.304896245, -6293971.590432483, -6426866.736872578, -6475795.061040208, -6462972.821242201, -6510070.010642853, -6491473.976153635, -6569150.540318357, -6690713.75646776, -6674898.330182603, -6687595.963223928, -6691641.407941285, -6721410.951833195, -6716942.018827529, -6747277.040806309, -6804943.677643139, -6915720.09012291, -6919790.079507472, -6838866.331830279, -6847221.902669708, -6785218.552822312, -6837476.994394791, -6874758.010541169, -6913398.195011353, -6886471.239191899, -6961901.7957173465, -6944340.353281933, -6963868.421578167, -7031535.26388456, -7142297.861916739, -7252102.079205917, -7353168.136158765, -7400250.04507584, -7471775.194067, -7510117.373976844, -7654118.695389997, -7739402.40837836, -7825870.907480814, -7893570.1640653, -7930003.628799731, -7962424.152080146, -7972028.373075319, -8001166.594076496, -8034521.457048341, -8080619.760095232, -8109154.649179297, -8170552.968611942, -8206738.964279523, -8246017.797257124, -8233377.699254424, -8254399.183755476, -8247118.96065244, -8237442.506866842, -8223582.214817869, -8157558.059143279, -8142376.193613696, -8147863.47070259, -8169945.0478697065, -8293152.857120469, -8304776.969927816, -8309418.1245178105, -8342795.307011748, -8449129.778974755, -8514497.95859606, -8584241.083958952, -8632286.264480773, -8640193.851802621, -8676227.227857335, -8674894.959941141, -8702179.101213094, -8721243.954193266, -8769215.66395161, -8827910.079583773, -8843926.376208464, -8927254.046683548, -8965783.132200545, -9022909.54438698, -9113035.134429228, -9256632.912121138, -9378276.541464703, -9467885.531676393, -9528873.67181222, -9593122.824648546, -9632144.753831975, -9646065.52439263, -9755911.713791827, -9832395.762189422, -9948723.351731787, -9996145.749024414, -10022513.11799746, -10030552.278568596, -10068417.597552039, -10057242.975935975, -10073010.31827164, -10066920.909532966, -9979438.249776551, -9963969.560248595, -9860409.278222159, -9778848.814109651, -9694036.570384253, -9621598.13270292, -9534793.062288845, -9476751.457959432, -9417404.020772548, -9382340.356696127, -9300298.470903592, -9183415.641410805, -9099595.736435058, -9035449.850770008, -9024734.690194428, -9056361.497504452, -9143590.902836554, -9201547.04503659, -9192846.218654878, -9231412.328433232, -9298080.082980908, -9310095.78258519, -9332045.515025206, -9339474.090362761, -9320618.668093532, -9336545.10459971, -9375211.603107007, -9374162.512849284, -9402721.941243814, -9400996.899580278, -9437401.650413616, -9470222.786045536, -9490314.035078483, -9527029.778044153, -9501705.953148814, -9485941.63714544, -9458182.096523881, -9452477.0592649, -9421790.07059601, -9391536.508504087, -9385616.013623182, -9367311.806662481, -9323190.58509525, -9274072.984348936, -9235825.608495088, -9218730.493125342, -9187953.074781988, -9166058.781454325, -9137870.962708412, -9113480.957115017, -9071926.812572667, -9056336.947222667, -9032342.170412602, -9011341.49499956, -8979447.472212698, -8962689.686529938, -8975459.908555731, -8989420.514807062, -8992479.53892321, -9029400.412790406, -9055288.456678811, -9074165.172036132, -9077238.595800664, -9089480.291579694, -9109017.675402513, -9132680.445322597, -9133484.933051717, -9163255.345042618, -9166277.796766452, -9154521.225299584, -9151838.085353699, -9142382.268681481, -9111191.841361389, -9070990.608182298]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1041", "yaxis": "y8", "legendgroup": "y1041", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1535648.4796293867, 1473277.7721709993, 1439877.0454100706, 1427182.3751390981, 1438757.2183273812, 1396139.03246633, 1400932.1534044994, 1434818.0494504017, 1458015.5363939898, 1499710.9681129209, 1483001.7598934958, 1468331.259017592, 1455583.8373436981, 1423261.3637241353, 1373133.3181806395, 1326425.2344497135], "type": "scatter", "x": [-9070990.608182298, -9040536.209182236, -9047698.97659779, -9005190.339590734, -8993035.77719318, -8968555.972868323, -8913224.256975837, -8861159.683370935, -8790357.86449006, -8746299.765058218, -8687496.57764876, -8693792.322003743, -8633754.731335752, -8588990.27955447, -8559714.076155074, -8524201.004206384]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1042", "yaxis": "y8", "legendgroup": "y1042", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2849520.4289503642, 2870817.002285831, 2868999.2275801837, 2852780.0162008773, 2803772.4583234917, 2801640.667195215, 2748211.7041291227, 2739616.905157006, 2698757.402410422, 2684716.5807506745, 2624030.4800625, 2574702.9873782243, 2614316.5081424485, 2617577.230656357, 2630850.8524899804, 2608865.795579577, 2607928.557637699, 2645235.903120686, 2631758.7658906044, 2542816.0577711347, 2570634.143328453, 2612568.238629107, 2650712.0666072313, 2650840.228890692, 2674405.5125911254, 2657645.62200854, 2714640.138351465, 2759357.8971648444, 2718647.969620549, 2690624.8664233233, 2714633.745952708, 2786533.3622923563, 2840907.8152081696, 2877732.1833920954, 2911984.3321590982, 2891505.6984025873, 2849520.4289503642], "type": "scatter", "x": [-7585799.99613397, -7566054.300785348, -7543933.210077231, -7485955.020467072, -7435030.677117202, -7406851.407553419, -7401650.3061497435, -7344228.182077667, -7358647.0721818395, -7313749.646281295, -7275773.816920265, -7328854.053064756, -7370842.184093372, -7420217.283392743, -7452786.801762087, -7478180.979544768, -7520453.09291973, -7527447.278558715, -7567164.012844012, -7633781.110621878, -7654978.8635305185, -7649759.307679169, -7712588.696856308, -7764304.70107904, -7824957.40280942, -7880786.5896131955, -7924182.785109255, -7902173.9569844175, -7812444.761467833, -7737303.142011726, -7691371.030363341, -7721618.102237133, -7705447.685089022, -7763898.614811226, -7729263.5210275, -7668528.549288211, -7585799.99613397]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1043", "yaxis": "y8", "legendgroup": "y1043", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4264830.014680143, 4278986.529850184, 4188874.839302893, 4155092.1229133694, 4096405.173738306, 4134304.469576721, 4143678.569450276, 4193534.718528819, 4251463.812983219, 4247121.778554438, 4264830.014680143], "type": "scatter", "x": [1392185.5592216689, 1462307.786524882, 1439369.1318420595, 1457792.9710837256, 1444742.6945130453, 1366985.408534301, 1317283.7949831558, 1178908.242102751, 1186273.8271242427, 1297595.9279307732, 1392185.5592216689]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1044", "yaxis": "y8", "legendgroup": "y1044", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5250680.503510431, 5226854.634643347, 5152012.787802665], "type": "scatter", "x": [3255907.6447849744, 3368494.0885020657, 3513914.4377012793]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1045", "yaxis": "y8", "legendgroup": "y1045", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9225118.359697642, 9395520.276606193, 9456887.636452388, 9579075.376785634, 9650829.552722376, 9616817.480700193, 9440740.778961329, 9433106.747794198, 9323707.451283127, 9191193.224534675, 9147227.920075634, 9225118.359697642], "type": "scatter", "x": [10294618.569373272, 10160023.177988043, 10174616.286780113, 10075072.074188253, 10104442.51893343, 10176553.476058109, 10321553.452599594, 10260069.328172952, 10318984.891144697, 10447376.947779829, 10394553.696782552, 10294618.569373272]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1046", "yaxis": "y8", "legendgroup": "y1046", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [2140301.0056202277, 2196437.8938358994, 2251968.774506683, 2306206.752189052, 2356688.3072617175, 2403922.409132675, 2455717.7679824345, 2484704.9142809743, 2541780.5190685047, 2579967.8884182335, 2657590.299128414, 2726471.1553880475, 2743129.5088151083, 2807295.7161113434, 2866770.449510694, 2934394.652690442, 2972435.5392120467, 3083965.106767954, 3126377.9230893804, 3135307.66921671, 3208755.7480983636, 3236783.7804424358, 3327109.549909852, 3466316.89820834, 3560844.212336672, 3619007.831540697, 3692189.685141304, 3740164.646560307, 3784232.5097514167, 3897716.1925938264, 3965251.887241668, 3963240.607184172, 3915047.933294665, 3921324.0353869917, 3895668.9205264673, 3894112.8386603873, 3954166.1845242386, 3973191.8124227384, 4019018.689836243, 4053142.3709134785, 4074368.250541929, 4085807.1257543094, 4070253.2237605164, 4116055.0724273412, 4119608.7047381634, 4094875.0736555825, 4103672.53531559, 4152209.346529447, 4141428.2490771078, 4084978.0570939174, 4129310.955747581, 4108199.8649010262, 4051611.553744889, 4000067.8769298377, 3973746.0960122454, 3876823.1505796104, 3818400.577514905, 3758399.197100685, 3758409.5190547174, 3706407.4509398025, 3690461.242166356, 3656925.9592380268, 3668368.6269265125, 3653583.785002533, 3610195.5020752638, 3513168.824528322, 3496221.9143811376, 3457280.262354638, 3407845.198306378, 3440082.7000903897, 3494966.683296767, 3579641.8045574063, 3636510.3247053158, 3694355.1582005476, 3714789.860830455, 3702109.4116738504, 3654260.818856322, 3656776.9826505342, 3640055.4245966957, 3635065.397372933, 3599662.960735695, 3613253.7672370397, 3591972.178684503, 3567647.493458636, 3554330.059433317, 3598298.391478938, 3635390.755075719, 3654176.9891355336, 3647376.623086785, 3593211.919575701, 3633450.3653663425, 3615198.1678911718, 3617634.652577791, 3652634.765627139, 3694347.0014322144, 3700094.560174146, 3757545.679047802, 3847585.846661982, 3878769.8112581926, 3880325.951674248, 3979438.094927049, 4067859.2153899176, 4072160.17729184, 4159583.4910923126, 4210689.616024897, 4258029.605277509, 4306869.294478098, 4288381.02044578, 4303366.383428527, 4227736.789031928, 4195235.022908908, 4246764.8993991325, 4237574.06264359, 4187403.6501150643, 4165886.692997315, 4215807.187166849, 4201933.538297292, 4308705.960181151, 4364026.363748097, 4457319.700932453, 4504760.38004354, 4625135.421045462, 4647369.9682604205, 4738763.688981937, 4747685.793808393, 4837710.594118917, 4886302.593829209, 4913051.207247862, 4859065.57797262, 4837588.713833765, 4874912.046759091, 4879443.474112103, 4961063.347571908, 5013386.962857888, 5087870.2718159985, 5119929.259330229, 5123215.042480159, 5152012.787802665, 5226854.634643347, 5250680.503510431, 5303530.117788637, 5333893.229873541, 5443657.978361804, 5479166.092415983, 5551625.062881264, 5576099.295071246, 5541784.390443539, 5518866.032998244, 5470781.690515604, 5449380.048854253, 5393224.374016567, 5323352.602526637, 5303577.165427844, 5326871.242671941, 5282950.041933971, 5245725.71498184, 5159037.9416158935, 5173989.502894828, 5230715.309915666, 5248047.515320105, 5272361.983370726, 5324204.108304901, 5345899.730732393, 5352034.075267673, 5393294.888578519, 5366468.344294988, 5299128.673654747, 5205267.641605943, 5176375.229507434, 5145808.1856973, 5152574.478246053, 5012573.060555739, 4959393.140605673, 4874105.604816436, 4813256.573649638, 4771066.504425847, 4744798.183203663, 4714793.74963095, 4694686.92086467, 4654824.153392476, 4584700.805605841, 4634063.7425977215, 4657556.4644414615, 4654348.1468952745, 4659650.972217745, 4618308.98261643, 4561622.19923699, 4538282.323965985, 4532886.118131902, 4586021.777588505, 4559580.547439295, 4494315.690068796, 4445988.0376146585, 4417822.547583568, 4370910.2975555295, 4342762.185000343, 4279059.264460579, 4300547.923660741, 4245619.308140902, 4228147.583015283, 4131837.332046882, 4124721.7086484698, 4166937.0341060204, 4253968.6198113775, 4327422.783312694, 4375951.744530462, 4435934.549071364, 4467388.367102306, 4473899.543296429, 4498451.018044118, 4531801.111380095, 4584589.697771837, 4661802.760942828, 4697709.930806438, 4714046.0848967945, 4721082.987020966, 4755499.516052529, 4774424.763812614, 4808888.370285756, 4845039.919193562, 4872021.843054894, 4948788.796447545, 4958428.016406641, 5002500.0711559225, 5040079.14106318, 5053722.451102612, 5003720.751579839, 5039364.311954806, 5078235.535862262, 5080247.36420961, 5091673.102208544, 5103348.038854252, 5059380.631939572, 5004320.062179448, 4971921.5784936305, 4916852.389570794, 4865757.469018108, 4776344.371757936, 4692969.561992953, 4698610.876419467, 4675485.875377419, 4651387.039526576, 4616860.788107974, 4588067.463937389, 4535797.278561724, 4515620.789744554, 4474111.028317523, 4522466.291183889, 4534905.521372029, 4459735.532514184, 4423015.360048531, 4363785.282102103, 4354413.240647262, 4255060.343834755, 4243913.93939619, 4278133.516901457, 4339365.453835986, 4364609.3712499635, 4427006.07578041, 4481520.2956079785, 4492950.649908855, 4539434.746242356, 4556056.909724959, 4598532.832094311, 4601830.704172123, 4648252.9471073365, 4716491.136862063, 4777660.276175642, 4886441.180895966, 4897336.742933745, 4930941.262344809, 4914244.880698256, 4860652.710921241, 4851186.509236709, 4785748.102266759, 4811374.785330866, 4773034.815751358, 4705982.053506339, 4641507.920374236, 4566550.964087334, 4542339.391049459, 4504952.760611606, 4443292.323997595, 4352932.233451487, 4289478.038641696, 4239991.683387931, 4167889.060193507, 4146068.2814179454, 4061194.682254966, 4060798.3166842232, 4064263.485388978, 4026122.5523603973, 3984877.5062271915, 3995090.445639979, 4033442.0876131924, 4098026.4308529356, 4117657.7428939277, 4089941.7095596055, 4107163.5045191515, 4096570.059782879, 4183131.7352349884, 4251859.098713092, 4263666.2313412335, 4306704.155821895, 4379284.055261325, 4418257.319026793, 4462993.330324066, 4529185.302814174, 4576414.899683878, 4617095.116697285, 4654777.173457469, 4733868.805391383, 4783698.121147231, 4858975.982272136, 4835188.4912362145, 4832533.262737745, 4811415.20868872, 4815905.773614734, 4810432.51316578, 4876730.225982566, 5098045.119169162, 5215460.104789152, 5272538.00804479, 5317763.857696383, 5399074.433647213, 5421052.46514894, 5390650.89632811, 5516786.799176655, 5468473.540995618, 5555384.961454712, 5646737.03249098, 5669999.280651, 5692978.963871165, 5724365.936875712, 5889763.762570356, 5939647.4005680755, 5938909.486167614, 5963096.97391985, 5971957.17014362, 5948070.710708434, 6005533.929543697, 6046386.584899704, 6109358.063745456, 6169640.292868432, 6283363.3812347045, 6314035.083426587, 6348526.152357702, 6358990.995844375, 6391222.764568458, 6426307.344614769, 6368885.198945905, 6331233.785456195, 6300607.985828663, 6286347.857833595, 6243154.842723632, 6253842.444582661, 6170426.343029302, 6117400.512973492, 6074441.748928846, 6053223.317872442, 6013641.626729776, 6039779.948151516, 6073378.299797836, 6036027.727611697, 6003487.239294965, 6040656.0221404135, 6103152.042402552, 6150531.244265731, 6139888.755745144, 6113338.724145883, 6120308.356314081, 6171413.3094092505, 6220465.926456927, 6312074.333043694, 6396222.948796614, 6470869.342040524, 6518303.410158509, 6443505.191067235, 6454357.968019594, 6541844.15790876, 6608674.301265342, 6590614.031137158, 6623222.530263992, 6686072.696777513, 6730734.058735754, 6761274.68429967, 6756006.890216237, 6772209.33642521, 6848133.010604551, 6887025.821361496, 6855879.443901775, 6795086.449531227, 6754273.576229256, 6808863.579558612, 6835754.318019112, 6947051.741858855, 7042307.046343019, 7111203.0832590405, 7189344.529484679, 7332342.966624444, 7362562.601161635, 7407831.046906745, 7445022.405214731, 7396927.763623, 7310978.174020875, 7244834.921667264, 7141675.614665123, 7030422.797441862, 6868521.08358432, 6795836.775688028, 6742091.451435802, 6609152.274168749, 6575003.569438502, 6385347.064957939, 6276889.50887128, 6279278.997764396, 6187276.322932542, 6175095.041080536, 6278545.469675792, 6400292.730550109, 6553847.63666712, 6618947.641385834, 6481900.965730259, 6451189.544947638, 6503968.842341667, 6622831.504236923, 6879184.191932323, 6953074.8364270665, 7054915.065689062, 7177925.571648669, 7341809.479356821, 7569643.228563957, 7663611.120584424, 7821559.215002695, 7887176.73482735, 7895761.652259943, 8000086.708701842, 8013247.116682201, 8053637.682033706, 8011405.092083945, 7967174.970057781, 7913118.940840075, 7963421.453570098, 7920685.661815371, 7934552.741007752, 7875363.7150293235, 7838570.731732463, 7769623.737818492, 7694577.273588934, 7638431.128634021, 7650483.749143709, 7626285.178099166, 7571165.5034180945, 7522097.588296633, 7412597.900885322, 7399900.464179879, 7384569.489531803, 7439090.4723323975, 7475631.625407698, 7526747.132323497, 7500905.028200857, 7541966.213561838, 7608283.113733547, 7753709.3589316495, 7764647.169730101, 7745579.277931512, 7828743.287352373, 7875147.369717357, 7947340.025497881, 7997201.118878196, 8016490.659250662, 7970226.374501084, 7932650.733433635, 7875138.30914857, 7855222.656491402, 7909156.501311608, 7979674.325751834, 8233380.265559642, 8245541.408246673, 8163485.324479519, 8181227.664727701, 8231784.912903924, 8278971.8498519, 8354810.514149911, 8326048.003755681, 8417362.884665528, 8445156.292220276, 8488583.792748425, 8535707.234713115, 8544139.516772456, 8543936.436709434, 8609717.76350236, 8626653.005733833, 8644327.523832126, 8619315.881495055, 8669779.684137369, 8722782.14316557, 8749393.965292946, 8873096.603584412, 8963166.990620052, 8997397.729350396, 9045369.50243454, 9008521.113162912, 8919215.928747542, 8911250.68172723, 8864528.538325414, 8745296.81914487, 8728091.02229451, 8658023.482314164, 8470675.534375105, 8494627.944846183, 8539612.832955204, 8598264.19040385, 8649623.06275684, 8718222.143105086, 8746859.61489065, 8815888.776851732, 8788589.963352269, 8826727.12024988, 8930690.137669375, 8957118.849147711, 9058657.24206627, 9104836.004546167, 9119988.749629337, 9094061.918716155, 9010921.87737438, 9028472.893727258, 9068900.637923215, 9145252.33218791, 9209019.664058812, 9225757.969927585, 9254699.704779271, 9321064.866080234, 9381987.396688407, 9447367.594629593, 9517012.883147143, 9521841.542317256, 9587569.844641345, 9620215.930275252, 9695450.696417201, 9772146.756683985, 9791315.47987558, 9864764.94268071, 9879996.534377612, 9955345.142189818, 10004104.1219278, 10020094.522372887, 10052064.565930836, 10116116.805013804, 10156012.18015483, 10119060.462671675, 10176382.212387286, 10179957.90310773, 10206108.052792098, 10284076.397390487, 10346702.244156782, 10370984.797241233, 10365708.801433686, 10332827.76357865, 10249131.728978613, 10222434.727599032, 10261052.633264717, 10307563.31724574, 10338055.510601517, 10352355.723512681, 10368166.965644475, 10421532.022610068, 10528950.328445194, 10540697.176651154, 10686376.39856001, 10674899.86782145, 10747889.397757543, 10799741.898946233, 10867681.339189794, 10901857.550957663, 10892300.943125108, 10959040.506402219, 11029968.977647332, 11031987.175072504, 11105430.597741792, 11155048.006474888, 11236012.293742815, 11247973.01310115, 11310101.725417564, 11237783.653606147, 11254601.196077045, 11554703.59822942, 11622846.090354566, 11754116.421724867, 11839746.903467841, 11899761.802963445, 11956398.333730092, 12021658.936728088, 12076452.430259641, 12085819.196519844, 12118372.361616358, 12172031.981207523, 12192563.877047462, 12308985.57999791, 12290580.349446826, 12212508.543144846, 12170174.034948252, 12230755.295507327, 12237559.845203677, 12300649.476382542, 12350561.57996395], "type": "scatter", "x": [-1741897.6850835935, -1751194.3324960177, -1736813.1661171617, -1760674.4186559033, -1813193.3096702872, -1805096.8875617122, -1796151.5144382094, -1753243.2968378433, -1714295.20899578, -1718155.8947051682, -1675897.2557296334, -1612122.3377023002, -1575597.9155093932, -1543001.3920378548, -1535877.1356574954, -1493065.0748468905, -1421172.9960023863, -1347344.7802124345, -1290701.3868698291, -1194830.3864449933, -1109392.0304923651, -1056531.2343108251, -966263.3352579422, -982730.1385233637, -938677.8296096995, -921615.1002013747, -853378.8573758325, -751774.8491604176, -676676.5440336277, -605983.7008225468, -572420.389384112, -501406.1559692551, -444868.33509162406, -352525.0142587409, -252707.2202952764, -210577.97928732896, -116734.37908401963, -12291.582394355019, 48414.754969786685, 140558.89509951117, 302444.1108048114, 460289.7887286066, 509175.0662142471, 597087.638817333, 698867.4287823637, 739206.2770227784, 804040.5476210119, 904501.04339787, 972091.4916095814, 973860.7633361461, 1051297.9739252462, 1059960.9092471923, 1016833.9252724582, 1020424.8404359883, 1056055.427988498, 1051219.256757691, 991459.7009150301, 1014559.4792580068, 1065396.0094763285, 1094258.7899771999, 1133085.3770713536, 1252159.6293178888, 1292740.214051856, 1376943.3242308295, 1513189.560068765, 1570096.807361321, 1661967.998113437, 1808141.7857592609, 1921574.1186142021, 1966856.6850886566, 2008129.368640922, 1973546.9223293352, 1997202.4473918858, 2060813.6774047688, 2126245.986940187, 2262779.144875749, 2304376.087864634, 2341185.477544588, 2375729.346292391, 2476070.034385178, 2506464.6121587628, 2637830.2791724815, 2738486.941850859, 2843118.1220759507, 2892408.498323158, 2961788.720219522, 2995985.92679922, 3081061.5885352646, 3154187.641709305, 3193057.4771544863, 3208080.6721567004, 3293067.8192086155, 3371508.846891156, 3413555.629575089, 3433482.4305034657, 3425265.648123151, 3438567.0351421866, 3437398.1387567003, 3444090.168646834, 3446466.900667409, 3457107.4160564276, 3483423.775856175, 3484143.2547800667, 3451431.888950654, 3461447.836759308, 3412301.2965973765, 3435511.4761232273, 3381285.5593654513, 3295734.0316479993, 3249128.8440124737, 3109429.128709165, 3017751.0003237505, 2915451.072061864, 2905045.8453028495, 2842836.3461589273, 2737597.596884301, 2635046.8887864286, 2554668.83872783, 2472762.722103499, 2498290.634597881, 2427744.083747065, 2503854.03687314, 2642277.8630989185, 2657764.2187232035, 2832581.1694551683, 2918357.477659239, 3011570.9033634868, 3156340.5622042017, 3336729.967241763, 3478645.0427893186, 3575248.6081719347, 3654744.225102328, 3735686.9989470923, 3729686.675900141, 3677483.7502849256, 3611331.2747068754, 3558794.2719801352, 3513914.4377012793, 3368494.0885020657, 3255907.6447849744, 3158365.471226209, 3212321.412897623, 3243883.4149440434, 3180151.065792427, 3281148.578986722, 3268610.4794041663, 3203627.920927692, 3142470.7964515756, 3102606.275979298, 3028106.141847856, 2972719.8017062806, 3003073.2594177634, 3053865.7825446357, 3136660.706230328, 3135320.24001871, 3050267.7647522823, 2957689.5484064226, 2902581.074258727, 2903483.385110044, 2800068.6262457324, 2807782.3665226917, 2875334.6940633417, 2842211.145346346, 2702997.6380139096, 2683310.1313452795, 2610911.9873230434, 2599632.400216345, 2559789.343280206, 2570457.0854501748, 2536174.686138074, 2507122.075142876, 2521458.354245446, 2488923.210583257, 2478129.229430087, 2523452.4416607087, 2545246.775025165, 2632836.822891724, 2623741.1324257776, 2518482.8439591224, 2488531.7559917257, 2427162.391767472, 2386414.595768824, 2382244.8678333783, 2326385.213259005, 2276773.6531335805, 2173340.9738837155, 2249922.3916487857, 2207324.0650223065, 2156327.1795573155, 2096255.7654720778, 2084058.8259862638, 2117836.369199645, 2174411.841780103, 2144381.2741522607, 2206226.8630950944, 2258801.532893471, 2272759.7812677044, 2180298.6029608427, 2218863.4133986137, 2161251.9776754165, 2215274.412712741, 2152370.73076222, 2065993.985499801, 2015069.2918646694, 1985650.9847161826, 1940269.1163427453, 1881631.7817394147, 1869846.7669237433, 1852808.5981394935, 1846701.2358602255, 1789365.5841070802, 1772281.3620170366, 1766676.6476653682, 1772844.328687753, 1754539.156118792, 1734168.821918501, 1702568.5964644225, 1660012.1293554043, 1569081.3897238602, 1510915.3684903188, 1424580.7402151567, 1338014.2928454708, 1354477.0207118418, 1307577.1845898014, 1300357.3934521752, 1241965.2652752642, 1222071.6050189016, 1191215.958307834, 1187838.871181686, 1190674.0598814716, 1208499.0854349746, 1137546.596712929, 1072317.4082864076, 1083968.8880410807, 1077138.7869103642, 1112853.941591451, 1202829.0908255815, 1259691.651898837, 1371894.5152728474, 1442506.9763744362, 1468148.464904189, 1446000.6731705836, 1533291.1623007257, 1605355.8474604373, 1693042.4294345176, 1705923.9304893648, 1695141.13557293, 1635873.5470393465, 1553368.4646125778, 1525156.3362492993, 1598019.6402242954, 1595477.4705024771, 1557470.8933932525, 1520466.2121025468, 1482333.0473572218, 1478291.913297013, 1489523.8705328205, 1506587.5435652593, 1461524.4967383314, 1425734.9341647634, 1385643.5036505442, 1352225.2530572554, 1290775.1090956212, 1245702.436811613, 1177408.5578685137, 1100667.0615642623, 1010203.1626391875, 942631.7405470201, 903978.5806126016, 858740.2072422835, 783654.464240775, 744359.163966379, 697323.1737033825, 661030.6518121376, 584468.6460959471, 406688.92853509856, 277786.6558424133, 269412.6182957518, 276049.37624989345, 191395.6064726869, 74332.64114328935, 66392.66517834573, 9877.848839417073, -26021.088825080205, 10449.998270093884, -44054.57936146943, -64854.44299009789, -136760.0891231979, -205539.8718597404, -327120.03574518295, -418307.07633910805, -479793.66354539944, -518216.30721813365, -564934.5410272992, -598757.3986760523, -622679.7131392276, -710754.8850733616, -750851.1921629753, -800160.7199593908, -850237.503610373, -829549.8176636304, -833494.4674117905, -874849.4962135378, -893997.980216475, -880715.702733721, -840452.4420939919, -830364.5488446862, -805919.080225083, -804251.8114840159, -819275.8654654362, -820191.6244124904, -809034.472959436, -841499.3669234897, -708789.7806375995, -601472.0676077298, -481946.983646054, -388014.5099370758, -313736.54195499053, -169665.22196981552, -122633.45134863624, -103129.00527843875, -189575.90217939625, -250624.06777110533, -377780.8138370871, -382214.42798763985, -273461.1289898481, -134645.05349770212, -158346.53761151363, -81564.73082879736, 109052.37525578371, 131796.13298990307, 201458.77953822387, 264826.1802527987, 304606.9279752004, 364986.05100487854, 467539.78089980746, 531689.5781921581, 544641.16218094, 608053.7633090548, 624701.4256721417, 670837.2666061998, 648966.7684832264, 638683.3754194742, 601899.5062096469, 587624.3252428992, 596409.2643375855, 613273.3734524255, 675474.4073024658, 696520.4765328153, 749137.3620657221, 754908.4783068522, 738760.35174884, 751678.1350311509, 793271.0704517163, 781460.2840973712, 758072.6158621717, 715658.2187167967, 742667.9731324964, 749418.8801769831, 828946.0481362636, 833557.7710849307, 907612.6632879424, 945303.968321951, 1037667.385954801, 1079615.8118586626, 1125512.4623344191, 1232712.9942918867, 1318326.090195154, 1396715.7176256524, 1408755.4645618766, 1480983.0614993079, 1485551.752458222, 1577432.0397284, 1536211.481228639, 1515263.5729580407, 1529722.3993296984, 1583765.2743908493, 1664938.383668106, 1720454.7988354296, 1705648.5959869728, 1691482.3387881182, 1671212.9215937138, 1615086.1133748053, 1588254.480825201, 1661675.7697075203, 1738810.932093323, 1816944.774676677, 1883274.6444639442, 1931735.0202997567, 1842744.8392793213, 1730191.6176395991, 1631465.187222237, 1532977.44965108, 1475358.7710317138, 1401017.0955594422, 1380511.0932147307, 1318070.652152385, 1325987.0785395969, 1356333.711825121, 1443977.8098667797, 1472382.3738130154, 1447302.1550505015, 1349355.848248823, 1265930.3532127992, 1238347.7420269619, 1270477.3257251463, 1205304.8844391794, 1115561.8412058363, 1110873.326439001, 1177032.9048740487, 1256150.6145466096, 1227329.0098564166, 1162739.1393180059, 1178668.3019180817, 1160281.7528475865, 1070179.674509421, 1045359.4320812876, 960825.0235525956, 920033.8419144453, 839430.5784358849, 761645.6136957055, 705547.9744040451, 586456.8033691574, 495867.72002075426, 394272.60172764654, 360503.5440619336, 320366.5260029054, 373009.8823289398, 526940.9629365657, 629164.4289109157, 707124.7975126518, 790550.9373768875, 855547.9567165785, 949297.5089659225, 1036882.112407527, 1116952.496878514, 1147751.8747637032, 1232228.12003576, 1301225.7475565285, 1484243.947429541, 1442217.239959659, 1530705.9824737886, 1556752.3088236332, 1671586.0071591209, 1814722.1495244526, 2074273.0676110266, 2147165.272855664, 2201415.0618631407, 2185639.9900296824, 2121773.446124622, 1842118.808099, 1812206.9927441373, 1942922.7894371278, 1975617.5078202272, 2042888.8751771562, 2133260.651510935, 2193330.77718662, 2168865.98839078, 2107981.356104395, 2117210.1219796194, 2289091.478116304, 2316616.207113145, 2228634.2505382625, 2273162.3036857466, 2323003.6882159626, 2396785.4427794404, 2369064.990233243, 2280519.1966668325, 2252140.2024987615, 2168583.0949799316, 2320787.6340200556, 2395748.1857265634, 2348832.7484510443, 2396608.0402328395, 2462888.1183899576, 2516158.4779269625, 2470083.2914391365, 2577875.2306168764, 2613031.047468063, 2635597.0192840933, 2699425.890544965, 2690480.3589196336, 2761394.272225075, 2772106.5881076124, 2883064.784383106, 2848781.895505724, 2743876.34815045, 2723631.8808244807, 2860694.728779821, 2945463.738715116, 3210037.962486557, 3163868.694591234, 3062991.4667435465, 3034522.342159252, 2984059.975287868, 2933241.8774751835, 2815910.903885001, 2773342.39104542, 2704184.666771112, 2596771.1588800666, 2587405.4213618636, 2685802.700331597, 2770118.537730969, 2861788.568399056, 2922147.9736004015, 3028334.0163467037, 3211749.285169939, 3327768.5113936965, 3406473.3544076383, 3532373.4464290235, 3590445.223837749, 3555905.4516251376, 3556687.1544644795, 3497498.860883373, 3457485.5807772563, 3361677.788103899, 3282173.8552845507, 3240746.917123458, 3156572.574885661, 3035301.1009297213, 2887391.933552168, 2831777.0050169234, 2722770.324249367, 2729837.3705803836, 2822585.408687698, 2955124.4930431317, 3006128.1708664945, 2890111.760857053, 2866478.844441702, 2898185.706436396, 3019620.1279710224, 2874743.909943113, 2707113.8395964797, 2701600.774809653, 2741285.530862906, 2745517.5662778136, 2650582.1516300538, 2553722.438255925, 2559420.3670670083, 2490465.7279286566, 2482556.556175389, 2436802.1351517173, 2429079.7985664136, 2469933.2563988133, 2378295.6578039546, 2379613.386189048, 2302710.2237710357, 2225059.031515048, 2143780.040912065, 2192762.7871380644, 2243568.151477092, 2258475.607417938, 2344744.7866103165, 2295144.9717569323, 2273213.2357732775, 2336267.1169136195, 2393181.272820809, 2488486.203281435, 2554174.899146328, 2680155.6432977314, 2739852.077511802, 2753931.684296064, 2784121.8660824466, 2739996.7943156767, 2848983.036646445, 2796844.709517246, 2746948.3703273465, 2725292.963241624, 2804030.350359775, 2745344.025669066, 2610766.502641624, 2591946.755344045, 2550905.6690122397, 2596588.6021536016, 2691767.906542668, 2780672.277416477, 2876957.2451364477, 2894090.7238881444, 2684550.3300893777, 2702381.9735109285, 2594795.8961429056, 2567308.8239838392, 2492938.5189947723, 2445279.6797591085, 2334019.6732485765, 2215050.0821758076, 1886023.7851915641, 1914964.4096600742, 1858524.5462236418, 1591827.9892134888, 1481600.292502517, 1465513.8409727267, 1542147.1413127112, 1480988.2224804442, 1366533.7897777678, 1235093.8653295487, 1108352.9803185312, 955919.0883401609, 869200.989578095, 753079.5770083183, 786605.470859023, 731553.3665138637, 498219.566801598, 334651.0729092184, 113068.08048041307, -0.03665826475839951]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1047", "yaxis": "y8", "legendgroup": "y1047", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12794854.667987766, 12842927.81362734, 12830234.15238179, 12892948.790274939, 12986279.251038538, 13017083.418344816, 13063317.724529069, 13092478.043828264, 13061593.61774386, 13120456.494941318, 13121724.610114187, 13173056.071114792, 13208977.910749884, 13247972.648043156, 13141700.051632954, 13143896.050637687, 13093308.718009543, 13100832.5442642, 13038867.474117294, 13085139.511569535, 13117569.497523073, 13153194.247904925, 13224123.510099089, 13342334.356045991, 13299215.563022481, 13343145.172346039, 13400056.19097762, 13337062.86913256, 13395555.475208493, 13309867.629147135, 13349459.903616196, 13286575.024966128, 13222308.894841045, 13114058.947444161, 12952255.33119131, 12900227.066125853, 12912035.126443371, 12883586.522170113, 12952660.57571642, 12943829.899552787, 12931630.46793607, 12927621.297008507, 12821977.017962003, 12791486.13158202, 12846249.454394713, 12842112.673861137, 12706585.558498118, 12621732.759779196, 12613580.565381752, 12698105.855841972, 12587210.172682846, 12500137.244101549, 12466227.906406194, 12366340.874091385, 12313250.603231505, 12111330.384100705, 11900752.74025703, 11691423.063172862, 11363142.47730205, 11494228.276516762, 11526277.829322767, 11607657.52106648, 11669391.355065372, 11763170.702078823, 11883082.594064575, 11879242.656978762, 11790970.617745835, 11757124.761863017, 11662261.49082767, 11435416.676470667, 11361435.470267577, 11132992.383321354, 10888976.084274713, 10762998.355755659, 10550011.649651079, 10472850.471899318, 10443436.8165254, 10214958.539721513, 10162796.465905966, 10124276.253608348, 10037856.335433925, 9966131.42386583, 9890618.560275273, 9803836.631012429, 9762196.954475362, 9682478.53996068, 9584148.459368514, 9500251.529451292, 9442120.933839113, 9414334.272072742, 9440392.823445322, 9451258.590001803, 9399321.653242407, 9340424.948170481, 9175186.288609646, 9044846.243855258, 8901786.273186345, 8738450.246313792, 8615629.327136116, 8687716.245707871, 8824599.913004434, 8925918.071101734, 9037990.33372873, 9077600.019558359, 9047599.071969815, 9007677.643661482, 8962423.163921967, 8984603.447609575, 8967772.627073778, 8959360.03764468, 9050357.69779528, 9092871.789510138, 9107198.643605016, 9206755.48271694, 9220503.36625794, 9169251.654868536, 9151534.024139998, 8961883.541011319, 8821080.254418068, 8670544.825226739, 8788948.24837164, 8818823.182274692, 8989150.766712701, 9000343.95637811, 8865720.384630522, 8660197.010564854, 8511374.339261139, 8407578.032828765, 8293079.245958036, 8249330.156404608, 8307428.465063243, 8246085.643923184, 8283928.773981922, 8503107.196607841, 8541287.229926994, 8606982.814237248, 8548707.899194844, 8355515.084459694, 8225341.598630744, 8047631.46017675, 7886017.754667132, 7909567.7625657525, 7790582.100185037, 7701294.021129658, 7641807.559531309, 7509074.646414023, 7393285.9578195615, 7322207.506761033, 7328156.834665505, 7159964.784831619, 6982340.534449212, 6906980.596612026, 6622653.963784319, 6282597.450947879, 5953691.236634169, 5642730.243652489, 5353804.918158573, 5241097.28901599, 5103609.245895556, 5143534.581674282, 5000881.148967071, 4800402.938707679, 4697870.5500473725, 4513308.757956873, 4463992.4851935, 4417250.691704373, 4545180.232031291, 4636856.377192857, 4613558.837942241, 4552479.596539048, 4307431.517750408, 4078553.1589354556, 3932722.041929026, 3766628.6828098283, 3553144.5376816844, 3472423.3751317626, 3335921.183850419, 2966669.0964406845, 2583814.753316488, 2411414.370932292, 2235442.8321235483, 2034533.6869296422, 1806020.2801516599, 1928937.5416658726, 2076281.1285579149, 2170484.2019183817, 2174952.402322085, 2266923.895761605, 2455447.3245009365, 2515614.7402557954, 2484067.695949162, 2639711.3831967628, 2608847.033922163, 2397194.639932389, 2103095.705525722, 1926249.0387839258, 1789588.3771208776, 1798624.3085347686, 1630771.8355619663, 1465478.6013557005, 1363342.8495303125, 1351283.3228659465, 1256634.737258367, 1241748.4087128828, 1129125.8951392777, 998611.6078381022, 861205.4432174618, 766600.2843668811, 696951.2106108074, 575769.4311766739, 521548.76815892436, 340178.4612607971, 269617.2206903683, 253172.858295259, 400737.41152185237, 553283.56459424, 654204.7457037586, 781658.3696370538, 943764.8652825872, 1046286.4245273708, 1190694.0082415522, 1270090.7627725003, 1338074.3876991502, 1430953.8738362629, 1529528.804979585, 1610424.5263146074, 1495328.8836440966, 1597098.328565915, 1717568.804665869, 1905901.8683461715, 2043739.8140712855, 2196392.992363774, 2298081.9148890655, 2504075.710455913, 2587445.2278249497, 2796920.361408208, 3020665.4261076734, 3153952.0259731133, 3039785.3507507825, 2873171.156715763, 2870113.8373652236, 2890648.991636307, 3118827.892734303, 3273625.992328578, 3441642.142359251, 3507660.656922405, 3506603.8600878525, 3615763.868766258, 3691108.8009802094, 3773002.3674710733, 3844450.425768913, 3922381.167097479, 3891176.0359558742, 3828153.148935946, 3725533.5043265927, 3741836.184788923, 3706842.7570702885, 3713578.2609210336, 3713215.2735498142, 3649260.6594785233, 3626087.9011381473, 3548730.494589156, 3431513.094291437, 3319573.9846881037, 3167169.7623326164, 2949169.1753014163, 2829605.1101952274, 2701474.890940814, 2629990.8390062344, 2579467.9675274445, 2502720.578207407, 2483821.430223189, 2360150.1960318456, 2164447.078824351, 2037325.2460570205, 1882680.7303531258, 1619501.9873339753, 1604247.320295516, 1480098.356593257, 1433325.5261644067, 1377877.649874231, 1269572.669006949, 1221095.9750596303, 1352030.4379995584, 1557085.1689016407, 1702698.3524982664, 1767950.5447450583, 1902068.511165974, 2082290.118247904, 2170927.369606496, 2354107.5095410026, 2625558.595451034, 2802422.3741490524, 2975209.868201281, 3103458.910915454, 2984354.1357775847, 2984962.6659684246, 3123180.463046109, 3184403.6824258175, 3231501.0761426985, 3319675.503092456, 3336531.5761408997, 3426634.457999962, 3510317.9744333145, 3441472.8373832894, 3402163.549274935, 3353110.0622558803, 3352875.786911706, 3360249.845892145, 3354389.0882768026, 3501928.369790358, 3514737.8481008955, 3476905.582374614, 3396569.6760454495, 3415390.504700407, 3492536.513439306, 3510287.574742808, 3615141.365281029, 3765059.879535308, 3735390.839029318, 3764264.696797303, 3710130.2748539234, 3705678.196060651, 3655719.040767533, 3626454.7986530564, 3540162.9053645227, 3441503.5680165705, 3421795.950709293, 3381601.8158071884, 3341353.5998169533, 3291518.996903869, 3248808.9905085186, 3209429.2525296123, 3179476.8945597764, 3141054.1153161936, 3113088.521924128, 3202142.5531104743, 3271547.496775714, 3289492.639589888, 3255758.10200139, 3183330.9433379755, 3106634.620586944, 3062194.1860916866, 3071117.8389473767, 3037531.8374518976, 3069953.3327259477, 3080456.3250892507, 3086981.5341735817, 3184181.8505217847, 3278756.1152321678, 3368699.617019168, 3417491.044744427, 3408904.5897431695, 3354652.3853026307, 3329129.7335482994, 3231334.127705636, 3152592.2953966307, 3116450.34510536, 3113320.787608488, 3100968.351947839, 3035264.87002935, 2997182.7301298566, 2987380.3571922244, 2958277.988405125, 2873993.662235323, 2834601.355222346, 2785638.08496949, 2690302.5801595445, 2689621.686335195, 2655348.883931699, 2587135.172026696, 2502398.9896426154, 2485023.5016698055, 2478507.269557456, 2421016.8127877694, 2356767.499439174, 2326347.2829031697, 2318824.672470759, 2281215.13683891, 2229454.909453442, 2187630.716931738, 2192711.7116107834, 2141459.5670644916, 2128704.389100161, 2086168.1671164637, 2027816.1801347283, 1984428.8943647856, 1920534.9185306958, 1846026.0784846111, 1749704.345805812, 1738927.227495906, 1743618.9329353543, 1687187.0793097054, 1658126.915611968, 1644981.8889111404, 1636013.357047512, 1601931.6576619956, 1590999.0901864483, 1558701.4684718077, 1557774.3079270537, 1538909.9428864857, 1540202.8264831796, 1609314.0081470592, 1675882.2443146762, 1710430.0541341202, 1798524.0662670634, 1845943.2071397207, 1853469.4834227115, 1907890.4701606922, 1932250.6759033392, 1984616.368883571, 2035041.1021655325, 2068680.3433425424, 2116083.335295837, 2154456.0829212647, 2250166.4779347354, 2345090.998340811, 2420524.6293692435, 2435696.7956870636, 2542450.8322584117, 2623757.6368013346, 2694514.45701352, 2819660.3359245835, 2860666.58354255, 2879212.5864296737, 2943093.0499498225, 2970272.7258602567, 3028134.313960077, 3051112.434329724, 3133958.761359582, 3221434.4610788617, 3295825.978926355, 3289699.2455790695, 3355320.055496805, 3396561.3075519023, 3444425.01755501, 3460878.320996483, 3410890.1833471176, 3320621.2551707206, 3257100.7528365687, 3234297.475940762, 3268204.049931826, 3315140.313085095, 3473317.700111126, 3461738.701045205, 3344170.1300221914, 3234170.480071235, 3061043.372534457, 3001497.3226566026, 2938882.338268804, 2818477.8858633772, 2796085.9171334663, 2720287.8325343207, 2626172.331702718, 2603757.3769203476, 2491189.7704148414, 2467759.9369468666, 2347638.947145525, 2209757.618067788, 2183833.5442797407, 2144628.456651472, 2011785.1127576777, 1904586.6469055463, 1850635.7108098324, 1747690.5970326278, 1683155.7386927388, 1617400.6060027168, 1578046.6632624716, 1545025.6525418316, 1509077.176585763, 1458407.8938727095, 1425651.2225400126, 1395176.7421310216, 1374817.649670015, 1325688.1102813138, 1277355.9937917322, 1279919.919063063, 1317117.1350621963, 1338767.2664238636, 1383193.9612030184, 1394858.7981038503, 1420126.366496123, 1428700.0096225806, 1433551.0870061603, 1455659.6053138385, 1472426.157448046, 1519309.790854181, 1522784.914477739, 1488064.5931229223, 1413892.6192697806, 1347543.4957430188, 1300420.1566280476, 1162164.0534056542, 1018607.882826946, 854993.9319912945, 667951.2839731276, 525603.7033000579, 353602.6960140245, 252114.72048927093, 128823.55917281262, 35597.63766204373, -111433.30930818475, -175178.8142008192, -203650.3453786012, -251188.3838654029, -301188.01863291825, -309522.1972993418, -394031.31044359674, -441930.53403404297, -521367.9315497501, -560029.4960462861, -706186.4274991343, -774074.0154703886, -819756.033851329, -851001.9896306014, -922291.7418338698, -958874.3527243702, -1015754.1023272027, -1092291.2235260312, -1212435.3147861294, -1240570.3961025784, -1295290.0197731873, -1414711.6853419496, -1520839.81466163, -1708704.15936686, -1768783.282945585, -1852220.2399796632, -1932318.4529753698, -2001256.5857012884, -2039110.328023758, -2087606.7044339678, -2205181.3783277515, -2223539.2877926454, -2301288.277738218, -2325006.730280357, -2407776.872162707, -2500549.2073586816, -2571040.374285153, -2606209.039900934, -2601986.652243201, -2716656.716654437, -2769483.232546858, -2791846.925784004, -2839075.232578116, -2876493.315812469, -2907744.6669434225, -2958985.585360326, -2997657.576882665, -3047315.7334635817, -3057626.690441312, -3117799.342370427, -3199609.9882090506, -3294546.337828627, -3344044.0536772083, -3395264.1303062495, -3409920.0146011203, -3464066.326265488, -3520298.5494166585, -3596757.8973305654, -3703445.0042270604, -3764914.5232572565, -3809353.3839660413, -3843456.385852185, -3844596.5256425343, -3874929.7241939907, -3852588.134892238, -3869739.368140036, -3838548.0653539207, -3847300.262664853, -3838020.212434286, -3874434.255465106, -3885806.438648452, -3923809.1037478675, -3923249.7563291313, -3880220.157163069, -3875863.796872338, -3822877.55462565, -3838133.9818687164, -3807104.462183508, -3741328.028152279, -3664087.4896631194, -3645635.577764502, -3559306.016053357, -3450394.437261806, -3352584.20221857, -3352274.7637960003, -3202912.811809895, -3114726.298507298, -3031225.381245289, -2921362.4532383475, -2839324.470773307, -2665868.5542152585, -2532073.9147085208, -2470666.6094298954, -2423300.523712716, -2329402.9852423565, -2194000.057010095, -2123384.3173820996, -2012529.1018072546, -1926916.5913374957, -1856672.6231862186, -1759019.1072042452, -1657725.5575268324, -1610002.697203957, -1510155.3603450523, -1464915.8820900198, -1393009.972201627, -1343940.4601558503, -1261422.2333746017, -1198049.1389550015, -1157658.4686881145, -1089559.8356779853, -1022294.2551315279, -999185.0482232337, -955358.2769419865, -847221.517881265, -772353.6403227089, -701362.0595474443, -679786.4129529598, -645108.2220567944, -561140.6130465204, -442739.15011235024, -330056.8187173818, -238182.0207903343, -123368.95383081921, -86489.80107207816, -51005.642541585636, 29839.047670658798, 112209.42450169416, 128936.96397779114, 253743.46662480134, 341513.7668711492, 414818.9707038443, 433472.5290562097, 483135.6553996512, 498942.48526494193, 529620.9412752674, 489264.4352154813, 494955.78046118177, 469984.6205376748, 472164.2788423663, 541290.747408829, 621343.1589380854, 694061.8963006529, 692485.238913316, 692347.3062307547, 679311.1272102263, 655637.9010965603, 590875.5499350298, 552977.9370811007, 520970.3021348143, 552504.4385748798, 551457.1469243715, 573239.4688297157, 572123.2372651898, 553148.834269124, 521406.57194020937, 481099.1467897502, 484086.0842006046, 483210.2645338533, 536570.704141656, 621633.4847485813, 683057.2269905664, 755405.92857277, 763907.326558502, 809485.6856128321, 869781.2150880576, 910736.6688934952, 993355.0397440305, 1060013.780421743, 1104321.5835388585, 1119207.811351376, 1141836.7799109647, 1191430.2229530248, 1216325.3699468693, 1235194.89662606, 1283039.0430821253, 1291319.4122523083, 1323407.4330654049, 1340452.6933447646, 1364933.7143079406, 1389074.5599158467, 1475455.0677076448, 1524883.7488661052, 1613341.1721371762, 1654746.5597287987, 1674786.3713317472, 1752135.3931620878, 1809008.298396033, 1869685.6149244707, 1924084.7811020277, 2029191.7691679152, 2140301.0056202277], "type": "scatter", "x": [-5.944638574529603e-09, 138009.8119659153, 275104.683707786, 184512.98133989802, 124695.22300112149, 72932.3606122069, 60770.29641092601, 92541.10930955464, 312315.82586405345, 666455.7953877406, 779014.6840175879, 998895.4302220672, 1215304.7991165288, 1289983.495713607, 1426429.6905813678, 1812268.8337813101, 1836482.6611551195, 1993711.6965486929, 2143422.796920051, 2250032.7867841003, 2504958.5378305744, 2546442.2863867525, 2423255.179104549, 2603818.6867848695, 2738140.7744188583, 2898710.7174233706, 2892715.292247535, 3210065.6173522472, 3418071.011053124, 3670624.06563422, 3869193.8897410207, 4230790.856768263, 4170224.2708104127, 3992088.0754127265, 3713959.5804296276, 3446826.534151023, 3260873.220808028, 3189028.4584185276, 2975948.8524479074, 2606889.863566517, 2290241.225343855, 2002712.223956972, 1782813.124512184, 1920862.4320363204, 2066486.22144592, 2465513.0746829147, 2410660.8230868527, 2715902.059253704, 3198013.013393607, 3199937.641102948, 3470894.13629714, 3641650.875406319, 3521384.712732354, 3643426.305871971, 3835935.4229550986, 4069531.470857491, 4377676.109619955, 4970248.77370455, 5672302.294127259, 5602447.714202152, 5695953.678478699, 5675849.7083390625, 5532182.898061789, 5466198.430468422, 5573288.079237682, 5740816.453618326, 6006154.717434735, 6259226.0626449995, 6630623.489387352, 7052360.671691715, 7225292.604682831, 7567299.574554883, 7897192.367405222, 8059680.066000804, 8249318.820923331, 8278520.274118682, 8199323.337882789, 8401722.90540404, 8476692.387306483, 8475275.880353032, 8558127.431062145, 8636638.23929172, 8785296.65694142, 8842214.117898846, 8882110.717672665, 8949637.072784739, 8993309.438872952, 9053145.216403594, 9140847.107221322, 9164210.041946229, 9193118.021478277, 9275954.121179335, 9506997.164245455, 9637115.62862639, 9872409.049583584, 9985688.22120694, 10025197.515355607, 10104222.159066912, 10114300.082092889, 10008799.632517755, 9864921.486094514, 9660974.451416979, 9628867.15686778, 9460986.514625167, 9423738.426474405, 9460173.55000512, 9475594.988957867, 9439107.298226558, 9420685.193510167, 9389061.205666207, 9304791.701337669, 9282193.77072619, 9246647.05184706, 9141068.286010996, 9109226.294791738, 9088982.316782387, 9037199.852352936, 9089035.053736495, 9171554.720176192, 9210149.184232095, 9130939.523804333, 9056695.953566043, 8937085.546772407, 8835594.127977507, 8894826.342885774, 9008656.107240632, 9114631.70928553, 9104234.188345926, 9174337.214202484, 9303791.352225605, 9351115.952215156, 9430317.1407971, 9499322.341627128, 9393542.601979757, 9478310.275550846, 9492343.248979982, 9591029.34228705, 9617915.968863264, 9704220.155700527, 9768045.292987414, 9873220.68684075, 9998536.574790582, 10178234.70691342, 10353126.339550456, 10505577.19674681, 10630395.500939704, 10652799.896712573, 10749671.849381868, 10823578.602666108, 10950521.982825805, 11066361.02895225, 11054762.86780614, 11184143.812479807, 11330976.113095883, 11439287.2035594, 11468141.352495812, 11472033.417786047, 11401341.360612297, 11405017.789637856, 11341872.369893204, 11352616.734007167, 11293145.418346398, 11221252.788153062, 11279572.493967421, 11295423.345271764, 11253037.497924715, 11161656.524027515, 11144229.158597568, 10999656.700973576, 10974921.666374605, 10937026.173449012, 10943443.73215213, 10980064.011867184, 11134483.241903638, 11322133.88553507, 11454630.969925363, 11571151.889346654, 11740433.64883937, 11830935.160934502, 11779619.736004226, 11691364.76549034, 11642292.18283161, 11546075.686743487, 11482682.033359597, 11484826.036057774, 11381716.242171504, 11286916.716309665, 11220823.345935937, 11119165.448698675, 11003241.233323386, 10915314.692866215, 10891090.719861658, 10800552.454482691, 10845771.539328648, 10852538.73194391, 10852212.18942284, 10885475.010529263, 10956605.660628816, 11030805.794249836, 11076442.405945214, 11153110.167646738, 11222320.312214812, 11292366.657873947, 11319859.452502431, 11398921.676278379, 11459380.985219184, 11478343.220169691, 11474049.215444028, 11489895.313189233, 11505595.604087092, 11547737.716176674, 11599173.023519984, 11599146.872213116, 11520622.593016827, 11410554.385576237, 11271661.197213799, 11252604.540842442, 11179162.140878044, 11149924.61548138, 11099599.192408677, 11095749.605517153, 11061433.834695613, 11008531.187218087, 10976601.453345215, 10902702.723010283, 10835892.421103131, 10835533.697420685, 10798565.578914367, 10790647.230815211, 10789092.824066605, 10750778.350124067, 10752298.461844577, 10691431.419333402, 10649977.891047489, 10582732.064317407, 10488066.460041594, 10400219.58639914, 10308670.958366238, 10271772.809806496, 10195878.505611056, 10134035.977850495, 10058584.071244549, 10025341.689507935, 9949839.123528643, 9802261.474950174, 9791495.26991246, 9726429.671844443, 9605456.45618735, 9543940.26121572, 9504527.485740973, 9453804.630551947, 9374261.181914432, 9284753.893215433, 9321297.431380643, 9328218.94075794, 9274254.257921714, 9272128.418152783, 9237917.556262407, 9195028.727736484, 9204464.36531304, 9137939.700810298, 9030914.795140386, 9080962.38521656, 9061932.510183742, 8954755.99537658, 8900767.43787287, 8853553.54333378, 8780035.327471746, 8799515.80072114, 8757913.869879957, 8678308.750666859, 8631486.957589762, 8628881.9633477, 8696892.930503359, 8729802.252078619, 8713420.065024724, 8759204.009148385, 8704239.513967127, 8672845.79288736, 8713432.115801685, 8619955.291395549, 8596788.248647034, 8558197.933002196, 8436395.410868451, 8355551.924062795, 8289549.637175306, 8239537.115866262, 8156380.004200053, 8093361.590230486, 8055554.767722628, 7914093.502606146, 7801191.704520874, 7720370.491216804, 7670575.271379752, 7610056.39377838, 7487881.821983839, 7410905.599649595, 7226931.211923423, 7259865.003184539, 7212788.527369931, 7057219.044341029, 6972600.270227485, 6910347.48063673, 6798698.625524204, 6624803.774160329, 6464019.840599021, 6329345.750787248, 6128852.533568006, 6010592.275827191, 5892559.281258001, 5801542.566250538, 5746992.981399345, 5677878.137843094, 5596007.957658098, 5461603.855489362, 5332538.754522526, 5226425.679912371, 5125125.167798975, 5002033.600671592, 4955774.9219196, 4881239.446806992, 4859391.635634938, 4799517.141080647, 4836013.737995339, 4835441.488780757, 4893981.138117512, 4962819.6733660055, 5019764.10077663, 5048933.399274897, 5131593.063529448, 5151651.892846628, 5152715.291701828, 5176572.194186107, 5214864.419727581, 5239024.542307958, 5262126.582467623, 5231735.813862317, 5241417.177261876, 5265266.677100796, 5306483.491812371, 5327992.168414696, 5325241.396307527, 5356888.160073738, 5373494.248847089, 5386043.510676754, 5460921.487031275, 5546136.415541841, 5608697.83660685, 5655038.411036379, 5707326.59655818, 5747660.698883015, 5763622.0305527225, 5779334.42922772, 5785839.7684338065, 5779666.284211891, 5822776.5094119655, 5893010.318438344, 5962785.28215362, 6042076.580077161, 6108948.123171529, 6175737.549653599, 6215201.425914741, 6256369.569395795, 6264110.430150412, 6247415.948385854, 6240437.438421419, 6207476.253493365, 6190721.784818769, 6141842.361029784, 6127550.29906425, 6126105.902286536, 6158612.745943332, 6152227.9582984755, 6103724.567341012, 6048314.177092461, 6051159.185321905, 6032507.551551313, 5966368.19367985, 5931241.04349007, 5941825.411266437, 5897021.587166502, 5835955.704596047, 5772470.458574685, 5724401.847450209, 5652994.506830726, 5641806.729714489, 5646412.234900381, 5547797.016339748, 5384283.687042265, 5299895.040509448, 5253113.084059107, 5219602.394040949, 5162996.9629454585, 5096800.338563106, 5006352.742971892, 4979749.269085043, 4959868.210912028, 4932391.090033079, 4919145.014659319, 4864892.861480003, 4831934.09436607, 4755768.765945058, 4719426.652760702, 4714733.560371987, 4692646.45591929, 4660217.004459451, 4622694.2509017065, 4643544.315960111, 4625072.482729119, 4634948.613946229, 4622806.094247488, 4601474.427976753, 4563819.038899301, 4548427.68280286, 4486690.867521192, 4414331.2793035135, 4368772.089043049, 4282023.878617704, 4231651.29887244, 4142799.799134172, 4116359.1560286474, 4108258.860695685, 4024353.4304299518, 3967090.6374524995, 3906614.684541362, 3859901.8684806796, 3860427.448299666, 3820038.7099085613, 3784974.0684967395, 3727806.209345175, 3646884.1802076595, 3578907.0908818073, 3528758.9418330486, 3531303.855176098, 3527232.8209873233, 3529741.0413207016, 3522772.501644787, 3504655.8198536923, 3501249.216535346, 3485944.0306054815, 3466326.787188729, 3425252.7181762373, 3369508.980398729, 3264756.773478617, 3256613.9539525723, 3322465.850187188, 3407140.6498523457, 3518326.245450558, 3567860.262812581, 3612877.926228704, 3728762.647083702, 3711709.715011144, 3728117.064795392, 3867575.0222546277, 3889995.4708208274, 3942788.076110748, 3923058.916935674, 3957134.7739792573, 4016809.201769285, 4061604.2169521516, 4126281.7754277606, 4207376.479259197, 4251259.02076611, 4317744.214641134, 4479352.721564554, 4547810.028891426, 4614766.1390933655, 4653498.366057175, 4711121.757262554, 4741032.70584448, 4742948.837673139, 4683553.079617858, 4733862.919241573, 4771700.507785559, 4798053.5622862065, 4852331.359056129, 4906855.799373877, 5007270.568516925, 5125138.737328756, 5217576.498938587, 5270986.914105143, 5307592.853597016, 5369375.908592319, 5404039.171596113, 5452288.130834402, 5508730.819162909, 5555226.446233769, 5596542.916764459, 5603254.442738099, 5601755.811493081, 5609547.546740283, 5591259.094081153, 5573739.466573692, 5532894.554430056, 5476449.321415872, 5392285.743889284, 5303947.441433106, 5178882.450779017, 5069816.807389082, 4905047.193183799, 4801827.372951171, 4679619.421069302, 4653317.396557434, 4627812.663683332, 4549134.092773931, 4520725.816357986, 4478854.308056662, 4461088.648601382, 4424046.795374219, 4399815.340540882, 4353692.100388652, 4296380.136707191, 4299687.158616636, 4368292.950159259, 4369891.778037427, 4335229.881209961, 4339312.201187431, 4328372.826581397, 4361660.460204807, 4398137.436140356, 4436305.301856687, 4449457.260093928, 4433976.396259253, 4436988.112179293, 4420594.667397699, 4432680.4429069115, 4389816.696788721, 4337264.909681846, 4258932.492364628, 4154658.5498534474, 4026037.856297173, 3887978.0203867047, 3843969.265684988, 3758017.8270483417, 3710430.34253196, 3689515.840249633, 3726334.86761649, 3736370.7096866025, 3732070.739496729, 3751545.62891994, 3729573.3833241337, 3703422.249231099, 3724458.8561712564, 3700484.707842047, 3649843.223083774, 3557623.522311254, 3422598.8968308945, 3370024.3126254976, 3370247.278681122, 3395043.5840494805, 3375224.8078943314, 3334216.7724772715, 3304056.531333299, 3267906.2751668915, 3188046.293081305, 3165225.5439742734, 3111492.3307234375, 3072155.684717764, 2999688.66195767, 2864930.873500033, 2782274.098307694, 2698416.978350456, 2588197.555896965, 2537510.789244036, 2519117.382671013, 2463173.391785647, 2411209.2247255575, 2309656.9278340256, 2248395.876545059, 2209080.492209047, 2101695.9893229236, 2016091.0398778385, 1949851.7106801604, 1905457.6761804337, 1870206.6320065022, 1837685.5360612916, 1802597.2158010246, 1795917.0970335763, 1786958.2927143108, 1796078.567864996, 1773633.1331192702, 1808038.0516681797, 1816106.8074571355, 1763174.2847045015, 1723210.4970019336, 1723091.8356766421, 1665356.2014509495, 1597569.3435511016, 1564699.467967853, 1551090.7905229412, 1532028.1042539757, 1509947.079299434, 1516874.2356156597, 1507416.0656553186, 1469207.1530626821, 1419983.8294071849, 1371295.501612089, 1351491.4551674097, 1269214.266846004, 1266327.0946330044, 1259017.5530181727, 1277826.9677887664, 1319132.8542373395, 1326540.5329820598, 1365477.5821069907, 1393097.975758984, 1458444.8434420414, 1495275.1005444517, 1509491.9771614617, 1505685.0019215501, 1473938.96403329, 1446440.2907096548, 1421026.9941463256, 1427504.7210088996, 1462481.0294605237, 1431251.8423092295, 1409997.4207593324, 1355664.7485982487, 1366542.3129619318, 1351514.959744388, 1322950.503585339, 1232970.62908847, 1119556.1381805695, 1046499.7666846517, 979266.0108980617, 982900.3881874571, 1007243.9573024722, 1034300.8541158234, 1056634.372597774, 1035754.8130706748, 1073572.0578841753, 1089353.0794756233, 1045410.9322823333, 994562.8193348892, 971614.0913589871, 943037.8344811217, 944066.8908273792, 829042.7198563527, 786841.9671583456, 744270.6105725719, 655376.2233155929, 595543.6694300914, 558552.0668813852, 479611.60831813666, 396302.02283296356, 298453.6433789804, 206846.79367232797, 117593.4763871384, -56347.15209350275, -118103.36198523814, -218220.3685956883, -317141.76759143465, -367663.74980495777, -445050.62512603897, -516229.8768181468, -647856.4225573753, -725152.8766824907, -835411.5328934282, -856859.4782946215, -885969.8075704332, -1000039.0277811578, -1100058.0279625896, -1193813.8482610732, -1267407.3807473227, -1297122.7063079244, -1376073.8340923535, -1432566.672845026, -1451055.1277918164, -1462705.2176810468, -1509438.9721392505, -1551112.974633868, -1578905.5245134765, -1605737.5681937318, -1616697.2939165917, -1631992.3543304785, -1663342.491471414, -1720338.5683988973, -1766287.0627429772, -1790263.393331721, -1788949.2870374694, -1821410.0772366463, -1827380.412835039, -1841581.0602288004, -1825343.6907172946, -1866087.1479175321, -1918327.3835781552, -1869368.0587440406, -1812590.3046766906, -1783735.9656164127, -1789754.1834374182, -1756465.3656121425, -1736899.8176599885, -1741897.6850835935]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1048", "yaxis": "y8", "legendgroup": "y1048", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12431588.560550902, 12350561.579963878], "type": "scatter", "x": [-212709.4173922083, -0.8805821968711068]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1049", "yaxis": "y8", "legendgroup": "y1049", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-18226859.38963324, -18230481.141678113, -18178534.972869452, -18172847.086975068], "type": "scatter", "x": [-11.38151959317819, -222354.8620817832, -86019.21147606352, -11.006838369493378]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1050", "yaxis": "y8", "legendgroup": "y1050", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-2520992.0947297798, -2547206.2358826855, -2526558.9508198276, -2583665.5863877498, -2644400.916910524, -2715486.011526765, -2751913.121419612, -2925409.577569165, -2937530.293559614, -2898003.162147329, -2809787.0022069532, -2663871.2428326528, -2603272.118878028, -2541993.490236637, -2520992.0947297798], "type": "scatter", "x": [13740897.19566613, 13814147.32415866, 13854257.477117859, 13884351.981768822, 13828488.72075784, 13692981.219976071, 13588731.9352458, 13469700.61682049, 13368762.787539747, 13365649.977497306, 13398957.88760624, 13484251.416013157, 13610974.737396762, 13638489.18798889, 13740897.19566613]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1051", "yaxis": "y8", "legendgroup": "y1051", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-10592432.44496517, -10591531.548475223, -10656431.293239575, -10620693.015273128, -10659209.744711034, -10656890.810909294, -10609023.181392893, -10653370.024960376, -10659284.168006752, -10672601.560090724, -10644762.641950041, -10630551.47855905, -10590437.065794863, -10554776.513544492, -10514419.206261916, -10476410.04249727, -10491882.716508243, -10452786.67493768, -10411781.838316087, -10424017.74243843, -10430579.254721621, -10468084.024324609, -10498570.842571825, -10540667.851042775, -10582314.177297575, -10620151.87746243, -10661966.497003589, -10698242.497537142, -10730300.602398884, -10770398.313708724, -10810464.364152115, -10850727.240512857, -10894369.049870346, -10867111.069024505, -10859240.956110973, -10814307.445798222, -10821315.605743155, -10833957.920219839, -10851527.9237276, -10889988.90528226, -10930234.997727951, -10975018.097022304, -11007203.53633414, -11042229.424826067, -11074590.197875679, -11117348.784610234, -11162545.422716694, -11205825.294213794, -11319612.432040976, -11303703.528796308, -11261797.467177318, -11248238.897278635, -11237259.107579553, -11186209.088405468, -11170275.724907188, -11166827.550022548, -11167723.791117165, -11173461.771847878, -11151753.768193942, -11180702.609099094, -11216112.528572744, -11236203.858279586, -11220104.27615407, -11183100.895714529, -11161527.370729387, -11150555.411846204, -11116290.648082111, -11087690.488533549, -11065326.545313373, -11047383.276358582, -11023969.241163556, -10998725.535333326, -10975424.954124063, -10938052.139011798, -10891740.423054887, -10851885.578511816, -10817056.711654933, -10772940.07189299, -10724895.378153428, -10683281.727157904, -10638163.116456581, -10591698.228719141, -10549563.317905795, -10520674.888682336, -10482814.526731227, -10441289.784266105, -10403282.69439925, -10367674.904779928, -10347292.375334589, -10336926.630257556, -10317543.786597416, -10283735.773040984, -10248957.190699084, -10208566.514946558, -10176618.091176542, -10133722.69039624, -10092647.816300986, -10048065.481891818, -10010846.124876883, -9974900.148903495, -9948041.801777666, -9958453.65735844, -9963958.073808543, -10002562.152658429, -10011369.48195831, -10008891.645314282, -10000818.965769647, -9978338.348086076, -9935268.612670833, -9889467.736107096, -9855374.532736186, -9832334.705152515, -9831240.372054163, -9790526.179519406, -9744254.448824225, -9692568.877302574, -9648256.95424232, -9627542.43580475, -9582657.17050611, -9516067.479009824, -9515147.88620498, -9489450.98458062, -9446162.851132778, -9444211.97537566, -9408385.868668668, -9380718.93085129, -9360445.286660206, -9315232.214531073, -9281412.759693723, -9279145.945739143, -9235027.48458615, -9222237.028246624, -9227014.11326652, -9185673.02971829, -9143517.32799979, -9098642.748064037, -9057247.025079148, -9012481.973529555, -8969831.55824132, -8928228.453148745, -8888089.907044878, -8846603.147106508, -8815280.028059795, -8790522.857241292, -8766802.291748874, -8742048.278156193, -8718994.76694241, -8687048.28092535, -8650424.900609208, -8604552.22271298, -8556984.7354138, -8517467.329673398, -8484351.510258006, -8452303.548886903, -8396520.3905516, -8353015.569991471, -8299021.160102822, -8249098.2581497375, -8197406.45201203, -8144375.233618514, -8101631.601180088, -8058399.14343403, -8024883.594189775, -7975880.945114288, -7936316.441693003, -7901440.434926974, -7855612.4004778415, -7808116.607779976, -7774749.90207171, -7785044.5158365695, -7828986.272030856, -7886211.557805018, -7919648.455791719, -7924329.970938585, -7957074.338052674, -7999802.84125375, -8045585.685839532, -8088435.528981155, -8130569.183110584, -8165003.536386179, -8184032.488279076, -8225756.040988515, -8259713.665999299, -8306811.515965792, -8352912.743283516, -8410736.588053895, -8449358.76771514, -8477033.81086268, -8491013.644380046, -8490199.41375532, -8498605.363837807, -8523663.396393271, -8551985.805591142, -8580055.065268952, -8598504.28270864, -8624875.52739181, -8703728.06015219, -8729851.387283286, -8762518.600436013, -8789837.520571161, -8838717.553117553, -8885704.146802848, -8926323.146514142, -8966075.960297814, -9004545.028700288, -9044233.518084276, -9105322.147520104, -9145518.156039549, -9188334.893364808, -9232920.432014005, -9279140.393970152, -9315991.833429817, -9351590.447447622, -9391589.72258456, -9429249.106447274, -9445936.595404763, -9423660.178098898, -9417301.030175848, -9426679.640934628, -9468291.975745749, -9497090.075945707, -9540527.318275122, -9564245.451967655, -9586037.133065501, -9582022.970305465, -9598184.469560837, -9596319.252195379, -9569993.416735595, -9557244.140522892, -9554246.350981608, -9547075.724856963, -9522585.317924725, -9508698.702936463, -9507849.01219487, -9509652.500289015, -9532910.308990655, -9554877.37677754, -9516371.849035949, -9476728.653885309, -9433555.719029084, -9390761.511329481, -9348852.69825807, -9321449.6873079, -9309642.38162415, -9312467.349570382, -9266825.387202408, -9226567.192267206, -9202227.440103967, -9164406.103925087, -9127560.42415713, -9097313.671164315, -9062640.720482338, -9025165.458675051, -8993762.509086743, -8960560.470330108, -8922017.391973123, -8942035.589537248, -8975893.160397911, -8993847.294913156, -8959274.997357067, -8883249.502006786, -8856932.204683186, -8818680.957519047, -8778145.93447115, -8736221.059741156, -8694325.453956893, -8644996.48309831, -8614199.390631303, -8588104.112214651, -8574093.846159643, -8557642.821744, -8531907.300626373, -8501966.428059192, -8468229.050293248, -8435538.859843154, -8392770.130667068, -8351123.209888825, -8313592.517801476, -8268868.896324811, -8248935.524435474, -8201627.324274391, -8163303.394918679, -8136052.993004943, -8104505.214284138, -8064990.704135442, -8018084.381964305, -7963832.633183605, -7930432.534784116, -7932537.347149168, -7967925.007107239, -7968660.511025869, -7927114.140990257, -7882090.981055331, -7890377.621743473, -7931310.303395802, -7935612.6780352555, -7914130.250954556, -7899848.760024002, -7905875.819744197, -7951717.434430099, -7914683.451323672, -7895543.262005898, -7881316.578687275, -7867558.850917745, -7843183.658193328, -7828204.831728067, -7806461.225489018, -7768972.526686074, -7799700.8928908985, -7788123.975396502, -7843196.8322073, -7884687.544017868, -7867960.517231529, -7826651.813896246, -7801427.515370335, -7815225.314198722, -7858687.186612833, -7822579.374272946, -7816628.608117205, -7820514.598365649, -7830524.508587894, -7852196.757501496, -7867550.834361655, -7908008.134076513, -7945733.786135239, -7936403.601235717, -7943304.499910609, -7954619.057152252, -7964120.850923805, -7960146.27993966, -7959429.870186928, -7940281.032676469, -7932802.122537638, -7935155.549634424, -7915783.72544841, -7864510.548497723, -7836742.843184953, -7868161.337261845, -7911313.253688528, -7948780.329192819, -7955987.739549185, -8003857.486287809, -8042044.195518658, -8033556.033205487, -7994248.608385977, -7990786.8617558675, -7973837.593330534, -7976835.028477377, -7977871.924239258, -7970216.598825566, -7961673.82248758, -7954788.983365303, -7985633.010259798, -7967919.128148267, -7953358.364821844, -7975414.3836439615, -7969395.072450909, -7937807.3900815295, -7928822.436078423, -7927822.840187214, -7935420.808464134, -7949637.749476364, -7977155.565107384, -8010392.588691211, -8057990.206003792, -8103138.173951085, -8158153.330648141, -8200347.04240237, -8242486.6892871065, -8286133.33096546, -8333756.09989882, -8364741.803087375, -8368050.827808924, -8353332.570374931, -8399737.701806664, -8438339.727374453, -8476048.817959828, -8511593.224137038, -8541053.8530823, -8656302.399146866, -8677102.807237646, -8712274.349537382, -8706995.068019973, -8717306.369024249, -8754403.689586686, -8783007.070387594, -8811990.881782753, -8829356.325812088, -8851177.909455348, -8896527.997527998, -8934309.428155158, -8950712.085198035, -8934484.690822717, -8914086.458348589, -8904489.394330509, -8898990.05783072, -8878235.19258617, -8854597.417862695, -8865662.069903076, -8897350.934412645, -8919228.979112664, -8939334.794396607, -8924777.687066555, -8905421.917579358, -8899266.96471037, -8912892.793344367, -8927054.710614236, -8920711.595171317, -8927511.325836003, -8941862.146485018, -8986182.126104519, -9012453.989987817, -9040821.100752583, -9087192.121418586, -9095601.247124996, -9067482.64255251, -9102362.574610127, -9154537.006122401, -9201612.791822726, -9245293.519782754, -9276282.776805, -9322993.110617649, -9362959.275298359, -9382895.917587634, -9421784.310968423, -9466739.68047338, -9496812.743557109, -9542855.60969503, -9575028.23514809, -9627666.487637209, -9639420.88493631, -9644636.720165554, -9661383.55971956, -9680711.109379396, -9718719.218103329, -9768888.049380315, -9817290.438176153, -9903785.338114325, -9950113.802744702, -9993132.842438996, -10039486.564881913, -10085923.359781839, -10116201.933694027, -10139870.799161982, -10194067.072201442, -10224699.826423747, -10269965.03756435, -10303932.423662627, -10346483.072045296, -10399586.75379066, -10438258.587245423, -10500557.48069253, -10562381.580559572, -10611773.176394224, -10647318.206643024, -10677853.663512891, -10722519.325249692, -10768283.00942978, -10820122.396549098, -10867092.65133186, -10912111.820899481, -10955429.5326187, -11000093.678558156, -11046410.545746397, -11101846.085329868, -11153054.864564627, -11209294.14772436, -11256760.412783587, -11303008.84289664, -11328200.961036712, -11339423.88344744, -11365211.487738123, -11362578.608481508, -11367488.632120691, -11377165.899446845, -11410787.751789657, -11465233.745031182, -11525902.061435133, -11569080.416863974, -11627755.927575763, -11670142.5227243, -11725086.22032037, -11768226.92591293, -11779509.076241706, -11749916.007428285, -11757692.071278892, -11783805.880909273, -11807756.581825597, -11840826.728614584, -11874792.870111344, -11895760.275815472, -11929545.81882142, -11975990.896338765, -11980084.470652962, -11975722.673595458, -11979640.631230416, -12002584.080853922, -12020442.132577429, -11995793.030398468, -11998782.282361954, -11980813.986489853, -11987142.941415755, -12010018.250487229, -12022401.528653532, -12043291.521607514, -12052555.398567231, -12052942.048307866, -12040372.495061338, -12030444.72124605, -12005475.748248992, -11962015.624130305, -11919141.187659042, -11866466.313534858, -11825311.059048379, -11776833.996466516, -11747314.3000963, -11703957.66976942, -11667407.925886646, -11621566.44270189, -11575300.062906133, -11534793.635672942, -11487908.430796433, -11446940.640452016, -11399698.585071642, -11361693.870078716, -11326819.996235993, -11290192.014659807, -11257501.486980753, -11257521.578098604, -11214410.897401834, -11185098.576911114, -11150828.311214248, -11130895.760030972, -11065862.358040242, -11016739.106339827, -10975592.65291929, -10933887.29842023, -10909787.413871469, -10870933.378308896, -10837632.888241643, -10809395.743043857, -10782900.701793117, -10755637.677395537, -10729542.444298623, -10677631.15061794, -10660381.024962166, -10652290.144316066, -10620819.996657155, -10652467.844739536, -10619007.882929761, -10592432.44496517], "type": "scatter", "x": [-1.297198848891117e-09, -984.8424696346623, -18019.92431927562, -49505.03213263059, -75433.14645773961, -80060.54777308734, -99647.90313284213, -131908.20136635436, -137647.78099404788, -200071.45532327206, -209838.57727826407, -213927.46778289502, -226699.0371240358, -261302.91102757104, -278187.2006005921, -317512.83770534856, -378536.27494622406, -419031.96552857745, -418592.5835398885, -480491.5822893465, -544951.7798960411, -602044.3976168783, -551541.8248963879, -526954.3975834555, -551134.4951875983, -523987.66908507916, -567421.0048567426, -612160.5768586737, -654441.123974114, -688545.1802155254, -674388.3064208851, -686480.0192723202, -672581.8880580986, -731817.0123833881, -806553.0045657483, -809713.5638802752, -884115.722580774, -966042.3686449553, -1024514.6550472756, -1062823.7865466191, -1058360.1029346292, -1048193.5247987497, -992017.0414270394, -949102.2736765575, -895238.1156460368, -907147.8184765179, -889095.735275648, -890260.0686668312, -974026.5897599558, -985903.7588621881, -994746.6414795229, -1068727.0833705897, -1144183.2272023833, -1131726.5318383158, -1200521.024932392, -1272967.7080461904, -1350259.381334292, -1431606.4928972633, -1498902.8167467352, -1544188.9779614978, -1577624.224596318, -1633740.6088873963, -1707243.0090281137, -1685840.277481752, -1769175.6758515572, -1847009.1819979989, -1901468.3269872193, -1963186.1296095627, -2044580.750603322, -2113685.253054214, -2187296.2522196565, -2203488.2929541743, -2212782.889622471, -2280330.1180015104, -2290753.5863288646, -2332225.9009203417, -2390131.039568767, -2408137.70279451, -2427294.8111918396, -2465491.4641129463, -2492981.306400244, -2519171.4268872296, -2551467.074502999, -2621112.885526418, -2669018.974536105, -2649975.8214028487, -2698368.950469937, -2775657.542712476, -2727479.7738474435, -2668519.91754013, -2616231.6144976467, -2679708.6064559007, -2624367.6696646493, -2614563.9735678784, -2573838.751965429, -2592974.3099969975, -2630779.3526231474, -2629477.5461165854, -2608594.589851313, -2579447.7486182163, -2656026.992658082, -2714548.496344166, -2776563.532873105, -2788472.439699843, -2853401.666539552, -2919150.8755918834, -3050913.6560702943, -3028120.944830669, -3019243.2105393326, -3029562.284795711, -3000610.632689121, -2947039.106540457, -2884314.8600914194, -2869934.515463447, -2888237.534420131, -2914410.993110249, -2926167.511636559, -2878513.8552125213, -2880402.0493147913, -2999529.951566582, -2916163.726976569, -2874188.43855014, -2875157.193752611, -2801021.5329438536, -2777399.4339989834, -2741574.905613958, -2689866.2036840427, -2736288.9124602647, -2784887.636652686, -2707324.466222433, -2698452.985812997, -2647217.1373045663, -2584349.123469708, -2573971.314765503, -2585262.7963143312, -2601186.8955898, -2594402.9519954566, -2578843.3864885336, -2567542.764616146, -2572720.096596672, -2599914.7084929147, -2651249.142107683, -2709088.578783857, -2769734.1651684744, -2831598.3411654015, -2892450.4890469434, -2946498.7316197534, -2999863.670693493, -3048196.143504386, -3081773.8989950786, -3121927.563012036, -3166563.2819991475, -3227743.0140599264, -3281205.345514254, -3320182.2839322034, -3336480.6528405864, -3357630.4082936584, -3368896.661972447, -3371920.146547903, -3406232.1831569606, -3415055.980282847, -3417474.9285088326, -3382782.499375052, -3389799.7845796007, -3379545.5095395786, -3354771.416148356, -3348073.103785023, -3353753.9329016474, -3328299.251320569, -3274474.3639804707, -3258553.516174126, -3275822.3177865203, -3273024.1610379964, -3323333.978341049, -3349856.271171585, -3354663.9801430423, -3358025.2581039867, -3345989.792875236, -3307430.1766789597, -3262676.995491152, -3205674.2733928068, -3206130.4873399683, -3233882.9411359513, -3215614.944495744, -3200131.5595902875, -3170634.752927782, -3130482.450921904, -3067468.3889782294, -3010622.3372755195, -2953553.800646588, -2889201.922014595, -2827734.392771223, -2775373.393502561, -2718081.910408417, -2662330.9990515406, -2607719.159204224, -2491015.0905914768, -2436455.146019705, -2385872.534297765, -2328422.1744361315, -2266572.241787238, -2229707.3944236925, -2202631.2561300993, -2218432.71466604, -2183026.158138468, -2152978.088047517, -2136222.654319347, -2142698.655443679, -2137645.299006909, -2132644.0561559317, -2087334.0867910744, -2108989.1649145386, -2143392.2250708677, -2155598.513653107, -2179622.216028035, -2114157.9387065014, -2065804.4536883547, -2007833.5973252666, -1945002.5961991097, -1911913.3328169999, -1949052.1121804758, -1925598.335608491, -1860616.9369050898, -1798301.9237785828, -1733006.0608879616, -1671482.8015911009, -1599533.8008958017, -1552824.2980238523, -1490596.7687165611, -1426607.080547806, -1358496.9764849544, -1305853.6741595268, -1235946.86378731, -1172861.431512443, -1103024.0160769646, -1026262.5352160634, -969466.0514435077, -1002748.3001297083, -1020380.2343484163, -1036404.0190223588, -1036963.7748275336, -1041371.141739624, -1001629.5910227634, -943892.6933784105, -883560.5228465934, -916435.023257262, -919481.882974953, -871300.4301863903, -850191.7113212538, -828427.9055913452, -793441.7607964847, -756006.4330297614, -737347.5563896558, -779347.2555251172, -815204.9918070079, -841547.3930881266, -889665.0907281156, -930321.2673464994, -979426.9575870737, -1017700.5629180797, -1076249.448923923, -1081529.9370160347, -1059822.1818479148, -1028557.1328929547, -1013328.9523452405, -996095.8999897116, -993388.2345067755, -959651.2074646314, -922808.4056070627, -904170.3723382634, -853502.201585587, -809819.4152226581, -775997.2033343611, -743295.0605999602, -713404.8473081653, -674174.564170167, -653062.3272564135, -626837.230572379, -628387.6578292141, -679189.5354385949, -679075.1466853925, -661707.8704705674, -623766.2934522718, -583378.8188876031, -547217.1850102508, -521988.7527427783, -510612.85616296966, -483010.65004349226, -426135.34096689365, -397428.85092628637, -341870.1286356708, -345697.6172327102, -327369.8743727633, -274973.8592097283, -258706.58905584188, -202422.2966810639, -143288.43298918355, -84823.99756118486, -31079.446783812033, -10582.461931269645, 40775.941453908905, 89281.75408783584, 143857.4080267168, 198098.86699952243, 249227.17954482045, 305045.2104527904, 349917.0890322668, 385027.07912931725, 417614.55506694724, 471061.3790636364, 497102.85676844924, 516810.00137019804, 575408.139087153, 606649.6015317421, 663329.8563055606, 725765.427893726, 733616.8563357285, 784817.8040589179, 841017.6480429964, 899506.392210038, 950049.7136373378, 999218.7881136191, 1048301.998895865, 1056156.7433598086, 1073169.5735536867, 1132152.2239900117, 1188494.509591207, 1240908.2073058689, 1293225.083339827, 1346586.8534974298, 1401812.1662330641, 1458479.5951833169, 1512587.2024725906, 1565803.3209474925, 1618664.7848112544, 1679662.946157996, 1728320.15177777, 1767485.9311609047, 1761991.1142609841, 1785550.264992795, 1838719.492628188, 1844849.166932517, 1858852.4335536999, 1921910.340301718, 1971086.028961851, 2025430.3139804867, 2098878.1937274723, 2154343.142029812, 2223709.559043703, 2277363.135605489, 2334815.6345965555, 2389142.392328623, 2421192.998129216, 2493497.29773009, 2547708.720409497, 2588359.512210598, 2647380.9760075053, 2689449.702932045, 2753823.1807509395, 2810148.6151620727, 2870887.471702573, 2920333.184761781, 2954015.8205175227, 2985661.4199713077, 2992087.134105806, 2950838.1101152254, 2951953.8600454275, 2946827.308655698, 2981452.520302745, 2976474.048286914, 2976358.1630220725, 3005288.14199635, 3058051.356100518, 3138866.3500871565, 3147303.9699586425, 3167855.1240984453, 3186028.2148436215, 3209518.5918127852, 3242858.1821233127, 3133541.1916161226, 3098638.7655045893, 3035278.3629494943, 2973051.658936154, 2900817.698334936, 2853246.8210906507, 2887708.564760343, 2831297.2007011496, 2767323.9744963655, 2699404.1204482866, 2677233.0120425927, 2693218.4817794226, 2746358.878025795, 2814694.1319884756, 2875108.180607357, 2932905.687469748, 2990153.2174391383, 3046313.0874640704, 3129001.120933868, 3159233.877265167, 3193966.357971054, 3235885.5630648173, 3283600.52663088, 3352802.931891945, 3414475.5260879756, 3485994.4685667832, 3547647.944600118, 3597150.632780981, 3660009.842233401, 3700010.4974698415, 3740753.224086424, 3748875.591584613, 3783812.352280193, 3822946.850068763, 3836292.9536143923, 3893705.6371846492, 4008621.780029591, 3972715.974235504, 3906880.351154812, 3890381.5743975798, 3893607.4909712793, 3927726.619384413, 3929733.561111261, 3939191.9314121385, 3963473.60227494, 3963695.9081865996, 3935710.4391739233, 3967906.5032887207, 3977495.2776774927, 4008265.869134924, 3991514.9593335507, 4053218.698004806, 4113961.6726391506, 4165277.953051055, 4301179.8299188595, 4279242.382631076, 4232489.660759206, 4170531.4309690422, 4061212.620188865, 4055361.439132993, 4052012.680029592, 4067969.5154817393, 4086077.354895857, 4129875.720681232, 4177798.671254021, 4174197.3271854585, 4205631.329312748, 4160072.240468128, 4095608.9103402956, 4027847.6755584357, 4018003.960680414, 3959432.132051311, 3890567.471135918, 3847252.7481750622, 3838962.191079595, 3878408.7936687046, 3919855.04471702, 3911058.598658421, 3861292.1393783176, 3813511.7480194587, 3813649.081321087, 3784919.170354864, 3737753.115460583, 3688080.4134385595, 3687218.4261846747, 3674402.1305441377, 3640792.880172954, 3593405.921680516, 3570621.206136693, 3543646.0448198873, 3616636.594966605, 3687140.022285167, 3608779.153718463, 3521774.5533976285, 3434670.990142419, 3357807.5618926054, 3286811.783627552, 3239547.364507335, 3174095.0309733595, 3134846.0615912857, 3061270.7054631263, 3009941.800341159, 2925548.580679988, 2845049.311532899, 2754295.218278091, 2711375.208863519, 2628892.5676507857, 2528931.0279245474, 2423889.288776465, 2318349.4712284827, 2210919.8844326134, 2124695.8206988615, 2047012.2785741377, 2042794.9101909017, 1950230.1995602583, 1862517.159444425, 1776618.8829303426, 1682763.0081586652, 1590692.7214295717, 1519354.1612241615, 1419801.909006388, 1336999.9104783942, 1248266.8874057522, 1170744.9342170705, 1092085.7772372137, 1010181.8775286279, 921406.3663866641, 835045.9060738754, 750162.3146780577, 668847.9305969608, 607862.474694365, 599680.4358580406, 619427.3857205182, 628255.2966556955, 634029.990034085, 642977.8039831489, 711578.9739745244, 726031.0181176901, 785178.6441417721, 785699.5535974087, 798175.5547728451, 814427.9156184462, 807234.8789248996, 794326.0630751927, 768630.7437900107, 743052.875646218, 693579.5449439243, 661373.0134606166, 621143.1858786935, 540352.64473604, 503032.24689691304, 561653.4879072369, 603958.6935173685, 668281.7783082632, 656796.4720171278, 628907.5618356908, 615287.9116948601, 603502.555408074, 542930.1502874669, 501712.9372206854, 455811.5998665747, 405982.70834259107, 355780.1384335567, 305786.88051060704, 242093.21515806654, 212970.6709433425, 149805.30796039564, 144081.2527279122, 122911.59756905067, 76501.06763579568, 30981.75037648977, 1.297198848891117e-09]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1052", "yaxis": "y8", "legendgroup": "y1052", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12350562.671094323, 12431588.560550902, 12527467.065287892, 12596550.78800139, 12618254.990140906, 12540479.05155411, 12529030.141648952, 12601151.26145346, 12662867.244985644, 12696637.298468532, 12802515.331493123, 12830273.786237739, 12838289.757441886, 12808055.67804011, 12786991.025436105, 12740548.088270446, 12728076.753578618, 12746758.173086131, 12709034.865923397, 12667194.425897587, 12695068.534078645, 12747261.67515126, 12794854.667987766], "type": "scatter", "x": [0, -212709.4173922083, -465679.84169614245, -474326.45287752216, -545632.6061951688, -502325.635620889, -756884.423013185, -985407.4069924135, -912168.680747323, -754628.7304638409, -792767.6102145449, -758990.5485306826, -658033.3451768177, -565941.9244704081, -419203.05066649907, -386735.33560263546, -280886.37675433914, -167148.6957167286, -109660.00544678465, -128690.38279256037, -11537.85429701256, -57791.802335092856, 0]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1053", "yaxis": "y8", "legendgroup": "y1053", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12065840.354728239, 12061155.799634717, 12060893.922630033, 12090136.538064709, 12105577.09326406, 12134364.611152347, 12142104.574598368], "type": "scatter", "x": [0, -9005.422333621835, -68579.75441140089, -173452.32159604068, -168849.39998286232, -95933.32379765509, 0]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1054", "yaxis": "y8", "legendgroup": "y1054", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12142104.574598368, 12147122.757063264, 12111465.627773374, 12065840.354728237], "type": "scatter", "x": [-4.201442141766094e-09, 81131.00403624424, 92361.16054161833, -4.015111032598299e-09]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1055", "yaxis": "y8", "legendgroup": "y1055", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-18172847.086978763, -18132763.195483617, -18072087.980814785, -18099999.22569627, -18159170.07404451, -18180831.559166547, -18226859.38963716], "type": "scatter", "x": [2.2255319016462843e-09, 648149.1283957624, 1278805.8416905482, 1441964.7539995192, 943280.0202386258, 615212.6636512119, 2.2321465010028028e-09]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1056", "yaxis": "y8", "legendgroup": "y1056", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-6642390.004548024, -6536838.782896309, -6539396.270479526, -6475867.937787807, -6503458.636855487, -6551989.273857256, -6626329.027961621, -6600421.718096808, -6677630.599221752, -6642390.004548024], "type": "scatter", "x": [-4593746.293337116, -4565088.482563121, -4487036.717182671, -4479176.608919004, -4388261.086708623, -4380096.262243488, -4445152.364008579, -4504548.348735541, -4521965.838349704, -4593746.293337116]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1057", "yaxis": "y8", "legendgroup": "y1057", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-6536057.121223503, -6596820.60499702, -6647127.248269767, -6670562.129416735, -6712625.6756854635, -6662679.2796831, -6600071.01616101, -6557497.816651023, -6536057.121223503], "type": "scatter", "x": [5396459.359077704, 5409377.064239798, 5459006.381678869, 5442803.025567761, 5380422.92708071, 5275389.628436458, 5324258.3790944405, 5372781.214494659, 5396459.359077704]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1058", "yaxis": "y8", "legendgroup": "y1058", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [-17965799.073365707, -18007602.61033461, -18006873.778484933, -17939673.068764333, -17867838.23644736, -17811501.493688297, -17836583.124003988, -17922397.02653351, -17965799.073365707], "type": "scatter", "x": [1814961.8025852975, 1593931.1961398267, 1235106.2539389513, 1347885.0679574825, 1902663.2298584613, 2419307.3887125812, 2576490.0883322447, 2266290.6495586196, 1814961.8025852975]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1059", "yaxis": "y8", "legendgroup": "y1059", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [1453998.1165819287, 1465804.3014776313, 1459063.5863281295, 1359658.9818458436, 1352509.713227133, 1366310.494650743, 1400642.5386836114, 1453998.1165819287], "type": "scatter", "x": [-6771010.750084319, -6705926.188138986, -6683614.173775491, -6700618.917289246, -6793842.841872934, -6812054.457347047, -6775687.591472998, -6771010.750084319]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1060", "yaxis": "y8", "legendgroup": "y1060", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10982768.67250943, 10906061.240925906, 10820026.628504861, 10642207.87075206, 10632429.421202073, 10681481.214438334, 10728235.486848382, 10720007.329392266, 10839327.64418226, 10915743.303142322, 11073250.85532177, 11090553.025328165, 11085560.703755641, 11161706.639821867, 11170599.61393862, 11142976.649253896, 10982768.67250943], "type": "scatter", "x": [-12369235.561360968, -12424906.55550938, -12493620.083238754, -12647138.159490878, -12662718.056317097, -12683038.465920707, -12692512.780562242, -12729986.017933419, -12643942.392969692, -12550312.837692602, -12397355.213817602, -12366221.752438312, -12336538.15011206, -12257310.401727613, -12234128.305257866, -12252544.651936134, -12369235.561360968]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1061", "yaxis": "y8", "legendgroup": "y1061", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [11345605.470154827, 11338144.004731616, 11418529.421343744, 11525812.37883953, 11581368.339298332, 11600166.411081519, 11592989.282840122, 11463063.048092993, 11345605.470154827], "type": "scatter", "x": [-12040059.85732486, -12067848.86427305, -12036135.312261265, -11932089.600361552, -11882940.499794252, -11859356.746556452, -11846923.264094254, -11942644.79124979, -12040059.85732486]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1062", "yaxis": "y8", "legendgroup": "y1062", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [11678053.752562404, 11660003.76809072, 11828339.62159712, 11835927.239171296, 11678053.752562404], "type": "scatter", "x": [-11762778.90405721, -11795047.32360795, -11683326.640353717, -11654643.623439003, -11762778.90405721]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1063", "yaxis": "y8", "legendgroup": "y1063", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12188008.510817979, 12147980.781324543, 11982550.828663139, 11985055.73460031, 12009938.028363852, 12124696.920936365, 12216648.696571121, 12237698.098496752, 12188008.510817979], "type": "scatter", "x": [-11319354.679047707, -11360093.836161094, -11538077.410757583, -11547666.559812035, -11528385.833296796, -11442763.023419855, -11333675.133364774, -11310822.271691376, -11319354.679047707]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1064", "yaxis": "y8", "legendgroup": "y1064", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [12703320.636463473, 12648900.060115553, 12664719.361022254, 12806531.636789482, 12805268.970932448, 12778099.864407135, 12703320.636463473], "type": "scatter", "x": [-10831705.647885416, -10921033.562081829, -10927823.700575022, -10776632.03884574, -10763352.300722344, -10766537.99050482, -10831705.647885416]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1065", "yaxis": "y8", "legendgroup": "y1065", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [3812855.5632811864, 3797369.399678469, 3666429.8597210334, 3582215.4083441137, 3582437.457220615, 3673961.65166458, 3727806.152032817, 3812855.5632811864], "type": "scatter", "x": [-7961114.191420647, -7934601.497664976, -7948156.05837013, -7979695.128926034, -8006389.032506331, -7999117.150465765, -8018880.901127938, -7961114.191420647]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1066", "yaxis": "y8", "legendgroup": "y1066", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4067232.2905925973, 4062627.590110357, 4035995.363620003, 3997794.76127683, 4011477.4726930647, 4067232.2905925973], "type": "scatter", "x": [-7939706.148955935, -7890620.632538379, -7830525.196707162, -7843713.427646096, -7956340.232134101, -7939706.148955935]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1067", "yaxis": "y8", "legendgroup": "y1067", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [4062550.510213775, 3972189.4444215745, 3876308.5729521364, 3900584.2958432203, 3974771.4503120543, 4046084.827731286, 4062550.510213775], "type": "scatter", "x": [-7812472.4464775305, -7765626.110649122, -7824401.997631694, -7834338.960642239, -7801416.611930475, -7819423.665372813, -7812472.4464775305]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1068", "yaxis": "y8", "legendgroup": "y1068", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6176872.90195409, 6107874.398649191, 6068373.163868708, 6041942.461022197, 6009068.870130932, 6013205.204663085, 6105015.934929829, 6152990.031503363, 6176872.90195409], "type": "scatter", "x": [-5195511.702227076, -5210004.636589961, -5167804.214389484, -5097411.429679656, -5165994.704295037, -5198594.722646687, -5257656.953102011, -5248236.879337501, -5195511.702227076]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1069", "yaxis": "y8", "legendgroup": "y1069", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [5420464.880833774, 5562289.248222621, 5603461.397991588, 5682865.294160143, 5729289.127135802, 5808514.42506764, 5801421.201103109, 5832606.717768029, 5765125.838901237, 5646331.058968644, 5641723.721174683, 5601655.043160573, 5515095.476025995, 5502829.395887842, 5465468.956401814, 5448962.000783908, 5354099.69059511, 5342049.695545555, 5305455.489239857, 5249952.933351321, 5222345.903428713, 5152780.712319294, 5242585.074770099, 5293014.454219607, 5232020.232942527, 5178636.466052386, 5118148.825002619, 5124329.562020857, 5018161.437588919, 5027193.503516293, 4938740.102413191, 4916782.939468898, 4786852.265124235, 4705505.981259197, 4674829.639987189, 4606795.65645326, 4596124.263681332, 4641375.885713427, 4646083.244678631, 4727418.360136086, 4785833.892797791, 4821535.526909052, 4866959.6291185, 4963091.579057169, 4991125.325372235, 5016197.0262207845, 5011285.110479421, 5083920.681340178, 5134395.32033864, 5248762.633466298, 5329694.379536963, 5420464.880833774], "type": "scatter", "x": [4019318.504215677, 4042742.9031795976, 4110978.321880229, 4112088.782680783, 4172762.2653657715, 4235392.625490628, 4316846.383743595, 4390936.974599754, 4445373.795335589, 4494191.671524712, 4415524.453192055, 4357916.915801299, 4399217.632401524, 4314840.167681031, 4336707.334215078, 4396574.427460619, 4486209.914196382, 4602023.751118331, 4638415.2198219625, 4642283.679562757, 4661097.637813722, 4724656.926152236, 4690932.344578727, 4743060.6224308135, 4801056.3503615875, 4897927.429435085, 4842210.410066615, 4747953.352305333, 4776323.39848885, 4836725.312113884, 4852472.856705282, 4938967.063459154, 4983039.174230683, 5037087.678802069, 5040783.348014179, 4913956.3303308375, 4777089.998997617, 4690075.549266606, 4594740.884108539, 4530938.144359032, 4504425.364147864, 4525308.359219483, 4522891.776952515, 4498378.483877396, 4565567.906131295, 4524699.457687518, 4482020.075690023, 4400994.990019089, 4328302.933401108, 4173650.032204413, 4145778.7410911047, 4019318.504215677]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1070", "yaxis": "y8", "legendgroup": "y1070", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [6524788.829075395, 6522841.807256929, 6450422.014117888, 6369145.895994838, 6346964.385334762, 6360480.484598754, 6439113.313574044, 6524788.829075395], "type": "scatter", "x": [-4987598.053118003, -4956934.164498665, -4889665.837308897, -4854506.239079513, -4867715.158531451, -4903128.701216595, -4965896.028977727, -4987598.053118003]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1071", "yaxis": "y8", "legendgroup": "y1071", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8415290.183104968, 8427041.672123017, 8408733.862469325, 8379883.101207598, 8347155.101880665, 8372905.065467703, 8410889.114864286, 8415290.183104968], "type": "scatter", "x": [-4411364.360107083, -4356693.932656537, -4345710.158399981, -4365010.497825971, -4450639.725613358, -4454585.774424258, -4422524.805318347, -4411364.360107083]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1072", "yaxis": "y8", "legendgroup": "y1072", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8600212.8582444, 8609156.34815297, 8551942.13347978, 8535729.628114395, 8535427.419213606, 8567274.788638694, 8600212.8582444], "type": "scatter", "x": [-4477475.607643338, -4388239.06702932, -4347468.819168618, -4375719.588209344, -4491372.049168417, -4510008.285950369, -4477475.607643338]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1073", "yaxis": "y8", "legendgroup": "y1073", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [8697049.321473427, 8693828.883287054, 8727641.178920599, 8776549.890632177, 8808054.636861356, 8789304.821795022, 8741110.410434451, 8704931.442963712, 8697049.321473427], "type": "scatter", "x": [-3506216.471335306, -3566402.6985738454, -3605901.262903071, -3543493.496274305, -3452020.1528294473, -3407392.6310027963, -3424453.7885973323, -3483784.021021098, -3506216.471335306]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1074", "yaxis": "y8", "legendgroup": "y1074", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9623327.809395302, 9558188.942301268, 9563945.818109633, 9633567.306586867, 9660754.762262868, 9736965.748449992, 9716422.219770975, 9709404.272427328, 9655328.658487163, 9623327.809395302], "type": "scatter", "x": [-3551417.850893513, -3642253.405130591, -3707256.315292129, -3665212.172729797, -3689072.914484519, -3617438.37187392, -3559744.388104544, -3481154.963258471, -3524387.618111076, -3551417.850893513]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1075", "yaxis": "y8", "legendgroup": "y1075", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10109773.731915923, 10062109.881110739, 10013903.60787644, 9981020.812782323, 9899689.722510805, 9810987.441304458, 9796742.638353497, 9859495.223667042, 9817614.36727874, 9815902.183310509, 9898280.124120343, 9980488.85745051, 10027389.968765961, 10097141.593505586, 10203898.399235014, 10280653.463061607, 10314175.550020747, 10378066.996840205, 10414989.821274126, 10475809.909138545, 10448992.69406559, 10387061.028337445, 10328631.478687618, 10278239.314668564, 10359699.579493752, 10445030.700283282, 10502491.05751647, 10524722.78113029, 10435555.130319394, 10495129.459671473, 10562070.590698346, 10528666.460399179, 10502462.281862818, 10408833.660931956, 10373279.056975191, 10388781.611219713, 10312375.845186148, 10257775.748108163, 10224785.237730611, 10187769.942532165, 10139022.42850646, 10129527.677216949, 10174164.69611418, 10146680.192977361, 10109773.731915923], "type": "scatter", "x": [-2957737.321099982, -3035370.430473352, -3211913.566955859, -3338806.6058198074, -3429260.066652683, -3511413.9281029627, -3589014.6284323023, -3605456.1684948686, -3672811.6073215143, -3738085.1396807292, -3710749.2250443916, -3659180.6726421374, -3665796.081726206, -3716843.7215156737, -3723601.9945395854, -3721598.444236662, -3628709.8125445233, -3560279.7828458357, -3567230.6544557973, -3402591.96512491, -3394419.4624795974, -3387187.3926823586, -3414545.16692751, -3398547.0217286088, -3332222.9372286987, -3315024.759128697, -3287312.7784956414, -3211074.896910069, -3178071.8543656273, -3155261.139779769, -3075879.9748666603, -2957200.4082936402, -2898154.50534, -2830742.040598754, -2879244.949443162, -2956836.8560175397, -2930133.409431267, -3035850.5758377244, -2954366.7280497863, -3020914.780627174, -3203754.9539142083, -3132392.1427022694, -2943455.1212353436, -2923162.9447761173, -2957737.321099982]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1076", "yaxis": "y8", "legendgroup": "y1076", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9245183.218704661, 9311174.557508437, 9332867.325756118, 9323797.047934704, 9254353.7856665, 9169825.783939216, 9147808.303567493, 9179278.638449105, 9210872.856725078, 9232815.889387235, 9245183.218704661], "type": "scatter", "x": [-2826141.0374124567, -2762240.612919524, -2705148.4271488483, -2687167.8200859902, -2665627.319623582, -2716792.333232796, -2756314.6666434435, -2772791.591182497, -2789889.210135533, -2830354.802732875, -2826141.0374124567]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1077", "yaxis": "y8", "legendgroup": "y1077", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [11207145.44441635, 11211036.965714626, 11239594.091757115, 11302541.01967102, 11322943.272286877, 11280816.140933128, 11215244.130005866, 11207145.44441635], "type": "scatter", "x": [2162138.6086776634, 2066934.6247202572, 2004079.7963018073, 1999281.088411194, 2030754.759653919, 2096108.2352706143, 2163094.065880878, 2162138.6086776634]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1078", "yaxis": "y8", "legendgroup": "y1078", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [11282213.717453856, 11354990.952261461, 11362907.216545513, 11320891.05896924, 11249720.118438026, 11230926.590537328, 11282213.717453856], "type": "scatter", "x": [1556810.5398094705, 1481693.990894156, 1578413.0747103572, 1636634.9094075426, 1663539.7386262128, 1612810.1239216556, 1556810.5398094705]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1079", "yaxis": "y8", "legendgroup": "y1079", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [11017704.1399805, 11081001.463573607, 11198292.90270724, 11232889.612045106, 11140004.005571608, 11110926.963165091, 11022477.31931012, 10997415.267839149, 11017704.1399805], "type": "scatter", "x": [1794018.9496749043, 1712884.0069749074, 1653561.5346440573, 1782111.9728658008, 1918320.172604778, 2012369.5252822258, 1982889.6547930695, 1863286.8894609187, 1794018.9496749043]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1080", "yaxis": "y8", "legendgroup": "y1080", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9949701.557960195, 9950934.583976543, 9918610.318565033, 9903194.509832831, 9893934.387233203, 9939604.804349782, 9975724.781034391, 9989351.826967059, 10034487.337570144, 10051068.107557058, 10021245.096438177, 9988110.157533534, 9949701.557960195], "type": "scatter", "x": [-2353361.9097126564, -2330221.630437606, -2411457.976085081, -2501524.0410002484, -2632533.771004336, -2651425.2198344823, -2622495.9498344376, -2519238.343631067, -2529658.2311498085, -2392214.116914932, -2400418.2032993757, -2342413.869345182, -2353361.9097126564]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1081", "yaxis": "y8", "legendgroup": "y1081", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10095470.844187643, 10147387.175851997, 10138375.39289282, 10000510.148697495, 10061536.819200916, 10080103.671970837, 10095470.844187643], "type": "scatter", "x": [1869053.004359967, 1958749.1438977004, 2032299.9794364865, 2117828.4736188715, 1882237.307714206, 1860014.2423040094, 1869053.004359967]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1082", "yaxis": "y8", "legendgroup": "y1082", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9944596.759555312, 9986019.396030068, 10013160.412590796, 10045386.388383752, 10028260.137484873, 9978071.12932366, 9923952.36043704, 9898851.643006204, 9902078.096498145, 9881600.617375648, 9944596.759555312], "type": "scatter", "x": [1572466.137157677, 1533682.7937132074, 1621114.590418966, 1788191.611684833, 1947527.0139132948, 1971815.7392135146, 1920017.4726075553, 1850794.040414663, 1724405.9876091282, 1687001.9322509917, 1572466.137157677]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1083", "yaxis": "y8", "legendgroup": "y1083", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9976817.642754542, 9969599.50029308, 9952782.131513057, 9964628.931530107, 9926000.076222472, 9890907.433286177, 9818758.458225586, 9780678.665878462, 9744637.376814017, 9760719.839976361, 9771661.542366983, 9808461.727668902, 9859079.680832045, 9894461.569509154, 9903687.840288231, 9894199.53753362, 9931697.955913868, 9961327.306895753, 9982218.494278803, 9976817.642754542], "type": "scatter", "x": [-1647515.139859207, -1593908.5483494976, -1581168.6716866784, -1541256.956325906, -1530174.9199761134, -1620632.7068496132, -1679286.7310456312, -1788173.9618240853, -1836157.755391492, -1894509.4392021, -2032451.1517386043, -2053005.2464845884, -2038102.1110067177, -1969734.961263563, -1906457.5547104138, -1858539.5909358072, -1862674.6348376716, -1805085.3992091508, -1725546.1817274443, -1647515.139859207]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1084", "yaxis": "y8", "legendgroup": "y1084", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9926529.046950513, 9907889.55387008, 9890980.24720884, 9866221.873518882, 9856367.346213708, 9837450.142433247, 9812533.335377855, 9821352.575525552, 9809895.513318652, 9791321.947114596, 9755117.253284901, 9743589.862791732, 9716880.657687157, 9688024.629496232, 9659223.223925274, 9623824.799587978, 9591276.178462703, 9552203.880525831, 9534255.117426962, 9534641.376464237, 9553040.468718557, 9551145.008839697, 9521670.097152619, 9515470.683170874, 9522113.896277368, 9498924.221364213, 9524324.518175606, 9523548.325832717, 9572691.322512532, 9540127.211031154, 9542955.15724994, 9498655.288451778, 9497451.762294596, 9512955.369430061, 9500811.188596774, 9514679.001789432, 9498858.700683258, 9462733.198682155, 9447799.08414145, 9475163.264313255, 9553327.342650464, 9617818.206975136, 9660738.240206225, 9710672.93851953, 9733478.276539592, 9698178.030669907, 9739399.907819249, 9728465.288791802, 9649217.425900394, 9708112.597784562, 9751334.81783499, 9749106.559507748, 9722039.906547634, 9730750.187812528, 9773606.967474816, 9800304.194539063, 9748809.569369664, 9730012.674792003, 9717735.942557773, 9761807.963752998, 9821474.690985978, 9863348.930402467, 9888796.322847005, 9915368.877088675, 9926529.046950513], "type": "scatter", "x": [-1417945.8064101108, -1382106.94021754, -1373792.4788265713, -1340214.4199671168, -1271386.7588592484, -1275617.8811475525, -1318384.9232691624, -1223734.2954169514, -1190675.6828444374, -1163130.8242877338, -1138561.994805975, -1152721.1785226972, -1105480.7230294351, -1098872.6648662826, -1090455.3459496745, -1077573.6003128164, -1074711.265796947, -1093596.344527076, -1132009.7585736276, -1223324.9099002196, -1281206.7108301623, -1324866.4302457273, -1298433.7936561888, -1416728.3838722392, -1478951.7721271904, -1623665.0344527361, -1674247.4484354171, -1713412.6775070713, -1764164.6914716722, -1768885.8915707301, -1804843.8220736957, -1872509.5703785517, -1937866.9860833928, -2001180.6118300601, -2068916.7227244105, -2133165.2458298625, -2167668.50541896, -2140134.3105525733, -2178227.11175413, -2307800.046167828, -2293363.844428704, -2347415.584382978, -2339524.794112285, -2344066.7703841776, -2263271.9283432625, -2213072.7807384557, -2094073.3033688697, -2078451.0919161565, -2131501.4032057626, -2034482.4911187016, -2012213.5863047207, -1941899.150575135, -1890663.143113869, -1830236.5648099654, -1772535.698019798, -1687067.0526394434, -1679610.4535233073, -1692783.092266049, -1621535.301597213, -1616539.8078235756, -1644817.4941376608, -1592935.0318835024, -1525364.8168260332, -1476973.2476790121, -1417945.8064101108]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1085", "yaxis": "y8", "legendgroup": "y1085", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [9396960.917907199, 9421384.522346072, 9390467.218406953, 9416002.002327798, 9402248.913666433, 9345378.190060392, 9233498.503928889, 9200762.889507368, 9215819.421944415, 9238742.133287257, 9217376.822405972, 9206302.110894961, 9153194.489177542, 9175439.865377743, 9133241.221663278, 9077034.50811045, 9103866.432802074, 9126069.969333656, 9095381.652300665, 9046753.973127343, 8982721.212911146, 8959980.457900727, 8956144.841937544, 8939808.627202535, 8866298.302739998, 8800295.355763784, 8679525.86631881, 8601542.850945465, 8606381.140175596, 8582849.080704773, 8513172.339056533, 8419137.805134615, 8416303.581381245, 8313685.384744326, 8321737.508110498, 8268900.994572366, 8232850.559013132, 8226890.203435903, 8238073.052783928, 8154068.179573559, 8105503.965396428, 8167555.9588414915, 8143268.6125951335, 8103994.421074058, 8026173.803274416, 7935032.548268398, 7929774.430893514, 7978917.397516251, 8053093.696066323, 7976204.220716719, 7930937.68099426, 7900279.833100295, 7881792.048360018, 7812151.277137354, 7755654.103430553, 7753543.263930787, 7767365.096866644, 7739836.09186552, 7646008.295072397, 7603330.68860401, 7609898.897314865, 7605442.816201884, 7605058.096447926, 7554233.026803533, 7479475.731605384, 7418327.361611475, 7363472.14712194, 7271354.89919611, 7190719.245123674, 7094944.018137817, 7117517.434835546, 7237583.850835093, 7282614.47109004, 7363689.887094122, 7483121.685669214, 7654667.473885355, 7734464.1171192955, 7830349.920921858, 7957157.774955906, 8023039.886180447, 8073919.96403915, 8167622.021927047, 8171667.796936236, 8204871.2516805325, 8277868.797249346, 8266803.898950554, 8263805.923947517, 8269368.815447918, 8328292.666917174, 8395177.631861614, 8437610.323615836, 8419337.28872856, 8351362.97049555, 8448056.338565646, 8499213.500544678, 8506811.062637141, 8547860.435416339, 8611464.222118678, 8658226.926631913, 8737238.91644076, 8855526.85062361, 8914060.422253305, 8949770.643010605, 9050116.965431605, 9097375.92068288, 9148064.062353315, 9193554.997899015, 9241329.99076899, 9321730.101096934, 9290285.661265671, 9254842.74751056, 9356786.638231382, 9428084.352667531, 9449743.927634833, 9410667.875255764, 9380883.147442546, 9400184.13728153, 9467438.38957223, 9480149.142615983, 9477518.42592529, 9465475.543618856, 9502467.099072717, 9491856.153186083, 9467660.77951613, 9434389.81313008, 9397456.524789266, 9415192.501245983, 9359749.003970847, 9339103.790970692, 9289928.92910509, 9360801.006044116, 9396960.917907199], "type": "scatter", "x": [-889116.7730709914, -772023.4001159214, -723088.6941105132, -667065.3324904992, -604223.7354461952, -485448.04331390624, -421009.95758463664, -479167.4260359382, -558688.8645594035, -671395.8843581921, -675673.5104596863, -596839.3587247799, -557297.6253546756, -497909.59870978445, -500563.3401645064, -558153.3436717698, -479755.09183917544, -353821.07944216597, -293802.394383883, -294234.27189466177, -419632.8134853415, -443442.8218324506, -533739.9142867163, -475693.87965522055, -539726.0258358078, -592656.6792776248, -643154.4435330336, -632686.5172417826, -686712.5029320195, -757007.126763616, -718090.1178500078, -746926.0011802091, -790830.2638889387, -778915.4326576622, -869183.3234227594, -841627.0618219324, -870434.67166853, -935168.3379276725, -992225.7912291249, -972909.8918756346, -993005.7776788884, -1057392.8364369085, -1092838.328175549, -1047413.2821645851, -1018353.4840326182, -1036849.2139468245, -1128457.8299544752, -1145457.5512367412, -1171957.1797989656, -1191456.276495432, -1272048.6645339667, -1150936.5743015578, -1088326.2707164527, -1257629.1826175493, -1431333.8352722786, -1595675.4102212633, -1650431.1893174783, -1725250.01909386, -1861687.6355457047, -2018265.470335342, -2056914.039836637, -2142845.0570153072, -2233964.617190011, -2323476.8747752244, -2374785.9598729955, -2449377.7449014126, -2597686.449857838, -2631530.8063247255, -2716562.8801581995, -2816138.8677228196, -2904820.552974831, -2930339.8588456335, -3044419.9045102648, -3054300.382620376, -3008647.515062152, -2989470.243840614, -2955140.936778335, -2877905.6974759633, -2853166.9976550676, -2764509.0642987383, -2758320.4804306594, -2598920.0517196413, -2499721.3393177106, -2442277.6996440757, -2356463.141908772, -2436952.124681468, -2473521.291554952, -2523522.7584569007, -2536812.7726371735, -2466714.4746312886, -2395218.8402150096, -2360100.8825966506, -2311976.3326982823, -2309338.702899395, -2304253.0748587917, -2354156.360563646, -2355172.703918156, -2214073.18184717, -2191692.661895409, -2136810.5452249986, -2046013.4736044228, -2032757.8296711063, -1980729.0197935882, -1971310.282510248, -2009398.312593099, -2071768.5377840132, -2131123.251410632, -2107544.307338655, -2045919.5741712558, -1955319.1485734878, -1911884.99355464, -1947033.4621618122, -1919182.2308833422, -1857962.1750678096, -1732128.3915045094, -1607050.1716491645, -1549124.041492047, -1535192.2200631583, -1464856.2063824853, -1317949.8496190452, -1283251.9584113145, -1225234.3402563552, -1157896.1268942247, -1095618.046591819, -1051308.1125964813, -1074365.4145493738, -966472.3946381153, -973299.7599746883, -959013.87236955, -958565.2187836106, -939886.0503592717, -889116.7730709914]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "y1086", "yaxis": "y8", "legendgroup": "y1086", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 0.5}, "y": [10122639.860315751, 10079254.745522588, 10049219.035756402, 10063432.03925704, 10131348.934723303, 10122639.860315751], "type": "scatter", "x": [-2863402.1475566523, -2862939.346024449, -2905273.6887711897, -3019822.6651814193, -2886532.8365519852, -2863402.1475566523]}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "Equator", "yaxis": "y8", "legendgroup": "Equator", "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [20003931.458625447, 1.2021567849110443e-09, 1.1773700470778268e-09, 1.1525833092446094e-09, 1.1277965714113922e-09, 1.1030098335781746e-09, 1.078223095744957e-09, 1.0534363579117397e-09, 1.0286496200785223e-09, 1.003862882245305e-09, 9.790761444120874e-10, 9.5428940657887e-10, 9.295026687456527e-10, 9.047159309124353e-10, 8.799291930792179e-10, 8.551424552460005e-10, 8.303557174127829e-10, 8.055689795795656e-10, 7.807822417463483e-10, 7.559955039131308e-10, 7.312087660799134e-10, 7.064220282466961e-10, 6.816352904134786e-10, 6.568485525802613e-10, 6.320618147470438e-10, 6.072750769138265e-10, 5.824883390806091e-10, 5.577016012473916e-10, 5.329148634141742e-10, 5.081281255809569e-10, 4.833413877477393e-10, 4.5855464991452196e-10, 4.3376791208130454e-10, 4.0898117424808717e-10, 3.841944364148698e-10, 3.5940769858165237e-10, 3.34620960748435e-10, 3.0983422291521757e-10, 2.850474850820002e-10, 2.602607472487828e-10, 2.3547400941556535e-10, 2.1068727158234798e-10, 1.8590053374913055e-10, 1.6111379591591313e-10, 1.3632705808269573e-10, 1.1154032024947832e-10, 8.675358241626092e-11, 6.196684458304352e-11, 3.718010674982611e-11, 1.2393368916608704e-11, 1.2393368916608704e-11, 3.718010674982611e-11, 6.196684458304352e-11, 8.675358241626092e-11, 1.1154032024947832e-10, 1.3632705808269573e-10, 1.6111379591591313e-10, 1.8590053374913055e-10, 2.1068727158234798e-10, 2.3547400941556535e-10, 2.602607472487828e-10, 2.850474850820002e-10, 3.0983422291521757e-10, 3.34620960748435e-10, 3.5940769858165237e-10, 3.841944364148698e-10, 4.0898117424808717e-10, 4.3376791208130454e-10, 4.5855464991452196e-10, 4.833413877477393e-10, 5.081281255809569e-10, 5.329148634141742e-10, 5.577016012473916e-10, 5.824883390806091e-10, 6.072750769138265e-10, 6.320618147470438e-10, 6.568485525802613e-10, 6.816352904134786e-10, 7.064220282466961e-10, 7.312087660799134e-10, 7.559955039131308e-10, 7.807822417463483e-10, 8.055689795795656e-10, 8.303557174127829e-10, 8.551424552460005e-10, 8.799291930792179e-10, 9.047159309124353e-10, 9.295026687456527e-10, 9.5428940657887e-10, 9.790761444120874e-10, 1.003862882245305e-09, 1.0286496200785223e-09, 1.0534363579117397e-09, 1.078223095744957e-09, 1.1030098335781746e-09, 1.1277965714113922e-09, 1.1525833092446094e-09, 1.1773700470778268e-09, 1.2021567849110443e-09, 20003931.458625447], "type": "scatter", "x": [0, -19632710.194450065, -19227912.04611089, -18823113.897771712, -18418315.749432538, -18013517.60109336, -17608719.452754185, -17203921.304415006, -16799123.15607583, -16394325.007736655, -15989526.859397475, -15584728.711058298, -15179930.562719123, -14775132.414379945, -14370334.26604077, -13965536.117701592, -13560737.969362415, -13155939.821023239, -12751141.672684062, -12346343.524344886, -11941545.37600571, -11536747.227666533, -11131949.079327356, -10727150.93098818, -10322352.782649005, -9917554.634309828, -9512756.485970652, -9107958.337631473, -8703160.189292299, -8298362.040953121, -7893563.892613944, -7488765.744274767, -7083967.595935591, -6679169.447596414, -6274371.299257237, -5869573.150918061, -5464775.002578884, -5059976.854239708, -4655178.705900531, -4250380.557561355, -3845582.4092221777, -3440784.260883001, -3035986.1125438246, -2631187.964204648, -2226389.8158654715, -1821591.6675262947, -1416793.5191871182, -1011995.3708479417, -607197.222508765, -202399.0741695883, 202399.0741695883, 607197.222508765, 1011995.3708479417, 1416793.5191871182, 1821591.6675262947, 2226389.8158654715, 2631187.964204648, 3035986.1125438246, 3440784.260883001, 3845582.4092221777, 4250380.557561355, 4655178.705900531, 5059976.854239708, 5464775.002578884, 5869573.150918061, 6274371.299257237, 6679169.447596414, 7083967.595935591, 7488765.744274767, 7893563.892613944, 8298362.040953121, 8703160.189292299, 9107958.337631473, 9512756.485970652, 9917554.634309828, 10322352.782649005, 10727150.93098818, 11131949.079327356, 11536747.227666533, 11941545.37600571, 12346343.524344886, 12751141.672684062, 13155939.821023239, 13560737.969362415, 13965536.117701592, 14370334.26604077, 14775132.414379945, 15179930.562719123, 15584728.711058298, 15989526.859397475, 16394325.007736655, 16799123.15607583, 17203921.304415006, 17608719.452754185, 18013517.60109336, 18418315.749432538, 18823113.897771712, 19227912.04611089, 19632710.194450065, 0]}, {"showlegend": true, "mode": "markers", "xaxis": "x8", "colorbar": {"y": 0.12152777777777769, "title": {"text": ""}, "len": 0.2179753572470108, "x": 0.9950787401574803}, "name": "Cities", "yaxis": "y8", "legendgroup": "Cities", "marker": {"symbol": "circle", "color": "rgba(255, 0, 0, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 10}, "y": [5708516.903221529, 5767065.043978457, 6506352.419166911], "type": "scatter", "x": [-10168.247440000798, -6470331.8279904835, 2717573.969365689]}], "config": {"paper_bgcolor": "rgba(255, 255, 255, 1.000)", "xaxis7": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-20000000, -10000000, 0, 10000000, 20000000], "range": [-21239758.8433566, 21239758.8433566], "domain": [0.1049212598425197, 0.4950787401574804], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-2.0×10⁷", "-1.0×10⁷", "0", "1.0×10⁷", "2.0×10⁷"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y7", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "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"}, "xaxis8": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-20000000, -10000000, 0, 10000000, 20000000], "range": [-20810672.80611707, 20810672.80611707], "domain": [0.6049212598425197, 0.9950787401574803], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-2.0×10⁷", "-1.0×10⁷", "0", "1.0×10⁷", "2.0×10⁷"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y8", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "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"}, "height": 1200, "yaxis4": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-5000000, -2500000, 0, 2500000, 5000000], "range": [-5945427.344385987, 6734168.946198272], "domain": [0.5125400991542723, 0.7305154564012831], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-5.00×10⁶", "-2.50×10⁶", "0", "2.50×10⁶", "5.00×10⁶"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x4", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "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"}, "yaxis2": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-6000000, -3000000, 0, 3000000, 6000000], "range": [-8954380.219670547, 8846810.949754948], "domain": [0.7625400991542723, 0.9805154564012831], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-6.0×10⁶", "-3.0×10⁶", "0", "3.0×10⁶", "6.0×10⁶"], "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": false, "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"}, "xaxis3": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-15000000, -10000000, -5000000, 0, 5000000, 10000000, 15000000], "range": [-19122501.43791613, 19122501.43791613], "domain": [0.1049212598425197, 0.4950787401574804], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-1.50×10⁷", "-1.00×10⁷", "-5.00×10⁶", "0", "5.00×10⁶", "1.00×10⁷", "1.50×10⁷"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y3", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "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"}, "xaxis4": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-5000000, -2500000, 0, 2500000, 5000000], "range": [-6759974.219203035, 6759974.219203035], "domain": [0.6049212598425197, 0.9950787401574803], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-5.00×10⁶", "-2.50×10⁶", "0", "2.50×10⁶", "5.00×10⁶"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y4", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "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": "Mercator", "xref": "paper", "x": 0.3}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 6678042.022643202, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y", "showarrow": false, "text": "Лондон", "xref": "x", "x": -14204.367025221705}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 4942194.778102551, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y", "showarrow": false, "text": "Нью Йорк", "xref": "x", "x": -8238310.235647004}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 7474605.281984749, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y", "showarrow": false, "text": "Москва", "xref": "x", "x": 4187572.076865048}, {"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": "Robinson", "xref": "paper", "x": 0.8}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 5482324.58417611, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y2", "showarrow": false, "text": "Лондон", "xref": "x2", "x": -10349.047295433502}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 4352047.953965461, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y2", "showarrow": false, "text": "Нью Йорк", "xref": "x2", "x": -6420021.6524056895}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 5914563.529198334, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y2", "showarrow": false, "text": "Москва", "xref": "x2", "x": 2948697.2890256024}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 0.75, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Mollweide", "xref": "paper", "x": 0.3}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 6030382.747337068, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y3", "showarrow": false, "text": "Лондон", "xref": "x3", "x": -9510.293029056536}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 4868916.118288842, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y3", "showarrow": false, "text": "Нью Йорк", "xref": "x3", "x": -6243708.301484751}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 6462220.823923416, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y3", "showarrow": false, "text": "Москва", "xref": "x3", "x": 2630276.836193227}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 0.75, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Orthographic (сферическая)", "xref": "paper", "x": 0.8}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 2332658.194618782, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y4", "showarrow": false, "text": "Лондон", "xref": "x4", "x": -8859.206368392886}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 2935378.0324359112, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y4", "showarrow": false, "text": "Нью Йорк", "xref": "x4", "x": -4654044.842733646}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 3139701.5354862805, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y4", "showarrow": false, "text": "Москва", "xref": "x4", "x": 2195781.6048235735}, {"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": "Eckert IV (псевдоцилиндрическая)", "xref": "paper", "x": 0.3}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 6220477.390034253, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y5", "showarrow": false, "text": "Лондон", "xref": "x5", "x": -10062.931904492163}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 5089559.479822396, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y5", "showarrow": false, "text": "Нью Йорк", "xref": "x5", "x": -6257274.53922804}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 6622746.720473993, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y5", "showarrow": false, "text": "Москва", "xref": "x5", "x": 2868483.1374512804}, {"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": "Winkel Tripel (компромиссная)", "xref": "paper", "x": 0.8}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 5733755.724455015, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y6", "showarrow": false, "text": "Лондон", "xref": "x6", "x": -12179.454573703664}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 4671914.043259923, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y6", "showarrow": false, "text": "Нью Йорк", "xref": "x6", "x": -7484491.800707818}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 6246448.07265083, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y6", "showarrow": false, "text": "Москва", "xref": "x6", "x": 3473441.8771092463}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 0.24999999999999994, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Sinusoidal (равновеликая)", "xref": "paper", "x": 0.3}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 5708513.308567189, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y7", "showarrow": false, "text": "Лондон", "xref": "x7", "x": -8859.213691576162}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 4508679.405667854, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y7", "showarrow": false, "text": "Нью Йорк", "xref": "x7", "x": -6253457.275809202}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 6181373.880514138, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y7", "showarrow": false, "text": "Москва", "xref": "x7", "x": 2361844.1958895135}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 0.24999999999999994, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Azimuthal Equidistant (азимутальная)", "xref": "paper", "x": 0.8}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 5708516.903221529, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y8", "showarrow": false, "text": "Лондон", "xref": "x8", "x": -10168.247440000798}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 5767065.043978457, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y8", "showarrow": false, "text": "Нью Йорк", "xref": "x8", "x": -6470331.8279904835}, {"yanchor": "bottom", "xanchor": "center", "rotation": 0, "y": 6506352.419166911, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "yref": "y8", "showarrow": false, "text": "Москва", "xref": "x8", "x": 2717573.969365689}], "yaxis6": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-10000000, -5000000, 0, 5000000], "range": [-10274520.665091371, 9899398.363006378], "domain": [0.26254009915427234, 0.4805154564012831], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-1.0×10⁷", "-5.0×10⁶", "0", "5.0×10⁶"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x6", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "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"}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "xaxis5": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-15000000, -10000000, -5000000, 0, 5000000, 10000000, 15000000], "range": [-17936475.098319754, 17936475.098319754], "domain": [0.1049212598425197, 0.4950787401574804], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-1.50×10⁷", "-1.00×10⁷", "-5.00×10⁶", "0", "5.00×10⁶", "1.00×10⁷", "1.50×10⁷"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y5", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "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"}, "showlegend": false, "yaxis8": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-10000000, 0, 10000000, 20000000], "range": [-19377513.51968722, 21150963.836634554], "domain": [0.01254009915427229, 0.2305154564012831], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-1.0×10⁷", "0", "1.0×10⁷", "2.0×10⁷"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x8", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "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"}, "yaxis3": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-7500000, -5000000, -2500000, 0, 2500000, 5000000, 7500000], "range": [-9384260.837105911, 9279560.570106875], "domain": [0.5125400991542723, 0.7305154564012831], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-7.50×10⁶", "-5.00×10⁶", "-2.50×10⁶", "0", "2.50×10⁶", "5.00×10⁶", "7.50×10⁶"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x3", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "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"}, "yaxis5": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-6000000, -3000000, 0, 3000000, 6000000], "range": [-8922855.196415268, 8879623.098078154], "domain": [0.26254009915427234, 0.4805154564012831], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-6.0×10⁶", "-3.0×10⁶", "0", "3.0×10⁶", "6.0×10⁶"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x5", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "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"}, "yaxis7": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-10000000, -5000000, 0, 5000000], "range": [-10075643.151196843, 9856306.131473688], "domain": [0.01254009915427229, 0.2305154564012831], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-1.0×10⁷", "-5.0×10⁶", "0", "5.0×10⁶"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x7", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "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"}, "xaxis2": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-15000000, -10000000, -5000000, 0, 5000000, 10000000, 15000000], "range": [-18026183.330356747, 18026183.330356747], "domain": [0.6049212598425197, 0.9950787401574803], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-1.50×10⁷", "-1.00×10⁷", "-5.00×10⁶", "0", "5.00×10⁶", "1.00×10⁷", "1.50×10⁷"], "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": false, "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"}, "xaxis6": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-20000000, -10000000, 0, 10000000, 20000000], "range": [-21239758.8433566, 21239758.8433566], "domain": [0.6049212598425197, 0.9950787401574803], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-2.0×10⁷", "-1.0×10⁷", "0", "1.0×10⁷", "2.0×10⁷"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y6", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "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"}, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "width": 895.359375, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-20000000, -10000000, 0, 10000000, 20000000], "range": [-21239758.843356602, 21239758.843356602], "domain": [0.1049212598425197, 0.4950787401574804], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-2.0×10⁷", "-1.0×10⁷", "0", "1.0×10⁷", "2.0×10⁷"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "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": [-20000000, -10000000, 0, 10000000], "range": [-21933263.299524635, 19572155.336116217], "domain": [0.7625400991542723, 0.9805154564012831], "mirror": false, "tickangle": 0, "showline": false, "ticktext": ["-2.0×10⁷", "-1.0×10⁷", "0", "1.0×10⁷"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": false, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": false, "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"}}}