{ "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": 1, "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": 2, "metadata": {}, "outputs": [], "source": [ "import buildamol as bam" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "First let's get the benzene" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [], "source": [ "# we load the reference data for small molecules (containing benzene)\n", "# (this is technically not necessary, since BuildAMol will automatically\n", "# query PubChem for any unloaded compounds, but it's a good practice to load the molecules\n", "# to make sure the atom labels are consistent)\n", "bam.load_small_molecules()" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/Users/noahhk/anaconda3/envs/glyco2/lib/python3.11/site-packages/plotly/express/_core.py:1985: FutureWarning:\n", "\n", "When grouping with a length-1 list-like, you will need to pass a length-1 tuple to get_group in a future version of pandas. Pass `(name,)` instead of `name` to silence this warning.\n", "\n" ] }, { "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}
__marker_size=%{marker.size}
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, "size": [ 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "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}
__marker_size=%{marker.size}
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, "size": [ 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "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 = bam.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": 5, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/Users/noahhk/anaconda3/envs/glyco2/lib/python3.11/site-packages/plotly/express/_core.py:1985: FutureWarning:\n", "\n", "When grouping with a length-1 list-like, you will need to pass a length-1 tuple to get_group in a future version of pandas. Pass `(name,)` instead of `name` to silence this warning.\n", "\n" ] }, { "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}
__marker_size=%{marker.size}
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, "size": [ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "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, 1.5080431190229378, 2.1871382917114, 2.559306330865009, 2.2541339048681515, 1.5732973461275281, -1.260220136925507, -1.8079782358261336, -2.520849067558938, -2.685218468242181, -2.138302143372006, -1.4237477635782971, -2.4620851619676887, -3.1532552132222533, -4.535963415741763, -5.225757087246424, -4.5345694621619135, -3.1518964073022966, -1.2020016934697622, -1.5354615212499567, -2.2145723947688634, -2.5593617513920712, -2.22677303190353, -1.5459199418013159, 1.2602200181756427, 1.558590939845345, 2.26266695950215, 2.6674400911827814, 2.3682096163563493, 1.665852703013004 ], "y": [ -1.206, -1.188, 0.019, 1.206, 1.188, -0.019, -2.149, -2.7632146338830177, -3.967901960126012, -4.556864579551485, -3.942158988938756, -2.7384535761551847, -2.1153690179565015, -2.5919438598031155, -3.776970806104251, -4.483833442417067, -4.00675213039057, -2.8227381244492027, 0.03400118280510693, 0.027580705203719247, 0.051899234436096134, 0.08259241545927995, 0.09001261829965841, 0.06369463858930004, 2.149003030250447, 2.751708897682336, 3.95639952469126, 4.5568648232471265, 3.953667886221983, 2.7499593983995667, 2.1153688188947934, 2.7420047700206958, 3.9322777005933367, 4.494438793558521, 3.868311239527725, 2.6770215147648697 ], "z": [ 0, 0, 0, 0, 0.001, -0.001, 0.004, 1.2037191308063162, 1.2093929673155124, 0.016316279272349278, -1.1833736086906403, -1.1891059308864904, -1.977581789185293e-19, 1.1760465489119252, 1.1754863660945734, -0.00016065299913771175, -1.1763940292070996, -1.1754601917976744, -0.0010000788536737898, 1.195866972124059, 1.1950695881268132, -0.0016177642717983072, -1.1984693037368415, -1.1977029427649752, -0.0010000032134151085, -1.199247966124255, -1.2009552051912664, -0.005388509105444109, 1.1928548713613367, 1.194571275316466, -3.978628854303884e-7, 1.1952193216274294, 1.1940750794123483, -0.001312563750171206, -1.1965842521200425, -1.1953360721458495 ] }, { "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}
__marker_size=%{marker.size}
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, "size": [ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "H", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 2.462, 1.217580326609421, 2.4258455711201674, 3.0889184099432505, 2.5437260042555883, 1.3337193736926807, -1.6799493308053033, -2.9484140924060114, -3.241184064184552, -2.2654892743623845, -0.9953409647007714, -2.6149744901889123, -5.076928055273818, -6.305874689691963, -5.0728677590252005, -2.610949341600188, -1.266397601766773, -2.4746943425424126, -3.0889784632065567, -2.49496584309506, -1.2849268857361127, 1.2426598124948751, 2.4971312258795404, 3.2183014680638773, 2.6850002968635494, 1.4322479897923432 ], "y": [ -0.034, -2.3036323407108035, -4.449091760297413, -5.498391709362352, -4.402232238840682, -2.2577547327134955, -2.04020012619551, -4.150650963799144, -5.410052067790419, -4.55900233417806, -2.4495644369341933, 0.0036062891971932326, 0.045903446851465704, 0.1005939567864659, 0.11298730906719366, 0.06869070093493976, 2.2831362448965136, 4.428599993115986, 5.498397674968259, 4.42273160860106, 2.2782499995680947, 2.3033613380296467, 4.422159154436419, 5.423701622633429, 4.306446274423667, 2.18663166382668 ], "z": [ -0.001, 2.136217646636723, 2.1464635148028797, 0.020404007802330936, -2.115901367364374, -2.126205721217185, 2.094918385407042, 2.094277577019364, -0.0007211348872473582, -2.0950790384061797, -2.094064575426429, 2.1311835445143115, 2.1299210786359715, -0.002571387441076446, -2.133801387639784, -2.1325699447868236, -2.133690193495003, -2.136898200200024, -0.006402262864450959, 2.127301681176144, 2.130518852769283, 2.129519841985936, 2.1277070566778558, -0.0024692661146086922, -2.130832803598992, -2.1289160805318006 ] }, { "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.707, -1.382 ], "y": [ -1.188, 0.019 ], "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": [ -0.675, 0.707 ], "y": [ 1.206, 1.188 ], "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": [ 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, 1.5080431190229378 ], "y": [ -2.149, -2.7632146338830177 ], "z": [ 0.004, 1.2037191308063162 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.202, 1.5732973461275281 ], "y": [ -2.149, -2.7384535761551847 ], "z": [ 0.004, -1.1891059308864904 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.5080431190229378, 2.1871382917114 ], "y": [ -2.7632146338830177, -3.967901960126012 ], "z": [ 1.2037191308063162, 1.2093929673155124 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.5080431190229378, 1.217580326609421 ], "y": [ -2.7632146338830177, -2.3036323407108035 ], "z": [ 1.2037191308063162, 2.136217646636723 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.1871382917114, 2.559306330865009 ], "y": [ -3.967901960126012, -4.556864579551485 ], "z": [ 1.2093929673155124, 0.016316279272349278 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.1871382917114, 2.4258455711201674 ], "y": [ -3.967901960126012, -4.449091760297413 ], "z": [ 1.2093929673155124, 2.1464635148028797 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.559306330865009, 2.2541339048681515 ], "y": [ -4.556864579551485, -3.942158988938756 ], "z": [ 0.016316279272349278, -1.1833736086906403 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.559306330865009, 3.0889184099432505 ], "y": [ -4.556864579551485, -5.498391709362352 ], "z": [ 0.016316279272349278, 0.020404007802330936 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2541339048681515, 1.5732973461275281 ], "y": [ -3.942158988938756, -2.7384535761551847 ], "z": [ -1.1833736086906403, -1.1891059308864904 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2541339048681515, 2.5437260042555883 ], "y": [ -3.942158988938756, -4.402232238840682 ], "z": [ -1.1833736086906403, -2.115901367364374 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.5732973461275281, 1.3337193736926807 ], "y": [ -2.7384535761551847, -2.2577547327134955 ], "z": [ -1.1891059308864904, -2.126205721217185 ] }, { "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": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.260220136925507, -1.8079782358261336 ], "y": [ -2.1153690179565015, -2.5919438598031155 ], "z": [ -1.977581789185293e-19, 1.1760465489119252 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.260220136925507, -1.4237477635782971 ], "y": [ -2.1153690179565015, -2.8227381244492027 ], "z": [ -1.977581789185293e-19, -1.1754601917976744 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.8079782358261336, -2.520849067558938 ], "y": [ -2.5919438598031155, -3.776970806104251 ], "z": [ 1.1760465489119252, 1.1754863660945734 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.8079782358261336, -1.6799493308053033 ], "y": [ -2.5919438598031155, -2.04020012619551 ], "z": [ 1.1760465489119252, 2.094918385407042 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.520849067558938, -2.685218468242181 ], "y": [ -3.776970806104251, -4.483833442417067 ], "z": [ 1.1754863660945734, -0.00016065299913771175 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.520849067558938, -2.9484140924060114 ], "y": [ -3.776970806104251, -4.150650963799144 ], "z": [ 1.1754863660945734, 2.094277577019364 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.685218468242181, -2.138302143372006 ], "y": [ -4.483833442417067, -4.00675213039057 ], "z": [ -0.00016065299913771175, -1.1763940292070996 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.685218468242181, -3.241184064184552 ], "y": [ -4.483833442417067, -5.410052067790419 ], "z": [ -0.00016065299913771175, -0.0007211348872473582 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.138302143372006, -1.4237477635782971 ], "y": [ -4.00675213039057, -2.8227381244492027 ], "z": [ -1.1763940292070996, -1.1754601917976744 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.138302143372006, -2.2654892743623845 ], "y": [ -4.00675213039057, -4.55900233417806 ], "z": [ -1.1763940292070996, -2.0950790384061797 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.4237477635782971, -0.9953409647007714 ], "y": [ -2.8227381244492027, -2.4495644369341933 ], "z": [ -1.1754601917976744, -2.094064575426429 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.707, -1.260220136925507 ], "y": [ -1.188, -2.1153690179565015 ], "z": [ 0, -1.977581789185293e-19 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.4620851619676887, -3.1532552132222533 ], "y": [ 0.03400118280510693, 0.027580705203719247 ], "z": [ -0.0010000788536737898, 1.195866972124059 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.4620851619676887, -3.1518964073022966 ], "y": [ 0.03400118280510693, 0.06369463858930004 ], "z": [ -0.0010000788536737898, -1.1977029427649752 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1532552132222533, -4.535963415741763 ], "y": [ 0.027580705203719247, 0.051899234436096134 ], "z": [ 1.195866972124059, 1.1950695881268132 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1532552132222533, -2.6149744901889123 ], "y": [ 0.027580705203719247, 0.0036062891971932326 ], "z": [ 1.195866972124059, 2.1311835445143115 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.535963415741763, -5.225757087246424 ], "y": [ 0.051899234436096134, 0.08259241545927995 ], "z": [ 1.1950695881268132, -0.0016177642717983072 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.535963415741763, -5.076928055273818 ], "y": [ 0.051899234436096134, 0.045903446851465704 ], "z": [ 1.1950695881268132, 2.1299210786359715 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.225757087246424, -4.5345694621619135 ], "y": [ 0.08259241545927995, 0.09001261829965841 ], "z": [ -0.0016177642717983072, -1.1984693037368415 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.225757087246424, -6.305874689691963 ], "y": [ 0.08259241545927995, 0.1005939567864659 ], "z": [ -0.0016177642717983072, -0.002571387441076446 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.5345694621619135, -3.1518964073022966 ], "y": [ 0.09001261829965841, 0.06369463858930004 ], "z": [ -1.1984693037368415, -1.1977029427649752 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.5345694621619135, -5.0728677590252005 ], "y": [ 0.09001261829965841, 0.11298730906719366 ], "z": [ -1.1984693037368415, -2.133801387639784 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1518964073022966, -2.610949341600188 ], "y": [ 0.06369463858930004, 0.06869070093493976 ], "z": [ -1.1977029427649752, -2.1325699447868236 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.382, -2.4620851619676887 ], "y": [ 0.019, 0.03400118280510693 ], "z": [ 0, -0.0010000788536737898 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.2020016934697622, -1.5354615212499567 ], "y": [ 2.149003030250447, 2.751708897682336 ], "z": [ -0.0010000032134151085, -1.199247966124255 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.2020016934697622, -1.5459199418013159 ], "y": [ 2.149003030250447, 2.7499593983995667 ], "z": [ -0.0010000032134151085, 1.194571275316466 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5354615212499567, -2.2145723947688634 ], "y": [ 2.751708897682336, 3.95639952469126 ], "z": [ -1.199247966124255, -1.2009552051912664 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5354615212499567, -1.266397601766773 ], "y": [ 2.751708897682336, 2.2831362448965136 ], "z": [ -1.199247966124255, -2.133690193495003 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.2145723947688634, -2.5593617513920712 ], "y": [ 3.95639952469126, 4.5568648232471265 ], "z": [ -1.2009552051912664, -0.005388509105444109 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.2145723947688634, -2.4746943425424126 ], "y": [ 3.95639952469126, 4.428599993115986 ], "z": [ -1.2009552051912664, -2.136898200200024 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.5593617513920712, -2.22677303190353 ], "y": [ 4.5568648232471265, 3.953667886221983 ], "z": [ -0.005388509105444109, 1.1928548713613367 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.5593617513920712, -3.0889784632065567 ], "y": [ 4.5568648232471265, 5.498397674968259 ], "z": [ -0.005388509105444109, -0.006402262864450959 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.22677303190353, -1.5459199418013159 ], "y": [ 3.953667886221983, 2.7499593983995667 ], "z": [ 1.1928548713613367, 1.194571275316466 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.22677303190353, -2.49496584309506 ], "y": [ 3.953667886221983, 4.42273160860106 ], "z": [ 1.1928548713613367, 2.127301681176144 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5459199418013159, -1.2849268857361127 ], "y": [ 2.7499593983995667, 2.2782499995680947 ], "z": [ 1.194571275316466, 2.130518852769283 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.675, -1.2020016934697622 ], "y": [ 1.206, 2.149003030250447 ], "z": [ 0, -0.0010000032134151085 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2602200181756427, 1.558590939845345 ], "y": [ 2.1153688188947934, 2.7420047700206958 ], "z": [ -3.978628854303884e-7, 1.1952193216274294 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2602200181756427, 1.665852703013004 ], "y": [ 2.1153688188947934, 2.6770215147648697 ], "z": [ -3.978628854303884e-7, -1.1953360721458495 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.558590939845345, 2.26266695950215 ], "y": [ 2.7420047700206958, 3.9322777005933367 ], "z": [ 1.1952193216274294, 1.1940750794123483 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.558590939845345, 1.2426598124948751 ], "y": [ 2.7420047700206958, 2.3033613380296467 ], "z": [ 1.1952193216274294, 2.129519841985936 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.26266695950215, 2.6674400911827814 ], "y": [ 3.9322777005933367, 4.494438793558521 ], "z": [ 1.1940750794123483, -0.001312563750171206 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.26266695950215, 2.4971312258795404 ], "y": [ 3.9322777005933367, 4.422159154436419 ], "z": [ 1.1940750794123483, 2.1277070566778558 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6674400911827814, 2.3682096163563493 ], "y": [ 4.494438793558521, 3.868311239527725 ], "z": [ -0.001312563750171206, -1.1965842521200425 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6674400911827814, 3.2183014680638773 ], "y": [ 4.494438793558521, 5.423701622633429 ], "z": [ -0.001312563750171206, -0.0024692661146086922 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.3682096163563493, 1.665852703013004 ], "y": [ 3.868311239527725, 2.6770215147648697 ], "z": [ -1.1965842521200425, -1.1953360721458495 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.3682096163563493, 2.6850002968635494 ], "y": [ 3.868311239527725, 4.306446274423667 ], "z": [ -1.1965842521200425, -2.130832803598992 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.665852703013004, 1.4322479897923432 ], "y": [ 2.6770215147648697, 2.18663166382668 ], "z": [ -1.1953360721458495, -2.1289160805318006 ] }, { "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.978628854303884e-7 ] } ], "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", "# from some atom to C1\n", "link = bam.linkage(None, \"C1\")\n", "\n", "# start with the central benzene ring\n", "periphery = benzene.copy()\n", "\n", "# now attach 5 more benzene rings to the central one\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", " # the at_residue is important to make sure we \n", " # always attach to the same benzene ring (which has the residue number 1)\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": 6, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/Users/noahhk/anaconda3/envs/glyco2/lib/python3.11/site-packages/plotly/express/_core.py:1985: FutureWarning:\n", "\n", "When grouping with a length-1 list-like, you will need to pass a length-1 tuple to get_group in a future version of pandas. Pass `(name,)` instead of `name` to silence this warning.\n", "\n" ] }, { "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}
__marker_size=%{marker.size}
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, "size": [ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "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.0770251987909947, 4.458786123038531, 5.130348260023331, 4.420155016192004, 3.0383777798926435, 2.3668482670114885, 2.552645820623785, 2.228777144194323, 1.5530214331284697, 1.2019983065411217, 1.524994571332239, 2.202495105674782, 5.014500931772416, 5.544321244642149, 6.260388185523077, 6.445871522705573, 5.916894512379271, 5.199140966411485, 6.210260301198847, 6.881830175117499, 8.26429469873961, 8.97342929628277, 8.301838826961148, 6.919415494144979, 4.944487143095108, 5.295776676412981, 5.971483373668137, 6.295059066353578, 5.944641957933891, 5.267190410882363, 2.4826794089858923, 2.1631159892253042, 1.455855918772634, 1.069079271787277, 1.3895015656254104, 2.09504388792299, -3.230078806280206, -2.56018965975432, -3.271876158271229, -4.651717755235906, -5.321654192249469, -4.609873112757207, -2.674065290898408, -2.3500643495931537, -1.6426825888375547, -1.260218358503599, -1.5850782326003872, -2.2907421277729196, -1.4817318013322838, -0.8524484091460258, 0.5286210268556708, 1.2786148728760065, 0.6493187283038397, -0.7317252029260379, -2.7490945817675017, -2.457296161931833, -1.7924963429310259, -1.420366710122881, -1.7130413662397, -2.3760887126782055, -5.207874929238856, -5.508367910299837, -6.215932327346521, -6.622067704355916, -6.320716652871496, -5.614868376671692, -6.400064509875453, -7.147892534510707, -8.529067385049451, -9.160718481285617, -8.412902438488398, -7.031703624273583, -6.306072293736486, -7.015833926155613, -8.39855543548912, -9.069785967307933, -8.360019608698511, -6.977307551745594, -5.2259478591240605, -4.535453575884581, -3.1526478951046815, -2.462081690954358, -3.1525629917617417, -4.535394637405833, -6.491853445818686, -6.349360437975866, -5.68278759823708, -5.159704214105899, -5.303058870414524, -5.9679084132217, -8.95407284168456, -9.290048791871662, -10.005633391473324, -10.384321522614972, -10.049201106511532, -9.331905438742544, -10.14989969419209, -10.84420749828496, -12.227005172994367, -12.913752972575415, -12.21945814536848, -10.836634516887203, -8.884004704632602, -9.270314973027295, -9.945849681339967, -10.234261487905542, -9.848822827459422, -9.1715449032496, -3.0771037950246485, -4.457148112655624, -5.12852942065976, -4.419870856824803, -3.0397739516179647, -2.3684978187655528, -2.5527201408166853, -2.1853762602994378, -1.5096019420219244, -1.2020000000000004, -1.5684717652532352, -2.2459903140587745, -5.0116628439345545, -5.49787560278371, -6.212421933214927, -6.439959200840487, -5.9545957481541425, -5.238350805397303, -6.207136659682751, -6.83442257531255, -8.215202000840964, -8.96690216856563, -8.339595665467963, -6.958857414875286, -4.944098432860582, -5.338769235884097, -6.014350632147062, -6.294455330070553, -5.900655760421264, -5.223331897409841, -2.485311947865293, -2.1231079612285426, -1.4174222221784791, -1.0748230827357943, -1.4378870338564174, -2.1418528439387354, 3.230128704114624, 4.47552096776154, 5.179212092815181, 4.637351694066415, 3.3915311173942566, 2.6886966183910976, 2.6789636866548907, 1.840724396887127, 1.1311011258030743, 1.2602182397544979, 2.097700375505842, 2.808837954622736, 4.89963624120721, 4.851015772428551, 5.398557642866185, 5.993766409718808, 6.04326492274833, 5.493966963808969, 6.153035834473197, 6.262023350734006, 7.508897753013957, 8.6447922603364, 8.535861890023325, 7.288873195847904, 5.1872335394433735, 6.048604455521157, 6.756543176647986, 6.602631556380116, 5.742007596747976, 5.032574962729859, 2.9678444184209183, 2.2372471735594623, 1.6987694109216183, 1.8911920750879796, 2.622625759282513, 3.1594306432542005, 6.306086037528641, 6.982641985976136, 8.36546492252597, 9.069975325141158, 8.393415687209618, 7.010600129627875, 5.225877763743628, 4.535669184528284, 3.152898579987616, 2.462081922426157, 3.152305311285735, 4.535046296537935, 6.432640049772788, 6.271616912612346, 5.571648393192499, 5.033740094611153, 5.1956112099166845, 5.893883773046348, 8.895042511099318, 9.215442272894013, 9.897889279671343, 10.25905861972096, 9.939528449912977, 9.255342259162225, 10.150176001596055, 10.843379262921257, 12.226145638511518, 12.913965833500487, 12.22074777096189, 10.838010997798417, 8.943421196305849, 9.346727429101815, 10.055514625957358, 10.36014130902467, 9.957692749572296, 9.247190206029575 ], "y": [ -1.206, -1.188, 0.019, 1.206, 1.188, -0.019, -5.5050793490715275, -5.5269224722617185, -6.735794732580203, -7.92082387773349, -7.898981294553153, -6.690107954214959, -4.560619761794818, -3.9462043791498296, -2.7396364589955065, -2.1489969697690277, -2.763900901660235, -3.9694917233221214, -4.601095621894682, -4.126681026205804, -2.9436409504906087, -2.2366033833546775, -2.7115266871869417, -3.893549346615365, -6.753798917414498, -6.749946856181497, -6.778110022091845, -6.810075100029531, -6.814926841995538, -6.784764314619174, -8.865288119985678, -9.468271819762656, -10.674845226333723, -11.276912555952856, -10.673440208538238, -9.46784409724245, -8.824807405964805, -9.451256535257734, -10.639566111228154, -11.199953796267165, -10.574015424291852, -9.3846843336862, -5.416701614339771, -6.623529171100684, -7.809257239753825, -7.78716245525556, -6.580302281296599, -5.39463944703955, -4.490503491038949, -3.8804416004552738, -2.692129810765595, -2.11536603676824, -2.7249166106066958, -3.9142510337868126, -6.641537768868549, -6.8407896256145255, -6.868973202586461, -6.698020320982781, -6.4997562226597365, -6.469597128841938, -8.75293570171231, -9.30978445216574, -10.520396267522166, -11.172592602765752, -10.61622562544207, -9.404650263826147, -8.713265702906849, -9.341316147906403, -10.529513809859743, -11.088189757457636, -10.460650128621698, -9.271430834341125, -6.562326317569536, -6.576568235174536, -6.558673945860826, -6.526579218143117, -6.513337029516124, -6.52923186087382, 0.08764175733356028, -1.0871819257800452, -1.0638719058236918, 0.1332651084686654, 1.308222669042855, 1.2846448941653328, 0.06965629136772661, 0.18633171192349926, 0.16844164275667195, 0.03400113459658857, -0.0816798870349653, -0.06577861571657635, -2.0232085060572045, -2.572459538863967, -3.773717127183781, -4.424166372651307, -3.875409002231469, -2.6731640891378072, -1.98170963834569, -2.416718329489076, -3.5891065930381387, -4.324883906265615, -3.889359877621756, -2.7180022890736413, 0.15165226590163097, 0.005953861607365864, 0.02436316466409174, 0.18832136264179822, 0.333028257530281, 0.3166019732851215, 2.244115117674485, 2.9719872422520788, 4.168097491124314, 4.6349325188035895, 3.906570517360667, 2.711440022219089, 5.505062074236387, 5.527878489828989, 6.73687864172576, 7.9210629660648895, 7.898270545802044, 6.6892224032457595, 4.560596645395453, 3.9742824930208718, 2.7677161927020784, 2.149, 2.7358026286548927, 3.9413919764130627, 4.602712283568615, 4.15640828010663, 2.9742034705318545, 2.2399121004131026, 2.6867208790560246, 3.8679161382689244, 6.7556197634182364, 6.780331840364998, 6.809448264812392, 6.813824159018495, 6.790111824263942, 6.75899591543213, 8.865603416085895, 9.440543142056207, 10.647207976763262, 11.277387692732542, 10.701959970834803, 9.496271127982597, 8.82341254859694, 9.477502952405803, 10.664941990126302, 11.19684185014788, 10.543261445871018, 9.354802409086517, 5.416671578135007, 5.480299260785877, 6.670793198855824, 7.795724203699848, 7.732346687485757, 6.541352416542255, 4.487580110566228, 4.1831466858880795, 2.9961730211381106, 2.1153658377078117, 2.4202525264370127, 3.606319663084875, 4.601451767400369, 4.452828856798186, 3.3298631947644384, 2.357273685728388, 2.5063680784638933, 3.6283907762309933, 6.721173729747891, 7.037487978503858, 7.107053831527148, 6.860447196055242, 6.54510359955853, 6.473596442016726, 8.725569158547184, 9.020151188889777, 10.208120882086842, 11.099765794373633, 10.804736573859968, 9.617661261005047, 8.610943726256085, 9.506319641981513, 10.634229136389001, 10.865610014611189, 9.970741777087497, 8.841816926276541, -0.08690880480376866, -1.2920664451764958, -1.3078013357909146, -0.11933483256133835, 1.0858296388588933, 1.1015508673783037, -0.0749054426722182, -0.09159308937271521, -0.07111704571674693, -0.03400113781147472, -0.01631385328051153, -0.038789172597412776, -2.221337683018683, -2.922242984714385, -4.114926104656601, -4.605284561877953, -3.9048776828938316, -2.711197717528455, -2.249238020888109, -2.851163224747382, -4.053927266586138, -4.653249222881178, -4.050830486666815, -2.849053509538238, -0.1313177400563088, -0.14420182075857205, -0.16466297973435967, -0.17221640889448242, -0.1603322162427202, -0.13787128116592967, 2.015093843465733, 2.584916761915475, 3.772372279978592, 4.388487378721142, 3.818152265281767, 2.631721137197917 ], "z": [ 0, 0, 0, 0, 0.001, -0.001, 0.01645858558489057, 0.03898914687155507, 0.04929227265411702, 0.03706600774605273, 0.015535313263194975, 0.003232453873019544, 0.012414360803859941, 1.2073414790822257, 1.202643286200451, 0.00399998714642218, -1.1909123809692155, -1.1862436884128977, 0.04855522542011434, 1.2336582705043713, 1.2454190285249034, 0.07302327184282272, -1.1122531423421957, -1.123667162161205, 0.06590026466455491, 1.2738849773447882, 1.295626113749918, 0.11033106341024024, -1.0976390115983512, -1.1194094233467655, 0.04410985557323785, -1.1488923747618849, -1.140227858617305, 0.06045182460733574, 1.2534639687335702, 1.2447796250067662, 0.004968972154316222, 1.194796148326993, 1.1814715695238027, -0.020687932290902024, -1.2105533482520527, -1.1971522898719158, -0.0017945879166615013, 0.0693656510465481, 0.07439307949808616, 0.008309891137165685, -0.06185199932568603, -0.06887612477793997, -0.0017102860116694476, 1.1954095407771033, 1.1957770116202198, 9.44687413733142e-19, -1.197147927423771, -1.197459196996892, 0.12103917792129593, 1.3353493153663563, 1.4011284832770798, 0.2534776900463927, -0.9609879166064922, -1.0264561461015664, 0.1289859036600917, 1.3598478582674562, 1.4300919553568998, 0.2703603154156094, -0.9605118681236129, -1.0307355073493416, 0.01122064408667493, -1.1827243323963073, -1.1791310250054645, 0.017427891687330194, 1.2114256127947403, 1.2077268161550407, -0.11452426081477571, 1.047714274664523, 0.9805590317624387, -0.24777513330681214, -1.4100336288986828, -1.342838465771456, -0.0063786735127109645, 0.15571925596549124, 0.15916462910988982, 0.0006384730175370756, -0.1604684698368034, -0.16589581622892535, -0.005063847601651985, 1.1865117861924155, 1.188059244769043, -0.0010000756397725913, -1.1926806009776787, -1.1940182764666296, 0.27967292717378295, 1.5399376000408025, 1.6984773610682529, 0.5975152580344554, -0.6628671406543496, -0.8211714500382288, 0.284800216897767, 1.5529230814206, 1.7139151318620633, 0.6075494397547004, -0.660623311562913, -0.8215155884148163, 0.002296612306335972, -1.1838554218620678, -1.1814703895296284, 0.006095679826723827, 1.1923770998470427, 1.1897332958107723, -0.28541349533883853, 0.8241875801814224, 0.6646660129633355, -0.6032857553485633, -1.7128689355957971, -1.5533831589237659, -0.002764017097006111, -0.07491034447379372, -0.08121684716891765, -0.015425313573384308, 0.05572268581570847, 0.06402584448622207, -0.00184918169437232, -1.198319903514095, -1.1974068363865973, -0.0010000000000000026, 1.1954991100188455, 1.194529266493103, -0.12635661697165432, -1.3407115443409554, -1.4062045201899163, -0.258223259188404, 0.9562862031559677, 1.021470109054788, -0.1365809784358499, -1.3679012833547057, -1.439136189579243, -0.27993572831613184, 0.9513941528903087, 1.0226099065396779, -0.019335145502975326, 1.173949090855637, 1.1690753135960905, -0.028101734205140345, -1.2214390024640425, -1.2164591614039157, 0.10816767245586724, -1.054253084288266, -0.9873937588445882, 0.24082705540753752, 1.4032668269836732, 1.3363694718759922, -0.0017810200764535843, -0.5977656068309207, -0.6018867643683657, -0.010502335584144741, 0.5846139397594109, 0.5904717201186788, -0.002191409530641863, -1.058090639110988, -1.0565634436423261, -3.94646933992728e-7, 1.0563692278494314, 1.0539012465487312, -1.0601714173108485, -2.433414032604986, -3.0263895987211344, -2.246252321843023, -0.8730918216600689, -0.2799520253215525, -1.0665792595049355, -2.4075919430143973, -3.0016784830337464, -2.2548539818449247, -0.9136076992510155, -0.3199883574005598, -0.012696887414673607, 1.0272596368374485, 1.0222821701542766, -0.02179568304422896, -1.0622442205270752, -1.0562827273824544, 1.0478883078627548, 0.28974740055086023, 0.8816391740787448, 2.230065815579218, 2.9880002475038094, 2.3965214247505346, -0.002772526051535337, 0.007956428769357092, 0.013165974723675365, 0.0076466171299799535, -0.0020823678291178984, -0.009291853507025332, -0.0028399348124135597, 1.19448276171728, 1.1949150283427254, -0.000999999999999997, -1.1983002269427345, -1.1987774327420984, 0.012275231531527054, 1.1925511769586423, 1.1975558973394025, 0.023238544257698737, -1.157217700548295, -1.161861822171298, 0.020550985223212356, 1.2227481577373047, 1.2326850888712086, 0.041388358198781554, -1.1607934653372316, -1.1707610944272941, 0.010713945332809035, -1.1849244778338934, -1.1813901447515598, 0.016801962163379498, 1.2124425786260562, 1.208903858951774, -0.007401537376936912, 1.1854496369936738, 1.17880868863398, -0.019699871646196444, -1.2125963530614134, -1.2058647906125082 ] }, { "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}
__marker_size=%{marker.size}
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, "size": [ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "H", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 1.287037686205351, 2.5027153789747216, 1.300395008851146, 1.2519287481901855, 2.4559939415904504, 5.399791903979552, 6.673943045413672, 7.004337368673115, 6.06058055049844, 4.784742803977459, 6.328432656323366, 8.789952557149485, 10.053364699566929, 8.85525694115825, 6.393778231138074, 5.043291009870749, 6.245528057989009, 6.822010152842605, 6.196255199577937, 4.992273301663303, 2.464979304485228, 1.2048364833837482, 0.5157365192851046, 1.0867793762879407, 2.3452044492343305, -5.132566178775711, -2.6485570544534127, -1.3881968712488097, -1.2857265949485948, -2.544368912570131, -1.4377819081219076, 1.0212401693566309, 2.3574636132504, 1.2346649796656315, -1.2243315930410887, -2.7477377663653275, -1.5631797428851977, -0.9001726224650616, -1.421723525525055, -2.6045290764428817, -5.1913742223941775, -6.452055359843462, -7.175652454246671, -6.638568411200596, -5.37960341459819, -6.655054432164743, -9.11425656981163, -10.239593633227422, -8.90572855899633, -6.446502457673367, -6.421838672874902, -5.07433804133407, -2.612241575340503, -2.6136915087443473, -5.075813939602107, -6.757784662327688, -5.5701060096276205, -4.638100177262222, -4.893772997596895, -6.079728353365356, -8.994512509433367, -10.267764659479454, -10.942449332195853, -10.343881854866165, -9.06891863665275, -10.308307448965042, -12.770390216541278, -13.993909100959991, -12.755345217802462, -10.293236496454359, -9.045312889027738, -10.247249591755047, -10.76106979899638, -10.072953303510406, -8.869273384885947, -1.2900282127556464, -2.425376985357189, -1.223016914948846, -1.3293431554594963, -2.533447456395865, -5.320476454728318, -6.5919079350181295, -6.997242502677333, -6.131145590046724, -4.858015497431289, -6.247755255792253, -8.706268532290299, -10.045532690622235, -8.926283572456127, -6.467811470893823, -5.1202599212515185, -6.322281330570368, -6.821298290784414, -6.118293841679614, -4.914529965612308, -2.3904436173584065, -1.1330965623735167, -0.5227204603156542, -1.1696914132426808, -2.4253185392598255, 1.7153779732833105, 1.739369625038558, 0.4765604220793648, 2.199812301370831, 3.4641358123628665, 4.386145655608659, 5.360128909681615, 6.420684579535966, 6.507256995317359, 5.531517652742677, 5.374991445450697, 7.594941621408511, 9.618864223362609, 9.422836649358898, 7.202772181505614, 6.169337287692412, 7.429160777867623, 7.154756038086955, 5.620527808131075, 4.359210405064576, 2.0865192255301244, 1.1268471707177392, 1.469846191942065, 2.7725172679787735, 3.7305164441250005, 6.481067986384385, 5.074749423148017, 2.6126876576369678, 2.6132102630217675, 5.07524240924435, 6.691607491616582, 5.444480655926112, 4.486063236501497, 4.774772652767354, 6.020203532167638, 8.933578007509764, 10.147814182199877, 10.791286740100254, 10.220523123310514, 9.00454776464698, 10.306641022357162, 12.768695682246115, 13.994125577437224, 12.757500812739377, 10.295475755277213, 9.109072523657431, 10.370229848894265, 10.912938577902096, 10.19448998167309, 8.931617309749074 ], "y": [ -6.672104648954987, -4.407096132855211, -2.2582907973042596, -2.302520598708635, -4.450348835767151, -4.678562710985413, -2.571647461480155, -1.3119342531194214, -2.159136294263946, -4.2650341274824335, -6.724980714943243, -6.774123452868254, -6.831079746647024, -6.838893302500786, -6.787751203109758, -8.998448200889987, -11.147261753158759, -12.21991389023804, -11.143752475048547, -8.995916218055052, -9.013997965767903, -11.129297749636432, -12.127680384984513, -11.01076323646407, -8.894441937960309, -4.451068008925471, -4.330499531275666, -2.215198730603832, -2.275369996531522, -4.391693430693795, -6.974421839280411, -7.023642154341366, -6.71899935998662, -6.365136250570918, -6.3139404186641, -8.800783073758751, -10.95580971227956, -12.11779079075984, -11.12474523071931, -8.968755045939005, -8.905395383577163, -11.020496082939301, -12.01582842954438, -10.89606007678732, -8.77993774509795, -6.601642052085686, -6.568784576455005, -6.511595292225643, -6.4872634836269665, -6.518121501301639, 2.202276380056173, 0.2913978157906575, 0.25856796821191186, -0.18774038982634236, -0.156899340096035, -2.064817887788609, -4.2031768514905385, -5.362046403056186, -4.382556990919903, -2.243210702444125, -1.842367410430046, -3.9303186335811575, -5.241247995456764, -4.464226134181258, -2.3773055860310968, -0.12218260825391217, -0.0884353715828306, 0.20373405094279673, 0.46215623679734263, 0.4303920189378264, 2.607853171620979, 4.7380568990031815, 5.569727545621239, 4.271194464857096, 2.141970491205549, 6.6704587639133, 4.457118676097985, 2.308320353400258, 2.252477969297468, 4.4002993394345715, 4.7295917396295675, 2.624171625918862, 1.3158920782801526, 2.113032644352148, 4.2174432077009785, 6.776929676485976, 6.827773700244984, 6.835565984977374, 6.792514245950754, 6.7396707378073275, 8.948747261961671, 11.097718897714529, 12.22046719016208, 11.194243846856764, 9.046248202958754, 9.062509601438173, 11.176264186884211, 12.123881784818444, 10.957744797306646, 8.842970212796608, 6.490725691590123, 4.870842273572857, 2.7570034617280266, 1.732103674701181, 3.8450359584439067, 5.21229999064943, 3.2124281925186224, 1.4794909284335716, 1.7464254624793254, 3.7453542963434856, 7.230275856753799, 7.35320904995403, 6.913743656101795, 6.351345069049334, 6.226470571330587, 8.32398557226388, 10.439590262479447, 12.028272166675976, 11.501349380656938, 9.386639070783515, 9.326171698951986, 11.333974338635947, 11.746079510117598, 10.15038204191529, 8.141564045827858, 2.0429064915400357, -0.12058980823983713, -0.08513538018651605, 0.011683227756144304, -0.025770475958109676, -2.5397211553515144, -4.662830875644433, -5.5364208427412365, -4.286901089545123, -2.1627945238290422, -2.3834830051004134, -4.525518924016829, -5.59327954080106, -4.519004238668871, -2.3779553844626355, -0.13831078592321172, -0.17374273049470396, -0.18719901904688763, -0.16522336302757912, -0.1277916423550844, 2.1041017595680365, 4.218895719532193, 5.316584571057593, 4.29947946261884, 2.185709892633948 ], "z": [ -0.014374095443299567, 2.1441843874141284, 2.135977226292565, -2.127770039463847, -2.1195923786677415, 2.149996568128374, 2.171280369112521, 0.0820730496156152, -2.0284180708654374, -2.049355133648063, 2.2003113791621, 2.2391799930582335, 0.12698427793353104, -2.0240800510873056, -2.062977940326724, -2.0873244476047277, -2.072079851252423, 0.06752543644259083, 2.191886127785301, 2.176621703850773, 2.1343819519170615, 2.110868236937125, -0.03137319504822936, -2.1501009120536474, -2.126510717496765, -0.12446299293498202, 2.1300153207992865, 2.1308704638051217, -2.131725606810957, -2.1325245485467974, 2.2323806004659383, 2.3498275376692823, 0.3047053711871877, -1.8578637324982499, -1.974999731285945, 2.2663241520522868, 2.391577799801801, 0.3249267572873642, -1.8669779329765865, -1.9922111228623858, -2.1179387939261645, -2.1117661739496145, 0.02049688786355219, 2.1465873297001696, 2.140309220474763, 2.007724643661407, 1.8883461175850815, -0.30052822313712024, -2.370024037782995, -2.250605591481526, -0.2925124845941372, 2.1158678249178307, 2.1188998621783157, -2.121931748159255, -2.1247540023320646, 2.4005348386234617, 2.683105821344927, 0.7211650753255846, -1.523346653415223, -1.805682184493119, 2.4177452177807903, 2.7046156626593216, 0.733045273204765, -1.525395561128323, -1.812166232417295, -2.112041923719533, -2.1080960877865205, 0.00814198199954172, 2.1204342158525935, 2.1162296082157503, 1.8151055590280494, 1.531228398122162, -0.7282267862495887, -2.703804809715451, -2.4199634393556195, 0.12038393841992438, -2.133417156361776, -2.13199256551459, 2.1305679746674038, 2.1290866074219736, -2.238000942472094, -2.354937402613756, -0.3092263982216913, 1.8534210663120347, 1.970048456503558, -2.273963026001316, -2.400980168666563, -0.3352754960412374, 1.8574463192493342, 1.9844443093394135, 2.1096458856245635, 2.1011936510791465, -0.03217067439947425, -2.1570827653326794, -2.1485244669866828, -2.014175042373544, -1.8953224621463065, 0.2933499441589401, 2.363169770236948, 2.244279160345708, 1.0559958868449222, -1.8838872175141763, -1.8817909207784544, 1.8816954133366008, 1.8786583307688414, -3.0435266216691423, -4.099403229908249, -2.709088477816042, -0.2628971174847288, 0.7931437209767455, -2.991668336142344, -4.049834035016808, -2.718882319549393, -0.3297649052075153, 0.7279335954980553, 1.84329579869781, 1.8350758023083462, -0.025466281618914198, -1.877788369156712, -1.8685843463057998, -0.7638017460508052, 0.2901261961209012, 2.6929050038926934, 4.0417558694927775, 2.9882408780956813, -0.017676251579063707, 2.1291964540448465, 2.1301164214510533, -2.13303638885726, -2.1340012954373857, 2.1103871991372065, 2.1196484786604546, 0.027018167417860166, -2.074873423347981, -2.0837741041134716, 2.1538581126031966, 2.17170843881405, 0.04881999792184981, -2.0919187691812033, -2.1097997933482153, -2.1214154584763807, -2.1152975321137757, 0.01987588011069876, 2.1489313659725693, 2.142809053018016, 2.1221860350458983, 2.1105796617711525, -0.02515707778631296, -2.149287444069031, -2.137590456705075 ] }, { "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.707, -1.382 ], "y": [ -1.188, 0.019 ], "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": [ -0.675, 0.707 ], "y": [ 1.206, 1.188 ], "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": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0770251987909947, 4.458786123038531 ], "y": [ -5.5050793490715275, -5.5269224722617185 ], "z": [ 0.01645858558489057, 0.03898914687155507 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0770251987909947, 2.3668482670114885 ], "y": [ -5.5050793490715275, -6.690107954214959 ], "z": [ 0.01645858558489057, 0.003232453873019544 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.458786123038531, 5.130348260023331 ], "y": [ -5.5269224722617185, -6.735794732580203 ], "z": [ 0.03898914687155507, 0.04929227265411702 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.130348260023331, 4.420155016192004 ], "y": [ -6.735794732580203, -7.92082387773349 ], "z": [ 0.04929227265411702, 0.03706600774605273 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.420155016192004, 3.0383777798926435 ], "y": [ -7.92082387773349, -7.898981294553153 ], "z": [ 0.03706600774605273, 0.015535313263194975 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0383777798926435, 2.3668482670114885 ], "y": [ -7.898981294553153, -6.690107954214959 ], "z": [ 0.015535313263194975, 0.003232453873019544 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.3668482670114885, 1.287037686205351 ], "y": [ -6.690107954214959, -6.672104648954987 ], "z": [ 0.003232453873019544, -0.014374095443299567 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.552645820623785, 2.228777144194323 ], "y": [ -4.560619761794818, -3.9462043791498296 ], "z": [ 0.012414360803859941, 1.2073414790822257 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.552645820623785, 2.202495105674782 ], "y": [ -4.560619761794818, -3.9694917233221214 ], "z": [ 0.012414360803859941, -1.1862436884128977 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.228777144194323, 1.5530214331284697 ], "y": [ -3.9462043791498296, -2.7396364589955065 ], "z": [ 1.2073414790822257, 1.202643286200451 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.228777144194323, 2.5027153789747216 ], "y": [ -3.9462043791498296, -4.407096132855211 ], "z": [ 1.2073414790822257, 2.1441843874141284 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.5530214331284697, 1.2019983065411217 ], "y": [ -2.7396364589955065, -2.1489969697690277 ], "z": [ 1.202643286200451, 0.00399998714642218 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.5530214331284697, 1.300395008851146 ], "y": [ -2.7396364589955065, -2.2582907973042596 ], "z": [ 1.202643286200451, 2.135977226292565 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2019983065411217, 1.524994571332239 ], "y": [ -2.1489969697690277, -2.763900901660235 ], "z": [ 0.00399998714642218, -1.1909123809692155 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.524994571332239, 2.202495105674782 ], "y": [ -2.763900901660235, -3.9694917233221214 ], "z": [ -1.1909123809692155, -1.1862436884128977 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.524994571332239, 1.2519287481901855 ], "y": [ -2.763900901660235, -2.302520598708635 ], "z": [ -1.1909123809692155, -2.127770039463847 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.202495105674782, 2.4559939415904504 ], "y": [ -3.9694917233221214, -4.450348835767151 ], "z": [ -1.1862436884128977, -2.1195923786677415 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0770251987909947, 2.552645820623785 ], "y": [ -5.5050793490715275, -4.560619761794818 ], "z": [ 0.01645858558489057, 0.012414360803859941 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.014500931772416, 5.544321244642149 ], "y": [ -4.601095621894682, -4.126681026205804 ], "z": [ 0.04855522542011434, 1.2336582705043713 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.014500931772416, 5.199140966411485 ], "y": [ -4.601095621894682, -3.893549346615365 ], "z": [ 0.04855522542011434, -1.123667162161205 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.544321244642149, 6.260388185523077 ], "y": [ -4.126681026205804, -2.9436409504906087 ], "z": [ 1.2336582705043713, 1.2454190285249034 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.544321244642149, 5.399791903979552 ], "y": [ -4.126681026205804, -4.678562710985413 ], "z": [ 1.2336582705043713, 2.149996568128374 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.260388185523077, 6.445871522705573 ], "y": [ -2.9436409504906087, -2.2366033833546775 ], "z": [ 1.2454190285249034, 0.07302327184282272 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.260388185523077, 6.673943045413672 ], "y": [ -2.9436409504906087, -2.571647461480155 ], "z": [ 1.2454190285249034, 2.171280369112521 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.445871522705573, 5.916894512379271 ], "y": [ -2.2366033833546775, -2.7115266871869417 ], "z": [ 0.07302327184282272, -1.1122531423421957 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.445871522705573, 7.004337368673115 ], "y": [ -2.2366033833546775, -1.3119342531194214 ], "z": [ 0.07302327184282272, 0.0820730496156152 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.916894512379271, 5.199140966411485 ], "y": [ -2.7115266871869417, -3.893549346615365 ], "z": [ -1.1122531423421957, -1.123667162161205 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.916894512379271, 6.06058055049844 ], "y": [ -2.7115266871869417, -2.159136294263946 ], "z": [ -1.1122531423421957, -2.0284180708654374 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.199140966411485, 4.784742803977459 ], "y": [ -3.893549346615365, -4.2650341274824335 ], "z": [ -1.123667162161205, -2.049355133648063 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.458786123038531, 5.014500931772416 ], "y": [ -5.5269224722617185, -4.601095621894682 ], "z": [ 0.03898914687155507, 0.04855522542011434 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.210260301198847, 6.881830175117499 ], "y": [ -6.753798917414498, -6.749946856181497 ], "z": [ 0.06590026466455491, 1.2738849773447882 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.210260301198847, 6.919415494144979 ], "y": [ -6.753798917414498, -6.784764314619174 ], "z": [ 0.06590026466455491, -1.1194094233467655 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.881830175117499, 8.26429469873961 ], "y": [ -6.749946856181497, -6.778110022091845 ], "z": [ 1.2738849773447882, 1.295626113749918 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.881830175117499, 6.328432656323366 ], "y": [ -6.749946856181497, -6.724980714943243 ], "z": [ 1.2738849773447882, 2.2003113791621 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.26429469873961, 8.97342929628277 ], "y": [ -6.778110022091845, -6.810075100029531 ], "z": [ 1.295626113749918, 0.11033106341024024 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.26429469873961, 8.789952557149485 ], "y": [ -6.778110022091845, -6.774123452868254 ], "z": [ 1.295626113749918, 2.2391799930582335 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.97342929628277, 8.301838826961148 ], "y": [ -6.810075100029531, -6.814926841995538 ], "z": [ 0.11033106341024024, -1.0976390115983512 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.97342929628277, 10.053364699566929 ], "y": [ -6.810075100029531, -6.831079746647024 ], "z": [ 0.11033106341024024, 0.12698427793353104 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.301838826961148, 6.919415494144979 ], "y": [ -6.814926841995538, -6.784764314619174 ], "z": [ -1.0976390115983512, -1.1194094233467655 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.301838826961148, 8.85525694115825 ], "y": [ -6.814926841995538, -6.838893302500786 ], "z": [ -1.0976390115983512, -2.0240800510873056 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.919415494144979, 6.393778231138074 ], "y": [ -6.784764314619174, -6.787751203109758 ], "z": [ -1.1194094233467655, -2.062977940326724 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.130348260023331, 6.210260301198847 ], "y": [ -6.735794732580203, -6.753798917414498 ], "z": [ 0.04929227265411702, 0.06590026466455491 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.944487143095108, 5.295776676412981 ], "y": [ -8.865288119985678, -9.468271819762656 ], "z": [ 0.04410985557323785, -1.1488923747618849 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.944487143095108, 5.267190410882363 ], "y": [ -8.865288119985678, -9.46784409724245 ], "z": [ 0.04410985557323785, 1.2447796250067662 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.295776676412981, 5.971483373668137 ], "y": [ -9.468271819762656, -10.674845226333723 ], "z": [ -1.1488923747618849, -1.140227858617305 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.295776676412981, 5.043291009870749 ], "y": [ -9.468271819762656, -8.998448200889987 ], "z": [ -1.1488923747618849, -2.0873244476047277 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.971483373668137, 6.295059066353578 ], "y": [ -10.674845226333723, -11.276912555952856 ], "z": [ -1.140227858617305, 0.06045182460733574 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.971483373668137, 6.245528057989009 ], "y": [ -10.674845226333723, -11.147261753158759 ], "z": [ -1.140227858617305, -2.072079851252423 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.295059066353578, 5.944641957933891 ], "y": [ -11.276912555952856, -10.673440208538238 ], "z": [ 0.06045182460733574, 1.2534639687335702 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.295059066353578, 6.822010152842605 ], "y": [ -11.276912555952856, -12.21991389023804 ], "z": [ 0.06045182460733574, 0.06752543644259083 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.944641957933891, 5.267190410882363 ], "y": [ -10.673440208538238, -9.46784409724245 ], "z": [ 1.2534639687335702, 1.2447796250067662 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.944641957933891, 6.196255199577937 ], "y": [ -10.673440208538238, -11.143752475048547 ], "z": [ 1.2534639687335702, 2.191886127785301 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.267190410882363, 4.992273301663303 ], "y": [ -9.46784409724245, -8.995916218055052 ], "z": [ 1.2447796250067662, 2.176621703850773 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.420155016192004, 4.944487143095108 ], "y": [ -7.92082387773349, -8.865288119985678 ], "z": [ 0.03706600774605273, 0.04410985557323785 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.4826794089858923, 2.1631159892253042 ], "y": [ -8.824807405964805, -9.451256535257734 ], "z": [ 0.004968972154316222, 1.194796148326993 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.4826794089858923, 2.09504388792299 ], "y": [ -8.824807405964805, -9.3846843336862 ], "z": [ 0.004968972154316222, -1.1971522898719158 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.1631159892253042, 1.455855918772634 ], "y": [ -9.451256535257734, -10.639566111228154 ], "z": [ 1.194796148326993, 1.1814715695238027 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.1631159892253042, 2.464979304485228 ], "y": [ -9.451256535257734, -9.013997965767903 ], "z": [ 1.194796148326993, 2.1343819519170615 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.455855918772634, 1.069079271787277 ], "y": [ -10.639566111228154, -11.199953796267165 ], "z": [ 1.1814715695238027, -0.020687932290902024 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.455855918772634, 1.2048364833837482 ], "y": [ -10.639566111228154, -11.129297749636432 ], "z": [ 1.1814715695238027, 2.110868236937125 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.069079271787277, 1.3895015656254104 ], "y": [ -11.199953796267165, -10.574015424291852 ], "z": [ -0.020687932290902024, -1.2105533482520527 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.069079271787277, 0.5157365192851046 ], "y": [ -11.199953796267165, -12.127680384984513 ], "z": [ -0.020687932290902024, -0.03137319504822936 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.3895015656254104, 2.09504388792299 ], "y": [ -10.574015424291852, -9.3846843336862 ], "z": [ -1.2105533482520527, -1.1971522898719158 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.3895015656254104, 1.0867793762879407 ], "y": [ -10.574015424291852, -11.01076323646407 ], "z": [ -1.2105533482520527, -2.1501009120536474 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.09504388792299, 2.3452044492343305 ], "y": [ -9.3846843336862, -8.894441937960309 ], "z": [ -1.1971522898719158, -2.126510717496765 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0383777798926435, 2.4826794089858923 ], "y": [ -7.898981294553153, -8.824807405964805 ], "z": [ 0.015535313263194975, 0.004968972154316222 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, 1.2019983065411217 ], "y": [ -1.206, -2.1489969697690277 ], "z": [ 0, 0.00399998714642218 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.230078806280206, -2.56018965975432 ], "y": [ -5.416701614339771, -6.623529171100684 ], "z": [ -0.0017945879166615013, 0.0693656510465481 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.230078806280206, -4.609873112757207 ], "y": [ -5.416701614339771, -5.39463944703955 ], "z": [ -0.0017945879166615013, -0.06887612477793997 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.56018965975432, -3.271876158271229 ], "y": [ -6.623529171100684, -7.809257239753825 ], "z": [ 0.0693656510465481, 0.07439307949808616 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.271876158271229, -4.651717755235906 ], "y": [ -7.809257239753825, -7.78716245525556 ], "z": [ 0.07439307949808616, 0.008309891137165685 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.651717755235906, -5.321654192249469 ], "y": [ -7.78716245525556, -6.580302281296599 ], "z": [ 0.008309891137165685, -0.06185199932568603 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.321654192249469, -4.609873112757207 ], "y": [ -6.580302281296599, -5.39463944703955 ], "z": [ -0.06185199932568603, -0.06887612477793997 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.609873112757207, -5.132566178775711 ], "y": [ -5.39463944703955, -4.451068008925471 ], "z": [ -0.06887612477793997, -0.12446299293498202 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.674065290898408, -2.3500643495931537 ], "y": [ -4.490503491038949, -3.8804416004552738 ], "z": [ -0.0017102860116694476, 1.1954095407771033 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.674065290898408, -2.2907421277729196 ], "y": [ -4.490503491038949, -3.9142510337868126 ], "z": [ -0.0017102860116694476, -1.197459196996892 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3500643495931537, -1.6426825888375547 ], "y": [ -3.8804416004552738, -2.692129810765595 ], "z": [ 1.1954095407771033, 1.1957770116202198 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3500643495931537, -2.6485570544534127 ], "y": [ -3.8804416004552738, -4.330499531275666 ], "z": [ 1.1954095407771033, 2.1300153207992865 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.6426825888375547, -1.260218358503599 ], "y": [ -2.692129810765595, -2.11536603676824 ], "z": [ 1.1957770116202198, 9.44687413733142e-19 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.6426825888375547, -1.3881968712488097 ], "y": [ -2.692129810765595, -2.215198730603832 ], "z": [ 1.1957770116202198, 2.1308704638051217 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.260218358503599, -1.5850782326003872 ], "y": [ -2.11536603676824, -2.7249166106066958 ], "z": [ 9.44687413733142e-19, -1.197147927423771 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5850782326003872, -2.2907421277729196 ], "y": [ -2.7249166106066958, -3.9142510337868126 ], "z": [ -1.197147927423771, -1.197459196996892 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5850782326003872, -1.2857265949485948 ], "y": [ -2.7249166106066958, -2.275369996531522 ], "z": [ -1.197147927423771, -2.131725606810957 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.2907421277729196, -2.544368912570131 ], "y": [ -3.9142510337868126, -4.391693430693795 ], "z": [ -1.197459196996892, -2.1325245485467974 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.230078806280206, -2.674065290898408 ], "y": [ -5.416701614339771, -4.490503491038949 ], "z": [ -0.0017945879166615013, -0.0017102860116694476 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.4817318013322838, -0.8524484091460258 ], "y": [ -6.641537768868549, -6.8407896256145255 ], "z": [ 0.12103917792129593, 1.3353493153663563 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.4817318013322838, -0.7317252029260379 ], "y": [ -6.641537768868549, -6.469597128841938 ], "z": [ 0.12103917792129593, -1.0264561461015664 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.8524484091460258, 0.5286210268556708 ], "y": [ -6.8407896256145255, -6.868973202586461 ], "z": [ 1.3353493153663563, 1.4011284832770798 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.8524484091460258, -1.4377819081219076 ], "y": [ -6.8407896256145255, -6.974421839280411 ], "z": [ 1.3353493153663563, 2.2323806004659383 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.5286210268556708, 1.2786148728760065 ], "y": [ -6.868973202586461, -6.698020320982781 ], "z": [ 1.4011284832770798, 0.2534776900463927 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.5286210268556708, 1.0212401693566309 ], "y": [ -6.868973202586461, -7.023642154341366 ], "z": [ 1.4011284832770798, 2.3498275376692823 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2786148728760065, 0.6493187283038397 ], "y": [ -6.698020320982781, -6.4997562226597365 ], "z": [ 0.2534776900463927, -0.9609879166064922 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2786148728760065, 2.3574636132504 ], "y": [ -6.698020320982781, -6.71899935998662 ], "z": [ 0.2534776900463927, 0.3047053711871877 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.6493187283038397, -0.7317252029260379 ], "y": [ -6.4997562226597365, -6.469597128841938 ], "z": [ -0.9609879166064922, -1.0264561461015664 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.6493187283038397, 1.2346649796656315 ], "y": [ -6.4997562226597365, -6.365136250570918 ], "z": [ -0.9609879166064922, -1.8578637324982499 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7317252029260379, -1.2243315930410887 ], "y": [ -6.469597128841938, -6.3139404186641 ], "z": [ -1.0264561461015664, -1.974999731285945 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.56018965975432, -1.4817318013322838 ], "y": [ -6.623529171100684, -6.641537768868549 ], "z": [ 0.0693656510465481, 0.12103917792129593 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.7490945817675017, -2.457296161931833 ], "y": [ -8.75293570171231, -9.30978445216574 ], "z": [ 0.1289859036600917, 1.3598478582674562 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.7490945817675017, -2.3760887126782055 ], "y": [ -8.75293570171231, -9.404650263826147 ], "z": [ 0.1289859036600917, -1.0307355073493416 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.457296161931833, -1.7924963429310259 ], "y": [ -9.30978445216574, -10.520396267522166 ], "z": [ 1.3598478582674562, 1.4300919553568998 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.457296161931833, -2.7477377663653275 ], "y": [ -9.30978445216574, -8.800783073758751 ], "z": [ 1.3598478582674562, 2.2663241520522868 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.7924963429310259, -1.420366710122881 ], "y": [ -10.520396267522166, -11.172592602765752 ], "z": [ 1.4300919553568998, 0.2703603154156094 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.7924963429310259, -1.5631797428851977 ], "y": [ -10.520396267522166, -10.95580971227956 ], "z": [ 1.4300919553568998, 2.391577799801801 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.420366710122881, -1.7130413662397 ], "y": [ -11.172592602765752, -10.61622562544207 ], "z": [ 0.2703603154156094, -0.9605118681236129 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.420366710122881, -0.9001726224650616 ], "y": [ -11.172592602765752, -12.11779079075984 ], "z": [ 0.2703603154156094, 0.3249267572873642 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.7130413662397, -2.3760887126782055 ], "y": [ -10.61622562544207, -9.404650263826147 ], "z": [ -0.9605118681236129, -1.0307355073493416 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.7130413662397, -1.421723525525055 ], "y": [ -10.61622562544207, -11.12474523071931 ], "z": [ -0.9605118681236129, -1.8669779329765865 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3760887126782055, -2.6045290764428817 ], "y": [ -9.404650263826147, -8.968755045939005 ], "z": [ -1.0307355073493416, -1.9922111228623858 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.271876158271229, -2.7490945817675017 ], "y": [ -7.809257239753825, -8.75293570171231 ], "z": [ 0.07439307949808616, 0.1289859036600917 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.207874929238856, -5.508367910299837 ], "y": [ -8.713265702906849, -9.341316147906403 ], "z": [ 0.01122064408667493, -1.1827243323963073 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.207874929238856, -5.614868376671692 ], "y": [ -8.713265702906849, -9.271430834341125 ], "z": [ 0.01122064408667493, 1.2077268161550407 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.508367910299837, -6.215932327346521 ], "y": [ -9.341316147906403, -10.529513809859743 ], "z": [ -1.1827243323963073, -1.1791310250054645 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.508367910299837, -5.1913742223941775 ], "y": [ -9.341316147906403, -8.905395383577163 ], "z": [ -1.1827243323963073, -2.1179387939261645 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.215932327346521, -6.622067704355916 ], "y": [ -10.529513809859743, -11.088189757457636 ], "z": [ -1.1791310250054645, 0.017427891687330194 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.215932327346521, -6.452055359843462 ], "y": [ -10.529513809859743, -11.020496082939301 ], "z": [ -1.1791310250054645, -2.1117661739496145 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.622067704355916, -6.320716652871496 ], "y": [ -11.088189757457636, -10.460650128621698 ], "z": [ 0.017427891687330194, 1.2114256127947403 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.622067704355916, -7.175652454246671 ], "y": [ -11.088189757457636, -12.01582842954438 ], "z": [ 0.017427891687330194, 0.02049688786355219 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.320716652871496, -5.614868376671692 ], "y": [ -10.460650128621698, -9.271430834341125 ], "z": [ 1.2114256127947403, 1.2077268161550407 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.320716652871496, -6.638568411200596 ], "y": [ -10.460650128621698, -10.89606007678732 ], "z": [ 1.2114256127947403, 2.1465873297001696 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.614868376671692, -5.37960341459819 ], "y": [ -9.271430834341125, -8.77993774509795 ], "z": [ 1.2077268161550407, 2.140309220474763 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.651717755235906, -5.207874929238856 ], "y": [ -7.78716245525556, -8.713265702906849 ], "z": [ 0.008309891137165685, 0.01122064408667493 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.400064509875453, -7.147892534510707 ], "y": [ -6.562326317569536, -6.576568235174536 ], "z": [ -0.11452426081477571, 1.047714274664523 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.400064509875453, -7.031703624273583 ], "y": [ -6.562326317569536, -6.52923186087382 ], "z": [ -0.11452426081477571, -1.342838465771456 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.147892534510707, -8.529067385049451 ], "y": [ -6.576568235174536, -6.558673945860826 ], "z": [ 1.047714274664523, 0.9805590317624387 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.147892534510707, -6.655054432164743 ], "y": [ -6.576568235174536, -6.601642052085686 ], "z": [ 1.047714274664523, 2.007724643661407 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.529067385049451, -9.160718481285617 ], "y": [ -6.558673945860826, -6.526579218143117 ], "z": [ 0.9805590317624387, -0.24777513330681214 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.529067385049451, -9.11425656981163 ], "y": [ -6.558673945860826, -6.568784576455005 ], "z": [ 0.9805590317624387, 1.8883461175850815 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.160718481285617, -8.412902438488398 ], "y": [ -6.526579218143117, -6.513337029516124 ], "z": [ -0.24777513330681214, -1.4100336288986828 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.160718481285617, -10.239593633227422 ], "y": [ -6.526579218143117, -6.511595292225643 ], "z": [ -0.24777513330681214, -0.30052822313712024 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.412902438488398, -7.031703624273583 ], "y": [ -6.513337029516124, -6.52923186087382 ], "z": [ -1.4100336288986828, -1.342838465771456 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.412902438488398, -8.90572855899633 ], "y": [ -6.513337029516124, -6.4872634836269665 ], "z": [ -1.4100336288986828, -2.370024037782995 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.031703624273583, -6.446502457673367 ], "y": [ -6.52923186087382, -6.518121501301639 ], "z": [ -1.342838465771456, -2.250605591481526 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.321654192249469, -6.400064509875453 ], "y": [ -6.580302281296599, -6.562326317569536 ], "z": [ -0.06185199932568603, -0.11452426081477571 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.707, -1.260218358503599 ], "y": [ -1.188, -2.11536603676824 ], "z": [ 0, 9.44687413733142e-19 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.306072293736486, -7.015833926155613 ], "y": [ 0.08764175733356028, -1.0871819257800452 ], "z": [ -0.0063786735127109645, 0.15571925596549124 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.306072293736486, -6.977307551745594 ], "y": [ 0.08764175733356028, 1.2846448941653328 ], "z": [ -0.0063786735127109645, -0.16589581622892535 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.015833926155613, -8.39855543548912 ], "y": [ -1.0871819257800452, -1.0638719058236918 ], "z": [ 0.15571925596549124, 0.15916462910988982 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.39855543548912, -9.069785967307933 ], "y": [ -1.0638719058236918, 0.1332651084686654 ], "z": [ 0.15916462910988982, 0.0006384730175370756 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.069785967307933, -8.360019608698511 ], "y": [ 0.1332651084686654, 1.308222669042855 ], "z": [ 0.0006384730175370756, -0.1604684698368034 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.360019608698511, -6.977307551745594 ], "y": [ 1.308222669042855, 1.2846448941653328 ], "z": [ -0.1604684698368034, -0.16589581622892535 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.977307551745594, -6.421838672874902 ], "y": [ 1.2846448941653328, 2.202276380056173 ], "z": [ -0.16589581622892535, -0.2925124845941372 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.2259478591240605, -4.535453575884581 ], "y": [ 0.06965629136772661, 0.18633171192349926 ], "z": [ -0.005063847601651985, 1.1865117861924155 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.2259478591240605, -4.535394637405833 ], "y": [ 0.06965629136772661, -0.06577861571657635 ], "z": [ -0.005063847601651985, -1.1940182764666296 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.535453575884581, -3.1526478951046815 ], "y": [ 0.18633171192349926, 0.16844164275667195 ], "z": [ 1.1865117861924155, 1.188059244769043 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.535453575884581, -5.07433804133407 ], "y": [ 0.18633171192349926, 0.2913978157906575 ], "z": [ 1.1865117861924155, 2.1158678249178307 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1526478951046815, -2.462081690954358 ], "y": [ 0.16844164275667195, 0.03400113459658857 ], "z": [ 1.188059244769043, -0.0010000756397725913 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1526478951046815, -2.612241575340503 ], "y": [ 0.16844164275667195, 0.25856796821191186 ], "z": [ 1.188059244769043, 2.1188998621783157 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.462081690954358, -3.1525629917617417 ], "y": [ 0.03400113459658857, -0.0816798870349653 ], "z": [ -0.0010000756397725913, -1.1926806009776787 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1525629917617417, -4.535394637405833 ], "y": [ -0.0816798870349653, -0.06577861571657635 ], "z": [ -1.1926806009776787, -1.1940182764666296 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1525629917617417, -2.6136915087443473 ], "y": [ -0.0816798870349653, -0.18774038982634236 ], "z": [ -1.1926806009776787, -2.121931748159255 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.535394637405833, -5.075813939602107 ], "y": [ -0.06577861571657635, -0.156899340096035 ], "z": [ -1.1940182764666296, -2.1247540023320646 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.306072293736486, -5.2259478591240605 ], "y": [ 0.08764175733356028, 0.06965629136772661 ], "z": [ -0.0063786735127109645, -0.005063847601651985 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.491853445818686, -6.349360437975866 ], "y": [ -2.0232085060572045, -2.572459538863967 ], "z": [ 0.27967292717378295, 1.5399376000408025 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.491853445818686, -5.9679084132217 ], "y": [ -2.0232085060572045, -2.6731640891378072 ], "z": [ 0.27967292717378295, -0.8211714500382288 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.349360437975866, -5.68278759823708 ], "y": [ -2.572459538863967, -3.773717127183781 ], "z": [ 1.5399376000408025, 1.6984773610682529 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.349360437975866, -6.757784662327688 ], "y": [ -2.572459538863967, -2.064817887788609 ], "z": [ 1.5399376000408025, 2.4005348386234617 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.68278759823708, -5.159704214105899 ], "y": [ -3.773717127183781, -4.424166372651307 ], "z": [ 1.6984773610682529, 0.5975152580344554 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.68278759823708, -5.5701060096276205 ], "y": [ -3.773717127183781, -4.2031768514905385 ], "z": [ 1.6984773610682529, 2.683105821344927 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.159704214105899, -5.303058870414524 ], "y": [ -4.424166372651307, -3.875409002231469 ], "z": [ 0.5975152580344554, -0.6628671406543496 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.159704214105899, -4.638100177262222 ], "y": [ -4.424166372651307, -5.362046403056186 ], "z": [ 0.5975152580344554, 0.7211650753255846 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.303058870414524, -5.9679084132217 ], "y": [ -3.875409002231469, -2.6731640891378072 ], "z": [ -0.6628671406543496, -0.8211714500382288 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.303058870414524, -4.893772997596895 ], "y": [ -3.875409002231469, -4.382556990919903 ], "z": [ -0.6628671406543496, -1.523346653415223 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.9679084132217, -6.079728353365356 ], "y": [ -2.6731640891378072, -2.243210702444125 ], "z": [ -0.8211714500382288, -1.805682184493119 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.015833926155613, -6.491853445818686 ], "y": [ -1.0871819257800452, -2.0232085060572045 ], "z": [ 0.15571925596549124, 0.27967292717378295 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.95407284168456, -9.290048791871662 ], "y": [ -1.98170963834569, -2.416718329489076 ], "z": [ 0.284800216897767, 1.5529230814206 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.95407284168456, -9.331905438742544 ], "y": [ -1.98170963834569, -2.7180022890736413 ], "z": [ 0.284800216897767, -0.8215155884148163 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.290048791871662, -10.005633391473324 ], "y": [ -2.416718329489076, -3.5891065930381387 ], "z": [ 1.5529230814206, 1.7139151318620633 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.290048791871662, -8.994512509433367 ], "y": [ -2.416718329489076, -1.842367410430046 ], "z": [ 1.5529230814206, 2.4177452177807903 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.005633391473324, -10.384321522614972 ], "y": [ -3.5891065930381387, -4.324883906265615 ], "z": [ 1.7139151318620633, 0.6075494397547004 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.005633391473324, -10.267764659479454 ], "y": [ -3.5891065930381387, -3.9303186335811575 ], "z": [ 1.7139151318620633, 2.7046156626593216 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.384321522614972, -10.049201106511532 ], "y": [ -4.324883906265615, -3.889359877621756 ], "z": [ 0.6075494397547004, -0.660623311562913 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.384321522614972, -10.942449332195853 ], "y": [ -4.324883906265615, -5.241247995456764 ], "z": [ 0.6075494397547004, 0.733045273204765 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.049201106511532, -9.331905438742544 ], "y": [ -3.889359877621756, -2.7180022890736413 ], "z": [ -0.660623311562913, -0.8215155884148163 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.049201106511532, -10.343881854866165 ], "y": [ -3.889359877621756, -4.464226134181258 ], "z": [ -0.660623311562913, -1.525395561128323 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.331905438742544, -9.06891863665275 ], "y": [ -2.7180022890736413, -2.3773055860310968 ], "z": [ -0.8215155884148163, -1.812166232417295 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.39855543548912, -8.95407284168456 ], "y": [ -1.0638719058236918, -1.98170963834569 ], "z": [ 0.15916462910988982, 0.284800216897767 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.14989969419209, -10.84420749828496 ], "y": [ 0.15165226590163097, 0.005953861607365864 ], "z": [ 0.002296612306335972, -1.1838554218620678 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.14989969419209, -10.836634516887203 ], "y": [ 0.15165226590163097, 0.3166019732851215 ], "z": [ 0.002296612306335972, 1.1897332958107723 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.84420749828496, -12.227005172994367 ], "y": [ 0.005953861607365864, 0.02436316466409174 ], "z": [ -1.1838554218620678, -1.1814703895296284 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.84420749828496, -10.308307448965042 ], "y": [ 0.005953861607365864, -0.12218260825391217 ], "z": [ -1.1838554218620678, -2.112041923719533 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.227005172994367, -12.913752972575415 ], "y": [ 0.02436316466409174, 0.18832136264179822 ], "z": [ -1.1814703895296284, 0.006095679826723827 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.227005172994367, -12.770390216541278 ], "y": [ 0.02436316466409174, -0.0884353715828306 ], "z": [ -1.1814703895296284, -2.1080960877865205 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.913752972575415, -12.21945814536848 ], "y": [ 0.18832136264179822, 0.333028257530281 ], "z": [ 0.006095679826723827, 1.1923770998470427 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.913752972575415, -13.993909100959991 ], "y": [ 0.18832136264179822, 0.20373405094279673 ], "z": [ 0.006095679826723827, 0.00814198199954172 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.21945814536848, -10.836634516887203 ], "y": [ 0.333028257530281, 0.3166019732851215 ], "z": [ 1.1923770998470427, 1.1897332958107723 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.21945814536848, -12.755345217802462 ], "y": [ 0.333028257530281, 0.46215623679734263 ], "z": [ 1.1923770998470427, 2.1204342158525935 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.836634516887203, -10.293236496454359 ], "y": [ 0.3166019732851215, 0.4303920189378264 ], "z": [ 1.1897332958107723, 2.1162296082157503 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.069785967307933, -10.14989969419209 ], "y": [ 0.1332651084686654, 0.15165226590163097 ], "z": [ 0.0006384730175370756, 0.002296612306335972 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.884004704632602, -9.270314973027295 ], "y": [ 2.244115117674485, 2.9719872422520788 ], "z": [ -0.28541349533883853, 0.8241875801814224 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.884004704632602, -9.1715449032496 ], "y": [ 2.244115117674485, 2.711440022219089 ], "z": [ -0.28541349533883853, -1.5533831589237659 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.270314973027295, -9.945849681339967 ], "y": [ 2.9719872422520788, 4.168097491124314 ], "z": [ 0.8241875801814224, 0.6646660129633355 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.270314973027295, -9.045312889027738 ], "y": [ 2.9719872422520788, 2.607853171620979 ], "z": [ 0.8241875801814224, 1.8151055590280494 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.945849681339967, -10.234261487905542 ], "y": [ 4.168097491124314, 4.6349325188035895 ], "z": [ 0.6646660129633355, -0.6032857553485633 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.945849681339967, -10.247249591755047 ], "y": [ 4.168097491124314, 4.7380568990031815 ], "z": [ 0.6646660129633355, 1.531228398122162 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.234261487905542, -9.848822827459422 ], "y": [ 4.6349325188035895, 3.906570517360667 ], "z": [ -0.6032857553485633, -1.7128689355957971 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.234261487905542, -10.76106979899638 ], "y": [ 4.6349325188035895, 5.569727545621239 ], "z": [ -0.6032857553485633, -0.7282267862495887 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.848822827459422, -9.1715449032496 ], "y": [ 3.906570517360667, 2.711440022219089 ], "z": [ -1.7128689355957971, -1.5533831589237659 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.848822827459422, -10.072953303510406 ], "y": [ 3.906570517360667, 4.271194464857096 ], "z": [ -1.7128689355957971, -2.703804809715451 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.1715449032496, -8.869273384885947 ], "y": [ 2.711440022219089, 2.141970491205549 ], "z": [ -1.5533831589237659, -2.4199634393556195 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.360019608698511, -8.884004704632602 ], "y": [ 1.308222669042855, 2.244115117674485 ], "z": [ -0.1604684698368034, -0.28541349533883853 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.382, -2.462081690954358 ], "y": [ 0.019, 0.03400113459658857 ], "z": [ 0, -0.0010000756397725913 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0771037950246485, -4.457148112655624 ], "y": [ 5.505062074236387, 5.527878489828989 ], "z": [ -0.002764017097006111, -0.07491034447379372 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0771037950246485, -2.3684978187655528 ], "y": [ 5.505062074236387, 6.6892224032457595 ], "z": [ -0.002764017097006111, 0.06402584448622207 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.457148112655624, -5.12852942065976 ], "y": [ 5.527878489828989, 6.73687864172576 ], "z": [ -0.07491034447379372, -0.08121684716891765 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.12852942065976, -4.419870856824803 ], "y": [ 6.73687864172576, 7.9210629660648895 ], "z": [ -0.08121684716891765, -0.015425313573384308 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.419870856824803, -3.0397739516179647 ], "y": [ 7.9210629660648895, 7.898270545802044 ], "z": [ -0.015425313573384308, 0.05572268581570847 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0397739516179647, -2.3684978187655528 ], "y": [ 7.898270545802044, 6.6892224032457595 ], "z": [ 0.05572268581570847, 0.06402584448622207 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3684978187655528, -1.2900282127556464 ], "y": [ 6.6892224032457595, 6.6704587639133 ], "z": [ 0.06402584448622207, 0.12038393841992438 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.5527201408166853, -2.1853762602994378 ], "y": [ 4.560596645395453, 3.9742824930208718 ], "z": [ -0.00184918169437232, -1.198319903514095 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.5527201408166853, -2.2459903140587745 ], "y": [ 4.560596645395453, 3.9413919764130627 ], "z": [ -0.00184918169437232, 1.194529266493103 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.1853762602994378, -1.5096019420219244 ], "y": [ 3.9742824930208718, 2.7677161927020784 ], "z": [ -1.198319903514095, -1.1974068363865973 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.1853762602994378, -2.425376985357189 ], "y": [ 3.9742824930208718, 4.457118676097985 ], "z": [ -1.198319903514095, -2.133417156361776 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5096019420219244, -1.2020000000000004 ], "y": [ 2.7677161927020784, 2.149 ], "z": [ -1.1974068363865973, -0.0010000000000000026 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5096019420219244, -1.223016914948846 ], "y": [ 2.7677161927020784, 2.308320353400258 ], "z": [ -1.1974068363865973, -2.13199256551459 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.2020000000000004, -1.5684717652532352 ], "y": [ 2.149, 2.7358026286548927 ], "z": [ -0.0010000000000000026, 1.1954991100188455 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5684717652532352, -2.2459903140587745 ], "y": [ 2.7358026286548927, 3.9413919764130627 ], "z": [ 1.1954991100188455, 1.194529266493103 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5684717652532352, -1.3293431554594963 ], "y": [ 2.7358026286548927, 2.252477969297468 ], "z": [ 1.1954991100188455, 2.1305679746674038 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.2459903140587745, -2.533447456395865 ], "y": [ 3.9413919764130627, 4.4002993394345715 ], "z": [ 1.194529266493103, 2.1290866074219736 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0771037950246485, -2.5527201408166853 ], "y": [ 5.505062074236387, 4.560596645395453 ], "z": [ -0.002764017097006111, -0.00184918169437232 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.0116628439345545, -5.49787560278371 ], "y": [ 4.602712283568615, 4.15640828010663 ], "z": [ -0.12635661697165432, -1.3407115443409554 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.0116628439345545, -5.238350805397303 ], "y": [ 4.602712283568615, 3.8679161382689244 ], "z": [ -0.12635661697165432, 1.021470109054788 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.49787560278371, -6.212421933214927 ], "y": [ 4.15640828010663, 2.9742034705318545 ], "z": [ -1.3407115443409554, -1.4062045201899163 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.49787560278371, -5.320476454728318 ], "y": [ 4.15640828010663, 4.7295917396295675 ], "z": [ -1.3407115443409554, -2.238000942472094 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.212421933214927, -6.439959200840487 ], "y": [ 2.9742034705318545, 2.2399121004131026 ], "z": [ -1.4062045201899163, -0.258223259188404 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.212421933214927, -6.5919079350181295 ], "y": [ 2.9742034705318545, 2.624171625918862 ], "z": [ -1.4062045201899163, -2.354937402613756 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.439959200840487, -5.9545957481541425 ], "y": [ 2.2399121004131026, 2.6867208790560246 ], "z": [ -0.258223259188404, 0.9562862031559677 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.439959200840487, -6.997242502677333 ], "y": [ 2.2399121004131026, 1.3158920782801526 ], "z": [ -0.258223259188404, -0.3092263982216913 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.9545957481541425, -5.238350805397303 ], "y": [ 2.6867208790560246, 3.8679161382689244 ], "z": [ 0.9562862031559677, 1.021470109054788 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.9545957481541425, -6.131145590046724 ], "y": [ 2.6867208790560246, 2.113032644352148 ], "z": [ 0.9562862031559677, 1.8534210663120347 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.238350805397303, -4.858015497431289 ], "y": [ 3.8679161382689244, 4.2174432077009785 ], "z": [ 1.021470109054788, 1.970048456503558 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.457148112655624, -5.0116628439345545 ], "y": [ 5.527878489828989, 4.602712283568615 ], "z": [ -0.07491034447379372, -0.12635661697165432 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.207136659682751, -6.83442257531255 ], "y": [ 6.7556197634182364, 6.780331840364998 ], "z": [ -0.1365809784358499, -1.3679012833547057 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.207136659682751, -6.958857414875286 ], "y": [ 6.7556197634182364, 6.75899591543213 ], "z": [ -0.1365809784358499, 1.0226099065396779 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.83442257531255, -8.215202000840964 ], "y": [ 6.780331840364998, 6.809448264812392 ], "z": [ -1.3679012833547057, -1.439136189579243 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.83442257531255, -6.247755255792253 ], "y": [ 6.780331840364998, 6.776929676485976 ], "z": [ -1.3679012833547057, -2.273963026001316 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.215202000840964, -8.96690216856563 ], "y": [ 6.809448264812392, 6.813824159018495 ], "z": [ -1.439136189579243, -0.27993572831613184 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.215202000840964, -8.706268532290299 ], "y": [ 6.809448264812392, 6.827773700244984 ], "z": [ -1.439136189579243, -2.400980168666563 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.96690216856563, -8.339595665467963 ], "y": [ 6.813824159018495, 6.790111824263942 ], "z": [ -0.27993572831613184, 0.9513941528903087 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.96690216856563, -10.045532690622235 ], "y": [ 6.813824159018495, 6.835565984977374 ], "z": [ -0.27993572831613184, -0.3352754960412374 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.339595665467963, -6.958857414875286 ], "y": [ 6.790111824263942, 6.75899591543213 ], "z": [ 0.9513941528903087, 1.0226099065396779 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.339595665467963, -8.926283572456127 ], "y": [ 6.790111824263942, 6.792514245950754 ], "z": [ 0.9513941528903087, 1.8574463192493342 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.958857414875286, -6.467811470893823 ], "y": [ 6.75899591543213, 6.7396707378073275 ], "z": [ 1.0226099065396779, 1.9844443093394135 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.12852942065976, -6.207136659682751 ], "y": [ 6.73687864172576, 6.7556197634182364 ], "z": [ -0.08121684716891765, -0.1365809784358499 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.944098432860582, -5.338769235884097 ], "y": [ 8.865603416085895, 9.440543142056207 ], "z": [ -0.019335145502975326, 1.173949090855637 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.944098432860582, -5.223331897409841 ], "y": [ 8.865603416085895, 9.496271127982597 ], "z": [ -0.019335145502975326, -1.2164591614039157 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.338769235884097, -6.014350632147062 ], "y": [ 9.440543142056207, 10.647207976763262 ], "z": [ 1.173949090855637, 1.1690753135960905 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.338769235884097, -5.1202599212515185 ], "y": [ 9.440543142056207, 8.948747261961671 ], "z": [ 1.173949090855637, 2.1096458856245635 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.014350632147062, -6.294455330070553 ], "y": [ 10.647207976763262, 11.277387692732542 ], "z": [ 1.1690753135960905, -0.028101734205140345 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.014350632147062, -6.322281330570368 ], "y": [ 10.647207976763262, 11.097718897714529 ], "z": [ 1.1690753135960905, 2.1011936510791465 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.294455330070553, -5.900655760421264 ], "y": [ 11.277387692732542, 10.701959970834803 ], "z": [ -0.028101734205140345, -1.2214390024640425 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.294455330070553, -6.821298290784414 ], "y": [ 11.277387692732542, 12.22046719016208 ], "z": [ -0.028101734205140345, -0.03217067439947425 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.900655760421264, -5.223331897409841 ], "y": [ 10.701959970834803, 9.496271127982597 ], "z": [ -1.2214390024640425, -1.2164591614039157 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.900655760421264, -6.118293841679614 ], "y": [ 10.701959970834803, 11.194243846856764 ], "z": [ -1.2214390024640425, -2.1570827653326794 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.223331897409841, -4.914529965612308 ], "y": [ 9.496271127982597, 9.046248202958754 ], "z": [ -1.2164591614039157, -2.1485244669866828 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.419870856824803, -4.944098432860582 ], "y": [ 7.9210629660648895, 8.865603416085895 ], "z": [ -0.015425313573384308, -0.019335145502975326 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.485311947865293, -2.1231079612285426 ], "y": [ 8.82341254859694, 9.477502952405803 ], "z": [ 0.10816767245586724, -1.054253084288266 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.485311947865293, -2.1418528439387354 ], "y": [ 8.82341254859694, 9.354802409086517 ], "z": [ 0.10816767245586724, 1.3363694718759922 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.1231079612285426, -1.4174222221784791 ], "y": [ 9.477502952405803, 10.664941990126302 ], "z": [ -1.054253084288266, -0.9873937588445882 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.1231079612285426, -2.3904436173584065 ], "y": [ 9.477502952405803, 9.062509601438173 ], "z": [ -1.054253084288266, -2.014175042373544 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.4174222221784791, -1.0748230827357943 ], "y": [ 10.664941990126302, 11.19684185014788 ], "z": [ -0.9873937588445882, 0.24082705540753752 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.4174222221784791, -1.1330965623735167 ], "y": [ 10.664941990126302, 11.176264186884211 ], "z": [ -0.9873937588445882, -1.8953224621463065 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.0748230827357943, -1.4378870338564174 ], "y": [ 11.19684185014788, 10.543261445871018 ], "z": [ 0.24082705540753752, 1.4032668269836732 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.0748230827357943, -0.5227204603156542 ], "y": [ 11.19684185014788, 12.123881784818444 ], "z": [ 0.24082705540753752, 0.2933499441589401 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.4378870338564174, -2.1418528439387354 ], "y": [ 10.543261445871018, 9.354802409086517 ], "z": [ 1.4032668269836732, 1.3363694718759922 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.4378870338564174, -1.1696914132426808 ], "y": [ 10.543261445871018, 10.957744797306646 ], "z": [ 1.4032668269836732, 2.363169770236948 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.1418528439387354, -2.4253185392598255 ], "y": [ 9.354802409086517, 8.842970212796608 ], "z": [ 1.3363694718759922, 2.244279160345708 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0397739516179647, -2.485311947865293 ], "y": [ 7.898270545802044, 8.82341254859694 ], "z": [ 0.05572268581570847, 0.10816767245586724 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.675, -1.2020000000000004 ], "y": [ 1.206, 2.149 ], "z": [ 0, -0.0010000000000000026 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.230128704114624, 4.47552096776154 ], "y": [ 5.416671578135007, 5.480299260785877 ], "z": [ -0.0017810200764535843, -0.5977656068309207 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.230128704114624, 2.6886966183910976 ], "y": [ 5.416671578135007, 6.541352416542255 ], "z": [ -0.0017810200764535843, 0.5904717201186788 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.47552096776154, 5.179212092815181 ], "y": [ 5.480299260785877, 6.670793198855824 ], "z": [ -0.5977656068309207, -0.6018867643683657 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.179212092815181, 4.637351694066415 ], "y": [ 6.670793198855824, 7.795724203699848 ], "z": [ -0.6018867643683657, -0.010502335584144741 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.637351694066415, 3.3915311173942566 ], "y": [ 7.795724203699848, 7.732346687485757 ], "z": [ -0.010502335584144741, 0.5846139397594109 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.3915311173942566, 2.6886966183910976 ], "y": [ 7.732346687485757, 6.541352416542255 ], "z": [ 0.5846139397594109, 0.5904717201186788 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6886966183910976, 1.7153779732833105 ], "y": [ 6.541352416542255, 6.490725691590123 ], "z": [ 0.5904717201186788, 1.0559958868449222 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6789636866548907, 1.840724396887127 ], "y": [ 4.487580110566228, 4.1831466858880795 ], "z": [ -0.002191409530641863, -1.058090639110988 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6789636866548907, 2.808837954622736 ], "y": [ 4.487580110566228, 3.606319663084875 ], "z": [ -0.002191409530641863, 1.0539012465487312 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.840724396887127, 1.1311011258030743 ], "y": [ 4.1831466858880795, 2.9961730211381106 ], "z": [ -1.058090639110988, -1.0565634436423261 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.840724396887127, 1.739369625038558 ], "y": [ 4.1831466858880795, 4.870842273572857 ], "z": [ -1.058090639110988, -1.8838872175141763 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1311011258030743, 1.2602182397544979 ], "y": [ 2.9961730211381106, 2.1153658377078117 ], "z": [ -1.0565634436423261, -3.94646933992728e-7 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1311011258030743, 0.4765604220793648 ], "y": [ 2.9961730211381106, 2.7570034617280266 ], "z": [ -1.0565634436423261, -1.8817909207784544 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2602182397544979, 2.097700375505842 ], "y": [ 2.1153658377078117, 2.4202525264370127 ], "z": [ -3.94646933992728e-7, 1.0563692278494314 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.097700375505842, 2.808837954622736 ], "y": [ 2.4202525264370127, 3.606319663084875 ], "z": [ 1.0563692278494314, 1.0539012465487312 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.097700375505842, 2.199812301370831 ], "y": [ 2.4202525264370127, 1.732103674701181 ], "z": [ 1.0563692278494314, 1.8816954133366008 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.808837954622736, 3.4641358123628665 ], "y": [ 3.606319663084875, 3.8450359584439067 ], "z": [ 1.0539012465487312, 1.8786583307688414 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.230128704114624, 2.6789636866548907 ], "y": [ 5.416671578135007, 4.487580110566228 ], "z": [ -0.0017810200764535843, -0.002191409530641863 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.89963624120721, 4.851015772428551 ], "y": [ 4.601451767400369, 4.452828856798186 ], "z": [ -1.0601714173108485, -2.433414032604986 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.89963624120721, 5.493966963808969 ], "y": [ 4.601451767400369, 3.6283907762309933 ], "z": [ -1.0601714173108485, -0.2799520253215525 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.851015772428551, 5.398557642866185 ], "y": [ 4.452828856798186, 3.3298631947644384 ], "z": [ -2.433414032604986, -3.0263895987211344 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.851015772428551, 4.386145655608659 ], "y": [ 4.452828856798186, 5.21229999064943 ], "z": [ -2.433414032604986, -3.0435266216691423 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.398557642866185, 5.993766409718808 ], "y": [ 3.3298631947644384, 2.357273685728388 ], "z": [ -3.0263895987211344, -2.246252321843023 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.398557642866185, 5.360128909681615 ], "y": [ 3.3298631947644384, 3.2124281925186224 ], "z": [ -3.0263895987211344, -4.099403229908249 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.993766409718808, 6.04326492274833 ], "y": [ 2.357273685728388, 2.5063680784638933 ], "z": [ -2.246252321843023, -0.8730918216600689 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.993766409718808, 6.420684579535966 ], "y": [ 2.357273685728388, 1.4794909284335716 ], "z": [ -2.246252321843023, -2.709088477816042 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.04326492274833, 5.493966963808969 ], "y": [ 2.5063680784638933, 3.6283907762309933 ], "z": [ -0.8730918216600689, -0.2799520253215525 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.04326492274833, 6.507256995317359 ], "y": [ 2.5063680784638933, 1.7464254624793254 ], "z": [ -0.8730918216600689, -0.2628971174847288 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.493966963808969, 5.531517652742677 ], "y": [ 3.6283907762309933, 3.7453542963434856 ], "z": [ -0.2799520253215525, 0.7931437209767455 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.47552096776154, 4.89963624120721 ], "y": [ 5.480299260785877, 4.601451767400369 ], "z": [ -0.5977656068309207, -1.0601714173108485 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.153035834473197, 6.262023350734006 ], "y": [ 6.721173729747891, 7.037487978503858 ], "z": [ -1.0665792595049355, -2.4075919430143973 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.153035834473197, 7.288873195847904 ], "y": [ 6.721173729747891, 6.473596442016726 ], "z": [ -1.0665792595049355, -0.3199883574005598 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.262023350734006, 7.508897753013957 ], "y": [ 7.037487978503858, 7.107053831527148 ], "z": [ -2.4075919430143973, -3.0016784830337464 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.262023350734006, 5.374991445450697 ], "y": [ 7.037487978503858, 7.230275856753799 ], "z": [ -2.4075919430143973, -2.991668336142344 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.508897753013957, 8.6447922603364 ], "y": [ 7.107053831527148, 6.860447196055242 ], "z": [ -3.0016784830337464, -2.2548539818449247 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.508897753013957, 7.594941621408511 ], "y": [ 7.107053831527148, 7.35320904995403 ], "z": [ -3.0016784830337464, -4.049834035016808 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.6447922603364, 8.535861890023325 ], "y": [ 6.860447196055242, 6.54510359955853 ], "z": [ -2.2548539818449247, -0.9136076992510155 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.6447922603364, 9.618864223362609 ], "y": [ 6.860447196055242, 6.913743656101795 ], "z": [ -2.2548539818449247, -2.718882319549393 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.535861890023325, 7.288873195847904 ], "y": [ 6.54510359955853, 6.473596442016726 ], "z": [ -0.9136076992510155, -0.3199883574005598 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.535861890023325, 9.422836649358898 ], "y": [ 6.54510359955853, 6.351345069049334 ], "z": [ -0.9136076992510155, -0.3297649052075153 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.288873195847904, 7.202772181505614 ], "y": [ 6.473596442016726, 6.226470571330587 ], "z": [ -0.3199883574005598, 0.7279335954980553 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.179212092815181, 6.153035834473197 ], "y": [ 6.670793198855824, 6.721173729747891 ], "z": [ -0.6018867643683657, -1.0665792595049355 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.1872335394433735, 6.048604455521157 ], "y": [ 8.725569158547184, 9.020151188889777 ], "z": [ -0.012696887414673607, 1.0272596368374485 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.1872335394433735, 5.032574962729859 ], "y": [ 8.725569158547184, 9.617661261005047 ], "z": [ -0.012696887414673607, -1.0562827273824544 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.048604455521157, 6.756543176647986 ], "y": [ 9.020151188889777, 10.208120882086842 ], "z": [ 1.0272596368374485, 1.0222821701542766 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.048604455521157, 6.169337287692412 ], "y": [ 9.020151188889777, 8.32398557226388 ], "z": [ 1.0272596368374485, 1.84329579869781 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.756543176647986, 6.602631556380116 ], "y": [ 10.208120882086842, 11.099765794373633 ], "z": [ 1.0222821701542766, -0.02179568304422896 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.756543176647986, 7.429160777867623 ], "y": [ 10.208120882086842, 10.439590262479447 ], "z": [ 1.0222821701542766, 1.8350758023083462 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.602631556380116, 5.742007596747976 ], "y": [ 11.099765794373633, 10.804736573859968 ], "z": [ -0.02179568304422896, -1.0622442205270752 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.602631556380116, 7.154756038086955 ], "y": [ 11.099765794373633, 12.028272166675976 ], "z": [ -0.02179568304422896, -0.025466281618914198 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.742007596747976, 5.032574962729859 ], "y": [ 10.804736573859968, 9.617661261005047 ], "z": [ -1.0622442205270752, -1.0562827273824544 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.742007596747976, 5.620527808131075 ], "y": [ 10.804736573859968, 11.501349380656938 ], "z": [ -1.0622442205270752, -1.877788369156712 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.032574962729859, 4.359210405064576 ], "y": [ 9.617661261005047, 9.386639070783515 ], "z": [ -1.0562827273824544, -1.8685843463057998 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.637351694066415, 5.1872335394433735 ], "y": [ 7.795724203699848, 8.725569158547184 ], "z": [ -0.010502335584144741, -0.012696887414673607 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.9678444184209183, 2.2372471735594623 ], "y": [ 8.610943726256085, 9.506319641981513 ], "z": [ 1.0478883078627548, 0.28974740055086023 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.9678444184209183, 3.1594306432542005 ], "y": [ 8.610943726256085, 8.841816926276541 ], "z": [ 1.0478883078627548, 2.3965214247505346 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2372471735594623, 1.6987694109216183 ], "y": [ 9.506319641981513, 10.634229136389001 ], "z": [ 0.28974740055086023, 0.8816391740787448 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2372471735594623, 2.0865192255301244 ], "y": [ 9.506319641981513, 9.326171698951986 ], "z": [ 0.28974740055086023, -0.7638017460508052 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.6987694109216183, 1.8911920750879796 ], "y": [ 10.634229136389001, 10.865610014611189 ], "z": [ 0.8816391740787448, 2.230065815579218 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.6987694109216183, 1.1268471707177392 ], "y": [ 10.634229136389001, 11.333974338635947 ], "z": [ 0.8816391740787448, 0.2901261961209012 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.8911920750879796, 2.622625759282513 ], "y": [ 10.865610014611189, 9.970741777087497 ], "z": [ 2.230065815579218, 2.9880002475038094 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.8911920750879796, 1.469846191942065 ], "y": [ 10.865610014611189, 11.746079510117598 ], "z": [ 2.230065815579218, 2.6929050038926934 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.622625759282513, 3.1594306432542005 ], "y": [ 9.970741777087497, 8.841816926276541 ], "z": [ 2.9880002475038094, 2.3965214247505346 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.622625759282513, 2.7725172679787735 ], "y": [ 9.970741777087497, 10.15038204191529 ], "z": [ 2.9880002475038094, 4.0417558694927775 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1594306432542005, 3.7305164441250005 ], "y": [ 8.841816926276541, 8.141564045827858 ], "z": [ 2.3965214247505346, 2.9882408780956813 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.3915311173942566, 2.9678444184209183 ], "y": [ 7.732346687485757, 8.610943726256085 ], "z": [ 0.5846139397594109, 1.0478883078627548 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.707, 1.2602182397544979 ], "y": [ 1.188, 2.1153658377078117 ], "z": [ 0.001, -3.94646933992728e-7 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.306086037528641, 6.982641985976136 ], "y": [ -0.08690880480376866, -1.2920664451764958 ], "z": [ -0.002772526051535337, 0.007956428769357092 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.306086037528641, 7.010600129627875 ], "y": [ -0.08690880480376866, 1.1015508673783037 ], "z": [ -0.002772526051535337, -0.009291853507025332 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.982641985976136, 8.36546492252597 ], "y": [ -1.2920664451764958, -1.3078013357909146 ], "z": [ 0.007956428769357092, 0.013165974723675365 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.36546492252597, 9.069975325141158 ], "y": [ -1.3078013357909146, -0.11933483256133835 ], "z": [ 0.013165974723675365, 0.0076466171299799535 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.069975325141158, 8.393415687209618 ], "y": [ -0.11933483256133835, 1.0858296388588933 ], "z": [ 0.0076466171299799535, -0.0020823678291178984 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.393415687209618, 7.010600129627875 ], "y": [ 1.0858296388588933, 1.1015508673783037 ], "z": [ -0.0020823678291178984, -0.009291853507025332 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.010600129627875, 6.481067986384385 ], "y": [ 1.1015508673783037, 2.0429064915400357 ], "z": [ -0.009291853507025332, -0.017676251579063707 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.225877763743628, 4.535669184528284 ], "y": [ -0.0749054426722182, -0.09159308937271521 ], "z": [ -0.0028399348124135597, 1.19448276171728 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.225877763743628, 4.535046296537935 ], "y": [ -0.0749054426722182, -0.038789172597412776 ], "z": [ -0.0028399348124135597, -1.1987774327420984 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.535669184528284, 3.152898579987616 ], "y": [ -0.09159308937271521, -0.07111704571674693 ], "z": [ 1.19448276171728, 1.1949150283427254 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.535669184528284, 5.074749423148017 ], "y": [ -0.09159308937271521, -0.12058980823983713 ], "z": [ 1.19448276171728, 2.1291964540448465 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.152898579987616, 2.462081922426157 ], "y": [ -0.07111704571674693, -0.03400113781147472 ], "z": [ 1.1949150283427254, -0.000999999999999997 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.152898579987616, 2.6126876576369678 ], "y": [ -0.07111704571674693, -0.08513538018651605 ], "z": [ 1.1949150283427254, 2.1301164214510533 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.462081922426157, 3.152305311285735 ], "y": [ -0.03400113781147472, -0.01631385328051153 ], "z": [ -0.000999999999999997, -1.1983002269427345 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.152305311285735, 4.535046296537935 ], "y": [ -0.01631385328051153, -0.038789172597412776 ], "z": [ -1.1983002269427345, -1.1987774327420984 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.152305311285735, 2.6132102630217675 ], "y": [ -0.01631385328051153, 0.011683227756144304 ], "z": [ -1.1983002269427345, -2.13303638885726 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.535046296537935, 5.07524240924435 ], "y": [ -0.038789172597412776, -0.025770475958109676 ], "z": [ -1.1987774327420984, -2.1340012954373857 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.306086037528641, 5.225877763743628 ], "y": [ -0.08690880480376866, -0.0749054426722182 ], "z": [ -0.002772526051535337, -0.0028399348124135597 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.432640049772788, 6.271616912612346 ], "y": [ -2.221337683018683, -2.922242984714385 ], "z": [ 0.012275231531527054, 1.1925511769586423 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.432640049772788, 5.893883773046348 ], "y": [ -2.221337683018683, -2.711197717528455 ], "z": [ 0.012275231531527054, -1.161861822171298 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.271616912612346, 5.571648393192499 ], "y": [ -2.922242984714385, -4.114926104656601 ], "z": [ 1.1925511769586423, 1.1975558973394025 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.271616912612346, 6.691607491616582 ], "y": [ -2.922242984714385, -2.5397211553515144 ], "z": [ 1.1925511769586423, 2.1103871991372065 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.571648393192499, 5.033740094611153 ], "y": [ -4.114926104656601, -4.605284561877953 ], "z": [ 1.1975558973394025, 0.023238544257698737 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.571648393192499, 5.444480655926112 ], "y": [ -4.114926104656601, -4.662830875644433 ], "z": [ 1.1975558973394025, 2.1196484786604546 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.033740094611153, 5.1956112099166845 ], "y": [ -4.605284561877953, -3.9048776828938316 ], "z": [ 0.023238544257698737, -1.157217700548295 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.033740094611153, 4.486063236501497 ], "y": [ -4.605284561877953, -5.5364208427412365 ], "z": [ 0.023238544257698737, 0.027018167417860166 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.1956112099166845, 5.893883773046348 ], "y": [ -3.9048776828938316, -2.711197717528455 ], "z": [ -1.157217700548295, -1.161861822171298 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.1956112099166845, 4.774772652767354 ], "y": [ -3.9048776828938316, -4.286901089545123 ], "z": [ -1.157217700548295, -2.074873423347981 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.893883773046348, 6.020203532167638 ], "y": [ -2.711197717528455, -2.1627945238290422 ], "z": [ -1.161861822171298, -2.0837741041134716 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.982641985976136, 6.432640049772788 ], "y": [ -1.2920664451764958, -2.221337683018683 ], "z": [ 0.007956428769357092, 0.012275231531527054 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.895042511099318, 9.215442272894013 ], "y": [ -2.249238020888109, -2.851163224747382 ], "z": [ 0.020550985223212356, 1.2227481577373047 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.895042511099318, 9.255342259162225 ], "y": [ -2.249238020888109, -2.849053509538238 ], "z": [ 0.020550985223212356, -1.1707610944272941 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.215442272894013, 9.897889279671343 ], "y": [ -2.851163224747382, -4.053927266586138 ], "z": [ 1.2227481577373047, 1.2326850888712086 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.215442272894013, 8.933578007509764 ], "y": [ -2.851163224747382, -2.3834830051004134 ], "z": [ 1.2227481577373047, 2.1538581126031966 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.897889279671343, 10.25905861972096 ], "y": [ -4.053927266586138, -4.653249222881178 ], "z": [ 1.2326850888712086, 0.041388358198781554 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.897889279671343, 10.147814182199877 ], "y": [ -4.053927266586138, -4.525518924016829 ], "z": [ 1.2326850888712086, 2.17170843881405 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.25905861972096, 9.939528449912977 ], "y": [ -4.653249222881178, -4.050830486666815 ], "z": [ 0.041388358198781554, -1.1607934653372316 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.25905861972096, 10.791286740100254 ], "y": [ -4.653249222881178, -5.59327954080106 ], "z": [ 0.041388358198781554, 0.04881999792184981 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.939528449912977, 9.255342259162225 ], "y": [ -4.050830486666815, -2.849053509538238 ], "z": [ -1.1607934653372316, -1.1707610944272941 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.939528449912977, 10.220523123310514 ], "y": [ -4.050830486666815, -4.519004238668871 ], "z": [ -1.1607934653372316, -2.0919187691812033 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.255342259162225, 9.00454776464698 ], "y": [ -2.849053509538238, -2.3779553844626355 ], "z": [ -1.1707610944272941, -2.1097997933482153 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.36546492252597, 8.895042511099318 ], "y": [ -1.3078013357909146, -2.249238020888109 ], "z": [ 0.013165974723675365, 0.020550985223212356 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.150176001596055, 10.843379262921257 ], "y": [ -0.1313177400563088, -0.14420182075857205 ], "z": [ 0.010713945332809035, -1.1849244778338934 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.150176001596055, 10.838010997798417 ], "y": [ -0.1313177400563088, -0.13787128116592967 ], "z": [ 0.010713945332809035, 1.208903858951774 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.843379262921257, 12.226145638511518 ], "y": [ -0.14420182075857205, -0.16466297973435967 ], "z": [ -1.1849244778338934, -1.1813901447515598 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.843379262921257, 10.306641022357162 ], "y": [ -0.14420182075857205, -0.13831078592321172 ], "z": [ -1.1849244778338934, -2.1214154584763807 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.226145638511518, 12.913965833500487 ], "y": [ -0.16466297973435967, -0.17221640889448242 ], "z": [ -1.1813901447515598, 0.016801962163379498 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.226145638511518, 12.768695682246115 ], "y": [ -0.16466297973435967, -0.17374273049470396 ], "z": [ -1.1813901447515598, -2.1152975321137757 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.913965833500487, 12.22074777096189 ], "y": [ -0.17221640889448242, -0.1603322162427202 ], "z": [ 0.016801962163379498, 1.2124425786260562 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.913965833500487, 13.994125577437224 ], "y": [ -0.17221640889448242, -0.18719901904688763 ], "z": [ 0.016801962163379498, 0.01987588011069876 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.22074777096189, 10.838010997798417 ], "y": [ -0.1603322162427202, -0.13787128116592967 ], "z": [ 1.2124425786260562, 1.208903858951774 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.22074777096189, 12.757500812739377 ], "y": [ -0.1603322162427202, -0.16522336302757912 ], "z": [ 1.2124425786260562, 2.1489313659725693 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.838010997798417, 10.295475755277213 ], "y": [ -0.13787128116592967, -0.1277916423550844 ], "z": [ 1.208903858951774, 2.142809053018016 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.069975325141158, 10.150176001596055 ], "y": [ -0.11933483256133835, -0.1313177400563088 ], "z": [ 0.0076466171299799535, 0.010713945332809035 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.943421196305849, 9.346727429101815 ], "y": [ 2.015093843465733, 2.584916761915475 ], "z": [ -0.007401537376936912, 1.1854496369936738 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.943421196305849, 9.247190206029575 ], "y": [ 2.015093843465733, 2.631721137197917 ], "z": [ -0.007401537376936912, -1.2058647906125082 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.346727429101815, 10.055514625957358 ], "y": [ 2.584916761915475, 3.772372279978592 ], "z": [ 1.1854496369936738, 1.17880868863398 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.346727429101815, 9.109072523657431 ], "y": [ 2.584916761915475, 2.1041017595680365 ], "z": [ 1.1854496369936738, 2.1221860350458983 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.055514625957358, 10.36014130902467 ], "y": [ 3.772372279978592, 4.388487378721142 ], "z": [ 1.17880868863398, -0.019699871646196444 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.055514625957358, 10.370229848894265 ], "y": [ 3.772372279978592, 4.218895719532193 ], "z": [ 1.17880868863398, 2.1105796617711525 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.36014130902467, 9.957692749572296 ], "y": [ 4.388487378721142, 3.818152265281767 ], "z": [ -0.019699871646196444, -1.2125963530614134 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.36014130902467, 10.912938577902096 ], "y": [ 4.388487378721142, 5.316584571057593 ], "z": [ -0.019699871646196444, -0.02515707778631296 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.957692749572296, 9.247190206029575 ], "y": [ 3.818152265281767, 2.631721137197917 ], "z": [ -1.2125963530614134, -1.2058647906125082 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.957692749572296, 10.19448998167309 ], "y": [ 3.818152265281767, 4.29947946261884 ], "z": [ -1.2125963530614134, -2.149287444069031 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.247190206029575, 8.931617309749074 ], "y": [ 2.631721137197917, 2.185709892633948 ], "z": [ -1.2058647906125082, -2.137590456705075 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.393415687209618, 8.943421196305849 ], "y": [ 1.0858296388588933, 2.015093843465733 ], "z": [ -0.0020823678291178984, -0.007401537376936912 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.382, 2.462081922426157 ], "y": [ -0.019, -0.03400113781147472 ], "z": [ -0.001, -0.000999999999999997 ] } ], "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 = bam.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": 7, "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 = bam.optimizers.DistanceRotatron(graph, edges)" ] }, { "cell_type": "code", "execution_count": 8, "metadata": {}, "outputs": [], "source": [ "core_opt = bam.optimizers.optimize(core.copy(), env, \"swarm\")" ] }, { "cell_type": "code", "execution_count": 9, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/Users/noahhk/anaconda3/envs/glyco2/lib/python3.11/site-packages/plotly/express/_core.py:1985: FutureWarning:\n", "\n", "When grouping with a length-1 list-like, you will need to pass a length-1 tuple to get_group in a future version of pandas. Pass `(name,)` instead of `name` to silence this warning.\n", "\n" ] }, { "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}
__marker_size=%{marker.size}
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, "size": [ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "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.0768706853829055, 3.9707612253897158, 4.646044575336632, 4.427038978737403, 3.533886886645564, 2.8571266408687026, 2.5524745836389418, 2.334052201784515, 1.6583391620244408, 1.2019983065411217, 1.4195538512827885, 2.0970005652683836, 4.142418895718721, 5.434453793471674, 5.654667823484023, 4.58353272123327, 3.291493476441197, 3.0712881405070886, 5.3441012219895185, 5.10510651103573, 6.001143634555632, 7.134484999255835, 7.373981450217398, 6.476940846681947, 4.953652116447458, 5.83778305349851, 6.508310331800858, 6.2943082485880995, 5.409432764127757, 4.740394580643989, 3.3614905114472475, 4.069609969660284, 3.8527603510987474, 2.9287305285497838, 2.2213256358083004, 2.4367461234267287, -3.2303259694841757, -4.271448125413457, -4.9801704448808355, -4.647436418214247, -3.605675650062156, -2.8982305550403935, -2.6743352008537924, -2.1820564807535776, -1.4746083042250375, -1.260218358503599, -1.7533484291448764, -2.4590939045912927, -4.532050675579018, -5.422853265090054, -5.760732342557847, -5.207971087795566, -4.317927825584946, -3.9785300935163206, -5.794641352101788, -5.635985920629629, -6.680176490153034, -7.881150226741146, -8.040133574364406, -6.995287172538795, -5.201513130648964, -6.5464532115478775, -7.2572676890547, -6.623052092337664, -5.2783401097640805, -4.5670694356066015, -3.3457120221383887, -2.8575083495375995, -2.5196977966751977, -2.67025676545623, -3.1575281861315885, -3.4972032428448503, -6.306076100198969, -6.981237802142789, -8.364011536173656, -9.069865928234204, -8.39471180036761, -7.0119229181822975, -5.225950954492982, -4.532970192179144, -3.1501639768256484, -2.462081690954358, -3.155049707867287, -4.5378814140226, -6.430184970690684, -6.989024312983916, -6.285684039147938, -5.025134006036415, -4.46669951489764, -5.1692300864247045, -8.892488696238788, -9.618124898560941, -10.2989874837032, -10.25366897719734, -9.5288413521234, -8.84636161248471, -10.15001726713534, -10.852418485915686, -12.235127509651758, -12.913699989739762, -12.211284496763657, -10.828604021419098, -8.945756936444402, -8.545178190520847, -9.247612377498065, -10.34912626249579, -10.749114717200072, -10.047861112661407, -3.0758479762557185, -2.9773634538814564, -3.6548061220778387, -4.429522263324904, -4.5287986665704025, -3.8497722366315448, -2.549717285085803, -3.198927863136106, -2.524241505259186, -1.2020000000000004, -0.5524996523396684, -1.2277655494366466, -2.3720318029819856, -2.9768821099897402, -2.2019268303265003, -0.8239078741454611, -0.2190466544967049, -0.9940237594419459, -3.57761006668611, -4.685107149740397, -4.58795096496682, -3.384362758552908, -2.2771167692602905, -2.3737707665105248, -4.958030295418769, -4.366362994441159, -5.0446518679171755, -6.3129935109656135, -6.905055677182265, -6.225977073228156, -5.133337991602916, -6.293679547488491, -7.065501280482367, -6.676639138637897, -5.51577845143867, -4.744994981072097, 3.22944496881529, 4.472899899211481, 5.176191903796692, 4.635868804605391, 3.3919826996908546, 2.6895530441423317, 2.6785798200555115, 2.2699288722681312, 1.560322436553938, 1.2602182397544979, 1.6680120772921403, 2.3793327335058114, 4.895812912080033, 4.848692724646349, 5.394701162184737, 5.9868799974476286, 6.03487930507837, 5.4871126271458674, 6.148504834364891, 6.5712332288315265, 7.818030904654488, 8.64036371414166, 8.21803456020158, 6.970438403325504, 5.185442195811897, 5.9225914269174655, 6.630349964881474, 6.60037887485157, 5.864026697417524, 5.154674052110466, 2.969501123668151, 3.632617611777383, 3.094394138115735, 1.8944931656584625, 1.2318696438363443, 1.7691071849237614, 6.306093101140194, 7.000334841077908, 8.383153018001206, 9.06998729587073, 8.37575735359404, 6.992915581348696, 5.225955151153347, 4.524038332578542, 3.1412337785987194, 2.462081922426157, 3.1639901093791405, 4.546811926602605, 6.464153857267633, 7.057429875218614, 6.373024155417734, 5.0969684705727465, 4.504073891876759, 5.18771673316765, 8.926530498253966, 9.932680211990895, 10.631978977901284, 10.324781057825156, 9.31929703696243, 8.618666885303629, 10.150164109885981, 10.83055388910134, 12.213396551280722, 12.914095941381362, 12.233713070312987, 10.850856591839637, 8.911926419957066, 10.259752911720673, 10.947881940967964, 10.288134703901031, 8.940529247152497, 8.251958147875058 ], "y": [ -1.206, -1.188, 0.019, 1.206, 1.188, -0.019, -5.505165460979718, -5.802620569915965, -7.009435965714007, -7.917024387830242, -7.619152587597528, -6.413170574392416, -4.560716503052978, -3.887405188584008, -2.680812885046485, -2.1489969697690277, -2.822793290367559, -4.028415581645959, -5.0937232462362205, -4.772714115564477, -3.8687252517966835, -3.2869927153673, -3.6087507645639714, -4.511241791281911, -7.243152105492239, -6.7963181478284085, -7.091026756265303, -7.83171312338796, -8.277705323579585, -7.984680230087104, -8.860226302757134, -9.150326448139168, -10.359770030430504, -11.277331219564427, -10.987639207314418, -9.777379358759031, -8.328466616193438, -8.224422556110138, -9.135656064516679, -10.149327817221282, -10.253961781624382, -9.341548464578244, -5.416554169623703, -5.596638169788091, -6.784146647005821, -7.789735798264742, -7.610031122491719, -6.421763996491254, -4.49034247679372, -3.9806663593207388, -2.7923941898278626, -2.11536603676824, -2.624535360672389, -3.813821117302929, -4.811102182331763, -5.064166487075322, -4.057037144366418, -2.7987308675388465, -2.545399589661891, -3.5530628786375864, -6.9253663773404925, -7.763711548739596, -7.9487084364265534, -7.295734828474783, -6.45816034097131, -6.271622085493089, -8.71708844422825, -8.717730865348763, -9.903972627229386, -11.087592465934252, -11.086807782762312, -9.900850544984543, -8.395187466020632, -8.074711998822243, -9.0799967950277, -10.403817809373356, -10.724299401123279, -9.719002355814753, 0.08736654546476524, 0.8946287264731103, 0.9139999518871758, 0.12673478701597007, -0.6812731256046214, -0.6991528877941937, 0.06946182136306485, 0.36300856109957136, 0.345143650335222, 0.03400113459658857, -0.2585781201704104, -0.24264817934507707, 1.510203034748006, 1.8433044983595195, 2.6358225066733345, 3.09418777559299, 2.7619041527013084, 1.9677504629478342, 1.5453595170355898, 0.9774619289746178, 1.7852771834858352, 3.1591786729359295, 3.727043744475868, 2.9192935230067203, 0.14240236662720682, -0.46886438761822247, -0.44464617201101886, 0.19030003563624187, 0.8024204193499845, 0.776494944806152, -1.2961012734340212, -1.371877024116677, -2.163136529962471, -2.8773613239590765, -2.8023611889503943, -2.009550451756646, 5.505762177542728, 6.355019938939001, 7.56064828899386, 7.9156988540392454, 7.065996965655765, 5.8612568695753176, 4.562276179776736, 3.40870298757422, 2.2015276420976053, 2.149, 3.3027351914578476, 4.509586538423801, 6.078151025746048, 5.713721718515928, 5.363965592701098, 5.378925469862688, 5.744309186042813, 6.092156493957629, 8.22543556904679, 8.466109045553933, 9.321097133725445, 9.934180844767306, 9.694277836199333, 8.837748812149474, 8.857855498374287, 9.98228181299234, 11.187435783168775, 11.26706853941485, 10.142418910657424, 8.937711568759726, 7.343310123107075, 8.070813578980815, 8.430500326948351, 8.062676345455952, 7.336023139821525, 6.974635891375365, 5.417079483582078, 5.481437862299586, 6.672161024391061, 7.796590770282176, 7.732482898442975, 6.541258722594887, 4.487810482067944, 3.9269566319974087, 2.7399722965831934, 2.1153658377078117, 2.6767321298111844, 3.8626915811597247, 4.602982444745904, 4.458207091828521, 3.335736626762438, 2.35979706718681, 2.5050423128623223, 3.626572992412143, 6.723112181908946, 7.901251358129322, 7.968350897292001, 6.85815974407876, 5.680310102899818, 5.61263149365427, 8.726614280973228, 9.096483468598988, 10.284556135766962, 11.10107807107843, 10.730732211325828, 9.54361288841154, 8.610687520888659, 9.820662030665, 10.944480045467706, 10.857434157378979, 9.647245613067582, 8.52385566733499, -0.08640022477194918, 0.32555400023454406, 0.3086418030456074, -0.11986054234630461, -0.5308785046239445, -0.5158388328927148, -0.0693335491724807, -0.9290144297541132, -0.9109827457172774, -0.03400113781147472, 0.8249916094446518, 0.8083361920588289, 0.6605893734797539, 1.552985651738426, 1.9783773796615782, 1.5113903133649815, 0.6182306140580635, 0.19436572823140635, 0.62949330859028, 1.5697392589080237, 1.9770197948129944, 1.4441411045685322, 0.5031640779326921, 0.09734569466391252, -0.1341184755757231, -0.7796529509454467, -0.793789088227871, -0.1628934297673546, 0.4834869625159999, 0.49593126597116166, -0.8668504411861521, -0.590625274389118, -1.0251103709198839, -1.7348702157610951, -2.0119507855361056, -1.5757548830493913 ], "z": [ 0, 0, 0, 0, 0.001, -0.001, 0.016514844744915574, -0.9947853879526051, -0.9868482758021445, 0.03155135337039961, 1.0433817398572334, 1.0343843201281466, 0.01216808194582556, 1.1992618174667855, 1.1946900626380894, 0.00399998714642218, -1.1829781522057898, -1.1786375897145904, -1.79106677293055, -2.1623442446601087, -3.185468829043425, -3.835910870109119, -3.465296046209314, -2.4408461661664944, -1.7773567683668512, -3.0632296012763085, -4.074534851627241, -3.7993275540893223, -2.513255469272514, -1.502348722736284, 0.03748859661619851, 1.0594486701017267, 1.0700971585745234, 0.059600957406136086, -0.961830839161608, -0.9735358814699712, 1.8391325891938768, 3.021498719654935, 4.038899199351512, 3.8731992753657005, 2.690457100917397, 1.6738087091953107, -0.001706648958500364, -0.8927074398211992, -0.895915309021478, -0.008843425593417548, 0.8814878225634039, 0.8860347771754389, -0.0021131742509696086, 1.1845375397395301, 1.1851108940256332, 9.44687413733142e-19, -1.1865152055596775, -1.1873595767074259, -1.5863105962613224, -2.612311183095997, -3.497750179336986, -3.356547102423044, -2.329953095503701, -1.445700939432049, -1.5912599155303082, -2.678574878021027, -3.566221320060042, -3.3659576155501147, -2.278096285663902, -1.391542578415875, -0.010445533566806199, 0.30796264171569326, 0.3010879826650404, -0.02392379297565644, -0.3432951570572518, -0.3344941204084054, 1.5757606392122234, 2.8284380314338105, 3.715996766894713, 3.350417884987633, 2.097378734784234, 1.2105435152869537, -0.00639587206315221, -0.9023492454827614, -0.9083121391002702, -0.01904213657620686, 0.8762450334241298, 0.8835403338801836, -0.004637899236813053, 1.1546101219618445, 1.1559576170914596, -0.0010000756397725913, -1.1605007040206954, -1.1613429847857804, -1.5976728128282003, -2.8170948088759764, -3.7057464086036997, -3.3744868513517527, -2.154655915088632, -1.2668221957915984, -1.6075309771839834, -2.6376729243708827, -3.5300487727287275, -3.391632985136086, -2.3609035470900874, -1.4697026804504418, -0.02279873173182518, 0.9985892861194423, 0.9967910337306667, -0.025559543449971196, -1.04642687619663, -1.0456699940170728, 1.5722349199937913, 2.8928570097389206, 3.7833448577044755, 3.3528008938660268, 2.0319552496471545, 1.1419145106290818, -0.004383090443812392, 1.081577338651512, 1.0791871815512497, -0.008274080633389793, -1.093815372633001, -1.0922634897241663, -0.0005532303184024811, -0.39809884478206253, -0.39816023036752995, -0.0010000000000000026, 0.39560232775518994, 0.39755028675759824, 1.9318614162938932, 3.1199672138323127, 4.210650012347569, 4.112375099572073, 2.9245676046826765, 1.8332882008693747, 1.9270719815434556, 2.7181310746156546, 3.800734439124129, 4.091116588431698, 3.2994715507567003, 2.2180400754538283, -0.010846537738002225, 0.533068223918943, 0.5345215946961656, -0.007498792966372325, -0.5505223687627072, -0.5537581112611536, -1.944518571614926, -1.7585234228157904, -2.8481979869930325, -4.121897226719277, -4.3079794226880335, -3.2181307641715513, -0.0017582911743712938, -0.6016964839594774, -0.6074155350516892, -0.01367594984993922, 0.5853954472045294, 0.5928480897580163, -0.000915256896139526, -1.1961957100675, -1.1952502608232578, -3.94646933992728e-7, 1.1953326435296392, 1.1942820242749725, -1.0659447777447244, -2.4396506360433152, -3.034973104283198, -2.256715946833287, -0.8830897658525831, -0.28760794297692716, -1.0751991787840316, -1.6613192910190886, -2.255850372970759, -2.2637468131805902, -1.6767567719474354, -1.0839655479919608, -0.017119382385224688, 1.0919594223556863, 1.0860273512654819, -0.02806944117117031, -1.1375190411766154, -1.130845379557342, 1.050510781934393, 0.969973778704915, 1.5698258954841213, 2.249148108916696, 2.33052842315498, 1.728989684358165, 0.0005471287050730089, 1.1224072461116745, 1.1237736855613103, 0.004192328652810053, -1.1180188911857882, -1.1186831257714303, -0.0016294700620143414, -0.8253463894974565, -0.8246953415264143, -0.000999999999999997, 0.823442452357805, 0.8213403385420373, 1.9978083351218328, 2.870677425578301, 3.9945567289371606, 4.244402619610773, 3.372054770363189, 2.2471329845865617, 2.0004750133177556, 1.882796185748062, 3.0042139495939733, 4.24134277852985, 4.358872005249445, 3.2377534431037276, 0.005315623733509105, 1.0205018083560222, 1.0250119391036452, 0.015155992521031197, -0.9994969221391378, -1.0050735928114491, -1.9930685501666405, -2.1246413639548853, -3.242753674950445, -4.2275341306021215, -4.095492884036006, -2.978317438596188 ] }, { "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}
__marker_size=%{marker.size}
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, "size": [ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "H", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 2.158386586291838, 2.690305587986022, 1.4880708363548676, 1.064167302194042, 2.2681357280507166, 6.271776686511778, 6.664046534367019, 4.755245656331239, 2.454174930440214, 2.061913776663212, 4.21985340689859, 5.81466220219895, 7.834101905923038, 8.258732814346764, 6.6629205390308535, 6.005458791713201, 7.200168045486883, 6.8186894362914625, 5.242501573322357, 4.049281414367253, 4.791687102560269, 4.404985869487222, 2.758409286925467, 1.4985339374367617, 1.8838060395666998, -2.0844624790015738, -2.3491842176881415, -1.0886890795058461, -1.5853693416692505, -2.844161778769422, -5.855093803156491, -6.456038240095128, -5.470955318625929, -3.884927960218093, -3.2824648686786224, -4.697963644503723, -6.556736956456984, -8.696669101374727, -8.977827934339206, -7.118398790083745, -7.042587881383193, -8.308120150111002, -7.177814880221124, -4.781977341603436, -3.515988876224971, -2.739624532569134, -2.139033131783433, -2.407392993011608, -3.2763442550254824, -3.87880015966204, -6.4834798531197695, -5.069913255352818, -2.607815241674789, -2.6181193900945217, -5.0802428945743685, -7.97382127392965, -6.721238239100775, -4.4750764535346725, -3.4814977027974487, -4.73327103531741, -9.653965878112999, -10.865500579481878, -10.784613538086942, -9.49219179532313, -8.279039939457817, -10.322908117483921, -12.784861466063473, -13.993811977017103, -12.740809139391178, -10.27888433920314, -7.684681493313934, -8.935859571973506, -10.89861967812967, -11.61020170562626, -10.360204209405238, -3.9261703244394273, -4.231959867855997, -3.031101225313095, 0.48024258277019305, -0.7211955989927665, -4.053447194272268, -2.6737799679330223, -0.21830261222447644, 0.8575075171448225, -0.5221815344764222, -5.625757831160998, -5.452685316275072, -3.3079138977335836, -1.3362149940780195, -1.508785321440603, -3.375460727032767, -4.582636660927427, -6.842687837086851, -7.895563079351614, -6.687597414978861, -6.598086463223794, -7.972959395935641, -7.279861497832252, -5.21189066701702, -3.838055996932476, 1.7177479524938555, 2.5040485484548403, 1.2414312787953368, 1.4347495113551696, 2.699081001514152, 4.386189820319638, 5.357442021679464, 6.4125986561236585, 6.496503089208025, 5.523492647454084, 5.9292774911776736, 8.148794247615314, 9.613951030690911, 8.859591057328876, 6.639275819838119, 5.9464536554839205, 7.205888313226594, 7.152345193074406, 5.839367415179543, 4.578338650093821, 4.570113954393536, 3.6114392753385287, 1.4733224656082995, 0.29388033493307786, 1.2515690814138531, 6.449569147367086, 5.0540014756841165, 2.5919010164682086, 2.634035597895386, 5.096153320354937, 8.054357570669625, 6.835514854557908, 4.56171844780847, 3.506764757170752, 4.724844594772478, 10.173214515557575, 11.417757198150719, 10.870198460632707, 9.078097040521545, 7.832222972179987, 10.283749464953592, 12.745916390202826, 13.994296950882905, 12.780510586313746, 10.318329844770549, 10.77582880548783, 12.000978355800825, 10.825180112242041, 8.424232318370265, 7.1986406980271225 ], "y": [ -6.179889553833783, -4.302321098684694, -2.1534673925046626, -2.407392374137312, -4.5552760680582205, -5.226831194982842, -3.6165332775731454, -2.580060063392064, -3.1538847666206795, -4.762684846980525, -6.217588242112659, -6.743078046345267, -8.06292241867271, -8.857276986767541, -8.333470697479349, -8.433918231763153, -10.586900035379312, -12.221760564776941, -11.703639290558408, -9.549841220678198, -7.43271123025527, -9.05450766981447, -10.86069365626656, -11.045083203159454, -9.422106954960654, -6.280176076581745, -4.509089799594108, -2.393869506044888, -2.096618713967852, -4.212852594654736, -6.047022108993748, -4.254186964873177, -2.0120813808147324, -1.5628109408768593, -3.3561800312642216, -8.274182476439425, -8.602909618844665, -7.439277745312877, -5.946918729375849, -5.616650219179347, -7.79335993854033, -9.905540789161986, -12.014521305702907, -12.011320971622172, -9.89942464510337, -7.040649672564235, -8.830451821755666, -11.189304786888428, -11.758355602829756, -9.968541204535251, -1.3297169402345919, 0.60618293640363, 0.5734503238272153, -0.5027199804439766, -0.471922337806578, 1.4855410021959574, 2.8958061519015805, 3.7124605548761216, 3.1188498081450384, 1.7069489769997577, -0.09586469368523165, 1.3423566809460166, 3.7904904696170076, 4.8004028836567505, 3.3622465420675742, -0.9651160783423941, -0.9229387254754228, 0.2085285539986947, 1.2978184806058426, 1.2539338688022434, -0.8141358898535607, -2.222165429982914, -3.4947608388259015, -3.359326707539534, -1.9497459360622307, 5.196966133295657, 3.449012338166564, 1.2993742482781951, 3.2622638416101726, 5.41157793298788, 5.701813212721421, 5.07808457697476, 5.104809612057705, 5.755263282887312, 6.3770831007339615, 7.987457981921619, 9.508981720438392, 10.601331945423823, 10.172158431892473, 8.649093757497349, 9.920786168500843, 12.066882418468733, 12.208558268862458, 10.204137869288285, 8.058488247599135, 8.358522742443112, 8.998180050519991, 8.342650542358392, 7.047463726119915, 6.406105917564416, 6.490061075567865, 4.414408674759482, 2.3004546771637924, 2.188767645016273, 4.301696758546289, 5.220296892508132, 3.2213089101545225, 1.4824017736127466, 1.742482619424579, 3.740530816261929, 8.769005435190714, 8.888352996286983, 6.909983524090121, 4.812266490796992, 4.692339859617854, 8.45903316997759, 10.574861547882705, 12.029674553930942, 11.368659182074069, 9.253784148422643, 9.8893902569661, 11.890675360116857, 11.735345942284575, 9.578731421301539, 7.577874387220893, -0.8376013028411547, -1.6144420256405876, -1.5817735443371357, 1.5111073386566325, 1.479815124004194, 1.918240126021492, 2.676519023079046, 1.8442687404799225, 0.2537395608232459, -0.5030124941378107, 1.9864826813340182, 2.7124901542386173, 1.7628246794840026, 0.08715173182479119, -0.6373935884436138, -1.2727624698130282, -1.2988701752138803, -0.17461365807239138, 0.9757505644699503, 1.0001664360435405, -0.03615352000362171, -0.8088351703898463, -2.073541978859847, -2.5655671369436233, -1.7911746806014515 ], "z": [ 1.8243003293196571, 2.1298886558747916, 2.1218046341822454, -2.113720586782544, -2.1058677574274958, -1.6545981949743584, -3.475606427698644, -4.6344970542441235, -3.972379448065315, -2.150045919681525, -3.2789531230485016, -5.079911582336274, -4.589300620515861, -2.2977311994076706, -0.49717124393460055, 1.8492474510093029, 1.8678257244821863, 0.06712305048405089, -1.7521578969869673, -1.7717927242954168, 3.151636303219651, 4.963608837496285, 4.668138466556421, 2.560695561339928, 0.7494751150377856, 1.5819941002366227, 2.110806932150177, 2.111863519275662, -2.1129201064011474, -2.114247710388279, -2.723220802675997, -4.300437949970147, -4.048645996636331, -2.219636896008369, -0.6436065888835586, -2.835646968046123, -4.416756148531899, -4.059717946025987, -2.1215705630342994, -0.541554117339514, 0.5619838594490173, 0.55075305022569, -0.028415472494556237, -0.5963531859914782, -0.5831959991699595, 3.1147185077342687, 4.695510788855348, 4.04388154322101, 1.81146001646559, 0.2313912513081282, 1.583370243756337, 2.058875774358946, 2.0616948374370114, -2.0645137492355317, -2.066827597949068, -3.0765523709644125, -4.659332819537329, -4.068860280662895, -1.8956072932155419, -0.313644725073313, -2.746408315455642, -4.335970816564937, -4.0891444822693295, -2.252755646864426, -0.6643681274733314, 1.7976456227920548, 1.7940706650197278, -0.027754095363224984, -1.8460038979738531, -1.8434703104107435, 3.2299152558135296, 4.8157942643147695, 4.048396915431148, 1.6951205580462887, 0.10968865849253029, -1.9405005732523075, -0.7085147488192576, -0.7077381336600563, 0.7069615185008546, 0.7080714767585939, 3.1974514496064197, 5.139225621212114, 4.96389242953868, 2.8467850662595504, 0.904414289355808, 2.491840432240381, 4.420056555428081, 4.937310408175277, 3.526348137734774, 1.5993039037526786, 0.9567060198643513, 0.9584809844610398, -0.007397700755504635, -0.9750513505687285, -0.978608686886637, -0.7636878248839762, -2.7036798215479223, -4.973199895831046, -5.302727973450224, -3.362561882447044, 1.061461645670554, -2.1303886683097, -2.12893044789123, 2.1294730167666276, 2.1279096263377335, -3.048295195034412, -4.10835283863666, -2.7213880058912534, -0.2743655295435997, 0.7858514686944216, -1.6555147551519467, -2.714999312638712, -2.728957553469077, -1.6834312368126723, -0.6256865373221037, 1.9627209918081594, 1.9526901330211555, -0.032625270565200634, -2.007909815364554, -1.9971373660484817, 0.4393938709710803, 1.5065427807515481, 2.7169783552060127, 2.8602650198800097, 1.7914294880819321, -1.994964225426184, -1.4691367884216306, -1.4688220533906233, 1.4665073183596167, 1.4647415174838843, 2.6760949519098403, 4.676705245709861, 5.121715771166324, 3.5661160028227674, 1.5644632266049774, 0.9165632072835705, 2.9133187407654604, 5.117664429405695, 5.325254584564032, 3.3287982527823385, 1.8097963820955314, 1.8174396750666242, 0.017879101098363073, -1.7893247658409912, -1.7980345987367723, -1.3556389286784407, -3.34686409086485, -5.101526502570788, -4.864963752090321, -2.874675455459652 ] }, { "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.707, -1.382 ], "y": [ -1.188, 0.019 ], "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": [ -0.675, 0.707 ], "y": [ 1.206, 1.188 ], "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": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0768706853829055, 3.9707612253897158 ], "y": [ -5.505165460979718, -5.802620569915965 ], "z": [ 0.016514844744915574, -0.9947853879526051 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0768706853829055, 2.8571266408687026 ], "y": [ -5.505165460979718, -6.413170574392416 ], "z": [ 0.016514844744915574, 1.0343843201281466 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.9707612253897158, 4.646044575336632 ], "y": [ -5.802620569915965, -7.009435965714007 ], "z": [ -0.9947853879526051, -0.9868482758021445 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.646044575336632, 4.427038978737403 ], "y": [ -7.009435965714007, -7.917024387830242 ], "z": [ -0.9868482758021445, 0.03155135337039961 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.427038978737403, 3.533886886645564 ], "y": [ -7.917024387830242, -7.619152587597528 ], "z": [ 0.03155135337039961, 1.0433817398572334 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.533886886645564, 2.8571266408687026 ], "y": [ -7.619152587597528, -6.413170574392416 ], "z": [ 1.0433817398572334, 1.0343843201281466 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.8571266408687026, 2.158386586291838 ], "y": [ -6.413170574392416, -6.179889553833783 ], "z": [ 1.0343843201281466, 1.8243003293196571 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5524745836389418, 2.334052201784515 ], "y": [ -4.560716503052978, -3.887405188584008 ], "z": [ 0.01216808194582556, 1.1992618174667855 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5524745836389418, 2.0970005652683836 ], "y": [ -4.560716503052978, -4.028415581645959 ], "z": [ 0.01216808194582556, -1.1786375897145904 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.334052201784515, 1.6583391620244408 ], "y": [ -3.887405188584008, -2.680812885046485 ], "z": [ 1.1992618174667855, 1.1946900626380894 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.334052201784515, 2.690305587986022 ], "y": [ -3.887405188584008, -4.302321098684694 ], "z": [ 1.1992618174667855, 2.1298886558747916 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.6583391620244408, 1.2019983065411217 ], "y": [ -2.680812885046485, -2.1489969697690277 ], "z": [ 1.1946900626380894, 0.00399998714642218 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.6583391620244408, 1.4880708363548676 ], "y": [ -2.680812885046485, -2.1534673925046626 ], "z": [ 1.1946900626380894, 2.1218046341822454 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2019983065411217, 1.4195538512827885 ], "y": [ -2.1489969697690277, -2.822793290367559 ], "z": [ 0.00399998714642218, -1.1829781522057898 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.4195538512827885, 2.0970005652683836 ], "y": [ -2.822793290367559, -4.028415581645959 ], "z": [ -1.1829781522057898, -1.1786375897145904 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.4195538512827885, 1.064167302194042 ], "y": [ -2.822793290367559, -2.407392374137312 ], "z": [ -1.1829781522057898, -2.113720586782544 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.0970005652683836, 2.2681357280507166 ], "y": [ -4.028415581645959, -4.5552760680582205 ], "z": [ -1.1786375897145904, -2.1058677574274958 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0768706853829055, 2.5524745836389418 ], "y": [ -5.505165460979718, -4.560716503052978 ], "z": [ 0.016514844744915574, 0.01216808194582556 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.142418895718721, 5.434453793471674 ], "y": [ -5.0937232462362205, -4.772714115564477 ], "z": [ -1.79106677293055, -2.1623442446601087 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.142418895718721, 3.0712881405070886 ], "y": [ -5.0937232462362205, -4.511241791281911 ], "z": [ -1.79106677293055, -2.4408461661664944 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.434453793471674, 5.654667823484023 ], "y": [ -4.772714115564477, -3.8687252517966835 ], "z": [ -2.1623442446601087, -3.185468829043425 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.434453793471674, 6.271776686511778 ], "y": [ -4.772714115564477, -5.226831194982842 ], "z": [ -2.1623442446601087, -1.6545981949743584 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.654667823484023, 4.58353272123327 ], "y": [ -3.8687252517966835, -3.2869927153673 ], "z": [ -3.185468829043425, -3.835910870109119 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.654667823484023, 6.664046534367019 ], "y": [ -3.8687252517966835, -3.6165332775731454 ], "z": [ -3.185468829043425, -3.475606427698644 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.58353272123327, 3.291493476441197 ], "y": [ -3.2869927153673, -3.6087507645639714 ], "z": [ -3.835910870109119, -3.465296046209314 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.58353272123327, 4.755245656331239 ], "y": [ -3.2869927153673, -2.580060063392064 ], "z": [ -3.835910870109119, -4.6344970542441235 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.291493476441197, 3.0712881405070886 ], "y": [ -3.6087507645639714, -4.511241791281911 ], "z": [ -3.465296046209314, -2.4408461661664944 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.291493476441197, 2.454174930440214 ], "y": [ -3.6087507645639714, -3.1538847666206795 ], "z": [ -3.465296046209314, -3.972379448065315 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.0712881405070886, 2.061913776663212 ], "y": [ -4.511241791281911, -4.762684846980525 ], "z": [ -2.4408461661664944, -2.150045919681525 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.9707612253897158, 4.142418895718721 ], "y": [ -5.802620569915965, -5.0937232462362205 ], "z": [ -0.9947853879526051, -1.79106677293055 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.3441012219895185, 5.10510651103573 ], "y": [ -7.243152105492239, -6.7963181478284085 ], "z": [ -1.7773567683668512, -3.0632296012763085 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.3441012219895185, 6.476940846681947 ], "y": [ -7.243152105492239, -7.984680230087104 ], "z": [ -1.7773567683668512, -1.502348722736284 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.10510651103573, 6.001143634555632 ], "y": [ -6.7963181478284085, -7.091026756265303 ], "z": [ -3.0632296012763085, -4.074534851627241 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.10510651103573, 4.21985340689859 ], "y": [ -6.7963181478284085, -6.217588242112659 ], "z": [ -3.0632296012763085, -3.2789531230485016 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.001143634555632, 7.134484999255835 ], "y": [ -7.091026756265303, -7.83171312338796 ], "z": [ -4.074534851627241, -3.7993275540893223 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.001143634555632, 5.81466220219895 ], "y": [ -7.091026756265303, -6.743078046345267 ], "z": [ -4.074534851627241, -5.079911582336274 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.134484999255835, 7.373981450217398 ], "y": [ -7.83171312338796, -8.277705323579585 ], "z": [ -3.7993275540893223, -2.513255469272514 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.134484999255835, 7.834101905923038 ], "y": [ -7.83171312338796, -8.06292241867271 ], "z": [ -3.7993275540893223, -4.589300620515861 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.373981450217398, 6.476940846681947 ], "y": [ -8.277705323579585, -7.984680230087104 ], "z": [ -2.513255469272514, -1.502348722736284 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.373981450217398, 8.258732814346764 ], "y": [ -8.277705323579585, -8.857276986767541 ], "z": [ -2.513255469272514, -2.2977311994076706 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.476940846681947, 6.6629205390308535 ], "y": [ -7.984680230087104, -8.333470697479349 ], "z": [ -1.502348722736284, -0.49717124393460055 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.646044575336632, 5.3441012219895185 ], "y": [ -7.009435965714007, -7.243152105492239 ], "z": [ -0.9868482758021445, -1.7773567683668512 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.953652116447458, 5.83778305349851 ], "y": [ -8.860226302757134, -9.150326448139168 ], "z": [ 0.03748859661619851, 1.0594486701017267 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.953652116447458, 4.740394580643989 ], "y": [ -8.860226302757134, -9.777379358759031 ], "z": [ 0.03748859661619851, -0.9735358814699712 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.83778305349851, 6.508310331800858 ], "y": [ -9.150326448139168, -10.359770030430504 ], "z": [ 1.0594486701017267, 1.0700971585745234 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.83778305349851, 6.005458791713201 ], "y": [ -9.150326448139168, -8.433918231763153 ], "z": [ 1.0594486701017267, 1.8492474510093029 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.508310331800858, 6.2943082485880995 ], "y": [ -10.359770030430504, -11.277331219564427 ], "z": [ 1.0700971585745234, 0.059600957406136086 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.508310331800858, 7.200168045486883 ], "y": [ -10.359770030430504, -10.586900035379312 ], "z": [ 1.0700971585745234, 1.8678257244821863 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.2943082485880995, 5.409432764127757 ], "y": [ -11.277331219564427, -10.987639207314418 ], "z": [ 0.059600957406136086, -0.961830839161608 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.2943082485880995, 6.8186894362914625 ], "y": [ -11.277331219564427, -12.221760564776941 ], "z": [ 0.059600957406136086, 0.06712305048405089 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.409432764127757, 4.740394580643989 ], "y": [ -10.987639207314418, -9.777379358759031 ], "z": [ -0.961830839161608, -0.9735358814699712 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.409432764127757, 5.242501573322357 ], "y": [ -10.987639207314418, -11.703639290558408 ], "z": [ -0.961830839161608, -1.7521578969869673 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.740394580643989, 4.049281414367253 ], "y": [ -9.777379358759031, -9.549841220678198 ], "z": [ -0.9735358814699712, -1.7717927242954168 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.427038978737403, 4.953652116447458 ], "y": [ -7.917024387830242, -8.860226302757134 ], "z": [ 0.03155135337039961, 0.03748859661619851 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.3614905114472475, 4.069609969660284 ], "y": [ -8.328466616193438, -8.224422556110138 ], "z": [ 1.8391325891938768, 3.021498719654935 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.3614905114472475, 2.4367461234267287 ], "y": [ -8.328466616193438, -9.341548464578244 ], "z": [ 1.8391325891938768, 1.6738087091953107 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.069609969660284, 3.8527603510987474 ], "y": [ -8.224422556110138, -9.135656064516679 ], "z": [ 3.021498719654935, 4.038899199351512 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.069609969660284, 4.791687102560269 ], "y": [ -8.224422556110138, -7.43271123025527 ], "z": [ 3.021498719654935, 3.151636303219651 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.8527603510987474, 2.9287305285497838 ], "y": [ -9.135656064516679, -10.149327817221282 ], "z": [ 4.038899199351512, 3.8731992753657005 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.8527603510987474, 4.404985869487222 ], "y": [ -9.135656064516679, -9.05450766981447 ], "z": [ 4.038899199351512, 4.963608837496285 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.9287305285497838, 2.2213256358083004 ], "y": [ -10.149327817221282, -10.253961781624382 ], "z": [ 3.8731992753657005, 2.690457100917397 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.9287305285497838, 2.758409286925467 ], "y": [ -10.149327817221282, -10.86069365626656 ], "z": [ 3.8731992753657005, 4.668138466556421 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2213256358083004, 2.4367461234267287 ], "y": [ -10.253961781624382, -9.341548464578244 ], "z": [ 2.690457100917397, 1.6738087091953107 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2213256358083004, 1.4985339374367617 ], "y": [ -10.253961781624382, -11.045083203159454 ], "z": [ 2.690457100917397, 2.560695561339928 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.4367461234267287, 1.8838060395666998 ], "y": [ -9.341548464578244, -9.422106954960654 ], "z": [ 1.6738087091953107, 0.7494751150377856 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.533886886645564, 3.3614905114472475 ], "y": [ -7.619152587597528, -8.328466616193438 ], "z": [ 1.0433817398572334, 1.8391325891938768 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, 1.2019983065411217 ], "y": [ -1.206, -2.1489969697690277 ], "z": [ 0, 0.00399998714642218 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.2303259694841757, -4.271448125413457 ], "y": [ -5.416554169623703, -5.596638169788091 ], "z": [ -0.001706648958500364, -0.8927074398211992 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.2303259694841757, -2.8982305550403935 ], "y": [ -5.416554169623703, -6.421763996491254 ], "z": [ -0.001706648958500364, 0.8860347771754389 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.271448125413457, -4.9801704448808355 ], "y": [ -5.596638169788091, -6.784146647005821 ], "z": [ -0.8927074398211992, -0.895915309021478 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.9801704448808355, -4.647436418214247 ], "y": [ -6.784146647005821, -7.789735798264742 ], "z": [ -0.895915309021478, -0.008843425593417548 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.647436418214247, -3.605675650062156 ], "y": [ -7.789735798264742, -7.610031122491719 ], "z": [ -0.008843425593417548, 0.8814878225634039 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.605675650062156, -2.8982305550403935 ], "y": [ -7.610031122491719, -6.421763996491254 ], "z": [ 0.8814878225634039, 0.8860347771754389 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.8982305550403935, -2.0844624790015738 ], "y": [ -6.421763996491254, -6.280176076581745 ], "z": [ 0.8860347771754389, 1.5819941002366227 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.6743352008537924, -2.1820564807535776 ], "y": [ -4.49034247679372, -3.9806663593207388 ], "z": [ -0.0021131742509696086, 1.1845375397395301 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.6743352008537924, -2.4590939045912927 ], "y": [ -4.49034247679372, -3.813821117302929 ], "z": [ -0.0021131742509696086, -1.1873595767074259 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.1820564807535776, -1.4746083042250375 ], "y": [ -3.9806663593207388, -2.7923941898278626 ], "z": [ 1.1845375397395301, 1.1851108940256332 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.1820564807535776, -2.3491842176881415 ], "y": [ -3.9806663593207388, -4.509089799594108 ], "z": [ 1.1845375397395301, 2.110806932150177 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.4746083042250375, -1.260218358503599 ], "y": [ -2.7923941898278626, -2.11536603676824 ], "z": [ 1.1851108940256332, 9.44687413733142e-19 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.4746083042250375, -1.0886890795058461 ], "y": [ -2.7923941898278626, -2.393869506044888 ], "z": [ 1.1851108940256332, 2.111863519275662 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.260218358503599, -1.7533484291448764 ], "y": [ -2.11536603676824, -2.624535360672389 ], "z": [ 9.44687413733142e-19, -1.1865152055596775 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.7533484291448764, -2.4590939045912927 ], "y": [ -2.624535360672389, -3.813821117302929 ], "z": [ -1.1865152055596775, -1.1873595767074259 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.7533484291448764, -1.5853693416692505 ], "y": [ -2.624535360672389, -2.096618713967852 ], "z": [ -1.1865152055596775, -2.1129201064011474 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.4590939045912927, -2.844161778769422 ], "y": [ -3.813821117302929, -4.212852594654736 ], "z": [ -1.1873595767074259, -2.114247710388279 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.2303259694841757, -2.6743352008537924 ], "y": [ -5.416554169623703, -4.49034247679372 ], "z": [ -0.001706648958500364, -0.0021131742509696086 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.532050675579018, -5.422853265090054 ], "y": [ -4.811102182331763, -5.064166487075322 ], "z": [ -1.5863105962613224, -2.612311183095997 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.532050675579018, -3.9785300935163206 ], "y": [ -4.811102182331763, -3.5530628786375864 ], "z": [ -1.5863105962613224, -1.445700939432049 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.422853265090054, -5.760732342557847 ], "y": [ -5.064166487075322, -4.057037144366418 ], "z": [ -2.612311183095997, -3.497750179336986 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.422853265090054, -5.855093803156491 ], "y": [ -5.064166487075322, -6.047022108993748 ], "z": [ -2.612311183095997, -2.723220802675997 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.760732342557847, -5.207971087795566 ], "y": [ -4.057037144366418, -2.7987308675388465 ], "z": [ -3.497750179336986, -3.356547102423044 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.760732342557847, -6.456038240095128 ], "y": [ -4.057037144366418, -4.254186964873177 ], "z": [ -3.497750179336986, -4.300437949970147 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.207971087795566, -4.317927825584946 ], "y": [ -2.7987308675388465, -2.545399589661891 ], "z": [ -3.356547102423044, -2.329953095503701 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.207971087795566, -5.470955318625929 ], "y": [ -2.7987308675388465, -2.0120813808147324 ], "z": [ -3.356547102423044, -4.048645996636331 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.317927825584946, -3.9785300935163206 ], "y": [ -2.545399589661891, -3.5530628786375864 ], "z": [ -2.329953095503701, -1.445700939432049 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.317927825584946, -3.884927960218093 ], "y": [ -2.545399589661891, -1.5628109408768593 ], "z": [ -2.329953095503701, -2.219636896008369 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.9785300935163206, -3.2824648686786224 ], "y": [ -3.5530628786375864, -3.3561800312642216 ], "z": [ -1.445700939432049, -0.6436065888835586 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.271448125413457, -4.532050675579018 ], "y": [ -5.596638169788091, -4.811102182331763 ], "z": [ -0.8927074398211992, -1.5863105962613224 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.794641352101788, -5.635985920629629 ], "y": [ -6.9253663773404925, -7.763711548739596 ], "z": [ -1.5912599155303082, -2.678574878021027 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.794641352101788, -6.995287172538795 ], "y": [ -6.9253663773404925, -6.271622085493089 ], "z": [ -1.5912599155303082, -1.391542578415875 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.635985920629629, -6.680176490153034 ], "y": [ -7.763711548739596, -7.9487084364265534 ], "z": [ -2.678574878021027, -3.566221320060042 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.635985920629629, -4.697963644503723 ], "y": [ -7.763711548739596, -8.274182476439425 ], "z": [ -2.678574878021027, -2.835646968046123 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.680176490153034, -7.881150226741146 ], "y": [ -7.9487084364265534, -7.295734828474783 ], "z": [ -3.566221320060042, -3.3659576155501147 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.680176490153034, -6.556736956456984 ], "y": [ -7.9487084364265534, -8.602909618844665 ], "z": [ -3.566221320060042, -4.416756148531899 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.881150226741146, -8.040133574364406 ], "y": [ -7.295734828474783, -6.45816034097131 ], "z": [ -3.3659576155501147, -2.278096285663902 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.881150226741146, -8.696669101374727 ], "y": [ -7.295734828474783, -7.439277745312877 ], "z": [ -3.3659576155501147, -4.059717946025987 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.040133574364406, -6.995287172538795 ], "y": [ -6.45816034097131, -6.271622085493089 ], "z": [ -2.278096285663902, -1.391542578415875 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.040133574364406, -8.977827934339206 ], "y": [ -6.45816034097131, -5.946918729375849 ], "z": [ -2.278096285663902, -2.1215705630342994 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.995287172538795, -7.118398790083745 ], "y": [ -6.271622085493089, -5.616650219179347 ], "z": [ -1.391542578415875, -0.541554117339514 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.9801704448808355, -5.794641352101788 ], "y": [ -6.784146647005821, -6.9253663773404925 ], "z": [ -0.895915309021478, -1.5912599155303082 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.201513130648964, -6.5464532115478775 ], "y": [ -8.71708844422825, -8.717730865348763 ], "z": [ -0.010445533566806199, 0.30796264171569326 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.201513130648964, -4.5670694356066015 ], "y": [ -8.71708844422825, -9.900850544984543 ], "z": [ -0.010445533566806199, -0.3344941204084054 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.5464532115478775, -7.2572676890547 ], "y": [ -8.717730865348763, -9.903972627229386 ], "z": [ 0.30796264171569326, 0.3010879826650404 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.5464532115478775, -7.042587881383193 ], "y": [ -8.717730865348763, -7.79335993854033 ], "z": [ 0.30796264171569326, 0.5619838594490173 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.2572676890547, -6.623052092337664 ], "y": [ -9.903972627229386, -11.087592465934252 ], "z": [ 0.3010879826650404, -0.02392379297565644 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.2572676890547, -8.308120150111002 ], "y": [ -9.903972627229386, -9.905540789161986 ], "z": [ 0.3010879826650404, 0.55075305022569 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.623052092337664, -5.2783401097640805 ], "y": [ -11.087592465934252, -11.086807782762312 ], "z": [ -0.02392379297565644, -0.3432951570572518 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.623052092337664, -7.177814880221124 ], "y": [ -11.087592465934252, -12.014521305702907 ], "z": [ -0.02392379297565644, -0.028415472494556237 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.2783401097640805, -4.5670694356066015 ], "y": [ -11.086807782762312, -9.900850544984543 ], "z": [ -0.3432951570572518, -0.3344941204084054 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.2783401097640805, -4.781977341603436 ], "y": [ -11.086807782762312, -12.011320971622172 ], "z": [ -0.3432951570572518, -0.5963531859914782 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.5670694356066015, -3.515988876224971 ], "y": [ -9.900850544984543, -9.89942464510337 ], "z": [ -0.3344941204084054, -0.5831959991699595 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.647436418214247, -5.201513130648964 ], "y": [ -7.789735798264742, -8.71708844422825 ], "z": [ -0.008843425593417548, -0.010445533566806199 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.3457120221383887, -2.8575083495375995 ], "y": [ -8.395187466020632, -8.074711998822243 ], "z": [ 1.5757606392122234, 2.8284380314338105 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.3457120221383887, -3.4972032428448503 ], "y": [ -8.395187466020632, -9.719002355814753 ], "z": [ 1.5757606392122234, 1.2105435152869537 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.8575083495375995, -2.5196977966751977 ], "y": [ -8.074711998822243, -9.0799967950277 ], "z": [ 2.8284380314338105, 3.715996766894713 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.8575083495375995, -2.739624532569134 ], "y": [ -8.074711998822243, -7.040649672564235 ], "z": [ 2.8284380314338105, 3.1147185077342687 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.5196977966751977, -2.67025676545623 ], "y": [ -9.0799967950277, -10.403817809373356 ], "z": [ 3.715996766894713, 3.350417884987633 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.5196977966751977, -2.139033131783433 ], "y": [ -9.0799967950277, -8.830451821755666 ], "z": [ 3.715996766894713, 4.695510788855348 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.67025676545623, -3.1575281861315885 ], "y": [ -10.403817809373356, -10.724299401123279 ], "z": [ 3.350417884987633, 2.097378734784234 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.67025676545623, -2.407392993011608 ], "y": [ -10.403817809373356, -11.189304786888428 ], "z": [ 3.350417884987633, 4.04388154322101 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1575281861315885, -3.4972032428448503 ], "y": [ -10.724299401123279, -9.719002355814753 ], "z": [ 2.097378734784234, 1.2105435152869537 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1575281861315885, -3.2763442550254824 ], "y": [ -10.724299401123279, -11.758355602829756 ], "z": [ 2.097378734784234, 1.81146001646559 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.4972032428448503, -3.87880015966204 ], "y": [ -9.719002355814753, -9.968541204535251 ], "z": [ 1.2105435152869537, 0.2313912513081282 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.605675650062156, -3.3457120221383887 ], "y": [ -7.610031122491719, -8.395187466020632 ], "z": [ 0.8814878225634039, 1.5757606392122234 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.707, -1.260218358503599 ], "y": [ -1.188, -2.11536603676824 ], "z": [ 0, 9.44687413733142e-19 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.306076100198969, -6.981237802142789 ], "y": [ 0.08736654546476524, 0.8946287264731103 ], "z": [ -0.00639587206315221, -0.9023492454827614 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.306076100198969, -7.0119229181822975 ], "y": [ 0.08736654546476524, -0.6991528877941937 ], "z": [ -0.00639587206315221, 0.8835403338801836 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.981237802142789, -8.364011536173656 ], "y": [ 0.8946287264731103, 0.9139999518871758 ], "z": [ -0.9023492454827614, -0.9083121391002702 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.364011536173656, -9.069865928234204 ], "y": [ 0.9139999518871758, 0.12673478701597007 ], "z": [ -0.9083121391002702, -0.01904213657620686 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.069865928234204, -8.39471180036761 ], "y": [ 0.12673478701597007, -0.6812731256046214 ], "z": [ -0.01904213657620686, 0.8762450334241298 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.39471180036761, -7.0119229181822975 ], "y": [ -0.6812731256046214, -0.6991528877941937 ], "z": [ 0.8762450334241298, 0.8835403338801836 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.0119229181822975, -6.4834798531197695 ], "y": [ -0.6991528877941937, -1.3297169402345919 ], "z": [ 0.8835403338801836, 1.583370243756337 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.225950954492982, -4.532970192179144 ], "y": [ 0.06946182136306485, 0.36300856109957136 ], "z": [ -0.004637899236813053, 1.1546101219618445 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.225950954492982, -4.5378814140226 ], "y": [ 0.06946182136306485, -0.24264817934507707 ], "z": [ -0.004637899236813053, -1.1613429847857804 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.532970192179144, -3.1501639768256484 ], "y": [ 0.36300856109957136, 0.345143650335222 ], "z": [ 1.1546101219618445, 1.1559576170914596 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.532970192179144, -5.069913255352818 ], "y": [ 0.36300856109957136, 0.60618293640363 ], "z": [ 1.1546101219618445, 2.058875774358946 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1501639768256484, -2.462081690954358 ], "y": [ 0.345143650335222, 0.03400113459658857 ], "z": [ 1.1559576170914596, -0.0010000756397725913 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.1501639768256484, -2.607815241674789 ], "y": [ 0.345143650335222, 0.5734503238272153 ], "z": [ 1.1559576170914596, 2.0616948374370114 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.462081690954358, -3.155049707867287 ], "y": [ 0.03400113459658857, -0.2585781201704104 ], "z": [ -0.0010000756397725913, -1.1605007040206954 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.155049707867287, -4.5378814140226 ], "y": [ -0.2585781201704104, -0.24264817934507707 ], "z": [ -1.1605007040206954, -1.1613429847857804 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.155049707867287, -2.6181193900945217 ], "y": [ -0.2585781201704104, -0.5027199804439766 ], "z": [ -1.1605007040206954, -2.0645137492355317 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.5378814140226, -5.0802428945743685 ], "y": [ -0.24264817934507707, -0.471922337806578 ], "z": [ -1.1613429847857804, -2.066827597949068 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.306076100198969, -5.225950954492982 ], "y": [ 0.08736654546476524, 0.06946182136306485 ], "z": [ -0.00639587206315221, -0.004637899236813053 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.430184970690684, -6.989024312983916 ], "y": [ 1.510203034748006, 1.8433044983595195 ], "z": [ -1.5976728128282003, -2.8170948088759764 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.430184970690684, -5.1692300864247045 ], "y": [ 1.510203034748006, 1.9677504629478342 ], "z": [ -1.5976728128282003, -1.2668221957915984 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.989024312983916, -6.285684039147938 ], "y": [ 1.8433044983595195, 2.6358225066733345 ], "z": [ -2.8170948088759764, -3.7057464086036997 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.989024312983916, -7.97382127392965 ], "y": [ 1.8433044983595195, 1.4855410021959574 ], "z": [ -2.8170948088759764, -3.0765523709644125 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.285684039147938, -5.025134006036415 ], "y": [ 2.6358225066733345, 3.09418777559299 ], "z": [ -3.7057464086036997, -3.3744868513517527 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.285684039147938, -6.721238239100775 ], "y": [ 2.6358225066733345, 2.8958061519015805 ], "z": [ -3.7057464086036997, -4.659332819537329 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.025134006036415, -4.46669951489764 ], "y": [ 3.09418777559299, 2.7619041527013084 ], "z": [ -3.3744868513517527, -2.154655915088632 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.025134006036415, -4.4750764535346725 ], "y": [ 3.09418777559299, 3.7124605548761216 ], "z": [ -3.3744868513517527, -4.068860280662895 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.46669951489764, -5.1692300864247045 ], "y": [ 2.7619041527013084, 1.9677504629478342 ], "z": [ -2.154655915088632, -1.2668221957915984 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.46669951489764, -3.4814977027974487 ], "y": [ 2.7619041527013084, 3.1188498081450384 ], "z": [ -2.154655915088632, -1.8956072932155419 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.1692300864247045, -4.73327103531741 ], "y": [ 1.9677504629478342, 1.7069489769997577 ], "z": [ -1.2668221957915984, -0.313644725073313 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.981237802142789, -6.430184970690684 ], "y": [ 0.8946287264731103, 1.510203034748006 ], "z": [ -0.9023492454827614, -1.5976728128282003 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.892488696238788, -9.618124898560941 ], "y": [ 1.5453595170355898, 0.9774619289746178 ], "z": [ -1.6075309771839834, -2.6376729243708827 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.892488696238788, -8.84636161248471 ], "y": [ 1.5453595170355898, 2.9192935230067203 ], "z": [ -1.6075309771839834, -1.4697026804504418 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.618124898560941, -10.2989874837032 ], "y": [ 0.9774619289746178, 1.7852771834858352 ], "z": [ -2.6376729243708827, -3.5300487727287275 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.618124898560941, -9.653965878112999 ], "y": [ 0.9774619289746178, -0.09586469368523165 ], "z": [ -2.6376729243708827, -2.746408315455642 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.2989874837032, -10.25366897719734 ], "y": [ 1.7852771834858352, 3.1591786729359295 ], "z": [ -3.5300487727287275, -3.391632985136086 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.2989874837032, -10.865500579481878 ], "y": [ 1.7852771834858352, 1.3423566809460166 ], "z": [ -3.5300487727287275, -4.335970816564937 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.25366897719734, -9.5288413521234 ], "y": [ 3.1591786729359295, 3.727043744475868 ], "z": [ -3.391632985136086, -2.3609035470900874 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.25366897719734, -10.784613538086942 ], "y": [ 3.1591786729359295, 3.7904904696170076 ], "z": [ -3.391632985136086, -4.0891444822693295 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.5288413521234, -8.84636161248471 ], "y": [ 3.727043744475868, 2.9192935230067203 ], "z": [ -2.3609035470900874, -1.4697026804504418 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.5288413521234, -9.49219179532313 ], "y": [ 3.727043744475868, 4.8004028836567505 ], "z": [ -2.3609035470900874, -2.252755646864426 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.84636161248471, -8.279039939457817 ], "y": [ 2.9192935230067203, 3.3622465420675742 ], "z": [ -1.4697026804504418, -0.6643681274733314 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.364011536173656, -8.892488696238788 ], "y": [ 0.9139999518871758, 1.5453595170355898 ], "z": [ -0.9083121391002702, -1.6075309771839834 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.15001726713534, -10.852418485915686 ], "y": [ 0.14240236662720682, -0.46886438761822247 ], "z": [ -0.02279873173182518, 0.9985892861194423 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.15001726713534, -10.828604021419098 ], "y": [ 0.14240236662720682, 0.776494944806152 ], "z": [ -0.02279873173182518, -1.0456699940170728 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.852418485915686, -12.235127509651758 ], "y": [ -0.46886438761822247, -0.44464617201101886 ], "z": [ 0.9985892861194423, 0.9967910337306667 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.852418485915686, -10.322908117483921 ], "y": [ -0.46886438761822247, -0.9651160783423941 ], "z": [ 0.9985892861194423, 1.7976456227920548 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.235127509651758, -12.913699989739762 ], "y": [ -0.44464617201101886, 0.19030003563624187 ], "z": [ 0.9967910337306667, -0.025559543449971196 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.235127509651758, -12.784861466063473 ], "y": [ -0.44464617201101886, -0.9229387254754228 ], "z": [ 0.9967910337306667, 1.7940706650197278 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.913699989739762, -12.211284496763657 ], "y": [ 0.19030003563624187, 0.8024204193499845 ], "z": [ -0.025559543449971196, -1.04642687619663 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.913699989739762, -13.993811977017103 ], "y": [ 0.19030003563624187, 0.2085285539986947 ], "z": [ -0.025559543449971196, -0.027754095363224984 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.211284496763657, -10.828604021419098 ], "y": [ 0.8024204193499845, 0.776494944806152 ], "z": [ -1.04642687619663, -1.0456699940170728 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -12.211284496763657, -12.740809139391178 ], "y": [ 0.8024204193499845, 1.2978184806058426 ], "z": [ -1.04642687619663, -1.8460038979738531 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.828604021419098, -10.27888433920314 ], "y": [ 0.776494944806152, 1.2539338688022434 ], "z": [ -1.0456699940170728, -1.8434703104107435 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.069865928234204, -10.15001726713534 ], "y": [ 0.12673478701597007, 0.14240236662720682 ], "z": [ -0.01904213657620686, -0.02279873173182518 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.945756936444402, -8.545178190520847 ], "y": [ -1.2961012734340212, -1.371877024116677 ], "z": [ 1.5722349199937913, 2.8928570097389206 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.945756936444402, -10.047861112661407 ], "y": [ -1.2961012734340212, -2.009550451756646 ], "z": [ 1.5722349199937913, 1.1419145106290818 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.545178190520847, -9.247612377498065 ], "y": [ -1.371877024116677, -2.163136529962471 ], "z": [ 2.8928570097389206, 3.7833448577044755 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.545178190520847, -7.684681493313934 ], "y": [ -1.371877024116677, -0.8141358898535607 ], "z": [ 2.8928570097389206, 3.2299152558135296 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.247612377498065, -10.34912626249579 ], "y": [ -2.163136529962471, -2.8773613239590765 ], "z": [ 3.7833448577044755, 3.3528008938660268 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -9.247612377498065, -8.935859571973506 ], "y": [ -2.163136529962471, -2.222165429982914 ], "z": [ 3.7833448577044755, 4.8157942643147695 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.34912626249579, -10.749114717200072 ], "y": [ -2.8773613239590765, -2.8023611889503943 ], "z": [ 3.3528008938660268, 2.0319552496471545 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.34912626249579, -10.89861967812967 ], "y": [ -2.8773613239590765, -3.4947608388259015 ], "z": [ 3.3528008938660268, 4.048396915431148 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.749114717200072, -10.047861112661407 ], "y": [ -2.8023611889503943, -2.009550451756646 ], "z": [ 2.0319552496471545, 1.1419145106290818 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.749114717200072, -11.61020170562626 ], "y": [ -2.8023611889503943, -3.359326707539534 ], "z": [ 2.0319552496471545, 1.6951205580462887 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -10.047861112661407, -10.360204209405238 ], "y": [ -2.009550451756646, -1.9497459360622307 ], "z": [ 1.1419145106290818, 0.10968865849253029 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -8.39471180036761, -8.945756936444402 ], "y": [ -0.6812731256046214, -1.2961012734340212 ], "z": [ 0.8762450334241298, 1.5722349199937913 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.382, -2.462081690954358 ], "y": [ 0.019, 0.03400113459658857 ], "z": [ 0, -0.0010000756397725913 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0758479762557185, -2.9773634538814564 ], "y": [ 5.505762177542728, 6.355019938939001 ], "z": [ -0.004383090443812392, 1.081577338651512 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0758479762557185, -3.8497722366315448 ], "y": [ 5.505762177542728, 5.8612568695753176 ], "z": [ -0.004383090443812392, -1.0922634897241663 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.9773634538814564, -3.6548061220778387 ], "y": [ 6.355019938939001, 7.56064828899386 ], "z": [ 1.081577338651512, 1.0791871815512497 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.6548061220778387, -4.429522263324904 ], "y": [ 7.56064828899386, 7.9156988540392454 ], "z": [ 1.0791871815512497, -0.008274080633389793 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.429522263324904, -4.5287986665704025 ], "y": [ 7.9156988540392454, 7.065996965655765 ], "z": [ -0.008274080633389793, -1.093815372633001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.5287986665704025, -3.8497722366315448 ], "y": [ 7.065996965655765, 5.8612568695753176 ], "z": [ -1.093815372633001, -1.0922634897241663 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.8497722366315448, -3.9261703244394273 ], "y": [ 5.8612568695753176, 5.196966133295657 ], "z": [ -1.0922634897241663, -1.9405005732523075 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.549717285085803, -3.198927863136106 ], "y": [ 4.562276179776736, 3.40870298757422 ], "z": [ -0.0005532303184024811, -0.39809884478206253 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.549717285085803, -1.2277655494366466 ], "y": [ 4.562276179776736, 4.509586538423801 ], "z": [ -0.0005532303184024811, 0.39755028675759824 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.198927863136106, -2.524241505259186 ], "y": [ 3.40870298757422, 2.2015276420976053 ], "z": [ -0.39809884478206253, -0.39816023036752995 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.198927863136106, -4.231959867855997 ], "y": [ 3.40870298757422, 3.449012338166564 ], "z": [ -0.39809884478206253, -0.7085147488192576 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.524241505259186, -1.2020000000000004 ], "y": [ 2.2015276420976053, 2.149 ], "z": [ -0.39816023036752995, -0.0010000000000000026 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.524241505259186, -3.031101225313095 ], "y": [ 2.2015276420976053, 1.2993742482781951 ], "z": [ -0.39816023036752995, -0.7077381336600563 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.2020000000000004, -0.5524996523396684 ], "y": [ 2.149, 3.3027351914578476 ], "z": [ -0.0010000000000000026, 0.39560232775518994 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.5524996523396684, -1.2277655494366466 ], "y": [ 3.3027351914578476, 4.509586538423801 ], "z": [ 0.39560232775518994, 0.39755028675759824 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.5524996523396684, 0.48024258277019305 ], "y": [ 3.3027351914578476, 3.2622638416101726 ], "z": [ 0.39560232775518994, 0.7069615185008546 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.2277655494366466, -0.7211955989927665 ], "y": [ 4.509586538423801, 5.41157793298788 ], "z": [ 0.39755028675759824, 0.7080714767585939 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0758479762557185, -2.549717285085803 ], "y": [ 5.505762177542728, 4.562276179776736 ], "z": [ -0.004383090443812392, -0.0005532303184024811 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3720318029819856, -2.9768821099897402 ], "y": [ 6.078151025746048, 5.713721718515928 ], "z": [ 1.9318614162938932, 3.1199672138323127 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3720318029819856, -0.9940237594419459 ], "y": [ 6.078151025746048, 6.092156493957629 ], "z": [ 1.9318614162938932, 1.8332882008693747 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.9768821099897402, -2.2019268303265003 ], "y": [ 5.713721718515928, 5.363965592701098 ], "z": [ 3.1199672138323127, 4.210650012347569 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.9768821099897402, -4.053447194272268 ], "y": [ 5.713721718515928, 5.701813212721421 ], "z": [ 3.1199672138323127, 3.1974514496064197 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.2019268303265003, -0.8239078741454611 ], "y": [ 5.363965592701098, 5.378925469862688 ], "z": [ 4.210650012347569, 4.112375099572073 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.2019268303265003, -2.6737799679330223 ], "y": [ 5.363965592701098, 5.07808457697476 ], "z": [ 4.210650012347569, 5.139225621212114 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.8239078741454611, -0.2190466544967049 ], "y": [ 5.378925469862688, 5.744309186042813 ], "z": [ 4.112375099572073, 2.9245676046826765 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.8239078741454611, -0.21830261222447644 ], "y": [ 5.378925469862688, 5.104809612057705 ], "z": [ 4.112375099572073, 4.96389242953868 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.2190466544967049, -0.9940237594419459 ], "y": [ 5.744309186042813, 6.092156493957629 ], "z": [ 2.9245676046826765, 1.8332882008693747 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.2190466544967049, 0.8575075171448225 ], "y": [ 5.744309186042813, 5.755263282887312 ], "z": [ 2.9245676046826765, 2.8467850662595504 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.9940237594419459, -0.5221815344764222 ], "y": [ 6.092156493957629, 6.3770831007339615 ], "z": [ 1.8332882008693747, 0.904414289355808 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.9773634538814564, -2.3720318029819856 ], "y": [ 6.355019938939001, 6.078151025746048 ], "z": [ 1.081577338651512, 1.9318614162938932 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.57761006668611, -4.685107149740397 ], "y": [ 8.22543556904679, 8.466109045553933 ], "z": [ 1.9270719815434556, 2.7181310746156546 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.57761006668611, -2.3737707665105248 ], "y": [ 8.22543556904679, 8.837748812149474 ], "z": [ 1.9270719815434556, 2.2180400754538283 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.685107149740397, -4.58795096496682 ], "y": [ 8.466109045553933, 9.321097133725445 ], "z": [ 2.7181310746156546, 3.800734439124129 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.685107149740397, -5.625757831160998 ], "y": [ 8.466109045553933, 7.987457981921619 ], "z": [ 2.7181310746156546, 2.491840432240381 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.58795096496682, -3.384362758552908 ], "y": [ 9.321097133725445, 9.934180844767306 ], "z": [ 3.800734439124129, 4.091116588431698 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.58795096496682, -5.452685316275072 ], "y": [ 9.321097133725445, 9.508981720438392 ], "z": [ 3.800734439124129, 4.420056555428081 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.384362758552908, -2.2771167692602905 ], "y": [ 9.934180844767306, 9.694277836199333 ], "z": [ 4.091116588431698, 3.2994715507567003 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.384362758552908, -3.3079138977335836 ], "y": [ 9.934180844767306, 10.601331945423823 ], "z": [ 4.091116588431698, 4.937310408175277 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.2771167692602905, -2.3737707665105248 ], "y": [ 9.694277836199333, 8.837748812149474 ], "z": [ 3.2994715507567003, 2.2180400754538283 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.2771167692602905, -1.3362149940780195 ], "y": [ 9.694277836199333, 10.172158431892473 ], "z": [ 3.2994715507567003, 3.526348137734774 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3737707665105248, -1.508785321440603 ], "y": [ 8.837748812149474, 8.649093757497349 ], "z": [ 2.2180400754538283, 1.5993039037526786 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.6548061220778387, -3.57761006668611 ], "y": [ 7.56064828899386, 8.22543556904679 ], "z": [ 1.0791871815512497, 1.9270719815434556 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.958030295418769, -4.366362994441159 ], "y": [ 8.857855498374287, 9.98228181299234 ], "z": [ -0.010846537738002225, 0.533068223918943 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.958030295418769, -6.225977073228156 ], "y": [ 8.857855498374287, 8.937711568759726 ], "z": [ -0.010846537738002225, -0.5537581112611536 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.366362994441159, -5.0446518679171755 ], "y": [ 9.98228181299234, 11.187435783168775 ], "z": [ 0.533068223918943, 0.5345215946961656 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.366362994441159, -3.375460727032767 ], "y": [ 9.98228181299234, 9.920786168500843 ], "z": [ 0.533068223918943, 0.9567060198643513 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.0446518679171755, -6.3129935109656135 ], "y": [ 11.187435783168775, 11.26706853941485 ], "z": [ 0.5345215946961656, -0.007498792966372325 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.0446518679171755, -4.582636660927427 ], "y": [ 11.187435783168775, 12.066882418468733 ], "z": [ 0.5345215946961656, 0.9584809844610398 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.3129935109656135, -6.905055677182265 ], "y": [ 11.26706853941485, 10.142418910657424 ], "z": [ -0.007498792966372325, -0.5505223687627072 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.3129935109656135, -6.842687837086851 ], "y": [ 11.26706853941485, 12.208558268862458 ], "z": [ -0.007498792966372325, -0.007397700755504635 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.905055677182265, -6.225977073228156 ], "y": [ 10.142418910657424, 8.937711568759726 ], "z": [ -0.5505223687627072, -0.5537581112611536 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.905055677182265, -7.895563079351614 ], "y": [ 10.142418910657424, 10.204137869288285 ], "z": [ -0.5505223687627072, -0.9750513505687285 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.225977073228156, -6.687597414978861 ], "y": [ 8.937711568759726, 8.058488247599135 ], "z": [ -0.5537581112611536, -0.978608686886637 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.429522263324904, -4.958030295418769 ], "y": [ 7.9156988540392454, 8.857855498374287 ], "z": [ -0.008274080633389793, -0.010846537738002225 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.133337991602916, -6.293679547488491 ], "y": [ 7.343310123107075, 8.070813578980815 ], "z": [ -1.944518571614926, -1.7585234228157904 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.133337991602916, -4.744994981072097 ], "y": [ 7.343310123107075, 6.974635891375365 ], "z": [ -1.944518571614926, -3.2181307641715513 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.293679547488491, -7.065501280482367 ], "y": [ 8.070813578980815, 8.430500326948351 ], "z": [ -1.7585234228157904, -2.8481979869930325 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.293679547488491, -6.598086463223794 ], "y": [ 8.070813578980815, 8.358522742443112 ], "z": [ -1.7585234228157904, -0.7636878248839762 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.065501280482367, -6.676639138637897 ], "y": [ 8.430500326948351, 8.062676345455952 ], "z": [ -2.8481979869930325, -4.121897226719277 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -7.065501280482367, -7.972959395935641 ], "y": [ 8.430500326948351, 8.998180050519991 ], "z": [ -2.8481979869930325, -2.7036798215479223 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.676639138637897, -5.51577845143867 ], "y": [ 8.062676345455952, 7.336023139821525 ], "z": [ -4.121897226719277, -4.3079794226880335 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -6.676639138637897, -7.279861497832252 ], "y": [ 8.062676345455952, 8.342650542358392 ], "z": [ -4.121897226719277, -4.973199895831046 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.51577845143867, -4.744994981072097 ], "y": [ 7.336023139821525, 6.974635891375365 ], "z": [ -4.3079794226880335, -3.2181307641715513 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -5.51577845143867, -5.21189066701702 ], "y": [ 7.336023139821525, 7.047463726119915 ], "z": [ -4.3079794226880335, -5.302727973450224 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.744994981072097, -3.838055996932476 ], "y": [ 6.974635891375365, 6.406105917564416 ], "z": [ -3.2181307641715513, -3.362561882447044 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.5287986665704025, -5.133337991602916 ], "y": [ 7.065996965655765, 7.343310123107075 ], "z": [ -1.093815372633001, -1.944518571614926 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.675, -1.2020000000000004 ], "y": [ 1.206, 2.149 ], "z": [ 0, -0.0010000000000000026 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.22944496881529, 4.472899899211481 ], "y": [ 5.417079483582078, 5.481437862299586 ], "z": [ -0.0017582911743712938, -0.6016964839594774 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.22944496881529, 2.6895530441423317 ], "y": [ 5.417079483582078, 6.541258722594887 ], "z": [ -0.0017582911743712938, 0.5928480897580163 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.472899899211481, 5.176191903796692 ], "y": [ 5.481437862299586, 6.672161024391061 ], "z": [ -0.6016964839594774, -0.6074155350516892 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.176191903796692, 4.635868804605391 ], "y": [ 6.672161024391061, 7.796590770282176 ], "z": [ -0.6074155350516892, -0.01367594984993922 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.635868804605391, 3.3919826996908546 ], "y": [ 7.796590770282176, 7.732482898442975 ], "z": [ -0.01367594984993922, 0.5853954472045294 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.3919826996908546, 2.6895530441423317 ], "y": [ 7.732482898442975, 6.541258722594887 ], "z": [ 0.5853954472045294, 0.5928480897580163 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6895530441423317, 1.7177479524938555 ], "y": [ 6.541258722594887, 6.490061075567865 ], "z": [ 0.5928480897580163, 1.061461645670554 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6785798200555115, 2.2699288722681312 ], "y": [ 4.487810482067944, 3.9269566319974087 ], "z": [ -0.000915256896139526, -1.1961957100675 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.6785798200555115, 2.3793327335058114 ], "y": [ 4.487810482067944, 3.8626915811597247 ], "z": [ -0.000915256896139526, 1.1942820242749725 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2699288722681312, 1.560322436553938 ], "y": [ 3.9269566319974087, 2.7399722965831934 ], "z": [ -1.1961957100675, -1.1952502608232578 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2699288722681312, 2.5040485484548403 ], "y": [ 3.9269566319974087, 4.414408674759482 ], "z": [ -1.1961957100675, -2.1303886683097 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.560322436553938, 1.2602182397544979 ], "y": [ 2.7399722965831934, 2.1153658377078117 ], "z": [ -1.1952502608232578, -3.94646933992728e-7 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.560322436553938, 1.2414312787953368 ], "y": [ 2.7399722965831934, 2.3004546771637924 ], "z": [ -1.1952502608232578, -2.12893044789123 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2602182397544979, 1.6680120772921403 ], "y": [ 2.1153658377078117, 2.6767321298111844 ], "z": [ -3.94646933992728e-7, 1.1953326435296392 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.6680120772921403, 2.3793327335058114 ], "y": [ 2.6767321298111844, 3.8626915811597247 ], "z": [ 1.1953326435296392, 1.1942820242749725 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.6680120772921403, 1.4347495113551696 ], "y": [ 2.6767321298111844, 2.188767645016273 ], "z": [ 1.1953326435296392, 2.1294730167666276 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.3793327335058114, 2.699081001514152 ], "y": [ 3.8626915811597247, 4.301696758546289 ], "z": [ 1.1942820242749725, 2.1279096263377335 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.22944496881529, 2.6785798200555115 ], "y": [ 5.417079483582078, 4.487810482067944 ], "z": [ -0.0017582911743712938, -0.000915256896139526 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.895812912080033, 4.848692724646349 ], "y": [ 4.602982444745904, 4.458207091828521 ], "z": [ -1.0659447777447244, -2.4396506360433152 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.895812912080033, 5.4871126271458674 ], "y": [ 4.602982444745904, 3.626572992412143 ], "z": [ -1.0659447777447244, -0.28760794297692716 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.848692724646349, 5.394701162184737 ], "y": [ 4.458207091828521, 3.335736626762438 ], "z": [ -2.4396506360433152, -3.034973104283198 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.848692724646349, 4.386189820319638 ], "y": [ 4.458207091828521, 5.220296892508132 ], "z": [ -2.4396506360433152, -3.048295195034412 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.394701162184737, 5.9868799974476286 ], "y": [ 3.335736626762438, 2.35979706718681 ], "z": [ -3.034973104283198, -2.256715946833287 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.394701162184737, 5.357442021679464 ], "y": [ 3.335736626762438, 3.2213089101545225 ], "z": [ -3.034973104283198, -4.10835283863666 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.9868799974476286, 6.03487930507837 ], "y": [ 2.35979706718681, 2.5050423128623223 ], "z": [ -2.256715946833287, -0.8830897658525831 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.9868799974476286, 6.4125986561236585 ], "y": [ 2.35979706718681, 1.4824017736127466 ], "z": [ -2.256715946833287, -2.7213880058912534 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.03487930507837, 5.4871126271458674 ], "y": [ 2.5050423128623223, 3.626572992412143 ], "z": [ -0.8830897658525831, -0.28760794297692716 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.03487930507837, 6.496503089208025 ], "y": [ 2.5050423128623223, 1.742482619424579 ], "z": [ -0.8830897658525831, -0.2743655295435997 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.4871126271458674, 5.523492647454084 ], "y": [ 3.626572992412143, 3.740530816261929 ], "z": [ -0.28760794297692716, 0.7858514686944216 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.472899899211481, 4.895812912080033 ], "y": [ 5.481437862299586, 4.602982444745904 ], "z": [ -0.6016964839594774, -1.0659447777447244 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.148504834364891, 6.5712332288315265 ], "y": [ 6.723112181908946, 7.901251358129322 ], "z": [ -1.0751991787840316, -1.6613192910190886 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.148504834364891, 6.970438403325504 ], "y": [ 6.723112181908946, 5.61263149365427 ], "z": [ -1.0751991787840316, -1.0839655479919608 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.5712332288315265, 7.818030904654488 ], "y": [ 7.901251358129322, 7.968350897292001 ], "z": [ -1.6613192910190886, -2.255850372970759 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.5712332288315265, 5.9292774911776736 ], "y": [ 7.901251358129322, 8.769005435190714 ], "z": [ -1.6613192910190886, -1.6555147551519467 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.818030904654488, 8.64036371414166 ], "y": [ 7.968350897292001, 6.85815974407876 ], "z": [ -2.255850372970759, -2.2637468131805902 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.818030904654488, 8.148794247615314 ], "y": [ 7.968350897292001, 8.888352996286983 ], "z": [ -2.255850372970759, -2.714999312638712 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.64036371414166, 8.21803456020158 ], "y": [ 6.85815974407876, 5.680310102899818 ], "z": [ -2.2637468131805902, -1.6767567719474354 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.64036371414166, 9.613951030690911 ], "y": [ 6.85815974407876, 6.909983524090121 ], "z": [ -2.2637468131805902, -2.728957553469077 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.21803456020158, 6.970438403325504 ], "y": [ 5.680310102899818, 5.61263149365427 ], "z": [ -1.6767567719474354, -1.0839655479919608 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.21803456020158, 8.859591057328876 ], "y": [ 5.680310102899818, 4.812266490796992 ], "z": [ -1.6767567719474354, -1.6834312368126723 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.970438403325504, 6.639275819838119 ], "y": [ 5.61263149365427, 4.692339859617854 ], "z": [ -1.0839655479919608, -0.6256865373221037 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.176191903796692, 6.148504834364891 ], "y": [ 6.672161024391061, 6.723112181908946 ], "z": [ -0.6074155350516892, -1.0751991787840316 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.185442195811897, 5.9225914269174655 ], "y": [ 8.726614280973228, 9.096483468598988 ], "z": [ -0.017119382385224688, 1.0919594223556863 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.185442195811897, 5.154674052110466 ], "y": [ 8.726614280973228, 9.54361288841154 ], "z": [ -0.017119382385224688, -1.130845379557342 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.9225914269174655, 6.630349964881474 ], "y": [ 9.096483468598988, 10.284556135766962 ], "z": [ 1.0919594223556863, 1.0860273512654819 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.9225914269174655, 5.9464536554839205 ], "y": [ 9.096483468598988, 8.45903316997759 ], "z": [ 1.0919594223556863, 1.9627209918081594 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.630349964881474, 6.60037887485157 ], "y": [ 10.284556135766962, 11.10107807107843 ], "z": [ 1.0860273512654819, -0.02806944117117031 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.630349964881474, 7.205888313226594 ], "y": [ 10.284556135766962, 10.574861547882705 ], "z": [ 1.0860273512654819, 1.9526901330211555 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.60037887485157, 5.864026697417524 ], "y": [ 11.10107807107843, 10.730732211325828 ], "z": [ -0.02806944117117031, -1.1375190411766154 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.60037887485157, 7.152345193074406 ], "y": [ 11.10107807107843, 12.029674553930942 ], "z": [ -0.02806944117117031, -0.032625270565200634 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.864026697417524, 5.154674052110466 ], "y": [ 10.730732211325828, 9.54361288841154 ], "z": [ -1.1375190411766154, -1.130845379557342 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.864026697417524, 5.839367415179543 ], "y": [ 10.730732211325828, 11.368659182074069 ], "z": [ -1.1375190411766154, -2.007909815364554 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.154674052110466, 4.578338650093821 ], "y": [ 9.54361288841154, 9.253784148422643 ], "z": [ -1.130845379557342, -1.9971373660484817 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.635868804605391, 5.185442195811897 ], "y": [ 7.796590770282176, 8.726614280973228 ], "z": [ -0.01367594984993922, -0.017119382385224688 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.969501123668151, 3.632617611777383 ], "y": [ 8.610687520888659, 9.820662030665 ], "z": [ 1.050510781934393, 0.969973778704915 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.969501123668151, 1.7691071849237614 ], "y": [ 8.610687520888659, 8.52385566733499 ], "z": [ 1.050510781934393, 1.728989684358165 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.632617611777383, 3.094394138115735 ], "y": [ 9.820662030665, 10.944480045467706 ], "z": [ 0.969973778704915, 1.5698258954841213 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.632617611777383, 4.570113954393536 ], "y": [ 9.820662030665, 9.8893902569661 ], "z": [ 0.969973778704915, 0.4393938709710803 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.094394138115735, 1.8944931656584625 ], "y": [ 10.944480045467706, 10.857434157378979 ], "z": [ 1.5698258954841213, 2.249148108916696 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.094394138115735, 3.6114392753385287 ], "y": [ 10.944480045467706, 11.890675360116857 ], "z": [ 1.5698258954841213, 1.5065427807515481 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.8944931656584625, 1.2318696438363443 ], "y": [ 10.857434157378979, 9.647245613067582 ], "z": [ 2.249148108916696, 2.33052842315498 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.8944931656584625, 1.4733224656082995 ], "y": [ 10.857434157378979, 11.735345942284575 ], "z": [ 2.249148108916696, 2.7169783552060127 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2318696438363443, 1.7691071849237614 ], "y": [ 9.647245613067582, 8.52385566733499 ], "z": [ 2.33052842315498, 1.728989684358165 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2318696438363443, 0.29388033493307786 ], "y": [ 9.647245613067582, 9.578731421301539 ], "z": [ 2.33052842315498, 2.8602650198800097 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7691071849237614, 1.2515690814138531 ], "y": [ 8.52385566733499, 7.577874387220893 ], "z": [ 1.728989684358165, 1.7914294880819321 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.3919826996908546, 2.969501123668151 ], "y": [ 7.732482898442975, 8.610687520888659 ], "z": [ 0.5853954472045294, 1.050510781934393 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.707, 1.2602182397544979 ], "y": [ 1.188, 2.1153658377078117 ], "z": [ 0.001, -3.94646933992728e-7 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.306093101140194, 7.000334841077908 ], "y": [ -0.08640022477194918, 0.32555400023454406 ], "z": [ 0.0005471287050730089, 1.1224072461116745 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.306093101140194, 6.992915581348696 ], "y": [ -0.08640022477194918, -0.5158388328927148 ], "z": [ 0.0005471287050730089, -1.1186831257714303 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.000334841077908, 8.383153018001206 ], "y": [ 0.32555400023454406, 0.3086418030456074 ], "z": [ 1.1224072461116745, 1.1237736855613103 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.383153018001206, 9.06998729587073 ], "y": [ 0.3086418030456074, -0.11986054234630461 ], "z": [ 1.1237736855613103, 0.004192328652810053 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.06998729587073, 8.37575735359404 ], "y": [ -0.11986054234630461, -0.5308785046239445 ], "z": [ 0.004192328652810053, -1.1180188911857882 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.37575735359404, 6.992915581348696 ], "y": [ -0.5308785046239445, -0.5158388328927148 ], "z": [ -1.1180188911857882, -1.1186831257714303 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.992915581348696, 6.449569147367086 ], "y": [ -0.5158388328927148, -0.8376013028411547 ], "z": [ -1.1186831257714303, -1.994964225426184 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.225955151153347, 4.524038332578542 ], "y": [ -0.0693335491724807, -0.9290144297541132 ], "z": [ -0.0016294700620143414, -0.8253463894974565 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.225955151153347, 4.546811926602605 ], "y": [ -0.0693335491724807, 0.8083361920588289 ], "z": [ -0.0016294700620143414, 0.8213403385420373 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.524038332578542, 3.1412337785987194 ], "y": [ -0.9290144297541132, -0.9109827457172774 ], "z": [ -0.8253463894974565, -0.8246953415264143 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.524038332578542, 5.0540014756841165 ], "y": [ -0.9290144297541132, -1.6144420256405876 ], "z": [ -0.8253463894974565, -1.4691367884216306 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1412337785987194, 2.462081922426157 ], "y": [ -0.9109827457172774, -0.03400113781147472 ], "z": [ -0.8246953415264143, -0.000999999999999997 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1412337785987194, 2.5919010164682086 ], "y": [ -0.9109827457172774, -1.5817735443371357 ], "z": [ -0.8246953415264143, -1.4688220533906233 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.462081922426157, 3.1639901093791405 ], "y": [ -0.03400113781147472, 0.8249916094446518 ], "z": [ -0.000999999999999997, 0.823442452357805 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1639901093791405, 4.546811926602605 ], "y": [ 0.8249916094446518, 0.8083361920588289 ], "z": [ 0.823442452357805, 0.8213403385420373 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1639901093791405, 2.634035597895386 ], "y": [ 0.8249916094446518, 1.5111073386566325 ], "z": [ 0.823442452357805, 1.4665073183596167 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.546811926602605, 5.096153320354937 ], "y": [ 0.8083361920588289, 1.479815124004194 ], "z": [ 0.8213403385420373, 1.4647415174838843 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.306093101140194, 5.225955151153347 ], "y": [ -0.08640022477194918, -0.0693335491724807 ], "z": [ 0.0005471287050730089, -0.0016294700620143414 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.464153857267633, 7.057429875218614 ], "y": [ 0.6605893734797539, 1.552985651738426 ], "z": [ 1.9978083351218328, 2.870677425578301 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.464153857267633, 5.18771673316765 ], "y": [ 0.6605893734797539, 0.19436572823140635 ], "z": [ 1.9978083351218328, 2.2471329845865617 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.057429875218614, 6.373024155417734 ], "y": [ 1.552985651738426, 1.9783773796615782 ], "z": [ 2.870677425578301, 3.9945567289371606 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.057429875218614, 8.054357570669625 ], "y": [ 1.552985651738426, 1.918240126021492 ], "z": [ 2.870677425578301, 2.6760949519098403 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.373024155417734, 5.0969684705727465 ], "y": [ 1.9783773796615782, 1.5113903133649815 ], "z": [ 3.9945567289371606, 4.244402619610773 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.373024155417734, 6.835514854557908 ], "y": [ 1.9783773796615782, 2.676519023079046 ], "z": [ 3.9945567289371606, 4.676705245709861 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.0969684705727465, 4.504073891876759 ], "y": [ 1.5113903133649815, 0.6182306140580635 ], "z": [ 4.244402619610773, 3.372054770363189 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.0969684705727465, 4.56171844780847 ], "y": [ 1.5113903133649815, 1.8442687404799225 ], "z": [ 4.244402619610773, 5.121715771166324 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.504073891876759, 5.18771673316765 ], "y": [ 0.6182306140580635, 0.19436572823140635 ], "z": [ 3.372054770363189, 2.2471329845865617 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.504073891876759, 3.506764757170752 ], "y": [ 0.6182306140580635, 0.2537395608232459 ], "z": [ 3.372054770363189, 3.5661160028227674 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.18771673316765, 4.724844594772478 ], "y": [ 0.19436572823140635, -0.5030124941378107 ], "z": [ 2.2471329845865617, 1.5644632266049774 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.000334841077908, 6.464153857267633 ], "y": [ 0.32555400023454406, 0.6605893734797539 ], "z": [ 1.1224072461116745, 1.9978083351218328 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.926530498253966, 9.932680211990895 ], "y": [ 0.62949330859028, 1.5697392589080237 ], "z": [ 2.0004750133177556, 1.882796185748062 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.926530498253966, 8.618666885303629 ], "y": [ 0.62949330859028, 0.09734569466391252 ], "z": [ 2.0004750133177556, 3.2377534431037276 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.932680211990895, 10.631978977901284 ], "y": [ 1.5697392589080237, 1.9770197948129944 ], "z": [ 1.882796185748062, 3.0042139495939733 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.932680211990895, 10.173214515557575 ], "y": [ 1.5697392589080237, 1.9864826813340182 ], "z": [ 1.882796185748062, 0.9165632072835705 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.631978977901284, 10.324781057825156 ], "y": [ 1.9770197948129944, 1.4441411045685322 ], "z": [ 3.0042139495939733, 4.24134277852985 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.631978977901284, 11.417757198150719 ], "y": [ 1.9770197948129944, 2.7124901542386173 ], "z": [ 3.0042139495939733, 2.9133187407654604 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.324781057825156, 9.31929703696243 ], "y": [ 1.4441411045685322, 0.5031640779326921 ], "z": [ 4.24134277852985, 4.358872005249445 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.324781057825156, 10.870198460632707 ], "y": [ 1.4441411045685322, 1.7628246794840026 ], "z": [ 4.24134277852985, 5.117664429405695 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.31929703696243, 8.618666885303629 ], "y": [ 0.5031640779326921, 0.09734569466391252 ], "z": [ 4.358872005249445, 3.2377534431037276 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.31929703696243, 9.078097040521545 ], "y": [ 0.5031640779326921, 0.08715173182479119 ], "z": [ 4.358872005249445, 5.325254584564032 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.618666885303629, 7.832222972179987 ], "y": [ 0.09734569466391252, -0.6373935884436138 ], "z": [ 3.2377534431037276, 3.3287982527823385 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.383153018001206, 8.926530498253966 ], "y": [ 0.3086418030456074, 0.62949330859028 ], "z": [ 1.1237736855613103, 2.0004750133177556 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.150164109885981, 10.83055388910134 ], "y": [ -0.1341184755757231, -0.7796529509454467 ], "z": [ 0.005315623733509105, 1.0205018083560222 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.150164109885981, 10.850856591839637 ], "y": [ -0.1341184755757231, 0.49593126597116166 ], "z": [ 0.005315623733509105, -1.0050735928114491 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.83055388910134, 12.213396551280722 ], "y": [ -0.7796529509454467, -0.793789088227871 ], "z": [ 1.0205018083560222, 1.0250119391036452 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.83055388910134, 10.283749464953592 ], "y": [ -0.7796529509454467, -1.2727624698130282 ], "z": [ 1.0205018083560222, 1.8097963820955314 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.213396551280722, 12.914095941381362 ], "y": [ -0.793789088227871, -0.1628934297673546 ], "z": [ 1.0250119391036452, 0.015155992521031197 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.213396551280722, 12.745916390202826 ], "y": [ -0.793789088227871, -1.2988701752138803 ], "z": [ 1.0250119391036452, 1.8174396750666242 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.914095941381362, 12.233713070312987 ], "y": [ -0.1628934297673546, 0.4834869625159999 ], "z": [ 0.015155992521031197, -0.9994969221391378 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.914095941381362, 13.994296950882905 ], "y": [ -0.1628934297673546, -0.17461365807239138 ], "z": [ 0.015155992521031197, 0.017879101098363073 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.233713070312987, 10.850856591839637 ], "y": [ 0.4834869625159999, 0.49593126597116166 ], "z": [ -0.9994969221391378, -1.0050735928114491 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 12.233713070312987, 12.780510586313746 ], "y": [ 0.4834869625159999, 0.9757505644699503 ], "z": [ -0.9994969221391378, -1.7893247658409912 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.850856591839637, 10.318329844770549 ], "y": [ 0.49593126597116166, 1.0001664360435405 ], "z": [ -1.0050735928114491, -1.7980345987367723 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 9.06998729587073, 10.150164109885981 ], "y": [ -0.11986054234630461, -0.1341184755757231 ], "z": [ 0.004192328652810053, 0.005315623733509105 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.911926419957066, 10.259752911720673 ], "y": [ -0.8668504411861521, -0.590625274389118 ], "z": [ -1.9930685501666405, -2.1246413639548853 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.911926419957066, 8.251958147875058 ], "y": [ -0.8668504411861521, -1.5757548830493913 ], "z": [ -1.9930685501666405, -2.978317438596188 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.259752911720673, 10.947881940967964 ], "y": [ -0.590625274389118, -1.0251103709198839 ], "z": [ -2.1246413639548853, -3.242753674950445 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.259752911720673, 10.77582880548783 ], "y": [ -0.590625274389118, -0.03615352000362171 ], "z": [ -2.1246413639548853, -1.3556389286784407 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.947881940967964, 10.288134703901031 ], "y": [ -1.0251103709198839, -1.7348702157610951 ], "z": [ -3.242753674950445, -4.2275341306021215 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.947881940967964, 12.000978355800825 ], "y": [ -1.0251103709198839, -0.8088351703898463 ], "z": [ -3.242753674950445, -3.34686409086485 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.288134703901031, 8.940529247152497 ], "y": [ -1.7348702157610951, -2.0119507855361056 ], "z": [ -4.2275341306021215, -4.095492884036006 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 10.288134703901031, 10.825180112242041 ], "y": [ -1.7348702157610951, -2.073541978859847 ], "z": [ -4.2275341306021215, -5.101526502570788 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.940529247152497, 8.251958147875058 ], "y": [ -2.0119507855361056, -1.5757548830493913 ], "z": [ -4.095492884036006, -2.978317438596188 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.940529247152497, 8.424232318370265 ], "y": [ -2.0119507855361056, -2.5655671369436233 ], "z": [ -4.095492884036006, -4.864963752090321 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.251958147875058, 7.1986406980271225 ], "y": [ -1.5757548830493913, -1.7911746806014515 ], "z": [ -2.978317438596188, -2.874675455459652 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 8.37575735359404, 8.911926419957066 ], "y": [ -0.5308785046239445, -0.8668504411861521 ], "z": [ -1.1180188911857882, -1.9930685501666405 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.382, 2.462081922426157 ], "y": [ -0.019, -0.03400113781147472 ], "z": [ -0.001, -0.000999999999999997 ] } ], "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": 10, "metadata": {}, "outputs": [], "source": [ "core_opt.to_pdb(\"./files/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.0" }, "orig_nbformat": 4 }, "nbformat": 4, "nbformat_minor": 2 }