{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Building Polyphenylene\n", "\n", "In this tutorial we will build the first reported dendrimer polyphenylene By Mullen et al. \n", "\n", "![](https://upload.wikimedia.org/wikipedia/commons/4/4a/Dendrimer_ChemEurJ_2002_3858.jpg)\n", "\n", "\"Single-Crystal Structures of Polyphenylene Dendrimers\". Chemistry: A European Journal. 8 (17): 3858–3864. 2002. doi:10.1002/1521-3765(20020902)8:17<3858::AID-CHEM3858>3.0.CO;2-5." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "We can generate the entire structure using benzene fragments. Because there are many fragments connecting to the same residues, we can automate some of the process using for-loops to make our life just a little bit easier. So let's get started!" ] }, { "cell_type": "code", "execution_count": 19, "metadata": {}, "outputs": [ { "data": { "text/html": [ " \n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "import plotly\n", "plotly.offline.init_notebook_mode()" ] }, { "cell_type": "code", "execution_count": 20, "metadata": {}, "outputs": [], "source": [ "import biobuild as bb" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "First let's get the benzene" ] }, { "cell_type": "code", "execution_count": 21, "metadata": {}, "outputs": [], "source": [ "bb.load_small_molecules()" ] }, { "cell_type": "code", "execution_count": 22, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ "C1", 1, 1, "BNZ", "A" ], [ "C2", 2, 1, "BNZ", "A" ], [ "C3", 3, 1, "BNZ", "A" ], [ "C4", 4, 1, "BNZ", "A" ], [ "C5", 5, 1, "BNZ", "A" ], [ "C6", 6, 1, "BNZ", "A" ] ], "hovertemplate": "atom_element=C
x=%{x}
y=%{y}
z=%{z}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "C", "marker": { "color": "darkslategray", "opacity": 1, "symbol": "circle" }, "mode": "markers", "name": "C", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 0.675, -0.707, -1.382, -0.675, 0.707, 1.382 ], "y": [ -1.206, -1.188, 0.019, 1.206, 1.188, -0.019 ], "z": [ 0, 0, 0, 0, 0.001, -0.001 ] }, { "customdata": [ [ "H1", 7, 1, "BNZ", "A" ], [ "H2", 8, 1, "BNZ", "A" ], [ "H3", 9, 1, "BNZ", "A" ], [ "H4", 10, 1, "BNZ", "A" ], [ "H5", 11, 1, "BNZ", "A" ], [ "H6", 12, 1, "BNZ", "A" ] ], "hovertemplate": "atom_element=H
x=%{x}
y=%{y}
z=%{z}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "H", "marker": { "color": "lightgray", "opacity": 1, "symbol": "circle" }, "mode": "markers", "name": "H", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 1.202, -1.26, -2.462, -1.202, 1.26, 2.462 ], "y": [ -2.149, -2.115, 0.034, 2.149, 2.115, -0.034 ], "z": [ 0.004, 0, -0.001, -0.001, 0, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, -0.707 ], "y": [ -1.206, -1.188 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, 1.382 ], "y": [ -1.206, -0.019 ], "z": [ 0, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, 1.202 ], "y": [ -1.206, -2.149 ], "z": [ 0, 0.004 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.707, -1.382 ], "y": [ -1.188, 0.019 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.707, -1.26 ], "y": [ -1.188, -2.115 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.382, -0.675 ], "y": [ 0.019, 1.206 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.382, -2.462 ], "y": [ 0.019, 0.034 ], "z": [ 0, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.675, 0.707 ], "y": [ 1.206, 1.188 ], "z": [ 0, 0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.675, -1.202 ], "y": [ 1.206, 2.149 ], "z": [ 0, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.707, 1.382 ], "y": [ 1.188, -0.019 ], "z": [ 0.001, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.707, 1.26 ], "y": [ 1.188, 2.115 ], "z": [ 0.001, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.382, 2.462 ], "y": [ -0.019, -0.034 ], "z": [ -0.001, -0.001 ] } ], "layout": { "scene": { "xaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "zaxis": { "showgrid": false, "showline": false, "showticklabels": false } }, "template": { "data": { "bar": [ { "error_x": { "color": "rgb(36,36,36)" }, "error_y": { "color": "rgb(36,36,36)" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "line": { "color": "white", "width": 0.6 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "colorscale": { "diverging": [ [ 0, "rgb(103,0,31)" ], [ 0.1, "rgb(178,24,43)" ], [ 0.2, "rgb(214,96,77)" ], [ 0.3, "rgb(244,165,130)" ], [ 0.4, "rgb(253,219,199)" ], [ 0.5, "rgb(247,247,247)" ], [ 0.6, "rgb(209,229,240)" ], [ 0.7, "rgb(146,197,222)" ], [ 0.8, "rgb(67,147,195)" ], [ 0.9, "rgb(33,102,172)" ], [ 1, "rgb(5,48,97)" ] ], "sequential": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "sequentialminus": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ] }, "colorway": [ "#1F77B4", "#FF7F0E", "#2CA02C", "#D62728", "#9467BD", "#8C564B", "#E377C2", "#7F7F7F", "#BCBD22", "#17BECF" ], "font": { "color": "rgb(36,36,36)" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "radialaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } }, "shapedefaults": { "fillcolor": "black", "line": { "width": 0 }, "opacity": 0.3 }, "ternary": { "aaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "baxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "caxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "benzene = bb.get_compound(\"benzene\")\n", "# don't worry about the skewed visuals \n", "# (that's because there are miniscule difference in the z-axis, < 1e-2A)\n", "benzene.show()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "We can start by generating the peripheral multi-rings by attaching five benzenes to one in the middle. We could for instance do something like this:" ] }, { "cell_type": "code", "execution_count": 23, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ "C1", 1, 1, "BNZ", "A" ], [ "C2", 2, 1, "BNZ", "A" ], [ "C3", 3, 1, "BNZ", "A" ], [ "C4", 4, 1, "BNZ", "A" ], [ "C5", 5, 1, "BNZ", "A" ], [ "C6", 6, 1, "BNZ", "A" ], [ "C1", 8, 2, "BNZ", "A" ], [ "C2", 9, 2, "BNZ", "A" ], [ "C3", 10, 2, "BNZ", "A" ], [ "C4", 11, 2, "BNZ", "A" ], [ "C5", 12, 2, "BNZ", "A" ], [ "C6", 13, 2, "BNZ", "A" ], [ "C1", 19, 3, "BNZ", "A" ], [ "C2", 20, 3, "BNZ", "A" ], [ "C3", 21, 3, "BNZ", "A" ], [ "C4", 22, 3, "BNZ", "A" ], [ "C5", 23, 3, "BNZ", "A" ], [ "C6", 24, 3, "BNZ", "A" ], [ "C1", 30, 4, "BNZ", "A" ], [ "C2", 31, 4, "BNZ", "A" ], [ "C3", 32, 4, "BNZ", "A" ], [ "C4", 33, 4, "BNZ", "A" ], [ "C5", 34, 4, "BNZ", "A" ], [ "C6", 35, 4, "BNZ", "A" ], [ "C1", 41, 5, "BNZ", "A" ], [ "C2", 42, 5, "BNZ", "A" ], [ "C3", 43, 5, "BNZ", "A" ], [ "C4", 44, 5, "BNZ", "A" ], [ "C5", 45, 5, "BNZ", "A" ], [ "C6", 46, 5, "BNZ", "A" ], [ "C1", 52, 6, "BNZ", "A" ], [ "C2", 53, 6, "BNZ", "A" ], [ "C3", 54, 6, "BNZ", "A" ], [ "C4", 55, 6, "BNZ", "A" ], [ "C5", 56, 6, "BNZ", "A" ], [ "C6", 57, 6, "BNZ", "A" ] ], "hovertemplate": "atom_element=C
x=%{x}
y=%{y}
z=%{z}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "C", "marker": { "color": "darkslategray", "opacity": 1, "symbol": "circle" }, "mode": "markers", "name": "C", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 0.675, -0.707, -1.382, -0.675, 0.707, 1.382, 1.202, 0.4997034019487716, 1.1734817013735952, 2.5478594052423436, 3.2500545781095997, 2.5764791290527214, -1.260220136925507, -0.876314345142289, -1.5876103402972357, -2.681311880273875, -3.0658131751811064, -2.353326173778134, -2.462085161967689, -3.137776808841744, -4.520513001708858, -5.225800402377734, -4.550097667601923, -3.1673836505383184, -1.202001693469762, -0.5314793001765509, -1.2069728401335467, -2.551314620840891, -3.2220676714035474, -2.546112816907661, 1.2602200181756427, 0.600962160334217, 1.308329477427247, 2.6732364808921596, 3.3323406768636863, 2.625280683510456 ], "y": [ -1.206, -1.188, 0.019, 1.206, 1.188, -0.019, -2.149, -3.3323666693554412, -4.540006310264481, -4.563228284934258, -3.3799098407935353, -2.172173749455062, -2.115369017956501, -3.147726094482904, -4.3336925064016825, -4.486163909673239, -3.4534472753847085, -2.268199978990184, 0.03400118280510691, 1.0155567065668936, 1.0380886309901785, 0.07982764015180815, -0.9011421507465909, -0.9248455408966517, 2.149003030250447, 3.3137176489067066, 4.520424945242278, 4.561352976094872, 3.3965041897863784, 2.190065228755276, 2.1153688188947934, 3.312211167590789, 4.5005151727713955, 4.490969092729705, 3.294213037287392, 2.1057364455994207 ], "z": [ 0, 0, 0, 0, 0.001, -0.001, 0.004000000000000001, -0.12511550729592263, -0.1149518008224078, 0.02420518606974403, 0.15431436698447806, 0.1421633132733405, -2.168404344971009e-19, 0.8349270684204453, 0.8388864972978308, 0.00859292714500215, -0.8256157442786615, -0.8310119671496103, -0.001000078853673789, -0.7011697383772428, -0.6985366190977598, 0.0036909479310533668, 0.704671035780375, 0.700417059849387, -0.0010000032134151085, -0.32362606722676673, -0.32994891839223167, -0.013898174151477222, 0.30776414909530586, 0.31601448179390784, -3.978628854296295e-7, 0.20783479945024452, 0.20158420105197797, -0.01232172277499309, -0.22114126835175119, -0.21292197342622834 ] }, { "customdata": [ [ "H6", 7, 1, "BNZ", "A" ], [ "H2", 14, 2, "BNZ", "A" ], [ "H3", 15, 2, "BNZ", "A" ], [ "H4", 16, 2, "BNZ", "A" ], [ "H5", 17, 2, "BNZ", "A" ], [ "H6", 18, 2, "BNZ", "A" ], [ "H2", 25, 3, "BNZ", "A" ], [ "H3", 26, 3, "BNZ", "A" ], [ "H4", 27, 3, "BNZ", "A" ], [ "H5", 28, 3, "BNZ", "A" ], [ "H6", 29, 3, "BNZ", "A" ], [ "H2", 36, 4, "BNZ", "A" ], [ "H3", 37, 4, "BNZ", "A" ], [ "H4", 38, 4, "BNZ", "A" ], [ "H5", 39, 4, "BNZ", "A" ], [ "H6", 40, 4, "BNZ", "A" ], [ "H2", 47, 5, "BNZ", "A" ], [ "H3", 48, 5, "BNZ", "A" ], [ "H4", 49, 5, "BNZ", "A" ], [ "H5", 50, 5, "BNZ", "A" ], [ "H6", 51, 5, "BNZ", "A" ], [ "H2", 58, 6, "BNZ", "A" ], [ "H3", 59, 6, "BNZ", "A" ], [ "H4", 60, 6, "BNZ", "A" ], [ "H5", 61, 6, "BNZ", "A" ], [ "H6", 62, 6, "BNZ", "A" ] ], "hovertemplate": "atom_element=H
x=%{x}
y=%{y}
z=%{z}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "H", "marker": { "color": "lightgray", "opacity": 1, "symbol": "circle" }, "mode": "markers", "name": "H", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 2.462, -0.5740782165888332, 0.6255472104804213, 3.0745551296904265, 4.323937621831178, 3.124515045129868, -0.021929160687207128, -1.2877018155844444, -3.236538663496929, -3.919602856512175, -2.6526391953669126, -2.5873863826617876, -5.049381063096924, -6.305937462607847, -5.100499181683636, -2.6385266770520084, 0.5188255269546498, -0.6835262954787746, -3.0790099795887502, -4.272141841265302, -3.0693287042929875, -0.465396520422729, 0.7940907616771147, 3.226215531633746, 4.398853019490533, 3.1396730611304884 ], "y": [ -0.034, -3.3149625780050096, -5.465221396116291, -5.50637296057841, -3.39726570692925, -1.2469104383885345, -3.029288749793466, -5.1413455582784575, -5.41282327229986, -3.5722441778362737, -1.4609064848755358, 1.764536388306712, 1.8042091811804404, 0.09658720435218579, -1.6507075653497973, -1.691551823950302, 3.2824741318868598, 5.431252662353264, 5.503956533639064, 3.4278818744584605, 1.279371679296525, 3.320406267488943, 5.436202921957033, 5.418965610280339, 3.285931644135556, 1.169962403160101 ], "z": [ -0.001, -0.23387272910224097, -0.2167891152109349, 0.031186206926178125, 0.26207791517198503, 0.24300695404305633, 1.4838774147232823, 1.490329069286129, 0.010748118135347817, -1.4752844875782805, -1.4831729361346915, -1.250021098137211, -1.2462444574749374, 0.005122075200963264, 1.2527119672145908, 1.247314469900813, -0.5706515977881427, -0.5809919119837093, -0.017789402878013023, 0.5557534204232504, 0.5680212161519538, 0.37501734731923114, 0.3649028443465221, -0.016275563291648518, -0.3873394679571098, -0.3752562684571443 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, -0.707 ], "y": [ -1.206, -1.188 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, 1.382 ], "y": [ -1.206, -0.019 ], "z": [ 0, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, 1.202 ], "y": [ -1.206, -2.149 ], "z": [ 0, 0.004000000000000001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.707, -1.382 ], "y": [ -1.188, 0.019 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.707, -1.260220136925507 ], "y": [ -1.188, -2.115369017956501 ], "z": [ 0, -2.168404344971009e-19 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.382, -0.675 ], "y": [ 0.019, 1.206 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.382, -2.462085161967689 ], "y": [ 0.019, 0.03400118280510691 ], "z": [ 0, -0.001000078853673789 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.675, 0.707 ], "y": [ 1.206, 1.188 ], "z": [ 0, 0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.675, -1.202001693469762 ], "y": [ 1.206, 2.149003030250447 ], "z": [ 0, -0.0010000032134151085 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.707, 1.382 ], "y": [ 1.188, -0.019 ], "z": [ 0.001, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.707, 1.2602200181756427 ], "y": [ 1.188, 2.1153688188947934 ], "z": [ 0.001, -3.978628854296295e-7 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.382, 2.462 ], "y": [ -0.019, -0.034 ], "z": [ -0.001, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.202, 0.4997034019487716 ], "y": [ -2.149, -3.3323666693554412 ], "z": [ 0.004000000000000001, -0.12511550729592263 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.202, 2.5764791290527214 ], "y": [ -2.149, -2.172173749455062 ], "z": [ 0.004000000000000001, 0.1421633132733405 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.4997034019487716, 1.1734817013735952 ], "y": [ -3.3323666693554412, -4.540006310264481 ], "z": [ -0.12511550729592263, -0.1149518008224078 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.4997034019487716, -0.5740782165888332 ], "y": [ -3.3323666693554412, -3.3149625780050096 ], "z": [ -0.12511550729592263, -0.23387272910224097 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1734817013735952, 2.5478594052423436 ], "y": [ -4.540006310264481, -4.563228284934258 ], "z": [ -0.1149518008224078, 0.02420518606974403 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1734817013735952, 0.6255472104804213 ], "y": [ -4.540006310264481, -5.465221396116291 ], "z": [ -0.1149518008224078, -0.2167891152109349 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5478594052423436, 3.2500545781095997 ], "y": [ -4.563228284934258, -3.3799098407935353 ], "z": [ 0.02420518606974403, 0.15431436698447806 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5478594052423436, 3.0745551296904265 ], "y": [ -4.563228284934258, -5.50637296057841 ], "z": [ 0.02420518606974403, 0.031186206926178125 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.2500545781095997, 2.5764791290527214 ], "y": [ -3.3799098407935353, -2.172173749455062 ], "z": [ 0.15431436698447806, 0.1421633132733405 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.2500545781095997, 4.323937621831178 ], "y": [ -3.3799098407935353, -3.39726570692925 ], "z": [ 0.15431436698447806, 0.26207791517198503 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5764791290527214, 3.124515045129868 ], "y": [ -2.172173749455062, -1.2469104383885345 ], "z": [ 0.1421633132733405, 0.24300695404305633 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.260220136925507, -0.876314345142289 ], "y": [ -2.115369017956501, -3.147726094482904 ], "z": [ -2.168404344971009e-19, 0.8349270684204453 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.260220136925507, -2.353326173778134 ], "y": [ -2.115369017956501, -2.268199978990184 ], "z": [ -2.168404344971009e-19, -0.8310119671496103 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.876314345142289, -1.5876103402972357 ], "y": [ -3.147726094482904, -4.3336925064016825 ], "z": [ 0.8349270684204453, 0.8388864972978308 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.876314345142289, -0.021929160687207128 ], "y": [ -3.147726094482904, -3.029288749793466 ], "z": [ 0.8349270684204453, 1.4838774147232823 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5876103402972357, -2.681311880273875 ], "y": [ -4.3336925064016825, -4.486163909673239 ], "z": [ 0.8388864972978308, 0.00859292714500215 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5876103402972357, -1.2877018155844444 ], "y": [ -4.3336925064016825, -5.1413455582784575 ], "z": [ 0.8388864972978308, 1.490329069286129 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.681311880273875, -3.0658131751811064 ], "y": [ -4.486163909673239, -3.4534472753847085 ], "z": [ 0.00859292714500215, -0.8256157442786615 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.681311880273875, -3.236538663496929 ], "y": [ -4.486163909673239, -5.41282327229986 ], "z": [ 0.00859292714500215, 0.010748118135347817 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0658131751811064, -2.353326173778134 ], "y": [ -3.4534472753847085, -2.268199978990184 ], "z": [ -0.8256157442786615, -0.8310119671496103 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0658131751811064, -3.919602856512175 ], "y": [ -3.4534472753847085, -3.5722441778362737 ], "z": [ -0.8256157442786615, -1.4752844875782805 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.353326173778134, -2.6526391953669126 ], "y": [ -2.268199978990184, -1.4609064848755358 ], "z": [ -0.8310119671496103, -1.4831729361346915 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.462085161967689, -3.137776808841744 ], "y": [ 0.03400118280510691, 1.0155567065668936 ], "z": [ -0.001000078853673789, -0.7011697383772428 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.462085161967689, -3.1673836505383184 ], "y": [ 0.03400118280510691, -0.9248455408966517 ], "z": [ -0.001000078853673789, 0.700417059849387 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.137776808841744, -4.520513001708858 ], "y": [ 1.0155567065668936, 1.0380886309901785 ], "z": [ -0.7011697383772428, -0.6985366190977598 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.137776808841744, -2.5873863826617876 ], "y": [ 1.0155567065668936, 1.764536388306712 ], "z": [ -0.7011697383772428, -1.250021098137211 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.520513001708858, -5.225800402377734 ], "y": [ 1.0380886309901785, 0.07982764015180815 ], "z": [ -0.6985366190977598, 0.0036909479310533668 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.520513001708858, -5.049381063096924 ], "y": [ 1.0380886309901785, 1.8042091811804404 ], "z": [ -0.6985366190977598, -1.2462444574749374 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.225800402377734, -4.550097667601923 ], "y": [ 0.07982764015180815, -0.9011421507465909 ], "z": [ 0.0036909479310533668, 0.704671035780375 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.225800402377734, -6.305937462607847 ], "y": [ 0.07982764015180815, 0.09658720435218579 ], "z": [ 0.0036909479310533668, 0.005122075200963264 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.550097667601923, -3.1673836505383184 ], "y": [ -0.9011421507465909, -0.9248455408966517 ], "z": [ 0.704671035780375, 0.700417059849387 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.550097667601923, -5.100499181683636 ], "y": [ -0.9011421507465909, -1.6507075653497973 ], "z": [ 0.704671035780375, 1.2527119672145908 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1673836505383184, -2.6385266770520084 ], "y": [ -0.9248455408966517, -1.691551823950302 ], "z": [ 0.700417059849387, 1.247314469900813 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.202001693469762, -0.5314793001765509 ], "y": [ 2.149003030250447, 3.3137176489067066 ], "z": [ -0.0010000032134151085, -0.32362606722676673 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.202001693469762, -2.546112816907661 ], "y": [ 2.149003030250447, 2.190065228755276 ], "z": [ -0.0010000032134151085, 0.31601448179390784 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.5314793001765509, -1.2069728401335467 ], "y": [ 3.3137176489067066, 4.520424945242278 ], "z": [ -0.32362606722676673, -0.32994891839223167 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.5314793001765509, 0.5188255269546498 ], "y": [ 3.3137176489067066, 3.2824741318868598 ], "z": [ -0.32362606722676673, -0.5706515977881427 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.2069728401335467, -2.551314620840891 ], "y": [ 4.520424945242278, 4.561352976094872 ], "z": [ -0.32994891839223167, -0.013898174151477222 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.2069728401335467, -0.6835262954787746 ], "y": [ 4.520424945242278, 5.431252662353264 ], "z": [ -0.32994891839223167, -0.5809919119837093 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.551314620840891, -3.2220676714035474 ], "y": [ 4.561352976094872, 3.3965041897863784 ], "z": [ -0.013898174151477222, 0.30776414909530586 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.551314620840891, -3.0790099795887502 ], "y": [ 4.561352976094872, 5.503956533639064 ], "z": [ -0.013898174151477222, -0.017789402878013023 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.2220676714035474, -2.546112816907661 ], "y": [ 3.3965041897863784, 2.190065228755276 ], "z": [ 0.30776414909530586, 0.31601448179390784 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.2220676714035474, -4.272141841265302 ], "y": [ 3.3965041897863784, 3.4278818744584605 ], "z": [ 0.30776414909530586, 0.5557534204232504 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.546112816907661, -3.0693287042929875 ], "y": [ 2.190065228755276, 1.279371679296525 ], "z": [ 0.31601448179390784, 0.5680212161519538 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2602200181756427, 0.600962160334217 ], "y": [ 2.1153688188947934, 3.312211167590789 ], "z": [ -3.978628854296295e-7, 0.20783479945024452 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2602200181756427, 2.625280683510456 ], "y": [ 2.1153688188947934, 2.1057364455994207 ], "z": [ -3.978628854296295e-7, -0.21292197342622834 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.600962160334217, 1.308329477427247 ], "y": [ 3.312211167590789, 4.5005151727713955 ], "z": [ 0.20783479945024452, 0.20158420105197797 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.600962160334217, -0.465396520422729 ], "y": [ 3.312211167590789, 3.320406267488943 ], "z": [ 0.20783479945024452, 0.37501734731923114 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.308329477427247, 2.6732364808921596 ], "y": [ 4.5005151727713955, 4.490969092729705 ], "z": [ 0.20158420105197797, -0.01232172277499309 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.308329477427247, 0.7940907616771147 ], "y": [ 4.5005151727713955, 5.436202921957033 ], "z": [ 0.20158420105197797, 0.3649028443465221 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6732364808921596, 3.3323406768636863 ], "y": [ 4.490969092729705, 3.294213037287392 ], "z": [ -0.01232172277499309, -0.22114126835175119 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6732364808921596, 3.226215531633746 ], "y": [ 4.490969092729705, 5.418965610280339 ], "z": [ -0.01232172277499309, -0.016275563291648518 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.3323406768636863, 2.625280683510456 ], "y": [ 3.294213037287392, 2.1057364455994207 ], "z": [ -0.22114126835175119, -0.21292197342622834 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.3323406768636863, 4.398853019490533 ], "y": [ 3.294213037287392, 3.285931644135556 ], "z": [ -0.22114126835175119, -0.3873394679571098 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.625280683510456, 3.1396730611304884 ], "y": [ 2.1057364455994207, 1.169962403160101 ], "z": [ -0.21292197342622834, -0.3752562684571443 ] } ], "layout": { "scene": { "xaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "zaxis": { "showgrid": false, "showline": false, "showticklabels": false } }, "template": { "data": { "bar": [ { "error_x": { "color": "rgb(36,36,36)" }, "error_y": { "color": "rgb(36,36,36)" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "line": { "color": "white", "width": 0.6 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "colorscale": { "diverging": [ [ 0, "rgb(103,0,31)" ], [ 0.1, "rgb(178,24,43)" ], [ 0.2, "rgb(214,96,77)" ], [ 0.3, "rgb(244,165,130)" ], [ 0.4, "rgb(253,219,199)" ], [ 0.5, "rgb(247,247,247)" ], [ 0.6, "rgb(209,229,240)" ], [ 0.7, "rgb(146,197,222)" ], [ 0.8, "rgb(67,147,195)" ], [ 0.9, "rgb(33,102,172)" ], [ 1, "rgb(5,48,97)" ] ], "sequential": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "sequentialminus": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ] }, "colorway": [ "#1F77B4", "#FF7F0E", "#2CA02C", "#D62728", "#9467BD", "#8C564B", "#E377C2", "#7F7F7F", "#BCBD22", "#17BECF" ], "font": { "color": "rgb(36,36,36)" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "radialaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } }, "shapedefaults": { "fillcolor": "black", "line": { "width": 0 }, "opacity": 0.3 }, "ternary": { "aaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "baxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "caxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# set up the linkage instructions\n", "link = bb.linkage(\"C1\", \"C1\")\n", "\n", "# start with the centrla benzene ring\n", "periphery = benzene.copy()\n", "\n", "for carbon in range(1, 6):\n", "\n", " # update the linkage to the next carbon\n", " link.atom1 = f\"C{carbon}\"\n", "\n", " # attach one benzene to the central one\n", " periphery.attach(benzene, link, at_residue=1)\n", "\n", "periphery.show()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Now that we have the periphery we can use the same setup to attach peripheries to one central benzene ring..." ] }, { "cell_type": "code", "execution_count": 24, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ "C1", 1, 1, "BNZ", "A" ], [ "C2", 2, 1, "BNZ", "A" ], [ "C3", 3, 1, "BNZ", "A" ], [ "C4", 4, 1, "BNZ", "A" ], [ "C5", 5, 1, "BNZ", "A" ], [ "C6", 6, 1, "BNZ", "A" ], [ "C1", 7, 2, "BNZ", "A" ], [ "C2", 8, 2, "BNZ", "A" ], [ "C3", 9, 2, "BNZ", "A" ], [ "C4", 10, 2, "BNZ", "A" ], [ "C5", 11, 2, "BNZ", "A" ], [ "C6", 12, 2, "BNZ", "A" ], [ "C1", 14, 3, "BNZ", "A" ], [ "C2", 15, 3, "BNZ", "A" ], [ "C3", 16, 3, "BNZ", "A" ], [ "C4", 17, 3, "BNZ", "A" ], [ "C5", 18, 3, "BNZ", "A" ], [ "C6", 19, 3, "BNZ", "A" ], [ "C1", 24, 4, "BNZ", "A" ], [ "C2", 25, 4, "BNZ", "A" ], [ "C3", 26, 4, "BNZ", "A" ], [ "C4", 27, 4, "BNZ", "A" ], [ "C5", 28, 4, "BNZ", "A" ], [ "C6", 29, 4, "BNZ", "A" ], [ "C1", 35, 5, "BNZ", "A" ], [ "C2", 36, 5, "BNZ", "A" ], [ "C3", 37, 5, "BNZ", "A" ], [ "C4", 38, 5, "BNZ", "A" ], [ "C5", 39, 5, "BNZ", "A" ], [ "C6", 40, 5, "BNZ", "A" ], [ "C1", 46, 6, "BNZ", "A" ], [ "C2", 47, 6, "BNZ", "A" ], [ "C3", 48, 6, "BNZ", "A" ], [ "C4", 49, 6, "BNZ", "A" ], [ "C5", 50, 6, "BNZ", "A" ], [ "C6", 51, 6, "BNZ", "A" ], [ "C1", 57, 7, "BNZ", "A" ], [ "C2", 58, 7, "BNZ", "A" ], [ "C3", 59, 7, "BNZ", "A" ], [ "C4", 60, 7, "BNZ", "A" ], [ "C5", 61, 7, "BNZ", "A" ], [ "C6", 62, 7, "BNZ", "A" ], [ "C1", 68, 8, "BNZ", "A" ], [ "C2", 69, 8, "BNZ", "A" ], [ "C3", 70, 8, "BNZ", "A" ], [ "C4", 71, 8, "BNZ", "A" ], [ "C5", 72, 8, "BNZ", "A" ], [ "C6", 73, 8, "BNZ", "A" ], [ "C1", 75, 9, "BNZ", "A" ], [ "C2", 76, 9, "BNZ", "A" ], [ "C3", 77, 9, "BNZ", "A" ], [ "C4", 78, 9, "BNZ", "A" ], [ "C5", 79, 9, "BNZ", "A" ], [ "C6", 80, 9, "BNZ", "A" ], [ "C1", 85, 10, "BNZ", "A" ], [ "C2", 86, 10, "BNZ", "A" ], [ "C3", 87, 10, "BNZ", "A" ], [ "C4", 88, 10, "BNZ", "A" ], [ "C5", 89, 10, "BNZ", "A" ], [ "C6", 90, 10, "BNZ", "A" ], [ "C1", 96, 11, "BNZ", "A" ], [ "C2", 97, 11, "BNZ", "A" ], [ "C3", 98, 11, "BNZ", "A" ], [ "C4", 99, 11, "BNZ", "A" ], [ "C5", 100, 11, "BNZ", "A" ], [ "C6", 101, 11, "BNZ", "A" ], [ "C1", 107, 12, "BNZ", "A" ], [ "C2", 108, 12, "BNZ", "A" ], [ "C3", 109, 12, "BNZ", "A" ], [ "C4", 110, 12, "BNZ", "A" ], [ "C5", 111, 12, "BNZ", "A" ], [ "C6", 112, 12, "BNZ", "A" ], [ "C1", 118, 13, "BNZ", "A" ], [ "C2", 119, 13, "BNZ", "A" ], [ "C3", 120, 13, "BNZ", "A" ], [ "C4", 121, 13, "BNZ", "A" ], [ "C5", 122, 13, "BNZ", "A" ], [ "C6", 123, 13, "BNZ", "A" ], [ "C1", 129, 14, "BNZ", "A" ], [ "C2", 130, 14, "BNZ", "A" ], [ "C3", 131, 14, "BNZ", "A" ], [ "C4", 132, 14, "BNZ", "A" ], [ "C5", 133, 14, "BNZ", "A" ], [ "C6", 134, 14, "BNZ", "A" ], [ "C1", 136, 15, "BNZ", "A" ], [ "C2", 137, 15, "BNZ", "A" ], [ "C3", 138, 15, "BNZ", "A" ], [ "C4", 139, 15, "BNZ", "A" ], [ "C5", 140, 15, "BNZ", "A" ], [ "C6", 141, 15, "BNZ", "A" ], [ "C1", 146, 16, "BNZ", "A" ], [ "C2", 147, 16, "BNZ", "A" ], [ "C3", 148, 16, "BNZ", "A" ], [ "C4", 149, 16, "BNZ", "A" ], [ "C5", 150, 16, "BNZ", "A" ], [ "C6", 151, 16, "BNZ", "A" ], [ "C1", 157, 17, "BNZ", "A" ], [ "C2", 158, 17, "BNZ", "A" ], [ "C3", 159, 17, "BNZ", "A" ], [ "C4", 160, 17, "BNZ", "A" ], [ "C5", 161, 17, "BNZ", "A" ], [ "C6", 162, 17, "BNZ", "A" ], [ "C1", 168, 18, "BNZ", "A" ], [ "C2", 169, 18, "BNZ", "A" ], [ "C3", 170, 18, "BNZ", "A" ], [ "C4", 171, 18, "BNZ", "A" ], [ "C5", 172, 18, "BNZ", "A" ], [ "C6", 173, 18, "BNZ", "A" ], [ "C1", 179, 19, "BNZ", "A" ], [ "C2", 180, 19, "BNZ", "A" ], [ "C3", 181, 19, "BNZ", "A" ], [ "C4", 182, 19, "BNZ", "A" ], [ "C5", 183, 19, "BNZ", "A" ], [ "C6", 184, 19, "BNZ", "A" ], [ "C1", 190, 20, "BNZ", "A" ], [ "C2", 191, 20, "BNZ", "A" ], [ "C3", 192, 20, "BNZ", "A" ], [ "C4", 193, 20, "BNZ", "A" ], [ "C5", 194, 20, "BNZ", "A" ], [ "C6", 195, 20, "BNZ", "A" ], [ "C1", 197, 21, "BNZ", "A" ], [ "C2", 198, 21, "BNZ", "A" ], [ "C3", 199, 21, "BNZ", "A" ], [ "C4", 200, 21, "BNZ", "A" ], [ "C5", 201, 21, "BNZ", "A" ], [ "C6", 202, 21, "BNZ", "A" ], [ "C1", 207, 22, "BNZ", "A" ], [ "C2", 208, 22, "BNZ", "A" ], [ "C3", 209, 22, "BNZ", "A" ], [ "C4", 210, 22, "BNZ", "A" ], [ "C5", 211, 22, "BNZ", "A" ], [ "C6", 212, 22, "BNZ", "A" ], [ "C1", 218, 23, "BNZ", "A" ], [ "C2", 219, 23, "BNZ", "A" ], [ "C3", 220, 23, "BNZ", "A" ], [ "C4", 221, 23, "BNZ", "A" ], [ "C5", 222, 23, "BNZ", "A" ], [ "C6", 223, 23, "BNZ", "A" ], [ "C1", 229, 24, "BNZ", "A" ], [ "C2", 230, 24, "BNZ", "A" ], [ "C3", 231, 24, "BNZ", "A" ], [ "C4", 232, 24, "BNZ", "A" ], [ "C5", 233, 24, "BNZ", "A" ], [ "C6", 234, 24, "BNZ", "A" ], [ "C1", 240, 25, "BNZ", "A" ], [ "C2", 241, 25, "BNZ", "A" ], [ "C3", 242, 25, "BNZ", "A" ], [ "C4", 243, 25, "BNZ", "A" ], [ "C5", 244, 25, "BNZ", "A" ], [ "C6", 245, 25, "BNZ", "A" ], [ "C1", 251, 26, "BNZ", "A" ], [ "C2", 252, 26, "BNZ", "A" ], [ "C3", 253, 26, "BNZ", "A" ], [ "C4", 254, 26, "BNZ", "A" ], [ "C5", 255, 26, "BNZ", "A" ], [ "C6", 256, 26, "BNZ", "A" ], [ "C1", 258, 27, "BNZ", "A" ], [ "C2", 259, 27, "BNZ", "A" ], [ "C3", 260, 27, "BNZ", "A" ], [ "C4", 261, 27, "BNZ", "A" ], [ "C5", 262, 27, "BNZ", "A" ], [ "C6", 263, 27, "BNZ", "A" ], [ "C1", 268, 28, "BNZ", "A" ], [ "C2", 269, 28, "BNZ", "A" ], [ "C3", 270, 28, "BNZ", "A" ], [ "C4", 271, 28, "BNZ", "A" ], [ "C5", 272, 28, "BNZ", "A" ], [ "C6", 273, 28, "BNZ", "A" ], [ "C1", 279, 29, "BNZ", "A" ], [ "C2", 280, 29, "BNZ", "A" ], [ "C3", 281, 29, "BNZ", "A" ], [ "C4", 282, 29, "BNZ", "A" ], [ "C5", 283, 29, "BNZ", "A" ], [ "C6", 284, 29, "BNZ", "A" ], [ "C1", 290, 30, "BNZ", "A" ], [ "C2", 291, 30, "BNZ", "A" ], [ "C3", 292, 30, "BNZ", "A" ], [ "C4", 293, 30, "BNZ", "A" ], [ "C5", 294, 30, "BNZ", "A" ], [ "C6", 295, 30, "BNZ", "A" ], [ "C1", 301, 31, "BNZ", "A" ], [ "C2", 302, 31, "BNZ", "A" ], [ "C3", 303, 31, "BNZ", "A" ], [ "C4", 304, 31, "BNZ", "A" ], [ "C5", 305, 31, "BNZ", "A" ], [ "C6", 306, 31, "BNZ", "A" ], [ "C1", 312, 32, "BNZ", "A" ], [ "C2", 313, 32, "BNZ", "A" ], [ "C3", 314, 32, "BNZ", "A" ], [ "C4", 315, 32, "BNZ", "A" ], [ "C5", 316, 32, "BNZ", "A" ], [ "C6", 317, 32, "BNZ", "A" ], [ "C1", 319, 33, "BNZ", "A" ], [ "C2", 320, 33, "BNZ", "A" ], [ "C3", 321, 33, "BNZ", "A" ], [ "C4", 322, 33, "BNZ", "A" ], [ "C5", 323, 33, "BNZ", "A" ], [ "C6", 324, 33, "BNZ", "A" ], [ "C1", 329, 34, "BNZ", "A" ], [ "C2", 330, 34, "BNZ", "A" ], [ "C3", 331, 34, "BNZ", "A" ], [ "C4", 332, 34, "BNZ", "A" ], [ "C5", 333, 34, "BNZ", "A" ], [ "C6", 334, 34, "BNZ", "A" ], [ "C1", 340, 35, "BNZ", "A" ], [ "C2", 341, 35, "BNZ", "A" ], [ "C3", 342, 35, "BNZ", "A" ], [ "C4", 343, 35, "BNZ", "A" ], [ "C5", 344, 35, "BNZ", "A" ], [ "C6", 345, 35, "BNZ", "A" ], [ "C1", 351, 36, "BNZ", "A" ], [ "C2", 352, 36, "BNZ", "A" ], [ "C3", 353, 36, "BNZ", "A" ], [ "C4", 354, 36, "BNZ", "A" ], [ "C5", 355, 36, "BNZ", "A" ], [ "C6", 356, 36, "BNZ", "A" ], [ "C1", 362, 37, "BNZ", "A" ], [ "C2", 363, 37, "BNZ", "A" ], [ "C3", 364, 37, "BNZ", "A" ], [ "C4", 365, 37, "BNZ", "A" ], [ "C5", 366, 37, "BNZ", "A" ], [ "C6", 367, 37, "BNZ", "A" ] ], "hovertemplate": "atom_element=C
x=%{x}
y=%{y}
z=%{z}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "C", "marker": { "color": "darkslategray", "opacity": 1, "symbol": "circle" }, "mode": "markers", "name": "C", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 0.675, -0.707, -1.382, -0.675, 0.707, 1.382, 3.0758276432010385, 4.40268471080254, 5.07553148515227, 4.4214798304352145, 3.0943429432140857, 2.4220558081036074, 2.54937611749033, 3.235117498829676, 2.5605861164038854, 1.201998306541122, 0.5160752294112632, 1.1909700034180761, 4.914503225797361, 4.291040122499687, 4.948128650959269, 6.227075216371625, 6.850916315670567, 6.19307179520845, 6.112819511364284, 6.977588999872665, 8.304509612425125, 8.765150902827319, 7.900156111459066, 6.573686104626346, 4.947093586296803, 4.417870450843031, 5.092954144043824, 6.295702699153907, 6.825414125222992, 6.1493538507915675, 2.582804469031652, 3.182175032342891, 2.529546823574444, 1.279126031299089, 0.6801801817975448, 1.3319589629466009, -3.2283203014570727, -4.606303384169597, -5.316194295108512, -4.648040610055204, -3.270132743510647, -2.5600914002357973, -2.6743605439663005, -3.3282265574736485, -2.620298108561994, -1.2602183585035995, -0.6065266918241085, -1.3141064470800465, -5.129171162007347, -4.777583199501622, -5.4503482748008265, -6.473291727131111, -6.825538317176545, -6.15145598679792, -6.393093573931546, -7.044075851058766, -8.423130131817912, -9.149430991388943, -8.498516635517571, -7.1193265122467295, -5.202227796877634, -4.545478960479742, -5.25537719592868, -6.620303917293291, -7.277206032699643, -6.567001239233786, -2.747189831813876, -3.4567108147396173, -2.7877609881394374, -1.4109852024477474, -0.7015459883890711, -1.3703322772551205, -6.306052200865515, -7.010065542096725, -8.392774651451283, -9.069736408854581, -8.36570986629177, -6.983027159600414, -5.225902040032697, -4.551452019426984, -3.168662721784681, -2.4620816909543586, -3.1365273045347717, -4.519325416227674, -6.4816038109543985, -5.384289888661309, -4.710311925838361, -5.133878271059388, -6.2317910824075415, -6.904571267120362, -8.943810204618664, -10.140645442385647, -10.848919940972408, -10.360152704910014, -9.163809078793076, -8.454551356906222, -10.149850436536173, -10.829920110629015, -12.212704758446051, -12.913666075174788, -12.233607695570868, -10.850800458775986, -8.894184690582598, -10.257501823036158, -10.935493706715825, -10.250148232715606, -8.886995454334937, -8.20867486250948, -3.0765569978053726, -4.260283520756241, -4.940099472687265, -4.4360192196740735, -3.2528036248545615, -2.571965816660826, -2.54778589945346, -2.9821822484502656, -2.3085500273166475, -1.2020000000000004, -0.7681940171204987, -1.4406455060195082, -4.654843759240425, -4.665442105588263, -5.175307940823293, -5.673733023053526, -5.664041640316468, -5.152361877859874, -5.864794659681734, -6.1683389548277585, -7.354425064344054, -8.235234578676248, -7.932144563435526, -6.745149894108623, -4.966324806506561, -4.326719017946942, -5.003701801220997, -6.318638939638928, -6.9579382533465965, -6.281568419776444, -2.857732339652866, -3.6294091101799304, -3.121931670941269, -1.8442536347694203, -1.0722127006603934, -1.5804184670629782, 3.2285977413734397, 4.529168186998602, 5.2413204229542725, 4.6527738144702315, 3.3525377680922768, 2.6397167336421883, 2.67388760608048, 3.215069006337343, 2.5074231361647112, 1.260218239754498, 0.7194613914256224, 1.4262581577422782, 4.989792618745996, 4.84175042548083, 5.435726696101138, 6.176633027199777, 6.325498452501057, 5.729875717808518, 6.25749081946528, 6.721683762256401, 8.024117867521616, 8.860563496266998, 8.396668738486346, 7.093638263200193, 5.208488933242435, 4.5449234923169115, 5.25540662734436, 6.627728319255272, 7.29117974623135, 6.58092463910279, 2.891578902926626, 3.657777529290377, 3.0668790746992642, 1.7113929441709164, 0.9450151718542743, 1.5362719183511668, 6.306057663995683, 7.005687781887749, 8.38835676357542, 9.069658110186527, 8.370010574654668, 6.987376428246583, 5.225920834776327, 4.547697010764167, 3.1648999633238097, 2.4620819224261576, 3.14029674122733, 4.523111799089656, 6.4738329027692805, 5.3724150911409465, 4.694068933555533, 5.11737491884425, 6.219387318605566, 6.8965442999250195, 8.935972515552574, 10.13532229074523, 10.839208057707594, 10.34354692807356, 9.144686409861254, 8.439822128938184, 10.149746157246602, 10.835360112761563, 12.21812920221622, 12.913535225131916, 12.227935655475184, 10.845137794304067, 8.901882764178996, 10.26431595107333, 10.946677238023739, 10.26657709898501, 8.904312076900432, 8.221614460330514 ], "y": [ -1.206, -1.188, 0.019, 1.206, 1.188, -0.019, -5.50574080579931, -5.552490447482518, -6.7606125344333625, -7.920006545043331, -7.873401853185302, -6.664989866584099, -4.562451510909713, -3.387837878662611, -2.1805818618373145, -2.148996969769028, -3.3237090537999765, -4.530768167057577, -4.646707235683886, -3.738463979708876, -2.580756303455817, -2.3324838313720067, -3.2411993714741203, -4.397962479472971, -6.797927620419996, -7.681561140454441, -7.733190928844934, -6.901821405363274, -6.018884541653531, -5.965861440613633, -8.863733721985891, -9.955082019427628, -11.162008399057555, -11.276461656488234, -10.184845774763577, -8.978454563699493, -8.77903986306033, -10.00690980741636, -11.166680046546993, -11.097645527576486, -9.869721483090185, -8.710059444220093, -5.41775064688259, -5.398611136084664, -6.585392938426192, -7.7893177207820745, -7.808404836700802, -6.621727824117674, -4.49032735841053, -3.2969208874478158, -2.108935223486614, -2.11536603676824, -3.308669579376147, -4.496861100046962, -4.457996143746759, -3.3939922109954463, -2.1907764176468816, -2.0527054808743954, -3.11701471742904, -4.319619903170943, -6.571418971503515, -7.569814088663903, -7.555040911585027, -6.542711222541178, -5.544858657655816, -5.558546730184641, -8.716586804307447, -9.914189349724559, -11.100996989035945, -11.089197463830107, -9.891505285157415, -8.704876912357182, -8.749072042858902, -9.915247007989201, -11.120810895821567, -11.159138270781682, -9.993096898030686, -8.787265825439714, 0.08918335674828995, -0.9058445070020105, -0.8825029747097308, 0.13501625936205866, 1.1305853399545744, 1.1061613739778635, 0.0728499680761688, -1.0095918448302235, -1.0285908848314496, 0.034001134596588364, 1.1168866539959619, 1.1349982810112251, -1.7014279925642393, -1.4098524672178512, -2.427906296664179, -3.735598649671906, -4.0270645793255895, -3.00922994126467, -1.6602992513563666, -2.1122353003035883, -3.1044457689916722, -3.643432475003296, -3.19080078011384, -2.199981603310223, 0.15297335626424724, 0.9599433237392211, 0.9793803228036518, 0.19247279710103335, -0.6152431434710354, -0.6331881963412739, 1.9256272225708269, 2.068556200278569, 3.0835133117667546, 3.9539638445605316, 3.810427316667714, 2.79668530554968, 5.505364128094855, 5.634471136800638, 6.838738604742998, 7.911994205532182, 7.782593402546628, 6.578913523163812, 4.56335307727628, 3.5311103162558224, 2.3233465733564977, 2.1490000000000005, 3.180913111293315, 4.389336153646922, 4.796037133581141, 3.536391006629452, 2.46330460954425, 2.650628558378612, 3.9104543226460398, 4.983181445099765, 6.940823518419629, 8.136132953757462, 8.268842347300838, 7.206995274225932, 6.012004710487403, 5.878657573745417, 8.853126897751741, 10.002898190095431, 11.208784480355154, 11.263824019215331, 10.114226769994103, 8.90799239348945, 8.621321136964118, 9.753578012912206, 10.829882218056623, 10.773056102553506, 9.641183059689034, 8.564111188377385, 5.417584312638981, 5.444121758104709, 6.629562393184456, 7.786508528994085, 7.7597650655553245, 6.574736466421644, 4.490606385315171, 3.363785305201793, 2.175632746941557, 2.1153658377078117, 3.24193566845725, 4.430590725445361, 4.540238523204172, 3.3555603816199873, 2.198837666486357, 2.2277580322055566, 3.4126438533702936, 4.568951209342819, 6.651421900865035, 7.760511051186214, 7.790945390525746, 6.713143970061418, 5.604460940705918, 5.573214359435031, 8.71287137917761, 9.914712983699589, 11.101173008276009, 11.084790845367808, 9.883017991526591, 8.696420465588654, 8.663854206375364, 9.79643586889293, 10.955943372595248, 10.981857154352253, 9.849563717776679, 8.689479762190388, -0.08895169917659217, 0.6339428163284772, 0.6082004491794297, -0.13980412214957028, -0.8634873769238384, -0.8361675312363933, -0.07180432831794499, 0.7744103996109148, 0.7929825544892843, -0.034001137811474486, -0.8809308974855671, -0.8980729888734708, 1.218791404250835, 0.6842434524551256, 1.4310631248666472, 2.7107483957113625, 3.244929990419226, 2.498843032183397, 1.1736634669246602, 1.7718125867868975, 2.491585582319099, 2.6124956865552087, 2.013516321785046, 1.2954038160686956, -0.1593177735210745, -0.6265779892891569, -0.6469805430595014, -0.20046976209776923, 0.26771461338538555, 0.2862688477255861, -1.4475467862279385, -1.6423047354927442, -2.385985131251461, -2.9338250344750474, -2.738236963208252, -1.9962168114535135 ], "z": [ 0, 0, 0, 0, 0.001, -0.001, 0.018298110986288904, 0.40237205329223963, 0.41623716305390096, 0.04631830556808751, -0.33680658956903947, -0.35256979366834856, 0.011362894799884437, 0.2569022457358853, 0.25311754470777137, 0.003999987146422178, -0.24056094982505866, -0.2387330767259847, 0.6916200373780927, 1.5262672363803698, 1.9009959410609196, 1.4411324151911948, 0.6072814992581291, 0.2309602284391576, 0.7153209770275594, 0.09757221416640431, 0.48369402517188703, 1.4864164777989741, 2.104846349011705, 1.7173623213030689, 0.05610069469573957, -0.6065679755848911, -0.5985230189175569, 0.0716369359022732, 0.7334749612969694, 0.7270912944015034, -0.6270039363266744, -0.41882534092576634, -0.7949681509681077, -1.378491995755948, -1.5875743009309313, -1.2096240713404403, 0.000793109486315141, -0.1042987688131227, -0.09547560626701815, 0.01833903066084344, 0.12442669874969978, 0.11361195662475837, -0.002144760564679965, -0.24398816329530532, -0.2428162229374924, -1.3552527156068805e-19, 0.2428226927476238, 0.23969217235581397, -0.19328493882654998, 0.6157450579664093, 0.5055955772856425, -0.41274047762746463, -1.221082724937251, -1.11230874322283, -0.17855788033863165, -0.8783273172938011, -0.9806261147396395, -0.383555212696369, 0.3170514958586234, 0.41767575010481667, 0.02426428912034792, -0.1871053139460979, -0.18463092945466533, 0.02903660787791648, 0.2394221014864968, 0.2389159359107956, 0.21241666368484136, 0.4288974376381785, 0.5365814283057668, 0.42778139033842094, 0.21031295909200534, 0.10460428301057437, -0.004954982940035878, 0.6466068067077172, 0.6532919976675309, 0.008935429215406536, -0.64178558099959, -0.6501523308249164, -0.006643315645179295, 0.5259774606834168, 0.5285841453474113, -0.0010000756397725598, -0.5327246906401389, -0.5371236979605927, 1.150433097788476, 1.938553563809205, 2.588010341415457, 2.448905125549129, 1.6615779568773588, 1.0105345845731895, 1.1614285579799972, 0.6383729000417427, 1.2913197742033748, 2.465806010689212, 2.989385495610918, 2.3353909674823825, 0.013146113749453113, -0.8793519030397683, -0.8776723706977843, 0.01577476172947853, 0.9076068982194494, 0.9072591264759648, -1.1464528778806646, -0.9698581336496557, -1.619983558090242, -2.445474594520343, -2.622846429808653, -1.9711668232534654, -0.006089363120718616, 0.6956020926956508, 0.6875935250453094, -0.02152107351884558, -0.7240203890790837, -0.7143961019410054, -0.002879116495472234, 0.8070731625303427, 0.8076830710509372, -0.0010000000000000013, -0.8116890279008968, -0.8108254386713271, 1.2500535836469466, 0.6813468842752042, 1.3891578862035345, 2.6640304977208142, 3.2323562148836387, 2.525307177373145, 1.2365265576594304, 1.8605010881305497, 2.5591154006648997, 2.633097782784834, 2.008291416590272, 1.3113407755028061, -0.02715491747951937, -0.4504496263329898, -0.4530120693381452, -0.03262061941162697, 0.3916099217754616, 0.3923007001133807, -1.2776635798549247, -1.4586534378503262, -2.1632880287215177, -2.6859041674704787, -2.5040657477215826, -1.8011282803573825, -0.002298530767374546, -0.46926778024159826, -0.4626576724463127, 0.010529952579001994, 0.4784188398831644, 0.46996945642800186, -0.003907274910362052, -0.59352150932821, -0.5913258938618752, -3.9464693399348695e-7, 0.5904836842498657, 0.5865483798256274, -0.8392489228808037, -0.1429234171969435, -0.6137299063555753, -1.7795083677214665, -2.475305519161912, -2.0055557384901093, -0.828348634769228, -1.5100334362007728, -1.9739441522129806, -1.7559514729831038, -1.0734028709606998, -0.6112197561302105, 0.014897624246901747, 0.17460254981074094, 0.17517257059254607, 0.016166914563515794, -0.1445291084542734, -0.1431169343281772, 0.8474798993854413, 1.0485929091268675, 1.5164127090710857, 1.7825025921187823, 1.580448927002669, 1.1145104378078263, -0.0019664526148490463, 0.9457619987840874, 0.9519116014004428, 0.011095128130118379, -0.9360188421942129, -0.9433974069597784, -0.004063554564054299, 0.8527801177464842, 0.8539636097854624, -0.0009999999999999998, -0.85714463832747, -0.8597261983325848, 1.6813898477189848, 2.322783090167691, 3.2686059421797653, 3.571979722196814, 2.9313021943813973, 1.9840479131027453, 1.6916267874653153, 1.3539498010517395, 2.3020772513296013, 3.5860238200245473, 3.9239678663565667, 2.975306296241817, 0.015035685965746165, -1.0903372803960563, -1.087620471904107, 0.019563607541364082, 1.1245548385653723, 1.1226015007490129, -1.6722612587788663, -1.545402469382484, -2.4908106050760246, -3.561396071685521, -3.6887864794211023, -2.7423151070491625 ] }, { "customdata": [ [ "H6", 13, 2, "BNZ", "A" ], [ "H2", 20, 3, "BNZ", "A" ], [ "H3", 21, 3, "BNZ", "A" ], [ "H5", 22, 3, "BNZ", "A" ], [ "H6", 23, 3, "BNZ", "A" ], [ "H2", 30, 4, "BNZ", "A" ], [ "H3", 31, 4, "BNZ", "A" ], [ "H4", 32, 4, "BNZ", "A" ], [ "H5", 33, 4, "BNZ", "A" ], [ "H6", 34, 4, "BNZ", "A" ], [ "H2", 41, 5, "BNZ", "A" ], [ "H3", 42, 5, "BNZ", "A" ], [ "H4", 43, 5, "BNZ", "A" ], [ "H5", 44, 5, "BNZ", "A" ], [ "H6", 45, 5, "BNZ", "A" ], [ "H2", 52, 6, "BNZ", "A" ], [ "H3", 53, 6, "BNZ", "A" ], [ "H4", 54, 6, "BNZ", "A" ], [ "H5", 55, 6, "BNZ", "A" ], [ "H6", 56, 6, "BNZ", "A" ], [ "H2", 63, 7, "BNZ", "A" ], [ "H3", 64, 7, "BNZ", "A" ], [ "H4", 65, 7, "BNZ", "A" ], [ "H5", 66, 7, "BNZ", "A" ], [ "H6", 67, 7, "BNZ", "A" ], [ "H6", 74, 8, "BNZ", "A" ], [ "H2", 81, 9, "BNZ", "A" ], [ "H3", 82, 9, "BNZ", "A" ], [ "H5", 83, 9, "BNZ", "A" ], [ "H6", 84, 9, "BNZ", "A" ], [ "H2", 91, 10, "BNZ", "A" ], [ "H3", 92, 10, "BNZ", "A" ], [ "H4", 93, 10, "BNZ", "A" ], [ "H5", 94, 10, "BNZ", "A" ], [ "H6", 95, 10, "BNZ", "A" ], [ "H2", 102, 11, "BNZ", "A" ], [ "H3", 103, 11, "BNZ", "A" ], [ "H4", 104, 11, "BNZ", "A" ], [ "H5", 105, 11, "BNZ", "A" ], [ "H6", 106, 11, "BNZ", "A" ], [ "H2", 113, 12, "BNZ", "A" ], [ "H3", 114, 12, "BNZ", "A" ], [ "H4", 115, 12, "BNZ", "A" ], [ "H5", 116, 12, "BNZ", "A" ], [ "H6", 117, 12, "BNZ", "A" ], [ "H2", 124, 13, "BNZ", "A" ], [ "H3", 125, 13, "BNZ", "A" ], [ "H4", 126, 13, "BNZ", "A" ], [ "H5", 127, 13, "BNZ", "A" ], [ "H6", 128, 13, "BNZ", "A" ], [ "H6", 135, 14, "BNZ", "A" ], [ "H2", 142, 15, "BNZ", "A" ], [ "H3", 143, 15, "BNZ", "A" ], [ "H5", 144, 15, "BNZ", "A" ], [ "H6", 145, 15, "BNZ", "A" ], [ "H2", 152, 16, "BNZ", "A" ], [ "H3", 153, 16, "BNZ", "A" ], [ "H4", 154, 16, "BNZ", "A" ], [ "H5", 155, 16, "BNZ", "A" ], [ "H6", 156, 16, "BNZ", "A" ], [ "H2", 163, 17, "BNZ", "A" ], [ "H3", 164, 17, "BNZ", "A" ], [ "H4", 165, 17, "BNZ", "A" ], [ "H5", 166, 17, "BNZ", "A" ], [ "H6", 167, 17, "BNZ", "A" ], [ "H2", 174, 18, "BNZ", "A" ], [ "H3", 175, 18, "BNZ", "A" ], [ "H4", 176, 18, "BNZ", "A" ], [ "H5", 177, 18, "BNZ", "A" ], [ "H6", 178, 18, "BNZ", "A" ], [ "H2", 185, 19, "BNZ", "A" ], [ "H3", 186, 19, "BNZ", "A" ], [ "H4", 187, 19, "BNZ", "A" ], [ "H5", 188, 19, "BNZ", "A" ], [ "H6", 189, 19, "BNZ", "A" ], [ "H6", 196, 20, "BNZ", "A" ], [ "H2", 203, 21, "BNZ", "A" ], [ "H3", 204, 21, "BNZ", "A" ], [ "H5", 205, 21, "BNZ", "A" ], [ "H6", 206, 21, "BNZ", "A" ], [ "H2", 213, 22, "BNZ", "A" ], [ "H3", 214, 22, "BNZ", "A" ], [ "H4", 215, 22, "BNZ", "A" ], [ "H5", 216, 22, "BNZ", "A" ], [ "H6", 217, 22, "BNZ", "A" ], [ "H2", 224, 23, "BNZ", "A" ], [ "H3", 225, 23, "BNZ", "A" ], [ "H4", 226, 23, "BNZ", "A" ], [ "H5", 227, 23, "BNZ", "A" ], [ "H6", 228, 23, "BNZ", "A" ], [ "H2", 235, 24, "BNZ", "A" ], [ "H3", 236, 24, "BNZ", "A" ], [ "H4", 237, 24, "BNZ", "A" ], [ "H5", 238, 24, "BNZ", "A" ], [ "H6", 239, 24, "BNZ", "A" ], [ "H2", 246, 25, "BNZ", "A" ], [ "H3", 247, 25, "BNZ", "A" ], [ "H4", 248, 25, "BNZ", "A" ], [ "H5", 249, 25, "BNZ", "A" ], [ "H6", 250, 25, "BNZ", "A" ], [ "H6", 257, 26, "BNZ", "A" ], [ "H2", 264, 27, "BNZ", "A" ], [ "H3", 265, 27, "BNZ", "A" ], [ "H5", 266, 27, "BNZ", "A" ], [ "H6", 267, 27, "BNZ", "A" ], [ "H2", 274, 28, "BNZ", "A" ], [ "H3", 275, 28, "BNZ", "A" ], [ "H4", 276, 28, "BNZ", "A" ], [ "H5", 277, 28, "BNZ", "A" ], [ "H6", 278, 28, "BNZ", "A" ], [ "H2", 285, 29, "BNZ", "A" ], [ "H3", 286, 29, "BNZ", "A" ], [ "H4", 287, 29, "BNZ", "A" ], [ "H5", 288, 29, "BNZ", "A" ], [ "H6", 289, 29, "BNZ", "A" ], [ "H2", 296, 30, "BNZ", "A" ], [ "H3", 297, 30, "BNZ", "A" ], [ "H4", 298, 30, "BNZ", "A" ], [ "H5", 299, 30, "BNZ", "A" ], [ "H6", 300, 30, "BNZ", "A" ], [ "H2", 307, 31, "BNZ", "A" ], [ "H3", 308, 31, "BNZ", "A" ], [ "H4", 309, 31, "BNZ", "A" ], [ "H5", 310, 31, "BNZ", "A" ], [ "H6", 311, 31, "BNZ", "A" ], [ "H6", 318, 32, "BNZ", "A" ], [ "H2", 325, 33, "BNZ", "A" ], [ "H3", 326, 33, "BNZ", "A" ], [ "H5", 327, 33, "BNZ", "A" ], [ "H6", 328, 33, "BNZ", "A" ], [ "H2", 335, 34, "BNZ", "A" ], [ "H3", 336, 34, "BNZ", "A" ], [ "H4", 337, 34, "BNZ", "A" ], [ "H5", 338, 34, "BNZ", "A" ], [ "H6", 339, 34, "BNZ", "A" ], [ "H2", 346, 35, "BNZ", "A" ], [ "H3", 347, 35, "BNZ", "A" ], [ "H4", 348, 35, "BNZ", "A" ], [ "H5", 349, 35, "BNZ", "A" ], [ "H6", 350, 35, "BNZ", "A" ], [ "H2", 357, 36, "BNZ", "A" ], [ "H3", 358, 36, "BNZ", "A" ], [ "H4", 359, 36, "BNZ", "A" ], [ "H5", 360, 36, "BNZ", "A" ], [ "H6", 361, 36, "BNZ", "A" ], [ "H2", 368, 37, "BNZ", "A" ], [ "H3", 369, 37, "BNZ", "A" ], [ "H4", 370, 37, "BNZ", "A" ], [ "H5", 371, 37, "BNZ", "A" ], [ "H6", 372, 37, "BNZ", "A" ] ], "hovertemplate": "atom_element=H
x=%{x}
y=%{y}
z=%{z}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "H", "marker": { "color": "lightgray", "opacity": 1, "symbol": "circle" }, "mode": "markers", "name": "H", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 1.3851293890336136, 4.29655745273349, 3.0958719341766434, -0.5451830287020399, 0.6558658814358295, 3.291836074733366, 4.461278235443512, 6.740231381794638, 7.84974236743562, 6.67954421472294, 6.618376682190335, 8.981236283076651, 9.80184480798212, 8.25959373200127, 5.897184736834687, 3.478233006437593, 4.679617879583441, 6.8227830158712015, 7.764563279013115, 6.562201824636634, 4.159086419115534, 2.9967794262642737, 0.7686582573141093, -0.2971559187847943, 0.8643016464470746, -1.4832018160137035, -4.390811965912154, -3.1303041561736045, 0.4562330634422545, -0.8039260526405781, -3.9784779223289126, -5.175589924486124, -6.998343446726439, -7.623984966809543, -6.425555709572909, -6.477259272943261, -8.932615935031443, -10.226618944748424, -9.06526529237723, -6.609772787777354, -3.479106431741106, -4.742793296624497, -7.174952721968853, -8.343425282429818, -7.079431859529511, -4.532369728895506, -3.341361832287366, -0.8880796205226704, 0.3741946946338839, -0.8166496642401264, -6.432048255516377, -5.102853499254094, -2.640779942806207, -2.5851302317329607, -5.047212602231446, -5.052819003193231, -3.852080884188608, -4.607002922002271, -6.562663078820556, -7.762203419715051, -10.523097778240377, -11.783822864255313, -10.912706540779276, -8.780865131288298, -7.519156821973267, -10.282910931808207, -12.744970133119459, -13.993817457166731, -12.780605579902755, -10.318523789613653, -10.793578742714764, -12.000738577187665, -10.779326296122, -8.350754180583433, -7.143265637964742, -1.6468326113984193, -3.8466329269909547, -2.6467399772642244, 0.0968470275374943, -1.1018651899546277, -4.276193731229546, -5.183076495555061, -6.0711711554724905, -6.052383051064402, -5.143686359517322, -5.4806409971102985, -7.5919918931813495, -9.16136551525004, -8.619388241247684, -6.507128785366026, -3.299397440762114, -4.504942373691444, -6.848026806002074, -7.985566305383372, -6.780634322157944, -4.627714102112833, -3.7246538520349377, -1.4479327371332469, -0.07427187230945254, -0.9780604495512709, 1.6232920603349803, 4.189432902505654, 2.9291617398336673, -0.25532705667067673, 1.0040950021453343, 4.263033450596142, 5.319731073993479, 6.639910446370225, 6.903392195349632, 5.845048107880059, 6.06873197306146, 8.387413385455744, 9.877708570260424, 9.049322342670818, 6.730044560255594, 3.4727715009714504, 4.737766056639362, 7.183103181916765, 8.363445751526255, 7.098679223757232, 4.71684490484091, 3.665072296952984, 1.2497133156608442, -0.11387305774336842, 0.938257842050336, 6.439821272018339, 5.096157376171939, 2.634074075144539, 2.5918453810305437, 5.0539466924799115, 5.04114500184637, 3.832633259885547, 4.587092168845943, 6.5500628197671595, 7.757385385462024, 10.523160103651787, 11.776074010939604, 10.892673629100884, 8.756359339974345, 7.502466918725821, 10.29269287805277, 12.754722087390293, 13.993669900526779, 12.770588504325746, 10.308530523271767, 10.796295876201848, 12.011231255603295, 10.799165310983454, 8.37216398696216, 7.1568922779412 ], "y": [ -6.6275327729719, -3.4117785669811425, -1.2620573568727431, -3.299669913697598, -5.449194220238301, -3.931795792346911, -1.8699573022243026, -1.4277570434053384, -3.0473952747089816, -5.108289196577384, -8.331381884604973, -8.422736774236963, -6.941229402523624, -5.368367141178295, -5.275618938896902, -9.866372166658067, -12.015663590580466, -12.219389113159462, -10.273823211816058, -8.125066956459499, -10.06158276189224, -12.126721480085454, -12.003481413511622, -9.81510262874458, -7.750072110811907, -6.635753084107803, -3.291160840836958, -1.1759481064793318, -3.314532554341812, -5.42995114540905, -3.501163662142164, -1.3584449609937725, -1.1126321111621866, -3.009537962478991, -5.15164605602072, -8.361030200101514, -8.334328913710998, -6.53036381063183, -4.75309999394318, -4.778716175783645, -9.924144792155943, -12.03745328536682, -12.016200627279655, -9.881639475981608, -7.768510249281887, -9.886035427427945, -12.03251063241063, -12.100580361802976, -10.022174886212643, -7.875432496471348, 1.883355106524293, -1.840113275830072, -1.8745399617630392, 1.9469643785028294, 1.980503651449833, -0.3884040042742254, -2.2010606092723837, -4.531169926116232, -5.04862263796192, -3.2361852243491716, -1.6915823629502833, -3.458919640851676, -4.419203141081224, -3.6121493634093804, -1.846203377392452, 1.5749931971335613, 1.610462152866276, 0.20819203241535578, -1.229547043768279, -1.2635240533068028, 1.3888490000936031, 3.196552735005929, 4.747499268478007, 4.490742067037758, 2.6842534324955825, 6.47713045290273, 3.6666315783650334, 1.5164550397268928, 3.045721498911245, 5.196557337003667, 3.38931793789114, 1.4783849300128071, 1.8123998381015445, 4.057347754068613, 5.967921487315471, 8.96614238005836, 9.20227783557183, 7.310044851836253, 5.181676412587203, 4.944903213875121, 9.960624773670913, 12.107631180229955, 12.205481865042573, 10.156326143296152, 8.008971650492187, 9.798657464276623, 11.71473774666265, 11.613268902144839, 9.595719775241005, 7.678871826687749, 6.553084700280676, 3.4101553279622756, 1.2948033787429716, 3.1958168950607058, 5.311671343007882, 3.3322420701504045, 1.2723819559801934, 1.3241381635346539, 3.4357544852593236, 5.495199240268432, 8.60292703840322, 8.6568676671456, 6.736223564205606, 4.761638832523234, 4.706885961849499, 9.92824994831365, 12.040781760413365, 12.011362924372426, 9.869412276231772, 7.756742962770536, 9.776898161758494, 11.841213014851427, 11.887170533456747, 9.86881319896913, 7.80392189399222, -1.4007972243918025, 1.4207828094824944, 1.454686680358679, -1.5265882756119138, -1.559062082997633, -0.31548253369605234, 1.0144782011870954, 3.294730634864247, 4.245022333658251, 2.915794312950795, 1.6777552311435198, 2.9601882093008696, 3.175512554897285, 2.1084039223363495, 0.8276314339948497, -0.9755782801836962, -1.0128955094035934, -0.21721099702931868, 0.6157907445648524, 0.6512596543546064, -1.214578728602352, -2.5395191791690443, -3.5156263609181857, -3.1667930921006344, -1.8435128855379204 ], "z": [ -0.6525790728128565, 0.4516073245076149, 0.44392589638803986, -0.4362444425613085, -0.4305198423707729, 1.8859227398131613, 2.5524308593454825, 1.7328843458169652, 0.24682971275612564, -0.4212709729146183, -0.6859056165964929, 0.0007928548155803784, 1.7875671988253397, 2.8876430714230263, 2.199582383307798, -1.1303523158365034, -1.11529370932861, 0.07892742180689953, 1.2580899464345154, 1.2446926296984897, 0.03701784531576362, -0.6317500733139741, -1.6715158846710498, -2.042513777398387, -1.3719384392204992, 0.19569189008097307, -0.4337698052858286, -0.43269742500348873, 0.43162504472114854, 0.428594084404812, 1.3334379143150252, 1.1367518140432762, -0.49969880849875603, -1.93946333076904, -1.744152729463638, -1.345054252208613, -1.5281299284856078, -0.46413222279449523, 0.7829411591736125, 0.9643422922509635, -0.3541038741721115, -0.34874476566716567, 0.0320095570040779, 0.4074047711703758, 0.40401388158116114, 0.5140008098280487, 0.7067451602292608, 0.5128433774128435, 0.12619724419521408, -0.06457179161984114, -1.159089605294868, 0.9398960042332789, 0.9437177755155275, -0.947539395518231, -0.9531534894569382, 2.047677757447075, 3.2033204366199204, 2.9553117908416486, 1.5516604658905302, 0.3944311920197659, -0.2791887148350442, 0.8827481180576571, 2.9755541172273063, 3.9064232835042545, 2.743438796644649, -1.577658863855273, -1.5741314826983293, 0.017987818896409005, 1.6065797393342038, 1.60438411877576, -0.3250654086561026, -1.4817755455613608, -2.9526738731057636, -3.266862063744906, -2.1085977447250466, -1.2624779928379166, 1.4391309224596638, 1.4410704807074004, -1.443010038955136, -1.4434760994527076, -0.3146416776626306, 0.9458759506037846, 3.2175596689502957, 4.22872575903039, 2.9689700951818128, 1.8031088307878385, 3.0478752507676754, 3.179578590201969, 2.066515509656426, 0.8234127611234732, -0.7790243291241166, -0.784583545153811, -0.03544698447526784, 0.7192487922329698, 0.7229363435954279, -1.0506179171581524, -2.3060559029546366, -3.237221859459186, -2.9129498301672525, -1.6592089678777606, 0.8347119471187808, -1.0556933592205444, -1.0527391297949626, 1.051785689663248, 1.0470917712797627, 0.7679448056160612, -0.07072821932101483, -2.1480516702382113, -3.386702096218331, -2.5490857797680833, -1.6807005550852254, -2.507630368544699, -2.1190798673356404, -0.9035995526671072, -0.07839734038935145, 0.29887989305157264, 0.30090893155102455, 0.017561307904660678, -0.2678153542411547, -0.2678621978327062, 0.84090908201354, 1.674806299059216, 2.148888462797789, 1.789073409490685, 0.9570575031943844, -1.6836687494383942, 1.5210105685144677, 1.5225423457964953, -1.5260741230785222, -1.5290039683266865, 2.0862538519056537, 3.769616502439368, 4.310047435491614, 3.167115718010146, 1.4823216382098527, 0.3510175776541496, 2.0387907844148323, 4.3265985105056135, 4.926633029835714, 3.2383257032381434, -1.9556979389246492, -1.95063861365199, 0.022358972026214043, 1.990297232431759, 1.9860013778346906, -0.7092291486589284, -2.391926633749693, -4.29952615032296, -4.52442818180546, -2.8406674600362956 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, -0.707 ], "y": [ -1.206, -1.188 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, 1.382 ], "y": [ -1.206, -0.019 ], "z": [ 0, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, 1.201998306541122 ], "y": [ -1.206, -2.148996969769028 ], "z": [ 0, 0.003999987146422178 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.707, -1.382 ], "y": [ -1.188, 0.019 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.707, -1.2602183585035995 ], "y": [ -1.188, -2.11536603676824 ], "z": [ 0, -1.3552527156068805e-19 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.382, -0.675 ], "y": [ 0.019, 1.206 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.382, -2.4620816909543586 ], "y": [ 0.019, 0.034001134596588364 ], "z": [ 0, -0.0010000756397725598 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.675, 0.707 ], "y": [ 1.206, 1.188 ], "z": [ 0, 0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.675, -1.2020000000000004 ], "y": [ 1.206, 2.1490000000000005 ], "z": [ 0, -0.0010000000000000013 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.707, 1.382 ], "y": [ 1.188, -0.019 ], "z": [ 0.001, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.707, 1.260218239754498 ], "y": [ 1.188, 2.1153658377078117 ], "z": [ 0.001, -3.9464693399348695e-7 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.382, 2.4620819224261576 ], "y": [ -0.019, -0.034001137811474486 ], "z": [ -0.001, -0.0009999999999999998 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0758276432010385, 4.40268471080254 ], "y": [ -5.50574080579931, -5.552490447482518 ], "z": [ 0.018298110986288904, 0.40237205329223963 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0758276432010385, 2.4220558081036074 ], "y": [ -5.50574080579931, -6.664989866584099 ], "z": [ 0.018298110986288904, -0.35256979366834856 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0758276432010385, 2.54937611749033 ], "y": [ -5.50574080579931, -4.562451510909713 ], "z": [ 0.018298110986288904, 0.011362894799884437 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.40268471080254, 5.07553148515227 ], "y": [ -5.552490447482518, -6.7606125344333625 ], "z": [ 0.40237205329223963, 0.41623716305390096 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.40268471080254, 4.914503225797361 ], "y": [ -5.552490447482518, -4.646707235683886 ], "z": [ 0.40237205329223963, 0.6916200373780927 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.07553148515227, 4.4214798304352145 ], "y": [ -6.7606125344333625, -7.920006545043331 ], "z": [ 0.41623716305390096, 0.04631830556808751 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.07553148515227, 6.112819511364284 ], "y": [ -6.7606125344333625, -6.797927620419996 ], "z": [ 0.41623716305390096, 0.7153209770275594 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.4214798304352145, 3.0943429432140857 ], "y": [ -7.920006545043331, -7.873401853185302 ], "z": [ 0.04631830556808751, -0.33680658956903947 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.4214798304352145, 4.947093586296803 ], "y": [ -7.920006545043331, -8.863733721985891 ], "z": [ 0.04631830556808751, 0.05610069469573957 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0943429432140857, 2.4220558081036074 ], "y": [ -7.873401853185302, -6.664989866584099 ], "z": [ -0.33680658956903947, -0.35256979366834856 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0943429432140857, 2.582804469031652 ], "y": [ -7.873401853185302, -8.77903986306033 ], "z": [ -0.33680658956903947, -0.6270039363266744 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.4220558081036074, 1.3851293890336136 ], "y": [ -6.664989866584099, -6.6275327729719 ], "z": [ -0.35256979366834856, -0.6525790728128565 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.54937611749033, 3.235117498829676 ], "y": [ -4.562451510909713, -3.387837878662611 ], "z": [ 0.011362894799884437, 0.2569022457358853 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.54937611749033, 1.1909700034180761 ], "y": [ -4.562451510909713, -4.530768167057577 ], "z": [ 0.011362894799884437, -0.2387330767259847 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.235117498829676, 2.5605861164038854 ], "y": [ -3.387837878662611, -2.1805818618373145 ], "z": [ 0.2569022457358853, 0.25311754470777137 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.235117498829676, 4.29655745273349 ], "y": [ -3.387837878662611, -3.4117785669811425 ], "z": [ 0.2569022457358853, 0.4516073245076149 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5605861164038854, 1.201998306541122 ], "y": [ -2.1805818618373145, -2.148996969769028 ], "z": [ 0.25311754470777137, 0.003999987146422178 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5605861164038854, 3.0958719341766434 ], "y": [ -2.1805818618373145, -1.2620573568727431 ], "z": [ 0.25311754470777137, 0.44392589638803986 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.201998306541122, 0.5160752294112632 ], "y": [ -2.148996969769028, -3.3237090537999765 ], "z": [ 0.003999987146422178, -0.24056094982505866 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.5160752294112632, 1.1909700034180761 ], "y": [ -3.3237090537999765, -4.530768167057577 ], "z": [ -0.24056094982505866, -0.2387330767259847 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.5160752294112632, -0.5451830287020399 ], "y": [ -3.3237090537999765, -3.299669913697598 ], "z": [ -0.24056094982505866, -0.4362444425613085 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1909700034180761, 0.6558658814358295 ], "y": [ -4.530768167057577, -5.449194220238301 ], "z": [ -0.2387330767259847, -0.4305198423707729 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.914503225797361, 4.291040122499687 ], "y": [ -4.646707235683886, -3.738463979708876 ], "z": [ 0.6916200373780927, 1.5262672363803698 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.914503225797361, 6.19307179520845 ], "y": [ -4.646707235683886, -4.397962479472971 ], "z": [ 0.6916200373780927, 0.2309602284391576 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.291040122499687, 4.948128650959269 ], "y": [ -3.738463979708876, -2.580756303455817 ], "z": [ 1.5262672363803698, 1.9009959410609196 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.291040122499687, 3.291836074733366 ], "y": [ -3.738463979708876, -3.931795792346911 ], "z": [ 1.5262672363803698, 1.8859227398131613 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.948128650959269, 6.227075216371625 ], "y": [ -2.580756303455817, -2.3324838313720067 ], "z": [ 1.9009959410609196, 1.4411324151911948 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.948128650959269, 4.461278235443512 ], "y": [ -2.580756303455817, -1.8699573022243026 ], "z": [ 1.9009959410609196, 2.5524308593454825 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.227075216371625, 6.850916315670567 ], "y": [ -2.3324838313720067, -3.2411993714741203 ], "z": [ 1.4411324151911948, 0.6072814992581291 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.227075216371625, 6.740231381794638 ], "y": [ -2.3324838313720067, -1.4277570434053384 ], "z": [ 1.4411324151911948, 1.7328843458169652 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.850916315670567, 6.19307179520845 ], "y": [ -3.2411993714741203, -4.397962479472971 ], "z": [ 0.6072814992581291, 0.2309602284391576 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.850916315670567, 7.84974236743562 ], "y": [ -3.2411993714741203, -3.0473952747089816 ], "z": [ 0.6072814992581291, 0.24682971275612564 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.19307179520845, 6.67954421472294 ], "y": [ -4.397962479472971, -5.108289196577384 ], "z": [ 0.2309602284391576, -0.4212709729146183 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.112819511364284, 6.977588999872665 ], "y": [ -6.797927620419996, -7.681561140454441 ], "z": [ 0.7153209770275594, 0.09757221416640431 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.112819511364284, 6.573686104626346 ], "y": [ -6.797927620419996, -5.965861440613633 ], "z": [ 0.7153209770275594, 1.7173623213030689 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.977588999872665, 8.304509612425125 ], "y": [ -7.681561140454441, -7.733190928844934 ], "z": [ 0.09757221416640431, 0.48369402517188703 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.977588999872665, 6.618376682190335 ], "y": [ -7.681561140454441, -8.331381884604973 ], "z": [ 0.09757221416640431, -0.6859056165964929 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.304509612425125, 8.765150902827319 ], "y": [ -7.733190928844934, -6.901821405363274 ], "z": [ 0.48369402517188703, 1.4864164777989741 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.304509612425125, 8.981236283076651 ], "y": [ -7.733190928844934, -8.422736774236963 ], "z": [ 0.48369402517188703, 0.0007928548155803784 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.765150902827319, 7.900156111459066 ], "y": [ -6.901821405363274, -6.018884541653531 ], "z": [ 1.4864164777989741, 2.104846349011705 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.765150902827319, 9.80184480798212 ], "y": [ -6.901821405363274, -6.941229402523624 ], "z": [ 1.4864164777989741, 1.7875671988253397 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.900156111459066, 6.573686104626346 ], "y": [ -6.018884541653531, -5.965861440613633 ], "z": [ 2.104846349011705, 1.7173623213030689 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.900156111459066, 8.25959373200127 ], "y": [ -6.018884541653531, -5.368367141178295 ], "z": [ 2.104846349011705, 2.8876430714230263 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.573686104626346, 5.897184736834687 ], "y": [ -5.965861440613633, -5.275618938896902 ], "z": [ 1.7173623213030689, 2.199582383307798 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.947093586296803, 4.417870450843031 ], "y": [ -8.863733721985891, -9.955082019427628 ], "z": [ 0.05610069469573957, -0.6065679755848911 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.947093586296803, 6.1493538507915675 ], "y": [ -8.863733721985891, -8.978454563699493 ], "z": [ 0.05610069469573957, 0.7270912944015034 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.417870450843031, 5.092954144043824 ], "y": [ -9.955082019427628, -11.162008399057555 ], "z": [ -0.6065679755848911, -0.5985230189175569 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.417870450843031, 3.478233006437593 ], "y": [ -9.955082019427628, -9.866372166658067 ], "z": [ -0.6065679755848911, -1.1303523158365034 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.092954144043824, 6.295702699153907 ], "y": [ -11.162008399057555, -11.276461656488234 ], "z": [ -0.5985230189175569, 0.0716369359022732 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.092954144043824, 4.679617879583441 ], "y": [ -11.162008399057555, -12.015663590580466 ], "z": [ -0.5985230189175569, -1.11529370932861 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.295702699153907, 6.825414125222992 ], "y": [ -11.276461656488234, -10.184845774763577 ], "z": [ 0.0716369359022732, 0.7334749612969694 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.295702699153907, 6.8227830158712015 ], "y": [ -11.276461656488234, -12.219389113159462 ], "z": [ 0.0716369359022732, 0.07892742180689953 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.825414125222992, 6.1493538507915675 ], "y": [ -10.184845774763577, -8.978454563699493 ], "z": [ 0.7334749612969694, 0.7270912944015034 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.825414125222992, 7.764563279013115 ], "y": [ -10.184845774763577, -10.273823211816058 ], "z": [ 0.7334749612969694, 1.2580899464345154 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.1493538507915675, 6.562201824636634 ], "y": [ -8.978454563699493, -8.125066956459499 ], "z": [ 0.7270912944015034, 1.2446926296984897 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.582804469031652, 3.182175032342891 ], "y": [ -8.77903986306033, -10.00690980741636 ], "z": [ -0.6270039363266744, -0.41882534092576634 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.582804469031652, 1.3319589629466009 ], "y": [ -8.77903986306033, -8.710059444220093 ], "z": [ -0.6270039363266744, -1.2096240713404403 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.182175032342891, 2.529546823574444 ], "y": [ -10.00690980741636, -11.166680046546993 ], "z": [ -0.41882534092576634, -0.7949681509681077 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.182175032342891, 4.159086419115534 ], "y": [ -10.00690980741636, -10.06158276189224 ], "z": [ -0.41882534092576634, 0.03701784531576362 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.529546823574444, 1.279126031299089 ], "y": [ -11.166680046546993, -11.097645527576486 ], "z": [ -0.7949681509681077, -1.378491995755948 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.529546823574444, 2.9967794262642737 ], "y": [ -11.166680046546993, -12.126721480085454 ], "z": [ -0.7949681509681077, -0.6317500733139741 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.279126031299089, 0.6801801817975448 ], "y": [ -11.097645527576486, -9.869721483090185 ], "z": [ -1.378491995755948, -1.5875743009309313 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.279126031299089, 0.7686582573141093 ], "y": [ -11.097645527576486, -12.003481413511622 ], "z": [ -1.378491995755948, -1.6715158846710498 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.6801801817975448, 1.3319589629466009 ], "y": [ -9.869721483090185, -8.710059444220093 ], "z": [ -1.5875743009309313, -1.2096240713404403 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.6801801817975448, -0.2971559187847943 ], "y": [ -9.869721483090185, -9.81510262874458 ], "z": [ -1.5875743009309313, -2.042513777398387 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.3319589629466009, 0.8643016464470746 ], "y": [ -8.710059444220093, -7.750072110811907 ], "z": [ -1.2096240713404403, -1.3719384392204992 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.2283203014570727, -4.606303384169597 ], "y": [ -5.41775064688259, -5.398611136084664 ], "z": [ 0.000793109486315141, -0.1042987688131227 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.2283203014570727, -2.5600914002357973 ], "y": [ -5.41775064688259, -6.621727824117674 ], "z": [ 0.000793109486315141, 0.11361195662475837 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.2283203014570727, -2.6743605439663005 ], "y": [ -5.41775064688259, -4.49032735841053 ], "z": [ 0.000793109486315141, -0.002144760564679965 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.606303384169597, -5.316194295108512 ], "y": [ -5.398611136084664, -6.585392938426192 ], "z": [ -0.1042987688131227, -0.09547560626701815 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.606303384169597, -5.129171162007347 ], "y": [ -5.398611136084664, -4.457996143746759 ], "z": [ -0.1042987688131227, -0.19328493882654998 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.316194295108512, -4.648040610055204 ], "y": [ -6.585392938426192, -7.7893177207820745 ], "z": [ -0.09547560626701815, 0.01833903066084344 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.316194295108512, -6.393093573931546 ], "y": [ -6.585392938426192, -6.571418971503515 ], "z": [ -0.09547560626701815, -0.17855788033863165 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.648040610055204, -3.270132743510647 ], "y": [ -7.7893177207820745, -7.808404836700802 ], "z": [ 0.01833903066084344, 0.12442669874969978 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.648040610055204, -5.202227796877634 ], "y": [ -7.7893177207820745, -8.716586804307447 ], "z": [ 0.01833903066084344, 0.02426428912034792 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.270132743510647, -2.5600914002357973 ], "y": [ -7.808404836700802, -6.621727824117674 ], "z": [ 0.12442669874969978, 0.11361195662475837 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.270132743510647, -2.747189831813876 ], "y": [ -7.808404836700802, -8.749072042858902 ], "z": [ 0.12442669874969978, 0.21241666368484136 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.5600914002357973, -1.4832018160137035 ], "y": [ -6.621727824117674, -6.635753084107803 ], "z": [ 0.11361195662475837, 0.19569189008097307 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.6743605439663005, -3.3282265574736485 ], "y": [ -4.49032735841053, -3.2969208874478158 ], "z": [ -0.002144760564679965, -0.24398816329530532 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.6743605439663005, -1.3141064470800465 ], "y": [ -4.49032735841053, -4.496861100046962 ], "z": [ -0.002144760564679965, 0.23969217235581397 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.3282265574736485, -2.620298108561994 ], "y": [ -3.2969208874478158, -2.108935223486614 ], "z": [ -0.24398816329530532, -0.2428162229374924 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.3282265574736485, -4.390811965912154 ], "y": [ -3.2969208874478158, -3.291160840836958 ], "z": [ -0.24398816329530532, -0.4337698052858286 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.620298108561994, -1.2602183585035995 ], "y": [ -2.108935223486614, -2.11536603676824 ], "z": [ -0.2428162229374924, -1.3552527156068805e-19 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.620298108561994, -3.1303041561736045 ], "y": [ -2.108935223486614, -1.1759481064793318 ], "z": [ -0.2428162229374924, -0.43269742500348873 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.2602183585035995, -0.6065266918241085 ], "y": [ -2.11536603676824, -3.308669579376147 ], "z": [ -1.3552527156068805e-19, 0.2428226927476238 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.6065266918241085, -1.3141064470800465 ], "y": [ -3.308669579376147, -4.496861100046962 ], "z": [ 0.2428226927476238, 0.23969217235581397 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.6065266918241085, 0.4562330634422545 ], "y": [ -3.308669579376147, -3.314532554341812 ], "z": [ 0.2428226927476238, 0.43162504472114854 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.3141064470800465, -0.8039260526405781 ], "y": [ -4.496861100046962, -5.42995114540905 ], "z": [ 0.23969217235581397, 0.428594084404812 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.129171162007347, -4.777583199501622 ], "y": [ -4.457996143746759, -3.3939922109954463 ], "z": [ -0.19328493882654998, 0.6157450579664093 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.129171162007347, -6.15145598679792 ], "y": [ -4.457996143746759, -4.319619903170943 ], "z": [ -0.19328493882654998, -1.11230874322283 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.777583199501622, -5.4503482748008265 ], "y": [ -3.3939922109954463, -2.1907764176468816 ], "z": [ 0.6157450579664093, 0.5055955772856425 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.777583199501622, -3.9784779223289126 ], "y": [ -3.3939922109954463, -3.501163662142164 ], "z": [ 0.6157450579664093, 1.3334379143150252 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.4503482748008265, -6.473291727131111 ], "y": [ -2.1907764176468816, -2.0527054808743954 ], "z": [ 0.5055955772856425, -0.41274047762746463 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.4503482748008265, -5.175589924486124 ], "y": [ -2.1907764176468816, -1.3584449609937725 ], "z": [ 0.5055955772856425, 1.1367518140432762 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.473291727131111, -6.825538317176545 ], "y": [ -2.0527054808743954, -3.11701471742904 ], "z": [ -0.41274047762746463, -1.221082724937251 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.473291727131111, -6.998343446726439 ], "y": [ -2.0527054808743954, -1.1126321111621866 ], "z": [ -0.41274047762746463, -0.49969880849875603 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.825538317176545, -6.15145598679792 ], "y": [ -3.11701471742904, -4.319619903170943 ], "z": [ -1.221082724937251, -1.11230874322283 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.825538317176545, -7.623984966809543 ], "y": [ -3.11701471742904, -3.009537962478991 ], "z": [ -1.221082724937251, -1.93946333076904 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.15145598679792, -6.425555709572909 ], "y": [ -4.319619903170943, -5.15164605602072 ], "z": [ -1.11230874322283, -1.744152729463638 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.393093573931546, -7.044075851058766 ], "y": [ -6.571418971503515, -7.569814088663903 ], "z": [ -0.17855788033863165, -0.8783273172938011 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.393093573931546, -7.1193265122467295 ], "y": [ -6.571418971503515, -5.558546730184641 ], "z": [ -0.17855788033863165, 0.41767575010481667 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.044075851058766, -8.423130131817912 ], "y": [ -7.569814088663903, -7.555040911585027 ], "z": [ -0.8783273172938011, -0.9806261147396395 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.044075851058766, -6.477259272943261 ], "y": [ -7.569814088663903, -8.361030200101514 ], "z": [ -0.8783273172938011, -1.345054252208613 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.423130131817912, -9.149430991388943 ], "y": [ -7.555040911585027, -6.542711222541178 ], "z": [ -0.9806261147396395, -0.383555212696369 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.423130131817912, -8.932615935031443 ], "y": [ -7.555040911585027, -8.334328913710998 ], "z": [ -0.9806261147396395, -1.5281299284856078 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.149430991388943, -8.498516635517571 ], "y": [ -6.542711222541178, -5.544858657655816 ], "z": [ -0.383555212696369, 0.3170514958586234 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.149430991388943, -10.226618944748424 ], "y": [ -6.542711222541178, -6.53036381063183 ], "z": [ -0.383555212696369, -0.46413222279449523 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.498516635517571, -7.1193265122467295 ], "y": [ -5.544858657655816, -5.558546730184641 ], "z": [ 0.3170514958586234, 0.41767575010481667 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.498516635517571, -9.06526529237723 ], "y": [ -5.544858657655816, -4.75309999394318 ], "z": [ 0.3170514958586234, 0.7829411591736125 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.1193265122467295, -6.609772787777354 ], "y": [ -5.558546730184641, -4.778716175783645 ], "z": [ 0.41767575010481667, 0.9643422922509635 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.202227796877634, -4.545478960479742 ], "y": [ -8.716586804307447, -9.914189349724559 ], "z": [ 0.02426428912034792, -0.1871053139460979 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.202227796877634, -6.567001239233786 ], "y": [ -8.716586804307447, -8.704876912357182 ], "z": [ 0.02426428912034792, 0.2389159359107956 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.545478960479742, -5.25537719592868 ], "y": [ -9.914189349724559, -11.100996989035945 ], "z": [ -0.1871053139460979, -0.18463092945466533 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.545478960479742, -3.479106431741106 ], "y": [ -9.914189349724559, -9.924144792155943 ], "z": [ -0.1871053139460979, -0.3541038741721115 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.25537719592868, -6.620303917293291 ], "y": [ -11.100996989035945, -11.089197463830107 ], "z": [ -0.18463092945466533, 0.02903660787791648 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.25537719592868, -4.742793296624497 ], "y": [ -11.100996989035945, -12.03745328536682 ], "z": [ -0.18463092945466533, -0.34874476566716567 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.620303917293291, -7.277206032699643 ], "y": [ -11.089197463830107, -9.891505285157415 ], "z": [ 0.02903660787791648, 0.2394221014864968 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.620303917293291, -7.174952721968853 ], "y": [ -11.089197463830107, -12.016200627279655 ], "z": [ 0.02903660787791648, 0.0320095570040779 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.277206032699643, -6.567001239233786 ], "y": [ -9.891505285157415, -8.704876912357182 ], "z": [ 0.2394221014864968, 0.2389159359107956 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.277206032699643, -8.343425282429818 ], "y": [ -9.891505285157415, -9.881639475981608 ], "z": [ 0.2394221014864968, 0.4074047711703758 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.567001239233786, -7.079431859529511 ], "y": [ -8.704876912357182, -7.768510249281887 ], "z": [ 0.2389159359107956, 0.40401388158116114 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.747189831813876, -3.4567108147396173 ], "y": [ -8.749072042858902, -9.915247007989201 ], "z": [ 0.21241666368484136, 0.4288974376381785 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.747189831813876, -1.3703322772551205 ], "y": [ -8.749072042858902, -8.787265825439714 ], "z": [ 0.21241666368484136, 0.10460428301057437 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.4567108147396173, -2.7877609881394374 ], "y": [ -9.915247007989201, -11.120810895821567 ], "z": [ 0.4288974376381785, 0.5365814283057668 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.4567108147396173, -4.532369728895506 ], "y": [ -9.915247007989201, -9.886035427427945 ], "z": [ 0.4288974376381785, 0.5140008098280487 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.7877609881394374, -1.4109852024477474 ], "y": [ -11.120810895821567, -11.159138270781682 ], "z": [ 0.5365814283057668, 0.42778139033842094 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.7877609881394374, -3.341361832287366 ], "y": [ -11.120810895821567, -12.03251063241063 ], "z": [ 0.5365814283057668, 0.7067451602292608 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.4109852024477474, -0.7015459883890711 ], "y": [ -11.159138270781682, -9.993096898030686 ], "z": [ 0.42778139033842094, 0.21031295909200534 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.4109852024477474, -0.8880796205226704 ], "y": [ -11.159138270781682, -12.100580361802976 ], "z": [ 0.42778139033842094, 0.5128433774128435 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7015459883890711, -1.3703322772551205 ], "y": [ -9.993096898030686, -8.787265825439714 ], "z": [ 0.21031295909200534, 0.10460428301057437 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7015459883890711, 0.3741946946338839 ], "y": [ -9.993096898030686, -10.022174886212643 ], "z": [ 0.21031295909200534, 0.12619724419521408 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.3703322772551205, -0.8166496642401264 ], "y": [ -8.787265825439714, -7.875432496471348 ], "z": [ 0.10460428301057437, -0.06457179161984114 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.306052200865515, -7.010065542096725 ], "y": [ 0.08918335674828995, -0.9058445070020105 ], "z": [ -0.004954982940035878, 0.6466068067077172 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.306052200865515, -6.983027159600414 ], "y": [ 0.08918335674828995, 1.1061613739778635 ], "z": [ -0.004954982940035878, -0.6501523308249164 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.306052200865515, -5.225902040032697 ], "y": [ 0.08918335674828995, 0.0728499680761688 ], "z": [ -0.004954982940035878, -0.006643315645179295 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.010065542096725, -8.392774651451283 ], "y": [ -0.9058445070020105, -0.8825029747097308 ], "z": [ 0.6466068067077172, 0.6532919976675309 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.010065542096725, -6.4816038109543985 ], "y": [ -0.9058445070020105, -1.7014279925642393 ], "z": [ 0.6466068067077172, 1.150433097788476 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.392774651451283, -9.069736408854581 ], "y": [ -0.8825029747097308, 0.13501625936205866 ], "z": [ 0.6532919976675309, 0.008935429215406536 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.392774651451283, -8.943810204618664 ], "y": [ -0.8825029747097308, -1.6602992513563666 ], "z": [ 0.6532919976675309, 1.1614285579799972 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.069736408854581, -8.36570986629177 ], "y": [ 0.13501625936205866, 1.1305853399545744 ], "z": [ 0.008935429215406536, -0.64178558099959 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.069736408854581, -10.149850436536173 ], "y": [ 0.13501625936205866, 0.15297335626424724 ], "z": [ 0.008935429215406536, 0.013146113749453113 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.36570986629177, -6.983027159600414 ], "y": [ 1.1305853399545744, 1.1061613739778635 ], "z": [ -0.64178558099959, -0.6501523308249164 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.36570986629177, -8.894184690582598 ], "y": [ 1.1305853399545744, 1.9256272225708269 ], "z": [ -0.64178558099959, -1.1464528778806646 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.983027159600414, -6.432048255516377 ], "y": [ 1.1061613739778635, 1.883355106524293 ], "z": [ -0.6501523308249164, -1.159089605294868 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.225902040032697, -4.551452019426984 ], "y": [ 0.0728499680761688, -1.0095918448302235 ], "z": [ -0.006643315645179295, 0.5259774606834168 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.225902040032697, -4.519325416227674 ], "y": [ 0.0728499680761688, 1.1349982810112251 ], "z": [ -0.006643315645179295, -0.5371236979605927 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.551452019426984, -3.168662721784681 ], "y": [ -1.0095918448302235, -1.0285908848314496 ], "z": [ 0.5259774606834168, 0.5285841453474113 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.551452019426984, -5.102853499254094 ], "y": [ -1.0095918448302235, -1.840113275830072 ], "z": [ 0.5259774606834168, 0.9398960042332789 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.168662721784681, -2.4620816909543586 ], "y": [ -1.0285908848314496, 0.034001134596588364 ], "z": [ 0.5285841453474113, -0.0010000756397725598 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.168662721784681, -2.640779942806207 ], "y": [ -1.0285908848314496, -1.8745399617630392 ], "z": [ 0.5285841453474113, 0.9437177755155275 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.4620816909543586, -3.1365273045347717 ], "y": [ 0.034001134596588364, 1.1168866539959619 ], "z": [ -0.0010000756397725598, -0.5327246906401389 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1365273045347717, -4.519325416227674 ], "y": [ 1.1168866539959619, 1.1349982810112251 ], "z": [ -0.5327246906401389, -0.5371236979605927 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1365273045347717, -2.5851302317329607 ], "y": [ 1.1168866539959619, 1.9469643785028294 ], "z": [ -0.5327246906401389, -0.947539395518231 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.519325416227674, -5.047212602231446 ], "y": [ 1.1349982810112251, 1.980503651449833 ], "z": [ -0.5371236979605927, -0.9531534894569382 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.4816038109543985, -5.384289888661309 ], "y": [ -1.7014279925642393, -1.4098524672178512 ], "z": [ 1.150433097788476, 1.938553563809205 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.4816038109543985, -6.904571267120362 ], "y": [ -1.7014279925642393, -3.00922994126467 ], "z": [ 1.150433097788476, 1.0105345845731895 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.384289888661309, -4.710311925838361 ], "y": [ -1.4098524672178512, -2.427906296664179 ], "z": [ 1.938553563809205, 2.588010341415457 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.384289888661309, -5.052819003193231 ], "y": [ -1.4098524672178512, -0.3884040042742254 ], "z": [ 1.938553563809205, 2.047677757447075 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.710311925838361, -5.133878271059388 ], "y": [ -2.427906296664179, -3.735598649671906 ], "z": [ 2.588010341415457, 2.448905125549129 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.710311925838361, -3.852080884188608 ], "y": [ -2.427906296664179, -2.2010606092723837 ], "z": [ 2.588010341415457, 3.2033204366199204 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.133878271059388, -6.2317910824075415 ], "y": [ -3.735598649671906, -4.0270645793255895 ], "z": [ 2.448905125549129, 1.6615779568773588 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.133878271059388, -4.607002922002271 ], "y": [ -3.735598649671906, -4.531169926116232 ], "z": [ 2.448905125549129, 2.9553117908416486 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.2317910824075415, -6.904571267120362 ], "y": [ -4.0270645793255895, -3.00922994126467 ], "z": [ 1.6615779568773588, 1.0105345845731895 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.2317910824075415, -6.562663078820556 ], "y": [ -4.0270645793255895, -5.04862263796192 ], "z": [ 1.6615779568773588, 1.5516604658905302 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.904571267120362, -7.762203419715051 ], "y": [ -3.00922994126467, -3.2361852243491716 ], "z": [ 1.0105345845731895, 0.3944311920197659 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.943810204618664, -10.140645442385647 ], "y": [ -1.6602992513563666, -2.1122353003035883 ], "z": [ 1.1614285579799972, 0.6383729000417427 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.943810204618664, -8.454551356906222 ], "y": [ -1.6602992513563666, -2.199981603310223 ], "z": [ 1.1614285579799972, 2.3353909674823825 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.140645442385647, -10.848919940972408 ], "y": [ -2.1122353003035883, -3.1044457689916722 ], "z": [ 0.6383729000417427, 1.2913197742033748 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.140645442385647, -10.523097778240377 ], "y": [ -2.1122353003035883, -1.6915823629502833 ], "z": [ 0.6383729000417427, -0.2791887148350442 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.848919940972408, -10.360152704910014 ], "y": [ -3.1044457689916722, -3.643432475003296 ], "z": [ 1.2913197742033748, 2.465806010689212 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.848919940972408, -11.783822864255313 ], "y": [ -3.1044457689916722, -3.458919640851676 ], "z": [ 1.2913197742033748, 0.8827481180576571 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.360152704910014, -9.163809078793076 ], "y": [ -3.643432475003296, -3.19080078011384 ], "z": [ 2.465806010689212, 2.989385495610918 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.360152704910014, -10.912706540779276 ], "y": [ -3.643432475003296, -4.419203141081224 ], "z": [ 2.465806010689212, 2.9755541172273063 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.163809078793076, -8.454551356906222 ], "y": [ -3.19080078011384, -2.199981603310223 ], "z": [ 2.989385495610918, 2.3353909674823825 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.163809078793076, -8.780865131288298 ], "y": [ -3.19080078011384, -3.6121493634093804 ], "z": [ 2.989385495610918, 3.9064232835042545 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.454551356906222, -7.519156821973267 ], "y": [ -2.199981603310223, -1.846203377392452 ], "z": [ 2.3353909674823825, 2.743438796644649 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.149850436536173, -10.829920110629015 ], "y": [ 0.15297335626424724, 0.9599433237392211 ], "z": [ 0.013146113749453113, -0.8793519030397683 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.149850436536173, -10.850800458775986 ], "y": [ 0.15297335626424724, -0.6331881963412739 ], "z": [ 0.013146113749453113, 0.9072591264759648 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.829920110629015, -12.212704758446051 ], "y": [ 0.9599433237392211, 0.9793803228036518 ], "z": [ -0.8793519030397683, -0.8776723706977843 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.829920110629015, -10.282910931808207 ], "y": [ 0.9599433237392211, 1.5749931971335613 ], "z": [ -0.8793519030397683, -1.577658863855273 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.212704758446051, -12.913666075174788 ], "y": [ 0.9793803228036518, 0.19247279710103335 ], "z": [ -0.8776723706977843, 0.01577476172947853 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.212704758446051, -12.744970133119459 ], "y": [ 0.9793803228036518, 1.610462152866276 ], "z": [ -0.8776723706977843, -1.5741314826983293 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.913666075174788, -12.233607695570868 ], "y": [ 0.19247279710103335, -0.6152431434710354 ], "z": [ 0.01577476172947853, 0.9076068982194494 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.913666075174788, -13.993817457166731 ], "y": [ 0.19247279710103335, 0.20819203241535578 ], "z": [ 0.01577476172947853, 0.017987818896409005 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.233607695570868, -10.850800458775986 ], "y": [ -0.6152431434710354, -0.6331881963412739 ], "z": [ 0.9076068982194494, 0.9072591264759648 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.233607695570868, -12.780605579902755 ], "y": [ -0.6152431434710354, -1.229547043768279 ], "z": [ 0.9076068982194494, 1.6065797393342038 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.850800458775986, -10.318523789613653 ], "y": [ -0.6331881963412739, -1.2635240533068028 ], "z": [ 0.9072591264759648, 1.60438411877576 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.894184690582598, -10.257501823036158 ], "y": [ 1.9256272225708269, 2.068556200278569 ], "z": [ -1.1464528778806646, -0.9698581336496557 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.894184690582598, -8.20867486250948 ], "y": [ 1.9256272225708269, 2.79668530554968 ], "z": [ -1.1464528778806646, -1.9711668232534654 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.257501823036158, -10.935493706715825 ], "y": [ 2.068556200278569, 3.0835133117667546 ], "z": [ -0.9698581336496557, -1.619983558090242 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.257501823036158, -10.793578742714764 ], "y": [ 2.068556200278569, 1.3888490000936031 ], "z": [ -0.9698581336496557, -0.3250654086561026 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.935493706715825, -10.250148232715606 ], "y": [ 3.0835133117667546, 3.9539638445605316 ], "z": [ -1.619983558090242, -2.445474594520343 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.935493706715825, -12.000738577187665 ], "y": [ 3.0835133117667546, 3.196552735005929 ], "z": [ -1.619983558090242, -1.4817755455613608 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.250148232715606, -8.886995454334937 ], "y": [ 3.9539638445605316, 3.810427316667714 ], "z": [ -2.445474594520343, -2.622846429808653 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.250148232715606, -10.779326296122 ], "y": [ 3.9539638445605316, 4.747499268478007 ], "z": [ -2.445474594520343, -2.9526738731057636 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.886995454334937, -8.20867486250948 ], "y": [ 3.810427316667714, 2.79668530554968 ], "z": [ -2.622846429808653, -1.9711668232534654 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.886995454334937, -8.350754180583433 ], "y": [ 3.810427316667714, 4.490742067037758 ], "z": [ -2.622846429808653, -3.266862063744906 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.20867486250948, -7.143265637964742 ], "y": [ 2.79668530554968, 2.6842534324955825 ], "z": [ -1.9711668232534654, -2.1085977447250466 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0765569978053726, -4.260283520756241 ], "y": [ 5.505364128094855, 5.634471136800638 ], "z": [ -0.006089363120718616, 0.6956020926956508 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0765569978053726, -2.571965816660826 ], "y": [ 5.505364128094855, 6.578913523163812 ], "z": [ -0.006089363120718616, -0.7143961019410054 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0765569978053726, -2.54778589945346 ], "y": [ 5.505364128094855, 4.56335307727628 ], "z": [ -0.006089363120718616, -0.002879116495472234 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.260283520756241, -4.940099472687265 ], "y": [ 5.634471136800638, 6.838738604742998 ], "z": [ 0.6956020926956508, 0.6875935250453094 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.260283520756241, -4.654843759240425 ], "y": [ 5.634471136800638, 4.796037133581141 ], "z": [ 0.6956020926956508, 1.2500535836469466 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.940099472687265, -4.4360192196740735 ], "y": [ 6.838738604742998, 7.911994205532182 ], "z": [ 0.6875935250453094, -0.02152107351884558 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.940099472687265, -5.864794659681734 ], "y": [ 6.838738604742998, 6.940823518419629 ], "z": [ 0.6875935250453094, 1.2365265576594304 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.4360192196740735, -3.2528036248545615 ], "y": [ 7.911994205532182, 7.782593402546628 ], "z": [ -0.02152107351884558, -0.7240203890790837 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.4360192196740735, -4.966324806506561 ], "y": [ 7.911994205532182, 8.853126897751741 ], "z": [ -0.02152107351884558, -0.02715491747951937 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.2528036248545615, -2.571965816660826 ], "y": [ 7.782593402546628, 6.578913523163812 ], "z": [ -0.7240203890790837, -0.7143961019410054 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.2528036248545615, -2.857732339652866 ], "y": [ 7.782593402546628, 8.621321136964118 ], "z": [ -0.7240203890790837, -1.2776635798549247 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.571965816660826, -1.6468326113984193 ], "y": [ 6.578913523163812, 6.47713045290273 ], "z": [ -0.7143961019410054, -1.2624779928379166 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.54778589945346, -2.9821822484502656 ], "y": [ 4.56335307727628, 3.5311103162558224 ], "z": [ -0.002879116495472234, 0.8070731625303427 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.54778589945346, -1.4406455060195082 ], "y": [ 4.56335307727628, 4.389336153646922 ], "z": [ -0.002879116495472234, -0.8108254386713271 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.9821822484502656, -2.3085500273166475 ], "y": [ 3.5311103162558224, 2.3233465733564977 ], "z": [ 0.8070731625303427, 0.8076830710509372 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.9821822484502656, -3.8466329269909547 ], "y": [ 3.5311103162558224, 3.6666315783650334 ], "z": [ 0.8070731625303427, 1.4391309224596638 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3085500273166475, -1.2020000000000004 ], "y": [ 2.3233465733564977, 2.1490000000000005 ], "z": [ 0.8076830710509372, -0.0010000000000000013 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3085500273166475, -2.6467399772642244 ], "y": [ 2.3233465733564977, 1.5164550397268928 ], "z": [ 0.8076830710509372, 1.4410704807074004 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.2020000000000004, -0.7681940171204987 ], "y": [ 2.1490000000000005, 3.180913111293315 ], "z": [ -0.0010000000000000013, -0.8116890279008968 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7681940171204987, -1.4406455060195082 ], "y": [ 3.180913111293315, 4.389336153646922 ], "z": [ -0.8116890279008968, -0.8108254386713271 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7681940171204987, 0.0968470275374943 ], "y": [ 3.180913111293315, 3.045721498911245 ], "z": [ -0.8116890279008968, -1.443010038955136 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.4406455060195082, -1.1018651899546277 ], "y": [ 4.389336153646922, 5.196557337003667 ], "z": [ -0.8108254386713271, -1.4434760994527076 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.654843759240425, -4.665442105588263 ], "y": [ 4.796037133581141, 3.536391006629452 ], "z": [ 1.2500535836469466, 0.6813468842752042 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.654843759240425, -5.152361877859874 ], "y": [ 4.796037133581141, 4.983181445099765 ], "z": [ 1.2500535836469466, 2.525307177373145 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.665442105588263, -5.175307940823293 ], "y": [ 3.536391006629452, 2.46330460954425 ], "z": [ 0.6813468842752042, 1.3891578862035345 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.665442105588263, -4.276193731229546 ], "y": [ 3.536391006629452, 3.38931793789114 ], "z": [ 0.6813468842752042, -0.3146416776626306 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.175307940823293, -5.673733023053526 ], "y": [ 2.46330460954425, 2.650628558378612 ], "z": [ 1.3891578862035345, 2.6640304977208142 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.175307940823293, -5.183076495555061 ], "y": [ 2.46330460954425, 1.4783849300128071 ], "z": [ 1.3891578862035345, 0.9458759506037846 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.673733023053526, -5.664041640316468 ], "y": [ 2.650628558378612, 3.9104543226460398 ], "z": [ 2.6640304977208142, 3.2323562148836387 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.673733023053526, -6.0711711554724905 ], "y": [ 2.650628558378612, 1.8123998381015445 ], "z": [ 2.6640304977208142, 3.2175596689502957 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.664041640316468, -5.152361877859874 ], "y": [ 3.9104543226460398, 4.983181445099765 ], "z": [ 3.2323562148836387, 2.525307177373145 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.664041640316468, -6.052383051064402 ], "y": [ 3.9104543226460398, 4.057347754068613 ], "z": [ 3.2323562148836387, 4.22872575903039 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.152361877859874, -5.143686359517322 ], "y": [ 4.983181445099765, 5.967921487315471 ], "z": [ 2.525307177373145, 2.9689700951818128 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.864794659681734, -6.1683389548277585 ], "y": [ 6.940823518419629, 8.136132953757462 ], "z": [ 1.2365265576594304, 1.8605010881305497 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.864794659681734, -6.745149894108623 ], "y": [ 6.940823518419629, 5.878657573745417 ], "z": [ 1.2365265576594304, 1.3113407755028061 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.1683389548277585, -7.354425064344054 ], "y": [ 8.136132953757462, 8.268842347300838 ], "z": [ 1.8605010881305497, 2.5591154006648997 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.1683389548277585, -5.4806409971102985 ], "y": [ 8.136132953757462, 8.96614238005836 ], "z": [ 1.8605010881305497, 1.8031088307878385 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.354425064344054, -8.235234578676248 ], "y": [ 8.268842347300838, 7.206995274225932 ], "z": [ 2.5591154006648997, 2.633097782784834 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.354425064344054, -7.5919918931813495 ], "y": [ 8.268842347300838, 9.20227783557183 ], "z": [ 2.5591154006648997, 3.0478752507676754 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.235234578676248, -7.932144563435526 ], "y": [ 7.206995274225932, 6.012004710487403 ], "z": [ 2.633097782784834, 2.008291416590272 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.235234578676248, -9.16136551525004 ], "y": [ 7.206995274225932, 7.310044851836253 ], "z": [ 2.633097782784834, 3.179578590201969 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.932144563435526, -6.745149894108623 ], "y": [ 6.012004710487403, 5.878657573745417 ], "z": [ 2.008291416590272, 1.3113407755028061 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.932144563435526, -8.619388241247684 ], "y": [ 6.012004710487403, 5.181676412587203 ], "z": [ 2.008291416590272, 2.066515509656426 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.745149894108623, -6.507128785366026 ], "y": [ 5.878657573745417, 4.944903213875121 ], "z": [ 1.3113407755028061, 0.8234127611234732 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.966324806506561, -4.326719017946942 ], "y": [ 8.853126897751741, 10.002898190095431 ], "z": [ -0.02715491747951937, -0.4504496263329898 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.966324806506561, -6.281568419776444 ], "y": [ 8.853126897751741, 8.90799239348945 ], "z": [ -0.02715491747951937, 0.3923007001133807 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.326719017946942, -5.003701801220997 ], "y": [ 10.002898190095431, 11.208784480355154 ], "z": [ -0.4504496263329898, -0.4530120693381452 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.326719017946942, -3.299397440762114 ], "y": [ 10.002898190095431, 9.960624773670913 ], "z": [ -0.4504496263329898, -0.7790243291241166 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.003701801220997, -6.318638939638928 ], "y": [ 11.208784480355154, 11.263824019215331 ], "z": [ -0.4530120693381452, -0.03262061941162697 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.003701801220997, -4.504942373691444 ], "y": [ 11.208784480355154, 12.107631180229955 ], "z": [ -0.4530120693381452, -0.784583545153811 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.318638939638928, -6.9579382533465965 ], "y": [ 11.263824019215331, 10.114226769994103 ], "z": [ -0.03262061941162697, 0.3916099217754616 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.318638939638928, -6.848026806002074 ], "y": [ 11.263824019215331, 12.205481865042573 ], "z": [ -0.03262061941162697, -0.03544698447526784 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.9579382533465965, -6.281568419776444 ], "y": [ 10.114226769994103, 8.90799239348945 ], "z": [ 0.3916099217754616, 0.3923007001133807 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.9579382533465965, -7.985566305383372 ], "y": [ 10.114226769994103, 10.156326143296152 ], "z": [ 0.3916099217754616, 0.7192487922329698 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.281568419776444, -6.780634322157944 ], "y": [ 8.90799239348945, 8.008971650492187 ], "z": [ 0.3923007001133807, 0.7229363435954279 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.857732339652866, -3.6294091101799304 ], "y": [ 8.621321136964118, 9.753578012912206 ], "z": [ -1.2776635798549247, -1.4586534378503262 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.857732339652866, -1.5804184670629782 ], "y": [ 8.621321136964118, 8.564111188377385 ], "z": [ -1.2776635798549247, -1.8011282803573825 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.6294091101799304, -3.121931670941269 ], "y": [ 9.753578012912206, 10.829882218056623 ], "z": [ -1.4586534378503262, -2.1632880287215177 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.6294091101799304, -4.627714102112833 ], "y": [ 9.753578012912206, 9.798657464276623 ], "z": [ -1.4586534378503262, -1.0506179171581524 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.121931670941269, -1.8442536347694203 ], "y": [ 10.829882218056623, 10.773056102553506 ], "z": [ -2.1632880287215177, -2.6859041674704787 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.121931670941269, -3.7246538520349377 ], "y": [ 10.829882218056623, 11.71473774666265 ], "z": [ -2.1632880287215177, -2.3060559029546366 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.8442536347694203, -1.0722127006603934 ], "y": [ 10.773056102553506, 9.641183059689034 ], "z": [ -2.6859041674704787, -2.5040657477215826 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.8442536347694203, -1.4479327371332469 ], "y": [ 10.773056102553506, 11.613268902144839 ], "z": [ -2.6859041674704787, -3.237221859459186 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.0722127006603934, -1.5804184670629782 ], "y": [ 9.641183059689034, 8.564111188377385 ], "z": [ -2.5040657477215826, -1.8011282803573825 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.0722127006603934, -0.07427187230945254 ], "y": [ 9.641183059689034, 9.595719775241005 ], "z": [ -2.5040657477215826, -2.9129498301672525 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5804184670629782, -0.9780604495512709 ], "y": [ 8.564111188377385, 7.678871826687749 ], "z": [ -1.8011282803573825, -1.6592089678777606 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.2285977413734397, 4.529168186998602 ], "y": [ 5.417584312638981, 5.444121758104709 ], "z": [ -0.002298530767374546, -0.46926778024159826 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.2285977413734397, 2.6397167336421883 ], "y": [ 5.417584312638981, 6.574736466421644 ], "z": [ -0.002298530767374546, 0.46996945642800186 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.2285977413734397, 2.67388760608048 ], "y": [ 5.417584312638981, 4.490606385315171 ], "z": [ -0.002298530767374546, -0.003907274910362052 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.529168186998602, 5.2413204229542725 ], "y": [ 5.444121758104709, 6.629562393184456 ], "z": [ -0.46926778024159826, -0.4626576724463127 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.529168186998602, 4.989792618745996 ], "y": [ 5.444121758104709, 4.540238523204172 ], "z": [ -0.46926778024159826, -0.8392489228808037 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.2413204229542725, 4.6527738144702315 ], "y": [ 6.629562393184456, 7.786508528994085 ], "z": [ -0.4626576724463127, 0.010529952579001994 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.2413204229542725, 6.25749081946528 ], "y": [ 6.629562393184456, 6.651421900865035 ], "z": [ -0.4626576724463127, -0.828348634769228 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.6527738144702315, 3.3525377680922768 ], "y": [ 7.786508528994085, 7.7597650655553245 ], "z": [ 0.010529952579001994, 0.4784188398831644 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.6527738144702315, 5.208488933242435 ], "y": [ 7.786508528994085, 8.71287137917761 ], "z": [ 0.010529952579001994, 0.014897624246901747 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.3525377680922768, 2.6397167336421883 ], "y": [ 7.7597650655553245, 6.574736466421644 ], "z": [ 0.4784188398831644, 0.46996945642800186 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.3525377680922768, 2.891578902926626 ], "y": [ 7.7597650655553245, 8.663854206375364 ], "z": [ 0.4784188398831644, 0.8474798993854413 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6397167336421883, 1.6232920603349803 ], "y": [ 6.574736466421644, 6.553084700280676 ], "z": [ 0.46996945642800186, 0.8347119471187808 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.67388760608048, 3.215069006337343 ], "y": [ 4.490606385315171, 3.363785305201793 ], "z": [ -0.003907274910362052, -0.59352150932821 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.67388760608048, 1.4262581577422782 ], "y": [ 4.490606385315171, 4.430590725445361 ], "z": [ -0.003907274910362052, 0.5865483798256274 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.215069006337343, 2.5074231361647112 ], "y": [ 3.363785305201793, 2.175632746941557 ], "z": [ -0.59352150932821, -0.5913258938618752 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.215069006337343, 4.189432902505654 ], "y": [ 3.363785305201793, 3.4101553279622756 ], "z": [ -0.59352150932821, -1.0556933592205444 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5074231361647112, 1.260218239754498 ], "y": [ 2.175632746941557, 2.1153658377078117 ], "z": [ -0.5913258938618752, -3.9464693399348695e-7 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5074231361647112, 2.9291617398336673 ], "y": [ 2.175632746941557, 1.2948033787429716 ], "z": [ -0.5913258938618752, -1.0527391297949626 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.260218239754498, 0.7194613914256224 ], "y": [ 2.1153658377078117, 3.24193566845725 ], "z": [ -3.9464693399348695e-7, 0.5904836842498657 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.7194613914256224, 1.4262581577422782 ], "y": [ 3.24193566845725, 4.430590725445361 ], "z": [ 0.5904836842498657, 0.5865483798256274 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.7194613914256224, -0.25532705667067673 ], "y": [ 3.24193566845725, 3.1958168950607058 ], "z": [ 0.5904836842498657, 1.051785689663248 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.4262581577422782, 1.0040950021453343 ], "y": [ 4.430590725445361, 5.311671343007882 ], "z": [ 0.5865483798256274, 1.0470917712797627 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.989792618745996, 4.84175042548083 ], "y": [ 4.540238523204172, 3.3555603816199873 ], "z": [ -0.8392489228808037, -0.1429234171969435 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.989792618745996, 5.729875717808518 ], "y": [ 4.540238523204172, 4.568951209342819 ], "z": [ -0.8392489228808037, -2.0055557384901093 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.84175042548083, 5.435726696101138 ], "y": [ 3.3555603816199873, 2.198837666486357 ], "z": [ -0.1429234171969435, -0.6137299063555753 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.84175042548083, 4.263033450596142 ], "y": [ 3.3555603816199873, 3.3322420701504045 ], "z": [ -0.1429234171969435, 0.7679448056160612 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.435726696101138, 6.176633027199777 ], "y": [ 2.198837666486357, 2.2277580322055566 ], "z": [ -0.6137299063555753, -1.7795083677214665 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.435726696101138, 5.319731073993479 ], "y": [ 2.198837666486357, 1.2723819559801934 ], "z": [ -0.6137299063555753, -0.07072821932101483 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.176633027199777, 6.325498452501057 ], "y": [ 2.2277580322055566, 3.4126438533702936 ], "z": [ -1.7795083677214665, -2.475305519161912 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.176633027199777, 6.639910446370225 ], "y": [ 2.2277580322055566, 1.3241381635346539 ], "z": [ -1.7795083677214665, -2.1480516702382113 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.325498452501057, 5.729875717808518 ], "y": [ 3.4126438533702936, 4.568951209342819 ], "z": [ -2.475305519161912, -2.0055557384901093 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.325498452501057, 6.903392195349632 ], "y": [ 3.4126438533702936, 3.4357544852593236 ], "z": [ -2.475305519161912, -3.386702096218331 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.729875717808518, 5.845048107880059 ], "y": [ 4.568951209342819, 5.495199240268432 ], "z": [ -2.0055557384901093, -2.5490857797680833 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.25749081946528, 6.721683762256401 ], "y": [ 6.651421900865035, 7.760511051186214 ], "z": [ -0.828348634769228, -1.5100334362007728 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.25749081946528, 7.093638263200193 ], "y": [ 6.651421900865035, 5.573214359435031 ], "z": [ -0.828348634769228, -0.6112197561302105 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.721683762256401, 8.024117867521616 ], "y": [ 7.760511051186214, 7.790945390525746 ], "z": [ -1.5100334362007728, -1.9739441522129806 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.721683762256401, 6.06873197306146 ], "y": [ 7.760511051186214, 8.60292703840322 ], "z": [ -1.5100334362007728, -1.6807005550852254 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.024117867521616, 8.860563496266998 ], "y": [ 7.790945390525746, 6.713143970061418 ], "z": [ -1.9739441522129806, -1.7559514729831038 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.024117867521616, 8.387413385455744 ], "y": [ 7.790945390525746, 8.6568676671456 ], "z": [ -1.9739441522129806, -2.507630368544699 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.860563496266998, 8.396668738486346 ], "y": [ 6.713143970061418, 5.604460940705918 ], "z": [ -1.7559514729831038, -1.0734028709606998 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.860563496266998, 9.877708570260424 ], "y": [ 6.713143970061418, 6.736223564205606 ], "z": [ -1.7559514729831038, -2.1190798673356404 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.396668738486346, 7.093638263200193 ], "y": [ 5.604460940705918, 5.573214359435031 ], "z": [ -1.0734028709606998, -0.6112197561302105 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.396668738486346, 9.049322342670818 ], "y": [ 5.604460940705918, 4.761638832523234 ], "z": [ -1.0734028709606998, -0.9035995526671072 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.093638263200193, 6.730044560255594 ], "y": [ 5.573214359435031, 4.706885961849499 ], "z": [ -0.6112197561302105, -0.07839734038935145 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.208488933242435, 4.5449234923169115 ], "y": [ 8.71287137917761, 9.914712983699589 ], "z": [ 0.014897624246901747, 0.17460254981074094 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.208488933242435, 6.58092463910279 ], "y": [ 8.71287137917761, 8.696420465588654 ], "z": [ 0.014897624246901747, -0.1431169343281772 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.5449234923169115, 5.25540662734436 ], "y": [ 9.914712983699589, 11.101173008276009 ], "z": [ 0.17460254981074094, 0.17517257059254607 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.5449234923169115, 3.4727715009714504 ], "y": [ 9.914712983699589, 9.92824994831365 ], "z": [ 0.17460254981074094, 0.29887989305157264 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.25540662734436, 6.627728319255272 ], "y": [ 11.101173008276009, 11.084790845367808 ], "z": [ 0.17517257059254607, 0.016166914563515794 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.25540662734436, 4.737766056639362 ], "y": [ 11.101173008276009, 12.040781760413365 ], "z": [ 0.17517257059254607, 0.30090893155102455 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.627728319255272, 7.29117974623135 ], "y": [ 11.084790845367808, 9.883017991526591 ], "z": [ 0.016166914563515794, -0.1445291084542734 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.627728319255272, 7.183103181916765 ], "y": [ 11.084790845367808, 12.011362924372426 ], "z": [ 0.016166914563515794, 0.017561307904660678 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.29117974623135, 6.58092463910279 ], "y": [ 9.883017991526591, 8.696420465588654 ], "z": [ -0.1445291084542734, -0.1431169343281772 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.29117974623135, 8.363445751526255 ], "y": [ 9.883017991526591, 9.869412276231772 ], "z": [ -0.1445291084542734, -0.2678153542411547 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.58092463910279, 7.098679223757232 ], "y": [ 8.696420465588654, 7.756742962770536 ], "z": [ -0.1431169343281772, -0.2678621978327062 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.891578902926626, 3.657777529290377 ], "y": [ 8.663854206375364, 9.79643586889293 ], "z": [ 0.8474798993854413, 1.0485929091268675 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.891578902926626, 1.5362719183511668 ], "y": [ 8.663854206375364, 8.689479762190388 ], "z": [ 0.8474798993854413, 1.1145104378078263 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.657777529290377, 3.0668790746992642 ], "y": [ 9.79643586889293, 10.955943372595248 ], "z": [ 1.0485929091268675, 1.5164127090710857 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.657777529290377, 4.71684490484091 ], "y": [ 9.79643586889293, 9.776898161758494 ], "z": [ 1.0485929091268675, 0.84090908201354 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0668790746992642, 1.7113929441709164 ], "y": [ 10.955943372595248, 10.981857154352253 ], "z": [ 1.5164127090710857, 1.7825025921187823 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0668790746992642, 3.665072296952984 ], "y": [ 10.955943372595248, 11.841213014851427 ], "z": [ 1.5164127090710857, 1.674806299059216 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7113929441709164, 0.9450151718542743 ], "y": [ 10.981857154352253, 9.849563717776679 ], "z": [ 1.7825025921187823, 1.580448927002669 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7113929441709164, 1.2497133156608442 ], "y": [ 10.981857154352253, 11.887170533456747 ], "z": [ 1.7825025921187823, 2.148888462797789 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.9450151718542743, 1.5362719183511668 ], "y": [ 9.849563717776679, 8.689479762190388 ], "z": [ 1.580448927002669, 1.1145104378078263 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.9450151718542743, -0.11387305774336842 ], "y": [ 9.849563717776679, 9.86881319896913 ], "z": [ 1.580448927002669, 1.789073409490685 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.5362719183511668, 0.938257842050336 ], "y": [ 8.689479762190388, 7.80392189399222 ], "z": [ 1.1145104378078263, 0.9570575031943844 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.306057663995683, 7.005687781887749 ], "y": [ -0.08895169917659217, 0.6339428163284772 ], "z": [ -0.0019664526148490463, 0.9457619987840874 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.306057663995683, 6.987376428246583 ], "y": [ -0.08895169917659217, -0.8361675312363933 ], "z": [ -0.0019664526148490463, -0.9433974069597784 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.306057663995683, 5.225920834776327 ], "y": [ -0.08895169917659217, -0.07180432831794499 ], "z": [ -0.0019664526148490463, -0.004063554564054299 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.005687781887749, 8.38835676357542 ], "y": [ 0.6339428163284772, 0.6082004491794297 ], "z": [ 0.9457619987840874, 0.9519116014004428 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.005687781887749, 6.4738329027692805 ], "y": [ 0.6339428163284772, 1.218791404250835 ], "z": [ 0.9457619987840874, 1.6813898477189848 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.38835676357542, 9.069658110186527 ], "y": [ 0.6082004491794297, -0.13980412214957028 ], "z": [ 0.9519116014004428, 0.011095128130118379 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.38835676357542, 8.935972515552574 ], "y": [ 0.6082004491794297, 1.1736634669246602 ], "z": [ 0.9519116014004428, 1.6916267874653153 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.069658110186527, 8.370010574654668 ], "y": [ -0.13980412214957028, -0.8634873769238384 ], "z": [ 0.011095128130118379, -0.9360188421942129 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.069658110186527, 10.149746157246602 ], "y": [ -0.13980412214957028, -0.1593177735210745 ], "z": [ 0.011095128130118379, 0.015035685965746165 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.370010574654668, 6.987376428246583 ], "y": [ -0.8634873769238384, -0.8361675312363933 ], "z": [ -0.9360188421942129, -0.9433974069597784 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.370010574654668, 8.901882764178996 ], "y": [ -0.8634873769238384, -1.4475467862279385 ], "z": [ -0.9360188421942129, -1.6722612587788663 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.987376428246583, 6.439821272018339 ], "y": [ -0.8361675312363933, -1.4007972243918025 ], "z": [ -0.9433974069597784, -1.6836687494383942 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.225920834776327, 4.547697010764167 ], "y": [ -0.07180432831794499, 0.7744103996109148 ], "z": [ -0.004063554564054299, 0.8527801177464842 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.225920834776327, 4.523111799089656 ], "y": [ -0.07180432831794499, -0.8980729888734708 ], "z": [ -0.004063554564054299, -0.8597261983325848 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.547697010764167, 3.1648999633238097 ], "y": [ 0.7744103996109148, 0.7929825544892843 ], "z": [ 0.8527801177464842, 0.8539636097854624 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.547697010764167, 5.096157376171939 ], "y": [ 0.7744103996109148, 1.4207828094824944 ], "z": [ 0.8527801177464842, 1.5210105685144677 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1648999633238097, 2.4620819224261576 ], "y": [ 0.7929825544892843, -0.034001137811474486 ], "z": [ 0.8539636097854624, -0.0009999999999999998 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1648999633238097, 2.634074075144539 ], "y": [ 0.7929825544892843, 1.454686680358679 ], "z": [ 0.8539636097854624, 1.5225423457964953 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.4620819224261576, 3.14029674122733 ], "y": [ -0.034001137811474486, -0.8809308974855671 ], "z": [ -0.0009999999999999998, -0.85714463832747 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.14029674122733, 4.523111799089656 ], "y": [ -0.8809308974855671, -0.8980729888734708 ], "z": [ -0.85714463832747, -0.8597261983325848 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.14029674122733, 2.5918453810305437 ], "y": [ -0.8809308974855671, -1.5265882756119138 ], "z": [ -0.85714463832747, -1.5260741230785222 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.523111799089656, 5.0539466924799115 ], "y": [ -0.8980729888734708, -1.559062082997633 ], "z": [ -0.8597261983325848, -1.5290039683266865 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.4738329027692805, 5.3724150911409465 ], "y": [ 1.218791404250835, 0.6842434524551256 ], "z": [ 1.6813898477189848, 2.322783090167691 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.4738329027692805, 6.8965442999250195 ], "y": [ 1.218791404250835, 2.498843032183397 ], "z": [ 1.6813898477189848, 1.9840479131027453 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.3724150911409465, 4.694068933555533 ], "y": [ 0.6842434524551256, 1.4310631248666472 ], "z": [ 2.322783090167691, 3.2686059421797653 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.3724150911409465, 5.04114500184637 ], "y": [ 0.6842434524551256, -0.31548253369605234 ], "z": [ 2.322783090167691, 2.0862538519056537 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.694068933555533, 5.11737491884425 ], "y": [ 1.4310631248666472, 2.7107483957113625 ], "z": [ 3.2686059421797653, 3.571979722196814 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.694068933555533, 3.832633259885547 ], "y": [ 1.4310631248666472, 1.0144782011870954 ], "z": [ 3.2686059421797653, 3.769616502439368 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.11737491884425, 6.219387318605566 ], "y": [ 2.7107483957113625, 3.244929990419226 ], "z": [ 3.571979722196814, 2.9313021943813973 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.11737491884425, 4.587092168845943 ], "y": [ 2.7107483957113625, 3.294730634864247 ], "z": [ 3.571979722196814, 4.310047435491614 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.219387318605566, 6.8965442999250195 ], "y": [ 3.244929990419226, 2.498843032183397 ], "z": [ 2.9313021943813973, 1.9840479131027453 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.219387318605566, 6.5500628197671595 ], "y": [ 3.244929990419226, 4.245022333658251 ], "z": [ 2.9313021943813973, 3.167115718010146 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.8965442999250195, 7.757385385462024 ], "y": [ 2.498843032183397, 2.915794312950795 ], "z": [ 1.9840479131027453, 1.4823216382098527 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.935972515552574, 10.13532229074523 ], "y": [ 1.1736634669246602, 1.7718125867868975 ], "z": [ 1.6916267874653153, 1.3539498010517395 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.935972515552574, 8.439822128938184 ], "y": [ 1.1736634669246602, 1.2954038160686956 ], "z": [ 1.6916267874653153, 2.975306296241817 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.13532229074523, 10.839208057707594 ], "y": [ 1.7718125867868975, 2.491585582319099 ], "z": [ 1.3539498010517395, 2.3020772513296013 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.13532229074523, 10.523160103651787 ], "y": [ 1.7718125867868975, 1.6777552311435198 ], "z": [ 1.3539498010517395, 0.3510175776541496 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.839208057707594, 10.34354692807356 ], "y": [ 2.491585582319099, 2.6124956865552087 ], "z": [ 2.3020772513296013, 3.5860238200245473 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.839208057707594, 11.776074010939604 ], "y": [ 2.491585582319099, 2.9601882093008696 ], "z": [ 2.3020772513296013, 2.0387907844148323 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.34354692807356, 9.144686409861254 ], "y": [ 2.6124956865552087, 2.013516321785046 ], "z": [ 3.5860238200245473, 3.9239678663565667 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.34354692807356, 10.892673629100884 ], "y": [ 2.6124956865552087, 3.175512554897285 ], "z": [ 3.5860238200245473, 4.3265985105056135 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.144686409861254, 8.439822128938184 ], "y": [ 2.013516321785046, 1.2954038160686956 ], "z": [ 3.9239678663565667, 2.975306296241817 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.144686409861254, 8.756359339974345 ], "y": [ 2.013516321785046, 2.1084039223363495 ], "z": [ 3.9239678663565667, 4.926633029835714 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.439822128938184, 7.502466918725821 ], "y": [ 1.2954038160686956, 0.8276314339948497 ], "z": [ 2.975306296241817, 3.2383257032381434 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.149746157246602, 10.835360112761563 ], "y": [ -0.1593177735210745, -0.6265779892891569 ], "z": [ 0.015035685965746165, -1.0903372803960563 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.149746157246602, 10.845137794304067 ], "y": [ -0.1593177735210745, 0.2862688477255861 ], "z": [ 0.015035685965746165, 1.1226015007490129 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.835360112761563, 12.21812920221622 ], "y": [ -0.6265779892891569, -0.6469805430595014 ], "z": [ -1.0903372803960563, -1.087620471904107 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.835360112761563, 10.29269287805277 ], "y": [ -0.6265779892891569, -0.9755782801836962 ], "z": [ -1.0903372803960563, -1.9556979389246492 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.21812920221622, 12.913535225131916 ], "y": [ -0.6469805430595014, -0.20046976209776923 ], "z": [ -1.087620471904107, 0.019563607541364082 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.21812920221622, 12.754722087390293 ], "y": [ -0.6469805430595014, -1.0128955094035934 ], "z": [ -1.087620471904107, -1.95063861365199 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.913535225131916, 12.227935655475184 ], "y": [ -0.20046976209776923, 0.26771461338538555 ], "z": [ 0.019563607541364082, 1.1245548385653723 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.913535225131916, 13.993669900526779 ], "y": [ -0.20046976209776923, -0.21721099702931868 ], "z": [ 0.019563607541364082, 0.022358972026214043 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.227935655475184, 10.845137794304067 ], "y": [ 0.26771461338538555, 0.2862688477255861 ], "z": [ 1.1245548385653723, 1.1226015007490129 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.227935655475184, 12.770588504325746 ], "y": [ 0.26771461338538555, 0.6157907445648524 ], "z": [ 1.1245548385653723, 1.990297232431759 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.845137794304067, 10.308530523271767 ], "y": [ 0.2862688477255861, 0.6512596543546064 ], "z": [ 1.1226015007490129, 1.9860013778346906 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.901882764178996, 10.26431595107333 ], "y": [ -1.4475467862279385, -1.6423047354927442 ], "z": [ -1.6722612587788663, -1.545402469382484 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.901882764178996, 8.221614460330514 ], "y": [ -1.4475467862279385, -1.9962168114535135 ], "z": [ -1.6722612587788663, -2.7423151070491625 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.26431595107333, 10.946677238023739 ], "y": [ -1.6423047354927442, -2.385985131251461 ], "z": [ -1.545402469382484, -2.4908106050760246 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.26431595107333, 10.796295876201848 ], "y": [ -1.6423047354927442, -1.214578728602352 ], "z": [ -1.545402469382484, -0.7092291486589284 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.946677238023739, 10.26657709898501 ], "y": [ -2.385985131251461, -2.9338250344750474 ], "z": [ -2.4908106050760246, -3.561396071685521 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.946677238023739, 12.011231255603295 ], "y": [ -2.385985131251461, -2.5395191791690443 ], "z": [ -2.4908106050760246, -2.391926633749693 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.26657709898501, 8.904312076900432 ], "y": [ -2.9338250344750474, -2.738236963208252 ], "z": [ -3.561396071685521, -3.6887864794211023 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.26657709898501, 10.799165310983454 ], "y": [ -2.9338250344750474, -3.5156263609181857 ], "z": [ -3.561396071685521, -4.29952615032296 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.904312076900432, 8.221614460330514 ], "y": [ -2.738236963208252, -1.9962168114535135 ], "z": [ -3.6887864794211023, -2.7423151070491625 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.904312076900432, 8.37216398696216 ], "y": [ -2.738236963208252, -3.1667930921006344 ], "z": [ -3.6887864794211023, -4.52442818180546 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.221614460330514, 7.1568922779412 ], "y": [ -1.9962168114535135, -1.8435128855379204 ], "z": [ -2.7423151070491625, -2.8406674600362956 ] } ], "layout": { "scene": { "xaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "zaxis": { "showgrid": false, "showline": false, "showticklabels": false } }, "template": { "data": { "bar": [ { "error_x": { "color": "rgb(36,36,36)" }, "error_y": { "color": "rgb(36,36,36)" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "line": { "color": "white", "width": 0.6 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "colorscale": { "diverging": [ [ 0, "rgb(103,0,31)" ], [ 0.1, "rgb(178,24,43)" ], [ 0.2, "rgb(214,96,77)" ], [ 0.3, "rgb(244,165,130)" ], [ 0.4, "rgb(253,219,199)" ], [ 0.5, "rgb(247,247,247)" ], [ 0.6, "rgb(209,229,240)" ], [ 0.7, "rgb(146,197,222)" ], [ 0.8, "rgb(67,147,195)" ], [ 0.9, "rgb(33,102,172)" ], [ 1, "rgb(5,48,97)" ] ], "sequential": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "sequentialminus": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ] }, "colorway": [ "#1F77B4", "#FF7F0E", "#2CA02C", "#D62728", "#9467BD", "#8C564B", "#E377C2", "#7F7F7F", "#BCBD22", "#17BECF" ], "font": { "color": "rgb(36,36,36)" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "radialaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } }, "shapedefaults": { "fillcolor": "black", "line": { "width": 0 }, "opacity": 0.3 }, "ternary": { "aaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "baxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "caxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# setup a new linkage\n", "link2 = bb.linkage(\"C1\", \"C4\")\n", "\n", "# set a new attach residue for the periphery (now it's the second residue)\n", "periphery.set_attach_residue(2)\n", "\n", "# now make the central core\n", "core = benzene.copy()\n", "\n", "# and attach the periphery to the core\n", "for carbon in core.get_atoms(\"C\", by=\"element\"):\n", " link2.atom1 = carbon.id\n", "\n", " core.attach(periphery, link2, at_residue=1)\n", "\n", "core.show()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Now that looks fancy! But it is quite cramped still. So let's optimize the structure. " ] }, { "cell_type": "code", "execution_count": 38, "metadata": {}, "outputs": [], "source": [ "graph = core.get_atom_graph()\n", "edges = core.get_residue_connections()\n", "edges = graph.direct_edges(graph.central_node, edges)\n", "\n", "env = bb.optimizers.DistanceRotatron(graph, edges)" ] }, { "cell_type": "code", "execution_count": 40, "metadata": {}, "outputs": [], "source": [ "core_opt = bb.optimizers.optimize(core.copy(), env, \"swarm\")" ] }, { "cell_type": "code", "execution_count": 41, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ "C1", 1, 1, "BNZ", "A" ], [ "C2", 2, 1, "BNZ", "A" ], [ "C3", 3, 1, "BNZ", "A" ], [ "C4", 4, 1, "BNZ", "A" ], [ "C5", 5, 1, "BNZ", "A" ], [ "C6", 6, 1, "BNZ", "A" ], [ "C1", 7, 2, "BNZ", "A" ], [ "C2", 8, 2, "BNZ", "A" ], [ "C3", 9, 2, "BNZ", "A" ], [ "C4", 10, 2, "BNZ", "A" ], [ "C5", 11, 2, "BNZ", "A" ], [ "C6", 12, 2, "BNZ", "A" ], [ "C1", 14, 3, "BNZ", "A" ], [ "C2", 15, 3, "BNZ", "A" ], [ "C3", 16, 3, "BNZ", "A" ], [ "C4", 17, 3, "BNZ", "A" ], [ "C5", 18, 3, "BNZ", "A" ], [ "C6", 19, 3, "BNZ", "A" ], [ "C1", 24, 4, "BNZ", "A" ], [ "C2", 25, 4, "BNZ", "A" ], [ "C3", 26, 4, "BNZ", "A" ], [ "C4", 27, 4, "BNZ", "A" ], [ "C5", 28, 4, "BNZ", "A" ], [ "C6", 29, 4, "BNZ", "A" ], [ "C1", 35, 5, "BNZ", "A" ], [ "C2", 36, 5, "BNZ", "A" ], [ "C3", 37, 5, "BNZ", "A" ], [ "C4", 38, 5, "BNZ", "A" ], [ "C5", 39, 5, "BNZ", "A" ], [ "C6", 40, 5, "BNZ", "A" ], [ "C1", 46, 6, "BNZ", "A" ], [ "C2", 47, 6, "BNZ", "A" ], [ "C3", 48, 6, "BNZ", "A" ], [ "C4", 49, 6, "BNZ", "A" ], [ "C5", 50, 6, "BNZ", "A" ], [ "C6", 51, 6, "BNZ", "A" ], [ "C1", 57, 7, "BNZ", "A" ], [ "C2", 58, 7, "BNZ", "A" ], [ "C3", 59, 7, "BNZ", "A" ], [ "C4", 60, 7, "BNZ", "A" ], [ "C5", 61, 7, "BNZ", "A" ], [ "C6", 62, 7, "BNZ", "A" ], [ "C1", 68, 8, "BNZ", "A" ], [ "C2", 69, 8, "BNZ", "A" ], [ "C3", 70, 8, "BNZ", "A" ], [ "C4", 71, 8, "BNZ", "A" ], [ "C5", 72, 8, "BNZ", "A" ], [ "C6", 73, 8, "BNZ", "A" ], [ "C1", 75, 9, "BNZ", "A" ], [ "C2", 76, 9, "BNZ", "A" ], [ "C3", 77, 9, "BNZ", "A" ], [ "C4", 78, 9, "BNZ", "A" ], [ "C5", 79, 9, "BNZ", "A" ], [ "C6", 80, 9, "BNZ", "A" ], [ "C1", 85, 10, "BNZ", "A" ], [ "C2", 86, 10, "BNZ", "A" ], [ "C3", 87, 10, "BNZ", "A" ], [ "C4", 88, 10, "BNZ", "A" ], [ "C5", 89, 10, "BNZ", "A" ], [ "C6", 90, 10, "BNZ", "A" ], [ "C1", 96, 11, "BNZ", "A" ], [ "C2", 97, 11, "BNZ", "A" ], [ "C3", 98, 11, "BNZ", "A" ], [ "C4", 99, 11, "BNZ", "A" ], [ "C5", 100, 11, "BNZ", "A" ], [ "C6", 101, 11, "BNZ", "A" ], [ "C1", 107, 12, "BNZ", "A" ], [ "C2", 108, 12, "BNZ", "A" ], [ "C3", 109, 12, "BNZ", "A" ], [ "C4", 110, 12, "BNZ", "A" ], [ "C5", 111, 12, "BNZ", "A" ], [ "C6", 112, 12, "BNZ", "A" ], [ "C1", 118, 13, "BNZ", "A" ], [ "C2", 119, 13, "BNZ", "A" ], [ "C3", 120, 13, "BNZ", "A" ], [ "C4", 121, 13, "BNZ", "A" ], [ "C5", 122, 13, "BNZ", "A" ], [ "C6", 123, 13, "BNZ", "A" ], [ "C1", 129, 14, "BNZ", "A" ], [ "C2", 130, 14, "BNZ", "A" ], [ "C3", 131, 14, "BNZ", "A" ], [ "C4", 132, 14, "BNZ", "A" ], [ "C5", 133, 14, "BNZ", "A" ], [ "C6", 134, 14, "BNZ", "A" ], [ "C1", 136, 15, "BNZ", "A" ], [ "C2", 137, 15, "BNZ", "A" ], [ "C3", 138, 15, "BNZ", "A" ], [ "C4", 139, 15, "BNZ", "A" ], [ "C5", 140, 15, "BNZ", "A" ], [ "C6", 141, 15, "BNZ", "A" ], [ "C1", 146, 16, "BNZ", "A" ], [ "C2", 147, 16, "BNZ", "A" ], [ "C3", 148, 16, "BNZ", "A" ], [ "C4", 149, 16, "BNZ", "A" ], [ "C5", 150, 16, "BNZ", "A" ], [ "C6", 151, 16, "BNZ", "A" ], [ "C1", 157, 17, "BNZ", "A" ], [ "C2", 158, 17, "BNZ", "A" ], [ "C3", 159, 17, "BNZ", "A" ], [ "C4", 160, 17, "BNZ", "A" ], [ "C5", 161, 17, "BNZ", "A" ], [ "C6", 162, 17, "BNZ", "A" ], [ "C1", 168, 18, "BNZ", "A" ], [ "C2", 169, 18, "BNZ", "A" ], [ "C3", 170, 18, "BNZ", "A" ], [ "C4", 171, 18, "BNZ", "A" ], [ "C5", 172, 18, "BNZ", "A" ], [ "C6", 173, 18, "BNZ", "A" ], [ "C1", 179, 19, "BNZ", "A" ], [ "C2", 180, 19, "BNZ", "A" ], [ "C3", 181, 19, "BNZ", "A" ], [ "C4", 182, 19, "BNZ", "A" ], [ "C5", 183, 19, "BNZ", "A" ], [ "C6", 184, 19, "BNZ", "A" ], [ "C1", 190, 20, "BNZ", "A" ], [ "C2", 191, 20, "BNZ", "A" ], [ "C3", 192, 20, "BNZ", "A" ], [ "C4", 193, 20, "BNZ", "A" ], [ "C5", 194, 20, "BNZ", "A" ], [ "C6", 195, 20, "BNZ", "A" ], [ "C1", 197, 21, "BNZ", "A" ], [ "C2", 198, 21, "BNZ", "A" ], [ "C3", 199, 21, "BNZ", "A" ], [ "C4", 200, 21, "BNZ", "A" ], [ "C5", 201, 21, "BNZ", "A" ], [ "C6", 202, 21, "BNZ", "A" ], [ "C1", 207, 22, "BNZ", "A" ], [ "C2", 208, 22, "BNZ", "A" ], [ "C3", 209, 22, "BNZ", "A" ], [ "C4", 210, 22, "BNZ", "A" ], [ "C5", 211, 22, "BNZ", "A" ], [ "C6", 212, 22, "BNZ", "A" ], [ "C1", 218, 23, "BNZ", "A" ], [ "C2", 219, 23, "BNZ", "A" ], [ "C3", 220, 23, "BNZ", "A" ], [ "C4", 221, 23, "BNZ", "A" ], [ "C5", 222, 23, "BNZ", "A" ], [ "C6", 223, 23, "BNZ", "A" ], [ "C1", 229, 24, "BNZ", "A" ], [ "C2", 230, 24, "BNZ", "A" ], [ "C3", 231, 24, "BNZ", "A" ], [ "C4", 232, 24, "BNZ", "A" ], [ "C5", 233, 24, "BNZ", "A" ], [ "C6", 234, 24, "BNZ", "A" ], [ "C1", 240, 25, "BNZ", "A" ], [ "C2", 241, 25, "BNZ", "A" ], [ "C3", 242, 25, "BNZ", "A" ], [ "C4", 243, 25, "BNZ", "A" ], [ "C5", 244, 25, "BNZ", "A" ], [ "C6", 245, 25, "BNZ", "A" ], [ "C1", 251, 26, "BNZ", "A" ], [ "C2", 252, 26, "BNZ", "A" ], [ "C3", 253, 26, "BNZ", "A" ], [ "C4", 254, 26, "BNZ", "A" ], [ "C5", 255, 26, "BNZ", "A" ], [ "C6", 256, 26, "BNZ", "A" ], [ "C1", 258, 27, "BNZ", "A" ], [ "C2", 259, 27, "BNZ", "A" ], [ "C3", 260, 27, "BNZ", "A" ], [ "C4", 261, 27, "BNZ", "A" ], [ "C5", 262, 27, "BNZ", "A" ], [ "C6", 263, 27, "BNZ", "A" ], [ "C1", 268, 28, "BNZ", "A" ], [ "C2", 269, 28, "BNZ", "A" ], [ "C3", 270, 28, "BNZ", "A" ], [ "C4", 271, 28, "BNZ", "A" ], [ "C5", 272, 28, "BNZ", "A" ], [ "C6", 273, 28, "BNZ", "A" ], [ "C1", 279, 29, "BNZ", "A" ], [ "C2", 280, 29, "BNZ", "A" ], [ "C3", 281, 29, "BNZ", "A" ], [ "C4", 282, 29, "BNZ", "A" ], [ "C5", 283, 29, "BNZ", "A" ], [ "C6", 284, 29, "BNZ", "A" ], [ "C1", 290, 30, "BNZ", "A" ], [ "C2", 291, 30, "BNZ", "A" ], [ "C3", 292, 30, "BNZ", "A" ], [ "C4", 293, 30, "BNZ", "A" ], [ "C5", 294, 30, "BNZ", "A" ], [ "C6", 295, 30, "BNZ", "A" ], [ "C1", 301, 31, "BNZ", "A" ], [ "C2", 302, 31, "BNZ", "A" ], [ "C3", 303, 31, "BNZ", "A" ], [ "C4", 304, 31, "BNZ", "A" ], [ "C5", 305, 31, "BNZ", "A" ], [ "C6", 306, 31, "BNZ", "A" ], [ "C1", 312, 32, "BNZ", "A" ], [ "C2", 313, 32, "BNZ", "A" ], [ "C3", 314, 32, "BNZ", "A" ], [ "C4", 315, 32, "BNZ", "A" ], [ "C5", 316, 32, "BNZ", "A" ], [ "C6", 317, 32, "BNZ", "A" ], [ "C1", 319, 33, "BNZ", "A" ], [ "C2", 320, 33, "BNZ", "A" ], [ "C3", 321, 33, "BNZ", "A" ], [ "C4", 322, 33, "BNZ", "A" ], [ "C5", 323, 33, "BNZ", "A" ], [ "C6", 324, 33, "BNZ", "A" ], [ "C1", 329, 34, "BNZ", "A" ], [ "C2", 330, 34, "BNZ", "A" ], [ "C3", 331, 34, "BNZ", "A" ], [ "C4", 332, 34, "BNZ", "A" ], [ "C5", 333, 34, "BNZ", "A" ], [ "C6", 334, 34, "BNZ", "A" ], [ "C1", 340, 35, "BNZ", "A" ], [ "C2", 341, 35, "BNZ", "A" ], [ "C3", 342, 35, "BNZ", "A" ], [ "C4", 343, 35, "BNZ", "A" ], [ "C5", 344, 35, "BNZ", "A" ], [ "C6", 345, 35, "BNZ", "A" ], [ "C1", 351, 36, "BNZ", "A" ], [ "C2", 352, 36, "BNZ", "A" ], [ "C3", 353, 36, "BNZ", "A" ], [ "C4", 354, 36, "BNZ", "A" ], [ "C5", 355, 36, "BNZ", "A" ], [ "C6", 356, 36, "BNZ", "A" ], [ "C1", 362, 37, "BNZ", "A" ], [ "C2", 363, 37, "BNZ", "A" ], [ "C3", 364, 37, "BNZ", "A" ], [ "C4", 365, 37, "BNZ", "A" ], [ "C5", 366, 37, "BNZ", "A" ], [ "C6", 367, 37, "BNZ", "A" ] ], "hovertemplate": "atom_element=C
x=%{x}
y=%{y}
z=%{z}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "C", "marker": { "color": "darkslategray", "opacity": 1, "symbol": "circle" }, "mode": "markers", "name": "C", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 0.675, -0.707, -1.382, -0.675, 0.707, 1.382, 3.077820773815263, 3.1074315025771786, 3.783282239829657, 4.428418286451235, 4.399641292878277, 3.722123085247883, 2.553134970542216, 1.7252017629004939, 1.0494069147283005, 1.201998306541122, 2.0291612442464446, 2.7064966322914343, 2.6034174955514757, 3.3221229656842377, 2.6761722335877547, 1.313180153750718, 0.594313948850159, 1.2405861504822342, 3.8061056171352963, 2.674797658349558, 2.705105159268073, 3.8657477266917044, 4.9973435184824, 4.9664603515539705, 4.955606989361856, 4.247185146568632, 4.921795775087821, 6.3031246698683345, 7.011560461902728, 6.336921934901192, 4.902821124815068, 5.878789696094456, 6.526980080410743, 6.1989156238779, 5.2236423391892846, 4.574061381691458, -3.2299668778652153, -3.3661598846822716, -4.073560247220789, -4.643697871455264, -4.506664905417135, -3.8009444613207704, -2.6739652742817093, -2.4239698079185708, -1.7166079053850114, -1.2602183585035995, -1.5110687870588395, -2.2167207652081933, -2.920806611481069, -3.6629081136998014, -3.0913396361527017, -1.779228696717185, -1.0368222392483943, -1.60900062729561, -4.1813395469472106, -4.182568664237607, -4.315443682968245, -4.446868796954821, -4.444645791881889, -4.313758548716317, -5.197181375942084, -4.5229694422468025, -5.230985076410445, -6.611481199273517, -7.285655773025214, -6.577714858748741, -4.952858376431995, -6.262281198418366, -6.832456866880985, -6.093325512912076, -4.783590453562169, -4.214039259826615, -6.306095909155628, -6.98806125578428, -8.37087714303723, -9.069975519978637, -8.3880204917692, -7.0051839676778265, -5.2259505987359205, -4.521660393688844, -3.1388589702518854, -2.4620816909543586, -3.1663658721717653, -4.549179343268063, -6.442290976077168, -6.799409498748807, -6.1039353804151055, -5.05279473869758, -4.696309598997229, -5.390516951388354, -8.90466630756801, -8.731326445916938, -9.418402013405974, -10.277529288209431, -10.451622315160236, -9.763040417071736, -10.150155256710715, -10.824412908707867, -12.207199450603492, -12.913969942066055, -12.239707909765917, -10.856930128476266, -8.93378033180105, -8.57961284762403, -9.281539846652434, -10.336173965536215, -10.690970889087176, -9.98778501131089, -3.078787118715459, -2.9722589226399343, -3.6451569575271594, -4.423373167237042, -4.5291096919859495, -3.8577949997519587, -2.549870731159077, -1.500628330700164, -0.8265580999706799, -1.2020000000000004, -2.2518811963110403, -2.9246738353362693, -2.3641877612630786, -2.890885228768558, -2.1108602659670765, -0.8058692137779007, -0.2788609178520254, -1.0595075374943024, -3.5632576647518723, -2.5050491247591253, -2.3970981155637805, -3.346673124132157, -4.404342771336076, -4.513371566109075, -4.949916232809581, -4.787778407222504, -5.465591533382922, -6.304278923792305, -6.467181661416225, -5.787838711182117, -5.137972709142311, -6.513687720396643, -7.293481915121715, -6.697381056580243, -5.321608565152179, -4.541929330774568, 3.230901619262846, 3.30187751431334, 4.008795319171792, 4.643615134394306, 4.571812628470177, 3.866548045358995, 2.6753132501682595, 1.7558875601538708, 1.0481241533189651, 1.260218239754498, 2.1803612262974155, 2.8866900400752606, 2.805948961960583, 2.9481398514326127, 2.309081019494384, 1.5290139105181932, 1.3860241925500416, 2.0266806814805163, 4.065616075674962, 3.067383189305824, 3.1372046442481203, 4.204328628310034, 5.2020584368566425, 5.133243137559407, 5.196725448235316, 4.665017423720624, 5.3750193133049, 6.615110644029324, 7.1472531816628795, 6.436382265840873, 5.068568014122251, 6.428876392938383, 7.064524230588763, 6.339911690229886, 4.979430239802252, 4.344128545374885, 6.306104101289849, 6.996834409376289, 8.379681075976475, 9.07005236510868, 8.379332504658354, 6.99646494278594, 5.225937568243973, 4.5194619743515325, 3.136668079003614, 2.4620819224261576, 3.1685584123831174, 4.551350515601991, 6.457887855385842, 6.574880360913542, 5.888807778270095, 5.086983232841787, 4.9707696136761115, 5.655284423595507, 8.920316948205343, 8.793850177938275, 9.489782783573906, 10.310917434850456, 10.438152429430017, 9.740683375169397, 10.150253712187077, 10.82713337196012, 12.209969817851237, 12.914170259840143, 12.237290391814524, 10.854454362428562, 8.918268491169954, 8.366319984466411, 9.05843898894396, 10.300901264973906, 10.853283174646407, 10.16029736423094 ], "y": [ -1.206, -1.188, 0.019, 1.206, 1.188, -0.019, -5.5046347639449476, -6.280580014218432, -7.487103011522228, -7.9162994732540115, -7.139887543737237, -5.934297904920021, -4.560340284343379, -4.228214385976193, -3.0216711562242655, -2.148996969769028, -2.481556381490718, -3.6872325845336342, -5.945737004937214, -5.747619635966476, -5.3236725865607255, -5.098389024906794, -5.297458178933235, -5.719501658227581, -8.094644945068705, -8.783456221654212, -9.565398948863532, -9.65778676966217, -8.969761711143502, -8.18624654780051, -8.85919694503696, -10.04574725135834, -11.25296135036436, -11.272577451937495, -10.086016919021631, -8.87882327320458, -7.475197346061339, -6.686498944667157, -7.1178716038884, -8.336579644901484, -9.125724860733708, -8.693458572636377, -5.416768385012359, -6.139300661152515, -7.327601395940946, -7.791975439955356, -7.069943141545928, -5.88064245129604, -4.490563155752039, -3.836353446783261, -2.6480298107108546, -2.11536603676824, -2.7690667976449643, -3.9584083299014754, -5.776941053390382, -4.997412794668761, -4.528948639207762, -4.840159169343304, -5.618864291917981, -6.088974719672872, -7.8924384691334435, -9.274016828390192, -9.997523591632392, -9.33937068638589, -7.9577962913731755, -7.234281599642911, -8.71968358350965, -9.925306551786727, -11.113227984616152, -11.094526509658502, -9.8889211609264, -8.700964489007015, -7.4318024948735, -7.109768626100816, -7.568791009321908, -8.348818540438355, -8.670029021150766, -8.212653414050218, 0.08598396137456732, 0.35161685894153194, 0.3676005762521703, 0.11814127513103934, -0.14846812910819174, -0.16249883307429702, 0.06966011932071005, 1.1353829565355689, 1.1171037909264316, 0.034001134596588364, -1.0312811783313767, -1.0138830612960268, 0.5466788700599459, -0.0975261629025237, 0.15583047751218437, 1.0524440671919173, 1.697392204401198, 1.442549355492865, 0.5760906689653664, 1.7894877537269238, 2.0587583459819054, 1.1151716259210662, -0.09783804296005538, -0.3678834669759121, 0.13153564020961378, 1.2963081224171067, 1.3125222383634332, 0.16488639453355275, -1.0001444196248153, -1.0158418716693876, -0.342553203168106, -1.4110009302513848, -1.662895049084181, -0.8467920467112053, 0.22106662804223198, 0.47413885153471735, 5.50411837512932, 6.356371698696785, 7.564540698779644, 7.91913455308012, 7.06732105186497, 5.858272407077488, 4.562184004854833, 4.359150247835888, 3.151633238753235, 2.1490000000000005, 2.3516785471104407, 3.5599059760101026, 6.079861457402242, 5.276551118688918, 4.918057772652735, 5.36281824501323, 6.165315624593594, 6.525434888895697, 8.230785944191588, 9.116140730990999, 9.96574224703713, 9.929292646242036, 9.043249266600366, 8.195024936238752, 8.862391421477676, 9.740424824500321, 10.94583350497226, 11.271912584951899, 10.39344677952892, 9.18890290385764, 7.343391236464709, 7.232435717099807, 7.581092965019485, 8.040033310994632, 8.150050856906294, 7.803269555893098, 5.4162099199737375, 6.181390112641572, 7.369969809237225, 7.792009201818581, 7.027319618022242, 5.837758703683593, 4.489760497119818, 4.233819283189701, 3.045734731285499, 2.1153658377078117, 2.3708796341173595, 3.5598190210626957, 5.852132125395328, 4.545561016222977, 4.122167830446703, 5.004987275898203, 6.3112945028053975, 6.7352154531119846, 7.968131197371662, 8.880430427518641, 9.642799458799374, 9.49234050134169, 8.579334966195436, 7.8183785449132515, 8.719933433083156, 9.837740084482881, 11.024453677033115, 11.092291102076343, 9.974217913257863, 8.788037395545144, 7.356086730526007, 7.161367935422843, 7.577706656912241, 8.187910492659803, 8.38173689886184, 7.967182955174698, -0.0856082139967335, 0.20107030490304617, 0.18691960620121395, -0.11365227559771206, -0.39936140489012334, -0.38714948540302757, -0.07059951864748111, -1.2585122220988592, -1.2397131165647777, -0.034001137811474486, 1.1539094257311358, 1.1351146000145897, 0.43607860287042755, 1.6913529010578667, 1.9910726673726753, 1.0360412240406145, -0.2195499036827666, -0.5186360109256949, 0.40988011109279565, -0.4183936111475921, -0.1360908610104472, 0.9733391491342775, 1.8010622309583129, 1.519860761653879, -0.12575284100887463, -1.1851294301614028, -1.1985351826930448, -0.15340563159936915, 0.90644743035316, 0.918900237284801, -0.635339427703995, -0.3320471001794236, -0.6294935513856341, -1.229488584248071, -1.5318801349334175, -1.2362352374056547 ], "z": [ 0, 0, 0, 0, 0.001, -0.001, 0.01645251972827659, -1.1269110153384179, -1.1254834536593257, 0.01837312764201697, 1.1614415421933701, 1.1606042215449612, 0.013855668227250416, 1.069538855228861, 1.0641762137424131, 0.003999987146422178, -1.052150907452461, -1.0458528507714684, -2.0212911667409816, -3.185103847249902, -4.332052211826171, -4.314222260900001, -3.150670864799654, -2.0031999314062405, -2.018333880761766, -2.41321275793385, -3.5534412555397163, -4.297209580525637, -3.9017838822560793, -2.7626490268451542, 0.020084623096744234, -0.0019349868472846171, -0.004870808713931266, 0.014199928123309877, 0.035219687660814666, 0.04015521034051832, 2.0561167395481967, 2.6355027762397554, 3.7784117203627257, 4.340499278604197, 3.760550273516856, 2.61876726618545, 0.001818098163190118, 1.172137103746648, 1.171835803809092, 0.0021701093998019176, -1.1683598245499418, -1.1676366678798151, 0.0015179258675974692, -1.190018864789268, -1.190292352922839, -2.168404344971009e-19, 1.19163684808873, 1.1917102213585729, 2.0866980869932164, 2.9538019182955217, 4.122700891912448, 4.423251866867445, 3.5556690270275833, 2.3877280704857693, 2.0862496576213876, 2.0476785997655758, 3.2187277844457607, 4.426361914772166, 4.465043296517051, 3.2937734640587153, 0.00183749552771191, 0.04830820485771177, 0.04278269996402091, -0.00916640584579824, -0.056636261704717514, -0.04911246375319049, -2.082709599197221, -2.3859488786854515, -3.559265612903128, -4.42763183304326, -4.124866410000609, -2.950601962891775, -0.005740960225527482, -1.178178775091562, -1.1844031418684513, -0.019135139886915724, 1.1530874349985303, 1.1597422817365968, -0.0020476474960879404, 0.5256436839785333, 0.5259526262964397, -0.0010000756397725598, -0.5295891275976918, -0.5281026289490017, -2.089305236661165, -3.2587983902412327, -4.426959408031901, -4.424630860996671, -3.25535362890708, -2.086760768135461, -2.100051000936558, -2.7386970743253642, -3.908267299966505, -4.437759913147847, -3.7985821904696953, -2.6300752634072464, -0.02347418650123507, -0.33800508071591895, -0.3486108337021929, -0.04492441261186688, 0.2686404353222991, 0.28117828086960844, 2.0644290266095124, 2.8664470112222604, 4.03105932479808, 4.392363579968218, 3.589838817862641, 2.4262400592724775, -0.005560690005053659, -1.088410640787297, -1.085263914918182, -0.00015528927874142173, 1.0831187049081432, 1.0791238922297457, -0.006608101058518057, 0.8698139882283699, 0.8722628288491231, -0.0010000000000000013, -0.8767396189357316, -0.8805534002587944, -1.9368547252893444, -2.93060030512334, -4.014813189318289, -4.104280926139222, -3.1100429205329414, -2.0268148878825656, -1.9315615998700681, -2.012737873360503, -3.0985545446019302, -4.101448721324603, -4.020757663723989, -2.933970560702916, 0.0021642594422982553, 1.05716031094693, 1.0629291104353547, 0.014552319978826556, -1.0399663032693325, -1.0466899592707062, 1.9311383951741115, 1.8580283375079332, 2.9456096619826364, 4.104426094935817, 4.177878061699046, 3.0896129190302415, -0.002316058606308208, 1.146470124750106, 1.1420517523474476, -0.010208874989275002, -1.1592707708749586, -1.154300973413762, 0.0003355485392422528, -0.9993636539979742, -0.999123920724718, -3.9464693399348695e-7, 0.9991485352730548, 1.0000093472342528, 2.047419548503366, 2.4750896171629413, 3.626096141714375, 4.347860045097077, 3.9196493849245124, 2.7697240433990586, 2.0397066682931735, 2.3251698344711684, 3.4768609495596765, 4.3413992684100196, 4.056434144351205, 2.9037469450243325, -0.013687630901283415, -0.6285395372602143, -0.6376040859682857, -0.03230285911868622, 0.5816887239556958, 0.5924739192328639, -2.05994417901248, -2.2079093957230453, -3.3633694320198293, -4.369056234753972, -4.221507777286182, -3.0652142225038572, -0.001445074868303229, -1.1637510020201187, -1.166726636237747, -0.008338951991325134, 1.1542122803500525, 1.1566973041885564, 0.0015549170584741843, 0.0034638992904433953, 0.002184594926713035, -0.0009999999999999998, -0.003908979540895019, -0.0006296805593129391, -2.0694957382420722, -2.635929485436202, -3.798661816209348, -4.393481402803268, -3.827588908858745, -2.6637740715863876, -2.0749179484973723, -3.1741071028581027, -4.335337900623216, -4.396337384745745, -3.2968216931933014, -2.1362439698116136, -0.010603035624833394, -0.5848879549297731, -0.5924806958235024, -0.026244032463243822, 0.5471616976541542, 0.5565128169229677, 2.0597114193646036, 3.2900018769446255, 4.449730678133003, 4.378236250497784, 3.147918171324486, 1.9882446133226583 ] }, { "customdata": [ [ "H6", 13, 2, "BNZ", "A" ], [ "H2", 20, 3, "BNZ", "A" ], [ "H3", 21, 3, "BNZ", "A" ], [ "H5", 22, 3, "BNZ", "A" ], [ "H6", 23, 3, "BNZ", "A" ], [ "H2", 30, 4, "BNZ", "A" ], [ "H3", 31, 4, "BNZ", "A" ], [ "H4", 32, 4, "BNZ", "A" ], [ "H5", 33, 4, "BNZ", "A" ], [ "H6", 34, 4, "BNZ", "A" ], [ "H2", 41, 5, "BNZ", "A" ], [ "H3", 42, 5, "BNZ", "A" ], [ "H4", 43, 5, "BNZ", "A" ], [ "H5", 44, 5, "BNZ", "A" ], [ "H6", 45, 5, "BNZ", "A" ], [ "H2", 52, 6, "BNZ", "A" ], [ "H3", 53, 6, "BNZ", "A" ], [ "H4", 54, 6, "BNZ", "A" ], [ "H5", 55, 6, "BNZ", "A" ], [ "H6", 56, 6, "BNZ", "A" ], [ "H2", 63, 7, "BNZ", "A" ], [ "H3", 64, 7, "BNZ", "A" ], [ "H4", 65, 7, "BNZ", "A" ], [ "H5", 66, 7, "BNZ", "A" ], [ "H6", 67, 7, "BNZ", "A" ], [ "H6", 74, 8, "BNZ", "A" ], [ "H2", 81, 9, "BNZ", "A" ], [ "H3", 82, 9, "BNZ", "A" ], [ "H5", 83, 9, "BNZ", "A" ], [ "H6", 84, 9, "BNZ", "A" ], [ "H2", 91, 10, "BNZ", "A" ], [ "H3", 92, 10, "BNZ", "A" ], [ "H4", 93, 10, "BNZ", "A" ], [ "H5", 94, 10, "BNZ", "A" ], [ "H6", 95, 10, "BNZ", "A" ], [ "H2", 102, 11, "BNZ", "A" ], [ "H3", 103, 11, "BNZ", "A" ], [ "H4", 104, 11, "BNZ", "A" ], [ "H5", 105, 11, "BNZ", "A" ], [ "H6", 106, 11, "BNZ", "A" ], [ "H2", 113, 12, "BNZ", "A" ], [ "H3", 114, 12, "BNZ", "A" ], [ "H4", 115, 12, "BNZ", "A" ], [ "H5", 116, 12, "BNZ", "A" ], [ "H6", 117, 12, "BNZ", "A" ], [ "H2", 124, 13, "BNZ", "A" ], [ "H3", 125, 13, "BNZ", "A" ], [ "H4", 126, 13, "BNZ", "A" ], [ "H5", 127, 13, "BNZ", "A" ], [ "H6", 128, 13, "BNZ", "A" ], [ "H6", 135, 14, "BNZ", "A" ], [ "H2", 142, 15, "BNZ", "A" ], [ "H3", 143, 15, "BNZ", "A" ], [ "H5", 144, 15, "BNZ", "A" ], [ "H6", 145, 15, "BNZ", "A" ], [ "H2", 152, 16, "BNZ", "A" ], [ "H3", 153, 16, "BNZ", "A" ], [ "H4", 154, 16, "BNZ", "A" ], [ "H5", 155, 16, "BNZ", "A" ], [ "H6", 156, 16, "BNZ", "A" ], [ "H2", 163, 17, "BNZ", "A" ], [ "H3", 164, 17, "BNZ", "A" ], [ "H4", 165, 17, "BNZ", "A" ], [ "H5", 166, 17, "BNZ", "A" ], [ "H6", 167, 17, "BNZ", "A" ], [ "H2", 174, 18, "BNZ", "A" ], [ "H3", 175, 18, "BNZ", "A" ], [ "H4", 176, 18, "BNZ", "A" ], [ "H5", 177, 18, "BNZ", "A" ], [ "H6", 178, 18, "BNZ", "A" ], [ "H2", 185, 19, "BNZ", "A" ], [ "H3", 186, 19, "BNZ", "A" ], [ "H4", 187, 19, "BNZ", "A" ], [ "H5", 188, 19, "BNZ", "A" ], [ "H6", 189, 19, "BNZ", "A" ], [ "H6", 196, 20, "BNZ", "A" ], [ "H2", 203, 21, "BNZ", "A" ], [ "H3", 204, 21, "BNZ", "A" ], [ "H5", 205, 21, "BNZ", "A" ], [ "H6", 206, 21, "BNZ", "A" ], [ "H2", 213, 22, "BNZ", "A" ], [ "H3", 214, 22, "BNZ", "A" ], [ "H4", 215, 22, "BNZ", "A" ], [ "H5", 216, 22, "BNZ", "A" ], [ "H6", 217, 22, "BNZ", "A" ], [ "H2", 224, 23, "BNZ", "A" ], [ "H3", 225, 23, "BNZ", "A" ], [ "H4", 226, 23, "BNZ", "A" ], [ "H5", 227, 23, "BNZ", "A" ], [ "H6", 228, 23, "BNZ", "A" ], [ "H2", 235, 24, "BNZ", "A" ], [ "H3", 236, 24, "BNZ", "A" ], [ "H4", 237, 24, "BNZ", "A" ], [ "H5", 238, 24, "BNZ", "A" ], [ "H6", 239, 24, "BNZ", "A" ], [ "H2", 246, 25, "BNZ", "A" ], [ "H3", 247, 25, "BNZ", "A" ], [ "H4", 248, 25, "BNZ", "A" ], [ "H5", 249, 25, "BNZ", "A" ], [ "H6", 250, 25, "BNZ", "A" ], [ "H6", 257, 26, "BNZ", "A" ], [ "H2", 264, 27, "BNZ", "A" ], [ "H3", 265, 27, "BNZ", "A" ], [ "H5", 266, 27, "BNZ", "A" ], [ "H6", 267, 27, "BNZ", "A" ], [ "H2", 274, 28, "BNZ", "A" ], [ "H3", 275, 28, "BNZ", "A" ], [ "H4", 276, 28, "BNZ", "A" ], [ "H5", 277, 28, "BNZ", "A" ], [ "H6", 278, 28, "BNZ", "A" ], [ "H2", 285, 29, "BNZ", "A" ], [ "H3", 286, 29, "BNZ", "A" ], [ "H4", 287, 29, "BNZ", "A" ], [ "H5", 288, 29, "BNZ", "A" ], [ "H6", 289, 29, "BNZ", "A" ], [ "H2", 296, 30, "BNZ", "A" ], [ "H3", 297, 30, "BNZ", "A" ], [ "H4", 298, 30, "BNZ", "A" ], [ "H5", 299, 30, "BNZ", "A" ], [ "H6", 300, 30, "BNZ", "A" ], [ "H2", 307, 31, "BNZ", "A" ], [ "H3", 308, 31, "BNZ", "A" ], [ "H4", 309, 31, "BNZ", "A" ], [ "H5", 310, 31, "BNZ", "A" ], [ "H6", 311, 31, "BNZ", "A" ], [ "H6", 318, 32, "BNZ", "A" ], [ "H2", 325, 33, "BNZ", "A" ], [ "H3", 326, 33, "BNZ", "A" ], [ "H5", 327, 33, "BNZ", "A" ], [ "H6", 328, 33, "BNZ", "A" ], [ "H2", 335, 34, "BNZ", "A" ], [ "H3", 336, 34, "BNZ", "A" ], [ "H4", 337, 34, "BNZ", "A" ], [ "H5", 338, 34, "BNZ", "A" ], [ "H6", 339, 34, "BNZ", "A" ], [ "H2", 346, 35, "BNZ", "A" ], [ "H3", 347, 35, "BNZ", "A" ], [ "H4", 348, 35, "BNZ", "A" ], [ "H5", 349, 35, "BNZ", "A" ], [ "H6", 350, 35, "BNZ", "A" ], [ "H2", 357, 36, "BNZ", "A" ], [ "H3", 358, 36, "BNZ", "A" ], [ "H4", 359, 36, "BNZ", "A" ], [ "H5", 360, 36, "BNZ", "A" ], [ "H6", 361, 36, "BNZ", "A" ], [ "H2", 368, 37, "BNZ", "A" ], [ "H3", 369, 37, "BNZ", "A" ], [ "H4", 370, 37, "BNZ", "A" ], [ "H5", 371, 37, "BNZ", "A" ], [ "H6", 372, 37, "BNZ", "A" ] ], "hovertemplate": "atom_element=H
x=%{x}
y=%{y}
z=%{z}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "H", "marker": { "color": "lightgray", "opacity": 1, "symbol": "circle" }, "mode": "markers", "name": "H", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 3.6984677723185313, 1.6055206607789785, 0.40295571569618716, 2.149612616304359, 3.3537181012599464, 4.387022900065375, 3.2372074609752373, 0.808483385560959, -0.4704252507631814, 0.6797116578625477, 1.767671503003207, 1.821181233667171, 3.8894364025774646, 5.904181840823794, 5.850096444149916, 3.1679710713128664, 4.368962156270951, 6.830356914573177, 8.09076058791732, 6.889741604476886, 6.135601475744814, 7.289114533946043, 6.704381432547715, 4.96613527294816, 3.8112316415653904, -3.6940136189390573, -2.7802417018347496, -1.5199315269384952, -1.1539419309505587, -2.412542181462607, -4.688085878762109, -3.670851567801588, -1.3327833431386047, -0.011949429436144854, -1.0297936508967833, -4.079930381853234, -4.317501141359494, -4.551674931457275, -4.548277962048796, -4.312694978107603, -3.444426885598437, -4.704950000486755, -7.164854402496118, -8.364235689617164, -7.103787294616017, -6.840329946894018, -7.855997727278103, -6.538759725056119, -4.205853942450054, -3.1908106367930325, -6.471426572645696, -5.0497675967657045, -2.5876697609662056, -2.6382646929245746, -5.1003745763834125, -7.6205393477356775, -6.381703925768509, -4.508707435420205, -3.87454636703907, -5.112115023063659, -8.060266847472409, -9.28278908614096, -10.813620036557273, -11.121928748305034, -9.897900179037016, -10.272863346928464, -12.734940756483972, -13.994140008943896, -12.791261851848311, -10.32919320289877, -7.755756522907806, -9.004818549157136, -10.884039174917962, -11.514197774429462, -10.263876869432252, -3.9404795063029474, -1.2067709008565164, -0.005835535276977, -2.5450998303025605, -3.744757604177844, -3.9103694121383277, -2.5219645285553067, -0.1966236039374687, 0.7403124370973462, -0.6487141033264701, -1.7628055450147393, -1.5709908460121973, -3.2631506954394727, -5.147125243869288, -5.340017728449483, -4.132688665988253, -5.338709505158695, -6.833118417471383, -7.12150649061363, -5.913955827369499, -6.980074956947808, -8.368711854957212, -7.306313780870678, -4.855278808774749, -3.466756871112807, 3.810558379901581, 1.589680090192497, 0.32869610547661965, 2.3458513997302592, 3.6054007913890747, 3.5574365930309515, 2.420446689965779, 1.0304915331742137, 0.777526279447823, 1.9161138395052495, 2.2333744896852696, 2.358046769210504, 4.259644631517732, 6.036570214299726, 5.912904090419558, 3.6962148639098507, 4.9598230923717885, 7.169526274594254, 8.115621228354787, 6.851143973655122, 6.9956178447151025, 8.12772341551501, 6.836345422975981, 4.41286185963704, 3.281102432060135, 6.455861250684309, 5.04585662577256, 2.5837649580113378, 2.6421628648975677, 5.104252740529747, 7.201153424959179, 5.978876761590262, 4.550158880744897, 4.343717663268448, 5.564436553913316, 8.152490647709186, 9.39077406396144, 10.853900607780155, 11.078743735346617, 9.838923870469372, 10.27759256210176, 12.73975502937314, 13.994374453284983, 12.786831409925457, 10.324669359159234, 7.395653275156192, 8.627420194826422, 10.84135179774216, 11.823516480987669, 10.59088275537952 ], "y": [ -5.327270553752933, -4.909541229046591, -2.7608756322213606, -1.799796025065814, -3.9475945951820344, -5.92343681121045, -5.167641926611972, -4.766268130323526, -5.120689218633557, -5.874580533120632, -8.711729955655647, -10.103249358835464, -10.267735260545258, -9.04070175907523, -7.647609919761734, -10.031161206079743, -12.180721281440759, -12.215447273848243, -10.10061319089471, -7.951073568722658, -5.7342372138843505, -6.501711963211415, -8.673363244808478, -10.077539777078472, -9.309171398875314, -5.3153499363393015, -4.251943317681407, -2.1366126846530276, -2.353985874838871, -4.470334404051355, -4.753884863554138, -3.9205207154750594, -4.475185963287766, -5.86321535917955, -6.698225779552521, -9.788868462928862, -11.07722807344617, -9.90426418827697, -7.442940692590472, -6.154573153585098, -9.940657166696479, -12.055842613061914, -12.022290492949512, -9.87355292647167, -7.7583322410162765, -6.500391612891367, -7.318432737969285, -8.708351642733847, -9.28022942242049, -8.463835073463112, -0.3699959802017363, 1.9819122392680888, 1.9490804777128514, -1.8782509853507907, -1.8463002723693402, -0.7981525339400042, -0.3479009925918035, 1.2498130099741331, 2.3972754711918665, 1.94553772135004, 2.52715060022463, 3.00635985797048, 1.3248404051890734, -0.8358883053381998, -1.3158723948449325, 2.193297107813905, 2.2225918972433343, 0.1775058068010139, -1.8968750730707364, -1.9256531985984142, -2.049013236770266, -2.4970620781283923, -1.042721466297781, 0.8596679868909627, 1.3088949329087756, 5.191639871056154, 5.142050989319463, 2.992458986892046, 1.569133015535369, 3.719435437779795, 4.928710016378384, 4.291129262750852, 5.083759097580204, 6.513969686037088, 7.1531763579305405, 9.14515410283125, 10.658639452484557, 10.593524644870119, 9.014924487602375, 7.502816323633587, 9.486309726449763, 11.633033000449572, 12.213875277214596, 10.647994279979809, 8.50213581078066, 6.873948582679525, 7.495635678581614, 8.31339936963176, 8.509475964779817, 7.889664815784208, 5.239153870181615, 4.960251047067923, 2.845322041946297, 1.6448752877597044, 3.7606591279224646, 3.855297973641647, 3.101544896769828, 4.674806623774947, 7.001821427651883, 7.756102269054017, 8.99849831876945, 10.356692607395036, 10.088430137982265, 8.461973379943906, 7.105191701316858, 9.785452144853332, 11.898758580154396, 12.019418702880815, 10.026772390306173, 7.913999029842617, 6.68469680351817, 7.426829382596012, 8.51413119067075, 8.859300419667644, 8.118952618392056, -0.611061800033295, -2.2008712192727558, -2.1675697532318043, 2.0962705628138, 2.0629733765903837, 2.437979619471445, 2.9721122537347826, 1.2701925477188576, -0.9658597925604022, -1.4993587677518656, -1.2853369681618334, -0.7822812856298826, 1.1946653126454843, 2.6685562283889053, 2.1666018266896656, -2.001998941972434, -2.0264965231628578, -0.16407681749454545, 1.7228404693641899, 1.7463851049546133, 0.13671838643189638, -0.3937257336941391, -1.4628581261020681, -2.0015463983839625, -1.4729038319363736 ], "z": [ 2.053679370177644, 1.8981570825849234, 1.889229267751666, -1.8803014272112524, -1.870438197183449, -3.1997479806924174, -5.241733423452656, -5.209742156580731, -3.1357654469485667, -1.0932574353711786, -1.832596291535895, -3.8633145042129615, -5.18848994332077, -4.48294716975151, -2.4533225992693755, -0.016842268724630974, -0.021072666476478166, 0.012911877858181195, 0.05112681994468686, 0.05735691850959372, 2.1968875622772805, 4.232420940462127, 5.233841387261041, 4.199728455875114, 2.165321014481831, -2.0817674941193784, -2.1203378406315565, -2.1210968035653557, 2.1218557664991544, 2.1224146145692258, 2.71961674201639, 4.80138151098072, 5.336739745894661, 3.7903332118442705, 1.709526459955054, 1.1045289947706733, 3.1894020480320244, 5.341178839458129, 5.408082577622881, 3.32298887658338, 0.08890761520190578, 0.08007560998748182, -0.012496460373467785, -0.096236525519993, -0.08540622724773243, -1.7079685691205904, -3.7965646711879364, -5.343766818187585, -4.802372863119894, -2.712829048161388, 2.0755331842806704, 0.9375040432445144, 0.9390279804522174, -0.9405517663803747, -0.9402802626214813, -3.2613399074365663, -5.341139500376474, -5.336767641768827, -3.2525961902212708, -1.1723647543004136, -2.3255741625516673, -4.408553726362001, -5.351885020852539, -4.212236751532741, -2.1303204863010943, -0.5753694440432027, -0.5933317564975037, -0.052161612010852156, 0.5069708449301009, 0.5268652499454369, 2.5847751223949675, 4.658926102998733, 5.30254728389263, 3.8720174841827593, 1.798880058564655, 1.9249308053571959, 1.5523476796386582, 1.5561517301679169, -1.5599557806971747, -1.5651247719287416, -2.861343049891336, -4.792360569709988, -4.9515853455329335, -3.179792601537231, -1.249759933263154, -1.2295580136969018, -3.162321635465321, -4.949268782365753, -4.8034523074977695, -2.869718253949704, 1.876563110473756, 1.886508981686129, 0.018304160922934076, -1.8598465310526313, -1.87074725877795, 0.9529825264921024, 2.8890090553071515, 4.953808773870014, 5.082581963617829, 3.1458716166086815, -2.051609399023394, -1.7802669574599426, -1.779434139759163, 1.7806021113522499, 1.7808698388859243, 1.9116782108850683, 3.9615846134883963, 5.247546199403548, 4.483601382715374, 2.4347761631380243, 1.6501680107604324, 3.700234130928954, 5.240619088520115, 4.730937925942761, 2.6798757215358737, -1.1016416102565103, -1.1170089613095187, -0.03836259606299405, 1.0556511202365388, 1.0727391178586443, -1.4225898691310075, -3.4794277848732964, -5.271338122625517, -5.006410544635451, -2.948739110407618, 2.064571702683747, 0.0059521518387039675, 0.004674693309466971, -0.00539723478022962, -0.0021197816331409046, -2.1717435392876085, -4.241465280778153, -5.301210312013215, -4.291233601757732, -2.2204293537679747, -3.12714787891647, -5.195140906300013, -5.303620694005103, -3.3441074543266494, -1.276767501326531, -1.0274567054915662, -1.0401788623823225, -0.031145690934795498, 0.9906096374034884, 1.0050901726693289, 3.346597442132383, 5.411636253155027, 5.284012645953842, 3.091350227730004, 1.0263666598939123 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, -0.707 ], "y": [ -1.206, -1.188 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, 1.382 ], "y": [ -1.206, -0.019 ], "z": [ 0, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, 1.201998306541122 ], "y": [ -1.206, -2.148996969769028 ], "z": [ 0, 0.003999987146422178 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.707, -1.382 ], "y": [ -1.188, 0.019 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.707, -1.2602183585035995 ], "y": [ -1.188, -2.11536603676824 ], "z": [ 0, -2.168404344971009e-19 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.382, -0.675 ], "y": [ 0.019, 1.206 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.382, -2.4620816909543586 ], "y": [ 0.019, 0.034001134596588364 ], "z": [ 0, -0.0010000756397725598 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.675, 0.707 ], "y": [ 1.206, 1.188 ], "z": [ 0, 0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.675, -1.2020000000000004 ], "y": [ 1.206, 2.1490000000000005 ], "z": [ 0, -0.0010000000000000013 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.707, 1.382 ], "y": [ 1.188, -0.019 ], "z": [ 0.001, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.707, 1.260218239754498 ], "y": [ 1.188, 2.1153658377078117 ], "z": [ 0.001, -3.9464693399348695e-7 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.382, 2.4620819224261576 ], "y": [ -0.019, -0.034001137811474486 ], "z": [ -0.001, -0.0009999999999999998 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.077820773815263, 3.1074315025771786 ], "y": [ -5.5046347639449476, -6.280580014218432 ], "z": [ 0.01645251972827659, -1.1269110153384179 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.077820773815263, 3.722123085247883 ], "y": [ -5.5046347639449476, -5.934297904920021 ], "z": [ 0.01645251972827659, 1.1606042215449612 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.077820773815263, 2.553134970542216 ], "y": [ -5.5046347639449476, -4.560340284343379 ], "z": [ 0.01645251972827659, 0.013855668227250416 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1074315025771786, 3.783282239829657 ], "y": [ -6.280580014218432, -7.487103011522228 ], "z": [ -1.1269110153384179, -1.1254834536593257 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1074315025771786, 2.6034174955514757 ], "y": [ -6.280580014218432, -5.945737004937214 ], "z": [ -1.1269110153384179, -2.0212911667409816 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.783282239829657, 4.428418286451235 ], "y": [ -7.487103011522228, -7.9162994732540115 ], "z": [ -1.1254834536593257, 0.01837312764201697 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.783282239829657, 3.8061056171352963 ], "y": [ -7.487103011522228, -8.094644945068705 ], "z": [ -1.1254834536593257, -2.018333880761766 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.428418286451235, 4.399641292878277 ], "y": [ -7.9162994732540115, -7.139887543737237 ], "z": [ 0.01837312764201697, 1.1614415421933701 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.428418286451235, 4.955606989361856 ], "y": [ -7.9162994732540115, -8.85919694503696 ], "z": [ 0.01837312764201697, 0.020084623096744234 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.399641292878277, 3.722123085247883 ], "y": [ -7.139887543737237, -5.934297904920021 ], "z": [ 1.1614415421933701, 1.1606042215449612 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.399641292878277, 4.902821124815068 ], "y": [ -7.139887543737237, -7.475197346061339 ], "z": [ 1.1614415421933701, 2.0561167395481967 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.722123085247883, 3.6984677723185313 ], "y": [ -5.934297904920021, -5.327270553752933 ], "z": [ 1.1606042215449612, 2.053679370177644 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.553134970542216, 1.7252017629004939 ], "y": [ -4.560340284343379, -4.228214385976193 ], "z": [ 0.013855668227250416, 1.069538855228861 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.553134970542216, 2.7064966322914343 ], "y": [ -4.560340284343379, -3.6872325845336342 ], "z": [ 0.013855668227250416, -1.0458528507714684 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7252017629004939, 1.0494069147283005 ], "y": [ -4.228214385976193, -3.0216711562242655 ], "z": [ 1.069538855228861, 1.0641762137424131 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7252017629004939, 1.6055206607789785 ], "y": [ -4.228214385976193, -4.909541229046591 ], "z": [ 1.069538855228861, 1.8981570825849234 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.0494069147283005, 1.201998306541122 ], "y": [ -3.0216711562242655, -2.148996969769028 ], "z": [ 1.0641762137424131, 0.003999987146422178 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.0494069147283005, 0.40295571569618716 ], "y": [ -3.0216711562242655, -2.7608756322213606 ], "z": [ 1.0641762137424131, 1.889229267751666 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.201998306541122, 2.0291612442464446 ], "y": [ -2.148996969769028, -2.481556381490718 ], "z": [ 0.003999987146422178, -1.052150907452461 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.0291612442464446, 2.7064966322914343 ], "y": [ -2.481556381490718, -3.6872325845336342 ], "z": [ -1.052150907452461, -1.0458528507714684 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.0291612442464446, 2.149612616304359 ], "y": [ -2.481556381490718, -1.799796025065814 ], "z": [ -1.052150907452461, -1.8803014272112524 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.7064966322914343, 3.3537181012599464 ], "y": [ -3.6872325845336342, -3.9475945951820344 ], "z": [ -1.0458528507714684, -1.870438197183449 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6034174955514757, 3.3221229656842377 ], "y": [ -5.945737004937214, -5.747619635966476 ], "z": [ -2.0212911667409816, -3.185103847249902 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6034174955514757, 1.2405861504822342 ], "y": [ -5.945737004937214, -5.719501658227581 ], "z": [ -2.0212911667409816, -2.0031999314062405 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.3221229656842377, 2.6761722335877547 ], "y": [ -5.747619635966476, -5.3236725865607255 ], "z": [ -3.185103847249902, -4.332052211826171 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.3221229656842377, 4.387022900065375 ], "y": [ -5.747619635966476, -5.92343681121045 ], "z": [ -3.185103847249902, -3.1997479806924174 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6761722335877547, 1.313180153750718 ], "y": [ -5.3236725865607255, -5.098389024906794 ], "z": [ -4.332052211826171, -4.314222260900001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6761722335877547, 3.2372074609752373 ], "y": [ -5.3236725865607255, -5.167641926611972 ], "z": [ -4.332052211826171, -5.241733423452656 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.313180153750718, 0.594313948850159 ], "y": [ -5.098389024906794, -5.297458178933235 ], "z": [ -4.314222260900001, -3.150670864799654 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.313180153750718, 0.808483385560959 ], "y": [ -5.098389024906794, -4.766268130323526 ], "z": [ -4.314222260900001, -5.209742156580731 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.594313948850159, 1.2405861504822342 ], "y": [ -5.297458178933235, -5.719501658227581 ], "z": [ -3.150670864799654, -2.0031999314062405 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.594313948850159, -0.4704252507631814 ], "y": [ -5.297458178933235, -5.120689218633557 ], "z": [ -3.150670864799654, -3.1357654469485667 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2405861504822342, 0.6797116578625477 ], "y": [ -5.719501658227581, -5.874580533120632 ], "z": [ -2.0031999314062405, -1.0932574353711786 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.8061056171352963, 2.674797658349558 ], "y": [ -8.094644945068705, -8.783456221654212 ], "z": [ -2.018333880761766, -2.41321275793385 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.8061056171352963, 4.9664603515539705 ], "y": [ -8.094644945068705, -8.18624654780051 ], "z": [ -2.018333880761766, -2.7626490268451542 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.674797658349558, 2.705105159268073 ], "y": [ -8.783456221654212, -9.565398948863532 ], "z": [ -2.41321275793385, -3.5534412555397163 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.674797658349558, 1.767671503003207 ], "y": [ -8.783456221654212, -8.711729955655647 ], "z": [ -2.41321275793385, -1.832596291535895 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.705105159268073, 3.8657477266917044 ], "y": [ -9.565398948863532, -9.65778676966217 ], "z": [ -3.5534412555397163, -4.297209580525637 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.705105159268073, 1.821181233667171 ], "y": [ -9.565398948863532, -10.103249358835464 ], "z": [ -3.5534412555397163, -3.8633145042129615 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.8657477266917044, 4.9973435184824 ], "y": [ -9.65778676966217, -8.969761711143502 ], "z": [ -4.297209580525637, -3.9017838822560793 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.8657477266917044, 3.8894364025774646 ], "y": [ -9.65778676966217, -10.267735260545258 ], "z": [ -4.297209580525637, -5.18848994332077 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.9973435184824, 4.9664603515539705 ], "y": [ -8.969761711143502, -8.18624654780051 ], "z": [ -3.9017838822560793, -2.7626490268451542 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.9973435184824, 5.904181840823794 ], "y": [ -8.969761711143502, -9.04070175907523 ], "z": [ -3.9017838822560793, -4.48294716975151 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.9664603515539705, 5.850096444149916 ], "y": [ -8.18624654780051, -7.647609919761734 ], "z": [ -2.7626490268451542, -2.4533225992693755 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.955606989361856, 4.247185146568632 ], "y": [ -8.85919694503696, -10.04574725135834 ], "z": [ 0.020084623096744234, -0.0019349868472846171 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.955606989361856, 6.336921934901192 ], "y": [ -8.85919694503696, -8.87882327320458 ], "z": [ 0.020084623096744234, 0.04015521034051832 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.247185146568632, 4.921795775087821 ], "y": [ -10.04574725135834, -11.25296135036436 ], "z": [ -0.0019349868472846171, -0.004870808713931266 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.247185146568632, 3.1679710713128664 ], "y": [ -10.04574725135834, -10.031161206079743 ], "z": [ -0.0019349868472846171, -0.016842268724630974 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.921795775087821, 6.3031246698683345 ], "y": [ -11.25296135036436, -11.272577451937495 ], "z": [ -0.004870808713931266, 0.014199928123309877 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.921795775087821, 4.368962156270951 ], "y": [ -11.25296135036436, -12.180721281440759 ], "z": [ -0.004870808713931266, -0.021072666476478166 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.3031246698683345, 7.011560461902728 ], "y": [ -11.272577451937495, -10.086016919021631 ], "z": [ 0.014199928123309877, 0.035219687660814666 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.3031246698683345, 6.830356914573177 ], "y": [ -11.272577451937495, -12.215447273848243 ], "z": [ 0.014199928123309877, 0.012911877858181195 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.011560461902728, 6.336921934901192 ], "y": [ -10.086016919021631, -8.87882327320458 ], "z": [ 0.035219687660814666, 0.04015521034051832 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.011560461902728, 8.09076058791732 ], "y": [ -10.086016919021631, -10.10061319089471 ], "z": [ 0.035219687660814666, 0.05112681994468686 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.336921934901192, 6.889741604476886 ], "y": [ -8.87882327320458, -7.951073568722658 ], "z": [ 0.04015521034051832, 0.05735691850959372 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.902821124815068, 5.878789696094456 ], "y": [ -7.475197346061339, -6.686498944667157 ], "z": [ 2.0561167395481967, 2.6355027762397554 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.902821124815068, 4.574061381691458 ], "y": [ -7.475197346061339, -8.693458572636377 ], "z": [ 2.0561167395481967, 2.61876726618545 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.878789696094456, 6.526980080410743 ], "y": [ -6.686498944667157, -7.1178716038884 ], "z": [ 2.6355027762397554, 3.7784117203627257 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.878789696094456, 6.135601475744814 ], "y": [ -6.686498944667157, -5.7342372138843505 ], "z": [ 2.6355027762397554, 2.1968875622772805 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.526980080410743, 6.1989156238779 ], "y": [ -7.1178716038884, -8.336579644901484 ], "z": [ 3.7784117203627257, 4.340499278604197 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.526980080410743, 7.289114533946043 ], "y": [ -7.1178716038884, -6.501711963211415 ], "z": [ 3.7784117203627257, 4.232420940462127 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.1989156238779, 5.2236423391892846 ], "y": [ -8.336579644901484, -9.125724860733708 ], "z": [ 4.340499278604197, 3.760550273516856 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.1989156238779, 6.704381432547715 ], "y": [ -8.336579644901484, -8.673363244808478 ], "z": [ 4.340499278604197, 5.233841387261041 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.2236423391892846, 4.574061381691458 ], "y": [ -9.125724860733708, -8.693458572636377 ], "z": [ 3.760550273516856, 2.61876726618545 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.2236423391892846, 4.96613527294816 ], "y": [ -9.125724860733708, -10.077539777078472 ], "z": [ 3.760550273516856, 4.199728455875114 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.574061381691458, 3.8112316415653904 ], "y": [ -8.693458572636377, -9.309171398875314 ], "z": [ 2.61876726618545, 2.165321014481831 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.2299668778652153, -3.3661598846822716 ], "y": [ -5.416768385012359, -6.139300661152515 ], "z": [ 0.001818098163190118, 1.172137103746648 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.2299668778652153, -3.8009444613207704 ], "y": [ -5.416768385012359, -5.88064245129604 ], "z": [ 0.001818098163190118, -1.1676366678798151 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.2299668778652153, -2.6739652742817093 ], "y": [ -5.416768385012359, -4.490563155752039 ], "z": [ 0.001818098163190118, 0.0015179258675974692 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.3661598846822716, -4.073560247220789 ], "y": [ -6.139300661152515, -7.327601395940946 ], "z": [ 1.172137103746648, 1.171835803809092 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.3661598846822716, -2.920806611481069 ], "y": [ -6.139300661152515, -5.776941053390382 ], "z": [ 1.172137103746648, 2.0866980869932164 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.073560247220789, -4.643697871455264 ], "y": [ -7.327601395940946, -7.791975439955356 ], "z": [ 1.171835803809092, 0.0021701093998019176 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.073560247220789, -4.1813395469472106 ], "y": [ -7.327601395940946, -7.8924384691334435 ], "z": [ 1.171835803809092, 2.0862496576213876 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.643697871455264, -4.506664905417135 ], "y": [ -7.791975439955356, -7.069943141545928 ], "z": [ 0.0021701093998019176, -1.1683598245499418 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.643697871455264, -5.197181375942084 ], "y": [ -7.791975439955356, -8.71968358350965 ], "z": [ 0.0021701093998019176, 0.00183749552771191 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.506664905417135, -3.8009444613207704 ], "y": [ -7.069943141545928, -5.88064245129604 ], "z": [ -1.1683598245499418, -1.1676366678798151 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.506664905417135, -4.952858376431995 ], "y": [ -7.069943141545928, -7.4318024948735 ], "z": [ -1.1683598245499418, -2.082709599197221 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.8009444613207704, -3.6940136189390573 ], "y": [ -5.88064245129604, -5.3153499363393015 ], "z": [ -1.1676366678798151, -2.0817674941193784 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.6739652742817093, -2.4239698079185708 ], "y": [ -4.490563155752039, -3.836353446783261 ], "z": [ 0.0015179258675974692, -1.190018864789268 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.6739652742817093, -2.2167207652081933 ], "y": [ -4.490563155752039, -3.9584083299014754 ], "z": [ 0.0015179258675974692, 1.1917102213585729 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.4239698079185708, -1.7166079053850114 ], "y": [ -3.836353446783261, -2.6480298107108546 ], "z": [ -1.190018864789268, -1.190292352922839 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.4239698079185708, -2.7802417018347496 ], "y": [ -3.836353446783261, -4.251943317681407 ], "z": [ -1.190018864789268, -2.1203378406315565 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.7166079053850114, -1.2602183585035995 ], "y": [ -2.6480298107108546, -2.11536603676824 ], "z": [ -1.190292352922839, -2.168404344971009e-19 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.7166079053850114, -1.5199315269384952 ], "y": [ -2.6480298107108546, -2.1366126846530276 ], "z": [ -1.190292352922839, -2.1210968035653557 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.2602183585035995, -1.5110687870588395 ], "y": [ -2.11536603676824, -2.7690667976449643 ], "z": [ -2.168404344971009e-19, 1.19163684808873 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5110687870588395, -2.2167207652081933 ], "y": [ -2.7690667976449643, -3.9584083299014754 ], "z": [ 1.19163684808873, 1.1917102213585729 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5110687870588395, -1.1539419309505587 ], "y": [ -2.7690667976449643, -2.353985874838871 ], "z": [ 1.19163684808873, 2.1218557664991544 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.2167207652081933, -2.412542181462607 ], "y": [ -3.9584083299014754, -4.470334404051355 ], "z": [ 1.1917102213585729, 2.1224146145692258 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.920806611481069, -3.6629081136998014 ], "y": [ -5.776941053390382, -4.997412794668761 ], "z": [ 2.0866980869932164, 2.9538019182955217 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.920806611481069, -1.60900062729561 ], "y": [ -5.776941053390382, -6.088974719672872 ], "z": [ 2.0866980869932164, 2.3877280704857693 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.6629081136998014, -3.0913396361527017 ], "y": [ -4.997412794668761, -4.528948639207762 ], "z": [ 2.9538019182955217, 4.122700891912448 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.6629081136998014, -4.688085878762109 ], "y": [ -4.997412794668761, -4.753884863554138 ], "z": [ 2.9538019182955217, 2.71961674201639 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0913396361527017, -1.779228696717185 ], "y": [ -4.528948639207762, -4.840159169343304 ], "z": [ 4.122700891912448, 4.423251866867445 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0913396361527017, -3.670851567801588 ], "y": [ -4.528948639207762, -3.9205207154750594 ], "z": [ 4.122700891912448, 4.80138151098072 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.779228696717185, -1.0368222392483943 ], "y": [ -4.840159169343304, -5.618864291917981 ], "z": [ 4.423251866867445, 3.5556690270275833 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.779228696717185, -1.3327833431386047 ], "y": [ -4.840159169343304, -4.475185963287766 ], "z": [ 4.423251866867445, 5.336739745894661 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.0368222392483943, -1.60900062729561 ], "y": [ -5.618864291917981, -6.088974719672872 ], "z": [ 3.5556690270275833, 2.3877280704857693 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.0368222392483943, -0.011949429436144854 ], "y": [ -5.618864291917981, -5.86321535917955 ], "z": [ 3.5556690270275833, 3.7903332118442705 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.60900062729561, -1.0297936508967833 ], "y": [ -6.088974719672872, -6.698225779552521 ], "z": [ 2.3877280704857693, 1.709526459955054 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.1813395469472106, -4.182568664237607 ], "y": [ -7.8924384691334435, -9.274016828390192 ], "z": [ 2.0862496576213876, 2.0476785997655758 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.1813395469472106, -4.313758548716317 ], "y": [ -7.8924384691334435, -7.234281599642911 ], "z": [ 2.0862496576213876, 3.2937734640587153 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.182568664237607, -4.315443682968245 ], "y": [ -9.274016828390192, -9.997523591632392 ], "z": [ 2.0476785997655758, 3.2187277844457607 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.182568664237607, -4.079930381853234 ], "y": [ -9.274016828390192, -9.788868462928862 ], "z": [ 2.0476785997655758, 1.1045289947706733 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.315443682968245, -4.446868796954821 ], "y": [ -9.997523591632392, -9.33937068638589 ], "z": [ 3.2187277844457607, 4.426361914772166 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.315443682968245, -4.317501141359494 ], "y": [ -9.997523591632392, -11.07722807344617 ], "z": [ 3.2187277844457607, 3.1894020480320244 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.446868796954821, -4.444645791881889 ], "y": [ -9.33937068638589, -7.9577962913731755 ], "z": [ 4.426361914772166, 4.465043296517051 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.446868796954821, -4.551674931457275 ], "y": [ -9.33937068638589, -9.90426418827697 ], "z": [ 4.426361914772166, 5.341178839458129 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.444645791881889, -4.313758548716317 ], "y": [ -7.9577962913731755, -7.234281599642911 ], "z": [ 4.465043296517051, 3.2937734640587153 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.444645791881889, -4.548277962048796 ], "y": [ -7.9577962913731755, -7.442940692590472 ], "z": [ 4.465043296517051, 5.408082577622881 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.313758548716317, -4.312694978107603 ], "y": [ -7.234281599642911, -6.154573153585098 ], "z": [ 3.2937734640587153, 3.32298887658338 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.197181375942084, -4.5229694422468025 ], "y": [ -8.71968358350965, -9.925306551786727 ], "z": [ 0.00183749552771191, 0.04830820485771177 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.197181375942084, -6.577714858748741 ], "y": [ -8.71968358350965, -8.700964489007015 ], "z": [ 0.00183749552771191, -0.04911246375319049 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.5229694422468025, -5.230985076410445 ], "y": [ -9.925306551786727, -11.113227984616152 ], "z": [ 0.04830820485771177, 0.04278269996402091 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.5229694422468025, -3.444426885598437 ], "y": [ -9.925306551786727, -9.940657166696479 ], "z": [ 0.04830820485771177, 0.08890761520190578 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.230985076410445, -6.611481199273517 ], "y": [ -11.113227984616152, -11.094526509658502 ], "z": [ 0.04278269996402091, -0.00916640584579824 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.230985076410445, -4.704950000486755 ], "y": [ -11.113227984616152, -12.055842613061914 ], "z": [ 0.04278269996402091, 0.08007560998748182 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.611481199273517, -7.285655773025214 ], "y": [ -11.094526509658502, -9.8889211609264 ], "z": [ -0.00916640584579824, -0.056636261704717514 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.611481199273517, -7.164854402496118 ], "y": [ -11.094526509658502, -12.022290492949512 ], "z": [ -0.00916640584579824, -0.012496460373467785 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.285655773025214, -6.577714858748741 ], "y": [ -9.8889211609264, -8.700964489007015 ], "z": [ -0.056636261704717514, -0.04911246375319049 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.285655773025214, -8.364235689617164 ], "y": [ -9.8889211609264, -9.87355292647167 ], "z": [ -0.056636261704717514, -0.096236525519993 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.577714858748741, -7.103787294616017 ], "y": [ -8.700964489007015, -7.7583322410162765 ], "z": [ -0.04911246375319049, -0.08540622724773243 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.952858376431995, -6.262281198418366 ], "y": [ -7.4318024948735, -7.109768626100816 ], "z": [ -2.082709599197221, -2.3859488786854515 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.952858376431995, -4.214039259826615 ], "y": [ -7.4318024948735, -8.212653414050218 ], "z": [ -2.082709599197221, -2.950601962891775 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.262281198418366, -6.832456866880985 ], "y": [ -7.109768626100816, -7.568791009321908 ], "z": [ -2.3859488786854515, -3.559265612903128 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.262281198418366, -6.840329946894018 ], "y": [ -7.109768626100816, -6.500391612891367 ], "z": [ -2.3859488786854515, -1.7079685691205904 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.832456866880985, -6.093325512912076 ], "y": [ -7.568791009321908, -8.348818540438355 ], "z": [ -3.559265612903128, -4.42763183304326 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.832456866880985, -7.855997727278103 ], "y": [ -7.568791009321908, -7.318432737969285 ], "z": [ -3.559265612903128, -3.7965646711879364 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.093325512912076, -4.783590453562169 ], "y": [ -8.348818540438355, -8.670029021150766 ], "z": [ -4.42763183304326, -4.124866410000609 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.093325512912076, -6.538759725056119 ], "y": [ -8.348818540438355, -8.708351642733847 ], "z": [ -4.42763183304326, -5.343766818187585 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.783590453562169, -4.214039259826615 ], "y": [ -8.670029021150766, -8.212653414050218 ], "z": [ -4.124866410000609, -2.950601962891775 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.783590453562169, -4.205853942450054 ], "y": [ -8.670029021150766, -9.28022942242049 ], "z": [ -4.124866410000609, -4.802372863119894 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.214039259826615, -3.1908106367930325 ], "y": [ -8.212653414050218, -8.463835073463112 ], "z": [ -2.950601962891775, -2.712829048161388 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.306095909155628, -6.98806125578428 ], "y": [ 0.08598396137456732, 0.35161685894153194 ], "z": [ -0.005740960225527482, -1.178178775091562 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.306095909155628, -7.0051839676778265 ], "y": [ 0.08598396137456732, -0.16249883307429702 ], "z": [ -0.005740960225527482, 1.1597422817365968 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.306095909155628, -5.2259505987359205 ], "y": [ 0.08598396137456732, 0.06966011932071005 ], "z": [ -0.005740960225527482, -0.0020476474960879404 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.98806125578428, -8.37087714303723 ], "y": [ 0.35161685894153194, 0.3676005762521703 ], "z": [ -1.178178775091562, -1.1844031418684513 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.98806125578428, -6.442290976077168 ], "y": [ 0.35161685894153194, 0.5466788700599459 ], "z": [ -1.178178775091562, -2.089305236661165 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.37087714303723, -9.069975519978637 ], "y": [ 0.3676005762521703, 0.11814127513103934 ], "z": [ -1.1844031418684513, -0.019135139886915724 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.37087714303723, -8.90466630756801 ], "y": [ 0.3676005762521703, 0.5760906689653664 ], "z": [ -1.1844031418684513, -2.100051000936558 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.069975519978637, -8.3880204917692 ], "y": [ 0.11814127513103934, -0.14846812910819174 ], "z": [ -0.019135139886915724, 1.1530874349985303 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.069975519978637, -10.150155256710715 ], "y": [ 0.11814127513103934, 0.13153564020961378 ], "z": [ -0.019135139886915724, -0.02347418650123507 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.3880204917692, -7.0051839676778265 ], "y": [ -0.14846812910819174, -0.16249883307429702 ], "z": [ 1.1530874349985303, 1.1597422817365968 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.3880204917692, -8.93378033180105 ], "y": [ -0.14846812910819174, -0.342553203168106 ], "z": [ 1.1530874349985303, 2.0644290266095124 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.0051839676778265, -6.471426572645696 ], "y": [ -0.16249883307429702, -0.3699959802017363 ], "z": [ 1.1597422817365968, 2.0755331842806704 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.2259505987359205, -4.521660393688844 ], "y": [ 0.06966011932071005, 1.1353829565355689 ], "z": [ -0.0020476474960879404, 0.5256436839785333 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.2259505987359205, -4.549179343268063 ], "y": [ 0.06966011932071005, -1.0138830612960268 ], "z": [ -0.0020476474960879404, -0.5281026289490017 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.521660393688844, -3.1388589702518854 ], "y": [ 1.1353829565355689, 1.1171037909264316 ], "z": [ 0.5256436839785333, 0.5259526262964397 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.521660393688844, -5.0497675967657045 ], "y": [ 1.1353829565355689, 1.9819122392680888 ], "z": [ 0.5256436839785333, 0.9375040432445144 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1388589702518854, -2.4620816909543586 ], "y": [ 1.1171037909264316, 0.034001134596588364 ], "z": [ 0.5259526262964397, -0.0010000756397725598 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1388589702518854, -2.5876697609662056 ], "y": [ 1.1171037909264316, 1.9490804777128514 ], "z": [ 0.5259526262964397, 0.9390279804522174 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.4620816909543586, -3.1663658721717653 ], "y": [ 0.034001134596588364, -1.0312811783313767 ], "z": [ -0.0010000756397725598, -0.5295891275976918 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1663658721717653, -4.549179343268063 ], "y": [ -1.0312811783313767, -1.0138830612960268 ], "z": [ -0.5295891275976918, -0.5281026289490017 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1663658721717653, -2.6382646929245746 ], "y": [ -1.0312811783313767, -1.8782509853507907 ], "z": [ -0.5295891275976918, -0.9405517663803747 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.549179343268063, -5.1003745763834125 ], "y": [ -1.0138830612960268, -1.8463002723693402 ], "z": [ -0.5281026289490017, -0.9402802626214813 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.442290976077168, -6.799409498748807 ], "y": [ 0.5466788700599459, -0.0975261629025237 ], "z": [ -2.089305236661165, -3.2587983902412327 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.442290976077168, -5.390516951388354 ], "y": [ 0.5466788700599459, 1.442549355492865 ], "z": [ -2.089305236661165, -2.086760768135461 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.799409498748807, -6.1039353804151055 ], "y": [ -0.0975261629025237, 0.15583047751218437 ], "z": [ -3.2587983902412327, -4.426959408031901 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.799409498748807, -7.6205393477356775 ], "y": [ -0.0975261629025237, -0.7981525339400042 ], "z": [ -3.2587983902412327, -3.2613399074365663 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.1039353804151055, -5.05279473869758 ], "y": [ 0.15583047751218437, 1.0524440671919173 ], "z": [ -4.426959408031901, -4.424630860996671 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.1039353804151055, -6.381703925768509 ], "y": [ 0.15583047751218437, -0.3479009925918035 ], "z": [ -4.426959408031901, -5.341139500376474 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.05279473869758, -4.696309598997229 ], "y": [ 1.0524440671919173, 1.697392204401198 ], "z": [ -4.424630860996671, -3.25535362890708 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.05279473869758, -4.508707435420205 ], "y": [ 1.0524440671919173, 1.2498130099741331 ], "z": [ -4.424630860996671, -5.336767641768827 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.696309598997229, -5.390516951388354 ], "y": [ 1.697392204401198, 1.442549355492865 ], "z": [ -3.25535362890708, -2.086760768135461 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.696309598997229, -3.87454636703907 ], "y": [ 1.697392204401198, 2.3972754711918665 ], "z": [ -3.25535362890708, -3.2525961902212708 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.390516951388354, -5.112115023063659 ], "y": [ 1.442549355492865, 1.94553772135004 ], "z": [ -2.086760768135461, -1.1723647543004136 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.90466630756801, -8.731326445916938 ], "y": [ 0.5760906689653664, 1.7894877537269238 ], "z": [ -2.100051000936558, -2.7386970743253642 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.90466630756801, -9.763040417071736 ], "y": [ 0.5760906689653664, -0.3678834669759121 ], "z": [ -2.100051000936558, -2.6300752634072464 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.731326445916938, -9.418402013405974 ], "y": [ 1.7894877537269238, 2.0587583459819054 ], "z": [ -2.7386970743253642, -3.908267299966505 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.731326445916938, -8.060266847472409 ], "y": [ 1.7894877537269238, 2.52715060022463 ], "z": [ -2.7386970743253642, -2.3255741625516673 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.418402013405974, -10.277529288209431 ], "y": [ 2.0587583459819054, 1.1151716259210662 ], "z": [ -3.908267299966505, -4.437759913147847 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.418402013405974, -9.28278908614096 ], "y": [ 2.0587583459819054, 3.00635985797048 ], "z": [ -3.908267299966505, -4.408553726362001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.277529288209431, -10.451622315160236 ], "y": [ 1.1151716259210662, -0.09783804296005538 ], "z": [ -4.437759913147847, -3.7985821904696953 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.277529288209431, -10.813620036557273 ], "y": [ 1.1151716259210662, 1.3248404051890734 ], "z": [ -4.437759913147847, -5.351885020852539 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.451622315160236, -9.763040417071736 ], "y": [ -0.09783804296005538, -0.3678834669759121 ], "z": [ -3.7985821904696953, -2.6300752634072464 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.451622315160236, -11.121928748305034 ], "y": [ -0.09783804296005538, -0.8358883053381998 ], "z": [ -3.7985821904696953, -4.212236751532741 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.763040417071736, -9.897900179037016 ], "y": [ -0.3678834669759121, -1.3158723948449325 ], "z": [ -2.6300752634072464, -2.1303204863010943 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.150155256710715, -10.824412908707867 ], "y": [ 0.13153564020961378, 1.2963081224171067 ], "z": [ -0.02347418650123507, -0.33800508071591895 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.150155256710715, -10.856930128476266 ], "y": [ 0.13153564020961378, -1.0158418716693876 ], "z": [ -0.02347418650123507, 0.28117828086960844 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.824412908707867, -12.207199450603492 ], "y": [ 1.2963081224171067, 1.3125222383634332 ], "z": [ -0.33800508071591895, -0.3486108337021929 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.824412908707867, -10.272863346928464 ], "y": [ 1.2963081224171067, 2.193297107813905 ], "z": [ -0.33800508071591895, -0.5753694440432027 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.207199450603492, -12.913969942066055 ], "y": [ 1.3125222383634332, 0.16488639453355275 ], "z": [ -0.3486108337021929, -0.04492441261186688 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.207199450603492, -12.734940756483972 ], "y": [ 1.3125222383634332, 2.2225918972433343 ], "z": [ -0.3486108337021929, -0.5933317564975037 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.913969942066055, -12.239707909765917 ], "y": [ 0.16488639453355275, -1.0001444196248153 ], "z": [ -0.04492441261186688, 0.2686404353222991 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.913969942066055, -13.994140008943896 ], "y": [ 0.16488639453355275, 0.1775058068010139 ], "z": [ -0.04492441261186688, -0.052161612010852156 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.239707909765917, -10.856930128476266 ], "y": [ -1.0001444196248153, -1.0158418716693876 ], "z": [ 0.2686404353222991, 0.28117828086960844 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.239707909765917, -12.791261851848311 ], "y": [ -1.0001444196248153, -1.8968750730707364 ], "z": [ 0.2686404353222991, 0.5069708449301009 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.856930128476266, -10.32919320289877 ], "y": [ -1.0158418716693876, -1.9256531985984142 ], "z": [ 0.28117828086960844, 0.5268652499454369 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.93378033180105, -8.57961284762403 ], "y": [ -0.342553203168106, -1.4110009302513848 ], "z": [ 2.0644290266095124, 2.8664470112222604 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.93378033180105, -9.98778501131089 ], "y": [ -0.342553203168106, 0.47413885153471735 ], "z": [ 2.0644290266095124, 2.4262400592724775 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.57961284762403, -9.281539846652434 ], "y": [ -1.4110009302513848, -1.662895049084181 ], "z": [ 2.8664470112222604, 4.03105932479808 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.57961284762403, -7.755756522907806 ], "y": [ -1.4110009302513848, -2.049013236770266 ], "z": [ 2.8664470112222604, 2.5847751223949675 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.281539846652434, -10.336173965536215 ], "y": [ -1.662895049084181, -0.8467920467112053 ], "z": [ 4.03105932479808, 4.392363579968218 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.281539846652434, -9.004818549157136 ], "y": [ -1.662895049084181, -2.4970620781283923 ], "z": [ 4.03105932479808, 4.658926102998733 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.336173965536215, -10.690970889087176 ], "y": [ -0.8467920467112053, 0.22106662804223198 ], "z": [ 4.392363579968218, 3.589838817862641 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.336173965536215, -10.884039174917962 ], "y": [ -0.8467920467112053, -1.042721466297781 ], "z": [ 4.392363579968218, 5.30254728389263 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.690970889087176, -9.98778501131089 ], "y": [ 0.22106662804223198, 0.47413885153471735 ], "z": [ 3.589838817862641, 2.4262400592724775 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.690970889087176, -11.514197774429462 ], "y": [ 0.22106662804223198, 0.8596679868909627 ], "z": [ 3.589838817862641, 3.8720174841827593 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.98778501131089, -10.263876869432252 ], "y": [ 0.47413885153471735, 1.3088949329087756 ], "z": [ 2.4262400592724775, 1.798880058564655 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.078787118715459, -2.9722589226399343 ], "y": [ 5.50411837512932, 6.356371698696785 ], "z": [ -0.005560690005053659, -1.088410640787297 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.078787118715459, -3.8577949997519587 ], "y": [ 5.50411837512932, 5.858272407077488 ], "z": [ -0.005560690005053659, 1.0791238922297457 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.078787118715459, -2.549870731159077 ], "y": [ 5.50411837512932, 4.562184004854833 ], "z": [ -0.005560690005053659, -0.006608101058518057 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.9722589226399343, -3.6451569575271594 ], "y": [ 6.356371698696785, 7.564540698779644 ], "z": [ -1.088410640787297, -1.085263914918182 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.9722589226399343, -2.3641877612630786 ], "y": [ 6.356371698696785, 6.079861457402242 ], "z": [ -1.088410640787297, -1.9368547252893444 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.6451569575271594, -4.423373167237042 ], "y": [ 7.564540698779644, 7.91913455308012 ], "z": [ -1.085263914918182, -0.00015528927874142173 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.6451569575271594, -3.5632576647518723 ], "y": [ 7.564540698779644, 8.230785944191588 ], "z": [ -1.085263914918182, -1.9315615998700681 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.423373167237042, -4.5291096919859495 ], "y": [ 7.91913455308012, 7.06732105186497 ], "z": [ -0.00015528927874142173, 1.0831187049081432 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.423373167237042, -4.949916232809581 ], "y": [ 7.91913455308012, 8.862391421477676 ], "z": [ -0.00015528927874142173, 0.0021642594422982553 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.5291096919859495, -3.8577949997519587 ], "y": [ 7.06732105186497, 5.858272407077488 ], "z": [ 1.0831187049081432, 1.0791238922297457 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.5291096919859495, -5.137972709142311 ], "y": [ 7.06732105186497, 7.343391236464709 ], "z": [ 1.0831187049081432, 1.9311383951741115 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.8577949997519587, -3.9404795063029474 ], "y": [ 5.858272407077488, 5.191639871056154 ], "z": [ 1.0791238922297457, 1.9249308053571959 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.549870731159077, -1.500628330700164 ], "y": [ 4.562184004854833, 4.359150247835888 ], "z": [ -0.006608101058518057, 0.8698139882283699 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.549870731159077, -2.9246738353362693 ], "y": [ 4.562184004854833, 3.5599059760101026 ], "z": [ -0.006608101058518057, -0.8805534002587944 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.500628330700164, -0.8265580999706799 ], "y": [ 4.359150247835888, 3.151633238753235 ], "z": [ 0.8698139882283699, 0.8722628288491231 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.500628330700164, -1.2067709008565164 ], "y": [ 4.359150247835888, 5.142050989319463 ], "z": [ 0.8698139882283699, 1.5523476796386582 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.8265580999706799, -1.2020000000000004 ], "y": [ 3.151633238753235, 2.1490000000000005 ], "z": [ 0.8722628288491231, -0.0010000000000000013 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.8265580999706799, -0.005835535276977 ], "y": [ 3.151633238753235, 2.992458986892046 ], "z": [ 0.8722628288491231, 1.5561517301679169 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.2020000000000004, -2.2518811963110403 ], "y": [ 2.1490000000000005, 2.3516785471104407 ], "z": [ -0.0010000000000000013, -0.8767396189357316 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.2518811963110403, -2.9246738353362693 ], "y": [ 2.3516785471104407, 3.5599059760101026 ], "z": [ -0.8767396189357316, -0.8805534002587944 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.2518811963110403, -2.5450998303025605 ], "y": [ 2.3516785471104407, 1.569133015535369 ], "z": [ -0.8767396189357316, -1.5599557806971747 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.9246738353362693, -3.744757604177844 ], "y": [ 3.5599059760101026, 3.719435437779795 ], "z": [ -0.8805534002587944, -1.5651247719287416 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3641877612630786, -2.890885228768558 ], "y": [ 6.079861457402242, 5.276551118688918 ], "z": [ -1.9368547252893444, -2.93060030512334 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3641877612630786, -1.0595075374943024 ], "y": [ 6.079861457402242, 6.525434888895697 ], "z": [ -1.9368547252893444, -2.0268148878825656 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.890885228768558, -2.1108602659670765 ], "y": [ 5.276551118688918, 4.918057772652735 ], "z": [ -2.93060030512334, -4.014813189318289 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.890885228768558, -3.9103694121383277 ], "y": [ 5.276551118688918, 4.928710016378384 ], "z": [ -2.93060030512334, -2.861343049891336 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.1108602659670765, -0.8058692137779007 ], "y": [ 4.918057772652735, 5.36281824501323 ], "z": [ -4.014813189318289, -4.104280926139222 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.1108602659670765, -2.5219645285553067 ], "y": [ 4.918057772652735, 4.291129262750852 ], "z": [ -4.014813189318289, -4.792360569709988 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.8058692137779007, -0.2788609178520254 ], "y": [ 5.36281824501323, 6.165315624593594 ], "z": [ -4.104280926139222, -3.1100429205329414 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.8058692137779007, -0.1966236039374687 ], "y": [ 5.36281824501323, 5.083759097580204 ], "z": [ -4.104280926139222, -4.9515853455329335 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.2788609178520254, -1.0595075374943024 ], "y": [ 6.165315624593594, 6.525434888895697 ], "z": [ -3.1100429205329414, -2.0268148878825656 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.2788609178520254, 0.7403124370973462 ], "y": [ 6.165315624593594, 6.513969686037088 ], "z": [ -3.1100429205329414, -3.179792601537231 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.0595075374943024, -0.6487141033264701 ], "y": [ 6.525434888895697, 7.1531763579305405 ], "z": [ -2.0268148878825656, -1.249759933263154 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.5632576647518723, -2.5050491247591253 ], "y": [ 8.230785944191588, 9.116140730990999 ], "z": [ -1.9315615998700681, -2.012737873360503 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.5632576647518723, -4.513371566109075 ], "y": [ 8.230785944191588, 8.195024936238752 ], "z": [ -1.9315615998700681, -2.933970560702916 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.5050491247591253, -2.3970981155637805 ], "y": [ 9.116140730990999, 9.96574224703713 ], "z": [ -2.012737873360503, -3.0985545446019302 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.5050491247591253, -1.7628055450147393 ], "y": [ 9.116140730990999, 9.14515410283125 ], "z": [ -2.012737873360503, -1.2295580136969018 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3970981155637805, -3.346673124132157 ], "y": [ 9.96574224703713, 9.929292646242036 ], "z": [ -3.0985545446019302, -4.101448721324603 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3970981155637805, -1.5709908460121973 ], "y": [ 9.96574224703713, 10.658639452484557 ], "z": [ -3.0985545446019302, -3.162321635465321 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.346673124132157, -4.404342771336076 ], "y": [ 9.929292646242036, 9.043249266600366 ], "z": [ -4.101448721324603, -4.020757663723989 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.346673124132157, -3.2631506954394727 ], "y": [ 9.929292646242036, 10.593524644870119 ], "z": [ -4.101448721324603, -4.949268782365753 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.404342771336076, -4.513371566109075 ], "y": [ 9.043249266600366, 8.195024936238752 ], "z": [ -4.020757663723989, -2.933970560702916 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.404342771336076, -5.147125243869288 ], "y": [ 9.043249266600366, 9.014924487602375 ], "z": [ -4.020757663723989, -4.8034523074977695 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.513371566109075, -5.340017728449483 ], "y": [ 8.195024936238752, 7.502816323633587 ], "z": [ -2.933970560702916, -2.869718253949704 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.949916232809581, -4.787778407222504 ], "y": [ 8.862391421477676, 9.740424824500321 ], "z": [ 0.0021642594422982553, 1.05716031094693 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.949916232809581, -5.787838711182117 ], "y": [ 8.862391421477676, 9.18890290385764 ], "z": [ 0.0021642594422982553, -1.0466899592707062 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.787778407222504, -5.465591533382922 ], "y": [ 9.740424824500321, 10.94583350497226 ], "z": [ 1.05716031094693, 1.0629291104353547 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.787778407222504, -4.132688665988253 ], "y": [ 9.740424824500321, 9.486309726449763 ], "z": [ 1.05716031094693, 1.876563110473756 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.465591533382922, -6.304278923792305 ], "y": [ 10.94583350497226, 11.271912584951899 ], "z": [ 1.0629291104353547, 0.014552319978826556 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.465591533382922, -5.338709505158695 ], "y": [ 10.94583350497226, 11.633033000449572 ], "z": [ 1.0629291104353547, 1.886508981686129 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.304278923792305, -6.467181661416225 ], "y": [ 11.271912584951899, 10.39344677952892 ], "z": [ 0.014552319978826556, -1.0399663032693325 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.304278923792305, -6.833118417471383 ], "y": [ 11.271912584951899, 12.213875277214596 ], "z": [ 0.014552319978826556, 0.018304160922934076 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.467181661416225, -5.787838711182117 ], "y": [ 10.39344677952892, 9.18890290385764 ], "z": [ -1.0399663032693325, -1.0466899592707062 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.467181661416225, -7.12150649061363 ], "y": [ 10.39344677952892, 10.647994279979809 ], "z": [ -1.0399663032693325, -1.8598465310526313 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.787838711182117, -5.913955827369499 ], "y": [ 9.18890290385764, 8.50213581078066 ], "z": [ -1.0466899592707062, -1.87074725877795 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.137972709142311, -6.513687720396643 ], "y": [ 7.343391236464709, 7.232435717099807 ], "z": [ 1.9311383951741115, 1.8580283375079332 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.137972709142311, -4.541929330774568 ], "y": [ 7.343391236464709, 7.803269555893098 ], "z": [ 1.9311383951741115, 3.0896129190302415 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.513687720396643, -7.293481915121715 ], "y": [ 7.232435717099807, 7.581092965019485 ], "z": [ 1.8580283375079332, 2.9456096619826364 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.513687720396643, -6.980074956947808 ], "y": [ 7.232435717099807, 6.873948582679525 ], "z": [ 1.8580283375079332, 0.9529825264921024 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.293481915121715, -6.697381056580243 ], "y": [ 7.581092965019485, 8.040033310994632 ], "z": [ 2.9456096619826364, 4.104426094935817 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.293481915121715, -8.368711854957212 ], "y": [ 7.581092965019485, 7.495635678581614 ], "z": [ 2.9456096619826364, 2.8890090553071515 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.697381056580243, -5.321608565152179 ], "y": [ 8.040033310994632, 8.150050856906294 ], "z": [ 4.104426094935817, 4.177878061699046 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.697381056580243, -7.306313780870678 ], "y": [ 8.040033310994632, 8.31339936963176 ], "z": [ 4.104426094935817, 4.953808773870014 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.321608565152179, -4.541929330774568 ], "y": [ 8.150050856906294, 7.803269555893098 ], "z": [ 4.177878061699046, 3.0896129190302415 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.321608565152179, -4.855278808774749 ], "y": [ 8.150050856906294, 8.509475964779817 ], "z": [ 4.177878061699046, 5.082581963617829 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.541929330774568, -3.466756871112807 ], "y": [ 7.803269555893098, 7.889664815784208 ], "z": [ 3.0896129190302415, 3.1458716166086815 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.230901619262846, 3.30187751431334 ], "y": [ 5.4162099199737375, 6.181390112641572 ], "z": [ -0.002316058606308208, 1.146470124750106 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.230901619262846, 3.866548045358995 ], "y": [ 5.4162099199737375, 5.837758703683593 ], "z": [ -0.002316058606308208, -1.154300973413762 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.230901619262846, 2.6753132501682595 ], "y": [ 5.4162099199737375, 4.489760497119818 ], "z": [ -0.002316058606308208, 0.0003355485392422528 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.30187751431334, 4.008795319171792 ], "y": [ 6.181390112641572, 7.369969809237225 ], "z": [ 1.146470124750106, 1.1420517523474476 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.30187751431334, 2.805948961960583 ], "y": [ 6.181390112641572, 5.852132125395328 ], "z": [ 1.146470124750106, 2.047419548503366 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.008795319171792, 4.643615134394306 ], "y": [ 7.369969809237225, 7.792009201818581 ], "z": [ 1.1420517523474476, -0.010208874989275002 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.008795319171792, 4.065616075674962 ], "y": [ 7.369969809237225, 7.968131197371662 ], "z": [ 1.1420517523474476, 2.0397066682931735 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.643615134394306, 4.571812628470177 ], "y": [ 7.792009201818581, 7.027319618022242 ], "z": [ -0.010208874989275002, -1.1592707708749586 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.643615134394306, 5.196725448235316 ], "y": [ 7.792009201818581, 8.719933433083156 ], "z": [ -0.010208874989275002, -0.013687630901283415 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.571812628470177, 3.866548045358995 ], "y": [ 7.027319618022242, 5.837758703683593 ], "z": [ -1.1592707708749586, -1.154300973413762 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.571812628470177, 5.068568014122251 ], "y": [ 7.027319618022242, 7.356086730526007 ], "z": [ -1.1592707708749586, -2.05994417901248 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.866548045358995, 3.810558379901581 ], "y": [ 5.837758703683593, 5.239153870181615 ], "z": [ -1.154300973413762, -2.051609399023394 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6753132501682595, 1.7558875601538708 ], "y": [ 4.489760497119818, 4.233819283189701 ], "z": [ 0.0003355485392422528, -0.9993636539979742 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6753132501682595, 2.8866900400752606 ], "y": [ 4.489760497119818, 3.5598190210626957 ], "z": [ 0.0003355485392422528, 1.0000093472342528 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7558875601538708, 1.0481241533189651 ], "y": [ 4.233819283189701, 3.045734731285499 ], "z": [ -0.9993636539979742, -0.999123920724718 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7558875601538708, 1.589680090192497 ], "y": [ 4.233819283189701, 4.960251047067923 ], "z": [ -0.9993636539979742, -1.7802669574599426 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.0481241533189651, 1.260218239754498 ], "y": [ 3.045734731285499, 2.1153658377078117 ], "z": [ -0.999123920724718, -3.9464693399348695e-7 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.0481241533189651, 0.32869610547661965 ], "y": [ 3.045734731285499, 2.845322041946297 ], "z": [ -0.999123920724718, -1.779434139759163 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.260218239754498, 2.1803612262974155 ], "y": [ 2.1153658377078117, 2.3708796341173595 ], "z": [ -3.9464693399348695e-7, 0.9991485352730548 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.1803612262974155, 2.8866900400752606 ], "y": [ 2.3708796341173595, 3.5598190210626957 ], "z": [ 0.9991485352730548, 1.0000093472342528 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.1803612262974155, 2.3458513997302592 ], "y": [ 2.3708796341173595, 1.6448752877597044 ], "z": [ 0.9991485352730548, 1.7806021113522499 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.8866900400752606, 3.6054007913890747 ], "y": [ 3.5598190210626957, 3.7606591279224646 ], "z": [ 1.0000093472342528, 1.7808698388859243 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.805948961960583, 2.9481398514326127 ], "y": [ 5.852132125395328, 4.545561016222977 ], "z": [ 2.047419548503366, 2.4750896171629413 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.805948961960583, 2.0266806814805163 ], "y": [ 5.852132125395328, 6.7352154531119846 ], "z": [ 2.047419548503366, 2.7697240433990586 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.9481398514326127, 2.309081019494384 ], "y": [ 4.545561016222977, 4.122167830446703 ], "z": [ 2.4750896171629413, 3.626096141714375 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.9481398514326127, 3.5574365930309515 ], "y": [ 4.545561016222977, 3.855297973641647 ], "z": [ 2.4750896171629413, 1.9116782108850683 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.309081019494384, 1.5290139105181932 ], "y": [ 4.122167830446703, 5.004987275898203 ], "z": [ 3.626096141714375, 4.347860045097077 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.309081019494384, 2.420446689965779 ], "y": [ 4.122167830446703, 3.101544896769828 ], "z": [ 3.626096141714375, 3.9615846134883963 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.5290139105181932, 1.3860241925500416 ], "y": [ 5.004987275898203, 6.3112945028053975 ], "z": [ 4.347860045097077, 3.9196493849245124 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.5290139105181932, 1.0304915331742137 ], "y": [ 5.004987275898203, 4.674806623774947 ], "z": [ 4.347860045097077, 5.247546199403548 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.3860241925500416, 2.0266806814805163 ], "y": [ 6.3112945028053975, 6.7352154531119846 ], "z": [ 3.9196493849245124, 2.7697240433990586 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.3860241925500416, 0.777526279447823 ], "y": [ 6.3112945028053975, 7.001821427651883 ], "z": [ 3.9196493849245124, 4.483601382715374 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.0266806814805163, 1.9161138395052495 ], "y": [ 6.7352154531119846, 7.756102269054017 ], "z": [ 2.7697240433990586, 2.4347761631380243 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.065616075674962, 3.067383189305824 ], "y": [ 7.968131197371662, 8.880430427518641 ], "z": [ 2.0397066682931735, 2.3251698344711684 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.065616075674962, 5.133243137559407 ], "y": [ 7.968131197371662, 7.8183785449132515 ], "z": [ 2.0397066682931735, 2.9037469450243325 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.067383189305824, 3.1372046442481203 ], "y": [ 8.880430427518641, 9.642799458799374 ], "z": [ 2.3251698344711684, 3.4768609495596765 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.067383189305824, 2.2333744896852696 ], "y": [ 8.880430427518641, 8.99849831876945 ], "z": [ 2.3251698344711684, 1.6501680107604324 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1372046442481203, 4.204328628310034 ], "y": [ 9.642799458799374, 9.49234050134169 ], "z": [ 3.4768609495596765, 4.3413992684100196 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1372046442481203, 2.358046769210504 ], "y": [ 9.642799458799374, 10.356692607395036 ], "z": [ 3.4768609495596765, 3.700234130928954 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.204328628310034, 5.2020584368566425 ], "y": [ 9.49234050134169, 8.579334966195436 ], "z": [ 4.3413992684100196, 4.056434144351205 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.204328628310034, 4.259644631517732 ], "y": [ 9.49234050134169, 10.088430137982265 ], "z": [ 4.3413992684100196, 5.240619088520115 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.2020584368566425, 5.133243137559407 ], "y": [ 8.579334966195436, 7.8183785449132515 ], "z": [ 4.056434144351205, 2.9037469450243325 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.2020584368566425, 6.036570214299726 ], "y": [ 8.579334966195436, 8.461973379943906 ], "z": [ 4.056434144351205, 4.730937925942761 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.133243137559407, 5.912904090419558 ], "y": [ 7.8183785449132515, 7.105191701316858 ], "z": [ 2.9037469450243325, 2.6798757215358737 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.196725448235316, 4.665017423720624 ], "y": [ 8.719933433083156, 9.837740084482881 ], "z": [ -0.013687630901283415, -0.6285395372602143 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.196725448235316, 6.436382265840873 ], "y": [ 8.719933433083156, 8.788037395545144 ], "z": [ -0.013687630901283415, 0.5924739192328639 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.665017423720624, 5.3750193133049 ], "y": [ 9.837740084482881, 11.024453677033115 ], "z": [ -0.6285395372602143, -0.6376040859682857 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.665017423720624, 3.6962148639098507 ], "y": [ 9.837740084482881, 9.785452144853332 ], "z": [ -0.6285395372602143, -1.1016416102565103 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.3750193133049, 6.615110644029324 ], "y": [ 11.024453677033115, 11.092291102076343 ], "z": [ -0.6376040859682857, -0.03230285911868622 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.3750193133049, 4.9598230923717885 ], "y": [ 11.024453677033115, 11.898758580154396 ], "z": [ -0.6376040859682857, -1.1170089613095187 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.615110644029324, 7.1472531816628795 ], "y": [ 11.092291102076343, 9.974217913257863 ], "z": [ -0.03230285911868622, 0.5816887239556958 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.615110644029324, 7.169526274594254 ], "y": [ 11.092291102076343, 12.019418702880815 ], "z": [ -0.03230285911868622, -0.03836259606299405 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.1472531816628795, 6.436382265840873 ], "y": [ 9.974217913257863, 8.788037395545144 ], "z": [ 0.5816887239556958, 0.5924739192328639 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.1472531816628795, 8.115621228354787 ], "y": [ 9.974217913257863, 10.026772390306173 ], "z": [ 0.5816887239556958, 1.0556511202365388 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.436382265840873, 6.851143973655122 ], "y": [ 8.788037395545144, 7.913999029842617 ], "z": [ 0.5924739192328639, 1.0727391178586443 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.068568014122251, 6.428876392938383 ], "y": [ 7.356086730526007, 7.161367935422843 ], "z": [ -2.05994417901248, -2.2079093957230453 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.068568014122251, 4.344128545374885 ], "y": [ 7.356086730526007, 7.967182955174698 ], "z": [ -2.05994417901248, -3.0652142225038572 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.428876392938383, 7.064524230588763 ], "y": [ 7.161367935422843, 7.577706656912241 ], "z": [ -2.2079093957230453, -3.3633694320198293 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.428876392938383, 6.9956178447151025 ], "y": [ 7.161367935422843, 6.68469680351817 ], "z": [ -2.2079093957230453, -1.4225898691310075 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.064524230588763, 6.339911690229886 ], "y": [ 7.577706656912241, 8.187910492659803 ], "z": [ -3.3633694320198293, -4.369056234753972 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.064524230588763, 8.12772341551501 ], "y": [ 7.577706656912241, 7.426829382596012 ], "z": [ -3.3633694320198293, -3.4794277848732964 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.339911690229886, 4.979430239802252 ], "y": [ 8.187910492659803, 8.38173689886184 ], "z": [ -4.369056234753972, -4.221507777286182 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.339911690229886, 6.836345422975981 ], "y": [ 8.187910492659803, 8.51413119067075 ], "z": [ -4.369056234753972, -5.271338122625517 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.979430239802252, 4.344128545374885 ], "y": [ 8.38173689886184, 7.967182955174698 ], "z": [ -4.221507777286182, -3.0652142225038572 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.979430239802252, 4.41286185963704 ], "y": [ 8.38173689886184, 8.859300419667644 ], "z": [ -4.221507777286182, -5.006410544635451 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.344128545374885, 3.281102432060135 ], "y": [ 7.967182955174698, 8.118952618392056 ], "z": [ -3.0652142225038572, -2.948739110407618 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.306104101289849, 6.996834409376289 ], "y": [ -0.0856082139967335, 0.20107030490304617 ], "z": [ -0.001445074868303229, -1.1637510020201187 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.306104101289849, 6.99646494278594 ], "y": [ -0.0856082139967335, -0.38714948540302757 ], "z": [ -0.001445074868303229, 1.1566973041885564 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.306104101289849, 5.225937568243973 ], "y": [ -0.0856082139967335, -0.07059951864748111 ], "z": [ -0.001445074868303229, 0.0015549170584741843 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.996834409376289, 8.379681075976475 ], "y": [ 0.20107030490304617, 0.18691960620121395 ], "z": [ -1.1637510020201187, -1.166726636237747 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.996834409376289, 6.457887855385842 ], "y": [ 0.20107030490304617, 0.43607860287042755 ], "z": [ -1.1637510020201187, -2.0694957382420722 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.379681075976475, 9.07005236510868 ], "y": [ 0.18691960620121395, -0.11365227559771206 ], "z": [ -1.166726636237747, -0.008338951991325134 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.379681075976475, 8.920316948205343 ], "y": [ 0.18691960620121395, 0.40988011109279565 ], "z": [ -1.166726636237747, -2.0749179484973723 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.07005236510868, 8.379332504658354 ], "y": [ -0.11365227559771206, -0.39936140489012334 ], "z": [ -0.008338951991325134, 1.1542122803500525 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.07005236510868, 10.150253712187077 ], "y": [ -0.11365227559771206, -0.12575284100887463 ], "z": [ -0.008338951991325134, -0.010603035624833394 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.379332504658354, 6.99646494278594 ], "y": [ -0.39936140489012334, -0.38714948540302757 ], "z": [ 1.1542122803500525, 1.1566973041885564 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.379332504658354, 8.918268491169954 ], "y": [ -0.39936140489012334, -0.635339427703995 ], "z": [ 1.1542122803500525, 2.0597114193646036 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.99646494278594, 6.455861250684309 ], "y": [ -0.38714948540302757, -0.611061800033295 ], "z": [ 1.1566973041885564, 2.064571702683747 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.225937568243973, 4.5194619743515325 ], "y": [ -0.07059951864748111, -1.2585122220988592 ], "z": [ 0.0015549170584741843, 0.0034638992904433953 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.225937568243973, 4.551350515601991 ], "y": [ -0.07059951864748111, 1.1351146000145897 ], "z": [ 0.0015549170584741843, -0.0006296805593129391 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.5194619743515325, 3.136668079003614 ], "y": [ -1.2585122220988592, -1.2397131165647777 ], "z": [ 0.0034638992904433953, 0.002184594926713035 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.5194619743515325, 5.04585662577256 ], "y": [ -1.2585122220988592, -2.2008712192727558 ], "z": [ 0.0034638992904433953, 0.0059521518387039675 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.136668079003614, 2.4620819224261576 ], "y": [ -1.2397131165647777, -0.034001137811474486 ], "z": [ 0.002184594926713035, -0.0009999999999999998 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.136668079003614, 2.5837649580113378 ], "y": [ -1.2397131165647777, -2.1675697532318043 ], "z": [ 0.002184594926713035, 0.004674693309466971 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.4620819224261576, 3.1685584123831174 ], "y": [ -0.034001137811474486, 1.1539094257311358 ], "z": [ -0.0009999999999999998, -0.003908979540895019 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1685584123831174, 4.551350515601991 ], "y": [ 1.1539094257311358, 1.1351146000145897 ], "z": [ -0.003908979540895019, -0.0006296805593129391 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1685584123831174, 2.6421628648975677 ], "y": [ 1.1539094257311358, 2.0962705628138 ], "z": [ -0.003908979540895019, -0.00539723478022962 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.551350515601991, 5.104252740529747 ], "y": [ 1.1351146000145897, 2.0629733765903837 ], "z": [ -0.0006296805593129391, -0.0021197816331409046 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.457887855385842, 6.574880360913542 ], "y": [ 0.43607860287042755, 1.6913529010578667 ], "z": [ -2.0694957382420722, -2.635929485436202 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.457887855385842, 5.655284423595507 ], "y": [ 0.43607860287042755, -0.5186360109256949 ], "z": [ -2.0694957382420722, -2.6637740715863876 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.574880360913542, 5.888807778270095 ], "y": [ 1.6913529010578667, 1.9910726673726753 ], "z": [ -2.635929485436202, -3.798661816209348 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.574880360913542, 7.201153424959179 ], "y": [ 1.6913529010578667, 2.437979619471445 ], "z": [ -2.635929485436202, -2.1717435392876085 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.888807778270095, 5.086983232841787 ], "y": [ 1.9910726673726753, 1.0360412240406145 ], "z": [ -3.798661816209348, -4.393481402803268 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.888807778270095, 5.978876761590262 ], "y": [ 1.9910726673726753, 2.9721122537347826 ], "z": [ -3.798661816209348, -4.241465280778153 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.086983232841787, 4.9707696136761115 ], "y": [ 1.0360412240406145, -0.2195499036827666 ], "z": [ -4.393481402803268, -3.827588908858745 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.086983232841787, 4.550158880744897 ], "y": [ 1.0360412240406145, 1.2701925477188576 ], "z": [ -4.393481402803268, -5.301210312013215 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.9707696136761115, 5.655284423595507 ], "y": [ -0.2195499036827666, -0.5186360109256949 ], "z": [ -3.827588908858745, -2.6637740715863876 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.9707696136761115, 4.343717663268448 ], "y": [ -0.2195499036827666, -0.9658597925604022 ], "z": [ -3.827588908858745, -4.291233601757732 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.655284423595507, 5.564436553913316 ], "y": [ -0.5186360109256949, -1.4993587677518656 ], "z": [ -2.6637740715863876, -2.2204293537679747 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.920316948205343, 8.793850177938275 ], "y": [ 0.40988011109279565, -0.4183936111475921 ], "z": [ -2.0749179484973723, -3.1741071028581027 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.920316948205343, 9.740683375169397 ], "y": [ 0.40988011109279565, 1.519860761653879 ], "z": [ -2.0749179484973723, -2.1362439698116136 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.793850177938275, 9.489782783573906 ], "y": [ -0.4183936111475921, -0.1360908610104472 ], "z": [ -3.1741071028581027, -4.335337900623216 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.793850177938275, 8.152490647709186 ], "y": [ -0.4183936111475921, -1.2853369681618334 ], "z": [ -3.1741071028581027, -3.12714787891647 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.489782783573906, 10.310917434850456 ], "y": [ -0.1360908610104472, 0.9733391491342775 ], "z": [ -4.335337900623216, -4.396337384745745 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.489782783573906, 9.39077406396144 ], "y": [ -0.1360908610104472, -0.7822812856298826 ], "z": [ -4.335337900623216, -5.195140906300013 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.310917434850456, 10.438152429430017 ], "y": [ 0.9733391491342775, 1.8010622309583129 ], "z": [ -4.396337384745745, -3.2968216931933014 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.310917434850456, 10.853900607780155 ], "y": [ 0.9733391491342775, 1.1946653126454843 ], "z": [ -4.396337384745745, -5.303620694005103 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.438152429430017, 9.740683375169397 ], "y": [ 1.8010622309583129, 1.519860761653879 ], "z": [ -3.2968216931933014, -2.1362439698116136 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.438152429430017, 11.078743735346617 ], "y": [ 1.8010622309583129, 2.6685562283889053 ], "z": [ -3.2968216931933014, -3.3441074543266494 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.740683375169397, 9.838923870469372 ], "y": [ 1.519860761653879, 2.1666018266896656 ], "z": [ -2.1362439698116136, -1.276767501326531 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.150253712187077, 10.82713337196012 ], "y": [ -0.12575284100887463, -1.1851294301614028 ], "z": [ -0.010603035624833394, -0.5848879549297731 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.150253712187077, 10.854454362428562 ], "y": [ -0.12575284100887463, 0.918900237284801 ], "z": [ -0.010603035624833394, 0.5565128169229677 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.82713337196012, 12.209969817851237 ], "y": [ -1.1851294301614028, -1.1985351826930448 ], "z": [ -0.5848879549297731, -0.5924806958235024 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.82713337196012, 10.27759256210176 ], "y": [ -1.1851294301614028, -2.001998941972434 ], "z": [ -0.5848879549297731, -1.0274567054915662 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.209969817851237, 12.914170259840143 ], "y": [ -1.1985351826930448, -0.15340563159936915 ], "z": [ -0.5924806958235024, -0.026244032463243822 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.209969817851237, 12.73975502937314 ], "y": [ -1.1985351826930448, -2.0264965231628578 ], "z": [ -0.5924806958235024, -1.0401788623823225 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.914170259840143, 12.237290391814524 ], "y": [ -0.15340563159936915, 0.90644743035316 ], "z": [ -0.026244032463243822, 0.5471616976541542 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.914170259840143, 13.994374453284983 ], "y": [ -0.15340563159936915, -0.16407681749454545 ], "z": [ -0.026244032463243822, -0.031145690934795498 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.237290391814524, 10.854454362428562 ], "y": [ 0.90644743035316, 0.918900237284801 ], "z": [ 0.5471616976541542, 0.5565128169229677 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.237290391814524, 12.786831409925457 ], "y": [ 0.90644743035316, 1.7228404693641899 ], "z": [ 0.5471616976541542, 0.9906096374034884 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.854454362428562, 10.324669359159234 ], "y": [ 0.918900237284801, 1.7463851049546133 ], "z": [ 0.5565128169229677, 1.0050901726693289 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.918268491169954, 8.366319984466411 ], "y": [ -0.635339427703995, -0.3320471001794236 ], "z": [ 2.0597114193646036, 3.2900018769446255 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.918268491169954, 10.16029736423094 ], "y": [ -0.635339427703995, -1.2362352374056547 ], "z": [ 2.0597114193646036, 1.9882446133226583 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.366319984466411, 9.05843898894396 ], "y": [ -0.3320471001794236, -0.6294935513856341 ], "z": [ 3.2900018769446255, 4.449730678133003 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.366319984466411, 7.395653275156192 ], "y": [ -0.3320471001794236, 0.13671838643189638 ], "z": [ 3.2900018769446255, 3.346597442132383 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.05843898894396, 10.300901264973906 ], "y": [ -0.6294935513856341, -1.229488584248071 ], "z": [ 4.449730678133003, 4.378236250497784 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.05843898894396, 8.627420194826422 ], "y": [ -0.6294935513856341, -0.3937257336941391 ], "z": [ 4.449730678133003, 5.411636253155027 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.300901264973906, 10.853283174646407 ], "y": [ -1.229488584248071, -1.5318801349334175 ], "z": [ 4.378236250497784, 3.147918171324486 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.300901264973906, 10.84135179774216 ], "y": [ -1.229488584248071, -1.4628581261020681 ], "z": [ 4.378236250497784, 5.284012645953842 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.853283174646407, 10.16029736423094 ], "y": [ -1.5318801349334175, -1.2362352374056547 ], "z": [ 3.147918171324486, 1.9882446133226583 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.853283174646407, 11.823516480987669 ], "y": [ -1.5318801349334175, -2.0015463983839625 ], "z": [ 3.147918171324486, 3.091350227730004 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.16029736423094, 10.59088275537952 ], "y": [ -1.2362352374056547, -1.4729038319363736 ], "z": [ 1.9882446133226583, 1.0263666598939123 ] } ], "layout": { "scene": { "xaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "zaxis": { "showgrid": false, "showline": false, "showticklabels": false } }, "template": { "data": { "bar": [ { "error_x": { "color": "rgb(36,36,36)" }, "error_y": { "color": "rgb(36,36,36)" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "line": { "color": "white", "width": 0.6 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "colorscale": { "diverging": [ [ 0, "rgb(103,0,31)" ], [ 0.1, "rgb(178,24,43)" ], [ 0.2, "rgb(214,96,77)" ], [ 0.3, "rgb(244,165,130)" ], [ 0.4, "rgb(253,219,199)" ], [ 0.5, "rgb(247,247,247)" ], [ 0.6, "rgb(209,229,240)" ], [ 0.7, "rgb(146,197,222)" ], [ 0.8, "rgb(67,147,195)" ], [ 0.9, "rgb(33,102,172)" ], [ 1, "rgb(5,48,97)" ] ], "sequential": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "sequentialminus": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ] }, "colorway": [ "#1F77B4", "#FF7F0E", "#2CA02C", "#D62728", "#9467BD", "#8C564B", "#E377C2", "#7F7F7F", "#BCBD22", "#17BECF" ], "font": { "color": "rgb(36,36,36)" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "radialaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } }, "shapedefaults": { "fillcolor": "black", "line": { "width": 0 }, "opacity": 0.3 }, "ternary": { "aaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "baxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "caxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "core_opt.show()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Now that looks better! Let's save it to a PDB file." ] }, { "cell_type": "code", "execution_count": 42, "metadata": {}, "outputs": [], "source": [ "core_opt.to_pdb(\"polyphenylene.pdb\")" ] } ], "metadata": { "kernelspec": { "display_name": "glyco2", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.2" }, "orig_nbformat": 4 }, "nbformat": 4, "nbformat_minor": 2 }