diff --git a/example_graph_config.yaml b/example_graph_config.yaml
index b4d29ba..05239a8 100644
--- a/example_graph_config.yaml
+++ b/example_graph_config.yaml
@@ -3,7 +3,6 @@ creator: HierarchicalGraphCreator
num_hidden: 3
level_process: True
-data: 'data'
processor_node:
_target_: anemoi.graphs.nodes.TriNodes
diff --git a/src/anemoi/graphs/plotting/graph_vis_funcs.py b/src/anemoi/graphs/plotting/graph_vis_funcs.py
index d17db13..8d7dea3 100644
--- a/src/anemoi/graphs/plotting/graph_vis_funcs.py
+++ b/src/anemoi/graphs/plotting/graph_vis_funcs.py
@@ -201,7 +201,7 @@ def vis_downscale(data_nodes, hidden_nodes, data_to_hidden_edges, downscale_edge
colorscale = generate_shades(color, num_hidden)
layout = make_layout(title)
- scale_increment = 1/num_hidden
+ scale_increment = 1/(num_hidden+1)
# Data
g_data = to_networkx(
@@ -267,7 +267,7 @@ def vis_upscale(data_nodes, hidden_nodes, data_to_hidden_edges, upscale_edges, t
colorscale = generate_shades(color, num_hidden)
layout = make_layout(title)
- scale_increment = 1/num_hidden
+ scale_increment = 1/(num_hidden+1)
# Hidden
graphs = []
@@ -336,7 +336,7 @@ def vis_level(data_nodes, hidden_nodes, data_to_hidden_edges, hidden_edges, titl
colorscale = generate_shades(color, num_hidden)
layout = make_layout(title)
- scale_increment = 1/num_hidden
+ scale_increment = 1/(num_hidden+1)
# Data
diff --git a/src/anemoi/graphs/plotting/hierarchical_dynamic_vis.ipynb b/src/anemoi/graphs/plotting/hierarchical_dynamic_vis.ipynb
index 3bc88b1..cd955bb 100644
--- a/src/anemoi/graphs/plotting/hierarchical_dynamic_vis.ipynb
+++ b/src/anemoi/graphs/plotting/hierarchical_dynamic_vis.ipynb
@@ -18,36 +18,23 @@
},
{
"cell_type": "code",
- "execution_count": 1,
+ "execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import torch\n",
- "import plotly.graph_objs as go\n",
"from anemoi.graphs.plotting.graph_vis_funcs import vis_downscale, vis_upscale, vis_level"
]
},
{
"cell_type": "code",
- "execution_count": 2,
+ "execution_count": null,
"metadata": {},
- "outputs": [
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "Lat Lon grid has: 40320 points.\n",
- "Hidden layer 1 has: 10242 points\n",
- "Hidden layer 2 has: 2562 points\n",
- "Hidden layer 3 has: 642 points\n",
- "Hidden layer 4 has: 162 points\n"
- ]
- }
- ],
+ "outputs": [],
"source": [
"# Specify path to graph\n",
"path = '/scratch/mch/apennino/output/graphs/graph_era5_hierarchical_new.pt'\n",
- "num_hidden = 4\n",
+ "num_hidden = 3\n",
"\n",
"# Load graph and separate each sub-graph\n",
"hetero_data = torch.load(path, weights_only=False) \n",
@@ -89,68503 +76,9 @@
},
{
"cell_type": "code",
- "execution_count": 3,
+ "execution_count": null,
"metadata": {},
- "outputs": [
- {
- "data": {
- "text/html": [
- " \n",
- " "
- ]
- },
- "metadata": {},
- "output_type": "display_data"
- },
- {
- "data": {
- "application/vnd.plotly.v1+json": {
- "config": {
- "plotlyServerURL": "https://plot.ly"
- },
- "data": [
- {
- "hoverinfo": "text",
- "marker": {
- "color": "darkgrey",
- "opacity": 0.8,
- "size": 3
- },
- "mode": "markers",
- "text": [
- "6144",
- "6145",
- "6146",
- "6147",
- "6148",
- "6149",
- "6150",
- "6151",
- "6152",
- "6153",
- "6154",
- "6155",
- "4121",
- "4122",
- "4123",
- "4124",
- "4125",
- "9377",
- "9378",
- "9379",
- "9380",
- "9381",
- "9382",
- "8301",
- "8302",
- "8303",
- "8304",
- "8305",
- "8306",
- "8307",
- "8308",
- "8309",
- "8310",
- "8311",
- "8312",
- "8313",
- "8314",
- "8315",
- "8316",
- "8317",
- "8318",
- "8319",
- "8320",
- "8321",
- "8322",
- "8323",
- "8324",
- "4305",
- "4306",
- "4307",
- "4308",
- "4309",
- "4310",
- "6365",
- "6366",
- "6367",
- "6368",
- "6369",
- "6370",
- "6371",
- "6372",
- "6373",
- "6374",
- "6375",
- "6376",
- "6377",
- "6378",
- "6379",
- "6380",
- "10494",
- "10495",
- "10496",
- "10497",
- "10498",
- "10499",
- "10500",
- "10501",
- "10502",
- "10503",
- "10504",
- "10505",
- "10506",
- "10507",
- "10508",
- "10509",
- "10510",
- "10511",
- "10512",
- "10513",
- "10514",
- "10515",
- "10516",
- "10517",
- "10518",
- "10519",
- "10520",
- "10521",
- "10522",
- "10523",
- "8561",
- "8562",
- "8563",
- "8564",
- "8565",
- "8566",
- "8567",
- "8568",
- "8569",
- "8570",
- "8571",
- "8572",
- "8573",
- "8574",
- "8575",
- "8576",
- "8577",
- "8578",
- "8579",
- "8580",
- "8581",
- "8582",
- "8583",
- "8584",
- "8585",
- "4493",
- "4494",
- "4495",
- "4496",
- "4497",
- "4498",
- "4499",
- "6593",
- "6594",
- "6595",
- "6596",
- "6597",
- "6598",
- "6599",
- "6600",
- "6601",
- "6602",
- "6603",
- "6604",
- "6605",
- "6606",
- "6607",
- "6608",
- "6609",
- "10786",
- "10787",
- "10788",
- "10789",
- "10790",
- "10791",
- "10792",
- "10793",
- "10794",
- "10795",
- "10796",
- "10797",
- "10798",
- "10799",
- "10800",
- "10801",
- "10802",
- "10803",
- "10804",
- "10805",
- "10806",
- "10807",
- "10808",
- "10809",
- "10810",
- "10811",
- "10812",
- "10813",
- "10814",
- "10815",
- "10816",
- "4685",
- "4686",
- "4687",
- "4688",
- "4689",
- "4690",
- "4691",
- "4692",
- "8825",
- "8826",
- "8827",
- "8828",
- "8829",
- "8830",
- "8831",
- "8832",
- "8833",
- "8834",
- "8835",
- "8836",
- "8837",
- "8838",
- "8839",
- "8840",
- "8841",
- "8842",
- "8843",
- "8844",
- "8845",
- "8846",
- "8847",
- "8848",
- "8849",
- "8850",
- "6825",
- "6826",
- "6827",
- "6828",
- "6829",
- "6830",
- "6831",
- "6832",
- "6833",
- "6834",
- "6835",
- "6836",
- "6837",
- "6838",
- "6839",
- "6840",
- "6841",
- "6842",
- "9109",
- "9110",
- "9111",
- "4881",
- "4882",
- "4883",
- "4884",
- "4885",
- "4886",
- "4887",
- "4888",
- "4889",
- "9112",
- "9113",
- "9114",
- "9115",
- "9116",
- "9117",
- "9118",
- "11082",
- "11083",
- "11084",
- "11085",
- "11086",
- "11087",
- "11088",
- "11089",
- "11090",
- "11091",
- "11092",
- "11093",
- "11094",
- "11095",
- "11096",
- "11097",
- "11098",
- "11099",
- "11100",
- "11101",
- "11102",
- "11103",
- "11104",
- "11105",
- "11106",
- "11107",
- "11108",
- "11109",
- "11110",
- "11111",
- "11112",
- "11113",
- "9093",
- "9094",
- "9095",
- "9096",
- "9097",
- "9098",
- "9099",
- "9100",
- "9101",
- "9102",
- "9103",
- "9104",
- "9105",
- "9106",
- "9107",
- "9108",
- "7061",
- "7062",
- "7063",
- "7064",
- "7065",
- "7066",
- "7067",
- "7068",
- "7069",
- "7070",
- "7071",
- "7072",
- "7073",
- "7074",
- "7075",
- "7076",
- "7077",
- "7078",
- "7079",
- "9119",
- "5081",
- "5082",
- "5083",
- "5084",
- "5085",
- "5086",
- "5087",
- "5088",
- "5089",
- "5090",
- "7549",
- "7550",
- "7551",
- "7552",
- "7553",
- "7555",
- "7556",
- "7301",
- "7302",
- "7303",
- "7304",
- "7305",
- "7306",
- "7307",
- "7308",
- "7309",
- "7310",
- "7311",
- "7312",
- "7313",
- "7314",
- "7315",
- "7316",
- "7317",
- "7318",
- "7319",
- "7320",
- "9365",
- "9366",
- "9367",
- "9368",
- "9369",
- "9370",
- "9371",
- "9372",
- "9373",
- "9374",
- "9375",
- "9376",
- "5285",
- "5286",
- "5287",
- "5288",
- "5289",
- "5290",
- "5291",
- "5292",
- "5293",
- "5294",
- "5295",
- "9383",
- "9384",
- "9385",
- "9386",
- "9387",
- "9388",
- "9389",
- "9390",
- "9391",
- "9392",
- "3425",
- "5493",
- "5494",
- "5495",
- "5496",
- "5497",
- "5498",
- "5499",
- "5500",
- "5501",
- "5502",
- "5503",
- "5504",
- "7545",
- "7546",
- "7547",
- "7548",
- "7557",
- "7558",
- "7559",
- "7560",
- "7561",
- "7562",
- "7554",
- "7564",
- "7565",
- "7563",
- "9642",
- "9643",
- "9644",
- "9645",
- "9646",
- "9647",
- "9648",
- "9649",
- "9650",
- "9651",
- "9652",
- "9653",
- "9654",
- "9655",
- "9656",
- "9657",
- "9658",
- "9659",
- "9660",
- "9661",
- "9662",
- "9663",
- "9664",
- "9665",
- "9666",
- "9667",
- "9668",
- "3593",
- "3594",
- "5705",
- "5706",
- "5707",
- "5708",
- "5709",
- "5710",
- "5711",
- "5712",
- "5713",
- "5714",
- "5715",
- "5716",
- "5717",
- "7793",
- "7794",
- "7795",
- "7796",
- "7797",
- "7798",
- "7799",
- "7800",
- "7801",
- "7802",
- "7803",
- "7804",
- "7805",
- "7806",
- "7807",
- "7808",
- "7809",
- "7810",
- "7811",
- "7812",
- "7813",
- "7814",
- "3765",
- "3766",
- "3767",
- "9922",
- "9923",
- "9924",
- "9925",
- "9926",
- "9927",
- "9928",
- "9929",
- "9930",
- "9931",
- "9932",
- "9933",
- "9934",
- "9935",
- "9936",
- "9937",
- "9938",
- "9939",
- "9940",
- "9941",
- "9942",
- "9943",
- "9944",
- "9945",
- "9946",
- "9947",
- "9948",
- "9949",
- "5921",
- "5922",
- "5923",
- "5924",
- "5925",
- "5926",
- "5927",
- "5928",
- "5929",
- "5930",
- "5931",
- "5932",
- "5933",
- "5934",
- "3941",
- "3942",
- "3943",
- "3944",
- "8045",
- "8046",
- "8047",
- "8048",
- "8049",
- "8050",
- "8051",
- "8052",
- "8053",
- "8054",
- "8055",
- "8056",
- "8057",
- "8058",
- "8059",
- "8060",
- "8061",
- "8062",
- "8063",
- "8064",
- "8065",
- "8066",
- "8067",
- "10206",
- "10207",
- "10208",
- "10209",
- "10210",
- "10211",
- "10212",
- "10213",
- "10214",
- "10215",
- "10216",
- "10217",
- "10218",
- "10219",
- "10220",
- "10221",
- "10222",
- "10223",
- "10224",
- "10225",
- "10226",
- "10227",
- "10228",
- "10229",
- "10230",
- "10231",
- "10232",
- "10233",
- "10234",
- "6141",
- "6142",
- "6143"
- ],
- "type": "scatter3d",
- "x": [
- 0.5845595002174377,
- 0.5712552070617676,
- 0.5575014352798462,
- 0.5433091521263123,
- 0.5286893248558044,
- 0.5136536359786987,
- 0.4982137680053711,
- 0.4823819696903229,
- 0.46617063879966736,
- 0.4495925307273865,
- 0.4326607286930084,
- 0.4153885543346405,
- 0.474727600812912,
- 0.4603184163570404,
- 0.4453725814819336,
- 0.4299074113368988,
- 0.41394099593162537,
- 0.6363732218742371,
- 0.6226794719696045,
- 0.6086629629135132,
- 0.5943310856819153,
- 0.5796912312507629,
- 0.5647509098052979,
- 0.7313497066497803,
- 0.7213093042373657,
- 0.7108476758003235,
- 0.6999709010124207,
- 0.6886853575706482,
- 0.676997721195221,
- 0.6649146676063538,
- 0.6524433493614197,
- 0.6395909786224365,
- 0.6263651251792908,
- 0.6127734780311584,
- 0.5988240838050842,
- 0.584524929523468,
- 0.5698844194412231,
- 0.5549110770225525,
- 0.5396137237548828,
- 0.5240012407302856,
- 0.5080827474594116,
- 0.4918676018714905,
- 0.47536519169807434,
- 0.4585851728916168,
- 0.4415372908115387,
- 0.42423173785209656,
- 0.40667831897735596,
- 0.4906032979488373,
- 0.476469486951828,
- 0.46180349588394165,
- 0.44662174582481384,
- 0.4309411942958832,
- 0.41477933526039124,
- 0.6349212527275085,
- 0.6232502460479736,
- 0.6111059784889221,
- 0.5984975695610046,
- 0.5854346752166748,
- 0.5719272494316101,
- 0.5579854846000671,
- 0.5436199903488159,
- 0.5288417339324951,
- 0.513661801815033,
- 0.49809184670448303,
- 0.48214367032051086,
- 0.4658293128013611,
- 0.44916123151779175,
- 0.4321520924568176,
- 0.4148147404193878,
- 0.8018877506256104,
- 0.792864203453064,
- 0.783473551273346,
- 0.7737201452255249,
- 0.7636085748672485,
- 0.7531433701515198,
- 0.7423295378684998,
- 0.7311719655990601,
- 0.7196758985519409,
- 0.7078466415405273,
- 0.6956896185874939,
- 0.6832104921340942,
- 0.6704150438308716,
- 0.6573091149330139,
- 0.6438989043235779,
- 0.6301906704902649,
- 0.6161906123161316,
- 0.6019051671028137,
- 0.5873411297798157,
- 0.5725051760673523,
- 0.557404100894928,
- 0.542044997215271,
- 0.5264348983764648,
- 0.5105810761451721,
- 0.4944908022880554,
- 0.47817158699035645,
- 0.46163100004196167,
- 0.44487670063972473,
- 0.42791643738746643,
- 0.41075804829597473,
- 0.7421988844871521,
- 0.7323441505432129,
- 0.7220746874809265,
- 0.7113960981369019,
- 0.7003146409988403,
- 0.6888365745544434,
- 0.6769682765007019,
- 0.6647164821624756,
- 0.6520882844924927,
- 0.6390907168388367,
- 0.6257311701774597,
- 0.6120171546936035,
- 0.5979564785957336,
- 0.5835571885108948,
- 0.5688272714614868,
- 0.5537752509117126,
- 0.5384095311164856,
- 0.5227388143539429,
- 0.5067721009254456,
- 0.4905182719230652,
- 0.4739866554737091,
- 0.4571864902973175,
- 0.4401274621486664,
- 0.4228190779685974,
- 0.4052712619304657,
- 0.5062164664268494,
- 0.49235257506370544,
- 0.4779614508152008,
- 0.4630585312843323,
- 0.4476597309112549,
- 0.4317815899848938,
- 0.41544109582901,
- 0.6479054093360901,
- 0.63645339012146,
- 0.6245344877243042,
- 0.6121576428413391,
- 0.5993316769599915,
- 0.5860662460327148,
- 0.5723710060119629,
- 0.5582559108734131,
- 0.5437313914299011,
- 0.528808057308197,
- 0.5134969353675842,
- 0.49780920147895813,
- 0.4817562699317932,
- 0.46535009145736694,
- 0.4486026167869568,
- 0.4315260946750641,
- 0.41413307189941406,
- 0.8107143640518188,
- 0.801855742931366,
- 0.7926358580589294,
- 0.7830588221549988,
- 0.7731289863586426,
- 0.762850821018219,
- 0.7522289752960205,
- 0.7412680983543396,
- 0.7299732565879822,
- 0.7183495163917542,
- 0.7064021825790405,
- 0.6941364407539368,
- 0.6815580129623413,
- 0.6686725616455078,
- 0.6554857492446899,
- 0.64200359582901,
- 0.6282321810722351,
- 0.6141777038574219,
- 0.5998465418815613,
- 0.5852450728416443,
- 0.5703798532485962,
- 0.5552577376365662,
- 0.539885401725769,
- 0.5242698192596436,
- 0.5084180235862732,
- 0.4923371374607086,
- 0.47603437304496765,
- 0.45951715111732483,
- 0.4427929222583771,
- 0.42586925625801086,
- 0.4087536036968231,
- 0.5215672850608826,
- 0.5079678893089294,
- 0.4938465654850006,
- 0.4792177379131317,
- 0.4640964865684509,
- 0.44849836826324463,
- 0.4324393570423126,
- 0.41593602299690247,
- 0.7527781128883362,
- 0.743105411529541,
- 0.7330242395401001,
- 0.7225402593612671,
- 0.7116590738296509,
- 0.7003868222236633,
- 0.6887295246124268,
- 0.6766937375068665,
- 0.6642860174179077,
- 0.6515131592750549,
- 0.6383822560310364,
- 0.6249004602432251,
- 0.611075222492218,
- 0.5969140529632568,
- 0.5824248194694519,
- 0.5676154494285583,
- 0.5524941682815552,
- 0.5370692014694214,
- 0.5213490128517151,
- 0.5053423047065735,
- 0.48905786871910095,
- 0.472504585981369,
- 0.4556915760040283,
- 0.4386281967163086,
- 0.42132362723350525,
- 0.4037875235080719,
- 0.6606249213218689,
- 0.6493873000144958,
- 0.6376892924308777,
- 0.6255394220352173,
- 0.6129461526870728,
- 0.5999184250831604,
- 0.5864655375480652,
- 0.5725969076156616,
- 0.5583224296569824,
- 0.5436522960662842,
- 0.5285967588424683,
- 0.5131666660308838,
- 0.49737274646759033,
- 0.4812263548374176,
- 0.4647388756275177,
- 0.4479219615459442,
- 0.4307876229286194,
- 0.41334792971611023,
- 0.5662547945976257,
- 0.5510733127593994,
- 0.5355978012084961,
- 0.5366557836532593,
- 0.5233154892921448,
- 0.5094588398933411,
- 0.4950993061065674,
- 0.4802512228488922,
- 0.4649292230606079,
- 0.44914835691452026,
- 0.4329242408275604,
- 0.4162728786468506,
- 0.5198365449905396,
- 0.5037978291511536,
- 0.4874902665615082,
- 0.47092264890670776,
- 0.4541037380695343,
- 0.4370425045490265,
- 0.41974812746047974,
- 0.819261908531189,
- 0.8105652332305908,
- 0.8015130162239075,
- 0.7921092510223389,
- 0.7823580503463745,
- 0.7722637057304382,
- 0.7618306279182434,
- 0.7510632872581482,
- 0.7399665713310242,
- 0.7285452485084534,
- 0.7168044447898865,
- 0.7047491669654846,
- 0.6923847794532776,
- 0.6797166466712952,
- 0.666750431060791,
- 0.6534916758537292,
- 0.6399464011192322,
- 0.6261203289031982,
- 0.6120195984840393,
- 0.5976504683494568,
- 0.5830191969871521,
- 0.5681321620941162,
- 0.5529959797859192,
- 0.5376172065734863,
- 0.5220025777816772,
- 0.5061590075492859,
- 0.4900934100151062,
- 0.47381287813186646,
- 0.45732447504997253,
- 0.4406355619430542,
- 0.4237532913684845,
- 0.40668511390686035,
- 0.7630864977836609,
- 0.753592312335968,
- 0.7436959147453308,
- 0.7334027290344238,
- 0.7227182388305664,
- 0.7116481065750122,
- 0.7001982927322388,
- 0.6883747577667236,
- 0.6761839389801025,
- 0.6636323928833008,
- 0.6507267355918884,
- 0.6374738216400146,
- 0.6238808035850525,
- 0.609954833984375,
- 0.5957034230232239,
- 0.5811341404914856,
- 0.6730790734291077,
- 0.6620514392852783,
- 0.6505700349807739,
- 0.6386427283287048,
- 0.62627774477005,
- 0.6134835481643677,
- 0.6002689003944397,
- 0.586642861366272,
- 0.5726147294044495,
- 0.5581942200660706,
- 0.5433911085128784,
- 0.5282155871391296,
- 0.5126780867576599,
- 0.49678918719291687,
- 0.4805598258972168,
- 0.4640010893344879,
- 0.4471243917942047,
- 0.42994117736816406,
- 0.41246333718299866,
- 0.40222981572151184,
- 0.5514819025993347,
- 0.5383954644203186,
- 0.5247982740402222,
- 0.5107033252716064,
- 0.49612390995025635,
- 0.48107391595840454,
- 0.46556758880615234,
- 0.44961968064308167,
- 0.4332452118396759,
- 0.4164598286151886,
- 0.6520917415618896,
- 0.6397521495819092,
- 0.627001941204071,
- 0.6138492822647095,
- 0.6003026366233826,
- 0.5720624327659607,
- 0.5573868751525879,
- 0.6852675080299377,
- 0.6744454503059387,
- 0.6631762385368347,
- 0.6514673233032227,
- 0.6393263339996338,
- 0.6267615556716919,
- 0.6137810945510864,
- 0.6003937125205994,
- 0.5866081714630127,
- 0.5724337100982666,
- 0.5578796863555908,
- 0.542955756187439,
- 0.5276718139648438,
- 0.512037992477417,
- 0.4960646629333496,
- 0.47976237535476685,
- 0.4631420373916626,
- 0.4462145268917084,
- 0.4289912283420563,
- 0.41148343682289124,
- 0.7731233835220337,
- 0.7638041377067566,
- 0.7540890574455261,
- 0.7439831495285034,
- 0.7334917187690735,
- 0.7226201891899109,
- 0.7113741040229797,
- 0.6997594237327576,
- 0.6877820491790771,
- 0.6754482984542847,
- 0.6627644896507263,
- 0.6497372388839722,
- 0.5660456418991089,
- 0.5532078146934509,
- 0.5398650765419006,
- 0.5260297656059265,
- 0.511714518070221,
- 0.49693235754966736,
- 0.48169681429862976,
- 0.46602171659469604,
- 0.4499214291572571,
- 0.43341055512428284,
- 0.41650429368019104,
- 0.5495179891586304,
- 0.5340002179145813,
- 0.5182057023048401,
- 0.5021426677703857,
- 0.48581939935684204,
- 0.4692443311214447,
- 0.45242613554000854,
- 0.4353734850883484,
- 0.418095201253891,
- 0.40060025453567505,
- 0.4085966944694519,
- 0.580346941947937,
- 0.5677523612976074,
- 0.5546591281890869,
- 0.5410786867141724,
- 0.5270229578018188,
- 0.5125043988227844,
- 0.49753570556640625,
- 0.4821299910545349,
- 0.4663008451461792,
- 0.450062096118927,
- 0.433428019285202,
- 0.416413277387619,
- 0.697189450263977,
- 0.6865688562393188,
- 0.6755075454711914,
- 0.6640127897262573,
- 0.5423536896705627,
- 0.5269723534584045,
- 0.511252760887146,
- 0.49520501494407654,
- 0.4788394272327423,
- 0.46216651797294617,
- 0.5863707065582275,
- 0.42794162034988403,
- 0.4104115962982178,
- 0.4451969265937805,
- 0.773740291595459,
- 0.7642030119895935,
- 0.7542809247970581,
- 0.7439790368080139,
- 0.7333025336265564,
- 0.7222567796707153,
- 0.7108473777770996,
- 0.6990800499916077,
- 0.6869606971740723,
- 0.6744953989982605,
- 0.6616905331611633,
- 0.6485524773597717,
- 0.635087788105011,
- 0.621303379535675,
- 0.6072061657905579,
- 0.5928030610084534,
- 0.5781015753746033,
- 0.5631089806556702,
- 0.5478328466415405,
- 0.5322808623313904,
- 0.5164608359336853,
- 0.5003807544708252,
- 0.4840487837791443,
- 0.46747294068336487,
- 0.45066192746162415,
- 0.4336238205432892,
- 0.41636741161346436,
- 0.4255240261554718,
- 0.4102567136287689,
- 0.5943854451179504,
- 0.5820291042327881,
- 0.5691803097724915,
- 0.5558499693870544,
- 0.5420493483543396,
- 0.5277900695800781,
- 0.5130841732025146,
- 0.4979442059993744,
- 0.48238295316696167,
- 0.4664134979248047,
- 0.4500494599342346,
- 0.4333045780658722,
- 0.4161931574344635,
- 0.7088442444801331,
- 0.6984210014343262,
- 0.6875635981559753,
- 0.6762787699699402,
- 0.6645735502243042,
- 0.6524552702903748,
- 0.639931321144104,
- 0.6270095705986023,
- 0.6136980652809143,
- 0.6000050902366638,
- 0.5859390497207642,
- 0.5715088248252869,
- 0.5567232966423035,
- 0.5415917038917542,
- 0.5261234641075134,
- 0.5103281736373901,
- 0.49421563744544983,
- 0.47779580950737,
- 0.46107906103134155,
- 0.4440756142139435,
- 0.42679619789123535,
- 0.4092513918876648,
- 0.44218817353248596,
- 0.4272121787071228,
- 0.4116917550563812,
- 0.7834000587463379,
- 0.77403724193573,
- 0.7642955780029297,
- 0.754179835319519,
- 0.7436949610710144,
- 0.7328461408615112,
- 0.721638560295105,
- 0.7100777626037598,
- 0.6981695294380188,
- 0.685919463634491,
- 0.6733337044715881,
- 0.6604184508323669,
- 0.647179901599884,
- 0.6336246132850647,
- 0.6197591423988342,
- 0.6055903434753418,
- 0.5911251902580261,
- 0.5763707160949707,
- 0.5613341331481934,
- 0.5460227727890015,
- 0.5304441452026367,
- 0.5146059393882751,
- 0.49851587414741516,
- 0.4821818172931671,
- 0.4656117260456085,
- 0.44881370663642883,
- 0.43179604411125183,
- 0.41456711292266846,
- 0.6081607937812805,
- 0.5960378050804138,
- 0.5834286212921143,
- 0.570343554019928,
- 0.5567933917045593,
- 0.5427890419960022,
- 0.5283420085906982,
- 0.5134640336036682,
- 0.4981672465801239,
- 0.4824641942977905,
- 0.46636763215065,
- 0.449890673160553,
- 0.43304678797721863,
- 0.4158496856689453,
- 0.4585893154144287,
- 0.44389939308166504,
- 0.42866867780685425,
- 0.4129156470298767,
- 0.7202312350273132,
- 0.7100013494491577,
- 0.6993438005447388,
- 0.6882649660110474,
- 0.6767715215682983,
- 0.6648704409599304,
- 0.6525689363479614,
- 0.6398742198944092,
- 0.6267942190170288,
- 0.6133365035057068,
- 0.5995094776153564,
- 0.5853212475776672,
- 0.5707804560661316,
- 0.5558958649635315,
- 0.5406763553619385,
- 0.5251312255859375,
- 0.5092697739601135,
- 0.4931015074253082,
- 0.4766363203525543,
- 0.4598839581012726,
- 0.4428545832633972,
- 0.4255584478378296,
- 0.4080059230327606,
- 0.792782723903656,
- 0.7835911512374878,
- 0.77402663230896,
- 0.7640936970710754,
- 0.7537970542907715,
- 0.7431417107582092,
- 0.7321326732635498,
- 0.7207751274108887,
- 0.7090745568275452,
- 0.6970365047454834,
- 0.6846667528152466,
- 0.6719710826873779,
- 0.6589555740356445,
- 0.6456264853477478,
- 0.6319900751113892,
- 0.6180528402328491,
- 0.6038215160369873,
- 0.5893028378486633,
- 0.5745036005973816,
- 0.5594309568405151,
- 0.544092059135437,
- 0.5284942388534546,
- 0.5126448273658752,
- 0.4965514540672302,
- 0.480221688747406,
- 0.46366339921951294,
- 0.4468844532966614,
- 0.42989280819892883,
- 0.41269657015800476,
- 0.6216728687286377,
- 0.6097782850265503,
- 0.597403883934021
- ],
- "y": [
- 0.46617063879966736,
- 0.4823819696903229,
- 0.4982137680053711,
- 0.5136536359786987,
- 0.5286893248558044,
- 0.5433091521263123,
- 0.5575014352798462,
- 0.5712552070617676,
- 0.5845595002174377,
- 0.597403883934021,
- 0.6097782850265503,
- 0.6216728687286377,
- 0.41394099593162537,
- 0.4299074411392212,
- 0.4453725814819336,
- 0.4603184461593628,
- 0.474727600812912,
- 0.5943311452865601,
- 0.608663022518158,
- 0.6226794719696045,
- 0.6363732814788818,
- 0.6497372388839722,
- 0.6627644896507263,
- 0.40667831897735596,
- 0.42423170804977417,
- 0.44153735041618347,
- 0.4585851728916168,
- 0.47536519169807434,
- 0.4918676018714905,
- 0.5080828070640564,
- 0.5240012407302856,
- 0.5396137237548828,
- 0.5549110770225525,
- 0.5698844194412231,
- 0.584524929523468,
- 0.5988240838050842,
- 0.6127734780311584,
- 0.6263651251792908,
- 0.6395909786224365,
- 0.6524433493614197,
- 0.6649146676063538,
- 0.676997721195221,
- 0.6886853575706482,
- 0.6999709010124207,
- 0.7108477354049683,
- 0.7213093042373657,
- 0.7313497066497803,
- 0.41477933526039124,
- 0.43094122409820557,
- 0.44662174582481384,
- 0.46180349588394165,
- 0.476469486951828,
- 0.4906032979488373,
- 0.4148147404193878,
- 0.4321520924568176,
- 0.44916123151779175,
- 0.4658293128013611,
- 0.48214367032051086,
- 0.49809184670448303,
- 0.513661801815033,
- 0.5288417339324951,
- 0.5436199903488159,
- 0.5579854846000671,
- 0.5719272494316101,
- 0.5854346752166748,
- 0.5984975695610046,
- 0.6111059784889221,
- 0.6232502460479736,
- 0.6349212527275085,
- 0.41075804829597473,
- 0.42791643738746643,
- 0.4448767602443695,
- 0.46163105964660645,
- 0.4781716465950012,
- 0.4944908022880554,
- 0.5105810761451721,
- 0.5264348983764648,
- 0.542044997215271,
- 0.557404100894928,
- 0.5725051760673523,
- 0.5873411297798157,
- 0.6019051671028137,
- 0.6161906123161316,
- 0.6301906704902649,
- 0.6438989639282227,
- 0.6573091745376587,
- 0.6704150438308716,
- 0.6832104921340942,
- 0.6956896185874939,
- 0.7078466415405273,
- 0.7196758985519409,
- 0.7311719655990601,
- 0.7423295378684998,
- 0.7531433701515198,
- 0.7636086344718933,
- 0.7737202048301697,
- 0.783473551273346,
- 0.792864203453064,
- 0.8018877506256104,
- 0.4052712619304657,
- 0.4228191077709198,
- 0.4401274621486664,
- 0.4571864902973175,
- 0.4739866554737091,
- 0.4905182719230652,
- 0.5067721009254456,
- 0.5227388739585876,
- 0.5384095311164856,
- 0.5537752509117126,
- 0.5688272714614868,
- 0.5835571885108948,
- 0.5979564785957336,
- 0.6120171546936035,
- 0.6257311701774597,
- 0.6390907168388367,
- 0.6520882844924927,
- 0.6647165417671204,
- 0.6769682765007019,
- 0.6888365745544434,
- 0.7003146409988403,
- 0.7113960981369019,
- 0.7220746874809265,
- 0.7323442101478577,
- 0.7421988844871521,
- 0.41544109582901,
- 0.4317815899848938,
- 0.44765976071357727,
- 0.4630585312843323,
- 0.4779614806175232,
- 0.49235257506370544,
- 0.5062164664268494,
- 0.41413307189941406,
- 0.4315260946750641,
- 0.4486026167869568,
- 0.46535009145736694,
- 0.481756329536438,
- 0.49780920147895813,
- 0.5134969353675842,
- 0.528808057308197,
- 0.5437313914299011,
- 0.5582559108734131,
- 0.5723710060119629,
- 0.5860662460327148,
- 0.5993317365646362,
- 0.6121576428413391,
- 0.6245344877243042,
- 0.63645339012146,
- 0.6479054093360901,
- 0.40875357389450073,
- 0.4258692264556885,
- 0.44279298186302185,
- 0.4595172107219696,
- 0.47603437304496765,
- 0.4923371374607086,
- 0.5084180235862732,
- 0.5242698192596436,
- 0.5398854613304138,
- 0.5552577376365662,
- 0.570379912853241,
- 0.5852450728416443,
- 0.5998465418815613,
- 0.6141777038574219,
- 0.6282321810722351,
- 0.64200359582901,
- 0.6554857492446899,
- 0.6686725616455078,
- 0.6815580129623413,
- 0.6941364407539368,
- 0.7064021825790405,
- 0.7183495163917542,
- 0.729973316192627,
- 0.7412680983543396,
- 0.7522289752960205,
- 0.762850821018219,
- 0.7731289863586426,
- 0.7830588221549988,
- 0.7926359176635742,
- 0.801855742931366,
- 0.8107143640518188,
- 0.41593602299690247,
- 0.432439386844635,
- 0.44849836826324463,
- 0.4640964865684509,
- 0.4792177379131317,
- 0.4938465654850006,
- 0.5079679489135742,
- 0.5215672850608826,
- 0.4037875533103943,
- 0.42132362723350525,
- 0.4386281967163086,
- 0.4556916356086731,
- 0.472504585981369,
- 0.48905786871910095,
- 0.5053423047065735,
- 0.5213490128517151,
- 0.5370692014694214,
- 0.5524942278862,
- 0.5676155090332031,
- 0.5824248194694519,
- 0.5969140529632568,
- 0.611075222492218,
- 0.6249004602432251,
- 0.6383823156356812,
- 0.6515131592750549,
- 0.6642860174179077,
- 0.6766937375068665,
- 0.6887295246124268,
- 0.7003868222236633,
- 0.7116590738296509,
- 0.7225402593612671,
- 0.7330242395401001,
- 0.743105411529541,
- 0.7527781128883362,
- 0.41334792971611023,
- 0.4307876229286194,
- 0.4479219615459442,
- 0.4647388756275177,
- 0.4812263548374176,
- 0.49737274646759033,
- 0.5131666660308838,
- 0.5285967588424683,
- 0.5436522960662842,
- 0.5583224296569824,
- 0.5725969076156616,
- 0.5864655375480652,
- 0.5999184250831604,
- 0.6129461526870728,
- 0.6255394220352173,
- 0.6376892924308777,
- 0.6493873000144958,
- 0.6606249213218689,
- 0.6507267355918884,
- 0.6636323928833008,
- 0.6761839985847473,
- 0.4162728786468506,
- 0.4329242408275604,
- 0.44914835691452026,
- 0.4649292230606079,
- 0.4802512228488922,
- 0.4950993061065674,
- 0.5094588398933411,
- 0.5233154892921448,
- 0.5366557836532593,
- 0.6883747577667236,
- 0.7001982927322388,
- 0.7116481065750122,
- 0.7227182388305664,
- 0.7334027290344238,
- 0.7436959743499756,
- 0.753592312335968,
- 0.40668514370918274,
- 0.4237532913684845,
- 0.4406355619430542,
- 0.4573245048522949,
- 0.47381287813186646,
- 0.4900934398174286,
- 0.5061590075492859,
- 0.522002637386322,
- 0.5376172065734863,
- 0.5529959797859192,
- 0.5681321620941162,
- 0.5830191969871521,
- 0.5976504683494568,
- 0.6120196580886841,
- 0.6261203289031982,
- 0.6399464011192322,
- 0.6534916758537292,
- 0.666750431060791,
- 0.6797167062759399,
- 0.6923847794532776,
- 0.7047491669654846,
- 0.7168044447898865,
- 0.7285452485084534,
- 0.7399665713310242,
- 0.751063346862793,
- 0.7618306279182434,
- 0.772263765335083,
- 0.7823580503463745,
- 0.7921093106269836,
- 0.8015130162239075,
- 0.8105652332305908,
- 0.819261908531189,
- 0.40222978591918945,
- 0.41974812746047974,
- 0.4370425343513489,
- 0.4541037380695343,
- 0.47092267870903015,
- 0.4874902665615082,
- 0.5037978291511536,
- 0.5198365449905396,
- 0.5355978608131409,
- 0.5510733127593994,
- 0.5662547945976257,
- 0.5811341404914856,
- 0.5957034230232239,
- 0.609954833984375,
- 0.6238808035850525,
- 0.6374738216400146,
- 0.41246339678764343,
- 0.42994123697280884,
- 0.4471243917942047,
- 0.4640010893344879,
- 0.4805598258972168,
- 0.49678918719291687,
- 0.5126780867576599,
- 0.5282155871391296,
- 0.5433911085128784,
- 0.5581942200660706,
- 0.5726147294044495,
- 0.586642861366272,
- 0.6002689003944397,
- 0.6134835481643677,
- 0.62627774477005,
- 0.6386427283287048,
- 0.6505700349807739,
- 0.6620514392852783,
- 0.6730791330337524,
- 0.7630864977836609,
- 0.4164598286151886,
- 0.4332452118396759,
- 0.44961968064308167,
- 0.46556758880615234,
- 0.48107391595840454,
- 0.49612390995025635,
- 0.5107033252716064,
- 0.5247982740402222,
- 0.5383954644203186,
- 0.5514819025993347,
- 0.4788394272327423,
- 0.49520501494407654,
- 0.511252760887146,
- 0.5269723534584045,
- 0.5423536896705627,
- 0.5720624327659607,
- 0.5863707661628723,
- 0.41148343682289124,
- 0.4289912283420563,
- 0.4462145268917084,
- 0.4631420373916626,
- 0.47976237535476685,
- 0.4960646629333496,
- 0.512037992477417,
- 0.5276718139648438,
- 0.5429558157920837,
- 0.5578797459602356,
- 0.5724337100982666,
- 0.5866082310676575,
- 0.6003937125205994,
- 0.6137810945510864,
- 0.6267615556716919,
- 0.6393263339996338,
- 0.6514673233032227,
- 0.6631762385368347,
- 0.6744454503059387,
- 0.6852675080299377,
- 0.40060025453567505,
- 0.4180952310562134,
- 0.4353735148906708,
- 0.45242616534233093,
- 0.4692443907260895,
- 0.48581939935684204,
- 0.5021426677703857,
- 0.5182057023048401,
- 0.5340002179145813,
- 0.5495179891586304,
- 0.5647509098052979,
- 0.5796912312507629,
- 0.4165043532848358,
- 0.43341055512428284,
- 0.4499214291572571,
- 0.46602171659469604,
- 0.48169681429862976,
- 0.49693235754966736,
- 0.511714518070221,
- 0.5260297656059265,
- 0.5398650765419006,
- 0.5532078146934509,
- 0.5660457015037537,
- 0.6754482984542847,
- 0.6877820491790771,
- 0.6997594237327576,
- 0.7113741040229797,
- 0.7226201891899109,
- 0.7334917187690735,
- 0.7439831495285034,
- 0.7540890574455261,
- 0.7638041377067566,
- 0.7731233835220337,
- 0.4085966944694519,
- 0.416413277387619,
- 0.433428019285202,
- 0.450062096118927,
- 0.4663008451461792,
- 0.4821299910545349,
- 0.49753570556640625,
- 0.5125043988227844,
- 0.5270229578018188,
- 0.5410786867141724,
- 0.5546591281890869,
- 0.5677523612976074,
- 0.580346941947937,
- 0.41041165590286255,
- 0.4279416501522064,
- 0.4451969563961029,
- 0.46216651797294617,
- 0.6003026366233826,
- 0.6138492822647095,
- 0.627001941204071,
- 0.6397521495819092,
- 0.6520917415618896,
- 0.6640127897262573,
- 0.5573869347572327,
- 0.6865688562393188,
- 0.697189450263977,
- 0.6755076050758362,
- 0.41636738181114197,
- 0.4336237609386444,
- 0.45066186785697937,
- 0.46747300028800964,
- 0.4840487837791443,
- 0.5003807544708252,
- 0.5164608359336853,
- 0.5322808623313904,
- 0.5478328466415405,
- 0.5631089806556702,
- 0.5781015753746033,
- 0.5928030610084534,
- 0.6072061657905579,
- 0.621303379535675,
- 0.635087788105011,
- 0.6485524773597717,
- 0.6616905331611633,
- 0.6744953989982605,
- 0.6869606971740723,
- 0.6990800499916077,
- 0.7108473777770996,
- 0.7222567796707153,
- 0.7333025336265564,
- 0.7439790368080139,
- 0.7542809247970581,
- 0.7642030119895935,
- 0.7737402319908142,
- 0.4102567434310913,
- 0.4255240559577942,
- 0.4161931574344635,
- 0.4333045780658722,
- 0.4500494599342346,
- 0.4664134979248047,
- 0.48238295316696167,
- 0.4979442059993744,
- 0.5130841732025146,
- 0.5277900695800781,
- 0.5420493483543396,
- 0.5558499693870544,
- 0.5691803097724915,
- 0.5820291042327881,
- 0.5943854451179504,
- 0.4092514216899872,
- 0.42679619789123535,
- 0.44407567381858826,
- 0.46107909083366394,
- 0.47779586911201477,
- 0.49421563744544983,
- 0.5103281736373901,
- 0.5261234641075134,
- 0.5415917038917542,
- 0.5567232966423035,
- 0.5715088248252869,
- 0.5859390497207642,
- 0.6000050902366638,
- 0.6136980652809143,
- 0.6270095705986023,
- 0.639931321144104,
- 0.6524552702903748,
- 0.664573609828949,
- 0.676278829574585,
- 0.6875636577606201,
- 0.6984210014343262,
- 0.7088443040847778,
- 0.4116917550563812,
- 0.4272121787071228,
- 0.44218817353248596,
- 0.41456708312034607,
- 0.4317960739135742,
- 0.4488137662410736,
- 0.4656117260456085,
- 0.4821818172931671,
- 0.49851587414741516,
- 0.5146059393882751,
- 0.5304441452026367,
- 0.5460227727890015,
- 0.5613341331481934,
- 0.5763707160949707,
- 0.5911251902580261,
- 0.6055904030799866,
- 0.6197591423988342,
- 0.6336246132850647,
- 0.6471799612045288,
- 0.6604184508323669,
- 0.6733337044715881,
- 0.685919463634491,
- 0.6981695294380188,
- 0.7100777626037598,
- 0.721638560295105,
- 0.7328461408615112,
- 0.7436949610710144,
- 0.754179835319519,
- 0.7642955780029297,
- 0.7740373015403748,
- 0.7834000587463379,
- 0.4158497154712677,
- 0.43304678797721863,
- 0.449890673160553,
- 0.46636763215065,
- 0.4824641942977905,
- 0.4981672465801239,
- 0.5134640336036682,
- 0.5283420085906982,
- 0.5427890419960022,
- 0.5567933917045593,
- 0.570343554019928,
- 0.5834286212921143,
- 0.5960378050804138,
- 0.6081608533859253,
- 0.4129156768321991,
- 0.42866867780685425,
- 0.44389939308166504,
- 0.4585893452167511,
- 0.4080059230327606,
- 0.4255584478378296,
- 0.4428545832633972,
- 0.4598839581012726,
- 0.4766363203525543,
- 0.493101567029953,
- 0.5092697739601135,
- 0.5251312255859375,
- 0.5406763553619385,
- 0.5558958649635315,
- 0.5707804560661316,
- 0.5853212475776672,
- 0.5995094776153564,
- 0.6133365035057068,
- 0.6267942190170288,
- 0.6398742198944092,
- 0.6525689363479614,
- 0.6648705005645752,
- 0.6767715215682983,
- 0.6882649660110474,
- 0.6993438005447388,
- 0.7100013494491577,
- 0.7202312350273132,
- 0.41269657015800476,
- 0.4298928678035736,
- 0.44688448309898376,
- 0.4636634290218353,
- 0.4802217483520508,
- 0.4965514540672302,
- 0.5126448273658752,
- 0.5284942388534546,
- 0.544092059135437,
- 0.5594309568405151,
- 0.5745036005973816,
- 0.5893028378486633,
- 0.6038215160369873,
- 0.6180528998374939,
- 0.6319900751113892,
- 0.6456264853477478,
- 0.6589555740356445,
- 0.6719710826873779,
- 0.6846667528152466,
- 0.6970365047454834,
- 0.7090745568275452,
- 0.7207751274108887,
- 0.7321326732635498,
- 0.7431417107582092,
- 0.7537971138954163,
- 0.7640936970710754,
- 0.7740266919136047,
- 0.7835911512374878,
- 0.792782723903656,
- 0.4153885543346405,
- 0.4326607286930084,
- 0.44959256052970886
- ],
- "z": [
- 0.664059579372406,
- 0.664059579372406,
- 0.664059579372406,
- 0.664059579372406,
- 0.664059579372406,
- 0.664059579372406,
- 0.664059579372406,
- 0.664059579372406,
- 0.664059579372406,
- 0.664059579372406,
- 0.664059579372406,
- 0.664059579372406,
- 0.7767152190208435,
- 0.7767152190208435,
- 0.7767152190208435,
- 0.7767152190208435,
- 0.7767152190208435,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.5474855303764343,
- 0.7663331627845764,
- 0.7663331627845764,
- 0.7663331627845764,
- 0.7663331627845764,
- 0.7663331627845764,
- 0.7663331627845764,
- 0.6517696380615234,
- 0.6517696380615234,
- 0.6517696380615234,
- 0.6517696380615234,
- 0.6517696380615234,
- 0.6517696380615234,
- 0.6517696380615234,
- 0.6517696380615234,
- 0.6517696380615234,
- 0.6517696380615234,
- 0.6517696380615234,
- 0.6517696380615234,
- 0.6517696380615234,
- 0.6517696380615234,
- 0.6517696380615234,
- 0.6517696380615234,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.4338822662830353,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.5337564945220947,
- 0.7557470202445984,
- 0.7557470202445984,
- 0.7557470202445984,
- 0.7557470202445984,
- 0.7557470202445984,
- 0.7557470202445984,
- 0.7557470202445984,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.6393061280250549,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.4191214442253113,
- 0.7449595928192139,
- 0.7449595928192139,
- 0.7449595928192139,
- 0.7449595928192139,
- 0.7449595928192139,
- 0.7449595928192139,
- 0.7449595928192139,
- 0.7449595928192139,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.5198853015899658,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.6266723871231079,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.7339737415313721,
- 0.7339737415313721,
- 0.7339737415313721,
- 0.7339737415313721,
- 0.7339737415313721,
- 0.7339737415313721,
- 0.7339737415313721,
- 0.7339737415313721,
- 0.7339737415313721,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.4042489528656006,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.5058756470680237,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.613871693611145,
- 0.5058756470680237,
- 0.722792387008667,
- 0.722792387008667,
- 0.722792387008667,
- 0.722792387008667,
- 0.722792387008667,
- 0.722792387008667,
- 0.722792387008667,
- 0.722792387008667,
- 0.722792387008667,
- 0.722792387008667,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.6009075045585632,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.711418628692627,
- 0.711418628692627,
- 0.711418628692627,
- 0.711418628692627,
- 0.711418628692627,
- 0.711418628692627,
- 0.711418628692627,
- 0.711418628692627,
- 0.711418628692627,
- 0.711418628692627,
- 0.711418628692627,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.4917312562465668,
- 0.8161479234695435,
- 0.6998552680015564,
- 0.6998552680015564,
- 0.6998552680015564,
- 0.6998552680015564,
- 0.6998552680015564,
- 0.6998552680015564,
- 0.6998552680015564,
- 0.6998552680015564,
- 0.6998552680015564,
- 0.6998552680015564,
- 0.6998552680015564,
- 0.6998552680015564,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.5877832770347595,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.4774559438228607,
- 0.8066093921661377,
- 0.8066093921661377,
- 0.688105583190918,
- 0.688105583190918,
- 0.688105583190918,
- 0.688105583190918,
- 0.688105583190918,
- 0.688105583190918,
- 0.688105583190918,
- 0.688105583190918,
- 0.688105583190918,
- 0.688105583190918,
- 0.688105583190918,
- 0.688105583190918,
- 0.688105583190918,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.5745024681091309,
- 0.7968560457229614,
- 0.7968560457229614,
- 0.7968560457229614,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.4630534052848816,
- 0.6761726140975952,
- 0.6761726140975952,
- 0.6761726140975952,
- 0.6761726140975952,
- 0.6761726140975952,
- 0.6761726140975952,
- 0.6761726140975952,
- 0.6761726140975952,
- 0.6761726140975952,
- 0.6761726140975952,
- 0.6761726140975952,
- 0.6761726140975952,
- 0.6761726140975952,
- 0.6761726140975952,
- 0.7868903875350952,
- 0.7868903875350952,
- 0.7868903875350952,
- 0.7868903875350952,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.5610687136650085,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.44852757453918457,
- 0.664059579372406,
- 0.664059579372406,
- 0.664059579372406
- ]
- },
- {
- "hoverinfo": "text",
- "marker": {
- "color": "skyblue",
- "opacity": 0.8,
- "size": 3
- },
- "mode": "markers",
- "text": [
- "2565",
- "2058",
- "1561",
- "2073",
- "2587",
- "2085",
- "1578",
- "2602",
- "2613",
- "2102",
- "1084",
- "1596",
- "2113",
- "2625",
- "2632",
- "2122",
- "1612",
- "1613",
- "2125",
- "2642",
- "2643",
- "2136",
- "2660",
- "2150",
- "1131",
- "2670",
- "1649",
- "2679",
- "1659",
- "2174",
- "2182",
- "2698",
- "1164",
- "2701",
- "1166",
- "2703",
- "1682",
- "2713",
- "2209",
- "1702",
- "2214",
- "2726",
- "1707",
- "2231",
- "1210",
- "1722",
- "2749",
- "2242",
- "1735",
- "2762",
- "2255",
- "2770",
- "2259",
- "2271",
- "1763",
- "2788",
- "1253",
- "1765",
- "2796",
- "2285",
- "2802",
- "2293",
- "2807",
- "2811",
- "2303",
- "2816",
- "1285",
- "1804",
- "1810",
- "2835",
- "2328",
- "1825",
- "1315",
- "2858",
- "2862",
- "2352",
- "2864",
- "2359",
- "1337",
- "2873",
- "2877",
- "2368",
- "1859",
- "1865",
- "2378",
- "1359",
- "2383",
- "1877",
- "2389",
- "2906",
- "1378",
- "2403",
- "2915",
- "1383",
- "1896",
- "2921",
- "2413",
- "2929",
- "2423",
- "1919",
- "2948",
- "1927",
- "1417",
- "2445",
- "2960",
- "2962",
- "2965",
- "1953",
- "2978",
- "2468",
- "2469",
- "1960",
- "1964",
- "2477",
- "2990",
- "1456",
- "1978",
- "3004",
- "2497",
- "1476",
- "1478",
- "3014",
- "3018",
- "1999",
- "3024",
- "2513",
- "1497",
- "2011",
- "2526",
- "2016",
- "1506",
- "2534",
- "2537",
- "1520",
- "2033",
- "2547",
- "1012",
- "2559"
- ],
- "type": "scatter3d",
- "x": [
- 0.41431358456611633,
- 0.46380941569805145,
- 0.35454290360212326,
- 0.36941707134246826,
- 0.35247666388750076,
- 0.4309156984090805,
- 0.4451812505722046,
- 0.4750775545835495,
- 0.5566420555114746,
- 0.30613019317388535,
- 0.3135286644101143,
- 0.4138595312833786,
- 0.5161432027816772,
- 0.5794315785169601,
- 0.5283533781766891,
- 0.39559534192085266,
- 0.31899404525756836,
- 0.3806993365287781,
- 0.48713743686676025,
- 0.43974754214286804,
- 0.37820617854595184,
- 0.3329680413007736,
- 0.4974740892648697,
- 0.4556085169315338,
- 0.3360557556152344,
- 0.3139948323369026,
- 0.3459503576159477,
- 0.40341246128082275,
- 0.43853679299354553,
- 0.3592822775244713,
- 0.42133525013923645,
- 0.46443115174770355,
- 0.30621443688869476,
- 0.57429139316082,
- 0.35807935148477554,
- 0.548833966255188,
- 0.4061535894870758,
- 0.3404928222298622,
- 0.5350566208362579,
- 0.372330978512764,
- 0.5096001327037811,
- 0.5192349404096603,
- 0.30964916199445724,
- 0.4793095886707306,
- 0.3289688229560852,
- 0.4622197151184082,
- 0.4279322773218155,
- 0.385031595826149,
- 0.4312027394771576,
- 0.36646590381860733,
- 0.4464171677827835,
- 0.48720936477184296,
- 0.3220907896757126,
- 0.5304677188396454,
- 0.3363707810640335,
- 0.5684515535831451,
- 0.35132239758968353,
- 0.39809203147888184,
- 0.5913105458021164,
- 0.4110967665910721,
- 0.540232703089714,
- 0.5022089928388596,
- 0.45301200449466705,
- 0.39187395572662354,
- 0.34873395413160324,
- 0.32630813866853714,
- 0.3214114308357239,
- 0.4552384167909622,
- 0.36306915432214737,
- 0.5092325359582901,
- 0.47067050635814667,
- 0.4231906235218048,
- 0.3772747814655304,
- 0.35280150175094604,
- 0.41667768359184265,
- 0.37476349622011185,
- 0.4761347472667694,
- 0.43646393716335297,
- 0.3440237268805504,
- 0.585738480091095,
- 0.5603296905755997,
- 0.5489650368690491,
- 0.3892347514629364,
- 0.32676543295383453,
- 0.5235052406787872,
- 0.4025878608226776,
- 0.31070447713136673,
- 0.47856035828590393,
- 0.4939822107553482,
- 0.5306647270917892,
- 0.3133128806948662,
- 0.40000538527965546,
- 0.37852075695991516,
- 0.3701911121606827,
- 0.4475850462913513,
- 0.3116981238126755,
- 0.33757205307483673,
- 0.44083893299102783,
- 0.4610901474952698,
- 0.35318778455257416,
- 0.4985760301351547,
- 0.41469115018844604,
- 0.33619460463523865,
- 0.5439742505550385,
- 0.5793845057487488,
- 0.3384547233581543,
- 0.4036983847618103,
- 0.4712345749139786,
- 0.6022619605064392,
- 0.5156807899475098,
- 0.42574480175971985,
- 0.5010228753089905,
- 0.3796551078557968,
- 0.3639061823487282,
- 0.5512582808732986,
- 0.39584554731845856,
- 0.31666208803653717,
- 0.46432046592235565,
- 0.48493337631225586,
- 0.36263926327228546,
- 0.30471624433994293,
- 0.36468035727739334,
- 0.5201902985572815,
- 0.43977297842502594,
- 0.4282083213329315,
- 0.389411598443985,
- 0.42089487612247467,
- 0.4054875075817108,
- 0.450824573636055,
- 0.34334389865398407,
- 0.32784710079431534,
- 0.5620647221803665,
- 0.5366123467683792,
- 0.38847774267196655,
- 0.49410004913806915,
- 0.32587476074695587,
- 0.32035108655691147,
- 0.5070420205593109
- ],
- "y": [
- 0.5022090375423431,
- 0.3796551525592804,
- 0.40341246128082275,
- 0.4750775545835495,
- 0.548833966255188,
- 0.42133525013923645,
- 0.30613019317388535,
- 0.4475850462913513,
- 0.3440237492322922,
- 0.5201903432607651,
- 0.3384546786546707,
- 0.34873395413160324,
- 0.31899406760931015,
- 0.30621445924043655,
- 0.38847774267196655,
- 0.4610901027917862,
- 0.44083893299102783,
- 0.389411598443985,
- 0.36306915432214737,
- 0.4871373921632767,
- 0.5366123467683792,
- 0.5092325359582901,
- 0.4312027394771576,
- 0.40548746287822723,
- 0.32630813866853714,
- 0.5793845504522324,
- 0.4279323220252991,
- 0.5235052406787872,
- 0.3329680636525154,
- 0.4974740445613861,
- 0.4464171230792999,
- 0.47123461961746216,
- 0.36468035727739334,
- 0.328968845307827,
- 0.3139948099851608,
- 0.3701911121606827,
- 0.37476354092359543,
- 0.5684515982866287,
- 0.30471624433994293,
- 0.41431353986263275,
- 0.3459503576159477,
- 0.4138595312833786,
- 0.46432051062583923,
- 0.3892347514629364,
- 0.35280152410268784,
- 0.3166620656847954,
- 0.5096000880002975,
- 0.4849333316087723,
- 0.3592822551727295,
- 0.5566421002149582,
- 0.4309156984090805,
- 0.4552384167909622,
- 0.5306647270917892,
- 0.32784710079431534,
- 0.45301200449466705,
- 0.3513224199414253,
- 0.340492844581604,
- 0.40000538527965546,
- 0.31352870911359787,
- 0.47067050635814667,
- 0.39584559202194214,
- 0.37233100086450577,
- 0.49410000443458557,
- 0.543974295258522,
- 0.5192348957061768,
- 0.585738480091095,
- 0.37852075695991516,
- 0.34334394335746765,
- 0.43974754214286804,
- 0.43853679299354553,
- 0.41469110548496246,
- 0.3850315511226654,
- 0.32587478309869766,
- 0.57429139316082,
- 0.5304677188396454,
- 0.5070420205593109,
- 0.47856035828590393,
- 0.4556085169315338,
- 0.3664659485220909,
- 0.3360557556152344,
- 0.3772747814655304,
- 0.3133128806948662,
- 0.42574480175971985,
- 0.4761347472667694,
- 0.35454288125038147,
- 0.3107044994831085,
- 0.5512582808732986,
- 0.3267654553055763,
- 0.3980920761823654,
- 0.42089487612247467,
- 0.4036983847618103,
- 0.4939821660518646,
- 0.5620646774768829,
- 0.35247666388750076,
- 0.36941704899072647,
- 0.6022619158029556,
- 0.540232703089714,
- 0.5161432474851608,
- 0.43977293372154236,
- 0.46443119645118713,
- 0.4622197151184082,
- 0.4110967665910721,
- 0.39187391102313995,
- 0.33619460463523865,
- 0.35807935148477554,
- 0.5913105458021164,
- 0.5489650815725327,
- 0.35318778455257416,
- 0.32035108655691147,
- 0.3806993365287781,
- 0.4793095886707306,
- 0.30964918434619904,
- 0.450824573636055,
- 0.5283533781766891,
- 0.4025879055261612,
- 0.33757205307483673,
- 0.4985760301351547,
- 0.5010228753089905,
- 0.4231906682252884,
- 0.37820617854595184,
- 0.4282083660364151,
- 0.5794315338134766,
- 0.4451812505722046,
- 0.39559538662433624,
- 0.5350566208362579,
- 0.5156807452440262,
- 0.3220907673239708,
- 0.43646398186683655,
- 0.46380941569805145,
- 0.48720936477184296,
- 0.41667768359184265,
- 0.3214114084839821,
- 0.36263928562402725,
- 0.36390620470046997,
- 0.3363707810640335,
- 0.5603296905755997,
- 0.3116981014609337,
- 0.4061535447835922
- ],
- "z": [
- 0.372330978512764,
- 0.450824573636055,
- 0.5235051959753036,
- 0.4475850462913513,
- 0.37019113451242447,
- 0.4464171677827835,
- 0.5201902985572815,
- 0.36941704899072647,
- 0.3664659485220909,
- 0.4451812505722046,
- 0.5913105905056,
- 0.5192349404096603,
- 0.44083893299102783,
- 0.36468033492565155,
- 0.36390620470046997,
- 0.43977293372154236,
- 0.5161432027816772,
- 0.5156807452440262,
- 0.43974754214286804,
- 0.36306917667388916,
- 0.36263928562402725,
- 0.43853674829006195,
- 0.3592822775244713,
- 0.43646393716335297,
- 0.585738480091095,
- 0.35807935148477554,
- 0.5096001327037811,
- 0.35454290360212326,
- 0.5092325359582901,
- 0.4312027394771576,
- 0.4309156984090805,
- 0.35318778455257416,
- 0.5794315785169601,
- 0.35280152410268784,
- 0.5793845504522324,
- 0.35247666388750076,
- 0.5070420205593109,
- 0.35132237523794174,
- 0.4282083660364151,
- 0.5022089928388596,
- 0.4279322773218155,
- 0.34873395413160324,
- 0.5010228753089905,
- 0.42574480175971985,
- 0.57429139316082,
- 0.4985760301351547,
- 0.3459503799676895,
- 0.4231906682252884,
- 0.4974740892648697,
- 0.3440237268805504,
- 0.42133525013923645,
- 0.34334392100572586,
- 0.42089487612247467,
- 0.41667768359184265,
- 0.49410000443458557,
- 0.3404928892850876,
- 0.5684515982866287,
- 0.4939822107553482,
- 0.3384547010064125,
- 0.41469110548496246,
- 0.3375720754265785,
- 0.41431358456611633,
- 0.3363707810640335,
- 0.33619458228349686,
- 0.4138595312833786,
- 0.3360557332634926,
- 0.5620646774768829,
- 0.48720936477184296,
- 0.48713743686676025,
- 0.3329680413007736,
- 0.4110967665910721,
- 0.4849333316087723,
- 0.5603296905755997,
- 0.3289688229560852,
- 0.32784707844257355,
- 0.4061535447835922,
- 0.32676543295383453,
- 0.40548746287822723,
- 0.5566421002149582,
- 0.32630811631679535,
- 0.32587480545043945,
- 0.4036983847618103,
- 0.4793095886707306,
- 0.47856035828590393,
- 0.40341246128082275,
- 0.5512583255767822,
- 0.4025878608226776,
- 0.476134791970253,
- 0.40000538527965546,
- 0.3220907673239708,
- 0.5489650815725327,
- 0.3980920761823654,
- 0.3214114084839821,
- 0.5488340109586716,
- 0.4750775545835495,
- 0.32035110890865326,
- 0.39584559202194214,
- 0.31899404525756836,
- 0.39559534192085266,
- 0.47123461961746216,
- 0.31666208803653717,
- 0.47067050635814667,
- 0.543974295258522,
- 0.39187391102313995,
- 0.3139948099851608,
- 0.3135286867618561,
- 0.31331290304660797,
- 0.46443119645118713,
- 0.3116981238126755,
- 0.389411598443985,
- 0.3892347514629364,
- 0.46432046592235565,
- 0.46380946040153503,
- 0.38847774267196655,
- 0.3107045218348503,
- 0.540232703089714,
- 0.4622197151184082,
- 0.30964913964271545,
- 0.385031595826149,
- 0.5366123467683792,
- 0.5350566208362579,
- 0.30621445924043655,
- 0.30613021552562714,
- 0.4610901027917862,
- 0.30471624433994293,
- 0.3806993365287781,
- 0.5306647270917892,
- 0.4556085169315338,
- 0.3796551078557968,
- 0.4552384167909622,
- 0.5304677188396454,
- 0.37852075695991516,
- 0.37820617854595184,
- 0.5283533781766891,
- 0.45301200449466705,
- 0.3772747814655304,
- 0.6022619605064392,
- 0.3747635632753372
- ]
- },
- {
- "hoverinfo": "text",
- "marker": {
- "color": "skyblue",
- "opacity": 0.8,
- "size": 3
- },
- "mode": "markers",
- "text": [
- "645",
- "651",
- "525",
- "658",
- "532",
- "405",
- "538",
- "411",
- "671",
- "676",
- "296",
- "424",
- "564",
- "312",
- "698",
- "702",
- "580",
- "717",
- "592",
- "465",
- "595",
- "473",
- "729",
- "348",
- "732",
- "610",
- "484",
- "740",
- "358",
- "377",
- "745",
- "620",
- "748",
- "627",
- "505",
- "251"
- ],
- "type": "scatter3d",
- "x": [
- 0.2762090563774109,
- 0.38628771901130676,
- 0.34409546852111816,
- 0.3522355854511261,
- 0.22197869420051575,
- 0.2126626968383789,
- 0.3037390112876892,
- 0.292357861995697,
- 0.30962076783180237,
- 0.22699521481990814,
- 0.2041429579257965,
- 0.24822065234184265,
- 0.256687730550766,
- 0.2342149317264557,
- 0.3789677023887634,
- 0.261249303817749,
- 0.33480599522590637,
- 0.33948835730552673,
- 0.290975958108902,
- 0.2821270823478699,
- 0.20713631808757782,
- 0.23545852303504944,
- 0.20779874920845032,
- 0.2683919072151184,
- 0.29389262199401855,
- 0.36264950037002563,
- 0.3141563832759857,
- 0.4015079736709595,
- 0.22412973642349243,
- 0.25898516178131104,
- 0.3675055205821991,
- 0.2426041215658188,
- 0.2431202381849289,
- 0.3232889175415039,
- 0.2703250050544739,
- 0.21356739103794098
- ],
- "y": [
- 0.33480602502822876,
- 0.2041429728269577,
- 0.2126627117395401,
- 0.25898516178131104,
- 0.33948835730552673,
- 0.29389262199401855,
- 0.2703249752521515,
- 0.22197870910167694,
- 0.3141564130783081,
- 0.3789677321910858,
- 0.2431202381849289,
- 0.2762090265750885,
- 0.3232888877391815,
- 0.22699522972106934,
- 0.23421494662761688,
- 0.362649530172348,
- 0.24822066724300385,
- 0.292357861995697,
- 0.3037390112876892,
- 0.2566877007484436,
- 0.3675055205821991,
- 0.30962079763412476,
- 0.4015079438686371,
- 0.207136332988739,
- 0.34409549832344055,
- 0.22412973642349243,
- 0.23545852303504944,
- 0.21356739103794098,
- 0.26124927401542664,
- 0.24260413646697998,
- 0.2683919370174408,
- 0.3522355854511261,
- 0.3862876892089844,
- 0.28212711215019226,
- 0.29097598791122437,
- 0.20779873430728912
- ],
- "z": [
- 0.24822065234184265,
- 0.2431202232837677,
- 0.29389262199401855,
- 0.24260413646697998,
- 0.29235783219337463,
- 0.34409546852111816,
- 0.290975958108902,
- 0.33948835730552673,
- 0.23545852303504944,
- 0.2342149168252945,
- 0.38628771901130676,
- 0.33480599522590637,
- 0.28212711215019226,
- 0.3789677321910858,
- 0.22699525952339172,
- 0.22412972152233124,
- 0.2762090563774109,
- 0.22197869420051575,
- 0.2703249752521515,
- 0.3232888877391815,
- 0.2683919072151184,
- 0.3141564130783081,
- 0.21356740593910217,
- 0.3675055503845215,
- 0.2126626968383789,
- 0.26124927401542664,
- 0.30962079763412476,
- 0.20779874920845032,
- 0.362649530172348,
- 0.3522355854511261,
- 0.2071363478899002,
- 0.25898516178131104,
- 0.2041429728269577,
- 0.256687730550766,
- 0.3037390112876892,
- 0.4015079736709595
- ]
- },
- {
- "hoverinfo": "text",
- "marker": {
- "color": "skyblue",
- "opacity": 0.8,
- "size": 3
- },
- "mode": "markers",
- "text": [
- "135",
- "106",
- "172",
- "143",
- "175",
- "81",
- "114",
- "183",
- "159"
- ],
- "type": "scatter3d",
- "x": [
- 0.17204773426055908,
- 0.10633134841918945,
- 0.11349760740995407,
- 0.128343865275383,
- 0.1894838511943817,
- 0.11710746586322784,
- 0.14106354117393494,
- 0.14694631099700928,
- 0.16164445877075195
- ],
- "y": [
- 0.10633135586977005,
- 0.14694631099700928,
- 0.1894838660955429,
- 0.16164444386959076,
- 0.11710747331380844,
- 0.11349761486053467,
- 0.1283438503742218,
- 0.17204774916172028,
- 0.14106355607509613
- ],
- "z": [
- 0.14694631099700928,
- 0.17204773426055908,
- 0.11710745841264725,
- 0.14106355607509613,
- 0.11349762976169586,
- 0.1894838660955429,
- 0.16164444386959076,
- 0.10633134841918945,
- 0.128343865275383
- ]
- },
- {
- "hoverinfo": "text",
- "marker": {
- "color": "skyblue",
- "opacity": 0.8,
- "size": 3
- },
- "mode": "markers",
- "text": [
- "48",
- "34",
- "27"
- ],
- "type": "scatter3d",
- "x": [
- 0,
- 0,
- 0
- ],
- "y": [
- 0,
- 0,
- 0
- ],
- "z": [
- 0,
- 0,
- 0
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4085966944694519,
- 0.32035108655691147,
- null
- ],
- "y": [
- 0.4085966944694519,
- 0.3116981014609337,
- null
- ],
- "z": [
- 0.8161479234695435,
- 0.6022619605064392,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4255240261554718,
- 0.32035108655691147,
- null
- ],
- "y": [
- 0.4102567434310913,
- 0.3116981014609337,
- null
- ],
- "z": [
- 0.8066093921661377,
- 0.6022619605064392,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4102567136287689,
- 0.32035108655691147,
- null
- ],
- "y": [
- 0.4255240559577942,
- 0.3116981014609337,
- null
- ],
- "z": [
- 0.8066093921661377,
- 0.6022619605064392,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4102567136287689,
- 0.3135286644101143,
- null
- ],
- "y": [
- 0.4255240559577942,
- 0.3384546786546707,
- null
- ],
- "z": [
- 0.8066093921661377,
- 0.5913105905056,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44218817353248596,
- 0.32035108655691147,
- null
- ],
- "y": [
- 0.4116917550563812,
- 0.3116981014609337,
- null
- ],
- "z": [
- 0.7968560457229614,
- 0.6022619605064392,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44218817353248596,
- 0.3360557556152344,
- null
- ],
- "y": [
- 0.4116917550563812,
- 0.32630813866853714,
- null
- ],
- "z": [
- 0.7968560457229614,
- 0.585738480091095,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4272121787071228,
- 0.32035108655691147,
- null
- ],
- "y": [
- 0.4272121787071228,
- 0.3116981014609337,
- null
- ],
- "z": [
- 0.7968560457229614,
- 0.6022619605064392,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4272121787071228,
- 0.3135286644101143,
- null
- ],
- "y": [
- 0.4272121787071228,
- 0.3384546786546707,
- null
- ],
- "z": [
- 0.7968560457229614,
- 0.5913105905056,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4272121787071228,
- 0.3360557556152344,
- null
- ],
- "y": [
- 0.4272121787071228,
- 0.32630813866853714,
- null
- ],
- "z": [
- 0.7968560457229614,
- 0.585738480091095,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4116917550563812,
- 0.32035108655691147,
- null
- ],
- "y": [
- 0.44218817353248596,
- 0.3116981014609337,
- null
- ],
- "z": [
- 0.7968560457229614,
- 0.6022619605064392,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4116917550563812,
- 0.3135286644101143,
- null
- ],
- "y": [
- 0.44218817353248596,
- 0.3384546786546707,
- null
- ],
- "z": [
- 0.7968560457229614,
- 0.5913105905056,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4116917550563812,
- 0.3360557556152344,
- null
- ],
- "y": [
- 0.44218817353248596,
- 0.32630813866853714,
- null
- ],
- "z": [
- 0.7968560457229614,
- 0.585738480091095,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4585893154144287,
- 0.32035108655691147,
- null
- ],
- "y": [
- 0.4129156768321991,
- 0.3116981014609337,
- null
- ],
- "z": [
- 0.7868903875350952,
- 0.6022619605064392,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4585893154144287,
- 0.3360557556152344,
- null
- ],
- "y": [
- 0.4129156768321991,
- 0.32630813866853714,
- null
- ],
- "z": [
- 0.7868903875350952,
- 0.585738480091095,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4585893154144287,
- 0.35807935148477554,
- null
- ],
- "y": [
- 0.4129156768321991,
- 0.3139948099851608,
- null
- ],
- "z": [
- 0.7868903875350952,
- 0.5793845504522324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44389939308166504,
- 0.32035108655691147,
- null
- ],
- "y": [
- 0.42866867780685425,
- 0.3116981014609337,
- null
- ],
- "z": [
- 0.7868903875350952,
- 0.6022619605064392,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44389939308166504,
- 0.3135286644101143,
- null
- ],
- "y": [
- 0.42866867780685425,
- 0.3384546786546707,
- null
- ],
- "z": [
- 0.7868903875350952,
- 0.5913105905056,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44389939308166504,
- 0.3360557556152344,
- null
- ],
- "y": [
- 0.42866867780685425,
- 0.32630813866853714,
- null
- ],
- "z": [
- 0.7868903875350952,
- 0.585738480091095,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44389939308166504,
- 0.35807935148477554,
- null
- ],
- "y": [
- 0.42866867780685425,
- 0.3139948099851608,
- null
- ],
- "z": [
- 0.7868903875350952,
- 0.5793845504522324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42866867780685425,
- 0.32035108655691147,
- null
- ],
- "y": [
- 0.44389939308166504,
- 0.3116981014609337,
- null
- ],
- "z": [
- 0.7868903875350952,
- 0.6022619605064392,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42866867780685425,
- 0.3135286644101143,
- null
- ],
- "y": [
- 0.44389939308166504,
- 0.3384546786546707,
- null
- ],
- "z": [
- 0.7868903875350952,
- 0.5913105905056,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42866867780685425,
- 0.3360557556152344,
- null
- ],
- "y": [
- 0.44389939308166504,
- 0.32630813866853714,
- null
- ],
- "z": [
- 0.7868903875350952,
- 0.585738480091095,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42866867780685425,
- 0.3289688229560852,
- null
- ],
- "y": [
- 0.44389939308166504,
- 0.35280152410268784,
- null
- ],
- "z": [
- 0.7868903875350952,
- 0.57429139316082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4129156470298767,
- 0.3135286644101143,
- null
- ],
- "y": [
- 0.4585893452167511,
- 0.3384546786546707,
- null
- ],
- "z": [
- 0.7868903875350952,
- 0.5913105905056,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4129156470298767,
- 0.30621443688869476,
- null
- ],
- "y": [
- 0.4585893452167511,
- 0.36468035727739334,
- null
- ],
- "z": [
- 0.7868903875350952,
- 0.5794315785169601,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4129156470298767,
- 0.3289688229560852,
- null
- ],
- "y": [
- 0.4585893452167511,
- 0.35280152410268784,
- null
- ],
- "z": [
- 0.7868903875350952,
- 0.57429139316082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.474727600812912,
- 0.3360557556152344,
- null
- ],
- "y": [
- 0.41394099593162537,
- 0.32630813866853714,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.585738480091095,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.474727600812912,
- 0.35807935148477554,
- null
- ],
- "y": [
- 0.41394099593162537,
- 0.3139948099851608,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.5793845504522324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4603184163570404,
- 0.3360557556152344,
- null
- ],
- "y": [
- 0.4299074411392212,
- 0.32630813866853714,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.585738480091095,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4603184163570404,
- 0.35807935148477554,
- null
- ],
- "y": [
- 0.4299074411392212,
- 0.3139948099851608,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.5793845504522324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4603184163570404,
- 0.35132239758968353,
- null
- ],
- "y": [
- 0.4299074411392212,
- 0.340492844581604,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.5684515982866287,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4453725814819336,
- 0.3135286644101143,
- null
- ],
- "y": [
- 0.4453725814819336,
- 0.3384546786546707,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.5913105905056,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4453725814819336,
- 0.3360557556152344,
- null
- ],
- "y": [
- 0.4453725814819336,
- 0.32630813866853714,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.585738480091095,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4453725814819336,
- 0.3289688229560852,
- null
- ],
- "y": [
- 0.4453725814819336,
- 0.35280152410268784,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.57429139316082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4453725814819336,
- 0.35132239758968353,
- null
- ],
- "y": [
- 0.4453725814819336,
- 0.340492844581604,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.5684515982866287,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4299074113368988,
- 0.3135286644101143,
- null
- ],
- "y": [
- 0.4603184461593628,
- 0.3384546786546707,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.5913105905056,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4299074113368988,
- 0.3360557556152344,
- null
- ],
- "y": [
- 0.4603184461593628,
- 0.32630813866853714,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.585738480091095,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4299074113368988,
- 0.30621443688869476,
- null
- ],
- "y": [
- 0.4603184461593628,
- 0.36468035727739334,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.5794315785169601,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4299074113368988,
- 0.3289688229560852,
- null
- ],
- "y": [
- 0.4603184461593628,
- 0.35280152410268784,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.57429139316082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41394099593162537,
- 0.3135286644101143,
- null
- ],
- "y": [
- 0.474727600812912,
- 0.3384546786546707,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.5913105905056,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41394099593162537,
- 0.30621443688869476,
- null
- ],
- "y": [
- 0.474727600812912,
- 0.36468035727739334,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.5794315785169601,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41394099593162537,
- 0.3289688229560852,
- null
- ],
- "y": [
- 0.474727600812912,
- 0.35280152410268784,
- null
- ],
- "z": [
- 0.7767152190208435,
- 0.57429139316082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4906032979488373,
- 0.35807935148477554,
- null
- ],
- "y": [
- 0.41477933526039124,
- 0.3139948099851608,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5793845504522324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4906032979488373,
- 0.3772747814655304,
- null
- ],
- "y": [
- 0.41477933526039124,
- 0.32587478309869766,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5603296905755997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.476469486951828,
- 0.3360557556152344,
- null
- ],
- "y": [
- 0.43094122409820557,
- 0.32630813866853714,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.585738480091095,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.476469486951828,
- 0.35807935148477554,
- null
- ],
- "y": [
- 0.43094122409820557,
- 0.3139948099851608,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5793845504522324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.476469486951828,
- 0.35132239758968353,
- null
- ],
- "y": [
- 0.43094122409820557,
- 0.340492844581604,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5684515982866287,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.476469486951828,
- 0.3772747814655304,
- null
- ],
- "y": [
- 0.43094122409820557,
- 0.32587478309869766,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5603296905755997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46180349588394165,
- 0.3360557556152344,
- null
- ],
- "y": [
- 0.44662174582481384,
- 0.32630813866853714,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.585738480091095,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46180349588394165,
- 0.35807935148477554,
- null
- ],
- "y": [
- 0.44662174582481384,
- 0.3139948099851608,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5793845504522324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46180349588394165,
- 0.3289688229560852,
- null
- ],
- "y": [
- 0.44662174582481384,
- 0.35280152410268784,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.57429139316082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46180349588394165,
- 0.35132239758968353,
- null
- ],
- "y": [
- 0.44662174582481384,
- 0.340492844581604,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5684515982866287,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44662174582481384,
- 0.3135286644101143,
- null
- ],
- "y": [
- 0.46180349588394165,
- 0.3384546786546707,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5913105905056,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44662174582481384,
- 0.3360557556152344,
- null
- ],
- "y": [
- 0.46180349588394165,
- 0.32630813866853714,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.585738480091095,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44662174582481384,
- 0.3289688229560852,
- null
- ],
- "y": [
- 0.46180349588394165,
- 0.35280152410268784,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.57429139316082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44662174582481384,
- 0.35132239758968353,
- null
- ],
- "y": [
- 0.46180349588394165,
- 0.340492844581604,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5684515982866287,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44662174582481384,
- 0.3440237268805504,
- null
- ],
- "y": [
- 0.46180349588394165,
- 0.3664659485220909,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5566421002149582,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4309411942958832,
- 0.3135286644101143,
- null
- ],
- "y": [
- 0.476469486951828,
- 0.3384546786546707,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5913105905056,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4309411942958832,
- 0.30621443688869476,
- null
- ],
- "y": [
- 0.476469486951828,
- 0.36468035727739334,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5794315785169601,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4309411942958832,
- 0.3289688229560852,
- null
- ],
- "y": [
- 0.476469486951828,
- 0.35280152410268784,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.57429139316082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4309411942958832,
- 0.3214114308357239,
- null
- ],
- "y": [
- 0.476469486951828,
- 0.37852075695991516,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5620646774768829,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4309411942958832,
- 0.3440237268805504,
- null
- ],
- "y": [
- 0.476469486951828,
- 0.3664659485220909,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5566421002149582,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41477933526039124,
- 0.30621443688869476,
- null
- ],
- "y": [
- 0.4906032979488373,
- 0.36468035727739334,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5794315785169601,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41477933526039124,
- 0.3289688229560852,
- null
- ],
- "y": [
- 0.4906032979488373,
- 0.35280152410268784,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.57429139316082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41477933526039124,
- 0.3214114308357239,
- null
- ],
- "y": [
- 0.4906032979488373,
- 0.37852075695991516,
- null
- ],
- "z": [
- 0.7663331627845764,
- 0.5620646774768829,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5062164664268494,
- 0.35807935148477554,
- null
- ],
- "y": [
- 0.41544109582901,
- 0.3139948099851608,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5793845504522324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5062164664268494,
- 0.3772747814655304,
- null
- ],
- "y": [
- 0.41544109582901,
- 0.32587478309869766,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5603296905755997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5062164664268494,
- 0.4025878608226776,
- null
- ],
- "y": [
- 0.41544109582901,
- 0.3107044994831085,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5512583255767822,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49235257506370544,
- 0.35807935148477554,
- null
- ],
- "y": [
- 0.4317815899848938,
- 0.3139948099851608,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5793845504522324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49235257506370544,
- 0.35132239758968353,
- null
- ],
- "y": [
- 0.4317815899848938,
- 0.340492844581604,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5684515982866287,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49235257506370544,
- 0.3772747814655304,
- null
- ],
- "y": [
- 0.4317815899848938,
- 0.32587478309869766,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5603296905755997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4779614508152008,
- 0.3360557556152344,
- null
- ],
- "y": [
- 0.44765976071357727,
- 0.32630813866853714,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.585738480091095,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4779614508152008,
- 0.35807935148477554,
- null
- ],
- "y": [
- 0.44765976071357727,
- 0.3139948099851608,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5793845504522324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4779614508152008,
- 0.35132239758968353,
- null
- ],
- "y": [
- 0.44765976071357727,
- 0.340492844581604,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5684515982866287,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4779614508152008,
- 0.3772747814655304,
- null
- ],
- "y": [
- 0.44765976071357727,
- 0.32587478309869766,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5603296905755997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4779614508152008,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.44765976071357727,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4630585312843323,
- 0.3360557556152344,
- null
- ],
- "y": [
- 0.4630585312843323,
- 0.32630813866853714,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.585738480091095,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4630585312843323,
- 0.3289688229560852,
- null
- ],
- "y": [
- 0.4630585312843323,
- 0.35280152410268784,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.57429139316082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4630585312843323,
- 0.35132239758968353,
- null
- ],
- "y": [
- 0.4630585312843323,
- 0.340492844581604,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5684515982866287,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4630585312843323,
- 0.3440237268805504,
- null
- ],
- "y": [
- 0.4630585312843323,
- 0.3664659485220909,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5566421002149582,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4630585312843323,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.4630585312843323,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4476597309112549,
- 0.3289688229560852,
- null
- ],
- "y": [
- 0.4779614806175232,
- 0.35280152410268784,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.57429139316082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4476597309112549,
- 0.35132239758968353,
- null
- ],
- "y": [
- 0.4779614806175232,
- 0.340492844581604,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5684515982866287,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4476597309112549,
- 0.3214114308357239,
- null
- ],
- "y": [
- 0.4779614806175232,
- 0.37852075695991516,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5620646774768829,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4476597309112549,
- 0.3440237268805504,
- null
- ],
- "y": [
- 0.4779614806175232,
- 0.3664659485220909,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5566421002149582,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4317815899848938,
- 0.30621443688869476,
- null
- ],
- "y": [
- 0.49235257506370544,
- 0.36468035727739334,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5794315785169601,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4317815899848938,
- 0.3289688229560852,
- null
- ],
- "y": [
- 0.49235257506370544,
- 0.35280152410268784,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.57429139316082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4317815899848938,
- 0.3214114308357239,
- null
- ],
- "y": [
- 0.49235257506370544,
- 0.37852075695991516,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5620646774768829,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4317815899848938,
- 0.3440237268805504,
- null
- ],
- "y": [
- 0.49235257506370544,
- 0.3664659485220909,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5566421002149582,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41544109582901,
- 0.30621443688869476,
- null
- ],
- "y": [
- 0.5062164664268494,
- 0.36468035727739334,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5794315785169601,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41544109582901,
- 0.3214114308357239,
- null
- ],
- "y": [
- 0.5062164664268494,
- 0.37852075695991516,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5620646774768829,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41544109582901,
- 0.3133128806948662,
- null
- ],
- "y": [
- 0.5062164664268494,
- 0.4036983847618103,
- null
- ],
- "z": [
- 0.7557470202445984,
- 0.5489650815725327,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5215672850608826,
- 0.3772747814655304,
- null
- ],
- "y": [
- 0.41593602299690247,
- 0.32587478309869766,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5603296905755997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5215672850608826,
- 0.4025878608226776,
- null
- ],
- "y": [
- 0.41593602299690247,
- 0.3107044994831085,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5512583255767822,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5079678893089294,
- 0.3772747814655304,
- null
- ],
- "y": [
- 0.432439386844635,
- 0.32587478309869766,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5603296905755997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5079678893089294,
- 0.4025878608226776,
- null
- ],
- "y": [
- 0.432439386844635,
- 0.3107044994831085,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5512583255767822,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5079678893089294,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.432439386844635,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4938465654850006,
- 0.35132239758968353,
- null
- ],
- "y": [
- 0.44849836826324463,
- 0.340492844581604,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5684515982866287,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4938465654850006,
- 0.3772747814655304,
- null
- ],
- "y": [
- 0.44849836826324463,
- 0.32587478309869766,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5603296905755997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4938465654850006,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.44849836826324463,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4792177379131317,
- 0.35132239758968353,
- null
- ],
- "y": [
- 0.4640964865684509,
- 0.340492844581604,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5684515982866287,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4792177379131317,
- 0.3772747814655304,
- null
- ],
- "y": [
- 0.4640964865684509,
- 0.32587478309869766,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5603296905755997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4792177379131317,
- 0.3440237268805504,
- null
- ],
- "y": [
- 0.4640964865684509,
- 0.3664659485220909,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5566421002149582,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4792177379131317,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.4640964865684509,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4640964865684509,
- 0.3289688229560852,
- null
- ],
- "y": [
- 0.4792177379131317,
- 0.35280152410268784,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.57429139316082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4640964865684509,
- 0.35132239758968353,
- null
- ],
- "y": [
- 0.4792177379131317,
- 0.340492844581604,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5684515982866287,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4640964865684509,
- 0.3440237268805504,
- null
- ],
- "y": [
- 0.4792177379131317,
- 0.3664659485220909,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5566421002149582,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4640964865684509,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.4792177379131317,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44849836826324463,
- 0.3289688229560852,
- null
- ],
- "y": [
- 0.4938465654850006,
- 0.35280152410268784,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.57429139316082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44849836826324463,
- 0.3214114308357239,
- null
- ],
- "y": [
- 0.4938465654850006,
- 0.37852075695991516,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5620646774768829,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44849836826324463,
- 0.3440237268805504,
- null
- ],
- "y": [
- 0.4938465654850006,
- 0.3664659485220909,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5566421002149582,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44849836826324463,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.4938465654850006,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4324393570423126,
- 0.3214114308357239,
- null
- ],
- "y": [
- 0.5079679489135742,
- 0.37852075695991516,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5620646774768829,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4324393570423126,
- 0.3440237268805504,
- null
- ],
- "y": [
- 0.5079679489135742,
- 0.3664659485220909,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5566421002149582,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4324393570423126,
- 0.3133128806948662,
- null
- ],
- "y": [
- 0.5079679489135742,
- 0.4036983847618103,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5489650815725327,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4324393570423126,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.5079679489135742,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41593602299690247,
- 0.3214114308357239,
- null
- ],
- "y": [
- 0.5215672850608826,
- 0.37852075695991516,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5620646774768829,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41593602299690247,
- 0.3133128806948662,
- null
- ],
- "y": [
- 0.5215672850608826,
- 0.4036983847618103,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.5489650815725327,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41593602299690247,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.5215672850608826,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.7449595928192139,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5366557836532593,
- 0.3772747814655304,
- null
- ],
- "y": [
- 0.4162728786468506,
- 0.32587478309869766,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5603296905755997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5366557836532593,
- 0.4025878608226776,
- null
- ],
- "y": [
- 0.4162728786468506,
- 0.3107044994831085,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5512583255767822,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5366557836532593,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.4162728786468506,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5366557836532593,
- 0.42089487612247467,
- null
- ],
- "y": [
- 0.4162728786468506,
- 0.3220907673239708,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5306647270917892,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5233154892921448,
- 0.3772747814655304,
- null
- ],
- "y": [
- 0.4329242408275604,
- 0.32587478309869766,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5603296905755997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5233154892921448,
- 0.4025878608226776,
- null
- ],
- "y": [
- 0.4329242408275604,
- 0.3107044994831085,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5512583255767822,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5233154892921448,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.4329242408275604,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5094588398933411,
- 0.3772747814655304,
- null
- ],
- "y": [
- 0.44914835691452026,
- 0.32587478309869766,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5603296905755997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5094588398933411,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.44914835691452026,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5094588398933411,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.44914835691452026,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4950993061065674,
- 0.35132239758968353,
- null
- ],
- "y": [
- 0.4649292230606079,
- 0.340492844581604,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5684515982866287,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4950993061065674,
- 0.3772747814655304,
- null
- ],
- "y": [
- 0.4649292230606079,
- 0.32587478309869766,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5603296905755997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4950993061065674,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.4649292230606079,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4950993061065674,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.4649292230606079,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4802512228488922,
- 0.35132239758968353,
- null
- ],
- "y": [
- 0.4802512228488922,
- 0.340492844581604,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5684515982866287,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4802512228488922,
- 0.3440237268805504,
- null
- ],
- "y": [
- 0.4802512228488922,
- 0.3664659485220909,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5566421002149582,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4802512228488922,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.4802512228488922,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4802512228488922,
- 0.36263926327228546,
- null
- ],
- "y": [
- 0.4802512228488922,
- 0.37820617854595184,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5366123467683792,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4649292230606079,
- 0.3214114308357239,
- null
- ],
- "y": [
- 0.4950993061065674,
- 0.37852075695991516,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5620646774768829,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4649292230606079,
- 0.3440237268805504,
- null
- ],
- "y": [
- 0.4950993061065674,
- 0.3664659485220909,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5566421002149582,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4649292230606079,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.4950993061065674,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4649292230606079,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.4950993061065674,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4649292230606079,
- 0.36263926327228546,
- null
- ],
- "y": [
- 0.4950993061065674,
- 0.37820617854595184,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5366123467683792,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44914835691452026,
- 0.3214114308357239,
- null
- ],
- "y": [
- 0.5094588398933411,
- 0.37852075695991516,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5620646774768829,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44914835691452026,
- 0.3440237268805504,
- null
- ],
- "y": [
- 0.5094588398933411,
- 0.3664659485220909,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5566421002149582,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44914835691452026,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.5094588398933411,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44914835691452026,
- 0.36263926327228546,
- null
- ],
- "y": [
- 0.5094588398933411,
- 0.37820617854595184,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5366123467683792,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4329242408275604,
- 0.3214114308357239,
- null
- ],
- "y": [
- 0.5233154892921448,
- 0.37852075695991516,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5620646774768829,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4329242408275604,
- 0.3133128806948662,
- null
- ],
- "y": [
- 0.5233154892921448,
- 0.4036983847618103,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5489650815725327,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4329242408275604,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.5233154892921448,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4162728786468506,
- 0.3214114308357239,
- null
- ],
- "y": [
- 0.5366557836532593,
- 0.37852075695991516,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5620646774768829,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4162728786468506,
- 0.3133128806948662,
- null
- ],
- "y": [
- 0.5366557836532593,
- 0.4036983847618103,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5489650815725327,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4162728786468506,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.5366557836532593,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4162728786468506,
- 0.30471624433994293,
- null
- ],
- "y": [
- 0.5366557836532593,
- 0.4282083660364151,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5350566208362579,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4162728786468506,
- 0.32784710079431534,
- null
- ],
- "y": [
- 0.5366557836532593,
- 0.41667768359184265,
- null
- ],
- "z": [
- 0.7339737415313721,
- 0.5304677188396454,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5514819025993347,
- 0.4025878608226776,
- null
- ],
- "y": [
- 0.4164598286151886,
- 0.3107044994831085,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5512583255767822,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5514819025993347,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.4164598286151886,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5514819025993347,
- 0.42089487612247467,
- null
- ],
- "y": [
- 0.4164598286151886,
- 0.3220907673239708,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5306647270917892,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5383954644203186,
- 0.4025878608226776,
- null
- ],
- "y": [
- 0.4332452118396759,
- 0.3107044994831085,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5512583255767822,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5383954644203186,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.4332452118396759,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5383954644203186,
- 0.42089487612247467,
- null
- ],
- "y": [
- 0.4332452118396759,
- 0.3220907673239708,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5306647270917892,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5247982740402222,
- 0.3772747814655304,
- null
- ],
- "y": [
- 0.44961968064308167,
- 0.32587478309869766,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5603296905755997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5247982740402222,
- 0.4025878608226776,
- null
- ],
- "y": [
- 0.44961968064308167,
- 0.3107044994831085,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5512583255767822,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5247982740402222,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.44961968064308167,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5247982740402222,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.44961968064308167,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5247982740402222,
- 0.38847774267196655,
- null
- ],
- "y": [
- 0.44961968064308167,
- 0.36390620470046997,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5283533781766891,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5107033252716064,
- 0.3772747814655304,
- null
- ],
- "y": [
- 0.46556758880615234,
- 0.32587478309869766,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5603296905755997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5107033252716064,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.46556758880615234,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5107033252716064,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.46556758880615234,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5107033252716064,
- 0.38847774267196655,
- null
- ],
- "y": [
- 0.46556758880615234,
- 0.36390620470046997,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5283533781766891,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49612390995025635,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.48107391595840454,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49612390995025635,
- 0.36263926327228546,
- null
- ],
- "y": [
- 0.48107391595840454,
- 0.37820617854595184,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5366123467683792,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49612390995025635,
- 0.38847774267196655,
- null
- ],
- "y": [
- 0.48107391595840454,
- 0.36390620470046997,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5283533781766891,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48107391595840454,
- 0.3440237268805504,
- null
- ],
- "y": [
- 0.49612390995025635,
- 0.3664659485220909,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5566421002149582,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48107391595840454,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.49612390995025635,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48107391595840454,
- 0.36263926327228546,
- null
- ],
- "y": [
- 0.49612390995025635,
- 0.37820617854595184,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5366123467683792,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46556758880615234,
- 0.3440237268805504,
- null
- ],
- "y": [
- 0.5107033252716064,
- 0.3664659485220909,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5566421002149582,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46556758880615234,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.5107033252716064,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46556758880615234,
- 0.36263926327228546,
- null
- ],
- "y": [
- 0.5107033252716064,
- 0.37820617854595184,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5366123467683792,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46556758880615234,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.5107033252716064,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44961968064308167,
- 0.3214114308357239,
- null
- ],
- "y": [
- 0.5247982740402222,
- 0.37852075695991516,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5620646774768829,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44961968064308167,
- 0.3133128806948662,
- null
- ],
- "y": [
- 0.5247982740402222,
- 0.4036983847618103,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5489650815725327,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44961968064308167,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.5247982740402222,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44961968064308167,
- 0.36263926327228546,
- null
- ],
- "y": [
- 0.5247982740402222,
- 0.37820617854595184,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5366123467683792,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44961968064308167,
- 0.32784710079431534,
- null
- ],
- "y": [
- 0.5247982740402222,
- 0.41667768359184265,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5304677188396454,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44961968064308167,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.5247982740402222,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4332452118396759,
- 0.3133128806948662,
- null
- ],
- "y": [
- 0.5383954644203186,
- 0.4036983847618103,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5489650815725327,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4332452118396759,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.5383954644203186,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4332452118396759,
- 0.32784710079431534,
- null
- ],
- "y": [
- 0.5383954644203186,
- 0.41667768359184265,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5304677188396454,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4164598286151886,
- 0.3133128806948662,
- null
- ],
- "y": [
- 0.5514819025993347,
- 0.4036983847618103,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5489650815725327,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4164598286151886,
- 0.30471624433994293,
- null
- ],
- "y": [
- 0.5514819025993347,
- 0.4282083660364151,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5350566208362579,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4164598286151886,
- 0.32784710079431534,
- null
- ],
- "y": [
- 0.5514819025993347,
- 0.41667768359184265,
- null
- ],
- "z": [
- 0.722792387008667,
- 0.5304677188396454,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5660456418991089,
- 0.4025878608226776,
- null
- ],
- "y": [
- 0.4165043532848358,
- 0.3107044994831085,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5512583255767822,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5660456418991089,
- 0.42089487612247467,
- null
- ],
- "y": [
- 0.4165043532848358,
- 0.3220907673239708,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5306647270917892,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5660456418991089,
- 0.4451812505722046,
- null
- ],
- "y": [
- 0.4165043532848358,
- 0.30613019317388535,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5201902985572815,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5532078146934509,
- 0.4025878608226776,
- null
- ],
- "y": [
- 0.43341055512428284,
- 0.3107044994831085,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5512583255767822,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5532078146934509,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.43341055512428284,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5532078146934509,
- 0.42089487612247467,
- null
- ],
- "y": [
- 0.43341055512428284,
- 0.3220907673239708,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5306647270917892,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5532078146934509,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.43341055512428284,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5398650765419006,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.4499214291572571,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5398650765419006,
- 0.42089487612247467,
- null
- ],
- "y": [
- 0.4499214291572571,
- 0.3220907673239708,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5306647270917892,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5398650765419006,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.4499214291572571,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5260297656059265,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.46602171659469604,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5260297656059265,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.46602171659469604,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5260297656059265,
- 0.38847774267196655,
- null
- ],
- "y": [
- 0.46602171659469604,
- 0.36390620470046997,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5283533781766891,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5260297656059265,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.46602171659469604,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.511714518070221,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.48169681429862976,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.511714518070221,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.48169681429862976,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.511714518070221,
- 0.36263926327228546,
- null
- ],
- "y": [
- 0.48169681429862976,
- 0.37820617854595184,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5366123467683792,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.511714518070221,
- 0.38847774267196655,
- null
- ],
- "y": [
- 0.48169681429862976,
- 0.36390620470046997,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5283533781766891,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49693235754966736,
- 0.3701911121606827,
- null
- ],
- "y": [
- 0.49693235754966736,
- 0.35247666388750076,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5488340109586716,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49693235754966736,
- 0.36263926327228546,
- null
- ],
- "y": [
- 0.49693235754966736,
- 0.37820617854595184,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5366123467683792,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49693235754966736,
- 0.38847774267196655,
- null
- ],
- "y": [
- 0.49693235754966736,
- 0.36390620470046997,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5283533781766891,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49693235754966736,
- 0.3806993365287781,
- null
- ],
- "y": [
- 0.49693235754966736,
- 0.389411598443985,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5156807452440262,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48169681429862976,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.511714518070221,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48169681429862976,
- 0.36263926327228546,
- null
- ],
- "y": [
- 0.511714518070221,
- 0.37820617854595184,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5366123467683792,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48169681429862976,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.511714518070221,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48169681429862976,
- 0.3806993365287781,
- null
- ],
- "y": [
- 0.511714518070221,
- 0.389411598443985,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5156807452440262,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46602171659469604,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.5260297656059265,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46602171659469604,
- 0.36263926327228546,
- null
- ],
- "y": [
- 0.5260297656059265,
- 0.37820617854595184,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5366123467683792,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46602171659469604,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.5260297656059265,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4499214291572571,
- 0.3133128806948662,
- null
- ],
- "y": [
- 0.5398650765419006,
- 0.4036983847618103,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5489650815725327,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4499214291572571,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.5398650765419006,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4499214291572571,
- 0.32784710079431534,
- null
- ],
- "y": [
- 0.5398650765419006,
- 0.41667768359184265,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5304677188396454,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4499214291572571,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.5398650765419006,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43341055512428284,
- 0.3133128806948662,
- null
- ],
- "y": [
- 0.5532078146934509,
- 0.4036983847618103,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5489650815725327,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43341055512428284,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.5532078146934509,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43341055512428284,
- 0.30471624433994293,
- null
- ],
- "y": [
- 0.5532078146934509,
- 0.4282083660364151,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5350566208362579,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43341055512428284,
- 0.32784710079431534,
- null
- ],
- "y": [
- 0.5532078146934509,
- 0.41667768359184265,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5304677188396454,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41650429368019104,
- 0.3133128806948662,
- null
- ],
- "y": [
- 0.5660457015037537,
- 0.4036983847618103,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5489650815725327,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41650429368019104,
- 0.30471624433994293,
- null
- ],
- "y": [
- 0.5660457015037537,
- 0.4282083660364151,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5350566208362579,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41650429368019104,
- 0.32784710079431534,
- null
- ],
- "y": [
- 0.5660457015037537,
- 0.41667768359184265,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5304677188396454,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41650429368019104,
- 0.31899404525756836,
- null
- ],
- "y": [
- 0.5660457015037537,
- 0.44083893299102783,
- null
- ],
- "z": [
- 0.711418628692627,
- 0.5161432027816772,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.580346941947937,
- 0.42089487612247467,
- null
- ],
- "y": [
- 0.416413277387619,
- 0.3220907673239708,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5306647270917892,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.580346941947937,
- 0.4451812505722046,
- null
- ],
- "y": [
- 0.416413277387619,
- 0.30613019317388535,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5201902985572815,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.580346941947937,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.416413277387619,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5677523612976074,
- 0.42089487612247467,
- null
- ],
- "y": [
- 0.433428019285202,
- 0.3220907673239708,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5306647270917892,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5677523612976074,
- 0.4451812505722046,
- null
- ],
- "y": [
- 0.433428019285202,
- 0.30613019317388535,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5201902985572815,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5677523612976074,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.433428019285202,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5677523612976074,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.433428019285202,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5546591281890869,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.450062096118927,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5546591281890869,
- 0.42089487612247467,
- null
- ],
- "y": [
- 0.450062096118927,
- 0.3220907673239708,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5306647270917892,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5546591281890869,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.450062096118927,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5546591281890869,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.450062096118927,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5410786867141724,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.4663008451461792,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5410786867141724,
- 0.38847774267196655,
- null
- ],
- "y": [
- 0.4663008451461792,
- 0.36390620470046997,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5283533781766891,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5410786867141724,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.4663008451461792,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5410786867141724,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.4663008451461792,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5270229578018188,
- 0.39584554731845856,
- null
- ],
- "y": [
- 0.4821299910545349,
- 0.33757205307483673,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.540232703089714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5270229578018188,
- 0.38847774267196655,
- null
- ],
- "y": [
- 0.4821299910545349,
- 0.36390620470046997,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5283533781766891,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5270229578018188,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.4821299910545349,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5270229578018188,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.4821299910545349,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5125043988227844,
- 0.36263926327228546,
- null
- ],
- "y": [
- 0.49753570556640625,
- 0.37820617854595184,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5366123467683792,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5125043988227844,
- 0.38847774267196655,
- null
- ],
- "y": [
- 0.49753570556640625,
- 0.36390620470046997,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5283533781766891,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5125043988227844,
- 0.3806993365287781,
- null
- ],
- "y": [
- 0.49753570556640625,
- 0.389411598443985,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5156807452440262,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5125043988227844,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.49753570556640625,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49753570556640625,
- 0.36263926327228546,
- null
- ],
- "y": [
- 0.5125043988227844,
- 0.37820617854595184,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5366123467683792,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49753570556640625,
- 0.38847774267196655,
- null
- ],
- "y": [
- 0.5125043988227844,
- 0.36390620470046997,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5283533781766891,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49753570556640625,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.5125043988227844,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49753570556640625,
- 0.3806993365287781,
- null
- ],
- "y": [
- 0.5125043988227844,
- 0.389411598443985,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5156807452440262,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4821299910545349,
- 0.36263926327228546,
- null
- ],
- "y": [
- 0.5270229578018188,
- 0.37820617854595184,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5366123467683792,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4821299910545349,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.5270229578018188,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4821299910545349,
- 0.3806993365287781,
- null
- ],
- "y": [
- 0.5270229578018188,
- 0.389411598443985,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5156807452440262,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4663008451461792,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.5410786867141724,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4663008451461792,
- 0.32784710079431534,
- null
- ],
- "y": [
- 0.5410786867141724,
- 0.41667768359184265,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5304677188396454,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4663008451461792,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.5410786867141724,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4663008451461792,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.5410786867141724,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.450062096118927,
- 0.33619460463523865,
- null
- ],
- "y": [
- 0.5546591281890869,
- 0.39187391102313995,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.543974295258522,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.450062096118927,
- 0.32784710079431534,
- null
- ],
- "y": [
- 0.5546591281890869,
- 0.41667768359184265,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5304677188396454,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.450062096118927,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.5546591281890869,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.450062096118927,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.5546591281890869,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.433428019285202,
- 0.30471624433994293,
- null
- ],
- "y": [
- 0.5677523612976074,
- 0.4282083660364151,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5350566208362579,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.433428019285202,
- 0.32784710079431534,
- null
- ],
- "y": [
- 0.5677523612976074,
- 0.41667768359184265,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5304677188396454,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.433428019285202,
- 0.31899404525756836,
- null
- ],
- "y": [
- 0.5677523612976074,
- 0.44083893299102783,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5161432027816772,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.433428019285202,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.5677523612976074,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.416413277387619,
- 0.30471624433994293,
- null
- ],
- "y": [
- 0.580346941947937,
- 0.4282083660364151,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5350566208362579,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.416413277387619,
- 0.32784710079431534,
- null
- ],
- "y": [
- 0.580346941947937,
- 0.41667768359184265,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5304677188396454,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.416413277387619,
- 0.31899404525756836,
- null
- ],
- "y": [
- 0.580346941947937,
- 0.44083893299102783,
- null
- ],
- "z": [
- 0.6998552680015564,
- 0.5161432027816772,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5943854451179504,
- 0.42089487612247467,
- null
- ],
- "y": [
- 0.4161931574344635,
- 0.3220907673239708,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5306647270917892,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5943854451179504,
- 0.4451812505722046,
- null
- ],
- "y": [
- 0.4161931574344635,
- 0.30613019317388535,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5201902985572815,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5943854451179504,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.4161931574344635,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5943854451179504,
- 0.4622197151184082,
- null
- ],
- "y": [
- 0.4161931574344635,
- 0.3166620656847954,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.4985760301351547,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5820291042327881,
- 0.42089487612247467,
- null
- ],
- "y": [
- 0.4333045780658722,
- 0.3220907673239708,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5306647270917892,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5820291042327881,
- 0.4451812505722046,
- null
- ],
- "y": [
- 0.4333045780658722,
- 0.30613019317388535,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5201902985572815,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5820291042327881,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.4333045780658722,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5691803097724915,
- 0.42089487612247467,
- null
- ],
- "y": [
- 0.4500494599342346,
- 0.3220907673239708,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5306647270917892,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5691803097724915,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.4500494599342346,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5691803097724915,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.4500494599342346,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5691803097724915,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.4500494599342346,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5558499693870544,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.4664134979248047,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5558499693870544,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.4664134979248047,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5558499693870544,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.4664134979248047,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5558499693870544,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.4664134979248047,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5420493483543396,
- 0.38847774267196655,
- null
- ],
- "y": [
- 0.48238295316696167,
- 0.36390620470046997,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5283533781766891,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5420493483543396,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.48238295316696167,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5420493483543396,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.48238295316696167,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5277900695800781,
- 0.38847774267196655,
- null
- ],
- "y": [
- 0.4979442059993744,
- 0.36390620470046997,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5283533781766891,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5277900695800781,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.4979442059993744,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5277900695800781,
- 0.3806993365287781,
- null
- ],
- "y": [
- 0.4979442059993744,
- 0.389411598443985,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5156807452440262,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5277900695800781,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.4979442059993744,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5130841732025146,
- 0.38847774267196655,
- null
- ],
- "y": [
- 0.5130841732025146,
- 0.36390620470046997,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5283533781766891,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5130841732025146,
- 0.3806993365287781,
- null
- ],
- "y": [
- 0.5130841732025146,
- 0.389411598443985,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5156807452440262,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5130841732025146,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.5130841732025146,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5130841732025146,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.5130841732025146,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4979442059993744,
- 0.36263926327228546,
- null
- ],
- "y": [
- 0.5277900695800781,
- 0.37820617854595184,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5366123467683792,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4979442059993744,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.5277900695800781,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4979442059993744,
- 0.3806993365287781,
- null
- ],
- "y": [
- 0.5277900695800781,
- 0.389411598443985,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5156807452440262,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4979442059993744,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.5277900695800781,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48238295316696167,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.5420493483543396,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48238295316696167,
- 0.3806993365287781,
- null
- ],
- "y": [
- 0.5420493483543396,
- 0.389411598443985,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5156807452440262,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48238295316696167,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.5420493483543396,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48238295316696167,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.5420493483543396,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4664134979248047,
- 0.32784710079431534,
- null
- ],
- "y": [
- 0.5558499693870544,
- 0.41667768359184265,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5304677188396454,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4664134979248047,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.5558499693870544,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4664134979248047,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.5558499693870544,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4664134979248047,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.5558499693870544,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4500494599342346,
- 0.32784710079431534,
- null
- ],
- "y": [
- 0.5691803097724915,
- 0.41667768359184265,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5304677188396454,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4500494599342346,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.5691803097724915,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4500494599342346,
- 0.31899404525756836,
- null
- ],
- "y": [
- 0.5691803097724915,
- 0.44083893299102783,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5161432027816772,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4500494599342346,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.5691803097724915,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4333045780658722,
- 0.30471624433994293,
- null
- ],
- "y": [
- 0.5820291042327881,
- 0.4282083660364151,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5350566208362579,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4333045780658722,
- 0.32784710079431534,
- null
- ],
- "y": [
- 0.5820291042327881,
- 0.41667768359184265,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5304677188396454,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4333045780658722,
- 0.31899404525756836,
- null
- ],
- "y": [
- 0.5820291042327881,
- 0.44083893299102783,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5161432027816772,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4333045780658722,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.5820291042327881,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4333045780658722,
- 0.3363707810640335,
- null
- ],
- "y": [
- 0.5820291042327881,
- 0.45301200449466705,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.49410000443458557,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4161931574344635,
- 0.30471624433994293,
- null
- ],
- "y": [
- 0.5943854451179504,
- 0.4282083660364151,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5350566208362579,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4161931574344635,
- 0.31899404525756836,
- null
- ],
- "y": [
- 0.5943854451179504,
- 0.44083893299102783,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5161432027816772,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4161931574344635,
- 0.30964916199445724,
- null
- ],
- "y": [
- 0.5943854451179504,
- 0.46432051062583923,
- null
- ],
- "z": [
- 0.688105583190918,
- 0.5010228753089905,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6081607937812805,
- 0.4451812505722046,
- null
- ],
- "y": [
- 0.4158497154712677,
- 0.30613019317388535,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5201902985572815,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6081607937812805,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.4158497154712677,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6081607937812805,
- 0.4622197151184082,
- null
- ],
- "y": [
- 0.4158497154712677,
- 0.3166620656847954,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.4985760301351547,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5960378050804138,
- 0.4451812505722046,
- null
- ],
- "y": [
- 0.43304678797721863,
- 0.30613019317388535,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5201902985572815,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5960378050804138,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.43304678797721863,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5960378050804138,
- 0.4622197151184082,
- null
- ],
- "y": [
- 0.43304678797721863,
- 0.3166620656847954,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.4985760301351547,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5960378050804138,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.43304678797721863,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5834286212921143,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.449890673160553,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5834286212921143,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.449890673160553,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5834286212921143,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.449890673160553,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5834286212921143,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.449890673160553,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.570343554019928,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.46636763215065,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.570343554019928,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.46636763215065,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.570343554019928,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.46636763215065,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5567933917045593,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.4824641942977905,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5567933917045593,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.4824641942977905,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5567933917045593,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.4824641942977905,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5427890419960022,
- 0.38847774267196655,
- null
- ],
- "y": [
- 0.4981672465801239,
- 0.36390620470046997,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5283533781766891,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5427890419960022,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.4981672465801239,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5427890419960022,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.4981672465801239,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5427890419960022,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.4981672465801239,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5427890419960022,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.4981672465801239,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5427890419960022,
- 0.4231906235218048,
- null
- ],
- "y": [
- 0.4981672465801239,
- 0.3850315511226654,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.4849333316087723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5283420085906982,
- 0.3806993365287781,
- null
- ],
- "y": [
- 0.5134640336036682,
- 0.389411598443985,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5156807452440262,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5283420085906982,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.5134640336036682,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5283420085906982,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.5134640336036682,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5134640336036682,
- 0.3806993365287781,
- null
- ],
- "y": [
- 0.5283420085906982,
- 0.389411598443985,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5156807452440262,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5134640336036682,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.5283420085906982,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5134640336036682,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.5283420085906982,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5134640336036682,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.5283420085906982,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4981672465801239,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.5427890419960022,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4981672465801239,
- 0.3806993365287781,
- null
- ],
- "y": [
- 0.5427890419960022,
- 0.389411598443985,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5156807452440262,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4981672465801239,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.5427890419960022,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4981672465801239,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.5427890419960022,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4824641942977905,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.5567933917045593,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4824641942977905,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.5567933917045593,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4824641942977905,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.5567933917045593,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4824641942977905,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.5567933917045593,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46636763215065,
- 0.35454290360212326,
- null
- ],
- "y": [
- 0.570343554019928,
- 0.40341246128082275,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5235051959753036,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46636763215065,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.570343554019928,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46636763215065,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.570343554019928,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46636763215065,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.570343554019928,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.449890673160553,
- 0.31899404525756836,
- null
- ],
- "y": [
- 0.5834286212921143,
- 0.44083893299102783,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5161432027816772,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.449890673160553,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.5834286212921143,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.449890673160553,
- 0.3363707810640335,
- null
- ],
- "y": [
- 0.5834286212921143,
- 0.45301200449466705,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.49410000443458557,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43304678797721863,
- 0.31899404525756836,
- null
- ],
- "y": [
- 0.5960378050804138,
- 0.44083893299102783,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5161432027816772,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43304678797721863,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.5960378050804138,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43304678797721863,
- 0.30964916199445724,
- null
- ],
- "y": [
- 0.5960378050804138,
- 0.46432051062583923,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5010228753089905,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43304678797721863,
- 0.3363707810640335,
- null
- ],
- "y": [
- 0.5960378050804138,
- 0.45301200449466705,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.49410000443458557,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4158496856689453,
- 0.31899404525756836,
- null
- ],
- "y": [
- 0.6081608533859253,
- 0.44083893299102783,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5161432027816772,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4158496856689453,
- 0.30964916199445724,
- null
- ],
- "y": [
- 0.6081608533859253,
- 0.46432051062583923,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.5010228753089905,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4158496856689453,
- 0.3363707810640335,
- null
- ],
- "y": [
- 0.6081608533859253,
- 0.45301200449466705,
- null
- ],
- "z": [
- 0.6761726140975952,
- 0.49410000443458557,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6216728687286377,
- 0.4622197151184082,
- null
- ],
- "y": [
- 0.4153885543346405,
- 0.3166620656847954,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4985760301351547,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6216728687286377,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.4153885543346405,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6097782850265503,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.4326607286930084,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6097782850265503,
- 0.4622197151184082,
- null
- ],
- "y": [
- 0.4326607286930084,
- 0.3166620656847954,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4985760301351547,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6097782850265503,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.4326607286930084,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6097782850265503,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.4326607286930084,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.597403883934021,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.44959256052970886,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.597403883934021,
- 0.4622197151184082,
- null
- ],
- "y": [
- 0.44959256052970886,
- 0.3166620656847954,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4985760301351547,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.597403883934021,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.44959256052970886,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.597403883934021,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.44959256052970886,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5845595002174377,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.46617063879966736,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5845595002174377,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.46617063879966736,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5845595002174377,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.46617063879966736,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5712552070617676,
- 0.4138595312833786,
- null
- ],
- "y": [
- 0.4823819696903229,
- 0.34873395413160324,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5192349404096603,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5712552070617676,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.4823819696903229,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5712552070617676,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.4823819696903229,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5712552070617676,
- 0.4231906235218048,
- null
- ],
- "y": [
- 0.4823819696903229,
- 0.3850315511226654,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4849333316087723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5712552070617676,
- 0.4475850462913513,
- null
- ],
- "y": [
- 0.4823819696903229,
- 0.36941704899072647,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4750775545835495,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5575014352798462,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.4982137680053711,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5575014352798462,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.4982137680053711,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5575014352798462,
- 0.4231906235218048,
- null
- ],
- "y": [
- 0.4982137680053711,
- 0.3850315511226654,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4849333316087723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5433091521263123,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.5136536359786987,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5433091521263123,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.5136536359786987,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5433091521263123,
- 0.4231906235218048,
- null
- ],
- "y": [
- 0.5136536359786987,
- 0.3850315511226654,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4849333316087723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5286893248558044,
- 0.3806993365287781,
- null
- ],
- "y": [
- 0.5286893248558044,
- 0.389411598443985,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5156807452440262,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5286893248558044,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.5286893248558044,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5286893248558044,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.5286893248558044,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5286893248558044,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.5286893248558044,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5136536359786987,
- 0.3806993365287781,
- null
- ],
- "y": [
- 0.5433091521263123,
- 0.389411598443985,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5156807452440262,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5136536359786987,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.5433091521263123,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5136536359786987,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.5433091521263123,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5136536359786987,
- 0.3892347514629364,
- null
- ],
- "y": [
- 0.5433091521263123,
- 0.42574480175971985,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4793095886707306,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4982137680053711,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.5575014352798462,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4982137680053711,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.5575014352798462,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4982137680053711,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.5575014352798462,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4982137680053711,
- 0.3892347514629364,
- null
- ],
- "y": [
- 0.5575014352798462,
- 0.42574480175971985,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.4793095886707306,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4823819696903229,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.5712552070617676,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4823819696903229,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.5712552070617676,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4823819696903229,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.5712552070617676,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46617063879966736,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.5845595002174377,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46617063879966736,
- 0.3363707810640335,
- null
- ],
- "y": [
- 0.5845595002174377,
- 0.45301200449466705,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.49410000443458557,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46617063879966736,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.5845595002174377,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4495925307273865,
- 0.31899404525756836,
- null
- ],
- "y": [
- 0.597403883934021,
- 0.44083893299102783,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5161432027816772,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4495925307273865,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.597403883934021,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4495925307273865,
- 0.3363707810640335,
- null
- ],
- "y": [
- 0.597403883934021,
- 0.45301200449466705,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.49410000443458557,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4495925307273865,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.597403883934021,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4326607286930084,
- 0.31899404525756836,
- null
- ],
- "y": [
- 0.6097782850265503,
- 0.44083893299102783,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5161432027816772,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4326607286930084,
- 0.30964916199445724,
- null
- ],
- "y": [
- 0.6097782850265503,
- 0.46432051062583923,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5010228753089905,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4326607286930084,
- 0.3363707810640335,
- null
- ],
- "y": [
- 0.6097782850265503,
- 0.45301200449466705,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.49410000443458557,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4326607286930084,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.6097782850265503,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4153885543346405,
- 0.30964916199445724,
- null
- ],
- "y": [
- 0.6216728687286377,
- 0.46432051062583923,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.5010228753089905,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4153885543346405,
- 0.3363707810640335,
- null
- ],
- "y": [
- 0.6216728687286377,
- 0.45301200449466705,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.49410000443458557,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4153885543346405,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.6216728687286377,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.664059579372406,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6349212527275085,
- 0.4622197151184082,
- null
- ],
- "y": [
- 0.4148147404193878,
- 0.3166620656847954,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4985760301351547,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6349212527275085,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.4148147404193878,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6232502460479736,
- 0.4622197151184082,
- null
- ],
- "y": [
- 0.4321520924568176,
- 0.3166620656847954,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4985760301351547,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6232502460479736,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.4321520924568176,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6232502460479736,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.4321520924568176,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6111059784889221,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.44916123151779175,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6111059784889221,
- 0.4622197151184082,
- null
- ],
- "y": [
- 0.44916123151779175,
- 0.3166620656847954,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4985760301351547,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6111059784889221,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.44916123151779175,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6111059784889221,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.44916123151779175,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5984975695610046,
- 0.43853679299354553,
- null
- ],
- "y": [
- 0.4658293128013611,
- 0.3329680636525154,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.5092325359582901,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5984975695610046,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.4658293128013611,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5984975695610046,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.4658293128013611,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5984975695610046,
- 0.4475850462913513,
- null
- ],
- "y": [
- 0.4658293128013611,
- 0.36941704899072647,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4750775545835495,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5854346752166748,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.48214367032051086,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5854346752166748,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.48214367032051086,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5854346752166748,
- 0.4231906235218048,
- null
- ],
- "y": [
- 0.48214367032051086,
- 0.3850315511226654,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4849333316087723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5854346752166748,
- 0.4475850462913513,
- null
- ],
- "y": [
- 0.48214367032051086,
- 0.36941704899072647,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4750775545835495,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5719272494316101,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.49809184670448303,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5719272494316101,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.49809184670448303,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5719272494316101,
- 0.4231906235218048,
- null
- ],
- "y": [
- 0.49809184670448303,
- 0.3850315511226654,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4849333316087723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5719272494316101,
- 0.4475850462913513,
- null
- ],
- "y": [
- 0.49809184670448303,
- 0.36941704899072647,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4750775545835495,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5579854846000671,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.513661801815033,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5579854846000671,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.513661801815033,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5579854846000671,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.513661801815033,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5579854846000671,
- 0.4231906235218048,
- null
- ],
- "y": [
- 0.513661801815033,
- 0.3850315511226654,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4849333316087723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5436199903488159,
- 0.4061535894870758,
- null
- ],
- "y": [
- 0.5288417339324951,
- 0.37476354092359543,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.5070420205593109,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5436199903488159,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.5288417339324951,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5436199903488159,
- 0.4231906235218048,
- null
- ],
- "y": [
- 0.5288417339324951,
- 0.3850315511226654,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4849333316087723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5436199903488159,
- 0.41469115018844604,
- null
- ],
- "y": [
- 0.5288417339324951,
- 0.4110967665910721,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.47067050635814667,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5288417339324951,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.5436199903488159,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5288417339324951,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.5436199903488159,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5288417339324951,
- 0.3892347514629364,
- null
- ],
- "y": [
- 0.5436199903488159,
- 0.42574480175971985,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4793095886707306,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5288417339324951,
- 0.41469115018844604,
- null
- ],
- "y": [
- 0.5436199903488159,
- 0.4110967665910721,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.47067050635814667,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.513661801815033,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.5579854846000671,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.513661801815033,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.5579854846000671,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.513661801815033,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.5579854846000671,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.513661801815033,
- 0.3892347514629364,
- null
- ],
- "y": [
- 0.5579854846000671,
- 0.42574480175971985,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4793095886707306,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49809184670448303,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.5719272494316101,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49809184670448303,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.5719272494316101,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49809184670448303,
- 0.3892347514629364,
- null
- ],
- "y": [
- 0.5719272494316101,
- 0.42574480175971985,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.4793095886707306,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48214367032051086,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.5854346752166748,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48214367032051086,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.5854346752166748,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48214367032051086,
- 0.3363707810640335,
- null
- ],
- "y": [
- 0.5854346752166748,
- 0.45301200449466705,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.49410000443458557,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48214367032051086,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.5854346752166748,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4658293128013611,
- 0.3459503576159477,
- null
- ],
- "y": [
- 0.5984975695610046,
- 0.4279323220252991,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.5096001327037811,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4658293128013611,
- 0.3363707810640335,
- null
- ],
- "y": [
- 0.5984975695610046,
- 0.45301200449466705,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.49410000443458557,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4658293128013611,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.5984975695610046,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4658293128013611,
- 0.35318778455257416,
- null
- ],
- "y": [
- 0.5984975695610046,
- 0.46443119645118713,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.47123461961746216,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44916123151779175,
- 0.30964916199445724,
- null
- ],
- "y": [
- 0.6111059784889221,
- 0.46432051062583923,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.5010228753089905,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44916123151779175,
- 0.3363707810640335,
- null
- ],
- "y": [
- 0.6111059784889221,
- 0.45301200449466705,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.49410000443458557,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44916123151779175,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.6111059784889221,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44916123151779175,
- 0.35318778455257416,
- null
- ],
- "y": [
- 0.6111059784889221,
- 0.46443119645118713,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.47123461961746216,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4321520924568176,
- 0.30964916199445724,
- null
- ],
- "y": [
- 0.6232502460479736,
- 0.46432051062583923,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.5010228753089905,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4321520924568176,
- 0.3363707810640335,
- null
- ],
- "y": [
- 0.6232502460479736,
- 0.45301200449466705,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.49410000443458557,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4321520924568176,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.6232502460479736,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4148147404193878,
- 0.30964916199445724,
- null
- ],
- "y": [
- 0.6349212527275085,
- 0.46432051062583923,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.5010228753089905,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4148147404193878,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.6349212527275085,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.6517696380615234,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6479054093360901,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.41413307189941406,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6479054093360901,
- 0.5010228753089905,
- null
- ],
- "y": [
- 0.41413307189941406,
- 0.30964918434619904,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.46432046592235565,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.63645339012146,
- 0.4622197151184082,
- null
- ],
- "y": [
- 0.4315260946750641,
- 0.3166620656847954,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4985760301351547,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.63645339012146,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.4315260946750641,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.63645339012146,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.4315260946750641,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6245344877243042,
- 0.4622197151184082,
- null
- ],
- "y": [
- 0.4486026167869568,
- 0.3166620656847954,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4985760301351547,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6245344877243042,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.4486026167869568,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6245344877243042,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.4486026167869568,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6245344877243042,
- 0.4712345749139786,
- null
- ],
- "y": [
- 0.4486026167869568,
- 0.35318778455257416,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.46443119645118713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6121576428413391,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.46535009145736694,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6121576428413391,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.46535009145736694,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6121576428413391,
- 0.4475850462913513,
- null
- ],
- "y": [
- 0.46535009145736694,
- 0.36941704899072647,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4750775545835495,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6121576428413391,
- 0.4712345749139786,
- null
- ],
- "y": [
- 0.46535009145736694,
- 0.35318778455257416,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.46443119645118713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5993316769599915,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.481756329536438,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5993316769599915,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.481756329536438,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5993316769599915,
- 0.4475850462913513,
- null
- ],
- "y": [
- 0.481756329536438,
- 0.36941704899072647,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4750775545835495,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5993316769599915,
- 0.4712345749139786,
- null
- ],
- "y": [
- 0.481756329536438,
- 0.35318778455257416,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.46443119645118713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5860662460327148,
- 0.4312027394771576,
- null
- ],
- "y": [
- 0.49780920147895813,
- 0.3592822551727295,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4974740892648697,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5860662460327148,
- 0.4231906235218048,
- null
- ],
- "y": [
- 0.49780920147895813,
- 0.3850315511226654,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4849333316087723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5860662460327148,
- 0.4475850462913513,
- null
- ],
- "y": [
- 0.49780920147895813,
- 0.36941704899072647,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4750775545835495,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5860662460327148,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.49780920147895813,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5723710060119629,
- 0.4231906235218048,
- null
- ],
- "y": [
- 0.5134969353675842,
- 0.3850315511226654,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4849333316087723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5723710060119629,
- 0.4475850462913513,
- null
- ],
- "y": [
- 0.5134969353675842,
- 0.36941704899072647,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4750775545835495,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5723710060119629,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.5134969353675842,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5582559108734131,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.528808057308197,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5582559108734131,
- 0.4231906235218048,
- null
- ],
- "y": [
- 0.528808057308197,
- 0.3850315511226654,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4849333316087723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5582559108734131,
- 0.41469115018844604,
- null
- ],
- "y": [
- 0.528808057308197,
- 0.4110967665910721,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.47067050635814667,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5582559108734131,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.528808057308197,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5437313914299011,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.5437313914299011,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5437313914299011,
- 0.4231906235218048,
- null
- ],
- "y": [
- 0.5437313914299011,
- 0.3850315511226654,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4849333316087723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5437313914299011,
- 0.3892347514629364,
- null
- ],
- "y": [
- 0.5437313914299011,
- 0.42574480175971985,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4793095886707306,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5437313914299011,
- 0.41469115018844604,
- null
- ],
- "y": [
- 0.5437313914299011,
- 0.4110967665910721,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.47067050635814667,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.528808057308197,
- 0.39809203147888184,
- null
- ],
- "y": [
- 0.5582559108734131,
- 0.40000538527965546,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4939822107553482,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.528808057308197,
- 0.3892347514629364,
- null
- ],
- "y": [
- 0.5582559108734131,
- 0.42574480175971985,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4793095886707306,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.528808057308197,
- 0.41469115018844604,
- null
- ],
- "y": [
- 0.5582559108734131,
- 0.4110967665910721,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.47067050635814667,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5134969353675842,
- 0.372330978512764,
- null
- ],
- "y": [
- 0.5723710060119629,
- 0.41431353986263275,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.5022089928388596,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5134969353675842,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.5723710060119629,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5134969353675842,
- 0.3892347514629364,
- null
- ],
- "y": [
- 0.5723710060119629,
- 0.42574480175971985,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4793095886707306,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5134969353675842,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.5723710060119629,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49780920147895813,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.5860662460327148,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49780920147895813,
- 0.3892347514629364,
- null
- ],
- "y": [
- 0.5860662460327148,
- 0.42574480175971985,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4793095886707306,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49780920147895813,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.5860662460327148,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4817562699317932,
- 0.3363707810640335,
- null
- ],
- "y": [
- 0.5993317365646362,
- 0.45301200449466705,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.49410000443458557,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4817562699317932,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.5993317365646362,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4817562699317932,
- 0.35318778455257416,
- null
- ],
- "y": [
- 0.5993317365646362,
- 0.46443119645118713,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.47123461961746216,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4817562699317932,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.5993317365646362,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46535009145736694,
- 0.3363707810640335,
- null
- ],
- "y": [
- 0.6121576428413391,
- 0.45301200449466705,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.49410000443458557,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46535009145736694,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.6121576428413391,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46535009145736694,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.6121576428413391,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46535009145736694,
- 0.35318778455257416,
- null
- ],
- "y": [
- 0.6121576428413391,
- 0.46443119645118713,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.47123461961746216,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4486026167869568,
- 0.3363707810640335,
- null
- ],
- "y": [
- 0.6245344877243042,
- 0.45301200449466705,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.49410000443458557,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4486026167869568,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.6245344877243042,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4486026167869568,
- 0.35318778455257416,
- null
- ],
- "y": [
- 0.6245344877243042,
- 0.46443119645118713,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.47123461961746216,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4315260946750641,
- 0.30964916199445724,
- null
- ],
- "y": [
- 0.63645339012146,
- 0.46432051062583923,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.5010228753089905,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4315260946750641,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.63645339012146,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4315260946750641,
- 0.31666208803653717,
- null
- ],
- "y": [
- 0.63645339012146,
- 0.4985760301351547,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4622197151184082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41413307189941406,
- 0.30964916199445724,
- null
- ],
- "y": [
- 0.6479054093360901,
- 0.46432051062583923,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.5010228753089905,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41413307189941406,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.6479054093360901,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41413307189941406,
- 0.31666208803653717,
- null
- ],
- "y": [
- 0.6479054093360901,
- 0.4985760301351547,
- null
- ],
- "z": [
- 0.6393061280250549,
- 0.4622197151184082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6606249213218689,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.41334792971611023,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6606249213218689,
- 0.5010228753089905,
- null
- ],
- "y": [
- 0.41334792971611023,
- 0.30964918434619904,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.46432046592235565,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6493873000144958,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.4307876229286194,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6493873000144958,
- 0.5010228753089905,
- null
- ],
- "y": [
- 0.4307876229286194,
- 0.30964918434619904,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.46432046592235565,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6493873000144958,
- 0.49410004913806915,
- null
- ],
- "y": [
- 0.4307876229286194,
- 0.3363707810640335,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.45301200449466705,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6376892924308777,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.4479219615459442,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6376892924308777,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.4479219615459442,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6376892924308777,
- 0.4712345749139786,
- null
- ],
- "y": [
- 0.4479219615459442,
- 0.35318778455257416,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.46443119645118713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6376892924308777,
- 0.49410004913806915,
- null
- ],
- "y": [
- 0.4479219615459442,
- 0.3363707810640335,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.45301200449466705,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6255394220352173,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.4647388756275177,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6255394220352173,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.4647388756275177,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6255394220352173,
- 0.4475850462913513,
- null
- ],
- "y": [
- 0.4647388756275177,
- 0.36941704899072647,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4750775545835495,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6255394220352173,
- 0.4712345749139786,
- null
- ],
- "y": [
- 0.4647388756275177,
- 0.35318778455257416,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.46443119645118713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6129461526870728,
- 0.4552384167909622,
- null
- ],
- "y": [
- 0.4812263548374176,
- 0.34334394335746765,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.48720936477184296,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6129461526870728,
- 0.4475850462913513,
- null
- ],
- "y": [
- 0.4812263548374176,
- 0.36941704899072647,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4750775545835495,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6129461526870728,
- 0.4712345749139786,
- null
- ],
- "y": [
- 0.4812263548374176,
- 0.35318778455257416,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.46443119645118713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6129461526870728,
- 0.46380941569805145,
- null
- ],
- "y": [
- 0.4812263548374176,
- 0.3796551525592804,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.450824573636055,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5999184250831604,
- 0.4475850462913513,
- null
- ],
- "y": [
- 0.49737274646759033,
- 0.36941704899072647,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4750775545835495,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5999184250831604,
- 0.4712345749139786,
- null
- ],
- "y": [
- 0.49737274646759033,
- 0.35318778455257416,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.46443119645118713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5999184250831604,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.49737274646759033,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5999184250831604,
- 0.46380941569805145,
- null
- ],
- "y": [
- 0.49737274646759033,
- 0.3796551525592804,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.450824573636055,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5864655375480652,
- 0.4231906235218048,
- null
- ],
- "y": [
- 0.5131666660308838,
- 0.3850315511226654,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4849333316087723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5864655375480652,
- 0.4475850462913513,
- null
- ],
- "y": [
- 0.5131666660308838,
- 0.36941704899072647,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4750775545835495,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5864655375480652,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.5131666660308838,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5725969076156616,
- 0.4231906235218048,
- null
- ],
- "y": [
- 0.5285967588424683,
- 0.3850315511226654,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4849333316087723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5725969076156616,
- 0.41469115018844604,
- null
- ],
- "y": [
- 0.5285967588424683,
- 0.4110967665910721,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.47067050635814667,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5725969076156616,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.5285967588424683,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5583224296569824,
- 0.4231906235218048,
- null
- ],
- "y": [
- 0.5436522960662842,
- 0.3850315511226654,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4849333316087723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5583224296569824,
- 0.41469115018844604,
- null
- ],
- "y": [
- 0.5436522960662842,
- 0.4110967665910721,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.47067050635814667,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5583224296569824,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.5436522960662842,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5583224296569824,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5436522960662842,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5436522960662842,
- 0.3892347514629364,
- null
- ],
- "y": [
- 0.5583224296569824,
- 0.42574480175971985,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4793095886707306,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5436522960662842,
- 0.41469115018844604,
- null
- ],
- "y": [
- 0.5583224296569824,
- 0.4110967665910721,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.47067050635814667,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5436522960662842,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.5583224296569824,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5285967588424683,
- 0.3892347514629364,
- null
- ],
- "y": [
- 0.5725969076156616,
- 0.42574480175971985,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4793095886707306,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5285967588424683,
- 0.41469115018844604,
- null
- ],
- "y": [
- 0.5725969076156616,
- 0.4110967665910721,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.47067050635814667,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5285967588424683,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.5725969076156616,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5285967588424683,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.5725969076156616,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5131666660308838,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.5864655375480652,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5131666660308838,
- 0.3892347514629364,
- null
- ],
- "y": [
- 0.5864655375480652,
- 0.42574480175971985,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4793095886707306,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5131666660308838,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.5864655375480652,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5131666660308838,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.5864655375480652,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49737274646759033,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.5999184250831604,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49737274646759033,
- 0.3892347514629364,
- null
- ],
- "y": [
- 0.5999184250831604,
- 0.42574480175971985,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4793095886707306,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49737274646759033,
- 0.35318778455257416,
- null
- ],
- "y": [
- 0.5999184250831604,
- 0.46443119645118713,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.47123461961746216,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49737274646759033,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.5999184250831604,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4812263548374176,
- 0.36306915432214737,
- null
- ],
- "y": [
- 0.6129461526870728,
- 0.43974754214286804,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.48713743686676025,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4812263548374176,
- 0.35318778455257416,
- null
- ],
- "y": [
- 0.6129461526870728,
- 0.46443119645118713,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.47123461961746216,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4812263548374176,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.6129461526870728,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4812263548374176,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.6129461526870728,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4647388756275177,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.6255394220352173,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4647388756275177,
- 0.35318778455257416,
- null
- ],
- "y": [
- 0.6255394220352173,
- 0.46443119645118713,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.47123461961746216,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4647388756275177,
- 0.34334389865398407,
- null
- ],
- "y": [
- 0.6255394220352173,
- 0.48720936477184296,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4552384167909622,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4479219615459442,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.6376892924308777,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4479219615459442,
- 0.35318778455257416,
- null
- ],
- "y": [
- 0.6376892924308777,
- 0.46443119645118713,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.47123461961746216,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4479219615459442,
- 0.31666208803653717,
- null
- ],
- "y": [
- 0.6376892924308777,
- 0.4985760301351547,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4622197151184082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4479219615459442,
- 0.34334389865398407,
- null
- ],
- "y": [
- 0.6376892924308777,
- 0.48720936477184296,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4552384167909622,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4307876229286194,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.6493873000144958,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4307876229286194,
- 0.31666208803653717,
- null
- ],
- "y": [
- 0.6493873000144958,
- 0.4985760301351547,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4622197151184082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4307876229286194,
- 0.34334389865398407,
- null
- ],
- "y": [
- 0.6493873000144958,
- 0.48720936477184296,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4552384167909622,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41334792971611023,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.6606249213218689,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41334792971611023,
- 0.31666208803653717,
- null
- ],
- "y": [
- 0.6606249213218689,
- 0.4985760301351547,
- null
- ],
- "z": [
- 0.6266723871231079,
- 0.4622197151184082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6730790734291077,
- 0.5010228753089905,
- null
- ],
- "y": [
- 0.41246339678764343,
- 0.30964918434619904,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.46432046592235565,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6730790734291077,
- 0.49410004913806915,
- null
- ],
- "y": [
- 0.41246339678764343,
- 0.3363707810640335,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.45301200449466705,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6730790734291077,
- 0.5161432027816772,
- null
- ],
- "y": [
- 0.41246339678764343,
- 0.31899406760931015,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.44083893299102783,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6620514392852783,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.42994123697280884,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6620514392852783,
- 0.5010228753089905,
- null
- ],
- "y": [
- 0.42994123697280884,
- 0.30964918434619904,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.46432046592235565,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6620514392852783,
- 0.49410004913806915,
- null
- ],
- "y": [
- 0.42994123697280884,
- 0.3363707810640335,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.45301200449466705,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6620514392852783,
- 0.5161432027816772,
- null
- ],
- "y": [
- 0.42994123697280884,
- 0.31899406760931015,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.44083893299102783,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6505700349807739,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.4471243917942047,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6505700349807739,
- 0.4712345749139786,
- null
- ],
- "y": [
- 0.4471243917942047,
- 0.35318778455257416,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.46443119645118713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6505700349807739,
- 0.5010228753089905,
- null
- ],
- "y": [
- 0.4471243917942047,
- 0.30964918434619904,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.46432046592235565,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6505700349807739,
- 0.49410004913806915,
- null
- ],
- "y": [
- 0.4471243917942047,
- 0.3363707810640335,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.45301200449466705,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6386427283287048,
- 0.47856035828590393,
- null
- ],
- "y": [
- 0.4640010893344879,
- 0.3267654553055763,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.476134791970253,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6386427283287048,
- 0.4712345749139786,
- null
- ],
- "y": [
- 0.4640010893344879,
- 0.35318778455257416,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.46443119645118713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6386427283287048,
- 0.49410004913806915,
- null
- ],
- "y": [
- 0.4640010893344879,
- 0.3363707810640335,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.45301200449466705,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6386427283287048,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.4640010893344879,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.62627774477005,
- 0.4475850462913513,
- null
- ],
- "y": [
- 0.4805598258972168,
- 0.36941704899072647,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4750775545835495,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.62627774477005,
- 0.4712345749139786,
- null
- ],
- "y": [
- 0.4805598258972168,
- 0.35318778455257416,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.46443119645118713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.62627774477005,
- 0.46380941569805145,
- null
- ],
- "y": [
- 0.4805598258972168,
- 0.3796551525592804,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.450824573636055,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.62627774477005,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.4805598258972168,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6134835481643677,
- 0.4475850462913513,
- null
- ],
- "y": [
- 0.49678918719291687,
- 0.36941704899072647,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4750775545835495,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6134835481643677,
- 0.4712345749139786,
- null
- ],
- "y": [
- 0.49678918719291687,
- 0.35318778455257416,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.46443119645118713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6134835481643677,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.49678918719291687,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6134835481643677,
- 0.46380941569805145,
- null
- ],
- "y": [
- 0.49678918719291687,
- 0.3796551525592804,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.450824573636055,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6002689003944397,
- 0.4475850462913513,
- null
- ],
- "y": [
- 0.5126780867576599,
- 0.36941704899072647,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4750775545835495,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6002689003944397,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.5126780867576599,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6002689003944397,
- 0.46380941569805145,
- null
- ],
- "y": [
- 0.5126780867576599,
- 0.3796551525592804,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.450824573636055,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.586642861366272,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.5282155871391296,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.586642861366272,
- 0.46380941569805145,
- null
- ],
- "y": [
- 0.5282155871391296,
- 0.3796551525592804,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.450824573636055,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.586642861366272,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5282155871391296,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.586642861366272,
- 0.4556085169315338,
- null
- ],
- "y": [
- 0.5282155871391296,
- 0.40548746287822723,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.43646393716335297,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5726147294044495,
- 0.41469115018844604,
- null
- ],
- "y": [
- 0.5433911085128784,
- 0.4110967665910721,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.47067050635814667,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5726147294044495,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.5433911085128784,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5726147294044495,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5433911085128784,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5581942200660706,
- 0.41469115018844604,
- null
- ],
- "y": [
- 0.5581942200660706,
- 0.4110967665910721,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.47067050635814667,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5581942200660706,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.5581942200660706,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5581942200660706,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5581942200660706,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5433911085128784,
- 0.3892347514629364,
- null
- ],
- "y": [
- 0.5726147294044495,
- 0.42574480175971985,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4793095886707306,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5433911085128784,
- 0.41469115018844604,
- null
- ],
- "y": [
- 0.5726147294044495,
- 0.4110967665910721,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.47067050635814667,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5433911085128784,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.5726147294044495,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5433911085128784,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5726147294044495,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5282155871391296,
- 0.3892347514629364,
- null
- ],
- "y": [
- 0.586642861366272,
- 0.42574480175971985,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4793095886707306,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5282155871391296,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.586642861366272,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5282155871391296,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.586642861366272,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5282155871391296,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.586642861366272,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5126780867576599,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.6002689003944397,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5126780867576599,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.6002689003944397,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5126780867576599,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.6002689003944397,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49678918719291687,
- 0.35318778455257416,
- null
- ],
- "y": [
- 0.6134835481643677,
- 0.46443119645118713,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.47123461961746216,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49678918719291687,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.6134835481643677,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49678918719291687,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.6134835481643677,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49678918719291687,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.6134835481643677,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4805598258972168,
- 0.35318778455257416,
- null
- ],
- "y": [
- 0.62627774477005,
- 0.46443119645118713,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.47123461961746216,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4805598258972168,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.62627774477005,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4805598258972168,
- 0.34334389865398407,
- null
- ],
- "y": [
- 0.62627774477005,
- 0.48720936477184296,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4552384167909622,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4805598258972168,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.62627774477005,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4640010893344879,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.6386427283287048,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4640010893344879,
- 0.35318778455257416,
- null
- ],
- "y": [
- 0.6386427283287048,
- 0.46443119645118713,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.47123461961746216,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4640010893344879,
- 0.34334389865398407,
- null
- ],
- "y": [
- 0.6386427283287048,
- 0.48720936477184296,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4552384167909622,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4640010893344879,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.6386427283287048,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4471243917942047,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.6505700349807739,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4471243917942047,
- 0.31666208803653717,
- null
- ],
- "y": [
- 0.6505700349807739,
- 0.4985760301351547,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4622197151184082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4471243917942047,
- 0.34334389865398407,
- null
- ],
- "y": [
- 0.6505700349807739,
- 0.48720936477184296,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4552384167909622,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4471243917942047,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.6505700349807739,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42994117736816406,
- 0.32676543295383453,
- null
- ],
- "y": [
- 0.6620514392852783,
- 0.4761347472667694,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.47856035828590393,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42994117736816406,
- 0.31666208803653717,
- null
- ],
- "y": [
- 0.6620514392852783,
- 0.4985760301351547,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4622197151184082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42994117736816406,
- 0.34334389865398407,
- null
- ],
- "y": [
- 0.6620514392852783,
- 0.48720936477184296,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4552384167909622,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42994117736816406,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.6620514392852783,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41246333718299866,
- 0.31666208803653717,
- null
- ],
- "y": [
- 0.6730791330337524,
- 0.4985760301351547,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4622197151184082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41246333718299866,
- 0.30613019317388535,
- null
- ],
- "y": [
- 0.6730791330337524,
- 0.5201903432607651,
- null
- ],
- "z": [
- 0.613871693611145,
- 0.4451812505722046,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6852675080299377,
- 0.5010228753089905,
- null
- ],
- "y": [
- 0.41148343682289124,
- 0.30964918434619904,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.46432046592235565,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6852675080299377,
- 0.5161432027816772,
- null
- ],
- "y": [
- 0.41148343682289124,
- 0.31899406760931015,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.44083893299102783,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6744454503059387,
- 0.5010228753089905,
- null
- ],
- "y": [
- 0.4289912283420563,
- 0.30964918434619904,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.46432046592235565,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6744454503059387,
- 0.49410004913806915,
- null
- ],
- "y": [
- 0.4289912283420563,
- 0.3363707810640335,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.45301200449466705,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6744454503059387,
- 0.5161432027816772,
- null
- ],
- "y": [
- 0.4289912283420563,
- 0.31899406760931015,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.44083893299102783,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6631762385368347,
- 0.5010228753089905,
- null
- ],
- "y": [
- 0.4462145268917084,
- 0.30964918434619904,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.46432046592235565,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6631762385368347,
- 0.49410004913806915,
- null
- ],
- "y": [
- 0.4462145268917084,
- 0.3363707810640335,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.45301200449466705,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6631762385368347,
- 0.5161432027816772,
- null
- ],
- "y": [
- 0.4462145268917084,
- 0.31899406760931015,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.44083893299102783,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6631762385368347,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.4462145268917084,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6514673233032227,
- 0.4712345749139786,
- null
- ],
- "y": [
- 0.4631420373916626,
- 0.35318778455257416,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.46443119645118713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6514673233032227,
- 0.49410004913806915,
- null
- ],
- "y": [
- 0.4631420373916626,
- 0.3363707810640335,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.45301200449466705,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6514673233032227,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.4631420373916626,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6393263339996338,
- 0.4712345749139786,
- null
- ],
- "y": [
- 0.47976237535476685,
- 0.35318778455257416,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.46443119645118713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6393263339996338,
- 0.49410004913806915,
- null
- ],
- "y": [
- 0.47976237535476685,
- 0.3363707810640335,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.45301200449466705,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6393263339996338,
- 0.46380941569805145,
- null
- ],
- "y": [
- 0.47976237535476685,
- 0.3796551525592804,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.450824573636055,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6393263339996338,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.47976237535476685,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6267615556716919,
- 0.4712345749139786,
- null
- ],
- "y": [
- 0.4960646629333496,
- 0.35318778455257416,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.46443119645118713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6267615556716919,
- 0.46380941569805145,
- null
- ],
- "y": [
- 0.4960646629333496,
- 0.3796551525592804,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.450824573636055,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6267615556716919,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.4960646629333496,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6137810945510864,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.512037992477417,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6137810945510864,
- 0.46380941569805145,
- null
- ],
- "y": [
- 0.512037992477417,
- 0.3796551525592804,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.450824573636055,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6137810945510864,
- 0.4556085169315338,
- null
- ],
- "y": [
- 0.512037992477417,
- 0.40548746287822723,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.43646393716335297,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6003937125205994,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.5276718139648438,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6003937125205994,
- 0.46380941569805145,
- null
- ],
- "y": [
- 0.5276718139648438,
- 0.3796551525592804,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.450824573636055,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6003937125205994,
- 0.4556085169315338,
- null
- ],
- "y": [
- 0.5276718139648438,
- 0.40548746287822723,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.43646393716335297,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5866081714630127,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.5429558157920837,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5866081714630127,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5429558157920837,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5866081714630127,
- 0.4556085169315338,
- null
- ],
- "y": [
- 0.5429558157920837,
- 0.40548746287822723,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.43646393716335297,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5724337100982666,
- 0.41469115018844604,
- null
- ],
- "y": [
- 0.5578797459602356,
- 0.4110967665910721,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.47067050635814667,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5724337100982666,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.5578797459602356,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5724337100982666,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.5578797459602356,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5724337100982666,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5578797459602356,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5578796863555908,
- 0.41469115018844604,
- null
- ],
- "y": [
- 0.5724337100982666,
- 0.4110967665910721,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.47067050635814667,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5578796863555908,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.5724337100982666,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5578796863555908,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5724337100982666,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5578796863555908,
- 0.42133525013923645,
- null
- ],
- "y": [
- 0.5724337100982666,
- 0.4464171230792999,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4309156984090805,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.542955756187439,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.5866082310676575,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.542955756187439,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5866082310676575,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.542955756187439,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.5866082310676575,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.542955756187439,
- 0.42133525013923645,
- null
- ],
- "y": [
- 0.5866082310676575,
- 0.4464171230792999,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4309156984090805,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5276718139648438,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.6003937125205994,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5276718139648438,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.6003937125205994,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5276718139648438,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.6003937125205994,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.512037992477417,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.6137810945510864,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.512037992477417,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.6137810945510864,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.512037992477417,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.6137810945510864,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4960646629333496,
- 0.35318778455257416,
- null
- ],
- "y": [
- 0.6267615556716919,
- 0.46443119645118713,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.47123461961746216,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4960646629333496,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.6267615556716919,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4960646629333496,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.6267615556716919,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4960646629333496,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.6267615556716919,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47976237535476685,
- 0.35318778455257416,
- null
- ],
- "y": [
- 0.6393263339996338,
- 0.46443119645118713,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.47123461961746216,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47976237535476685,
- 0.34334389865398407,
- null
- ],
- "y": [
- 0.6393263339996338,
- 0.48720936477184296,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4552384167909622,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47976237535476685,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.6393263339996338,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47976237535476685,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.6393263339996338,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4631420373916626,
- 0.34334389865398407,
- null
- ],
- "y": [
- 0.6514673233032227,
- 0.48720936477184296,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4552384167909622,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4631420373916626,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.6514673233032227,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4631420373916626,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.6514673233032227,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4631420373916626,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.6514673233032227,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4462145268917084,
- 0.31666208803653717,
- null
- ],
- "y": [
- 0.6631762385368347,
- 0.4985760301351547,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4622197151184082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4462145268917084,
- 0.34334389865398407,
- null
- ],
- "y": [
- 0.6631762385368347,
- 0.48720936477184296,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4552384167909622,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4462145268917084,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.6631762385368347,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4289912283420563,
- 0.31666208803653717,
- null
- ],
- "y": [
- 0.6744454503059387,
- 0.4985760301351547,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4622197151184082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4289912283420563,
- 0.34334389865398407,
- null
- ],
- "y": [
- 0.6744454503059387,
- 0.48720936477184296,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4552384167909622,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4289912283420563,
- 0.30613019317388535,
- null
- ],
- "y": [
- 0.6744454503059387,
- 0.5201903432607651,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4451812505722046,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4289912283420563,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.6744454503059387,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41148343682289124,
- 0.31666208803653717,
- null
- ],
- "y": [
- 0.6852675080299377,
- 0.4985760301351547,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4622197151184082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41148343682289124,
- 0.30613019317388535,
- null
- ],
- "y": [
- 0.6852675080299377,
- 0.5201903432607651,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.4451812505722046,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41148343682289124,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.6852675080299377,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.6009075045585632,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.697189450263977,
- 0.5161432027816772,
- null
- ],
- "y": [
- 0.41041165590286255,
- 0.31899406760931015,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.44083893299102783,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.697189450263977,
- 0.5350566208362579,
- null
- ],
- "y": [
- 0.41041165590286255,
- 0.30471624433994293,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4282083660364151,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6865688562393188,
- 0.5010228753089905,
- null
- ],
- "y": [
- 0.4279416501522064,
- 0.30964918434619904,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.46432046592235565,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6865688562393188,
- 0.49410004913806915,
- null
- ],
- "y": [
- 0.4279416501522064,
- 0.3363707810640335,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.45301200449466705,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6865688562393188,
- 0.5161432027816772,
- null
- ],
- "y": [
- 0.4279416501522064,
- 0.31899406760931015,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.44083893299102783,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6865688562393188,
- 0.5350566208362579,
- null
- ],
- "y": [
- 0.4279416501522064,
- 0.30471624433994293,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4282083660364151,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6865688562393188,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.4279416501522064,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6865688562393188,
- 0.5304677188396454,
- null
- ],
- "y": [
- 0.4279416501522064,
- 0.32784710079431534,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.41667768359184265,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6755075454711914,
- 0.49410004913806915,
- null
- ],
- "y": [
- 0.4451969563961029,
- 0.3363707810640335,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.45301200449466705,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6755075454711914,
- 0.5161432027816772,
- null
- ],
- "y": [
- 0.4451969563961029,
- 0.31899406760931015,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.44083893299102783,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6755075454711914,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.4451969563961029,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6640127897262573,
- 0.49410004913806915,
- null
- ],
- "y": [
- 0.46216651797294617,
- 0.3363707810640335,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.45301200449466705,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6640127897262573,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.46216651797294617,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6640127897262573,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.46216651797294617,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6520917415618896,
- 0.4712345749139786,
- null
- ],
- "y": [
- 0.4788394272327423,
- 0.35318778455257416,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.46443119645118713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6520917415618896,
- 0.49410004913806915,
- null
- ],
- "y": [
- 0.4788394272327423,
- 0.3363707810640335,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.45301200449466705,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6520917415618896,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.4788394272327423,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6520917415618896,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.4788394272327423,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6397521495819092,
- 0.46380941569805145,
- null
- ],
- "y": [
- 0.49520501494407654,
- 0.3796551525592804,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.450824573636055,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6397521495819092,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.49520501494407654,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6397521495819092,
- 0.4793095886707306,
- null
- ],
- "y": [
- 0.49520501494407654,
- 0.3892347514629364,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.42574480175971985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.627001941204071,
- 0.46380941569805145,
- null
- ],
- "y": [
- 0.511252760887146,
- 0.3796551525592804,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.450824573636055,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.627001941204071,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.511252760887146,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.627001941204071,
- 0.4556085169315338,
- null
- ],
- "y": [
- 0.511252760887146,
- 0.40548746287822723,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43646393716335297,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.627001941204071,
- 0.4793095886707306,
- null
- ],
- "y": [
- 0.511252760887146,
- 0.3892347514629364,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.42574480175971985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6138492822647095,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.5269723534584045,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6138492822647095,
- 0.46380941569805145,
- null
- ],
- "y": [
- 0.5269723534584045,
- 0.3796551525592804,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.450824573636055,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6138492822647095,
- 0.4556085169315338,
- null
- ],
- "y": [
- 0.5269723534584045,
- 0.40548746287822723,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43646393716335297,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6138492822647095,
- 0.4793095886707306,
- null
- ],
- "y": [
- 0.5269723534584045,
- 0.3892347514629364,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.42574480175971985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6003026366233826,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.5423536896705627,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6003026366233826,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5423536896705627,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6003026366233826,
- 0.4556085169315338,
- null
- ],
- "y": [
- 0.5423536896705627,
- 0.40548746287822723,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43646393716335297,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5863707065582275,
- 0.43977297842502594,
- null
- ],
- "y": [
- 0.5573869347572327,
- 0.39559538662433624,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4610901027917862,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5863707065582275,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5573869347572327,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5863707065582275,
- 0.4556085169315338,
- null
- ],
- "y": [
- 0.5573869347572327,
- 0.40548746287822723,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43646393716335297,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5863707065582275,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.5573869347572327,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5720624327659607,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.5720624327659607,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5720624327659607,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5720624327659607,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5720624327659607,
- 0.42133525013923645,
- null
- ],
- "y": [
- 0.5720624327659607,
- 0.4464171230792999,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4309156984090805,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5720624327659607,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.5720624327659607,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5573868751525879,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.5863707661628723,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5573868751525879,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5863707661628723,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5573868751525879,
- 0.42133525013923645,
- null
- ],
- "y": [
- 0.5863707661628723,
- 0.4464171230792999,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4309156984090805,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5423536896705627,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.6003026366233826,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5423536896705627,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.6003026366233826,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5423536896705627,
- 0.42133525013923645,
- null
- ],
- "y": [
- 0.6003026366233826,
- 0.4464171230792999,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4309156984090805,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5269723534584045,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.6138492822647095,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5269723534584045,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.6138492822647095,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5269723534584045,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.6138492822647095,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5269723534584045,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.6138492822647095,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.511252760887146,
- 0.3796551078557968,
- null
- ],
- "y": [
- 0.627001941204071,
- 0.450824573636055,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.46380946040153503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.511252760887146,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.627001941204071,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.511252760887146,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.627001941204071,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.511252760887146,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.627001941204071,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49520501494407654,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.6397521495819092,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49520501494407654,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.6397521495819092,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49520501494407654,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.6397521495819092,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49520501494407654,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.6397521495819092,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4788394272327423,
- 0.34334389865398407,
- null
- ],
- "y": [
- 0.6520917415618896,
- 0.48720936477184296,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4552384167909622,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4788394272327423,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.6520917415618896,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4788394272327423,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.6520917415618896,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46216651797294617,
- 0.34334389865398407,
- null
- ],
- "y": [
- 0.6640127897262573,
- 0.48720936477184296,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4552384167909622,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46216651797294617,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.6640127897262573,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46216651797294617,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.6640127897262573,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4451969265937805,
- 0.31666208803653717,
- null
- ],
- "y": [
- 0.6755076050758362,
- 0.4985760301351547,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4622197151184082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4451969265937805,
- 0.34334389865398407,
- null
- ],
- "y": [
- 0.6755076050758362,
- 0.48720936477184296,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4552384167909622,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4451969265937805,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.6755076050758362,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4451969265937805,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.6755076050758362,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42794162034988403,
- 0.31666208803653717,
- null
- ],
- "y": [
- 0.6865688562393188,
- 0.4985760301351547,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4622197151184082,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42794162034988403,
- 0.30613019317388535,
- null
- ],
- "y": [
- 0.6865688562393188,
- 0.5201903432607651,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4451812505722046,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42794162034988403,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.6865688562393188,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42794162034988403,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.6865688562393188,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4104115962982178,
- 0.30613019317388535,
- null
- ],
- "y": [
- 0.697189450263977,
- 0.5201903432607651,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.4451812505722046,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4104115962982178,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.697189450263977,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4104115962982178,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.697189450263977,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5877832770347595,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7088442444801331,
- 0.5161432027816772,
- null
- ],
- "y": [
- 0.4092514216899872,
- 0.31899406760931015,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.44083893299102783,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7088442444801331,
- 0.5350566208362579,
- null
- ],
- "y": [
- 0.4092514216899872,
- 0.30471624433994293,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4282083660364151,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7088442444801331,
- 0.5304677188396454,
- null
- ],
- "y": [
- 0.4092514216899872,
- 0.32784710079431534,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.41667768359184265,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6984210014343262,
- 0.5161432027816772,
- null
- ],
- "y": [
- 0.42679619789123535,
- 0.31899406760931015,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.44083893299102783,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6984210014343262,
- 0.5350566208362579,
- null
- ],
- "y": [
- 0.42679619789123535,
- 0.30471624433994293,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4282083660364151,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6984210014343262,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.42679619789123535,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6984210014343262,
- 0.5304677188396454,
- null
- ],
- "y": [
- 0.42679619789123535,
- 0.32784710079431534,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.41667768359184265,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6875635981559753,
- 0.5161432027816772,
- null
- ],
- "y": [
- 0.44407567381858826,
- 0.31899406760931015,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.44083893299102783,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6875635981559753,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.44407567381858826,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6875635981559753,
- 0.5304677188396454,
- null
- ],
- "y": [
- 0.44407567381858826,
- 0.32784710079431534,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.41667768359184265,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6762787699699402,
- 0.49410004913806915,
- null
- ],
- "y": [
- 0.46107909083366394,
- 0.3363707810640335,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.45301200449466705,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6762787699699402,
- 0.5161432027816772,
- null
- ],
- "y": [
- 0.46107909083366394,
- 0.31899406760931015,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.44083893299102783,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6762787699699402,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.46107909083366394,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6762787699699402,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.46107909083366394,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6645735502243042,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.47779586911201477,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6645735502243042,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.47779586911201477,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6645735502243042,
- 0.5022089928388596,
- null
- ],
- "y": [
- 0.47779586911201477,
- 0.37233100086450577,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.41431358456611633,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6524552702903748,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.49421563744544983,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6524552702903748,
- 0.4793095886707306,
- null
- ],
- "y": [
- 0.49421563744544983,
- 0.3892347514629364,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.42574480175971985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6524552702903748,
- 0.5022089928388596,
- null
- ],
- "y": [
- 0.49421563744544983,
- 0.37233100086450577,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.41431358456611633,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.639931321144104,
- 0.46380941569805145,
- null
- ],
- "y": [
- 0.5103281736373901,
- 0.3796551525592804,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.450824573636055,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.639931321144104,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.5103281736373901,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.639931321144104,
- 0.4793095886707306,
- null
- ],
- "y": [
- 0.5103281736373901,
- 0.3892347514629364,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.42574480175971985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.639931321144104,
- 0.5022089928388596,
- null
- ],
- "y": [
- 0.5103281736373901,
- 0.37233100086450577,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.41431358456611633,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6270095705986023,
- 0.46380941569805145,
- null
- ],
- "y": [
- 0.5261234641075134,
- 0.3796551525592804,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.450824573636055,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6270095705986023,
- 0.4556085169315338,
- null
- ],
- "y": [
- 0.5261234641075134,
- 0.40548746287822723,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43646393716335297,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6270095705986023,
- 0.4793095886707306,
- null
- ],
- "y": [
- 0.5261234641075134,
- 0.3892347514629364,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.42574480175971985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6270095705986023,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5261234641075134,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6136980652809143,
- 0.4556085169315338,
- null
- ],
- "y": [
- 0.5415917038917542,
- 0.40548746287822723,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43646393716335297,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6136980652809143,
- 0.4793095886707306,
- null
- ],
- "y": [
- 0.5415917038917542,
- 0.3892347514629364,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.42574480175971985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6136980652809143,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.5415917038917542,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6136980652809143,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5415917038917542,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6000050902366638,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5567232966423035,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6000050902366638,
- 0.4556085169315338,
- null
- ],
- "y": [
- 0.5567232966423035,
- 0.40548746287822723,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43646393716335297,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6000050902366638,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.5567232966423035,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6000050902366638,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5567232966423035,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5859390497207642,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5715088248252869,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5859390497207642,
- 0.4556085169315338,
- null
- ],
- "y": [
- 0.5715088248252869,
- 0.40548746287822723,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43646393716335297,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5859390497207642,
- 0.42133525013923645,
- null
- ],
- "y": [
- 0.5715088248252869,
- 0.4464171230792999,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4309156984090805,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5859390497207642,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.5715088248252869,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5715088248252869,
- 0.4309156984090805,
- null
- ],
- "y": [
- 0.5859390497207642,
- 0.42133525013923645,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4464171677827835,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5715088248252869,
- 0.42133525013923645,
- null
- ],
- "y": [
- 0.5859390497207642,
- 0.4464171230792999,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4309156984090805,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5715088248252869,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.5859390497207642,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5567232966423035,
- 0.4054875075817108,
- null
- ],
- "y": [
- 0.6000050902366638,
- 0.43646398186683655,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4556085169315338,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5567232966423035,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.6000050902366638,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5567232966423035,
- 0.42133525013923645,
- null
- ],
- "y": [
- 0.6000050902366638,
- 0.4464171230792999,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4309156984090805,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5567232966423035,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.6000050902366638,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5415917038917542,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.6136980652809143,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5415917038917542,
- 0.42133525013923645,
- null
- ],
- "y": [
- 0.6136980652809143,
- 0.4464171230792999,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4309156984090805,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5415917038917542,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.6136980652809143,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5261234641075134,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.6270095705986023,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5261234641075134,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.6270095705986023,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5261234641075134,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.6270095705986023,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5261234641075134,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.6270095705986023,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5103281736373901,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.639931321144104,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5103281736373901,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.639931321144104,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5103281736373901,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.639931321144104,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5103281736373901,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.639931321144104,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49421563744544983,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.6524552702903748,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49421563744544983,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.6524552702903748,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49421563744544983,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.6524552702903748,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49421563744544983,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.6524552702903748,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47779580950737,
- 0.34334389865398407,
- null
- ],
- "y": [
- 0.664573609828949,
- 0.48720936477184296,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4552384167909622,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47779580950737,
- 0.36941707134246826,
- null
- ],
- "y": [
- 0.664573609828949,
- 0.4750775545835495,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4475850462913513,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47779580950737,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.664573609828949,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47779580950737,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.664573609828949,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47779580950737,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.664573609828949,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47779580950737,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.664573609828949,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47779580950737,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.664573609828949,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46107906103134155,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.676278829574585,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46107906103134155,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.676278829574585,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46107906103134155,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.676278829574585,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4440756142139435,
- 0.30613019317388535,
- null
- ],
- "y": [
- 0.6875636577606201,
- 0.5201903432607651,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4451812505722046,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4440756142139435,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.6875636577606201,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4440756142139435,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.6875636577606201,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4440756142139435,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.6875636577606201,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42679619789123535,
- 0.30613019317388535,
- null
- ],
- "y": [
- 0.6984210014343262,
- 0.5201903432607651,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4451812505722046,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42679619789123535,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.6984210014343262,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42679619789123535,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.6984210014343262,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4092513918876648,
- 0.30613019317388535,
- null
- ],
- "y": [
- 0.7088443040847778,
- 0.5201903432607651,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.4451812505722046,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4092513918876648,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.7088443040847778,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5745024681091309,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7202312350273132,
- 0.5350566208362579,
- null
- ],
- "y": [
- 0.4080059230327606,
- 0.30471624433994293,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4282083660364151,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7202312350273132,
- 0.5304677188396454,
- null
- ],
- "y": [
- 0.4080059230327606,
- 0.32784710079431534,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.41667768359184265,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7202312350273132,
- 0.5489650368690491,
- null
- ],
- "y": [
- 0.4080059230327606,
- 0.3133128806948662,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4036983847618103,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7100013494491577,
- 0.5161432027816772,
- null
- ],
- "y": [
- 0.4255584478378296,
- 0.31899406760931015,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.44083893299102783,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7100013494491577,
- 0.5350566208362579,
- null
- ],
- "y": [
- 0.4255584478378296,
- 0.30471624433994293,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4282083660364151,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7100013494491577,
- 0.5304677188396454,
- null
- ],
- "y": [
- 0.4255584478378296,
- 0.32784710079431534,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.41667768359184265,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7100013494491577,
- 0.5489650368690491,
- null
- ],
- "y": [
- 0.4255584478378296,
- 0.3133128806948662,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4036983847618103,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6993438005447388,
- 0.5161432027816772,
- null
- ],
- "y": [
- 0.4428545832633972,
- 0.31899406760931015,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.44083893299102783,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6993438005447388,
- 0.5350566208362579,
- null
- ],
- "y": [
- 0.4428545832633972,
- 0.30471624433994293,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4282083660364151,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6993438005447388,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.4428545832633972,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6993438005447388,
- 0.5304677188396454,
- null
- ],
- "y": [
- 0.4428545832633972,
- 0.32784710079431534,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.41667768359184265,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6993438005447388,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.4428545832633972,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6882649660110474,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.4598839581012726,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6882649660110474,
- 0.5304677188396454,
- null
- ],
- "y": [
- 0.4598839581012726,
- 0.32784710079431534,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.41667768359184265,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6882649660110474,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.4598839581012726,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6767715215682983,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.4766363203525543,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6767715215682983,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.4766363203525543,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6767715215682983,
- 0.5022089928388596,
- null
- ],
- "y": [
- 0.4766363203525543,
- 0.37233100086450577,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.41431358456611633,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6767715215682983,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.4766363203525543,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6648704409599304,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.493101567029953,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6648704409599304,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.493101567029953,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6648704409599304,
- 0.4793095886707306,
- null
- ],
- "y": [
- 0.493101567029953,
- 0.3892347514629364,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.42574480175971985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6648704409599304,
- 0.5022089928388596,
- null
- ],
- "y": [
- 0.493101567029953,
- 0.37233100086450577,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.41431358456611633,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6525689363479614,
- 0.48713743686676025,
- null
- ],
- "y": [
- 0.5092697739601135,
- 0.36306915432214737,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.43974754214286804,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6525689363479614,
- 0.4793095886707306,
- null
- ],
- "y": [
- 0.5092697739601135,
- 0.3892347514629364,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.42574480175971985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6525689363479614,
- 0.5022089928388596,
- null
- ],
- "y": [
- 0.5092697739601135,
- 0.37233100086450577,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.41431358456611633,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6525689363479614,
- 0.4939822107553482,
- null
- ],
- "y": [
- 0.5092697739601135,
- 0.3980920761823654,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.40000538527965546,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6398742198944092,
- 0.4793095886707306,
- null
- ],
- "y": [
- 0.5251312255859375,
- 0.3892347514629364,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.42574480175971985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6398742198944092,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5251312255859375,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6398742198944092,
- 0.4939822107553482,
- null
- ],
- "y": [
- 0.5251312255859375,
- 0.3980920761823654,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.40000538527965546,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6267942190170288,
- 0.4556085169315338,
- null
- ],
- "y": [
- 0.5406763553619385,
- 0.40548746287822723,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.43646393716335297,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6267942190170288,
- 0.4793095886707306,
- null
- ],
- "y": [
- 0.5406763553619385,
- 0.3892347514629364,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.42574480175971985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6267942190170288,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5406763553619385,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6133365035057068,
- 0.4556085169315338,
- null
- ],
- "y": [
- 0.5558958649635315,
- 0.40548746287822723,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.43646393716335297,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6133365035057068,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.5558958649635315,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6133365035057068,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5558958649635315,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5995094776153564,
- 0.4556085169315338,
- null
- ],
- "y": [
- 0.5707804560661316,
- 0.40548746287822723,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.43646393716335297,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5995094776153564,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.5707804560661316,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5995094776153564,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5707804560661316,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5995094776153564,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.5707804560661316,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5853212475776672,
- 0.42133525013923645,
- null
- ],
- "y": [
- 0.5853212475776672,
- 0.4464171230792999,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4309156984090805,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5853212475776672,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.5853212475776672,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5853212475776672,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.5853212475776672,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5707804560661316,
- 0.42133525013923645,
- null
- ],
- "y": [
- 0.5995094776153564,
- 0.4464171230792999,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4309156984090805,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5707804560661316,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.5995094776153564,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5707804560661316,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.5995094776153564,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5707804560661316,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.5995094776153564,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5558958649635315,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.6133365035057068,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5558958649635315,
- 0.42133525013923645,
- null
- ],
- "y": [
- 0.6133365035057068,
- 0.4464171230792999,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4309156984090805,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5558958649635315,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.6133365035057068,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5558958649635315,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.6133365035057068,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5406763553619385,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.6267942190170288,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5406763553619385,
- 0.42133525013923645,
- null
- ],
- "y": [
- 0.6267942190170288,
- 0.4464171230792999,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4309156984090805,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5406763553619385,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.6267942190170288,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5406763553619385,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.6267942190170288,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5251312255859375,
- 0.39559534192085266,
- null
- ],
- "y": [
- 0.6398742198944092,
- 0.4610901027917862,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.43977293372154236,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5251312255859375,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.6398742198944092,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5251312255859375,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.6398742198944092,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5251312255859375,
- 0.40000538527965546,
- null
- ],
- "y": [
- 0.6398742198944092,
- 0.4939821660518646,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.3980920761823654,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5092697739601135,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.6525689363479614,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5092697739601135,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.6525689363479614,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5092697739601135,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.6525689363479614,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5092697739601135,
- 0.40000538527965546,
- null
- ],
- "y": [
- 0.6525689363479614,
- 0.4939821660518646,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.3980920761823654,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4931015074253082,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.6648705005645752,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4931015074253082,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.6648705005645752,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4931015074253082,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.6648705005645752,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4931015074253082,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.6648705005645752,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4766363203525543,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.6767715215682983,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4766363203525543,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.6767715215682983,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4766363203525543,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.6767715215682983,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4766363203525543,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.6767715215682983,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4598839581012726,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.6882649660110474,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4598839581012726,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.6882649660110474,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4598839581012726,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.6882649660110474,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4598839581012726,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.6882649660110474,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4428545832633972,
- 0.3329680413007736,
- null
- ],
- "y": [
- 0.6993438005447388,
- 0.5092325359582901,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.43853674829006195,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4428545832633972,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.6993438005447388,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4428545832633972,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.6993438005447388,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4428545832633972,
- 0.33757205307483673,
- null
- ],
- "y": [
- 0.6993438005447388,
- 0.540232703089714,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.39584559202194214,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4255584478378296,
- 0.30613019317388535,
- null
- ],
- "y": [
- 0.7100013494491577,
- 0.5201903432607651,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4451812505722046,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4255584478378296,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.7100013494491577,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4255584478378296,
- 0.31070447713136673,
- null
- ],
- "y": [
- 0.7100013494491577,
- 0.5512582808732986,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4025878608226776,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4080059230327606,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.7202312350273132,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4080059230327606,
- 0.31070447713136673,
- null
- ],
- "y": [
- 0.7202312350273132,
- 0.5512582808732986,
- null
- ],
- "z": [
- 0.5610687136650085,
- 0.4025878608226776,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7313497066497803,
- 0.5350566208362579,
- null
- ],
- "y": [
- 0.40667831897735596,
- 0.30471624433994293,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4282083660364151,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7313497066497803,
- 0.5304677188396454,
- null
- ],
- "y": [
- 0.40667831897735596,
- 0.32784710079431534,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.41667768359184265,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7313497066497803,
- 0.5489650368690491,
- null
- ],
- "y": [
- 0.40667831897735596,
- 0.3133128806948662,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4036983847618103,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7213093042373657,
- 0.5350566208362579,
- null
- ],
- "y": [
- 0.42423170804977417,
- 0.30471624433994293,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4282083660364151,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7213093042373657,
- 0.5304677188396454,
- null
- ],
- "y": [
- 0.42423170804977417,
- 0.32784710079431534,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.41667768359184265,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7213093042373657,
- 0.5489650368690491,
- null
- ],
- "y": [
- 0.42423170804977417,
- 0.3133128806948662,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4036983847618103,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7213093042373657,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.42423170804977417,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7108476758003235,
- 0.5304677188396454,
- null
- ],
- "y": [
- 0.44153735041618347,
- 0.32784710079431534,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.41667768359184265,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7108476758003235,
- 0.5489650368690491,
- null
- ],
- "y": [
- 0.44153735041618347,
- 0.3133128806948662,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4036983847618103,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7108476758003235,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.44153735041618347,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7108476758003235,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.44153735041618347,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6999709010124207,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.4585851728916168,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6999709010124207,
- 0.5304677188396454,
- null
- ],
- "y": [
- 0.4585851728916168,
- 0.32784710079431534,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.41667768359184265,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6999709010124207,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.4585851728916168,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6999709010124207,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.4585851728916168,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6886853575706482,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.47536519169807434,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6886853575706482,
- 0.5022089928388596,
- null
- ],
- "y": [
- 0.47536519169807434,
- 0.37233100086450577,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.41431358456611633,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6886853575706482,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.47536519169807434,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.676997721195221,
- 0.5096001327037811,
- null
- ],
- "y": [
- 0.4918676018714905,
- 0.3459503576159477,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4279322773218155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.676997721195221,
- 0.5022089928388596,
- null
- ],
- "y": [
- 0.4918676018714905,
- 0.37233100086450577,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.41431358456611633,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.676997721195221,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.4918676018714905,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.676997721195221,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.4918676018714905,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6649146676063538,
- 0.4793095886707306,
- null
- ],
- "y": [
- 0.5080828070640564,
- 0.3892347514629364,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.42574480175971985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6649146676063538,
- 0.5022089928388596,
- null
- ],
- "y": [
- 0.5080828070640564,
- 0.37233100086450577,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.41431358456611633,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6649146676063538,
- 0.4939822107553482,
- null
- ],
- "y": [
- 0.5080828070640564,
- 0.3980920761823654,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.40000538527965546,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6649146676063538,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.5080828070640564,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6524433493614197,
- 0.4793095886707306,
- null
- ],
- "y": [
- 0.5240012407302856,
- 0.3892347514629364,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.42574480175971985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6524433493614197,
- 0.5022089928388596,
- null
- ],
- "y": [
- 0.5240012407302856,
- 0.37233100086450577,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.41431358456611633,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6524433493614197,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5240012407302856,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6524433493614197,
- 0.4939822107553482,
- null
- ],
- "y": [
- 0.5240012407302856,
- 0.3980920761823654,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.40000538527965546,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6395909786224365,
- 0.4793095886707306,
- null
- ],
- "y": [
- 0.5396137237548828,
- 0.3892347514629364,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.42574480175971985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6395909786224365,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5396137237548828,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6395909786224365,
- 0.4939822107553482,
- null
- ],
- "y": [
- 0.5396137237548828,
- 0.3980920761823654,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.40000538527965546,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6263651251792908,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.5549110770225525,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6263651251792908,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5549110770225525,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6263651251792908,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.5549110770225525,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6263651251792908,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5549110770225525,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6127734780311584,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.5698844194412231,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6127734780311584,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5698844194412231,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6127734780311584,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.5698844194412231,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5988240838050842,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.584524929523468,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5988240838050842,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.584524929523468,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5988240838050842,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.584524929523468,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.584524929523468,
- 0.42133525013923645,
- null
- ],
- "y": [
- 0.5988240838050842,
- 0.4464171230792999,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4309156984090805,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.584524929523468,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.5988240838050842,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.584524929523468,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.5988240838050842,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.584524929523468,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.5988240838050842,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5698844194412231,
- 0.42133525013923645,
- null
- ],
- "y": [
- 0.6127734780311584,
- 0.4464171230792999,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4309156984090805,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5698844194412231,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.6127734780311584,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5698844194412231,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.6127734780311584,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5698844194412231,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6127734780311584,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5549110770225525,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.6263651251792908,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5549110770225525,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.6263651251792908,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5549110770225525,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6263651251792908,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5396137237548828,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.6395909786224365,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5396137237548828,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.6395909786224365,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5396137237548828,
- 0.40000538527965546,
- null
- ],
- "y": [
- 0.6395909786224365,
- 0.4939821660518646,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.3980920761823654,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5396137237548828,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6395909786224365,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5240012407302856,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.6524433493614197,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5240012407302856,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.6524433493614197,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5240012407302856,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.6524433493614197,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5240012407302856,
- 0.40000538527965546,
- null
- ],
- "y": [
- 0.6524433493614197,
- 0.4939821660518646,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.3980920761823654,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5080827474594116,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.6649146676063538,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5080827474594116,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.6649146676063538,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5080827474594116,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.6649146676063538,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5080827474594116,
- 0.40000538527965546,
- null
- ],
- "y": [
- 0.6649146676063538,
- 0.4939821660518646,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.3980920761823654,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4918676018714905,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.676997721195221,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4918676018714905,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.676997721195221,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4918676018714905,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.676997721195221,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4918676018714905,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.676997721195221,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4918676018714905,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.676997721195221,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47536519169807434,
- 0.3592822775244713,
- null
- ],
- "y": [
- 0.6886853575706482,
- 0.4974740445613861,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4312027394771576,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47536519169807434,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.6886853575706482,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47536519169807434,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.6886853575706482,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47536519169807434,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.6886853575706482,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4585851728916168,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.6999709010124207,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4585851728916168,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.6999709010124207,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4585851728916168,
- 0.33757205307483673,
- null
- ],
- "y": [
- 0.6999709010124207,
- 0.540232703089714,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.39584559202194214,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4585851728916168,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.6999709010124207,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4415372908115387,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.7108477354049683,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4415372908115387,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.7108477354049683,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4415372908115387,
- 0.31070447713136673,
- null
- ],
- "y": [
- 0.7108477354049683,
- 0.5512582808732986,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4025878608226776,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4415372908115387,
- 0.33757205307483673,
- null
- ],
- "y": [
- 0.7108477354049683,
- 0.540232703089714,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.39584559202194214,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42423173785209656,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.7213093042373657,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42423173785209656,
- 0.31070447713136673,
- null
- ],
- "y": [
- 0.7213093042373657,
- 0.5512582808732986,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4025878608226776,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42423173785209656,
- 0.33757205307483673,
- null
- ],
- "y": [
- 0.7213093042373657,
- 0.540232703089714,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.39584559202194214,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.40667831897735596,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.7313497066497803,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.40667831897735596,
- 0.31070447713136673,
- null
- ],
- "y": [
- 0.7313497066497803,
- 0.5512582808732986,
- null
- ],
- "z": [
- 0.5474855303764343,
- 0.4025878608226776,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7421988844871521,
- 0.5489650368690491,
- null
- ],
- "y": [
- 0.4052712619304657,
- 0.3133128806948662,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4036983847618103,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7421988844871521,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.4052712619304657,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7323441505432129,
- 0.5304677188396454,
- null
- ],
- "y": [
- 0.4228191077709198,
- 0.32784710079431534,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.41667768359184265,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7323441505432129,
- 0.5489650368690491,
- null
- ],
- "y": [
- 0.4228191077709198,
- 0.3133128806948662,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4036983847618103,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7323441505432129,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.4228191077709198,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7323441505432129,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.4228191077709198,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7220746874809265,
- 0.5304677188396454,
- null
- ],
- "y": [
- 0.4401274621486664,
- 0.32784710079431534,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.41667768359184265,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7220746874809265,
- 0.5489650368690491,
- null
- ],
- "y": [
- 0.4401274621486664,
- 0.3133128806948662,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4036983847618103,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7220746874809265,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.4401274621486664,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7220746874809265,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.4401274621486664,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7113960981369019,
- 0.5304677188396454,
- null
- ],
- "y": [
- 0.4571864902973175,
- 0.32784710079431534,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.41667768359184265,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7113960981369019,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.4571864902973175,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7113960981369019,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.4571864902973175,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7113960981369019,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.4571864902973175,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7003146409988403,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.4739866554737091,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7003146409988403,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.4739866554737091,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7003146409988403,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.4739866554737091,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7003146409988403,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.4739866554737091,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6888365745544434,
- 0.5022089928388596,
- null
- ],
- "y": [
- 0.4905182719230652,
- 0.37233100086450577,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.41431358456611633,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6888365745544434,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.4905182719230652,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6888365745544434,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.4905182719230652,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6888365745544434,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.4905182719230652,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6769682765007019,
- 0.5022089928388596,
- null
- ],
- "y": [
- 0.5067721009254456,
- 0.37233100086450577,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.41431358456611633,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6769682765007019,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.5067721009254456,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6769682765007019,
- 0.4939822107553482,
- null
- ],
- "y": [
- 0.5067721009254456,
- 0.3980920761823654,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.40000538527965546,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6769682765007019,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.5067721009254456,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6647164821624756,
- 0.5022089928388596,
- null
- ],
- "y": [
- 0.5227388739585876,
- 0.37233100086450577,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.41431358456611633,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6647164821624756,
- 0.4939822107553482,
- null
- ],
- "y": [
- 0.5227388739585876,
- 0.3980920761823654,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.40000538527965546,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6647164821624756,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.5227388739585876,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6647164821624756,
- 0.5070420205593109,
- null
- ],
- "y": [
- 0.5227388739585876,
- 0.4061535447835922,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3747635632753372,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6520882844924927,
- 0.4793095886707306,
- null
- ],
- "y": [
- 0.5384095311164856,
- 0.3892347514629364,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.42574480175971985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6520882844924927,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5384095311164856,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6520882844924927,
- 0.4939822107553482,
- null
- ],
- "y": [
- 0.5384095311164856,
- 0.3980920761823654,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.40000538527965546,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6520882844924927,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5384095311164856,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6390907168388367,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5537752509117126,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6390907168388367,
- 0.4939822107553482,
- null
- ],
- "y": [
- 0.5537752509117126,
- 0.3980920761823654,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.40000538527965546,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6390907168388367,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.5537752509117126,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6390907168388367,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5537752509117126,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6257311701774597,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5688272714614868,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6257311701774597,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.5688272714614868,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6257311701774597,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5688272714614868,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6120171546936035,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.5835571885108948,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6120171546936035,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5835571885108948,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6120171546936035,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.5835571885108948,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6120171546936035,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.5835571885108948,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5979564785957336,
- 0.4464171677827835,
- null
- ],
- "y": [
- 0.5979564785957336,
- 0.4309156984090805,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.42133525013923645,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5979564785957336,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.5979564785957336,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5979564785957336,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.5979564785957336,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5979564785957336,
- 0.450824573636055,
- null
- ],
- "y": [
- 0.5979564785957336,
- 0.46380941569805145,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3796551078557968,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5835571885108948,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.6120171546936035,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5835571885108948,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.6120171546936035,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5835571885108948,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6120171546936035,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5835571885108948,
- 0.450824573636055,
- null
- ],
- "y": [
- 0.6120171546936035,
- 0.46380941569805145,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3796551078557968,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5688272714614868,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.6257311701774597,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5688272714614868,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.6257311701774597,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5688272714614868,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6257311701774597,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5537752509117126,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.6390907168388367,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5537752509117126,
- 0.40000538527965546,
- null
- ],
- "y": [
- 0.6390907168388367,
- 0.4939821660518646,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3980920761823654,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5537752509117126,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6390907168388367,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5384095311164856,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.6520882844924927,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5384095311164856,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.6520882844924927,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5384095311164856,
- 0.40000538527965546,
- null
- ],
- "y": [
- 0.6520882844924927,
- 0.4939821660518646,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3980920761823654,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5384095311164856,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6520882844924927,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5227388143539429,
- 0.385031595826149,
- null
- ],
- "y": [
- 0.6647165417671204,
- 0.4849333316087723,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4231906682252884,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5227388143539429,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.6647165417671204,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5227388143539429,
- 0.40000538527965546,
- null
- ],
- "y": [
- 0.6647165417671204,
- 0.4939821660518646,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3980920761823654,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5227388143539429,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.6647165417671204,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5067721009254456,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.6769682765007019,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5067721009254456,
- 0.40000538527965546,
- null
- ],
- "y": [
- 0.6769682765007019,
- 0.4939821660518646,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3980920761823654,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5067721009254456,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.6769682765007019,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5067721009254456,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.6769682765007019,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4905182719230652,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.6888365745544434,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4905182719230652,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.6888365745544434,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4905182719230652,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.6888365745544434,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4905182719230652,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.6888365745544434,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4739866554737091,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.7003146409988403,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4739866554737091,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.7003146409988403,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4739866554737091,
- 0.33757205307483673,
- null
- ],
- "y": [
- 0.7003146409988403,
- 0.540232703089714,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.39584559202194214,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4739866554737091,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.7003146409988403,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4571864902973175,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.7113960981369019,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4571864902973175,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.7113960981369019,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4571864902973175,
- 0.33757205307483673,
- null
- ],
- "y": [
- 0.7113960981369019,
- 0.540232703089714,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.39584559202194214,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4571864902973175,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.7113960981369019,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4401274621486664,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.7220746874809265,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4401274621486664,
- 0.31070447713136673,
- null
- ],
- "y": [
- 0.7220746874809265,
- 0.5512582808732986,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4025878608226776,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4401274621486664,
- 0.33757205307483673,
- null
- ],
- "y": [
- 0.7220746874809265,
- 0.540232703089714,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.39584559202194214,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4401274621486664,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.7220746874809265,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4228190779685974,
- 0.3220907896757126,
- null
- ],
- "y": [
- 0.7323442101478577,
- 0.5306647270917892,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.42089487612247467,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4228190779685974,
- 0.31070447713136673,
- null
- ],
- "y": [
- 0.7323442101478577,
- 0.5512582808732986,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4025878608226776,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4228190779685974,
- 0.33757205307483673,
- null
- ],
- "y": [
- 0.7323442101478577,
- 0.540232703089714,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.39584559202194214,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4228190779685974,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.7323442101478577,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4052712619304657,
- 0.31070447713136673,
- null
- ],
- "y": [
- 0.7421988844871521,
- 0.5512582808732986,
- null
- ],
- "z": [
- 0.5337564945220947,
- 0.4025878608226776,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7527781128883362,
- 0.5489650368690491,
- null
- ],
- "y": [
- 0.4037875533103943,
- 0.3133128806948662,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.4036983847618103,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7527781128883362,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.4037875533103943,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7527781128883362,
- 0.5794315785169601,
- null
- ],
- "y": [
- 0.4037875533103943,
- 0.30621445924043655,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.36468033492565155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.743105411529541,
- 0.5489650368690491,
- null
- ],
- "y": [
- 0.42132362723350525,
- 0.3133128806948662,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.4036983847618103,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.743105411529541,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.42132362723350525,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.743105411529541,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.42132362723350525,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7330242395401001,
- 0.5489650368690491,
- null
- ],
- "y": [
- 0.4386281967163086,
- 0.3133128806948662,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.4036983847618103,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7330242395401001,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.4386281967163086,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7330242395401001,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.4386281967163086,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7330242395401001,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.4386281967163086,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7225402593612671,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.4556916356086731,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7225402593612671,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.4556916356086731,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7225402593612671,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.4556916356086731,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7225402593612671,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.4556916356086731,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7225402593612671,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.4556916356086731,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7116590738296509,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.472504585981369,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7116590738296509,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.472504585981369,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7116590738296509,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.472504585981369,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7003868222236633,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.48905786871910095,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7003868222236633,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.48905786871910095,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7003868222236633,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.48905786871910095,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6887295246124268,
- 0.5022089928388596,
- null
- ],
- "y": [
- 0.5053423047065735,
- 0.37233100086450577,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.41431358456611633,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6887295246124268,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.5053423047065735,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6887295246124268,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.5053423047065735,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6887295246124268,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.5053423047065735,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6887295246124268,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.5053423047065735,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6766937375068665,
- 0.4939822107553482,
- null
- ],
- "y": [
- 0.5213490128517151,
- 0.3980920761823654,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.40000538527965546,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6766937375068665,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.5213490128517151,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6766937375068665,
- 0.5070420205593109,
- null
- ],
- "y": [
- 0.5213490128517151,
- 0.4061535447835922,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3747635632753372,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6642860174179077,
- 0.4939822107553482,
- null
- ],
- "y": [
- 0.5370692014694214,
- 0.3980920761823654,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.40000538527965546,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6642860174179077,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.5370692014694214,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6642860174179077,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5370692014694214,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6642860174179077,
- 0.5070420205593109,
- null
- ],
- "y": [
- 0.5370692014694214,
- 0.4061535447835922,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3747635632753372,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6515131592750549,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5524942278862,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6515131592750549,
- 0.4939822107553482,
- null
- ],
- "y": [
- 0.5524942278862,
- 0.3980920761823654,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.40000538527965546,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6515131592750549,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5524942278862,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6515131592750549,
- 0.5070420205593109,
- null
- ],
- "y": [
- 0.5524942278862,
- 0.4061535447835922,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3747635632753372,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6383822560310364,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5676155090332031,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6383822560310364,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.5676155090332031,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6383822560310364,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5676155090332031,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6383822560310364,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.5676155090332031,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6249004602432251,
- 0.47067050635814667,
- null
- ],
- "y": [
- 0.5824248194694519,
- 0.41469110548496246,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.4110967665910721,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6249004602432251,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.5824248194694519,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6249004602432251,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5824248194694519,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6249004602432251,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.5824248194694519,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.611075222492218,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.5969140529632568,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.611075222492218,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.5969140529632568,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.611075222492218,
- 0.450824573636055,
- null
- ],
- "y": [
- 0.5969140529632568,
- 0.46380941569805145,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3796551078557968,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.611075222492218,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.5969140529632568,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5969140529632568,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.611075222492218,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5969140529632568,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.611075222492218,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5969140529632568,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.611075222492218,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5969140529632568,
- 0.450824573636055,
- null
- ],
- "y": [
- 0.611075222492218,
- 0.46380941569805145,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3796551078557968,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5824248194694519,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.6249004602432251,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5824248194694519,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6249004602432251,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5824248194694519,
- 0.450824573636055,
- null
- ],
- "y": [
- 0.6249004602432251,
- 0.46380941569805145,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3796551078557968,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5676154494285583,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.6383823156356812,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5676154494285583,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.6383823156356812,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5676154494285583,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6383823156356812,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5524941682815552,
- 0.4110967665910721,
- null
- ],
- "y": [
- 0.6515131592750549,
- 0.47067050635814667,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.41469110548496246,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5524941682815552,
- 0.40000538527965546,
- null
- ],
- "y": [
- 0.6515131592750549,
- 0.4939821660518646,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3980920761823654,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5524941682815552,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6515131592750549,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5524941682815552,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.6515131592750549,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5370692014694214,
- 0.40000538527965546,
- null
- ],
- "y": [
- 0.6642860174179077,
- 0.4939821660518646,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3980920761823654,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5370692014694214,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6642860174179077,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5370692014694214,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.6642860174179077,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5370692014694214,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.6642860174179077,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5213490128517151,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.6766937375068665,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5213490128517151,
- 0.40000538527965546,
- null
- ],
- "y": [
- 0.6766937375068665,
- 0.4939821660518646,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3980920761823654,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5213490128517151,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.6766937375068665,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5213490128517151,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.6766937375068665,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5053423047065735,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.6887295246124268,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5053423047065735,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.6887295246124268,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5053423047065735,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.6887295246124268,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48905786871910095,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.7003868222236633,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48905786871910095,
- 0.37476349622011185,
- null
- ],
- "y": [
- 0.7003868222236633,
- 0.5070420205593109,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.4061535447835922,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48905786871910095,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.7003868222236633,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48905786871910095,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.7003868222236633,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.472504585981369,
- 0.34873395413160324,
- null
- ],
- "y": [
- 0.7116590738296509,
- 0.5192348957061768,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.4138595312833786,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.472504585981369,
- 0.33757205307483673,
- null
- ],
- "y": [
- 0.7116590738296509,
- 0.540232703089714,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.39584559202194214,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.472504585981369,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.7116590738296509,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.472504585981369,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7116590738296509,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4556915760040283,
- 0.33757205307483673,
- null
- ],
- "y": [
- 0.7225402593612671,
- 0.540232703089714,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.39584559202194214,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4556915760040283,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.7225402593612671,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4556915760040283,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.7225402593612671,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4556915760040283,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7225402593612671,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4386281967163086,
- 0.31070447713136673,
- null
- ],
- "y": [
- 0.7330242395401001,
- 0.5512582808732986,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.4025878608226776,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4386281967163086,
- 0.33757205307483673,
- null
- ],
- "y": [
- 0.7330242395401001,
- 0.540232703089714,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.39584559202194214,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4386281967163086,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.7330242395401001,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4386281967163086,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7330242395401001,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42132362723350525,
- 0.31070447713136673,
- null
- ],
- "y": [
- 0.743105411529541,
- 0.5512582808732986,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.4025878608226776,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42132362723350525,
- 0.33757205307483673,
- null
- ],
- "y": [
- 0.743105411529541,
- 0.540232703089714,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.39584559202194214,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42132362723350525,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.743105411529541,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4037875235080719,
- 0.31070447713136673,
- null
- ],
- "y": [
- 0.7527781128883362,
- 0.5512582808732986,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.4025878608226776,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4037875235080719,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.7527781128883362,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.5198853015899658,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7630864977836609,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.40222978591918945,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7630864977836609,
- 0.5794315785169601,
- null
- ],
- "y": [
- 0.40222978591918945,
- 0.30621445924043655,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36468033492565155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.753592312335968,
- 0.5489650368690491,
- null
- ],
- "y": [
- 0.41974812746047974,
- 0.3133128806948662,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.4036983847618103,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.753592312335968,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.41974812746047974,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.753592312335968,
- 0.5794315785169601,
- null
- ],
- "y": [
- 0.41974812746047974,
- 0.30621445924043655,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36468033492565155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7436959147453308,
- 0.5489650368690491,
- null
- ],
- "y": [
- 0.4370425343513489,
- 0.3133128806948662,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.4036983847618103,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7436959147453308,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.4370425343513489,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7436959147453308,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.4370425343513489,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7436959147453308,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.4370425343513489,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7334027290344238,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.4541037380695343,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7334027290344238,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.4541037380695343,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7334027290344238,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.4541037380695343,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7334027290344238,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.4541037380695343,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7227182388305664,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.47092267870903015,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7227182388305664,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.47092267870903015,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7227182388305664,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.47092267870903015,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7227182388305664,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.47092267870903015,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7116481065750122,
- 0.5235052406787872,
- null
- ],
- "y": [
- 0.4874902665615082,
- 0.35454288125038147,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.40341246128082275,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7116481065750122,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.4874902665615082,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7116481065750122,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.4874902665615082,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7116481065750122,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.4874902665615082,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7001982927322388,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.5037978291511536,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7001982927322388,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.5037978291511536,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7001982927322388,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.5037978291511536,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6883747577667236,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.5198365449905396,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6883747577667236,
- 0.5070420205593109,
- null
- ],
- "y": [
- 0.5198365449905396,
- 0.4061535447835922,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3747635632753372,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6883747577667236,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.5198365449905396,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6761839389801025,
- 0.4939822107553482,
- null
- ],
- "y": [
- 0.5355978608131409,
- 0.3980920761823654,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.40000538527965546,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6761839389801025,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.5355978608131409,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6761839389801025,
- 0.5070420205593109,
- null
- ],
- "y": [
- 0.5355978608131409,
- 0.4061535447835922,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3747635632753372,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6761839389801025,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.5355978608131409,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6636323928833008,
- 0.4939822107553482,
- null
- ],
- "y": [
- 0.5510733127593994,
- 0.3980920761823654,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.40000538527965546,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6636323928833008,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5510733127593994,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6636323928833008,
- 0.5070420205593109,
- null
- ],
- "y": [
- 0.5510733127593994,
- 0.4061535447835922,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3747635632753372,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6636323928833008,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5510733127593994,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6507267355918884,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5662547945976257,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6507267355918884,
- 0.5070420205593109,
- null
- ],
- "y": [
- 0.5662547945976257,
- 0.4061535447835922,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3747635632753372,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6507267355918884,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.5662547945976257,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6507267355918884,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5662547945976257,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6374738216400146,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.5811341404914856,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6374738216400146,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5811341404914856,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6374738216400146,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.5811341404914856,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6374738216400146,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5811341404914856,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6238808035850525,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.5957034230232239,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6238808035850525,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5957034230232239,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6238808035850525,
- 0.450824573636055,
- null
- ],
- "y": [
- 0.5957034230232239,
- 0.46380941569805145,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3796551078557968,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6238808035850525,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.5957034230232239,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.609954833984375,
- 0.4610901474952698,
- null
- ],
- "y": [
- 0.609954833984375,
- 0.43977293372154236,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.39559534192085266,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.609954833984375,
- 0.450824573636055,
- null
- ],
- "y": [
- 0.609954833984375,
- 0.46380941569805145,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3796551078557968,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.609954833984375,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.609954833984375,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.609954833984375,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.609954833984375,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5957034230232239,
- 0.43646393716335297,
- null
- ],
- "y": [
- 0.6238808035850525,
- 0.4556085169315338,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.40548746287822723,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5957034230232239,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6238808035850525,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5957034230232239,
- 0.450824573636055,
- null
- ],
- "y": [
- 0.6238808035850525,
- 0.46380941569805145,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3796551078557968,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5957034230232239,
- 0.43974754214286804,
- null
- ],
- "y": [
- 0.6238808035850525,
- 0.4871373921632767,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36306917667388916,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5811341404914856,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6374738216400146,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5811341404914856,
- 0.450824573636055,
- null
- ],
- "y": [
- 0.6374738216400146,
- 0.46380941569805145,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3796551078557968,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5811341404914856,
- 0.43974754214286804,
- null
- ],
- "y": [
- 0.6374738216400146,
- 0.4871373921632767,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36306917667388916,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5662547945976257,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6507267355918884,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5662547945976257,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.6507267355918884,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5662547945976257,
- 0.43974754214286804,
- null
- ],
- "y": [
- 0.6507267355918884,
- 0.4871373921632767,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36306917667388916,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5510733127593994,
- 0.40000538527965546,
- null
- ],
- "y": [
- 0.6636323928833008,
- 0.4939821660518646,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3980920761823654,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5510733127593994,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6636323928833008,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5510733127593994,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.6636323928833008,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5510733127593994,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.6636323928833008,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5355978012084961,
- 0.40000538527965546,
- null
- ],
- "y": [
- 0.6761839985847473,
- 0.4939821660518646,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3980920761823654,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5355978012084961,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.6761839985847473,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5355978012084961,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.6761839985847473,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5355978012084961,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.6761839985847473,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5198365449905396,
- 0.40000538527965546,
- null
- ],
- "y": [
- 0.6883747577667236,
- 0.4939821660518646,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3980920761823654,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5198365449905396,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.6883747577667236,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5198365449905396,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.6883747577667236,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5198365449905396,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.6883747577667236,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5198365449905396,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.6883747577667236,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5198365449905396,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.6883747577667236,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5037978291511536,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.7001982927322388,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5037978291511536,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.7001982927322388,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5037978291511536,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.7001982927322388,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4874902665615082,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.7116481065750122,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4874902665615082,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.7116481065750122,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4874902665615082,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7116481065750122,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4874902665615082,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.7116481065750122,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47092264890670776,
- 0.33757205307483673,
- null
- ],
- "y": [
- 0.7227182388305664,
- 0.540232703089714,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.39584559202194214,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47092264890670776,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.7227182388305664,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47092264890670776,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7227182388305664,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47092264890670776,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.7227182388305664,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4541037380695343,
- 0.33757205307483673,
- null
- ],
- "y": [
- 0.7334027290344238,
- 0.540232703089714,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.39584559202194214,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4541037380695343,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.7334027290344238,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4541037380695343,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7334027290344238,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4370425045490265,
- 0.31070447713136673,
- null
- ],
- "y": [
- 0.7436959743499756,
- 0.5512582808732986,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.4025878608226776,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4370425045490265,
- 0.33757205307483673,
- null
- ],
- "y": [
- 0.7436959743499756,
- 0.540232703089714,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.39584559202194214,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4370425045490265,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.7436959743499756,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4370425045490265,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7436959743499756,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41974812746047974,
- 0.31070447713136673,
- null
- ],
- "y": [
- 0.753592312335968,
- 0.5512582808732986,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.4025878608226776,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41974812746047974,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.753592312335968,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41974812746047974,
- 0.3139948323369026,
- null
- ],
- "y": [
- 0.753592312335968,
- 0.5793845504522324,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.35807935148477554,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.40222981572151184,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.7630864977836609,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.40222981572151184,
- 0.3139948323369026,
- null
- ],
- "y": [
- 0.7630864977836609,
- 0.5793845504522324,
- null
- ],
- "z": [
- 0.5058756470680237,
- 0.35807935148477554,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7731233835220337,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.40060025453567505,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7731233835220337,
- 0.5794315785169601,
- null
- ],
- "y": [
- 0.40060025453567505,
- 0.30621445924043655,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36468033492565155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7638041377067566,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.4180952310562134,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7638041377067566,
- 0.5794315785169601,
- null
- ],
- "y": [
- 0.4180952310562134,
- 0.30621445924043655,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36468033492565155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7638041377067566,
- 0.57429139316082,
- null
- ],
- "y": [
- 0.4180952310562134,
- 0.328968845307827,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35280152410268784,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7540890574455261,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.4353735148906708,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7540890574455261,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.4353735148906708,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7540890574455261,
- 0.5794315785169601,
- null
- ],
- "y": [
- 0.4353735148906708,
- 0.30621445924043655,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36468033492565155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7540890574455261,
- 0.57429139316082,
- null
- ],
- "y": [
- 0.4353735148906708,
- 0.328968845307827,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35280152410268784,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7439831495285034,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.45242616534233093,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7439831495285034,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.45242616534233093,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7439831495285034,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.45242616534233093,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7439831495285034,
- 0.57429139316082,
- null
- ],
- "y": [
- 0.45242616534233093,
- 0.328968845307827,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35280152410268784,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7334917187690735,
- 0.5439742505550385,
- null
- ],
- "y": [
- 0.4692443907260895,
- 0.33619460463523865,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.39187391102313995,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7334917187690735,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.4692443907260895,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7334917187690735,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.4692443907260895,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7334917187690735,
- 0.548833966255188,
- null
- ],
- "y": [
- 0.4692443907260895,
- 0.3701911121606827,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35247666388750076,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7226201891899109,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.48581939935684204,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7226201891899109,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.48581939935684204,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7226201891899109,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.48581939935684204,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7226201891899109,
- 0.548833966255188,
- null
- ],
- "y": [
- 0.48581939935684204,
- 0.3701911121606827,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35247666388750076,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7113741040229797,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.5021426677703857,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7113741040229797,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.5021426677703857,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7113741040229797,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.5021426677703857,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7113741040229797,
- 0.548833966255188,
- null
- ],
- "y": [
- 0.5021426677703857,
- 0.3701911121606827,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35247666388750076,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6997594237327576,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.5182057023048401,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6997594237327576,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.5182057023048401,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6997594237327576,
- 0.5070420205593109,
- null
- ],
- "y": [
- 0.5182057023048401,
- 0.4061535447835922,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3747635632753372,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6997594237327576,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.5182057023048401,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6877820491790771,
- 0.5156807899475098,
- null
- ],
- "y": [
- 0.5340002179145813,
- 0.3806993365287781,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.389411598443985,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6877820491790771,
- 0.5070420205593109,
- null
- ],
- "y": [
- 0.5340002179145813,
- 0.4061535447835922,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3747635632753372,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6877820491790771,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.5340002179145813,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6877820491790771,
- 0.5192349404096603,
- null
- ],
- "y": [
- 0.5340002179145813,
- 0.4138595312833786,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.34873395413160324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6754482984542847,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5495179891586304,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6754482984542847,
- 0.5070420205593109,
- null
- ],
- "y": [
- 0.5495179891586304,
- 0.4061535447835922,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3747635632753372,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6754482984542847,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5495179891586304,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6754482984542847,
- 0.5192349404096603,
- null
- ],
- "y": [
- 0.5495179891586304,
- 0.4138595312833786,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.34873395413160324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6627644896507263,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5647509098052979,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6627644896507263,
- 0.5070420205593109,
- null
- ],
- "y": [
- 0.5647509098052979,
- 0.4061535447835922,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3747635632753372,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6627644896507263,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5647509098052979,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6497372388839722,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5796912312507629,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6497372388839722,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.5796912312507629,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6497372388839722,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5796912312507629,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6363732218742371,
- 0.48493337631225586,
- null
- ],
- "y": [
- 0.5943311452865601,
- 0.4231906682252884,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.385031595826149,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6363732218742371,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.5943311452865601,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6363732218742371,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5943311452865601,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6363732218742371,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.5943311452865601,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6226794719696045,
- 0.450824573636055,
- null
- ],
- "y": [
- 0.608663022518158,
- 0.46380941569805145,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3796551078557968,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6226794719696045,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.608663022518158,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6226794719696045,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.608663022518158,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6086629629135132,
- 0.450824573636055,
- null
- ],
- "y": [
- 0.6226794719696045,
- 0.46380941569805145,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3796551078557968,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6086629629135132,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.6226794719696045,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6086629629135132,
- 0.43974754214286804,
- null
- ],
- "y": [
- 0.6226794719696045,
- 0.4871373921632767,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36306917667388916,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6086629629135132,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.6226794719696045,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5943310856819153,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6363732814788818,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5943310856819153,
- 0.450824573636055,
- null
- ],
- "y": [
- 0.6363732814788818,
- 0.46380941569805145,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3796551078557968,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5943310856819153,
- 0.43974754214286804,
- null
- ],
- "y": [
- 0.6363732814788818,
- 0.4871373921632767,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36306917667388916,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5943310856819153,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.6363732814788818,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5796912312507629,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6497372388839722,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5796912312507629,
- 0.450824573636055,
- null
- ],
- "y": [
- 0.6497372388839722,
- 0.46380941569805145,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3796551078557968,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5796912312507629,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.6497372388839722,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5796912312507629,
- 0.43974754214286804,
- null
- ],
- "y": [
- 0.6497372388839722,
- 0.4871373921632767,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36306917667388916,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5647509098052979,
- 0.42574480175971985,
- null
- ],
- "y": [
- 0.6627644896507263,
- 0.4793095886707306,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3892347514629364,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5647509098052979,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.6627644896507263,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5647509098052979,
- 0.43974754214286804,
- null
- ],
- "y": [
- 0.6627644896507263,
- 0.4871373921632767,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36306917667388916,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5647509098052979,
- 0.4279322773218155,
- null
- ],
- "y": [
- 0.6627644896507263,
- 0.5096000880002975,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3459503799676895,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5495179891586304,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.6754482984542847,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5495179891586304,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.6754482984542847,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5495179891586304,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.6754482984542847,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5495179891586304,
- 0.4279322773218155,
- null
- ],
- "y": [
- 0.6754482984542847,
- 0.5096000880002975,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3459503799676895,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5340002179145813,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.6877820491790771,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5340002179145813,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.6877820491790771,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5340002179145813,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.6877820491790771,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5182057023048401,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.6997594237327576,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5182057023048401,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.6997594237327576,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5182057023048401,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.6997594237327576,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5021426677703857,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.7113741040229797,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5021426677703857,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.7113741040229797,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5021426677703857,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7113741040229797,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5021426677703857,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.7113741040229797,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48581939935684204,
- 0.3639061823487282,
- null
- ],
- "y": [
- 0.7226201891899109,
- 0.5283533781766891,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.38847774267196655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48581939935684204,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7226201891899109,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48581939935684204,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.7226201891899109,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48581939935684204,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.7226201891899109,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4692443311214447,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.7334917187690735,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4692443311214447,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7334917187690735,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4692443311214447,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.7334917187690735,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4692443311214447,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.7334917187690735,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4692443311214447,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.7334917187690735,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45242613554000854,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.7439831495285034,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45242613554000854,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7439831495285034,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45242613554000854,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.7439831495285034,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4353734850883484,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.7540890574455261,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4353734850883484,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7540890574455261,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4353734850883484,
- 0.3139948323369026,
- null
- ],
- "y": [
- 0.7540890574455261,
- 0.5793845504522324,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35807935148477554,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4353734850883484,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.7540890574455261,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.418095201253891,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.7638041377067566,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.418095201253891,
- 0.3139948323369026,
- null
- ],
- "y": [
- 0.7638041377067566,
- 0.5793845504522324,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35807935148477554,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.40060025453567505,
- 0.3139948323369026,
- null
- ],
- "y": [
- 0.7731233835220337,
- 0.5793845504522324,
- null
- ],
- "z": [
- 0.4917312562465668,
- 0.35807935148477554,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.773740291595459,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.41636738181114197,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.773740291595459,
- 0.5794315785169601,
- null
- ],
- "y": [
- 0.41636738181114197,
- 0.30621445924043655,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36468033492565155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.773740291595459,
- 0.57429139316082,
- null
- ],
- "y": [
- 0.41636738181114197,
- 0.328968845307827,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35280152410268784,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.773740291595459,
- 0.5913105458021164,
- null
- ],
- "y": [
- 0.41636738181114197,
- 0.31352870911359787,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3384547010064125,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7642030119895935,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.4336237609386444,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7642030119895935,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.4336237609386444,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7642030119895935,
- 0.5794315785169601,
- null
- ],
- "y": [
- 0.4336237609386444,
- 0.30621445924043655,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36468033492565155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7642030119895935,
- 0.57429139316082,
- null
- ],
- "y": [
- 0.4336237609386444,
- 0.328968845307827,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35280152410268784,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7642030119895935,
- 0.5913105458021164,
- null
- ],
- "y": [
- 0.4336237609386444,
- 0.31352870911359787,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3384547010064125,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7542809247970581,
- 0.5620647221803665,
- null
- ],
- "y": [
- 0.45066186785697937,
- 0.3214114084839821,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.37852075695991516,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7542809247970581,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.45066186785697937,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7542809247970581,
- 0.57429139316082,
- null
- ],
- "y": [
- 0.45066186785697937,
- 0.328968845307827,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35280152410268784,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7542809247970581,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.45066186785697937,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7439790368080139,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.46747300028800964,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7439790368080139,
- 0.57429139316082,
- null
- ],
- "y": [
- 0.46747300028800964,
- 0.328968845307827,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35280152410268784,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7439790368080139,
- 0.548833966255188,
- null
- ],
- "y": [
- 0.46747300028800964,
- 0.3701911121606827,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35247666388750076,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7439790368080139,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.46747300028800964,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7333025336265564,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.4840487837791443,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7333025336265564,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.4840487837791443,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7333025336265564,
- 0.548833966255188,
- null
- ],
- "y": [
- 0.4840487837791443,
- 0.3701911121606827,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35247666388750076,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7333025336265564,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.4840487837791443,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7222567796707153,
- 0.5366123467683792,
- null
- ],
- "y": [
- 0.5003807544708252,
- 0.36263928562402725,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.37820617854595184,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7222567796707153,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.5003807544708252,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7222567796707153,
- 0.548833966255188,
- null
- ],
- "y": [
- 0.5003807544708252,
- 0.3701911121606827,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35247666388750076,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7222567796707153,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.5003807544708252,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7108473777770996,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.5164608359336853,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7108473777770996,
- 0.548833966255188,
- null
- ],
- "y": [
- 0.5164608359336853,
- 0.3701911121606827,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35247666388750076,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7108473777770996,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.5164608359336853,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6990800499916077,
- 0.5070420205593109,
- null
- ],
- "y": [
- 0.5322808623313904,
- 0.4061535447835922,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3747635632753372,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6990800499916077,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.5322808623313904,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6990800499916077,
- 0.5192349404096603,
- null
- ],
- "y": [
- 0.5322808623313904,
- 0.4138595312833786,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.34873395413160324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6990800499916077,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.5322808623313904,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6869606971740723,
- 0.5070420205593109,
- null
- ],
- "y": [
- 0.5478328466415405,
- 0.4061535447835922,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3747635632753372,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6869606971740723,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.5478328466415405,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6869606971740723,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5478328466415405,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6869606971740723,
- 0.5192349404096603,
- null
- ],
- "y": [
- 0.5478328466415405,
- 0.4138595312833786,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.34873395413160324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6744953989982605,
- 0.5070420205593109,
- null
- ],
- "y": [
- 0.5631089806556702,
- 0.4061535447835922,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3747635632753372,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6744953989982605,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5631089806556702,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6744953989982605,
- 0.5192349404096603,
- null
- ],
- "y": [
- 0.5631089806556702,
- 0.4138595312833786,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.34873395413160324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6744953989982605,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.5631089806556702,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6616905331611633,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.5781015753746033,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6616905331611633,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5781015753746033,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6616905331611633,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.5781015753746033,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6616905331611633,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.5781015753746033,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6485524773597717,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.5928030610084534,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6485524773597717,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5928030610084534,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6485524773597717,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.5928030610084534,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.635087788105011,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.6072061657905579,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.635087788105011,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.6072061657905579,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.635087788105011,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.6072061657905579,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.621303379535675,
- 0.450824573636055,
- null
- ],
- "y": [
- 0.621303379535675,
- 0.46380941569805145,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3796551078557968,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.621303379535675,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.621303379535675,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.621303379535675,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.621303379535675,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.621303379535675,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.621303379535675,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6072061657905579,
- 0.450824573636055,
- null
- ],
- "y": [
- 0.635087788105011,
- 0.46380941569805145,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3796551078557968,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6072061657905579,
- 0.43974754214286804,
- null
- ],
- "y": [
- 0.635087788105011,
- 0.4871373921632767,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36306917667388916,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6072061657905579,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.635087788105011,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6072061657905579,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.635087788105011,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5928030610084534,
- 0.43974754214286804,
- null
- ],
- "y": [
- 0.6485524773597717,
- 0.4871373921632767,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36306917667388916,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5928030610084534,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.6485524773597717,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5928030610084534,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6485524773597717,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5781015753746033,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.6616905331611633,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5781015753746033,
- 0.43974754214286804,
- null
- ],
- "y": [
- 0.6616905331611633,
- 0.4871373921632767,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36306917667388916,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5781015753746033,
- 0.4279322773218155,
- null
- ],
- "y": [
- 0.6616905331611633,
- 0.5096000880002975,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3459503799676895,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5781015753746033,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6616905331611633,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5631089806556702,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.6744953989982605,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5631089806556702,
- 0.43974754214286804,
- null
- ],
- "y": [
- 0.6744953989982605,
- 0.4871373921632767,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36306917667388916,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5631089806556702,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.6744953989982605,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5631089806556702,
- 0.4279322773218155,
- null
- ],
- "y": [
- 0.6744953989982605,
- 0.5096000880002975,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3459503799676895,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5478328466415405,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.6869606971740723,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5478328466415405,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.6869606971740723,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5478328466415405,
- 0.4279322773218155,
- null
- ],
- "y": [
- 0.6869606971740723,
- 0.5096000880002975,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3459503799676895,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5322808623313904,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.6990800499916077,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5322808623313904,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.6990800499916077,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5322808623313904,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.6990800499916077,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5322808623313904,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.6990800499916077,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5322808623313904,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.6990800499916077,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5164608359336853,
- 0.389411598443985,
- null
- ],
- "y": [
- 0.7108473777770996,
- 0.5156807452440262,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3806993365287781,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5164608359336853,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.7108473777770996,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5164608359336853,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.7108473777770996,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5164608359336853,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.7108473777770996,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5003807544708252,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7222567796707153,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5003807544708252,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.7222567796707153,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5003807544708252,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.7222567796707153,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5003807544708252,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.7222567796707153,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4840487837791443,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7333025336265564,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4840487837791443,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.7333025336265564,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4840487837791443,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.7333025336265564,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4840487837791443,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.7333025336265564,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46747294068336487,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7439790368080139,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46747294068336487,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.7439790368080139,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46747294068336487,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.7439790368080139,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45066192746162415,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.7542809247970581,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45066192746162415,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7542809247970581,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45066192746162415,
- 0.3139948323369026,
- null
- ],
- "y": [
- 0.7542809247970581,
- 0.5793845504522324,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35807935148477554,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45066192746162415,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.7542809247970581,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4336238205432892,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.7642030119895935,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4336238205432892,
- 0.3139948323369026,
- null
- ],
- "y": [
- 0.7642030119895935,
- 0.5793845504522324,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35807935148477554,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4336238205432892,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.7642030119895935,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4336238205432892,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.7642030119895935,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41636741161346436,
- 0.32587476074695587,
- null
- ],
- "y": [
- 0.7737402319908142,
- 0.5603296905755997,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3772747814655304,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41636741161346436,
- 0.3139948323369026,
- null
- ],
- "y": [
- 0.7737402319908142,
- 0.5793845504522324,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.35807935148477554,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41636741161346436,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.7737402319908142,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.4774559438228607,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7834000587463379,
- 0.5794315785169601,
- null
- ],
- "y": [
- 0.41456708312034607,
- 0.30621445924043655,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.36468033492565155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7834000587463379,
- 0.57429139316082,
- null
- ],
- "y": [
- 0.41456708312034607,
- 0.328968845307827,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35280152410268784,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7834000587463379,
- 0.5913105458021164,
- null
- ],
- "y": [
- 0.41456708312034607,
- 0.31352870911359787,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3384547010064125,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.77403724193573,
- 0.5794315785169601,
- null
- ],
- "y": [
- 0.4317960739135742,
- 0.30621445924043655,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.36468033492565155,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.77403724193573,
- 0.57429139316082,
- null
- ],
- "y": [
- 0.4317960739135742,
- 0.328968845307827,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35280152410268784,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.77403724193573,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.4317960739135742,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.77403724193573,
- 0.5913105458021164,
- null
- ],
- "y": [
- 0.4317960739135742,
- 0.31352870911359787,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3384547010064125,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.77403724193573,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.4317960739135742,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7642955780029297,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.4488137662410736,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7642955780029297,
- 0.57429139316082,
- null
- ],
- "y": [
- 0.4488137662410736,
- 0.328968845307827,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35280152410268784,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7642955780029297,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.4488137662410736,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7642955780029297,
- 0.5913105458021164,
- null
- ],
- "y": [
- 0.4488137662410736,
- 0.31352870911359787,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3384547010064125,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7642955780029297,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.4488137662410736,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.754179835319519,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.4656117260456085,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.754179835319519,
- 0.57429139316082,
- null
- ],
- "y": [
- 0.4656117260456085,
- 0.328968845307827,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35280152410268784,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.754179835319519,
- 0.548833966255188,
- null
- ],
- "y": [
- 0.4656117260456085,
- 0.3701911121606827,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35247666388750076,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.754179835319519,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.4656117260456085,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7436949610710144,
- 0.5566420555114746,
- null
- ],
- "y": [
- 0.4821818172931671,
- 0.3440237492322922,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3664659485220909,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7436949610710144,
- 0.548833966255188,
- null
- ],
- "y": [
- 0.4821818172931671,
- 0.3701911121606827,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35247666388750076,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7436949610710144,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.4821818172931671,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7436949610710144,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.4821818172931671,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7328461408615112,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.49851587414741516,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7328461408615112,
- 0.548833966255188,
- null
- ],
- "y": [
- 0.49851587414741516,
- 0.3701911121606827,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35247666388750076,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7328461408615112,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.49851587414741516,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7328461408615112,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.49851587414741516,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7328461408615112,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.49851587414741516,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.721638560295105,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.5146059393882751,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.721638560295105,
- 0.548833966255188,
- null
- ],
- "y": [
- 0.5146059393882751,
- 0.3701911121606827,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35247666388750076,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.721638560295105,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.5146059393882751,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.721638560295105,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.5146059393882751,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7100777626037598,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.5304441452026367,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7100777626037598,
- 0.5192349404096603,
- null
- ],
- "y": [
- 0.5304441452026367,
- 0.4138595312833786,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.34873395413160324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7100777626037598,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.5304441452026367,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6981695294380188,
- 0.5283533781766891,
- null
- ],
- "y": [
- 0.5460227727890015,
- 0.38847774267196655,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.36390620470046997,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6981695294380188,
- 0.5192349404096603,
- null
- ],
- "y": [
- 0.5460227727890015,
- 0.4138595312833786,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.34873395413160324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6981695294380188,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.5460227727890015,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6981695294380188,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.5460227727890015,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.685919463634491,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5613341331481934,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.685919463634491,
- 0.5192349404096603,
- null
- ],
- "y": [
- 0.5613341331481934,
- 0.4138595312833786,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.34873395413160324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.685919463634491,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.5613341331481934,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.685919463634491,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.5613341331481934,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6733337044715881,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5763707160949707,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6733337044715881,
- 0.5192349404096603,
- null
- ],
- "y": [
- 0.5763707160949707,
- 0.4138595312833786,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.34873395413160324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6733337044715881,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.5763707160949707,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6733337044715881,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.5763707160949707,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6604184508323669,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.5911251902580261,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6604184508323669,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5911251902580261,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6604184508323669,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.5911251902580261,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6604184508323669,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.5911251902580261,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.647179901599884,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.6055904030799866,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.647179901599884,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.6055904030799866,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.647179901599884,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.6055904030799866,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.647179901599884,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.6055904030799866,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6336246132850647,
- 0.4750775545835495,
- null
- ],
- "y": [
- 0.6197591423988342,
- 0.4475850462913513,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.36941704899072647,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6336246132850647,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.6197591423988342,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6336246132850647,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.6197591423988342,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6336246132850647,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6197591423988342,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6197591423988342,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.6336246132850647,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6197591423988342,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.6336246132850647,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6197591423988342,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6336246132850647,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6197591423988342,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6336246132850647,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6055903434753418,
- 0.43974754214286804,
- null
- ],
- "y": [
- 0.6471799612045288,
- 0.4871373921632767,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.36306917667388916,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6055903434753418,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.6471799612045288,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6055903434753418,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6471799612045288,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6055903434753418,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6471799612045288,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5911251902580261,
- 0.43974754214286804,
- null
- ],
- "y": [
- 0.6604184508323669,
- 0.4871373921632767,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.36306917667388916,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5911251902580261,
- 0.4279322773218155,
- null
- ],
- "y": [
- 0.6604184508323669,
- 0.5096000880002975,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3459503799676895,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5911251902580261,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6604184508323669,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5763707160949707,
- 0.43974754214286804,
- null
- ],
- "y": [
- 0.6733337044715881,
- 0.4871373921632767,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.36306917667388916,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5763707160949707,
- 0.4279322773218155,
- null
- ],
- "y": [
- 0.6733337044715881,
- 0.5096000880002975,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3459503799676895,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5763707160949707,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6733337044715881,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5613341331481934,
- 0.41431358456611633,
- null
- ],
- "y": [
- 0.685919463634491,
- 0.5022090375423431,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.372330978512764,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5613341331481934,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.685919463634491,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5613341331481934,
- 0.4279322773218155,
- null
- ],
- "y": [
- 0.685919463634491,
- 0.5096000880002975,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3459503799676895,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5613341331481934,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.685919463634491,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5460227727890015,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.6981695294380188,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5460227727890015,
- 0.4279322773218155,
- null
- ],
- "y": [
- 0.6981695294380188,
- 0.5096000880002975,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3459503799676895,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5460227727890015,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.6981695294380188,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5460227727890015,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.6981695294380188,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5304441452026367,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.7100777626037598,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5304441452026367,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.7100777626037598,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5304441452026367,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.7100777626037598,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5304441452026367,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.7100777626037598,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5146059393882751,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.721638560295105,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5146059393882751,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.721638560295105,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5146059393882751,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.721638560295105,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5146059393882751,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.721638560295105,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49851587414741516,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.7328461408615112,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49851587414741516,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.7328461408615112,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49851587414741516,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.7328461408615112,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49851587414741516,
- 0.37852075695991516,
- null
- ],
- "y": [
- 0.7328461408615112,
- 0.5620646774768829,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3214114084839821,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4821818172931671,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.7436949610710144,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4821818172931671,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.7436949610710144,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4821818172931671,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.7436949610710144,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4821818172931671,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.7436949610710144,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4656117260456085,
- 0.35247666388750076,
- null
- ],
- "y": [
- 0.754179835319519,
- 0.548833966255188,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.37019113451242447,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4656117260456085,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.754179835319519,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4656117260456085,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.754179835319519,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4656117260456085,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.754179835319519,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44881370663642883,
- 0.3139948323369026,
- null
- ],
- "y": [
- 0.7642955780029297,
- 0.5793845504522324,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35807935148477554,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44881370663642883,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.7642955780029297,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44881370663642883,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.7642955780029297,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44881370663642883,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.7642955780029297,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43179604411125183,
- 0.3139948323369026,
- null
- ],
- "y": [
- 0.7740373015403748,
- 0.5793845504522324,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35807935148477554,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43179604411125183,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.7740373015403748,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43179604411125183,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.7740373015403748,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41456711292266846,
- 0.3139948323369026,
- null
- ],
- "y": [
- 0.7834000587463379,
- 0.5793845504522324,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.35807935148477554,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41456711292266846,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.7834000587463379,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41456711292266846,
- 0.3116981238126755,
- null
- ],
- "y": [
- 0.7834000587463379,
- 0.6022619158029556,
- null
- ],
- "z": [
- 0.4630534052848816,
- 0.32035110890865326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.792782723903656,
- 0.5913105458021164,
- null
- ],
- "y": [
- 0.41269657015800476,
- 0.31352870911359787,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3384547010064125,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.792782723903656,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.41269657015800476,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.792782723903656,
- 0.6022619605064392,
- null
- ],
- "y": [
- 0.41269657015800476,
- 0.32035108655691147,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3116981238126755,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7835911512374878,
- 0.57429139316082,
- null
- ],
- "y": [
- 0.4298928678035736,
- 0.328968845307827,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35280152410268784,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7835911512374878,
- 0.5913105458021164,
- null
- ],
- "y": [
- 0.4298928678035736,
- 0.31352870911359787,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3384547010064125,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7835911512374878,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.4298928678035736,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7835911512374878,
- 0.6022619605064392,
- null
- ],
- "y": [
- 0.4298928678035736,
- 0.32035108655691147,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3116981238126755,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.77402663230896,
- 0.57429139316082,
- null
- ],
- "y": [
- 0.44688448309898376,
- 0.328968845307827,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35280152410268784,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.77402663230896,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.44688448309898376,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.77402663230896,
- 0.5913105458021164,
- null
- ],
- "y": [
- 0.44688448309898376,
- 0.31352870911359787,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3384547010064125,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.77402663230896,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.44688448309898376,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7640936970710754,
- 0.57429139316082,
- null
- ],
- "y": [
- 0.4636634290218353,
- 0.328968845307827,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35280152410268784,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7640936970710754,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.4636634290218353,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7640936970710754,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.4636634290218353,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7640936970710754,
- 0.5793845057487488,
- null
- ],
- "y": [
- 0.4636634290218353,
- 0.35807935148477554,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3139948099851608,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7537970542907715,
- 0.548833966255188,
- null
- ],
- "y": [
- 0.4802217483520508,
- 0.3701911121606827,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35247666388750076,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7537970542907715,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.4802217483520508,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7537970542907715,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.4802217483520508,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7537970542907715,
- 0.5793845057487488,
- null
- ],
- "y": [
- 0.4802217483520508,
- 0.35807935148477554,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3139948099851608,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7431417107582092,
- 0.548833966255188,
- null
- ],
- "y": [
- 0.4965514540672302,
- 0.3701911121606827,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35247666388750076,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7431417107582092,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.4965514540672302,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7431417107582092,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.4965514540672302,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7431417107582092,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.4965514540672302,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7321326732635498,
- 0.548833966255188,
- null
- ],
- "y": [
- 0.5126448273658752,
- 0.3701911121606827,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35247666388750076,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7321326732635498,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.5126448273658752,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7321326732635498,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.5126448273658752,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7207751274108887,
- 0.5192349404096603,
- null
- ],
- "y": [
- 0.5284942388534546,
- 0.4138595312833786,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.34873395413160324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7207751274108887,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.5284942388534546,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7207751274108887,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.5284942388534546,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7207751274108887,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.5284942388534546,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7207751274108887,
- 0.5512582808732986,
- null
- ],
- "y": [
- 0.5284942388534546,
- 0.4025879055261612,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3107045218348503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7090745568275452,
- 0.5192349404096603,
- null
- ],
- "y": [
- 0.544092059135437,
- 0.4138595312833786,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.34873395413160324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7090745568275452,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.544092059135437,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7090745568275452,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.544092059135437,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6970365047454834,
- 0.5192349404096603,
- null
- ],
- "y": [
- 0.5594309568405151,
- 0.4138595312833786,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.34873395413160324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6970365047454834,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.5594309568405151,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6970365047454834,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.5594309568405151,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6970365047454834,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.5594309568405151,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6846667528152466,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5745036005973816,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6846667528152466,
- 0.5192349404096603,
- null
- ],
- "y": [
- 0.5745036005973816,
- 0.4138595312833786,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.34873395413160324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6846667528152466,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.5745036005973816,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6846667528152466,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.5745036005973816,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6719710826873779,
- 0.4974740892648697,
- null
- ],
- "y": [
- 0.5893028378486633,
- 0.4312027394771576,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3592822775244713,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6719710826873779,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.5893028378486633,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6719710826873779,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.5893028378486633,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6719710826873779,
- 0.4985760301351547,
- null
- ],
- "y": [
- 0.5893028378486633,
- 0.4622197151184082,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.31666208803653717,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6589555740356445,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.6038215160369873,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6589555740356445,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.6038215160369873,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6589555740356445,
- 0.4985760301351547,
- null
- ],
- "y": [
- 0.6038215160369873,
- 0.4622197151184082,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.31666208803653717,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6456264853477478,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.6180528998374939,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6456264853477478,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.6180528998374939,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6456264853477478,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6180528998374939,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6456264853477478,
- 0.4985760301351547,
- null
- ],
- "y": [
- 0.6180528998374939,
- 0.4622197151184082,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.31666208803653717,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6319900751113892,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.6319900751113892,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6319900751113892,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.6319900751113892,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6319900751113892,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6319900751113892,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6319900751113892,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6319900751113892,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6180528402328491,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.6456264853477478,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6180528402328491,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6456264853477478,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6180528402328491,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6456264853477478,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6038215160369873,
- 0.43974754214286804,
- null
- ],
- "y": [
- 0.6589555740356445,
- 0.4871373921632767,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.36306917667388916,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6038215160369873,
- 0.46443115174770355,
- null
- ],
- "y": [
- 0.6589555740356445,
- 0.47123461961746216,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35318778455257416,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6038215160369873,
- 0.4279322773218155,
- null
- ],
- "y": [
- 0.6589555740356445,
- 0.5096000880002975,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3459503799676895,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6038215160369873,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6589555740356445,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6038215160369873,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6589555740356445,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6038215160369873,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.6589555740356445,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6038215160369873,
- 0.46432046592235565,
- null
- ],
- "y": [
- 0.6589555740356445,
- 0.5010228753089905,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.30964913964271545,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5893028378486633,
- 0.4279322773218155,
- null
- ],
- "y": [
- 0.6719710826873779,
- 0.5096000880002975,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3459503799676895,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5893028378486633,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6719710826873779,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5893028378486633,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.6719710826873779,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5745036005973816,
- 0.4279322773218155,
- null
- ],
- "y": [
- 0.6846667528152466,
- 0.5096000880002975,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3459503799676895,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5745036005973816,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6846667528152466,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5745036005973816,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.6846667528152466,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5745036005973816,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.6846667528152466,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5594309568405151,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.6970365047454834,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5594309568405151,
- 0.4279322773218155,
- null
- ],
- "y": [
- 0.6970365047454834,
- 0.5096000880002975,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3459503799676895,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5594309568405151,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.6970365047454834,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5594309568405151,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.6970365047454834,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.544092059135437,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.7090745568275452,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.544092059135437,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.7090745568275452,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.544092059135437,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.7090745568275452,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.544092059135437,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.7090745568275452,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5284942388534546,
- 0.40341246128082275,
- null
- ],
- "y": [
- 0.7207751274108887,
- 0.5235052406787872,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35454290360212326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5284942388534546,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.7207751274108887,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5284942388534546,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.7207751274108887,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5284942388534546,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.7207751274108887,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5126448273658752,
- 0.37820617854595184,
- null
- ],
- "y": [
- 0.7321326732635498,
- 0.5366123467683792,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.36263928562402725,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5126448273658752,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.7321326732635498,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5126448273658752,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.7321326732635498,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5126448273658752,
- 0.37852075695991516,
- null
- ],
- "y": [
- 0.7321326732635498,
- 0.5620646774768829,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3214114084839821,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5126448273658752,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.7321326732635498,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4965514540672302,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.7431417107582092,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4965514540672302,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.7431417107582092,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4965514540672302,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.7431417107582092,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4965514540672302,
- 0.37852075695991516,
- null
- ],
- "y": [
- 0.7431417107582092,
- 0.5620646774768829,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3214114084839821,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.480221688747406,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.7537971138954163,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.480221688747406,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.7537971138954163,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.480221688747406,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.7537971138954163,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.480221688747406,
- 0.37852075695991516,
- null
- ],
- "y": [
- 0.7537971138954163,
- 0.5620646774768829,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3214114084839821,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46366339921951294,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.7640936970710754,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46366339921951294,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.7640936970710754,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46366339921951294,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.7640936970710754,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46366339921951294,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.7640936970710754,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46366339921951294,
- 0.3384547233581543,
- null
- ],
- "y": [
- 0.7640936970710754,
- 0.5913105458021164,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3135286867618561,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4468844532966614,
- 0.3139948323369026,
- null
- ],
- "y": [
- 0.7740266919136047,
- 0.5793845504522324,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35807935148477554,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4468844532966614,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.7740266919136047,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4468844532966614,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.7740266919136047,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4468844532966614,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.7740266919136047,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4468844532966614,
- 0.3384547233581543,
- null
- ],
- "y": [
- 0.7740266919136047,
- 0.5913105458021164,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3135286867618561,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42989280819892883,
- 0.3139948323369026,
- null
- ],
- "y": [
- 0.7835911512374878,
- 0.5793845504522324,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35807935148477554,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42989280819892883,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.7835911512374878,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42989280819892883,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.7835911512374878,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42989280819892883,
- 0.3116981238126755,
- null
- ],
- "y": [
- 0.7835911512374878,
- 0.6022619158029556,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32035110890865326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42989280819892883,
- 0.3384547233581543,
- null
- ],
- "y": [
- 0.7835911512374878,
- 0.5913105458021164,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3135286867618561,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41269657015800476,
- 0.3139948323369026,
- null
- ],
- "y": [
- 0.792782723903656,
- 0.5793845504522324,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.35807935148477554,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41269657015800476,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.792782723903656,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41269657015800476,
- 0.3116981238126755,
- null
- ],
- "y": [
- 0.792782723903656,
- 0.6022619158029556,
- null
- ],
- "z": [
- 0.44852757453918457,
- 0.32035110890865326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.8018877506256104,
- 0.5913105458021164,
- null
- ],
- "y": [
- 0.41075804829597473,
- 0.31352870911359787,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3384547010064125,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.8018877506256104,
- 0.6022619605064392,
- null
- ],
- "y": [
- 0.41075804829597473,
- 0.32035108655691147,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3116981238126755,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.792864203453064,
- 0.5913105458021164,
- null
- ],
- "y": [
- 0.42791643738746643,
- 0.31352870911359787,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3384547010064125,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.792864203453064,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.42791643738746643,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.792864203453064,
- 0.6022619605064392,
- null
- ],
- "y": [
- 0.42791643738746643,
- 0.32035108655691147,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3116981238126755,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.783473551273346,
- 0.57429139316082,
- null
- ],
- "y": [
- 0.4448767602443695,
- 0.328968845307827,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.35280152410268784,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.783473551273346,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.4448767602443695,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.783473551273346,
- 0.5913105458021164,
- null
- ],
- "y": [
- 0.4448767602443695,
- 0.31352870911359787,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3384547010064125,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.783473551273346,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.4448767602443695,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.783473551273346,
- 0.5793845057487488,
- null
- ],
- "y": [
- 0.4448767602443695,
- 0.35807935148477554,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3139948099851608,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.783473551273346,
- 0.6022619605064392,
- null
- ],
- "y": [
- 0.4448767602443695,
- 0.32035108655691147,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3116981238126755,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7737201452255249,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.46163105964660645,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7737201452255249,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.46163105964660645,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7737201452255249,
- 0.5793845057487488,
- null
- ],
- "y": [
- 0.46163105964660645,
- 0.35807935148477554,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3139948099851608,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7636085748672485,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.4781716465950012,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7636085748672485,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.4781716465950012,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7636085748672485,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.4781716465950012,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7636085748672485,
- 0.5793845057487488,
- null
- ],
- "y": [
- 0.4781716465950012,
- 0.35807935148477554,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3139948099851608,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7531433701515198,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.4944908022880554,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7531433701515198,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.4944908022880554,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7531433701515198,
- 0.5793845057487488,
- null
- ],
- "y": [
- 0.4944908022880554,
- 0.35807935148477554,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3139948099851608,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7423295378684998,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.5105810761451721,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7423295378684998,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.5105810761451721,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7423295378684998,
- 0.5512582808732986,
- null
- ],
- "y": [
- 0.5105810761451721,
- 0.4025879055261612,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3107045218348503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7311719655990601,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.5264348983764648,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7311719655990601,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.5264348983764648,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7311719655990601,
- 0.5512582808732986,
- null
- ],
- "y": [
- 0.5264348983764648,
- 0.4025879055261612,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3107045218348503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7196758985519409,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.542044997215271,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7196758985519409,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.542044997215271,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7196758985519409,
- 0.5512582808732986,
- null
- ],
- "y": [
- 0.542044997215271,
- 0.4025879055261612,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3107045218348503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7078466415405273,
- 0.5192349404096603,
- null
- ],
- "y": [
- 0.557404100894928,
- 0.4138595312833786,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.34873395413160324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7078466415405273,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.557404100894928,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7078466415405273,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.557404100894928,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7078466415405273,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.557404100894928,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7078466415405273,
- 0.5512582808732986,
- null
- ],
- "y": [
- 0.557404100894928,
- 0.4025879055261612,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3107045218348503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6956896185874939,
- 0.5192349404096603,
- null
- ],
- "y": [
- 0.5725051760673523,
- 0.4138595312833786,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.34873395413160324,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6956896185874939,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.5725051760673523,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6956896185874939,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.5725051760673523,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6956896185874939,
- 0.5201902985572815,
- null
- ],
- "y": [
- 0.5725051760673523,
- 0.4451812505722046,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.30613021552562714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6832104921340942,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.5873411297798157,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6832104921340942,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.5873411297798157,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6832104921340942,
- 0.4985760301351547,
- null
- ],
- "y": [
- 0.5873411297798157,
- 0.4622197151184082,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.31666208803653717,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6832104921340942,
- 0.5201902985572815,
- null
- ],
- "y": [
- 0.5873411297798157,
- 0.4451812505722046,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.30613021552562714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6704150438308716,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.6019051671028137,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6704150438308716,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.6019051671028137,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6704150438308716,
- 0.4985760301351547,
- null
- ],
- "y": [
- 0.6019051671028137,
- 0.4622197151184082,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.31666208803653717,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6704150438308716,
- 0.5201902985572815,
- null
- ],
- "y": [
- 0.6019051671028137,
- 0.4451812505722046,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.30613021552562714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6573091149330139,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.6161906123161316,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6573091149330139,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.6161906123161316,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6573091149330139,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6161906123161316,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6573091149330139,
- 0.4985760301351547,
- null
- ],
- "y": [
- 0.6161906123161316,
- 0.4622197151184082,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.31666208803653717,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6438989043235779,
- 0.48720936477184296,
- null
- ],
- "y": [
- 0.6301906704902649,
- 0.4552384167909622,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.34334392100572586,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6438989043235779,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6301906704902649,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6438989043235779,
- 0.4985760301351547,
- null
- ],
- "y": [
- 0.6301906704902649,
- 0.4622197151184082,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.31666208803653717,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6301906704902649,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6438989639282227,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6301906704902649,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6438989639282227,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6301906704902649,
- 0.46432046592235565,
- null
- ],
- "y": [
- 0.6438989639282227,
- 0.5010228753089905,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.30964913964271545,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6161906123161316,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6573091745376587,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6161906123161316,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6573091745376587,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6161906123161316,
- 0.46432046592235565,
- null
- ],
- "y": [
- 0.6573091745376587,
- 0.5010228753089905,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.30964913964271545,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6019051671028137,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6704150438308716,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6019051671028137,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.6704150438308716,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6019051671028137,
- 0.46432046592235565,
- null
- ],
- "y": [
- 0.6704150438308716,
- 0.5010228753089905,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.30964913964271545,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5873411297798157,
- 0.4279322773218155,
- null
- ],
- "y": [
- 0.6832104921340942,
- 0.5096000880002975,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3459503799676895,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5873411297798157,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6832104921340942,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5873411297798157,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.6832104921340942,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5873411297798157,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.6832104921340942,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5873411297798157,
- 0.46432046592235565,
- null
- ],
- "y": [
- 0.6832104921340942,
- 0.5010228753089905,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.30964913964271545,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5725051760673523,
- 0.4279322773218155,
- null
- ],
- "y": [
- 0.6956896185874939,
- 0.5096000880002975,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3459503799676895,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5725051760673523,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.6956896185874939,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5725051760673523,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.6956896185874939,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5725051760673523,
- 0.4282083213329315,
- null
- ],
- "y": [
- 0.6956896185874939,
- 0.5350566208362579,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.30471624433994293,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.557404100894928,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.7078466415405273,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.557404100894928,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.7078466415405273,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.557404100894928,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.7078466415405273,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.557404100894928,
- 0.4282083213329315,
- null
- ],
- "y": [
- 0.7078466415405273,
- 0.5350566208362579,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.30471624433994293,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.542044997215271,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.7196758985519409,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.542044997215271,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.7196758985519409,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.542044997215271,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.7196758985519409,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.542044997215271,
- 0.4282083213329315,
- null
- ],
- "y": [
- 0.7196758985519409,
- 0.5350566208362579,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.30471624433994293,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5264348983764648,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.7311719655990601,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5264348983764648,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.7311719655990601,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5264348983764648,
- 0.37852075695991516,
- null
- ],
- "y": [
- 0.7311719655990601,
- 0.5620646774768829,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3214114084839821,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5264348983764648,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.7311719655990601,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5105810761451721,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.7423295378684998,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5105810761451721,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.7423295378684998,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5105810761451721,
- 0.37852075695991516,
- null
- ],
- "y": [
- 0.7423295378684998,
- 0.5620646774768829,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3214114084839821,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5105810761451721,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.7423295378684998,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4944908022880554,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.7531433701515198,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4944908022880554,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.7531433701515198,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4944908022880554,
- 0.37852075695991516,
- null
- ],
- "y": [
- 0.7531433701515198,
- 0.5620646774768829,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3214114084839821,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4944908022880554,
- 0.36468035727739334,
- null
- ],
- "y": [
- 0.7531433701515198,
- 0.5794315338134766,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.30621445924043655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47817158699035645,
- 0.36646590381860733,
- null
- ],
- "y": [
- 0.7636086344718933,
- 0.5566421002149582,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3440237268805504,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47817158699035645,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.7636086344718933,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47817158699035645,
- 0.37852075695991516,
- null
- ],
- "y": [
- 0.7636086344718933,
- 0.5620646774768829,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3214114084839821,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47817158699035645,
- 0.3384547233581543,
- null
- ],
- "y": [
- 0.7636086344718933,
- 0.5913105458021164,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3135286867618561,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47817158699035645,
- 0.36468035727739334,
- null
- ],
- "y": [
- 0.7636086344718933,
- 0.5794315338134766,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.30621445924043655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46163100004196167,
- 0.3404928222298622,
- null
- ],
- "y": [
- 0.7737202048301697,
- 0.5684515982866287,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.35132237523794174,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46163100004196167,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.7737202048301697,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46163100004196167,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.7737202048301697,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46163100004196167,
- 0.3384547233581543,
- null
- ],
- "y": [
- 0.7737202048301697,
- 0.5913105458021164,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3135286867618561,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46163100004196167,
- 0.36468035727739334,
- null
- ],
- "y": [
- 0.7737202048301697,
- 0.5794315338134766,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.30621445924043655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44487670063972473,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.783473551273346,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44487670063972473,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.783473551273346,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44487670063972473,
- 0.3116981238126755,
- null
- ],
- "y": [
- 0.783473551273346,
- 0.6022619158029556,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32035110890865326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44487670063972473,
- 0.3384547233581543,
- null
- ],
- "y": [
- 0.783473551273346,
- 0.5913105458021164,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3135286867618561,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42791643738746643,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.792864203453064,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42791643738746643,
- 0.3116981238126755,
- null
- ],
- "y": [
- 0.792864203453064,
- 0.6022619158029556,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32035110890865326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42791643738746643,
- 0.3384547233581543,
- null
- ],
- "y": [
- 0.792864203453064,
- 0.5913105458021164,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3135286867618561,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41075804829597473,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.8018877506256104,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41075804829597473,
- 0.3116981238126755,
- null
- ],
- "y": [
- 0.8018877506256104,
- 0.6022619158029556,
- null
- ],
- "z": [
- 0.4338822662830353,
- 0.32035110890865326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.8107143640518188,
- 0.5913105458021164,
- null
- ],
- "y": [
- 0.40875357389450073,
- 0.31352870911359787,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3384547010064125,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.8107143640518188,
- 0.6022619605064392,
- null
- ],
- "y": [
- 0.40875357389450073,
- 0.32035108655691147,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3116981238126755,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.801855742931366,
- 0.5913105458021164,
- null
- ],
- "y": [
- 0.4258692264556885,
- 0.31352870911359787,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3384547010064125,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.801855742931366,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.4258692264556885,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.801855742931366,
- 0.6022619605064392,
- null
- ],
- "y": [
- 0.4258692264556885,
- 0.32035108655691147,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3116981238126755,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7926358580589294,
- 0.5913105458021164,
- null
- ],
- "y": [
- 0.44279298186302185,
- 0.31352870911359787,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3384547010064125,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7926358580589294,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.44279298186302185,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7926358580589294,
- 0.5793845057487488,
- null
- ],
- "y": [
- 0.44279298186302185,
- 0.35807935148477554,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3139948099851608,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7926358580589294,
- 0.6022619605064392,
- null
- ],
- "y": [
- 0.44279298186302185,
- 0.32035108655691147,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3116981238126755,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7830588221549988,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.4595172107219696,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7830588221549988,
- 0.5793845057487488,
- null
- ],
- "y": [
- 0.4595172107219696,
- 0.35807935148477554,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3139948099851608,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7830588221549988,
- 0.6022619605064392,
- null
- ],
- "y": [
- 0.4595172107219696,
- 0.32035108655691147,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3116981238126755,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7731289863586426,
- 0.5684515535831451,
- null
- ],
- "y": [
- 0.47603437304496765,
- 0.3513224199414253,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3404928892850876,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7731289863586426,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.47603437304496765,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7731289863586426,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.47603437304496765,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7731289863586426,
- 0.5793845057487488,
- null
- ],
- "y": [
- 0.47603437304496765,
- 0.35807935148477554,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3139948099851608,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.762850821018219,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.4923371374607086,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.762850821018219,
- 0.5793845057487488,
- null
- ],
- "y": [
- 0.4923371374607086,
- 0.35807935148477554,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3139948099851608,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7522289752960205,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.5084180235862732,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7522289752960205,
- 0.5793845057487488,
- null
- ],
- "y": [
- 0.5084180235862732,
- 0.35807935148477554,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3139948099851608,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7522289752960205,
- 0.5512582808732986,
- null
- ],
- "y": [
- 0.5084180235862732,
- 0.4025879055261612,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3107045218348503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7412680983543396,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.5242698192596436,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7412680983543396,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.5242698192596436,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7412680983543396,
- 0.5512582808732986,
- null
- ],
- "y": [
- 0.5242698192596436,
- 0.4025879055261612,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3107045218348503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7299732565879822,
- 0.540232703089714,
- null
- ],
- "y": [
- 0.5398854613304138,
- 0.39584559202194214,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3375720754265785,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7299732565879822,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.5398854613304138,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7299732565879822,
- 0.5512582808732986,
- null
- ],
- "y": [
- 0.5398854613304138,
- 0.4025879055261612,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3107045218348503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7183495163917542,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.5552577376365662,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7183495163917542,
- 0.5512582808732986,
- null
- ],
- "y": [
- 0.5552577376365662,
- 0.4025879055261612,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3107045218348503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7064021825790405,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.570379912853241,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7064021825790405,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.570379912853241,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7064021825790405,
- 0.5201902985572815,
- null
- ],
- "y": [
- 0.570379912853241,
- 0.4451812505722046,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30613021552562714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6941364407539368,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.5852450728416443,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6941364407539368,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.5852450728416443,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6941364407539368,
- 0.5201902985572815,
- null
- ],
- "y": [
- 0.5852450728416443,
- 0.4451812505722046,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30613021552562714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6815580129623413,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.5998465418815613,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6815580129623413,
- 0.4985760301351547,
- null
- ],
- "y": [
- 0.5998465418815613,
- 0.4622197151184082,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.31666208803653717,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6815580129623413,
- 0.5201902985572815,
- null
- ],
- "y": [
- 0.5998465418815613,
- 0.4451812505722046,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30613021552562714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6686725616455078,
- 0.5092325359582901,
- null
- ],
- "y": [
- 0.6141777038574219,
- 0.43853679299354553,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3329680413007736,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6686725616455078,
- 0.4985760301351547,
- null
- ],
- "y": [
- 0.6141777038574219,
- 0.4622197151184082,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.31666208803653717,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6686725616455078,
- 0.5201902985572815,
- null
- ],
- "y": [
- 0.6141777038574219,
- 0.4451812505722046,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30613021552562714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6554857492446899,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6282321810722351,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6554857492446899,
- 0.4985760301351547,
- null
- ],
- "y": [
- 0.6282321810722351,
- 0.4622197151184082,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.31666208803653717,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.64200359582901,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.64200359582901,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.64200359582901,
- 0.4985760301351547,
- null
- ],
- "y": [
- 0.64200359582901,
- 0.4622197151184082,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.31666208803653717,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.64200359582901,
- 0.46432046592235565,
- null
- ],
- "y": [
- 0.64200359582901,
- 0.5010228753089905,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30964913964271545,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6282321810722351,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6554857492446899,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6282321810722351,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6554857492446899,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6282321810722351,
- 0.46432046592235565,
- null
- ],
- "y": [
- 0.6554857492446899,
- 0.5010228753089905,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30964913964271545,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6141777038574219,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6686725616455078,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6141777038574219,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6686725616455078,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6141777038574219,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.6686725616455078,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6141777038574219,
- 0.46432046592235565,
- null
- ],
- "y": [
- 0.6686725616455078,
- 0.5010228753089905,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30964913964271545,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5998465418815613,
- 0.45301200449466705,
- null
- ],
- "y": [
- 0.6815580129623413,
- 0.49410000443458557,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3363707810640335,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5998465418815613,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.6815580129623413,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5998465418815613,
- 0.46432046592235565,
- null
- ],
- "y": [
- 0.6815580129623413,
- 0.5010228753089905,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30964913964271545,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5852450728416443,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.6941364407539368,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5852450728416443,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.6941364407539368,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5852450728416443,
- 0.4282083213329315,
- null
- ],
- "y": [
- 0.6941364407539368,
- 0.5350566208362579,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30471624433994293,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5703798532485962,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.7064021825790405,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5703798532485962,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.7064021825790405,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5703798532485962,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.7064021825790405,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5703798532485962,
- 0.4282083213329315,
- null
- ],
- "y": [
- 0.7064021825790405,
- 0.5350566208362579,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30471624433994293,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5552577376365662,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.7183495163917542,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5552577376365662,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.7183495163917542,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5552577376365662,
- 0.4282083213329315,
- null
- ],
- "y": [
- 0.7183495163917542,
- 0.5350566208362579,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30471624433994293,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.539885401725769,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.729973316192627,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.539885401725769,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.729973316192627,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.539885401725769,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.729973316192627,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.539885401725769,
- 0.4282083213329315,
- null
- ],
- "y": [
- 0.729973316192627,
- 0.5350566208362579,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30471624433994293,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5242698192596436,
- 0.39187395572662354,
- null
- ],
- "y": [
- 0.7412680983543396,
- 0.543974295258522,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.33619458228349686,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5242698192596436,
- 0.37852075695991516,
- null
- ],
- "y": [
- 0.7412680983543396,
- 0.5620646774768829,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3214114084839821,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5242698192596436,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.7412680983543396,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5084180235862732,
- 0.37852075695991516,
- null
- ],
- "y": [
- 0.7522289752960205,
- 0.5620646774768829,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3214114084839821,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5084180235862732,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.7522289752960205,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5084180235862732,
- 0.36468035727739334,
- null
- ],
- "y": [
- 0.7522289752960205,
- 0.5794315338134766,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30621445924043655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4923371374607086,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.762850821018219,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4923371374607086,
- 0.37852075695991516,
- null
- ],
- "y": [
- 0.762850821018219,
- 0.5620646774768829,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3214114084839821,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4923371374607086,
- 0.36468035727739334,
- null
- ],
- "y": [
- 0.762850821018219,
- 0.5794315338134766,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30621445924043655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47603437304496765,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.7731289863586426,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47603437304496765,
- 0.37852075695991516,
- null
- ],
- "y": [
- 0.7731289863586426,
- 0.5620646774768829,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3214114084839821,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47603437304496765,
- 0.3384547233581543,
- null
- ],
- "y": [
- 0.7731289863586426,
- 0.5913105458021164,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3135286867618561,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47603437304496765,
- 0.36468035727739334,
- null
- ],
- "y": [
- 0.7731289863586426,
- 0.5794315338134766,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30621445924043655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45951715111732483,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.7830588221549988,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45951715111732483,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.7830588221549988,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45951715111732483,
- 0.3384547233581543,
- null
- ],
- "y": [
- 0.7830588221549988,
- 0.5913105458021164,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3135286867618561,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45951715111732483,
- 0.36468035727739334,
- null
- ],
- "y": [
- 0.7830588221549988,
- 0.5794315338134766,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.30621445924043655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4427929222583771,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.7926359176635742,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4427929222583771,
- 0.3116981238126755,
- null
- ],
- "y": [
- 0.7926359176635742,
- 0.6022619158029556,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32035110890865326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4427929222583771,
- 0.3384547233581543,
- null
- ],
- "y": [
- 0.7926359176635742,
- 0.5913105458021164,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3135286867618561,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42586925625801086,
- 0.32630813866853714,
- null
- ],
- "y": [
- 0.801855742931366,
- 0.585738480091095,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3360557332634926,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42586925625801086,
- 0.3116981238126755,
- null
- ],
- "y": [
- 0.801855742931366,
- 0.6022619158029556,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32035110890865326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42586925625801086,
- 0.3384547233581543,
- null
- ],
- "y": [
- 0.801855742931366,
- 0.5913105458021164,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.3135286867618561,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4087536036968231,
- 0.3116981238126755,
- null
- ],
- "y": [
- 0.8107143640518188,
- 0.6022619158029556,
- null
- ],
- "z": [
- 0.4191214442253113,
- 0.32035110890865326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.819261908531189,
- 0.6022619605064392,
- null
- ],
- "y": [
- 0.40668514370918274,
- 0.32035108655691147,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3116981238126755,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.8105652332305908,
- 0.6022619605064392,
- null
- ],
- "y": [
- 0.4237532913684845,
- 0.32035108655691147,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3116981238126755,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.8015130162239075,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.4406355619430542,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.8015130162239075,
- 0.6022619605064392,
- null
- ],
- "y": [
- 0.4406355619430542,
- 0.32035108655691147,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3116981238126755,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7921092510223389,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.4573245048522949,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7921092510223389,
- 0.5793845057487488,
- null
- ],
- "y": [
- 0.4573245048522949,
- 0.35807935148477554,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3139948099851608,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7921092510223389,
- 0.6022619605064392,
- null
- ],
- "y": [
- 0.4573245048522949,
- 0.32035108655691147,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3116981238126755,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7823580503463745,
- 0.585738480091095,
- null
- ],
- "y": [
- 0.47381287813186646,
- 0.3360557556152344,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.32630811631679535,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7823580503463745,
- 0.5793845057487488,
- null
- ],
- "y": [
- 0.47381287813186646,
- 0.35807935148477554,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3139948099851608,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7722637057304382,
- 0.5793845057487488,
- null
- ],
- "y": [
- 0.4900934398174286,
- 0.35807935148477554,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3139948099851608,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7618306279182434,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.5061590075492859,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7618306279182434,
- 0.5793845057487488,
- null
- ],
- "y": [
- 0.5061590075492859,
- 0.35807935148477554,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3139948099851608,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7510632872581482,
- 0.5603296905755997,
- null
- ],
- "y": [
- 0.522002637386322,
- 0.3772747814655304,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.32587480545043945,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7510632872581482,
- 0.5512582808732986,
- null
- ],
- "y": [
- 0.522002637386322,
- 0.4025879055261612,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3107045218348503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7399665713310242,
- 0.5512582808732986,
- null
- ],
- "y": [
- 0.5376172065734863,
- 0.4025879055261612,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3107045218348503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7285452485084534,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.5529959797859192,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7285452485084534,
- 0.5512582808732986,
- null
- ],
- "y": [
- 0.5529959797859192,
- 0.4025879055261612,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3107045218348503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7168044447898865,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.5681321620941162,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7168044447898865,
- 0.5512582808732986,
- null
- ],
- "y": [
- 0.5681321620941162,
- 0.4025879055261612,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3107045218348503,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7168044447898865,
- 0.5201902985572815,
- null
- ],
- "y": [
- 0.5681321620941162,
- 0.4451812505722046,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30613021552562714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7047491669654846,
- 0.5306647270917892,
- null
- ],
- "y": [
- 0.5830191969871521,
- 0.42089487612247467,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3220907673239708,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.7047491669654846,
- 0.5201902985572815,
- null
- ],
- "y": [
- 0.5830191969871521,
- 0.4451812505722046,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30613021552562714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6923847794532776,
- 0.4985760301351547,
- null
- ],
- "y": [
- 0.5976504683494568,
- 0.4622197151184082,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.31666208803653717,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6923847794532776,
- 0.5201902985572815,
- null
- ],
- "y": [
- 0.5976504683494568,
- 0.4451812505722046,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30613021552562714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6797166466712952,
- 0.4985760301351547,
- null
- ],
- "y": [
- 0.6120196580886841,
- 0.4622197151184082,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.31666208803653717,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6797166466712952,
- 0.5201902985572815,
- null
- ],
- "y": [
- 0.6120196580886841,
- 0.4451812505722046,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30613021552562714,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.666750431060791,
- 0.4985760301351547,
- null
- ],
- "y": [
- 0.6261203289031982,
- 0.4622197151184082,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.31666208803653717,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6534916758537292,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6399464011192322,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6534916758537292,
- 0.4985760301351547,
- null
- ],
- "y": [
- 0.6399464011192322,
- 0.4622197151184082,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.31666208803653717,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6399464011192322,
- 0.4761347472667694,
- null
- ],
- "y": [
- 0.6534916758537292,
- 0.47856035828590393,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.32676543295383453,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6399464011192322,
- 0.46432046592235565,
- null
- ],
- "y": [
- 0.6534916758537292,
- 0.5010228753089905,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30964913964271545,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6261203289031982,
- 0.46432046592235565,
- null
- ],
- "y": [
- 0.666750431060791,
- 0.5010228753089905,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30964913964271545,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6120195984840393,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.6797167062759399,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6120195984840393,
- 0.46432046592235565,
- null
- ],
- "y": [
- 0.6797167062759399,
- 0.5010228753089905,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30964913964271545,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5976504683494568,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.6923847794532776,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5976504683494568,
- 0.46432046592235565,
- null
- ],
- "y": [
- 0.6923847794532776,
- 0.5010228753089905,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30964913964271545,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5976504683494568,
- 0.4282083213329315,
- null
- ],
- "y": [
- 0.6923847794532776,
- 0.5350566208362579,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30471624433994293,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5830191969871521,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.7047491669654846,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5830191969871521,
- 0.4282083213329315,
- null
- ],
- "y": [
- 0.7047491669654846,
- 0.5350566208362579,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30471624433994293,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5681321620941162,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.7168044447898865,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5681321620941162,
- 0.44083893299102783,
- null
- ],
- "y": [
- 0.7168044447898865,
- 0.5161432474851608,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.31899404525756836,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5681321620941162,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.7168044447898865,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5681321620941162,
- 0.4282083213329315,
- null
- ],
- "y": [
- 0.7168044447898865,
- 0.5350566208362579,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30471624433994293,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5529959797859192,
- 0.41667768359184265,
- null
- ],
- "y": [
- 0.7285452485084534,
- 0.5304677188396454,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.32784707844257355,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5529959797859192,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.7285452485084534,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5529959797859192,
- 0.4282083213329315,
- null
- ],
- "y": [
- 0.7285452485084534,
- 0.5350566208362579,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30471624433994293,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5376172065734863,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.7399665713310242,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5220025777816772,
- 0.37852075695991516,
- null
- ],
- "y": [
- 0.751063346862793,
- 0.5620646774768829,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3214114084839821,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5220025777816772,
- 0.4036983847618103,
- null
- ],
- "y": [
- 0.751063346862793,
- 0.5489650815725327,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.31331290304660797,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5061590075492859,
- 0.37852075695991516,
- null
- ],
- "y": [
- 0.7618306279182434,
- 0.5620646774768829,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3214114084839821,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5061590075492859,
- 0.36468035727739334,
- null
- ],
- "y": [
- 0.7618306279182434,
- 0.5794315338134766,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30621445924043655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4900934100151062,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.772263765335083,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4900934100151062,
- 0.37852075695991516,
- null
- ],
- "y": [
- 0.772263765335083,
- 0.5620646774768829,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3214114084839821,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4900934100151062,
- 0.36468035727739334,
- null
- ],
- "y": [
- 0.772263765335083,
- 0.5794315338134766,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30621445924043655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47381287813186646,
- 0.35280150175094604,
- null
- ],
- "y": [
- 0.7823580503463745,
- 0.57429139316082,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3289688229560852,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47381287813186646,
- 0.3384547233581543,
- null
- ],
- "y": [
- 0.7823580503463745,
- 0.5913105458021164,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3135286867618561,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47381287813186646,
- 0.36468035727739334,
- null
- ],
- "y": [
- 0.7823580503463745,
- 0.5794315338134766,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30621445924043655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45732447504997253,
- 0.3384547233581543,
- null
- ],
- "y": [
- 0.7921093106269836,
- 0.5913105458021164,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3135286867618561,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45732447504997253,
- 0.36468035727739334,
- null
- ],
- "y": [
- 0.7921093106269836,
- 0.5794315338134766,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.30621445924043655,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4406355619430542,
- 0.3116981238126755,
- null
- ],
- "y": [
- 0.8015130162239075,
- 0.6022619158029556,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.32035110890865326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4406355619430542,
- 0.3384547233581543,
- null
- ],
- "y": [
- 0.8015130162239075,
- 0.5913105458021164,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3135286867618561,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4237532913684845,
- 0.3116981238126755,
- null
- ],
- "y": [
- 0.8105652332305908,
- 0.6022619158029556,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.32035110890865326,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4237532913684845,
- 0.3384547233581543,
- null
- ],
- "y": [
- 0.8105652332305908,
- 0.5913105458021164,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.3135286867618561,
- null
- ]
- },
- {
- "line": {
- "color": "yellowgreen",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.40668511390686035,
- 0.3116981238126755,
- null
- ],
- "y": [
- 0.819261908531189,
- 0.6022619158029556,
- null
- ],
- "z": [
- 0.4042489528656006,
- 0.32035110890865326,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.32035108655691147,
- 0.21356739103794098,
- null
- ],
- "y": [
- 0.3116981014609337,
- 0.20779873430728912,
- null
- ],
- "z": [
- 0.6022619605064392,
- 0.4015079736709595,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.32035108655691147,
- 0.2041429579257965,
- null
- ],
- "y": [
- 0.3116981014609337,
- 0.2431202381849289,
- null
- ],
- "z": [
- 0.6022619605064392,
- 0.38628771901130676,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.32035108655691147,
- 0.2342149317264557,
- null
- ],
- "y": [
- 0.3116981014609337,
- 0.22699522972106934,
- null
- ],
- "z": [
- 0.6022619605064392,
- 0.3789677321910858,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3135286644101143,
- 0.21356739103794098,
- null
- ],
- "y": [
- 0.3384546786546707,
- 0.20779873430728912,
- null
- ],
- "z": [
- 0.5913105905056,
- 0.4015079736709595,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3135286644101143,
- 0.2041429579257965,
- null
- ],
- "y": [
- 0.3384546786546707,
- 0.2431202381849289,
- null
- ],
- "z": [
- 0.5913105905056,
- 0.38628771901130676,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3135286644101143,
- 0.2342149317264557,
- null
- ],
- "y": [
- 0.3384546786546707,
- 0.22699522972106934,
- null
- ],
- "z": [
- 0.5913105905056,
- 0.3789677321910858,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3360557556152344,
- 0.21356739103794098,
- null
- ],
- "y": [
- 0.32630813866853714,
- 0.20779873430728912,
- null
- ],
- "z": [
- 0.585738480091095,
- 0.4015079736709595,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3360557556152344,
- 0.2041429579257965,
- null
- ],
- "y": [
- 0.32630813866853714,
- 0.2431202381849289,
- null
- ],
- "z": [
- 0.585738480091095,
- 0.38628771901130676,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3360557556152344,
- 0.2342149317264557,
- null
- ],
- "y": [
- 0.32630813866853714,
- 0.22699522972106934,
- null
- ],
- "z": [
- 0.585738480091095,
- 0.3789677321910858,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.30621443688869476,
- 0.21356739103794098,
- null
- ],
- "y": [
- 0.36468035727739334,
- 0.20779873430728912,
- null
- ],
- "z": [
- 0.5794315785169601,
- 0.4015079736709595,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.30621443688869476,
- 0.2041429579257965,
- null
- ],
- "y": [
- 0.36468035727739334,
- 0.2431202381849289,
- null
- ],
- "z": [
- 0.5794315785169601,
- 0.38628771901130676,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.30621443688869476,
- 0.2342149317264557,
- null
- ],
- "y": [
- 0.36468035727739334,
- 0.22699522972106934,
- null
- ],
- "z": [
- 0.5794315785169601,
- 0.3789677321910858,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.30621443688869476,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.36468035727739334,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.5794315785169601,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35807935148477554,
- 0.21356739103794098,
- null
- ],
- "y": [
- 0.3139948099851608,
- 0.20779873430728912,
- null
- ],
- "z": [
- 0.5793845504522324,
- 0.4015079736709595,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35807935148477554,
- 0.2342149317264557,
- null
- ],
- "y": [
- 0.3139948099851608,
- 0.22699522972106934,
- null
- ],
- "z": [
- 0.5793845504522324,
- 0.3789677321910858,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35807935148477554,
- 0.2683919072151184,
- null
- ],
- "y": [
- 0.3139948099851608,
- 0.207136332988739,
- null
- ],
- "z": [
- 0.5793845504522324,
- 0.3675055503845215,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3289688229560852,
- 0.21356739103794098,
- null
- ],
- "y": [
- 0.35280152410268784,
- 0.20779873430728912,
- null
- ],
- "z": [
- 0.57429139316082,
- 0.4015079736709595,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3289688229560852,
- 0.2041429579257965,
- null
- ],
- "y": [
- 0.35280152410268784,
- 0.2431202381849289,
- null
- ],
- "z": [
- 0.57429139316082,
- 0.38628771901130676,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3289688229560852,
- 0.2342149317264557,
- null
- ],
- "y": [
- 0.35280152410268784,
- 0.22699522972106934,
- null
- ],
- "z": [
- 0.57429139316082,
- 0.3789677321910858,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3289688229560852,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.35280152410268784,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.57429139316082,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35132239758968353,
- 0.21356739103794098,
- null
- ],
- "y": [
- 0.340492844581604,
- 0.20779873430728912,
- null
- ],
- "z": [
- 0.5684515982866287,
- 0.4015079736709595,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35132239758968353,
- 0.2041429579257965,
- null
- ],
- "y": [
- 0.340492844581604,
- 0.2431202381849289,
- null
- ],
- "z": [
- 0.5684515982866287,
- 0.38628771901130676,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35132239758968353,
- 0.2342149317264557,
- null
- ],
- "y": [
- 0.340492844581604,
- 0.22699522972106934,
- null
- ],
- "z": [
- 0.5684515982866287,
- 0.3789677321910858,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35132239758968353,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.340492844581604,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.5684515982866287,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35132239758968353,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.340492844581604,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.5684515982866287,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3214114308357239,
- 0.2041429579257965,
- null
- ],
- "y": [
- 0.37852075695991516,
- 0.2431202381849289,
- null
- ],
- "z": [
- 0.5620646774768829,
- 0.38628771901130676,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3214114308357239,
- 0.2342149317264557,
- null
- ],
- "y": [
- 0.37852075695991516,
- 0.22699522972106934,
- null
- ],
- "z": [
- 0.5620646774768829,
- 0.3789677321910858,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3214114308357239,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.37852075695991516,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.5620646774768829,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3772747814655304,
- 0.2342149317264557,
- null
- ],
- "y": [
- 0.32587478309869766,
- 0.22699522972106934,
- null
- ],
- "z": [
- 0.5603296905755997,
- 0.3789677321910858,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3772747814655304,
- 0.2683919072151184,
- null
- ],
- "y": [
- 0.32587478309869766,
- 0.207136332988739,
- null
- ],
- "z": [
- 0.5603296905755997,
- 0.3675055503845215,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3772747814655304,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.32587478309869766,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.5603296905755997,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3440237268805504,
- 0.2041429579257965,
- null
- ],
- "y": [
- 0.3664659485220909,
- 0.2431202381849289,
- null
- ],
- "z": [
- 0.5566421002149582,
- 0.38628771901130676,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3440237268805504,
- 0.2342149317264557,
- null
- ],
- "y": [
- 0.3664659485220909,
- 0.22699522972106934,
- null
- ],
- "z": [
- 0.5566421002149582,
- 0.3789677321910858,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3440237268805504,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.3664659485220909,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.5566421002149582,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3440237268805504,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.3664659485220909,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.5566421002149582,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4025878608226776,
- 0.2683919072151184,
- null
- ],
- "y": [
- 0.3107044994831085,
- 0.207136332988739,
- null
- ],
- "z": [
- 0.5512583255767822,
- 0.3675055503845215,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4025878608226776,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.3107044994831085,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.5512583255767822,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4025878608226776,
- 0.292357861995697,
- null
- ],
- "y": [
- 0.3107044994831085,
- 0.22197870910167694,
- null
- ],
- "z": [
- 0.5512583255767822,
- 0.33948835730552673,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3133128806948662,
- 0.2041429579257965,
- null
- ],
- "y": [
- 0.4036983847618103,
- 0.2431202381849289,
- null
- ],
- "z": [
- 0.5489650815725327,
- 0.38628771901130676,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3133128806948662,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.4036983847618103,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.5489650815725327,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3133128806948662,
- 0.2126626968383789,
- null
- ],
- "y": [
- 0.4036983847618103,
- 0.29389262199401855,
- null
- ],
- "z": [
- 0.5489650815725327,
- 0.34409546852111816,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3701911121606827,
- 0.2342149317264557,
- null
- ],
- "y": [
- 0.35247666388750076,
- 0.22699522972106934,
- null
- ],
- "z": [
- 0.5488340109586716,
- 0.3789677321910858,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3701911121606827,
- 0.2683919072151184,
- null
- ],
- "y": [
- 0.35247666388750076,
- 0.207136332988739,
- null
- ],
- "z": [
- 0.5488340109586716,
- 0.3675055503845215,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3701911121606827,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.35247666388750076,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.5488340109586716,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3701911121606827,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.35247666388750076,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.5488340109586716,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33619460463523865,
- 0.2041429579257965,
- null
- ],
- "y": [
- 0.39187391102313995,
- 0.2431202381849289,
- null
- ],
- "z": [
- 0.543974295258522,
- 0.38628771901130676,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33619460463523865,
- 0.2342149317264557,
- null
- ],
- "y": [
- 0.39187391102313995,
- 0.22699522972106934,
- null
- ],
- "z": [
- 0.543974295258522,
- 0.3789677321910858,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33619460463523865,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.39187391102313995,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.543974295258522,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33619460463523865,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.39187391102313995,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.543974295258522,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33619460463523865,
- 0.2126626968383789,
- null
- ],
- "y": [
- 0.39187391102313995,
- 0.29389262199401855,
- null
- ],
- "z": [
- 0.543974295258522,
- 0.34409546852111816,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33619460463523865,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.39187391102313995,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.543974295258522,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39584554731845856,
- 0.2342149317264557,
- null
- ],
- "y": [
- 0.33757205307483673,
- 0.22699522972106934,
- null
- ],
- "z": [
- 0.540232703089714,
- 0.3789677321910858,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39584554731845856,
- 0.2683919072151184,
- null
- ],
- "y": [
- 0.33757205307483673,
- 0.207136332988739,
- null
- ],
- "z": [
- 0.540232703089714,
- 0.3675055503845215,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39584554731845856,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.33757205307483673,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.540232703089714,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39584554731845856,
- 0.292357861995697,
- null
- ],
- "y": [
- 0.33757205307483673,
- 0.22197870910167694,
- null
- ],
- "z": [
- 0.540232703089714,
- 0.33948835730552673,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36263926327228546,
- 0.2342149317264557,
- null
- ],
- "y": [
- 0.37820617854595184,
- 0.22699522972106934,
- null
- ],
- "z": [
- 0.5366123467683792,
- 0.3789677321910858,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36263926327228546,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.37820617854595184,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.5366123467683792,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36263926327228546,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.37820617854595184,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.5366123467683792,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36263926327228546,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.37820617854595184,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.5366123467683792,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.30471624433994293,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.4282083660364151,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.5350566208362579,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.30471624433994293,
- 0.2126626968383789,
- null
- ],
- "y": [
- 0.4282083660364151,
- 0.29389262199401855,
- null
- ],
- "z": [
- 0.5350566208362579,
- 0.34409546852111816,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42089487612247467,
- 0.2683919072151184,
- null
- ],
- "y": [
- 0.3220907673239708,
- 0.207136332988739,
- null
- ],
- "z": [
- 0.5306647270917892,
- 0.3675055503845215,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42089487612247467,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.3220907673239708,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.5306647270917892,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42089487612247467,
- 0.292357861995697,
- null
- ],
- "y": [
- 0.3220907673239708,
- 0.22197870910167694,
- null
- ],
- "z": [
- 0.5306647270917892,
- 0.33948835730552673,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.32784710079431534,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.41667768359184265,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.5304677188396454,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.32784710079431534,
- 0.2126626968383789,
- null
- ],
- "y": [
- 0.41667768359184265,
- 0.29389262199401855,
- null
- ],
- "z": [
- 0.5304677188396454,
- 0.34409546852111816,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.32784710079431534,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.41667768359184265,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.5304677188396454,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.38847774267196655,
- 0.2342149317264557,
- null
- ],
- "y": [
- 0.36390620470046997,
- 0.22699522972106934,
- null
- ],
- "z": [
- 0.5283533781766891,
- 0.3789677321910858,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.38847774267196655,
- 0.2683919072151184,
- null
- ],
- "y": [
- 0.36390620470046997,
- 0.207136332988739,
- null
- ],
- "z": [
- 0.5283533781766891,
- 0.3675055503845215,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.38847774267196655,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.36390620470046997,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.5283533781766891,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.38847774267196655,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.36390620470046997,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.5283533781766891,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.38847774267196655,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.36390620470046997,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.5283533781766891,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.38847774267196655,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.36390620470046997,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.5283533781766891,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35454290360212326,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.40341246128082275,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.5235051959753036,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35454290360212326,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.40341246128082275,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.5235051959753036,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35454290360212326,
- 0.2126626968383789,
- null
- ],
- "y": [
- 0.40341246128082275,
- 0.29389262199401855,
- null
- ],
- "z": [
- 0.5235051959753036,
- 0.34409546852111816,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35454290360212326,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.40341246128082275,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.5235051959753036,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4451812505722046,
- 0.2683919072151184,
- null
- ],
- "y": [
- 0.30613019317388535,
- 0.207136332988739,
- null
- ],
- "z": [
- 0.5201902985572815,
- 0.3675055503845215,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4451812505722046,
- 0.292357861995697,
- null
- ],
- "y": [
- 0.30613019317388535,
- 0.22197870910167694,
- null
- ],
- "z": [
- 0.5201902985572815,
- 0.33948835730552673,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4138595312833786,
- 0.2683919072151184,
- null
- ],
- "y": [
- 0.34873395413160324,
- 0.207136332988739,
- null
- ],
- "z": [
- 0.5192349404096603,
- 0.3675055503845215,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4138595312833786,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.34873395413160324,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.5192349404096603,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4138595312833786,
- 0.292357861995697,
- null
- ],
- "y": [
- 0.34873395413160324,
- 0.22197870910167694,
- null
- ],
- "z": [
- 0.5192349404096603,
- 0.33948835730552673,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4138595312833786,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.34873395413160324,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.5192349404096603,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.31899404525756836,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.44083893299102783,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.5161432027816772,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.31899404525756836,
- 0.2126626968383789,
- null
- ],
- "y": [
- 0.44083893299102783,
- 0.29389262199401855,
- null
- ],
- "z": [
- 0.5161432027816772,
- 0.34409546852111816,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.31899404525756836,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.44083893299102783,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.5161432027816772,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.31899404525756836,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.44083893299102783,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.5161432027816772,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3806993365287781,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.389411598443985,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.5156807452440262,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3806993365287781,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.389411598443985,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.5156807452440262,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3806993365287781,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.389411598443985,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.5156807452440262,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3806993365287781,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.389411598443985,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.5156807452440262,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3459503576159477,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.4279323220252991,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.5096001327037811,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3459503576159477,
- 0.2126626968383789,
- null
- ],
- "y": [
- 0.4279323220252991,
- 0.29389262199401855,
- null
- ],
- "z": [
- 0.5096001327037811,
- 0.34409546852111816,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3459503576159477,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.4279323220252991,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.5096001327037811,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3459503576159477,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.4279323220252991,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.5096001327037811,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43853679299354553,
- 0.2683919072151184,
- null
- ],
- "y": [
- 0.3329680636525154,
- 0.207136332988739,
- null
- ],
- "z": [
- 0.5092325359582901,
- 0.3675055503845215,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43853679299354553,
- 0.292357861995697,
- null
- ],
- "y": [
- 0.3329680636525154,
- 0.22197870910167694,
- null
- ],
- "z": [
- 0.5092325359582901,
- 0.33948835730552673,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43853679299354553,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.3329680636525154,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.5092325359582901,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43853679299354553,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.3329680636525154,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.5092325359582901,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4061535894870758,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.37476354092359543,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.5070420205593109,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4061535894870758,
- 0.292357861995697,
- null
- ],
- "y": [
- 0.37476354092359543,
- 0.22197870910167694,
- null
- ],
- "z": [
- 0.5070420205593109,
- 0.33948835730552673,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4061535894870758,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.37476354092359543,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.5070420205593109,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4061535894870758,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.37476354092359543,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.5070420205593109,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.372330978512764,
- 0.22412973642349243,
- null
- ],
- "y": [
- 0.41431353986263275,
- 0.26124927401542664,
- null
- ],
- "z": [
- 0.5022089928388596,
- 0.362649530172348,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.372330978512764,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.41431353986263275,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.5022089928388596,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.372330978512764,
- 0.2126626968383789,
- null
- ],
- "y": [
- 0.41431353986263275,
- 0.29389262199401855,
- null
- ],
- "z": [
- 0.5022089928388596,
- 0.34409546852111816,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.372330978512764,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.41431353986263275,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.5022089928388596,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.372330978512764,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.41431353986263275,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.5022089928388596,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.372330978512764,
- 0.2703250050544739,
- null
- ],
- "y": [
- 0.41431353986263275,
- 0.29097598791122437,
- null
- ],
- "z": [
- 0.5022089928388596,
- 0.3037390112876892,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.30964916199445724,
- 0.2126626968383789,
- null
- ],
- "y": [
- 0.46432051062583923,
- 0.29389262199401855,
- null
- ],
- "z": [
- 0.5010228753089905,
- 0.34409546852111816,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.30964916199445724,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.46432051062583923,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.5010228753089905,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4622197151184082,
- 0.292357861995697,
- null
- ],
- "y": [
- 0.3166620656847954,
- 0.22197870910167694,
- null
- ],
- "z": [
- 0.4985760301351547,
- 0.33948835730552673,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4622197151184082,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.3166620656847954,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.4985760301351547,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4312027394771576,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.3592822551727295,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.4974740892648697,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4312027394771576,
- 0.292357861995697,
- null
- ],
- "y": [
- 0.3592822551727295,
- 0.22197870910167694,
- null
- ],
- "z": [
- 0.4974740892648697,
- 0.33948835730552673,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4312027394771576,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.3592822551727295,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.4974740892648697,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4312027394771576,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.3592822551727295,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.4974740892648697,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3363707810640335,
- 0.2126626968383789,
- null
- ],
- "y": [
- 0.45301200449466705,
- 0.29389262199401855,
- null
- ],
- "z": [
- 0.49410000443458557,
- 0.34409546852111816,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3363707810640335,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.45301200449466705,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.49410000443458557,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3363707810640335,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.45301200449466705,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.49410000443458557,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39809203147888184,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.40000538527965546,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.4939822107553482,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39809203147888184,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.40000538527965546,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.4939822107553482,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39809203147888184,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.40000538527965546,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.4939822107553482,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39809203147888184,
- 0.2703250050544739,
- null
- ],
- "y": [
- 0.40000538527965546,
- 0.29097598791122437,
- null
- ],
- "z": [
- 0.4939822107553482,
- 0.3037390112876892,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4552384167909622,
- 0.292357861995697,
- null
- ],
- "y": [
- 0.34334394335746765,
- 0.22197870910167694,
- null
- ],
- "z": [
- 0.48720936477184296,
- 0.33948835730552673,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4552384167909622,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.34334394335746765,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.48720936477184296,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4552384167909622,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.34334394335746765,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.48720936477184296,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36306915432214737,
- 0.2126626968383789,
- null
- ],
- "y": [
- 0.43974754214286804,
- 0.29389262199401855,
- null
- ],
- "z": [
- 0.48713743686676025,
- 0.34409546852111816,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36306915432214737,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.43974754214286804,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.48713743686676025,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36306915432214737,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.43974754214286804,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.48713743686676025,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36306915432214737,
- 0.2703250050544739,
- null
- ],
- "y": [
- 0.43974754214286804,
- 0.29097598791122437,
- null
- ],
- "z": [
- 0.48713743686676025,
- 0.3037390112876892,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4231906235218048,
- 0.25898516178131104,
- null
- ],
- "y": [
- 0.3850315511226654,
- 0.24260413646697998,
- null
- ],
- "z": [
- 0.4849333316087723,
- 0.3522355854511261,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4231906235218048,
- 0.292357861995697,
- null
- ],
- "y": [
- 0.3850315511226654,
- 0.22197870910167694,
- null
- ],
- "z": [
- 0.4849333316087723,
- 0.33948835730552673,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4231906235218048,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.3850315511226654,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.4849333316087723,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4231906235218048,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.3850315511226654,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.4849333316087723,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4231906235218048,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.3850315511226654,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.4849333316087723,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3892347514629364,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.42574480175971985,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.4793095886707306,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3892347514629364,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.42574480175971985,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.4793095886707306,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3892347514629364,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.42574480175971985,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.4793095886707306,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3892347514629364,
- 0.2703250050544739,
- null
- ],
- "y": [
- 0.42574480175971985,
- 0.29097598791122437,
- null
- ],
- "z": [
- 0.4793095886707306,
- 0.3037390112876892,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.32676543295383453,
- 0.2126626968383789,
- null
- ],
- "y": [
- 0.4761347472667694,
- 0.29389262199401855,
- null
- ],
- "z": [
- 0.47856035828590393,
- 0.34409546852111816,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.32676543295383453,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.4761347472667694,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.47856035828590393,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.32676543295383453,
- 0.22197869420051575,
- null
- ],
- "y": [
- 0.4761347472667694,
- 0.33948835730552673,
- null
- ],
- "z": [
- 0.47856035828590393,
- 0.29235783219337463,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47856035828590393,
- 0.292357861995697,
- null
- ],
- "y": [
- 0.3267654553055763,
- 0.22197870910167694,
- null
- ],
- "z": [
- 0.476134791970253,
- 0.33948835730552673,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47856035828590393,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.3267654553055763,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.476134791970253,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47856035828590393,
- 0.34409546852111816,
- null
- ],
- "y": [
- 0.3267654553055763,
- 0.2126627117395401,
- null
- ],
- "z": [
- 0.476134791970253,
- 0.29389262199401855,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4475850462913513,
- 0.292357861995697,
- null
- ],
- "y": [
- 0.36941704899072647,
- 0.22197870910167694,
- null
- ],
- "z": [
- 0.4750775545835495,
- 0.33948835730552673,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4475850462913513,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.36941704899072647,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.4750775545835495,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4475850462913513,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.36941704899072647,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.4750775545835495,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4475850462913513,
- 0.3037390112876892,
- null
- ],
- "y": [
- 0.36941704899072647,
- 0.2703249752521515,
- null
- ],
- "z": [
- 0.4750775545835495,
- 0.290975958108902,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35318778455257416,
- 0.2126626968383789,
- null
- ],
- "y": [
- 0.46443119645118713,
- 0.29389262199401855,
- null
- ],
- "z": [
- 0.47123461961746216,
- 0.34409546852111816,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35318778455257416,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.46443119645118713,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.47123461961746216,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35318778455257416,
- 0.2703250050544739,
- null
- ],
- "y": [
- 0.46443119645118713,
- 0.29097598791122437,
- null
- ],
- "z": [
- 0.47123461961746216,
- 0.3037390112876892,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35318778455257416,
- 0.22197869420051575,
- null
- ],
- "y": [
- 0.46443119645118713,
- 0.33948835730552673,
- null
- ],
- "z": [
- 0.47123461961746216,
- 0.29235783219337463,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35318778455257416,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.46443119645118713,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.47123461961746216,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41469115018844604,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.4110967665910721,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.47067050635814667,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41469115018844604,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.4110967665910721,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.47067050635814667,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41469115018844604,
- 0.2703250050544739,
- null
- ],
- "y": [
- 0.4110967665910721,
- 0.29097598791122437,
- null
- ],
- "z": [
- 0.47067050635814667,
- 0.3037390112876892,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41469115018844604,
- 0.3037390112876892,
- null
- ],
- "y": [
- 0.4110967665910721,
- 0.2703249752521515,
- null
- ],
- "z": [
- 0.47067050635814667,
- 0.290975958108902,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4712345749139786,
- 0.292357861995697,
- null
- ],
- "y": [
- 0.35318778455257416,
- 0.22197870910167694,
- null
- ],
- "z": [
- 0.46443119645118713,
- 0.33948835730552673,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4712345749139786,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.35318778455257416,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.46443119645118713,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4712345749139786,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.35318778455257416,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.46443119645118713,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4712345749139786,
- 0.34409546852111816,
- null
- ],
- "y": [
- 0.35318778455257416,
- 0.2126627117395401,
- null
- ],
- "z": [
- 0.46443119645118713,
- 0.29389262199401855,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4712345749139786,
- 0.3037390112876892,
- null
- ],
- "y": [
- 0.35318778455257416,
- 0.2703249752521515,
- null
- ],
- "z": [
- 0.46443119645118713,
- 0.290975958108902,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5010228753089905,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.30964918434619904,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.46432046592235565,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5010228753089905,
- 0.34409546852111816,
- null
- ],
- "y": [
- 0.30964918434619904,
- 0.2126627117395401,
- null
- ],
- "z": [
- 0.46432046592235565,
- 0.29389262199401855,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3796551078557968,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.450824573636055,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.46380946040153503,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3796551078557968,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.450824573636055,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.46380946040153503,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3796551078557968,
- 0.2703250050544739,
- null
- ],
- "y": [
- 0.450824573636055,
- 0.29097598791122437,
- null
- ],
- "z": [
- 0.46380946040153503,
- 0.3037390112876892,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3796551078557968,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.450824573636055,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.46380946040153503,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.31666208803653717,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.4985760301351547,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.4622197151184082,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.31666208803653717,
- 0.22197869420051575,
- null
- ],
- "y": [
- 0.4985760301351547,
- 0.33948835730552673,
- null
- ],
- "z": [
- 0.4622197151184082,
- 0.29235783219337463,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43977297842502594,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.39559538662433624,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.4610901027917862,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43977297842502594,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.39559538662433624,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.4610901027917862,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43977297842502594,
- 0.2703250050544739,
- null
- ],
- "y": [
- 0.39559538662433624,
- 0.29097598791122437,
- null
- ],
- "z": [
- 0.4610901027917862,
- 0.3037390112876892,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43977297842502594,
- 0.3037390112876892,
- null
- ],
- "y": [
- 0.39559538662433624,
- 0.2703249752521515,
- null
- ],
- "z": [
- 0.4610901027917862,
- 0.290975958108902,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4054875075817108,
- 0.24822065234184265,
- null
- ],
- "y": [
- 0.43646398186683655,
- 0.2762090265750885,
- null
- ],
- "z": [
- 0.4556085169315338,
- 0.33480599522590637,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4054875075817108,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.43646398186683655,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.4556085169315338,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4054875075817108,
- 0.2703250050544739,
- null
- ],
- "y": [
- 0.43646398186683655,
- 0.29097598791122437,
- null
- ],
- "z": [
- 0.4556085169315338,
- 0.3037390112876892,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.34334389865398407,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.48720936477184296,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.4552384167909622,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.34334389865398407,
- 0.22197869420051575,
- null
- ],
- "y": [
- 0.48720936477184296,
- 0.33948835730552673,
- null
- ],
- "z": [
- 0.4552384167909622,
- 0.29235783219337463,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.34334389865398407,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.48720936477184296,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.4552384167909622,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49410004913806915,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.3363707810640335,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.45301200449466705,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49410004913806915,
- 0.34409546852111816,
- null
- ],
- "y": [
- 0.3363707810640335,
- 0.2126627117395401,
- null
- ],
- "z": [
- 0.45301200449466705,
- 0.29389262199401855,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.49410004913806915,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.3363707810640335,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.45301200449466705,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46380941569805145,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.3796551525592804,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.450824573636055,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46380941569805145,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.3796551525592804,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.450824573636055,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46380941569805145,
- 0.3037390112876892,
- null
- ],
- "y": [
- 0.3796551525592804,
- 0.2703249752521515,
- null
- ],
- "z": [
- 0.450824573636055,
- 0.290975958108902,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46380941569805145,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.3796551525592804,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.450824573636055,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36941707134246826,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.4750775545835495,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.4475850462913513,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36941707134246826,
- 0.2703250050544739,
- null
- ],
- "y": [
- 0.4750775545835495,
- 0.29097598791122437,
- null
- ],
- "z": [
- 0.4475850462913513,
- 0.3037390112876892,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36941707134246826,
- 0.22197869420051575,
- null
- ],
- "y": [
- 0.4750775545835495,
- 0.33948835730552673,
- null
- ],
- "z": [
- 0.4475850462913513,
- 0.29235783219337463,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36941707134246826,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.4750775545835495,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.4475850462913513,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4309156984090805,
- 0.2821270823478699,
- null
- ],
- "y": [
- 0.42133525013923645,
- 0.2566877007484436,
- null
- ],
- "z": [
- 0.4464171677827835,
- 0.3232888877391815,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4309156984090805,
- 0.2703250050544739,
- null
- ],
- "y": [
- 0.42133525013923645,
- 0.29097598791122437,
- null
- ],
- "z": [
- 0.4464171677827835,
- 0.3037390112876892,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4309156984090805,
- 0.3037390112876892,
- null
- ],
- "y": [
- 0.42133525013923645,
- 0.2703249752521515,
- null
- ],
- "z": [
- 0.4464171677827835,
- 0.290975958108902,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4309156984090805,
- 0.290975958108902,
- null
- ],
- "y": [
- 0.42133525013923645,
- 0.3037390112876892,
- null
- ],
- "z": [
- 0.4464171677827835,
- 0.2703249752521515,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.30613019317388535,
- 0.22197869420051575,
- null
- ],
- "y": [
- 0.5201903432607651,
- 0.33948835730552673,
- null
- ],
- "z": [
- 0.4451812505722046,
- 0.29235783219337463,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.30613019317388535,
- 0.20713631808757782,
- null
- ],
- "y": [
- 0.5201903432607651,
- 0.3675055205821991,
- null
- ],
- "z": [
- 0.4451812505722046,
- 0.2683919072151184,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5161432027816772,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.31899406760931015,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.44083893299102783,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5161432027816772,
- 0.34409546852111816,
- null
- ],
- "y": [
- 0.31899406760931015,
- 0.2126627117395401,
- null
- ],
- "z": [
- 0.44083893299102783,
- 0.29389262199401855,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5161432027816772,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.31899406760931015,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.44083893299102783,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5161432027816772,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.31899406760931015,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.44083893299102783,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39559534192085266,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.4610901027917862,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.43977293372154236,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39559534192085266,
- 0.2703250050544739,
- null
- ],
- "y": [
- 0.4610901027917862,
- 0.29097598791122437,
- null
- ],
- "z": [
- 0.43977293372154236,
- 0.3037390112876892,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39559534192085266,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.4610901027917862,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.43977293372154236,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39559534192085266,
- 0.290975958108902,
- null
- ],
- "y": [
- 0.4610901027917862,
- 0.3037390112876892,
- null
- ],
- "z": [
- 0.43977293372154236,
- 0.2703249752521515,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48713743686676025,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.36306915432214737,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.43974754214286804,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48713743686676025,
- 0.34409546852111816,
- null
- ],
- "y": [
- 0.36306915432214737,
- 0.2126627117395401,
- null
- ],
- "z": [
- 0.43974754214286804,
- 0.29389262199401855,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48713743686676025,
- 0.3037390112876892,
- null
- ],
- "y": [
- 0.36306915432214737,
- 0.2703249752521515,
- null
- ],
- "z": [
- 0.43974754214286804,
- 0.290975958108902,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48713743686676025,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.36306915432214737,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.43974754214286804,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3329680413007736,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.5092325359582901,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.43853674829006195,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3329680413007736,
- 0.22197869420051575,
- null
- ],
- "y": [
- 0.5092325359582901,
- 0.33948835730552673,
- null
- ],
- "z": [
- 0.43853674829006195,
- 0.29235783219337463,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3329680413007736,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.5092325359582901,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.43853674829006195,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3329680413007736,
- 0.20713631808757782,
- null
- ],
- "y": [
- 0.5092325359582901,
- 0.3675055205821991,
- null
- ],
- "z": [
- 0.43853674829006195,
- 0.2683919072151184,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4556085169315338,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.40548746287822723,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.43646393716335297,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4556085169315338,
- 0.3037390112876892,
- null
- ],
- "y": [
- 0.40548746287822723,
- 0.2703249752521515,
- null
- ],
- "z": [
- 0.43646393716335297,
- 0.290975958108902,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4556085169315338,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.40548746287822723,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.43646393716335297,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3592822775244713,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.4974740445613861,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.4312027394771576,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3592822775244713,
- 0.22197869420051575,
- null
- ],
- "y": [
- 0.4974740445613861,
- 0.33948835730552673,
- null
- ],
- "z": [
- 0.4312027394771576,
- 0.29235783219337463,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3592822775244713,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.4974740445613861,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.4312027394771576,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3592822775244713,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.4974740445613861,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.4312027394771576,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42133525013923645,
- 0.2703250050544739,
- null
- ],
- "y": [
- 0.4464171230792999,
- 0.29097598791122437,
- null
- ],
- "z": [
- 0.4309156984090805,
- 0.3037390112876892,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42133525013923645,
- 0.3037390112876892,
- null
- ],
- "y": [
- 0.4464171230792999,
- 0.2703249752521515,
- null
- ],
- "z": [
- 0.4309156984090805,
- 0.290975958108902,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42133525013923645,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.4464171230792999,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.4309156984090805,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42133525013923645,
- 0.290975958108902,
- null
- ],
- "y": [
- 0.4464171230792999,
- 0.3037390112876892,
- null
- ],
- "z": [
- 0.4309156984090805,
- 0.2703249752521515,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5350566208362579,
- 0.34409546852111816,
- null
- ],
- "y": [
- 0.30471624433994293,
- 0.2126627117395401,
- null
- ],
- "z": [
- 0.4282083660364151,
- 0.29389262199401855,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5350566208362579,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.30471624433994293,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.4282083660364151,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5096001327037811,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.3459503576159477,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.4279322773218155,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5096001327037811,
- 0.34409546852111816,
- null
- ],
- "y": [
- 0.3459503576159477,
- 0.2126627117395401,
- null
- ],
- "z": [
- 0.4279322773218155,
- 0.29389262199401855,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5096001327037811,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.3459503576159477,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.4279322773218155,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5096001327037811,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.3459503576159477,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.4279322773218155,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4793095886707306,
- 0.3141563832759857,
- null
- ],
- "y": [
- 0.3892347514629364,
- 0.23545852303504944,
- null
- ],
- "z": [
- 0.42574480175971985,
- 0.30962079763412476,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4793095886707306,
- 0.3037390112876892,
- null
- ],
- "y": [
- 0.3892347514629364,
- 0.2703249752521515,
- null
- ],
- "z": [
- 0.42574480175971985,
- 0.290975958108902,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4793095886707306,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.3892347514629364,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.42574480175971985,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4793095886707306,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.3892347514629364,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.42574480175971985,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.385031595826149,
- 0.23545852303504944,
- null
- ],
- "y": [
- 0.4849333316087723,
- 0.30962079763412476,
- null
- ],
- "z": [
- 0.4231906682252884,
- 0.3141564130783081,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.385031595826149,
- 0.22197869420051575,
- null
- ],
- "y": [
- 0.4849333316087723,
- 0.33948835730552673,
- null
- ],
- "z": [
- 0.4231906682252884,
- 0.29235783219337463,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.385031595826149,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.4849333316087723,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.4231906682252884,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.385031595826149,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.4849333316087723,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.4231906682252884,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.385031595826149,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.4849333316087723,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.4231906682252884,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4464171677827835,
- 0.2703250050544739,
- null
- ],
- "y": [
- 0.4309156984090805,
- 0.29097598791122437,
- null
- ],
- "z": [
- 0.42133525013923645,
- 0.3037390112876892,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4464171677827835,
- 0.3037390112876892,
- null
- ],
- "y": [
- 0.4309156984090805,
- 0.2703249752521515,
- null
- ],
- "z": [
- 0.42133525013923645,
- 0.290975958108902,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4464171677827835,
- 0.290975958108902,
- null
- ],
- "y": [
- 0.4309156984090805,
- 0.3037390112876892,
- null
- ],
- "z": [
- 0.42133525013923645,
- 0.2703249752521515,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4464171677827835,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.4309156984090805,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.42133525013923645,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3220907896757126,
- 0.22197869420051575,
- null
- ],
- "y": [
- 0.5306647270917892,
- 0.33948835730552673,
- null
- ],
- "z": [
- 0.42089487612247467,
- 0.29235783219337463,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3220907896757126,
- 0.20713631808757782,
- null
- ],
- "y": [
- 0.5306647270917892,
- 0.3675055205821991,
- null
- ],
- "z": [
- 0.42089487612247467,
- 0.2683919072151184,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3220907896757126,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.5306647270917892,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.42089487612247467,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5304677188396454,
- 0.34409546852111816,
- null
- ],
- "y": [
- 0.32784710079431534,
- 0.2126627117395401,
- null
- ],
- "z": [
- 0.41667768359184265,
- 0.29389262199401855,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5304677188396454,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.32784710079431534,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.41667768359184265,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5304677188396454,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.32784710079431534,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.41667768359184265,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4110967665910721,
- 0.2703250050544739,
- null
- ],
- "y": [
- 0.47067050635814667,
- 0.29097598791122437,
- null
- ],
- "z": [
- 0.41469110548496246,
- 0.3037390112876892,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4110967665910721,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.47067050635814667,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.41469110548496246,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4110967665910721,
- 0.290975958108902,
- null
- ],
- "y": [
- 0.47067050635814667,
- 0.3037390112876892,
- null
- ],
- "z": [
- 0.41469110548496246,
- 0.2703249752521515,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4110967665910721,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.47067050635814667,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.41469110548496246,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5022089928388596,
- 0.34409546852111816,
- null
- ],
- "y": [
- 0.37233100086450577,
- 0.2126627117395401,
- null
- ],
- "z": [
- 0.41431358456611633,
- 0.29389262199401855,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5022089928388596,
- 0.3037390112876892,
- null
- ],
- "y": [
- 0.37233100086450577,
- 0.2703249752521515,
- null
- ],
- "z": [
- 0.41431358456611633,
- 0.290975958108902,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5022089928388596,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.37233100086450577,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.41431358456611633,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5022089928388596,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.37233100086450577,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.41431358456611633,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5022089928388596,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.37233100086450577,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.41431358456611633,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5022089928388596,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.37233100086450577,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.41431358456611633,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.34873395413160324,
- 0.22197869420051575,
- null
- ],
- "y": [
- 0.5192348957061768,
- 0.33948835730552673,
- null
- ],
- "z": [
- 0.4138595312833786,
- 0.29235783219337463,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.34873395413160324,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.5192348957061768,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.4138595312833786,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.34873395413160324,
- 0.20713631808757782,
- null
- ],
- "y": [
- 0.5192348957061768,
- 0.3675055205821991,
- null
- ],
- "z": [
- 0.4138595312833786,
- 0.2683919072151184,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.34873395413160324,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.5192348957061768,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.4138595312833786,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47067050635814667,
- 0.3037390112876892,
- null
- ],
- "y": [
- 0.41469110548496246,
- 0.2703249752521515,
- null
- ],
- "z": [
- 0.4110967665910721,
- 0.290975958108902,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47067050635814667,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.41469110548496246,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.4110967665910721,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47067050635814667,
- 0.290975958108902,
- null
- ],
- "y": [
- 0.41469110548496246,
- 0.3037390112876892,
- null
- ],
- "z": [
- 0.4110967665910721,
- 0.2703249752521515,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.47067050635814667,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.41469110548496246,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.4110967665910721,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.37476349622011185,
- 0.22197869420051575,
- null
- ],
- "y": [
- 0.5070420205593109,
- 0.33948835730552673,
- null
- ],
- "z": [
- 0.4061535447835922,
- 0.29235783219337463,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.37476349622011185,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.5070420205593109,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.4061535447835922,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.37476349622011185,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.5070420205593109,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.4061535447835922,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.37476349622011185,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.5070420205593109,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.4061535447835922,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43646393716335297,
- 0.290975958108902,
- null
- ],
- "y": [
- 0.4556085169315338,
- 0.3037390112876892,
- null
- ],
- "z": [
- 0.40548746287822723,
- 0.2703249752521515,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43646393716335297,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.4556085169315338,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.40548746287822723,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43646393716335297,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.4556085169315338,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.40548746287822723,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5489650368690491,
- 0.34409546852111816,
- null
- ],
- "y": [
- 0.3133128806948662,
- 0.2126627117395401,
- null
- ],
- "z": [
- 0.4036983847618103,
- 0.29389262199401855,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5489650368690491,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.3133128806948662,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.4036983847618103,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5489650368690491,
- 0.38628771901130676,
- null
- ],
- "y": [
- 0.3133128806948662,
- 0.2041429728269577,
- null
- ],
- "z": [
- 0.4036983847618103,
- 0.2431202232837677,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5235052406787872,
- 0.34409546852111816,
- null
- ],
- "y": [
- 0.35454288125038147,
- 0.2126627117395401,
- null
- ],
- "z": [
- 0.40341246128082275,
- 0.29389262199401855,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5235052406787872,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.35454288125038147,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.40341246128082275,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5235052406787872,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.35454288125038147,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.40341246128082275,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5235052406787872,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.35454288125038147,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.40341246128082275,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.31070447713136673,
- 0.22197869420051575,
- null
- ],
- "y": [
- 0.5512582808732986,
- 0.33948835730552673,
- null
- ],
- "z": [
- 0.4025878608226776,
- 0.29235783219337463,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.31070447713136673,
- 0.20713631808757782,
- null
- ],
- "y": [
- 0.5512582808732986,
- 0.3675055205821991,
- null
- ],
- "z": [
- 0.4025878608226776,
- 0.2683919072151184,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.31070447713136673,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.5512582808732986,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.4025878608226776,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4939822107553482,
- 0.3037390112876892,
- null
- ],
- "y": [
- 0.3980920761823654,
- 0.2703249752521515,
- null
- ],
- "z": [
- 0.40000538527965546,
- 0.290975958108902,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4939822107553482,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.3980920761823654,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.40000538527965546,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4939822107553482,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.3980920761823654,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.40000538527965546,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4939822107553482,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.3980920761823654,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.40000538527965546,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.40000538527965546,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.4939821660518646,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.3980920761823654,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.40000538527965546,
- 0.290975958108902,
- null
- ],
- "y": [
- 0.4939821660518646,
- 0.3037390112876892,
- null
- ],
- "z": [
- 0.3980920761823654,
- 0.2703249752521515,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.40000538527965546,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.4939821660518646,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.3980920761823654,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.40000538527965546,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.4939821660518646,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.3980920761823654,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33757205307483673,
- 0.22197869420051575,
- null
- ],
- "y": [
- 0.540232703089714,
- 0.33948835730552673,
- null
- ],
- "z": [
- 0.39584559202194214,
- 0.29235783219337463,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33757205307483673,
- 0.20713631808757782,
- null
- ],
- "y": [
- 0.540232703089714,
- 0.3675055205821991,
- null
- ],
- "z": [
- 0.39584559202194214,
- 0.2683919072151184,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33757205307483673,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.540232703089714,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.39584559202194214,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33757205307483673,
- 0.22699521481990814,
- null
- ],
- "y": [
- 0.540232703089714,
- 0.3789677321910858,
- null
- ],
- "z": [
- 0.39584559202194214,
- 0.2342149168252945,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4610901474952698,
- 0.3037390112876892,
- null
- ],
- "y": [
- 0.43977293372154236,
- 0.2703249752521515,
- null
- ],
- "z": [
- 0.39559534192085266,
- 0.290975958108902,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4610901474952698,
- 0.290975958108902,
- null
- ],
- "y": [
- 0.43977293372154236,
- 0.3037390112876892,
- null
- ],
- "z": [
- 0.39559534192085266,
- 0.2703249752521515,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4610901474952698,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.43977293372154236,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.39559534192085266,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4610901474952698,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.43977293372154236,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.39559534192085266,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5439742505550385,
- 0.34409546852111816,
- null
- ],
- "y": [
- 0.33619460463523865,
- 0.2126627117395401,
- null
- ],
- "z": [
- 0.39187391102313995,
- 0.29389262199401855,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5439742505550385,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.33619460463523865,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.39187391102313995,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5439742505550385,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.33619460463523865,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.39187391102313995,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5439742505550385,
- 0.38628771901130676,
- null
- ],
- "y": [
- 0.33619460463523865,
- 0.2041429728269577,
- null
- ],
- "z": [
- 0.39187391102313995,
- 0.2431202232837677,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5439742505550385,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.33619460463523865,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.39187391102313995,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5439742505550385,
- 0.3789677023887634,
- null
- ],
- "y": [
- 0.33619460463523865,
- 0.23421494662761688,
- null
- ],
- "z": [
- 0.39187391102313995,
- 0.22699525952339172,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5156807899475098,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.3806993365287781,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.389411598443985,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5156807899475098,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.3806993365287781,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.389411598443985,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5156807899475098,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.3806993365287781,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.389411598443985,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5156807899475098,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.3806993365287781,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.389411598443985,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42574480175971985,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.4793095886707306,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.3892347514629364,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42574480175971985,
- 0.290975958108902,
- null
- ],
- "y": [
- 0.4793095886707306,
- 0.3037390112876892,
- null
- ],
- "z": [
- 0.3892347514629364,
- 0.2703249752521515,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42574480175971985,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.4793095886707306,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.3892347514629364,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.42574480175971985,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.4793095886707306,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.3892347514629364,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3639061823487282,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.5283533781766891,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.38847774267196655,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3639061823487282,
- 0.20713631808757782,
- null
- ],
- "y": [
- 0.5283533781766891,
- 0.3675055205821991,
- null
- ],
- "z": [
- 0.38847774267196655,
- 0.2683919072151184,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3639061823487282,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.5283533781766891,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.38847774267196655,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3639061823487282,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.5283533781766891,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.38847774267196655,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3639061823487282,
- 0.22699521481990814,
- null
- ],
- "y": [
- 0.5283533781766891,
- 0.3789677321910858,
- null
- ],
- "z": [
- 0.38847774267196655,
- 0.2342149168252945,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3639061823487282,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.5283533781766891,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.38847774267196655,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48493337631225586,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.4231906682252884,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.385031595826149,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48493337631225586,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.4231906682252884,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.385031595826149,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48493337631225586,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.4231906682252884,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.385031595826149,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48493337631225586,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.4231906682252884,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.385031595826149,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48493337631225586,
- 0.33948835730552673,
- null
- ],
- "y": [
- 0.4231906682252884,
- 0.292357861995697,
- null
- ],
- "z": [
- 0.385031595826149,
- 0.22197869420051575,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.389411598443985,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.5156807452440262,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.3806993365287781,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.389411598443985,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.5156807452440262,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.3806993365287781,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.389411598443985,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.5156807452440262,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.3806993365287781,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.389411598443985,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.5156807452440262,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.3806993365287781,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.450824573636055,
- 0.290975958108902,
- null
- ],
- "y": [
- 0.46380941569805145,
- 0.3037390112876892,
- null
- ],
- "z": [
- 0.3796551078557968,
- 0.2703249752521515,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.450824573636055,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.46380941569805145,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.3796551078557968,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.450824573636055,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.46380941569805145,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.3796551078557968,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.450824573636055,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.46380941569805145,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.3796551078557968,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5620647221803665,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.3214114084839821,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.37852075695991516,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5620647221803665,
- 0.38628771901130676,
- null
- ],
- "y": [
- 0.3214114084839821,
- 0.2041429728269577,
- null
- ],
- "z": [
- 0.37852075695991516,
- 0.2431202232837677,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5620647221803665,
- 0.3789677023887634,
- null
- ],
- "y": [
- 0.3214114084839821,
- 0.23421494662761688,
- null
- ],
- "z": [
- 0.37852075695991516,
- 0.22699525952339172,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5366123467683792,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.36263928562402725,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.37820617854595184,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5366123467683792,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.36263928562402725,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.37820617854595184,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5366123467683792,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.36263928562402725,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.37820617854595184,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5366123467683792,
- 0.3789677023887634,
- null
- ],
- "y": [
- 0.36263928562402725,
- 0.23421494662761688,
- null
- ],
- "z": [
- 0.37820617854595184,
- 0.22699525952339172,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.32587476074695587,
- 0.20713631808757782,
- null
- ],
- "y": [
- 0.5603296905755997,
- 0.3675055205821991,
- null
- ],
- "z": [
- 0.3772747814655304,
- 0.2683919072151184,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.32587476074695587,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.5603296905755997,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.3772747814655304,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.32587476074695587,
- 0.22699521481990814,
- null
- ],
- "y": [
- 0.5603296905755997,
- 0.3789677321910858,
- null
- ],
- "z": [
- 0.3772747814655304,
- 0.2342149168252945,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5070420205593109,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.4061535447835922,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.3747635632753372,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5070420205593109,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.4061535447835922,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.3747635632753372,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5070420205593109,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.4061535447835922,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.3747635632753372,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5070420205593109,
- 0.33948835730552673,
- null
- ],
- "y": [
- 0.4061535447835922,
- 0.292357861995697,
- null
- ],
- "z": [
- 0.3747635632753372,
- 0.22197869420051575,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41431358456611633,
- 0.256687730550766,
- null
- ],
- "y": [
- 0.5022090375423431,
- 0.3232888877391815,
- null
- ],
- "z": [
- 0.372330978512764,
- 0.28212711215019226,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41431358456611633,
- 0.290975958108902,
- null
- ],
- "y": [
- 0.5022090375423431,
- 0.3037390112876892,
- null
- ],
- "z": [
- 0.372330978512764,
- 0.2703249752521515,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41431358456611633,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.5022090375423431,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.372330978512764,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41431358456611633,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.5022090375423431,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.372330978512764,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41431358456611633,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.5022090375423431,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.372330978512764,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41431358456611633,
- 0.29389262199401855,
- null
- ],
- "y": [
- 0.5022090375423431,
- 0.34409549832344055,
- null
- ],
- "z": [
- 0.372330978512764,
- 0.2126626968383789,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35247666388750076,
- 0.20713631808757782,
- null
- ],
- "y": [
- 0.548833966255188,
- 0.3675055205821991,
- null
- ],
- "z": [
- 0.37019113451242447,
- 0.2683919072151184,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35247666388750076,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.548833966255188,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.37019113451242447,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35247666388750076,
- 0.22699521481990814,
- null
- ],
- "y": [
- 0.548833966255188,
- 0.3789677321910858,
- null
- ],
- "z": [
- 0.37019113451242447,
- 0.2342149168252945,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35247666388750076,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.548833966255188,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.37019113451242447,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4750775545835495,
- 0.290975958108902,
- null
- ],
- "y": [
- 0.4475850462913513,
- 0.3037390112876892,
- null
- ],
- "z": [
- 0.36941704899072647,
- 0.2703249752521515,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4750775545835495,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.4475850462913513,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.36941704899072647,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4750775545835495,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.4475850462913513,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.36941704899072647,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4750775545835495,
- 0.33948835730552673,
- null
- ],
- "y": [
- 0.4475850462913513,
- 0.292357861995697,
- null
- ],
- "z": [
- 0.36941704899072647,
- 0.22197869420051575,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5566420555114746,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.3440237492322922,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.3664659485220909,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5566420555114746,
- 0.38628771901130676,
- null
- ],
- "y": [
- 0.3440237492322922,
- 0.2041429728269577,
- null
- ],
- "z": [
- 0.3664659485220909,
- 0.2431202232837677,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5566420555114746,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.3440237492322922,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.3664659485220909,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5566420555114746,
- 0.3789677023887634,
- null
- ],
- "y": [
- 0.3440237492322922,
- 0.23421494662761688,
- null
- ],
- "z": [
- 0.3664659485220909,
- 0.22699525952339172,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5794315785169601,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.30621445924043655,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.36468033492565155,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5794315785169601,
- 0.38628771901130676,
- null
- ],
- "y": [
- 0.30621445924043655,
- 0.2041429728269577,
- null
- ],
- "z": [
- 0.36468033492565155,
- 0.2431202232837677,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5794315785169601,
- 0.3789677023887634,
- null
- ],
- "y": [
- 0.30621445924043655,
- 0.23421494662761688,
- null
- ],
- "z": [
- 0.36468033492565155,
- 0.22699525952339172,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5794315785169601,
- 0.4015079736709595,
- null
- ],
- "y": [
- 0.30621445924043655,
- 0.21356739103794098,
- null
- ],
- "z": [
- 0.36468033492565155,
- 0.20779874920845032,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5283533781766891,
- 0.33480599522590637,
- null
- ],
- "y": [
- 0.38847774267196655,
- 0.24822066724300385,
- null
- ],
- "z": [
- 0.36390620470046997,
- 0.2762090563774109,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5283533781766891,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.38847774267196655,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.36390620470046997,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5283533781766891,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.38847774267196655,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.36390620470046997,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5283533781766891,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.38847774267196655,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.36390620470046997,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5283533781766891,
- 0.3789677023887634,
- null
- ],
- "y": [
- 0.38847774267196655,
- 0.23421494662761688,
- null
- ],
- "z": [
- 0.36390620470046997,
- 0.22699525952339172,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5283533781766891,
- 0.3675055205821991,
- null
- ],
- "y": [
- 0.38847774267196655,
- 0.2683919370174408,
- null
- ],
- "z": [
- 0.36390620470046997,
- 0.2071363478899002,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43974754214286804,
- 0.290975958108902,
- null
- ],
- "y": [
- 0.4871373921632767,
- 0.3037390112876892,
- null
- ],
- "z": [
- 0.36306917667388916,
- 0.2703249752521515,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43974754214286804,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.4871373921632767,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.36306917667388916,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43974754214286804,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.4871373921632767,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.36306917667388916,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.43974754214286804,
- 0.29389262199401855,
- null
- ],
- "y": [
- 0.4871373921632767,
- 0.34409549832344055,
- null
- ],
- "z": [
- 0.36306917667388916,
- 0.2126626968383789,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.37820617854595184,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.5366123467683792,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.36263928562402725,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.37820617854595184,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.5366123467683792,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.36263928562402725,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.37820617854595184,
- 0.22699521481990814,
- null
- ],
- "y": [
- 0.5366123467683792,
- 0.3789677321910858,
- null
- ],
- "z": [
- 0.36263928562402725,
- 0.2342149168252945,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.37820617854595184,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.5366123467683792,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.36263928562402725,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4974740892648697,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.4312027394771576,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.3592822775244713,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4974740892648697,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.4312027394771576,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.3592822775244713,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4974740892648697,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.4312027394771576,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.3592822775244713,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4974740892648697,
- 0.33948835730552673,
- null
- ],
- "y": [
- 0.4312027394771576,
- 0.292357861995697,
- null
- ],
- "z": [
- 0.3592822775244713,
- 0.22197869420051575,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3139948323369026,
- 0.20713631808757782,
- null
- ],
- "y": [
- 0.5793845504522324,
- 0.3675055205821991,
- null
- ],
- "z": [
- 0.35807935148477554,
- 0.2683919072151184,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3139948323369026,
- 0.22699521481990814,
- null
- ],
- "y": [
- 0.5793845504522324,
- 0.3789677321910858,
- null
- ],
- "z": [
- 0.35807935148477554,
- 0.2342149168252945,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3139948323369026,
- 0.20779874920845032,
- null
- ],
- "y": [
- 0.5793845504522324,
- 0.4015079438686371,
- null
- ],
- "z": [
- 0.35807935148477554,
- 0.21356740593910217,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.40341246128082275,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.5235052406787872,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.35454290360212326,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.40341246128082275,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.5235052406787872,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.35454290360212326,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.40341246128082275,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.5235052406787872,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.35454290360212326,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.40341246128082275,
- 0.29389262199401855,
- null
- ],
- "y": [
- 0.5235052406787872,
- 0.34409549832344055,
- null
- ],
- "z": [
- 0.35454290360212326,
- 0.2126626968383789,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46443115174770355,
- 0.290975958108902,
- null
- ],
- "y": [
- 0.47123461961746216,
- 0.3037390112876892,
- null
- ],
- "z": [
- 0.35318778455257416,
- 0.2703249752521515,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46443115174770355,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.47123461961746216,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.35318778455257416,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46443115174770355,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.47123461961746216,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.35318778455257416,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46443115174770355,
- 0.33948835730552673,
- null
- ],
- "y": [
- 0.47123461961746216,
- 0.292357861995697,
- null
- ],
- "z": [
- 0.35318778455257416,
- 0.22197869420051575,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46443115174770355,
- 0.29389262199401855,
- null
- ],
- "y": [
- 0.47123461961746216,
- 0.34409549832344055,
- null
- ],
- "z": [
- 0.35318778455257416,
- 0.2126626968383789,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.57429139316082,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.328968845307827,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.35280152410268784,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.57429139316082,
- 0.38628771901130676,
- null
- ],
- "y": [
- 0.328968845307827,
- 0.2041429728269577,
- null
- ],
- "z": [
- 0.35280152410268784,
- 0.2431202232837677,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.57429139316082,
- 0.3789677023887634,
- null
- ],
- "y": [
- 0.328968845307827,
- 0.23421494662761688,
- null
- ],
- "z": [
- 0.35280152410268784,
- 0.22699525952339172,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.57429139316082,
- 0.4015079736709595,
- null
- ],
- "y": [
- 0.328968845307827,
- 0.21356739103794098,
- null
- ],
- "z": [
- 0.35280152410268784,
- 0.20779874920845032,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.548833966255188,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.3701911121606827,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.35247666388750076,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.548833966255188,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.3701911121606827,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.35247666388750076,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.548833966255188,
- 0.3789677023887634,
- null
- ],
- "y": [
- 0.3701911121606827,
- 0.23421494662761688,
- null
- ],
- "z": [
- 0.35247666388750076,
- 0.22699525952339172,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.548833966255188,
- 0.3675055205821991,
- null
- ],
- "y": [
- 0.3701911121606827,
- 0.2683919370174408,
- null
- ],
- "z": [
- 0.35247666388750076,
- 0.2071363478899002,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3404928222298622,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.5684515982866287,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.35132237523794174,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3404928222298622,
- 0.22699521481990814,
- null
- ],
- "y": [
- 0.5684515982866287,
- 0.3789677321910858,
- null
- ],
- "z": [
- 0.35132237523794174,
- 0.2342149168252945,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3404928222298622,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.5684515982866287,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.35132237523794174,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3404928222298622,
- 0.20779874920845032,
- null
- ],
- "y": [
- 0.5684515982866287,
- 0.4015079438686371,
- null
- ],
- "z": [
- 0.35132237523794174,
- 0.21356740593910217,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3404928222298622,
- 0.2431202381849289,
- null
- ],
- "y": [
- 0.5684515982866287,
- 0.3862876892089844,
- null
- ],
- "z": [
- 0.35132237523794174,
- 0.2041429728269577,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5192349404096603,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.4138595312833786,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.34873395413160324,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5192349404096603,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.4138595312833786,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.34873395413160324,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5192349404096603,
- 0.33948835730552673,
- null
- ],
- "y": [
- 0.4138595312833786,
- 0.292357861995697,
- null
- ],
- "z": [
- 0.34873395413160324,
- 0.22197869420051575,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5192349404096603,
- 0.3675055205821991,
- null
- ],
- "y": [
- 0.4138595312833786,
- 0.2683919370174408,
- null
- ],
- "z": [
- 0.34873395413160324,
- 0.2071363478899002,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4279322773218155,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.5096000880002975,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.3459503799676895,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4279322773218155,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.5096000880002975,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.3459503799676895,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4279322773218155,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.5096000880002975,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.3459503799676895,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4279322773218155,
- 0.29389262199401855,
- null
- ],
- "y": [
- 0.5096000880002975,
- 0.34409549832344055,
- null
- ],
- "z": [
- 0.3459503799676895,
- 0.2126626968383789,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36646590381860733,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.5566421002149582,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.3440237268805504,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36646590381860733,
- 0.22699521481990814,
- null
- ],
- "y": [
- 0.5566421002149582,
- 0.3789677321910858,
- null
- ],
- "z": [
- 0.3440237268805504,
- 0.2342149168252945,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36646590381860733,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.5566421002149582,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.3440237268805504,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36646590381860733,
- 0.2431202381849289,
- null
- ],
- "y": [
- 0.5566421002149582,
- 0.3862876892089844,
- null
- ],
- "z": [
- 0.3440237268805504,
- 0.2041429728269577,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48720936477184296,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.4552384167909622,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.34334392100572586,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48720936477184296,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.4552384167909622,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.34334392100572586,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.48720936477184296,
- 0.33948835730552673,
- null
- ],
- "y": [
- 0.4552384167909622,
- 0.292357861995697,
- null
- ],
- "z": [
- 0.34334392100572586,
- 0.22197869420051575,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5684515535831451,
- 0.36264950037002563,
- null
- ],
- "y": [
- 0.3513224199414253,
- 0.22412973642349243,
- null
- ],
- "z": [
- 0.3404928892850876,
- 0.26124927401542664,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5684515535831451,
- 0.38628771901130676,
- null
- ],
- "y": [
- 0.3513224199414253,
- 0.2041429728269577,
- null
- ],
- "z": [
- 0.3404928892850876,
- 0.2431202232837677,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5684515535831451,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.3513224199414253,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.3404928892850876,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5684515535831451,
- 0.3789677023887634,
- null
- ],
- "y": [
- 0.3513224199414253,
- 0.23421494662761688,
- null
- ],
- "z": [
- 0.3404928892850876,
- 0.22699525952339172,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5684515535831451,
- 0.4015079736709595,
- null
- ],
- "y": [
- 0.3513224199414253,
- 0.21356739103794098,
- null
- ],
- "z": [
- 0.3404928892850876,
- 0.20779874920845032,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5913105458021164,
- 0.38628771901130676,
- null
- ],
- "y": [
- 0.31352870911359787,
- 0.2041429728269577,
- null
- ],
- "z": [
- 0.3384547010064125,
- 0.2431202232837677,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5913105458021164,
- 0.3789677023887634,
- null
- ],
- "y": [
- 0.31352870911359787,
- 0.23421494662761688,
- null
- ],
- "z": [
- 0.3384547010064125,
- 0.22699525952339172,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5913105458021164,
- 0.4015079736709595,
- null
- ],
- "y": [
- 0.31352870911359787,
- 0.21356739103794098,
- null
- ],
- "z": [
- 0.3384547010064125,
- 0.20779874920845032,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.540232703089714,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.39584559202194214,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.3375720754265785,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.540232703089714,
- 0.3789677023887634,
- null
- ],
- "y": [
- 0.39584559202194214,
- 0.23421494662761688,
- null
- ],
- "z": [
- 0.3375720754265785,
- 0.22699525952339172,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.540232703089714,
- 0.33948835730552673,
- null
- ],
- "y": [
- 0.39584559202194214,
- 0.292357861995697,
- null
- ],
- "z": [
- 0.3375720754265785,
- 0.22197869420051575,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.540232703089714,
- 0.3675055205821991,
- null
- ],
- "y": [
- 0.39584559202194214,
- 0.2683919370174408,
- null
- ],
- "z": [
- 0.3375720754265785,
- 0.2071363478899002,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45301200449466705,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.49410000443458557,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.3363707810640335,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45301200449466705,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.49410000443458557,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.3363707810640335,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.45301200449466705,
- 0.29389262199401855,
- null
- ],
- "y": [
- 0.49410000443458557,
- 0.34409549832344055,
- null
- ],
- "z": [
- 0.3363707810640335,
- 0.2126626968383789,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39187395572662354,
- 0.2426041215658188,
- null
- ],
- "y": [
- 0.543974295258522,
- 0.3522355854511261,
- null
- ],
- "z": [
- 0.33619458228349686,
- 0.25898516178131104,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39187395572662354,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.543974295258522,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.33619458228349686,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39187395572662354,
- 0.22699521481990814,
- null
- ],
- "y": [
- 0.543974295258522,
- 0.3789677321910858,
- null
- ],
- "z": [
- 0.33619458228349686,
- 0.2342149168252945,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39187395572662354,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.543974295258522,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.33619458228349686,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39187395572662354,
- 0.29389262199401855,
- null
- ],
- "y": [
- 0.543974295258522,
- 0.34409549832344055,
- null
- ],
- "z": [
- 0.33619458228349686,
- 0.2126626968383789,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.39187395572662354,
- 0.2431202381849289,
- null
- ],
- "y": [
- 0.543974295258522,
- 0.3862876892089844,
- null
- ],
- "z": [
- 0.33619458228349686,
- 0.2041429728269577,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.32630813866853714,
- 0.22699521481990814,
- null
- ],
- "y": [
- 0.585738480091095,
- 0.3789677321910858,
- null
- ],
- "z": [
- 0.3360557332634926,
- 0.2342149168252945,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.32630813866853714,
- 0.20779874920845032,
- null
- ],
- "y": [
- 0.585738480091095,
- 0.4015079438686371,
- null
- ],
- "z": [
- 0.3360557332634926,
- 0.21356740593910217,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.32630813866853714,
- 0.2431202381849289,
- null
- ],
- "y": [
- 0.585738480091095,
- 0.3862876892089844,
- null
- ],
- "z": [
- 0.3360557332634926,
- 0.2041429728269577,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5092325359582901,
- 0.3232889175415039,
- null
- ],
- "y": [
- 0.43853679299354553,
- 0.28212711215019226,
- null
- ],
- "z": [
- 0.3329680413007736,
- 0.256687730550766,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5092325359582901,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.43853679299354553,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.3329680413007736,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5092325359582901,
- 0.33948835730552673,
- null
- ],
- "y": [
- 0.43853679299354553,
- 0.292357861995697,
- null
- ],
- "z": [
- 0.3329680413007736,
- 0.22197869420051575,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5092325359582901,
- 0.3675055205821991,
- null
- ],
- "y": [
- 0.43853679299354553,
- 0.2683919370174408,
- null
- ],
- "z": [
- 0.3329680413007736,
- 0.2071363478899002,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35280150175094604,
- 0.22699521481990814,
- null
- ],
- "y": [
- 0.57429139316082,
- 0.3789677321910858,
- null
- ],
- "z": [
- 0.3289688229560852,
- 0.2342149168252945,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35280150175094604,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.57429139316082,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.3289688229560852,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35280150175094604,
- 0.20779874920845032,
- null
- ],
- "y": [
- 0.57429139316082,
- 0.4015079438686371,
- null
- ],
- "z": [
- 0.3289688229560852,
- 0.21356740593910217,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.35280150175094604,
- 0.2431202381849289,
- null
- ],
- "y": [
- 0.57429139316082,
- 0.3862876892089844,
- null
- ],
- "z": [
- 0.3289688229560852,
- 0.2041429728269577,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41667768359184265,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.5304677188396454,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.32784707844257355,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41667768359184265,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.5304677188396454,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.32784707844257355,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.41667768359184265,
- 0.29389262199401855,
- null
- ],
- "y": [
- 0.5304677188396454,
- 0.34409549832344055,
- null
- ],
- "z": [
- 0.32784707844257355,
- 0.2126626968383789,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4761347472667694,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.47856035828590393,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.32676543295383453,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4761347472667694,
- 0.33948835730552673,
- null
- ],
- "y": [
- 0.47856035828590393,
- 0.292357861995697,
- null
- ],
- "z": [
- 0.32676543295383453,
- 0.22197869420051575,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4761347472667694,
- 0.29389262199401855,
- null
- ],
- "y": [
- 0.47856035828590393,
- 0.34409549832344055,
- null
- ],
- "z": [
- 0.32676543295383453,
- 0.2126626968383789,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.585738480091095,
- 0.38628771901130676,
- null
- ],
- "y": [
- 0.3360557556152344,
- 0.2041429728269577,
- null
- ],
- "z": [
- 0.32630811631679535,
- 0.2431202232837677,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.585738480091095,
- 0.3789677023887634,
- null
- ],
- "y": [
- 0.3360557556152344,
- 0.23421494662761688,
- null
- ],
- "z": [
- 0.32630811631679535,
- 0.22699525952339172,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.585738480091095,
- 0.4015079736709595,
- null
- ],
- "y": [
- 0.3360557556152344,
- 0.21356739103794098,
- null
- ],
- "z": [
- 0.32630811631679535,
- 0.20779874920845032,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5603296905755997,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.3772747814655304,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.32587480545043945,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5603296905755997,
- 0.3789677023887634,
- null
- ],
- "y": [
- 0.3772747814655304,
- 0.23421494662761688,
- null
- ],
- "z": [
- 0.32587480545043945,
- 0.22699525952339172,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5603296905755997,
- 0.3675055205821991,
- null
- ],
- "y": [
- 0.3772747814655304,
- 0.2683919370174408,
- null
- ],
- "z": [
- 0.32587480545043945,
- 0.2071363478899002,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5306647270917892,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.42089487612247467,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.3220907673239708,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5306647270917892,
- 0.33948835730552673,
- null
- ],
- "y": [
- 0.42089487612247467,
- 0.292357861995697,
- null
- ],
- "z": [
- 0.3220907673239708,
- 0.22197869420051575,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5306647270917892,
- 0.3675055205821991,
- null
- ],
- "y": [
- 0.42089487612247467,
- 0.2683919370174408,
- null
- ],
- "z": [
- 0.3220907673239708,
- 0.2071363478899002,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.37852075695991516,
- 0.22699521481990814,
- null
- ],
- "y": [
- 0.5620646774768829,
- 0.3789677321910858,
- null
- ],
- "z": [
- 0.3214114084839821,
- 0.2342149168252945,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.37852075695991516,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.5620646774768829,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.3214114084839821,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.37852075695991516,
- 0.2431202381849289,
- null
- ],
- "y": [
- 0.5620646774768829,
- 0.3862876892089844,
- null
- ],
- "z": [
- 0.3214114084839821,
- 0.2041429728269577,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3116981238126755,
- 0.22699521481990814,
- null
- ],
- "y": [
- 0.6022619158029556,
- 0.3789677321910858,
- null
- ],
- "z": [
- 0.32035110890865326,
- 0.2342149168252945,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3116981238126755,
- 0.20779874920845032,
- null
- ],
- "y": [
- 0.6022619158029556,
- 0.4015079438686371,
- null
- ],
- "z": [
- 0.32035110890865326,
- 0.21356740593910217,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3116981238126755,
- 0.2431202381849289,
- null
- ],
- "y": [
- 0.6022619158029556,
- 0.3862876892089844,
- null
- ],
- "z": [
- 0.32035110890865326,
- 0.2041429728269577,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44083893299102783,
- 0.2762090563774109,
- null
- ],
- "y": [
- 0.5161432474851608,
- 0.33480602502822876,
- null
- ],
- "z": [
- 0.31899404525756836,
- 0.24822065234184265,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44083893299102783,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.5161432474851608,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.31899404525756836,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44083893299102783,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.5161432474851608,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.31899404525756836,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.44083893299102783,
- 0.29389262199401855,
- null
- ],
- "y": [
- 0.5161432474851608,
- 0.34409549832344055,
- null
- ],
- "z": [
- 0.31899404525756836,
- 0.2126626968383789,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4985760301351547,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.4622197151184082,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.31666208803653717,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4985760301351547,
- 0.33948835730552673,
- null
- ],
- "y": [
- 0.4622197151184082,
- 0.292357861995697,
- null
- ],
- "z": [
- 0.31666208803653717,
- 0.22197869420051575,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5793845057487488,
- 0.3789677023887634,
- null
- ],
- "y": [
- 0.35807935148477554,
- 0.23421494662761688,
- null
- ],
- "z": [
- 0.3139948099851608,
- 0.22699525952339172,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5793845057487488,
- 0.4015079736709595,
- null
- ],
- "y": [
- 0.35807935148477554,
- 0.21356739103794098,
- null
- ],
- "z": [
- 0.3139948099851608,
- 0.20779874920845032,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5793845057487488,
- 0.3675055205821991,
- null
- ],
- "y": [
- 0.35807935148477554,
- 0.2683919370174408,
- null
- ],
- "z": [
- 0.3139948099851608,
- 0.2071363478899002,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3384547233581543,
- 0.22699521481990814,
- null
- ],
- "y": [
- 0.5913105458021164,
- 0.3789677321910858,
- null
- ],
- "z": [
- 0.3135286867618561,
- 0.2342149168252945,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3384547233581543,
- 0.20779874920845032,
- null
- ],
- "y": [
- 0.5913105458021164,
- 0.4015079438686371,
- null
- ],
- "z": [
- 0.3135286867618561,
- 0.21356740593910217,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3384547233581543,
- 0.2431202381849289,
- null
- ],
- "y": [
- 0.5913105458021164,
- 0.3862876892089844,
- null
- ],
- "z": [
- 0.3135286867618561,
- 0.2041429728269577,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4036983847618103,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.5489650815725327,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.31331290304660797,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4036983847618103,
- 0.29389262199401855,
- null
- ],
- "y": [
- 0.5489650815725327,
- 0.34409549832344055,
- null
- ],
- "z": [
- 0.31331290304660797,
- 0.2126626968383789,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4036983847618103,
- 0.2431202381849289,
- null
- ],
- "y": [
- 0.5489650815725327,
- 0.3862876892089844,
- null
- ],
- "z": [
- 0.31331290304660797,
- 0.2041429728269577,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6022619605064392,
- 0.38628771901130676,
- null
- ],
- "y": [
- 0.32035108655691147,
- 0.2041429728269577,
- null
- ],
- "z": [
- 0.3116981238126755,
- 0.2431202232837677,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6022619605064392,
- 0.3789677023887634,
- null
- ],
- "y": [
- 0.32035108655691147,
- 0.23421494662761688,
- null
- ],
- "z": [
- 0.3116981238126755,
- 0.22699525952339172,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.6022619605064392,
- 0.4015079736709595,
- null
- ],
- "y": [
- 0.32035108655691147,
- 0.21356739103794098,
- null
- ],
- "z": [
- 0.3116981238126755,
- 0.20779874920845032,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5512582808732986,
- 0.3522355854511261,
- null
- ],
- "y": [
- 0.4025879055261612,
- 0.25898516178131104,
- null
- ],
- "z": [
- 0.3107045218348503,
- 0.24260413646697998,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5512582808732986,
- 0.33948835730552673,
- null
- ],
- "y": [
- 0.4025879055261612,
- 0.292357861995697,
- null
- ],
- "z": [
- 0.3107045218348503,
- 0.22197869420051575,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5512582808732986,
- 0.3675055205821991,
- null
- ],
- "y": [
- 0.4025879055261612,
- 0.2683919370174408,
- null
- ],
- "z": [
- 0.3107045218348503,
- 0.2071363478899002,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46432046592235565,
- 0.30962076783180237,
- null
- ],
- "y": [
- 0.5010228753089905,
- 0.3141564130783081,
- null
- ],
- "z": [
- 0.30964913964271545,
- 0.23545852303504944,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.46432046592235565,
- 0.29389262199401855,
- null
- ],
- "y": [
- 0.5010228753089905,
- 0.34409549832344055,
- null
- ],
- "z": [
- 0.30964913964271545,
- 0.2126626968383789,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36468035727739334,
- 0.22699521481990814,
- null
- ],
- "y": [
- 0.5794315338134766,
- 0.3789677321910858,
- null
- ],
- "z": [
- 0.30621445924043655,
- 0.2342149168252945,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36468035727739334,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.5794315338134766,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.30621445924043655,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36468035727739334,
- 0.20779874920845032,
- null
- ],
- "y": [
- 0.5794315338134766,
- 0.4015079438686371,
- null
- ],
- "z": [
- 0.30621445924043655,
- 0.21356740593910217,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36468035727739334,
- 0.2431202381849289,
- null
- ],
- "y": [
- 0.5794315338134766,
- 0.3862876892089844,
- null
- ],
- "z": [
- 0.30621445924043655,
- 0.2041429728269577,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5201902985572815,
- 0.33948835730552673,
- null
- ],
- "y": [
- 0.4451812505722046,
- 0.292357861995697,
- null
- ],
- "z": [
- 0.30613021552562714,
- 0.22197869420051575,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.5201902985572815,
- 0.3675055205821991,
- null
- ],
- "y": [
- 0.4451812505722046,
- 0.2683919370174408,
- null
- ],
- "z": [
- 0.30613021552562714,
- 0.2071363478899002,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4282083213329315,
- 0.261249303817749,
- null
- ],
- "y": [
- 0.5350566208362579,
- 0.362649530172348,
- null
- ],
- "z": [
- 0.30471624433994293,
- 0.22412972152233124,
- null
- ]
- },
- {
- "line": {
- "color": "#ff0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4282083213329315,
- 0.29389262199401855,
- null
- ],
- "y": [
- 0.5350566208362579,
- 0.34409549832344055,
- null
- ],
- "z": [
- 0.30471624433994293,
- 0.2126626968383789,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.21356739103794098,
- 0.11710746586322784,
- null
- ],
- "y": [
- 0.20779873430728912,
- 0.11349761486053467,
- null
- ],
- "z": [
- 0.4015079736709595,
- 0.1894838660955429,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2041429579257965,
- 0.11710746586322784,
- null
- ],
- "y": [
- 0.2431202381849289,
- 0.11349761486053467,
- null
- ],
- "z": [
- 0.38628771901130676,
- 0.1894838660955429,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2041429579257965,
- 0.10633134841918945,
- null
- ],
- "y": [
- 0.2431202381849289,
- 0.14694631099700928,
- null
- ],
- "z": [
- 0.38628771901130676,
- 0.17204773426055908,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2342149317264557,
- 0.11710746586322784,
- null
- ],
- "y": [
- 0.22699522972106934,
- 0.11349761486053467,
- null
- ],
- "z": [
- 0.3789677321910858,
- 0.1894838660955429,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2342149317264557,
- 0.10633134841918945,
- null
- ],
- "y": [
- 0.22699522972106934,
- 0.14694631099700928,
- null
- ],
- "z": [
- 0.3789677321910858,
- 0.17204773426055908,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2342149317264557,
- 0.14106354117393494,
- null
- ],
- "y": [
- 0.22699522972106934,
- 0.1283438503742218,
- null
- ],
- "z": [
- 0.3789677321910858,
- 0.16164444386959076,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2683919072151184,
- 0.11710746586322784,
- null
- ],
- "y": [
- 0.207136332988739,
- 0.11349761486053467,
- null
- ],
- "z": [
- 0.3675055503845215,
- 0.1894838660955429,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2683919072151184,
- 0.14106354117393494,
- null
- ],
- "y": [
- 0.207136332988739,
- 0.1283438503742218,
- null
- ],
- "z": [
- 0.3675055503845215,
- 0.16164444386959076,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.22412973642349243,
- 0.11710746586322784,
- null
- ],
- "y": [
- 0.26124927401542664,
- 0.11349761486053467,
- null
- ],
- "z": [
- 0.362649530172348,
- 0.1894838660955429,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.22412973642349243,
- 0.10633134841918945,
- null
- ],
- "y": [
- 0.26124927401542664,
- 0.14694631099700928,
- null
- ],
- "z": [
- 0.362649530172348,
- 0.17204773426055908,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.22412973642349243,
- 0.14106354117393494,
- null
- ],
- "y": [
- 0.26124927401542664,
- 0.1283438503742218,
- null
- ],
- "z": [
- 0.362649530172348,
- 0.16164444386959076,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.25898516178131104,
- 0.11710746586322784,
- null
- ],
- "y": [
- 0.24260413646697998,
- 0.11349761486053467,
- null
- ],
- "z": [
- 0.3522355854511261,
- 0.1894838660955429,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.25898516178131104,
- 0.10633134841918945,
- null
- ],
- "y": [
- 0.24260413646697998,
- 0.14694631099700928,
- null
- ],
- "z": [
- 0.3522355854511261,
- 0.17204773426055908,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.25898516178131104,
- 0.14106354117393494,
- null
- ],
- "y": [
- 0.24260413646697998,
- 0.1283438503742218,
- null
- ],
- "z": [
- 0.3522355854511261,
- 0.16164444386959076,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2126626968383789,
- 0.11710746586322784,
- null
- ],
- "y": [
- 0.29389262199401855,
- 0.11349761486053467,
- null
- ],
- "z": [
- 0.34409546852111816,
- 0.1894838660955429,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2126626968383789,
- 0.10633134841918945,
- null
- ],
- "y": [
- 0.29389262199401855,
- 0.14694631099700928,
- null
- ],
- "z": [
- 0.34409546852111816,
- 0.17204773426055908,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.292357861995697,
- 0.11710746586322784,
- null
- ],
- "y": [
- 0.22197870910167694,
- 0.11349761486053467,
- null
- ],
- "z": [
- 0.33948835730552673,
- 0.1894838660955429,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.292357861995697,
- 0.14106354117393494,
- null
- ],
- "y": [
- 0.22197870910167694,
- 0.1283438503742218,
- null
- ],
- "z": [
- 0.33948835730552673,
- 0.16164444386959076,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.292357861995697,
- 0.17204773426055908,
- null
- ],
- "y": [
- 0.22197870910167694,
- 0.10633135586977005,
- null
- ],
- "z": [
- 0.33948835730552673,
- 0.14694631099700928,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.24822065234184265,
- 0.11710746586322784,
- null
- ],
- "y": [
- 0.2762090265750885,
- 0.11349761486053467,
- null
- ],
- "z": [
- 0.33480599522590637,
- 0.1894838660955429,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.24822065234184265,
- 0.10633134841918945,
- null
- ],
- "y": [
- 0.2762090265750885,
- 0.14694631099700928,
- null
- ],
- "z": [
- 0.33480599522590637,
- 0.17204773426055908,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.24822065234184265,
- 0.14106354117393494,
- null
- ],
- "y": [
- 0.2762090265750885,
- 0.1283438503742218,
- null
- ],
- "z": [
- 0.33480599522590637,
- 0.16164444386959076,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.24822065234184265,
- 0.128343865275383,
- null
- ],
- "y": [
- 0.2762090265750885,
- 0.16164444386959076,
- null
- ],
- "z": [
- 0.33480599522590637,
- 0.14106355607509613,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2821270823478699,
- 0.11710746586322784,
- null
- ],
- "y": [
- 0.2566877007484436,
- 0.11349761486053467,
- null
- ],
- "z": [
- 0.3232888877391815,
- 0.1894838660955429,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2821270823478699,
- 0.14106354117393494,
- null
- ],
- "y": [
- 0.2566877007484436,
- 0.1283438503742218,
- null
- ],
- "z": [
- 0.3232888877391815,
- 0.16164444386959076,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.23545852303504944,
- 0.10633134841918945,
- null
- ],
- "y": [
- 0.30962079763412476,
- 0.14694631099700928,
- null
- ],
- "z": [
- 0.3141564130783081,
- 0.17204773426055908,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.23545852303504944,
- 0.14106354117393494,
- null
- ],
- "y": [
- 0.30962079763412476,
- 0.1283438503742218,
- null
- ],
- "z": [
- 0.3141564130783081,
- 0.16164444386959076,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.23545852303504944,
- 0.128343865275383,
- null
- ],
- "y": [
- 0.30962079763412476,
- 0.16164444386959076,
- null
- ],
- "z": [
- 0.3141564130783081,
- 0.14106355607509613,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3141563832759857,
- 0.14106354117393494,
- null
- ],
- "y": [
- 0.23545852303504944,
- 0.1283438503742218,
- null
- ],
- "z": [
- 0.30962079763412476,
- 0.16164444386959076,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3141563832759857,
- 0.17204773426055908,
- null
- ],
- "y": [
- 0.23545852303504944,
- 0.10633135586977005,
- null
- ],
- "z": [
- 0.30962079763412476,
- 0.14694631099700928,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3141563832759857,
- 0.16164445877075195,
- null
- ],
- "y": [
- 0.23545852303504944,
- 0.14106355607509613,
- null
- ],
- "z": [
- 0.30962079763412476,
- 0.128343865275383,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2703250050544739,
- 0.10633134841918945,
- null
- ],
- "y": [
- 0.29097598791122437,
- 0.14694631099700928,
- null
- ],
- "z": [
- 0.3037390112876892,
- 0.17204773426055908,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2703250050544739,
- 0.14106354117393494,
- null
- ],
- "y": [
- 0.29097598791122437,
- 0.1283438503742218,
- null
- ],
- "z": [
- 0.3037390112876892,
- 0.16164444386959076,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2703250050544739,
- 0.128343865275383,
- null
- ],
- "y": [
- 0.29097598791122437,
- 0.16164444386959076,
- null
- ],
- "z": [
- 0.3037390112876892,
- 0.14106355607509613,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2703250050544739,
- 0.16164445877075195,
- null
- ],
- "y": [
- 0.29097598791122437,
- 0.14106355607509613,
- null
- ],
- "z": [
- 0.3037390112876892,
- 0.128343865275383,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.34409546852111816,
- 0.17204773426055908,
- null
- ],
- "y": [
- 0.2126627117395401,
- 0.10633135586977005,
- null
- ],
- "z": [
- 0.29389262199401855,
- 0.14694631099700928,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.34409546852111816,
- 0.1894838511943817,
- null
- ],
- "y": [
- 0.2126627117395401,
- 0.11710747331380844,
- null
- ],
- "z": [
- 0.29389262199401855,
- 0.11349762976169586,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.22197869420051575,
- 0.10633134841918945,
- null
- ],
- "y": [
- 0.33948835730552673,
- 0.14694631099700928,
- null
- ],
- "z": [
- 0.29235783219337463,
- 0.17204773426055908,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.22197869420051575,
- 0.128343865275383,
- null
- ],
- "y": [
- 0.33948835730552673,
- 0.16164444386959076,
- null
- ],
- "z": [
- 0.29235783219337463,
- 0.14106355607509613,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.22197869420051575,
- 0.11349760740995407,
- null
- ],
- "y": [
- 0.33948835730552673,
- 0.1894838660955429,
- null
- ],
- "z": [
- 0.29235783219337463,
- 0.11710745841264725,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3037390112876892,
- 0.14106354117393494,
- null
- ],
- "y": [
- 0.2703249752521515,
- 0.1283438503742218,
- null
- ],
- "z": [
- 0.290975958108902,
- 0.16164444386959076,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3037390112876892,
- 0.17204773426055908,
- null
- ],
- "y": [
- 0.2703249752521515,
- 0.10633135586977005,
- null
- ],
- "z": [
- 0.290975958108902,
- 0.14694631099700928,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3037390112876892,
- 0.128343865275383,
- null
- ],
- "y": [
- 0.2703249752521515,
- 0.16164444386959076,
- null
- ],
- "z": [
- 0.290975958108902,
- 0.14106355607509613,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3037390112876892,
- 0.16164445877075195,
- null
- ],
- "y": [
- 0.2703249752521515,
- 0.14106355607509613,
- null
- ],
- "z": [
- 0.290975958108902,
- 0.128343865275383,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.256687730550766,
- 0.128343865275383,
- null
- ],
- "y": [
- 0.3232888877391815,
- 0.16164444386959076,
- null
- ],
- "z": [
- 0.28212711215019226,
- 0.14106355607509613,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.256687730550766,
- 0.11349760740995407,
- null
- ],
- "y": [
- 0.3232888877391815,
- 0.1894838660955429,
- null
- ],
- "z": [
- 0.28212711215019226,
- 0.11710745841264725,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33480599522590637,
- 0.14106354117393494,
- null
- ],
- "y": [
- 0.24822066724300385,
- 0.1283438503742218,
- null
- ],
- "z": [
- 0.2762090563774109,
- 0.16164444386959076,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33480599522590637,
- 0.17204773426055908,
- null
- ],
- "y": [
- 0.24822066724300385,
- 0.10633135586977005,
- null
- ],
- "z": [
- 0.2762090563774109,
- 0.14694631099700928,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33480599522590637,
- 0.16164445877075195,
- null
- ],
- "y": [
- 0.24822066724300385,
- 0.14106355607509613,
- null
- ],
- "z": [
- 0.2762090563774109,
- 0.128343865275383,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33480599522590637,
- 0.1894838511943817,
- null
- ],
- "y": [
- 0.24822066724300385,
- 0.11710747331380844,
- null
- ],
- "z": [
- 0.2762090563774109,
- 0.11349762976169586,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.290975958108902,
- 0.14106354117393494,
- null
- ],
- "y": [
- 0.3037390112876892,
- 0.1283438503742218,
- null
- ],
- "z": [
- 0.2703249752521515,
- 0.16164444386959076,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.290975958108902,
- 0.128343865275383,
- null
- ],
- "y": [
- 0.3037390112876892,
- 0.16164444386959076,
- null
- ],
- "z": [
- 0.2703249752521515,
- 0.14106355607509613,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.290975958108902,
- 0.16164445877075195,
- null
- ],
- "y": [
- 0.3037390112876892,
- 0.14106355607509613,
- null
- ],
- "z": [
- 0.2703249752521515,
- 0.128343865275383,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.290975958108902,
- 0.14694631099700928,
- null
- ],
- "y": [
- 0.3037390112876892,
- 0.17204774916172028,
- null
- ],
- "z": [
- 0.2703249752521515,
- 0.10633134841918945,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.20713631808757782,
- 0.128343865275383,
- null
- ],
- "y": [
- 0.3675055205821991,
- 0.16164444386959076,
- null
- ],
- "z": [
- 0.2683919072151184,
- 0.14106355607509613,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.20713631808757782,
- 0.11349760740995407,
- null
- ],
- "y": [
- 0.3675055205821991,
- 0.1894838660955429,
- null
- ],
- "z": [
- 0.2683919072151184,
- 0.11710745841264725,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36264950037002563,
- 0.17204773426055908,
- null
- ],
- "y": [
- 0.22412973642349243,
- 0.10633135586977005,
- null
- ],
- "z": [
- 0.26124927401542664,
- 0.14694631099700928,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36264950037002563,
- 0.16164445877075195,
- null
- ],
- "y": [
- 0.22412973642349243,
- 0.14106355607509613,
- null
- ],
- "z": [
- 0.26124927401542664,
- 0.128343865275383,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.36264950037002563,
- 0.1894838511943817,
- null
- ],
- "y": [
- 0.22412973642349243,
- 0.11710747331380844,
- null
- ],
- "z": [
- 0.26124927401542664,
- 0.11349762976169586,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2426041215658188,
- 0.128343865275383,
- null
- ],
- "y": [
- 0.3522355854511261,
- 0.16164444386959076,
- null
- ],
- "z": [
- 0.25898516178131104,
- 0.14106355607509613,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2426041215658188,
- 0.11349760740995407,
- null
- ],
- "y": [
- 0.3522355854511261,
- 0.1894838660955429,
- null
- ],
- "z": [
- 0.25898516178131104,
- 0.11710745841264725,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2426041215658188,
- 0.14694631099700928,
- null
- ],
- "y": [
- 0.3522355854511261,
- 0.17204774916172028,
- null
- ],
- "z": [
- 0.25898516178131104,
- 0.10633134841918945,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3232889175415039,
- 0.16164445877075195,
- null
- ],
- "y": [
- 0.28212711215019226,
- 0.14106355607509613,
- null
- ],
- "z": [
- 0.256687730550766,
- 0.128343865275383,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3232889175415039,
- 0.1894838511943817,
- null
- ],
- "y": [
- 0.28212711215019226,
- 0.11710747331380844,
- null
- ],
- "z": [
- 0.256687730550766,
- 0.11349762976169586,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2762090563774109,
- 0.128343865275383,
- null
- ],
- "y": [
- 0.33480602502822876,
- 0.16164444386959076,
- null
- ],
- "z": [
- 0.24822065234184265,
- 0.14106355607509613,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2762090563774109,
- 0.16164445877075195,
- null
- ],
- "y": [
- 0.33480602502822876,
- 0.14106355607509613,
- null
- ],
- "z": [
- 0.24822065234184265,
- 0.128343865275383,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2762090563774109,
- 0.11349760740995407,
- null
- ],
- "y": [
- 0.33480602502822876,
- 0.1894838660955429,
- null
- ],
- "z": [
- 0.24822065234184265,
- 0.11710745841264725,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2762090563774109,
- 0.14694631099700928,
- null
- ],
- "y": [
- 0.33480602502822876,
- 0.17204774916172028,
- null
- ],
- "z": [
- 0.24822065234184265,
- 0.10633134841918945,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.38628771901130676,
- 0.17204773426055908,
- null
- ],
- "y": [
- 0.2041429728269577,
- 0.10633135586977005,
- null
- ],
- "z": [
- 0.2431202232837677,
- 0.14694631099700928,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.38628771901130676,
- 0.1894838511943817,
- null
- ],
- "y": [
- 0.2041429728269577,
- 0.11710747331380844,
- null
- ],
- "z": [
- 0.2431202232837677,
- 0.11349762976169586,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3522355854511261,
- 0.17204773426055908,
- null
- ],
- "y": [
- 0.25898516178131104,
- 0.10633135586977005,
- null
- ],
- "z": [
- 0.24260413646697998,
- 0.14694631099700928,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3522355854511261,
- 0.16164445877075195,
- null
- ],
- "y": [
- 0.25898516178131104,
- 0.14106355607509613,
- null
- ],
- "z": [
- 0.24260413646697998,
- 0.128343865275383,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3522355854511261,
- 0.1894838511943817,
- null
- ],
- "y": [
- 0.25898516178131104,
- 0.11710747331380844,
- null
- ],
- "z": [
- 0.24260413646697998,
- 0.11349762976169586,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.30962076783180237,
- 0.128343865275383,
- null
- ],
- "y": [
- 0.3141564130783081,
- 0.16164444386959076,
- null
- ],
- "z": [
- 0.23545852303504944,
- 0.14106355607509613,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.30962076783180237,
- 0.16164445877075195,
- null
- ],
- "y": [
- 0.3141564130783081,
- 0.14106355607509613,
- null
- ],
- "z": [
- 0.23545852303504944,
- 0.128343865275383,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.30962076783180237,
- 0.14694631099700928,
- null
- ],
- "y": [
- 0.3141564130783081,
- 0.17204774916172028,
- null
- ],
- "z": [
- 0.23545852303504944,
- 0.10633134841918945,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.22699521481990814,
- 0.128343865275383,
- null
- ],
- "y": [
- 0.3789677321910858,
- 0.16164444386959076,
- null
- ],
- "z": [
- 0.2342149168252945,
- 0.14106355607509613,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.22699521481990814,
- 0.11349760740995407,
- null
- ],
- "y": [
- 0.3789677321910858,
- 0.1894838660955429,
- null
- ],
- "z": [
- 0.2342149168252945,
- 0.11710745841264725,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.22699521481990814,
- 0.14694631099700928,
- null
- ],
- "y": [
- 0.3789677321910858,
- 0.17204774916172028,
- null
- ],
- "z": [
- 0.2342149168252945,
- 0.10633134841918945,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3789677023887634,
- 0.17204773426055908,
- null
- ],
- "y": [
- 0.23421494662761688,
- 0.10633135586977005,
- null
- ],
- "z": [
- 0.22699525952339172,
- 0.14694631099700928,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3789677023887634,
- 0.16164445877075195,
- null
- ],
- "y": [
- 0.23421494662761688,
- 0.14106355607509613,
- null
- ],
- "z": [
- 0.22699525952339172,
- 0.128343865275383,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3789677023887634,
- 0.1894838511943817,
- null
- ],
- "y": [
- 0.23421494662761688,
- 0.11710747331380844,
- null
- ],
- "z": [
- 0.22699525952339172,
- 0.11349762976169586,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.261249303817749,
- 0.128343865275383,
- null
- ],
- "y": [
- 0.362649530172348,
- 0.16164444386959076,
- null
- ],
- "z": [
- 0.22412972152233124,
- 0.14106355607509613,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.261249303817749,
- 0.11349760740995407,
- null
- ],
- "y": [
- 0.362649530172348,
- 0.1894838660955429,
- null
- ],
- "z": [
- 0.22412972152233124,
- 0.11710745841264725,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.261249303817749,
- 0.14694631099700928,
- null
- ],
- "y": [
- 0.362649530172348,
- 0.17204774916172028,
- null
- ],
- "z": [
- 0.22412972152233124,
- 0.10633134841918945,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33948835730552673,
- 0.16164445877075195,
- null
- ],
- "y": [
- 0.292357861995697,
- 0.14106355607509613,
- null
- ],
- "z": [
- 0.22197869420051575,
- 0.128343865275383,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33948835730552673,
- 0.1894838511943817,
- null
- ],
- "y": [
- 0.292357861995697,
- 0.11710747331380844,
- null
- ],
- "z": [
- 0.22197869420051575,
- 0.11349762976169586,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.33948835730552673,
- 0.14694631099700928,
- null
- ],
- "y": [
- 0.292357861995697,
- 0.17204774916172028,
- null
- ],
- "z": [
- 0.22197869420051575,
- 0.10633134841918945,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.20779874920845032,
- 0.11349760740995407,
- null
- ],
- "y": [
- 0.4015079438686371,
- 0.1894838660955429,
- null
- ],
- "z": [
- 0.21356740593910217,
- 0.11710745841264725,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.29389262199401855,
- 0.11349760740995407,
- null
- ],
- "y": [
- 0.34409549832344055,
- 0.1894838660955429,
- null
- ],
- "z": [
- 0.2126626968383789,
- 0.11710745841264725,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.29389262199401855,
- 0.14694631099700928,
- null
- ],
- "y": [
- 0.34409549832344055,
- 0.17204774916172028,
- null
- ],
- "z": [
- 0.2126626968383789,
- 0.10633134841918945,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.4015079736709595,
- 0.1894838511943817,
- null
- ],
- "y": [
- 0.21356739103794098,
- 0.11710747331380844,
- null
- ],
- "z": [
- 0.20779874920845032,
- 0.11349762976169586,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3675055205821991,
- 0.16164445877075195,
- null
- ],
- "y": [
- 0.2683919370174408,
- 0.14106355607509613,
- null
- ],
- "z": [
- 0.2071363478899002,
- 0.128343865275383,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.3675055205821991,
- 0.1894838511943817,
- null
- ],
- "y": [
- 0.2683919370174408,
- 0.11710747331380844,
- null
- ],
- "z": [
- 0.2071363478899002,
- 0.11349762976169586,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2431202381849289,
- 0.11349760740995407,
- null
- ],
- "y": [
- 0.3862876892089844,
- 0.1894838660955429,
- null
- ],
- "z": [
- 0.2041429728269577,
- 0.11710745841264725,
- null
- ]
- },
- {
- "line": {
- "color": "#dd0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.2431202381849289,
- 0.14694631099700928,
- null
- ],
- "y": [
- 0.3862876892089844,
- 0.17204774916172028,
- null
- ],
- "z": [
- 0.2041429728269577,
- 0.10633134841918945,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.11710746586322784,
- 0,
- null
- ],
- "y": [
- 0.11349761486053467,
- 0,
- null
- ],
- "z": [
- 0.1894838660955429,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.11710746586322784,
- 0,
- null
- ],
- "y": [
- 0.11349761486053467,
- 0,
- null
- ],
- "z": [
- 0.1894838660955429,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.10633134841918945,
- 0,
- null
- ],
- "y": [
- 0.14694631099700928,
- 0,
- null
- ],
- "z": [
- 0.17204773426055908,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.14106354117393494,
- 0,
- null
- ],
- "y": [
- 0.1283438503742218,
- 0,
- null
- ],
- "z": [
- 0.16164444386959076,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.14106354117393494,
- 0,
- null
- ],
- "y": [
- 0.1283438503742218,
- 0,
- null
- ],
- "z": [
- 0.16164444386959076,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.14106354117393494,
- 0,
- null
- ],
- "y": [
- 0.1283438503742218,
- 0,
- null
- ],
- "z": [
- 0.16164444386959076,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.17204773426055908,
- 0,
- null
- ],
- "y": [
- 0.10633135586977005,
- 0,
- null
- ],
- "z": [
- 0.14694631099700928,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.128343865275383,
- 0,
- null
- ],
- "y": [
- 0.16164444386959076,
- 0,
- null
- ],
- "z": [
- 0.14106355607509613,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.128343865275383,
- 0,
- null
- ],
- "y": [
- 0.16164444386959076,
- 0,
- null
- ],
- "z": [
- 0.14106355607509613,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.128343865275383,
- 0,
- null
- ],
- "y": [
- 0.16164444386959076,
- 0,
- null
- ],
- "z": [
- 0.14106355607509613,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.16164445877075195,
- 0,
- null
- ],
- "y": [
- 0.14106355607509613,
- 0,
- null
- ],
- "z": [
- 0.128343865275383,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.16164445877075195,
- 0,
- null
- ],
- "y": [
- 0.14106355607509613,
- 0,
- null
- ],
- "z": [
- 0.128343865275383,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.16164445877075195,
- 0,
- null
- ],
- "y": [
- 0.14106355607509613,
- 0,
- null
- ],
- "z": [
- 0.128343865275383,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.11349760740995407,
- 0,
- null
- ],
- "y": [
- 0.1894838660955429,
- 0,
- null
- ],
- "z": [
- 0.11710745841264725,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.11349760740995407,
- 0,
- null
- ],
- "y": [
- 0.1894838660955429,
- 0,
- null
- ],
- "z": [
- 0.11710745841264725,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.1894838511943817,
- 0,
- null
- ],
- "y": [
- 0.11710747331380844,
- 0,
- null
- ],
- "z": [
- 0.11349762976169586,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.1894838511943817,
- 0,
- null
- ],
- "y": [
- 0.11710747331380844,
- 0,
- null
- ],
- "z": [
- 0.11349762976169586,
- 0,
- null
- ]
- },
- {
- "line": {
- "color": "#bb0000",
- "width": 2
- },
- "mode": "lines",
- "showlegend": false,
- "type": "scatter3d",
- "x": [
- 0.14694631099700928,
- 0,
- null
- ],
- "y": [
- 0.17204774916172028,
- 0,
- null
- ],
- "z": [
- 0.10633134841918945,
- 0,
- null
- ]
- }
- ],
- "layout": {
- "height": 600,
- "scene": {
- "xaxis": {
- "showbackground": false,
- "visible": false
- },
- "yaxis": {
- "showbackground": false,
- "visible": false
- },
- "zaxis": {
- "showbackground": false,
- "visible": false
- }
- },
- "showlegend": false,
- "template": {
- "data": {
- "bar": [
- {
- "error_x": {
- "color": "#2a3f5f"
- },
- "error_y": {
- "color": "#2a3f5f"
- },
- "marker": {
- "line": {
- "color": "#E5ECF6",
- "width": 0.5
- },
- "pattern": {
- "fillmode": "overlay",
- "size": 10,
- "solidity": 0.2
- }
- },
- "type": "bar"
- }
- ],
- "barpolar": [
- {
- "marker": {
- "line": {
- "color": "#E5ECF6",
- "width": 0.5
- },
- "pattern": {
- "fillmode": "overlay",
- "size": 10,
- "solidity": 0.2
- }
- },
- "type": "barpolar"
- }
- ],
- "carpet": [
- {
- "aaxis": {
- "endlinecolor": "#2a3f5f",
- "gridcolor": "white",
- "linecolor": "white",
- "minorgridcolor": "white",
- "startlinecolor": "#2a3f5f"
- },
- "baxis": {
- "endlinecolor": "#2a3f5f",
- "gridcolor": "white",
- "linecolor": "white",
- "minorgridcolor": "white",
- "startlinecolor": "#2a3f5f"
- },
- "type": "carpet"
- }
- ],
- "choropleth": [
- {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- },
- "type": "choropleth"
- }
- ],
- "contour": [
- {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- },
- "colorscale": [
- [
- 0,
- "#0d0887"
- ],
- [
- 0.1111111111111111,
- "#46039f"
- ],
- [
- 0.2222222222222222,
- "#7201a8"
- ],
- [
- 0.3333333333333333,
- "#9c179e"
- ],
- [
- 0.4444444444444444,
- "#bd3786"
- ],
- [
- 0.5555555555555556,
- "#d8576b"
- ],
- [
- 0.6666666666666666,
- "#ed7953"
- ],
- [
- 0.7777777777777778,
- "#fb9f3a"
- ],
- [
- 0.8888888888888888,
- "#fdca26"
- ],
- [
- 1,
- "#f0f921"
- ]
- ],
- "type": "contour"
- }
- ],
- "contourcarpet": [
- {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- },
- "type": "contourcarpet"
- }
- ],
- "heatmap": [
- {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- },
- "colorscale": [
- [
- 0,
- "#0d0887"
- ],
- [
- 0.1111111111111111,
- "#46039f"
- ],
- [
- 0.2222222222222222,
- "#7201a8"
- ],
- [
- 0.3333333333333333,
- "#9c179e"
- ],
- [
- 0.4444444444444444,
- "#bd3786"
- ],
- [
- 0.5555555555555556,
- "#d8576b"
- ],
- [
- 0.6666666666666666,
- "#ed7953"
- ],
- [
- 0.7777777777777778,
- "#fb9f3a"
- ],
- [
- 0.8888888888888888,
- "#fdca26"
- ],
- [
- 1,
- "#f0f921"
- ]
- ],
- "type": "heatmap"
- }
- ],
- "heatmapgl": [
- {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- },
- "colorscale": [
- [
- 0,
- "#0d0887"
- ],
- [
- 0.1111111111111111,
- "#46039f"
- ],
- [
- 0.2222222222222222,
- "#7201a8"
- ],
- [
- 0.3333333333333333,
- "#9c179e"
- ],
- [
- 0.4444444444444444,
- "#bd3786"
- ],
- [
- 0.5555555555555556,
- "#d8576b"
- ],
- [
- 0.6666666666666666,
- "#ed7953"
- ],
- [
- 0.7777777777777778,
- "#fb9f3a"
- ],
- [
- 0.8888888888888888,
- "#fdca26"
- ],
- [
- 1,
- "#f0f921"
- ]
- ],
- "type": "heatmapgl"
- }
- ],
- "histogram": [
- {
- "marker": {
- "pattern": {
- "fillmode": "overlay",
- "size": 10,
- "solidity": 0.2
- }
- },
- "type": "histogram"
- }
- ],
- "histogram2d": [
- {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- },
- "colorscale": [
- [
- 0,
- "#0d0887"
- ],
- [
- 0.1111111111111111,
- "#46039f"
- ],
- [
- 0.2222222222222222,
- "#7201a8"
- ],
- [
- 0.3333333333333333,
- "#9c179e"
- ],
- [
- 0.4444444444444444,
- "#bd3786"
- ],
- [
- 0.5555555555555556,
- "#d8576b"
- ],
- [
- 0.6666666666666666,
- "#ed7953"
- ],
- [
- 0.7777777777777778,
- "#fb9f3a"
- ],
- [
- 0.8888888888888888,
- "#fdca26"
- ],
- [
- 1,
- "#f0f921"
- ]
- ],
- "type": "histogram2d"
- }
- ],
- "histogram2dcontour": [
- {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- },
- "colorscale": [
- [
- 0,
- "#0d0887"
- ],
- [
- 0.1111111111111111,
- "#46039f"
- ],
- [
- 0.2222222222222222,
- "#7201a8"
- ],
- [
- 0.3333333333333333,
- "#9c179e"
- ],
- [
- 0.4444444444444444,
- "#bd3786"
- ],
- [
- 0.5555555555555556,
- "#d8576b"
- ],
- [
- 0.6666666666666666,
- "#ed7953"
- ],
- [
- 0.7777777777777778,
- "#fb9f3a"
- ],
- [
- 0.8888888888888888,
- "#fdca26"
- ],
- [
- 1,
- "#f0f921"
- ]
- ],
- "type": "histogram2dcontour"
- }
- ],
- "mesh3d": [
- {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- },
- "type": "mesh3d"
- }
- ],
- "parcoords": [
- {
- "line": {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- }
- },
- "type": "parcoords"
- }
- ],
- "pie": [
- {
- "automargin": true,
- "type": "pie"
- }
- ],
- "scatter": [
- {
- "fillpattern": {
- "fillmode": "overlay",
- "size": 10,
- "solidity": 0.2
- },
- "type": "scatter"
- }
- ],
- "scatter3d": [
- {
- "line": {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- }
- },
- "marker": {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- }
- },
- "type": "scatter3d"
- }
- ],
- "scattercarpet": [
- {
- "marker": {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- }
- },
- "type": "scattercarpet"
- }
- ],
- "scattergeo": [
- {
- "marker": {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- }
- },
- "type": "scattergeo"
- }
- ],
- "scattergl": [
- {
- "marker": {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- }
- },
- "type": "scattergl"
- }
- ],
- "scattermapbox": [
- {
- "marker": {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- }
- },
- "type": "scattermapbox"
- }
- ],
- "scatterpolar": [
- {
- "marker": {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- }
- },
- "type": "scatterpolar"
- }
- ],
- "scatterpolargl": [
- {
- "marker": {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- }
- },
- "type": "scatterpolargl"
- }
- ],
- "scatterternary": [
- {
- "marker": {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- }
- },
- "type": "scatterternary"
- }
- ],
- "surface": [
- {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- },
- "colorscale": [
- [
- 0,
- "#0d0887"
- ],
- [
- 0.1111111111111111,
- "#46039f"
- ],
- [
- 0.2222222222222222,
- "#7201a8"
- ],
- [
- 0.3333333333333333,
- "#9c179e"
- ],
- [
- 0.4444444444444444,
- "#bd3786"
- ],
- [
- 0.5555555555555556,
- "#d8576b"
- ],
- [
- 0.6666666666666666,
- "#ed7953"
- ],
- [
- 0.7777777777777778,
- "#fb9f3a"
- ],
- [
- 0.8888888888888888,
- "#fdca26"
- ],
- [
- 1,
- "#f0f921"
- ]
- ],
- "type": "surface"
- }
- ],
- "table": [
- {
- "cells": {
- "fill": {
- "color": "#EBF0F8"
- },
- "line": {
- "color": "white"
- }
- },
- "header": {
- "fill": {
- "color": "#C8D4E3"
- },
- "line": {
- "color": "white"
- }
- },
- "type": "table"
- }
- ]
- },
- "layout": {
- "annotationdefaults": {
- "arrowcolor": "#2a3f5f",
- "arrowhead": 0,
- "arrowwidth": 1
- },
- "autotypenumbers": "strict",
- "coloraxis": {
- "colorbar": {
- "outlinewidth": 0,
- "ticks": ""
- }
- },
- "colorscale": {
- "diverging": [
- [
- 0,
- "#8e0152"
- ],
- [
- 0.1,
- "#c51b7d"
- ],
- [
- 0.2,
- "#de77ae"
- ],
- [
- 0.3,
- "#f1b6da"
- ],
- [
- 0.4,
- "#fde0ef"
- ],
- [
- 0.5,
- "#f7f7f7"
- ],
- [
- 0.6,
- "#e6f5d0"
- ],
- [
- 0.7,
- "#b8e186"
- ],
- [
- 0.8,
- "#7fbc41"
- ],
- [
- 0.9,
- "#4d9221"
- ],
- [
- 1,
- "#276419"
- ]
- ],
- "sequential": [
- [
- 0,
- "#0d0887"
- ],
- [
- 0.1111111111111111,
- "#46039f"
- ],
- [
- 0.2222222222222222,
- "#7201a8"
- ],
- [
- 0.3333333333333333,
- "#9c179e"
- ],
- [
- 0.4444444444444444,
- "#bd3786"
- ],
- [
- 0.5555555555555556,
- "#d8576b"
- ],
- [
- 0.6666666666666666,
- "#ed7953"
- ],
- [
- 0.7777777777777778,
- "#fb9f3a"
- ],
- [
- 0.8888888888888888,
- "#fdca26"
- ],
- [
- 1,
- "#f0f921"
- ]
- ],
- "sequentialminus": [
- [
- 0,
- "#0d0887"
- ],
- [
- 0.1111111111111111,
- "#46039f"
- ],
- [
- 0.2222222222222222,
- "#7201a8"
- ],
- [
- 0.3333333333333333,
- "#9c179e"
- ],
- [
- 0.4444444444444444,
- "#bd3786"
- ],
- [
- 0.5555555555555556,
- "#d8576b"
- ],
- [
- 0.6666666666666666,
- "#ed7953"
- ],
- [
- 0.7777777777777778,
- "#fb9f3a"
- ],
- [
- 0.8888888888888888,
- "#fdca26"
- ],
- [
- 1,
- "#f0f921"
- ]
- ]
- },
- "colorway": [
- "#636efa",
- "#EF553B",
- "#00cc96",
- "#ab63fa",
- "#FFA15A",
- "#19d3f3",
- "#FF6692",
- "#B6E880",
- "#FF97FF",
- "#FECB52"
- ],
- "font": {
- "color": "#2a3f5f"
- },
- "geo": {
- "bgcolor": "white",
- "lakecolor": "white",
- "landcolor": "#E5ECF6",
- "showlakes": true,
- "showland": true,
- "subunitcolor": "white"
- },
- "hoverlabel": {
- "align": "left"
- },
- "hovermode": "closest",
- "mapbox": {
- "style": "light"
- },
- "paper_bgcolor": "white",
- "plot_bgcolor": "#E5ECF6",
- "polar": {
- "angularaxis": {
- "gridcolor": "white",
- "linecolor": "white",
- "ticks": ""
- },
- "bgcolor": "#E5ECF6",
- "radialaxis": {
- "gridcolor": "white",
- "linecolor": "white",
- "ticks": ""
- }
- },
- "scene": {
- "xaxis": {
- "backgroundcolor": "#E5ECF6",
- "gridcolor": "white",
- "gridwidth": 2,
- "linecolor": "white",
- "showbackground": true,
- "ticks": "",
- "zerolinecolor": "white"
- },
- "yaxis": {
- "backgroundcolor": "#E5ECF6",
- "gridcolor": "white",
- "gridwidth": 2,
- "linecolor": "white",
- "showbackground": true,
- "ticks": "",
- "zerolinecolor": "white"
- },
- "zaxis": {
- "backgroundcolor": "#E5ECF6",
- "gridcolor": "white",
- "gridwidth": 2,
- "linecolor": "white",
- "showbackground": true,
- "ticks": "",
- "zerolinecolor": "white"
- }
- },
- "shapedefaults": {
- "line": {
- "color": "#2a3f5f"
- }
- },
- "ternary": {
- "aaxis": {
- "gridcolor": "white",
- "linecolor": "white",
- "ticks": ""
- },
- "baxis": {
- "gridcolor": "white",
- "linecolor": "white",
- "ticks": ""
- },
- "bgcolor": "#E5ECF6",
- "caxis": {
- "gridcolor": "white",
- "linecolor": "white",
- "ticks": ""
- }
- },
- "title": {
- "x": 0.05
- },
- "xaxis": {
- "automargin": true,
- "gridcolor": "white",
- "linecolor": "white",
- "ticks": "",
- "title": {
- "standoff": 15
- },
- "zerolinecolor": "white",
- "zerolinewidth": 2
- },
- "yaxis": {
- "automargin": true,
- "gridcolor": "white",
- "linecolor": "white",
- "ticks": "",
- "title": {
- "standoff": 15
- },
- "zerolinecolor": "white",
- "zerolinewidth": 2
- }
- }
- },
- "title": {
- "text": "Hierarchical Graph Visualisation
Downscaling",
- "x": 0.5,
- "xanchor": "center",
- "y": 0.95,
- "yanchor": "top"
- },
- "width": 900
- }
- },
- "text/html": [
- "