diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7a2b142..4efca7e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
- python-version: '3.6'
+ python-version: '3.8'
architecture: 'x64'
- name: Install the library
run: |
diff --git a/Workflow.ipynb b/Workflow.ipynb
index e8a4371..2b1dc05 100644
--- a/Workflow.ipynb
+++ b/Workflow.ipynb
@@ -64,7 +64,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
- "C:\\Users\\voytik\\Anaconda3\\envs\\alphamap\\lib\\site-packages\\IPython\\core\\interactiveshell.py:3357: DtypeWarning: Columns (2) have mixed types.Specify dtype option on import or set low_memory=False.\n",
+ "/opt/anaconda3/envs/alphamap_fold/lib/python3.8/site-packages/IPython/core/interactiveshell.py:3364: DtypeWarning: Columns (2) have mixed types.Specify dtype option on import or set low_memory=False.\n",
" if (await self.run_code(code, result, async_=asy)):\n"
]
}
@@ -4739,7 +4739,7 @@
"Leucine",
"Glutamine",
"Valine",
- "Treonine",
+ "Threonine",
"Serine",
"Phenylalanine",
"Proline",
@@ -4751,7 +4751,7 @@
"Methionine",
"Asparagine",
"Arginine",
- "Treonine",
+ "Threonine",
"Alanine",
"Methionine",
"Arginine",
@@ -4790,7 +4790,7 @@
"Lysine",
"Glutamine",
"Alanine",
- "Treonine",
+ "Threonine",
"Glutamic acid",
"Glycine",
"Proline",
@@ -4849,26 +4849,26 @@
"Glutamic acid",
"Proline",
"Glycine",
- "Treonine",
+ "Threonine",
"Aspartic acid",
"Arginine",
"Lysine",
"Serine",
- "Treonine",
+ "Threonine",
"Glycine",
"Phenylalanine",
"Glutamic acid",
- "Treonine",
+ "Threonine",
"Leucine",
"Valine",
"Valine",
- "Treonine",
+ "Threonine",
"Serine",
"Glutamic acid",
"Aspartic acid",
"Glycine",
"Isoleucine",
- "Treonine",
+ "Threonine",
"Lysine",
"Isoleucine",
"Methionine",
@@ -4883,7 +4883,7 @@
"Alanine",
"Isoleucine",
"Asparagine",
- "Treonine",
+ "Threonine",
"Glutamic acid",
"Methionine",
"Tyrosine",
@@ -4904,10 +4904,10 @@
"Serine",
"Isoleucine",
"Isoleucine",
- "Treonine",
+ "Threonine",
"Valine",
"Leucine",
- "Treonine",
+ "Threonine",
"Glycine",
"Asparagine",
"Glycine",
@@ -4920,10 +4920,10 @@
"Asparagine",
"Aspartic acid",
"Leucine",
- "Treonine",
+ "Threonine",
"Asparagine",
"Phenylalanine",
- "Treonine",
+ "Threonine",
"Aspartic acid",
"Isoleucine",
"Proline",
@@ -4969,7 +4969,7 @@
"Isoleucine",
"Serine",
"Valine",
- "Treonine",
+ "Threonine",
"Leucine",
"Leucine",
"Glycine",
@@ -4984,10 +4984,10 @@
"Aspartic acid",
"Arginine",
"Alanine",
- "Treonine",
+ "Threonine",
"Phenylalanine",
"Histidine",
- "Treonine",
+ "Threonine",
"Proline",
"Phenylalanine",
"Serine",
@@ -5003,7 +5003,7 @@
"Serine",
"Serine",
"Tyrosine",
- "Treonine",
+ "Threonine",
"Phenylalanine",
"Proline",
"Lysine",
@@ -5014,7 +5014,7 @@
"Alanine",
"Lysine",
"Alanine",
- "Treonine",
+ "Threonine",
"Glutamic acid",
"Methionine",
"Leucine",
@@ -5024,7 +5024,7 @@
"Lysine",
"Lysine",
"Leucine",
- "Treonine",
+ "Threonine",
"Alanine",
"Glycine",
"Glutamic acid",
@@ -5035,21 +5035,21 @@
"Glycine",
"Leucine",
"Valine",
- "Treonine",
+ "Threonine",
"Glutamic acid",
"Valine",
"Phenylalanine",
"Proline",
"Aspartic acid",
"Serine",
- "Treonine",
+ "Threonine",
"Phenylalanine",
"Glutamine",
"Lysine",
"Glutamic acid",
"Valine",
"Tryptophan",
- "Treonine",
+ "Threonine",
"Arginine",
"Leucine",
"Lysine",
@@ -5098,7 +5098,7 @@
"Aspartic acid",
"Glutamic acid",
"Cysteine",
- "Treonine",
+ "Threonine",
"Asparagine",
"Alanine",
"Valine",
@@ -7587,9 +7587,9 @@
}
},
"text/html": [
- "
"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
+ "plot_peptide_traces(formatted_diann_data,\n",
+ " name = 'proteome',\n",
+ " protein = \"P55036\",\n",
+ " fasta = human_fasta,\n",
+ " uniprot=human_uniprot,\n",
+ " selected_features=['CHAIN','DOMAIN','STRUCTURE'],\n",
+ " uniprot_feature_dict=uniprot_feature_dict, \n",
+ " uniprot_color_dict=uniprot_color_dict)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "## Annotation of AlphaFold structure properties"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "100%|███████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 1780.26it/s]\n",
+ "100%|███████████████████████████████████████████████████████████████████████████████████████████| 254/254 [00:00<00:00, 1623.67it/s]\n",
+ "100%|██████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10866.07it/s]\n",
+ " 0%| | 0/1 [00:00, ?it/s]"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Valid proteins: 0\n",
+ "Invalid proteins: 0\n",
+ "Existing proteins: 1\n",
+ "Valid proteins: 0\n",
+ "Invalid proteins: 0\n",
+ "Existing proteins: 1\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "100%|█████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:02<00:00, 2.95s/it]\n",
+ "100%|█████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4.59it/s]\n"
+ ]
+ },
+ {
+ "data": {
+ "application/vnd.plotly.v1+json": {
+ "config": {
+ "plotlyServerURL": "https://plot.ly"
+ },
+ "data": [
+ {
+ "hovertemplate": "Peptide: %{meta}
Protein IDs: %{text}",
+ "marker": {
+ "color": [
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a"
+ ],
+ "line": {
+ "color": [
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a",
+ "#023e8a"
+ ]
+ },
+ "opacity": 1,
+ "size": [
+ 6,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 8,
+ 6
+ ],
+ "symbol": [
+ 7,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 8
+ ]
+ },
+ "meta": [
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR",
+ "AAAASAAEAGIATTGTEDSDDALLK[GlyGly (K)]M[Oxidation (M)]TISQQEFGR"
+ ],
+ "mode": "markers",
+ "name": "",
+ "showlegend": false,
+ "text": [
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036",
+ "P55036"
+ ],
+ "type": "scatter",
+ "x": [
+ 238,
+ 239,
+ 240,
+ 241,
+ 242,
+ 243,
+ 244,
+ 245,
+ 246,
+ 247,
+ 248,
+ 249,
+ 250,
+ 251,
+ 252,
+ 253,
+ 254,
+ 255,
+ 256,
+ 257,
+ 258,
+ 259,
+ 260,
+ 261,
+ 262,
+ 263,
+ 264,
+ 265,
+ 266,
+ 267,
+ 268,
+ 269,
+ 270,
+ 271,
+ 272
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ "hovertemplate": "PTM: %{text}",
+ "marker": {
+ "color": [
+ "#023e8a",
+ "#023e8a"
+ ],
+ "line": {
+ "color": [
+ "#023e8a",
+ "#023e8a"
+ ]
+ },
+ "opacity": 1,
+ "size": 8,
+ "symbol": [
+ 2,
+ 4
+ ]
+ },
+ "mode": "markers",
+ "name": "",
+ "showlegend": false,
+ "text": [
+ "[GlyGly (K)]",
+ "[Oxidation (M)]"
+ ],
+ "type": "scatter",
+ "x": [
+ 262,
+ 263
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.3,
+ 0.3
+ ]
+ },
+ {
+ "name": "",
+ "showlegend": false,
+ "type": "scatter",
+ "xaxis": "x",
+ "y": [
+ null
+ ]
+ },
+ {
+ "marker": {
+ "color": "black",
+ "symbol": 2
+ },
+ "mode": "markers",
+ "name": "[GlyGly (K)]",
+ "showlegend": true,
+ "type": "scatter",
+ "xaxis": "x2",
+ "y": [
+ null
+ ]
+ },
+ {
+ "marker": {
+ "color": "black",
+ "symbol": 4
+ },
+ "mode": "markers",
+ "name": "[Oxidation (M)]",
+ "showlegend": true,
+ "type": "scatter",
+ "xaxis": "x2",
+ "y": [
+ null
+ ]
+ },
+ {
+ "base": [
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9,
+ 1.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5C965D",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4",
+ "26S proteasome non-ATPase regulatory subunit 4"
+ ],
+ "type": "bar",
+ "x": [
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30,
+ 31,
+ 32,
+ 33,
+ 34,
+ 35,
+ 36,
+ 37,
+ 38,
+ 39,
+ 40,
+ 41,
+ 42,
+ 43,
+ 44,
+ 45,
+ 46,
+ 47,
+ 48,
+ 49,
+ 50,
+ 51,
+ 52,
+ 53,
+ 54,
+ 55,
+ 56,
+ 57,
+ 58,
+ 59,
+ 60,
+ 61,
+ 62,
+ 63,
+ 64,
+ 65,
+ 66,
+ 67,
+ 68,
+ 69,
+ 70,
+ 71,
+ 72,
+ 73,
+ 74,
+ 75,
+ 76,
+ 77,
+ 78,
+ 79,
+ 80,
+ 81,
+ 82,
+ 83,
+ 84,
+ 85,
+ 86,
+ 87,
+ 88,
+ 89,
+ 90,
+ 91,
+ 92,
+ 93,
+ 94,
+ 95,
+ 96,
+ 97,
+ 98,
+ 99,
+ 100,
+ 101,
+ 102,
+ 103,
+ 104,
+ 105,
+ 106,
+ 107,
+ 108,
+ 109,
+ 110,
+ 111,
+ 112,
+ 113,
+ 114,
+ 115,
+ 116,
+ 117,
+ 118,
+ 119,
+ 120,
+ 121,
+ 122,
+ 123,
+ 124,
+ 125,
+ 126,
+ 127,
+ 128,
+ 129,
+ 130,
+ 131,
+ 132,
+ 133,
+ 134,
+ 135,
+ 136,
+ 137,
+ 138,
+ 139,
+ 140,
+ 141,
+ 142,
+ 143,
+ 144,
+ 145,
+ 146,
+ 147,
+ 148,
+ 149,
+ 150,
+ 151,
+ 152,
+ 153,
+ 154,
+ 155,
+ 156,
+ 157,
+ 158,
+ 159,
+ 160,
+ 161,
+ 162,
+ 163,
+ 164,
+ 165,
+ 166,
+ 167,
+ 168,
+ 169,
+ 170,
+ 171,
+ 172,
+ 173,
+ 174,
+ 175,
+ 176,
+ 177,
+ 178,
+ 179,
+ 180,
+ 181,
+ 182,
+ 183,
+ 184,
+ 185,
+ 186,
+ 187,
+ 188,
+ 189,
+ 190,
+ 191,
+ 192,
+ 193,
+ 194,
+ 195,
+ 196,
+ 197,
+ 198,
+ 199,
+ 200,
+ 201,
+ 202,
+ 203,
+ 204,
+ 205,
+ 206,
+ 207,
+ 208,
+ 209,
+ 210,
+ 211,
+ 212,
+ 213,
+ 214,
+ 215,
+ 216,
+ 217,
+ 218,
+ 219,
+ 220,
+ 221,
+ 222,
+ 223,
+ 224,
+ 225,
+ 226,
+ 227,
+ 228,
+ 229,
+ 230,
+ 231,
+ 232,
+ 233,
+ 234,
+ 235,
+ 236,
+ 237,
+ 238,
+ 239,
+ 240,
+ 241,
+ 242,
+ 243,
+ 244,
+ 245,
+ 246,
+ 247,
+ 248,
+ 249,
+ 250,
+ 251,
+ 252,
+ 253,
+ 254,
+ 255,
+ 256,
+ 257,
+ 258,
+ 259,
+ 260,
+ 261,
+ 262,
+ 263,
+ 264,
+ 265,
+ 266,
+ 267,
+ 268,
+ 269,
+ 270,
+ 271,
+ 272,
+ 273,
+ 274,
+ 275,
+ 276,
+ 277,
+ 278,
+ 279,
+ 280,
+ 281,
+ 282,
+ 283,
+ 284,
+ 285,
+ 286,
+ 287,
+ 288,
+ 289,
+ 290,
+ 291,
+ 292,
+ 293,
+ 294,
+ 295,
+ 296,
+ 297,
+ 298,
+ 299,
+ 300,
+ 301,
+ 302,
+ 303,
+ 304,
+ 305,
+ 306,
+ 307,
+ 308,
+ 309,
+ 310,
+ 311,
+ 312,
+ 313,
+ 314,
+ 315,
+ 316,
+ 317,
+ 318,
+ 319,
+ 320,
+ 321,
+ 322,
+ 323,
+ 324,
+ 325,
+ 326,
+ 327,
+ 328,
+ 329,
+ 330,
+ 331,
+ 332,
+ 333,
+ 334,
+ 335,
+ 336,
+ 337,
+ 338,
+ 339,
+ 340,
+ 341,
+ 342,
+ 343,
+ 344,
+ 345,
+ 346,
+ 347,
+ 348,
+ 349,
+ 350,
+ 351,
+ 352,
+ 353,
+ 354,
+ 355,
+ 356,
+ 357,
+ 358,
+ 359,
+ 360,
+ 361,
+ 362,
+ 363,
+ 364,
+ 365,
+ 366,
+ 367,
+ 368,
+ 369,
+ 370,
+ 371,
+ 372,
+ 373,
+ 374,
+ 375,
+ 376,
+ 377
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fcb088",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA",
+ "VWFA"
+ ],
+ "type": "bar",
+ "x": [
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30,
+ 31,
+ 32,
+ 33,
+ 34,
+ 35,
+ 36,
+ 37,
+ 38,
+ 39,
+ 40,
+ 41,
+ 42,
+ 43,
+ 44,
+ 45,
+ 46,
+ 47,
+ 48,
+ 49,
+ 50,
+ 51,
+ 52,
+ 53,
+ 54,
+ 55,
+ 56,
+ 57,
+ 58,
+ 59,
+ 60,
+ 61,
+ 62,
+ 63,
+ 64,
+ 65,
+ 66,
+ 67,
+ 68,
+ 69,
+ 70,
+ 71,
+ 72,
+ 73,
+ 74,
+ 75,
+ 76,
+ 77,
+ 78,
+ 79,
+ 80,
+ 81,
+ 82,
+ 83,
+ 84,
+ 85,
+ 86,
+ 87,
+ 88,
+ 89,
+ 90,
+ 91,
+ 92,
+ 93,
+ 94,
+ 95,
+ 96,
+ 97,
+ 98,
+ 99,
+ 100,
+ 101,
+ 102,
+ 103,
+ 104,
+ 105,
+ 106,
+ 107,
+ 108,
+ 109,
+ 110,
+ 111,
+ 112,
+ 113,
+ 114,
+ 115,
+ 116,
+ 117,
+ 118,
+ 119,
+ 120,
+ 121,
+ 122,
+ 123,
+ 124,
+ 125,
+ 126,
+ 127,
+ 128,
+ 129,
+ 130,
+ 131,
+ 132,
+ 133,
+ 134,
+ 135,
+ 136,
+ 137,
+ 138,
+ 139,
+ 140,
+ 141,
+ 142,
+ 143,
+ 144,
+ 145,
+ 146,
+ 147,
+ 148,
+ 149,
+ 150,
+ 151,
+ 152,
+ 153,
+ 154,
+ 155,
+ 156,
+ 157,
+ 158,
+ 159,
+ 160,
+ 161,
+ 162,
+ 163,
+ 164,
+ 165,
+ 166,
+ 167,
+ 168,
+ 169,
+ 170,
+ 171,
+ 172,
+ 173,
+ 174,
+ 175,
+ 176,
+ 177,
+ 178,
+ 179,
+ 180,
+ 181,
+ 182,
+ 183,
+ 184,
+ 185,
+ 186,
+ 187,
+ 188
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fcb088",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1",
+ "UIM 1"
+ ],
+ "type": "bar",
+ "x": [
+ 211,
+ 212,
+ 213,
+ 214,
+ 215,
+ 216,
+ 217,
+ 218,
+ 219,
+ 220,
+ 221,
+ 222,
+ 223,
+ 224,
+ 225,
+ 226,
+ 227,
+ 228,
+ 229,
+ 230
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4,
+ 2.4
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fcb088",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2",
+ "UIM 2"
+ ],
+ "type": "bar",
+ "x": [
+ 282,
+ 283,
+ 284,
+ 285,
+ 286,
+ 287,
+ 288,
+ 289,
+ 290,
+ 291,
+ 292,
+ 293,
+ 294,
+ 295,
+ 296,
+ 297,
+ 298,
+ 299,
+ 300,
+ 301
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Turn",
+ "Turn",
+ "Turn"
+ ],
+ "type": "bar",
+ "x": [
+ 197,
+ 198,
+ 199
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Beta strand",
+ "Beta strand",
+ "Beta strand"
+ ],
+ "type": "bar",
+ "x": [
+ 201,
+ 202,
+ 203
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Beta strand",
+ "Beta strand",
+ "Beta strand",
+ "Beta strand"
+ ],
+ "type": "bar",
+ "x": [
+ 205,
+ 206,
+ 207,
+ 208
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Helix",
+ "Helix",
+ "Helix"
+ ],
+ "type": "bar",
+ "x": [
+ 210,
+ 211,
+ 212
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix"
+ ],
+ "type": "bar",
+ "x": [
+ 214,
+ 215,
+ 216,
+ 217,
+ 218,
+ 219,
+ 220,
+ 221,
+ 222,
+ 223,
+ 224,
+ 225,
+ 226,
+ 227,
+ 228,
+ 229,
+ 230,
+ 231,
+ 232,
+ 233,
+ 234,
+ 235,
+ 236,
+ 237,
+ 238,
+ 239,
+ 240,
+ 241,
+ 242,
+ 243,
+ 244
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Beta strand",
+ "Beta strand",
+ "Beta strand",
+ "Beta strand",
+ "Beta strand"
+ ],
+ "type": "bar",
+ "x": [
+ 245,
+ 246,
+ 247,
+ 248,
+ 249
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Beta strand",
+ "Beta strand",
+ "Beta strand"
+ ],
+ "type": "bar",
+ "x": [
+ 268,
+ 269,
+ 270
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Beta strand",
+ "Beta strand",
+ "Beta strand"
+ ],
+ "type": "bar",
+ "x": [
+ 273,
+ 274,
+ 275
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix"
+ ],
+ "type": "bar",
+ "x": [
+ 278,
+ 279,
+ 280,
+ 281,
+ 282,
+ 283,
+ 284,
+ 285,
+ 286,
+ 287,
+ 288,
+ 289,
+ 290,
+ 291,
+ 292,
+ 293,
+ 294
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Beta strand",
+ "Beta strand",
+ "Beta strand",
+ "Beta strand",
+ "Beta strand"
+ ],
+ "type": "bar",
+ "x": [
+ 296,
+ 297,
+ 298,
+ 299,
+ 300
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Beta strand",
+ "Beta strand",
+ "Beta strand"
+ ],
+ "type": "bar",
+ "x": [
+ 302,
+ 303,
+ 304
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Turn",
+ "Turn",
+ "Turn",
+ "Turn",
+ "Turn"
+ ],
+ "type": "bar",
+ "x": [
+ 309,
+ 310,
+ 311,
+ 312,
+ 313
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix"
+ ],
+ "type": "bar",
+ "x": [
+ 322,
+ 323,
+ 324,
+ 325
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Helix",
+ "Helix",
+ "Helix"
+ ],
+ "type": "bar",
+ "x": [
+ 328,
+ 329,
+ 330
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix"
+ ],
+ "type": "bar",
+ "x": [
+ 332,
+ 333,
+ 334,
+ 335,
+ 336,
+ 337,
+ 338,
+ 339,
+ 340,
+ 341
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": [
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9,
+ 2.9
+ ],
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix",
+ "Helix"
+ ],
+ "type": "bar",
+ "x": [
+ 350,
+ 351,
+ 352,
+ 353,
+ 354,
+ 355,
+ 356,
+ 357,
+ 358,
+ 359,
+ 360,
+ 361,
+ 362,
+ 363
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 1
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 2
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 3
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 4
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 5
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 6
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 7
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 8
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 9
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 10
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 11
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 12
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 13
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 14
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 15
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 16
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 17
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 18
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 19
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 20
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 21
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 22
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 23
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 24
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 25
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 26
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 27
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 28
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 29
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 30
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 31
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 32
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 33
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 34
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 35
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 36
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 37
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 38
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 39
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 40
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 41
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 42
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 43
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 44
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 45
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 46
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 47
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 48
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 49
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 50
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 51
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 52
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 53
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 54
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 55
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 56
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 57
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 58
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 59
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 60
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 61
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 62
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 63
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 64
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 65
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 66
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 67
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 68
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 69
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 70
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 71
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 72
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 73
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 74
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 75
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 76
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 77
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 78
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 79
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 80
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 81
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 82
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 83
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 84
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 85
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 86
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 87
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 88
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 89
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 90
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 91
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 92
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 93
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 94
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 95
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 96
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 97
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 98
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 99
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 100
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 101
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 102
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 103
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 104
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 105
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 106
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 107
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 108
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 109
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 110
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 111
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 112
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 113
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 114
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 115
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 116
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 117
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 118
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 119
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 120
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 121
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 122
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 123
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 124
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 125
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 126
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 127
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 128
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 129
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 130
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 131
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 132
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 133
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 134
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 135
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 136
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 137
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 138
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 139
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 140
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 141
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 142
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 143
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 144
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 145
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 146
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 147
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 148
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 149
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 150
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 151
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 152
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 153
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 154
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 155
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 156
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 157
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 158
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 159
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 160
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 161
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 162
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 163
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 164
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 165
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 166
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 167
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 168
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 169
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 170
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 171
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 172
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 173
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 174
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 175
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 176
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 177
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 178
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 179
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 180
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 181
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 182
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 183
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 184
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 185
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 186
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 187
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 188
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 189
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 190
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 191
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 192
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 193
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 194
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 195
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 196
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 197
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 198
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 199
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 200
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 201
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 202
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 203
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 204
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 205
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 206
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 207
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 208
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 209
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 210
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 211
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 212
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 213
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 214
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 215
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 216
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 217
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 218
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 219
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 220
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 221
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 222
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 223
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 224
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 225
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 226
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 227
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 228
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 229
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 230
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 231
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 232
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 233
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 234
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 235
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 236
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 237
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 238
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 239
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 240
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 241
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 242
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 243
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 244
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 245
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 246
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 247
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 248
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 249
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 250
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 251
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 252
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 253
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 254
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 255
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 256
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 257
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 258
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 259
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 260
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 261
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 262
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 263
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 264
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 265
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 266
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 267
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 268
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 269
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 270
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 271
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 272
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 273
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 274
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 275
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 276
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 277
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 278
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 279
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 280
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 281
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 282
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 283
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 284
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 285
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 286
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 287
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 288
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 289
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 290
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 291
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 292
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 293
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 294
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 295
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 296
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 297
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 298
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 299
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 300
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 301
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 302
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 303
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 304
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 305
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 306
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 307
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 308
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 309
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 310
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 311
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 312
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 313
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 314
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 315
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 316
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 317
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 318
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 319
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 320
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 321
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 322
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 323
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 324
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 325
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 326
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 327
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 328
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 329
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 330
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 331
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 332
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 333
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 334
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 335
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 336
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 337
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 338
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 339
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 340
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 341
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 342
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 343
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 344
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 345
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 346
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 347
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 348
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 349
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 350
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 351
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 352
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 353
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 354
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 355
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 356
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 357
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 358
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 359
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 360
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 361
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 362
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 363
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 364
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "folded "
+ ],
+ "type": "bar",
+ "x": [
+ 365
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 366
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 367
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 368
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 369
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 370
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 371
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 372
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 373
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 374
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 375
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 376
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#B5B5B5",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "IDR "
+ ],
+ "type": "bar",
+ "x": [
+ 377
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 1
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 2
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 3
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 4
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 5
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 6
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 7
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 8
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 9
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 10
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 11
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 12
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 13
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 14
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 15
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 16
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 17
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 18
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 19
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 20
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 21
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 22
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 23
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 24
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 25
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 26
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 27
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 28
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 29
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 30
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 31
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 32
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 33
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 34
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 35
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 36
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 37
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 38
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 39
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 40
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 41
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 42
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 43
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 44
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 45
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 46
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 47
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 48
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 49
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 50
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 51
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 52
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 53
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 54
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 55
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 56
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 57
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 58
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 59
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 60
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 61
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 62
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 63
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 64
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 65
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 66
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 67
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 68
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 69
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 70
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 71
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 72
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 73
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 74
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 75
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 76
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 77
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 78
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 79
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 80
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 81
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 82
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 83
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 84
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 85
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 86
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 87
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 88
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 89
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 90
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 91
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 92
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 93
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 94
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 95
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 96
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 97
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 98
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 99
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 100
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 101
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 102
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 103
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 104
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 105
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 106
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 107
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 108
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 109
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 110
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 111
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 112
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 113
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 114
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 115
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 116
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 117
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 118
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 119
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 120
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 121
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 122
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 123
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 124
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 125
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 126
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 127
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 128
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 129
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 130
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 131
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 132
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 133
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 134
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 135
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 136
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 137
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 138
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 139
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 140
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 141
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 142
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 143
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 144
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 145
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 146
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 147
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 148
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 149
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 150
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 151
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 152
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 153
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 154
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 155
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 156
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 157
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 158
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 159
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 160
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 161
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 162
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 163
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 164
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 165
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 166
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 167
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 168
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 169
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 170
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 171
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 172
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8cdbad",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "STRN "
+ ],
+ "type": "bar",
+ "x": [
+ 173
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 174
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 175
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 176
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 177
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 178
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 179
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 180
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 181
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 182
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 183
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 184
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 185
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 186
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 187
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 188
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 189
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 190
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 191
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 192
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 193
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 194
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 195
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 196
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 197
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 198
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 199
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 200
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 201
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 202
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 203
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 204
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 205
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 206
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 207
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 208
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 209
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 210
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 211
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 212
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 213
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 214
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 215
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 216
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 217
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 218
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 219
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 220
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 221
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 222
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 223
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 224
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 225
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 226
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 227
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 228
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 229
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 230
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 231
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 232
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 233
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 234
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 235
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 236
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 237
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 238
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 239
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 240
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 241
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 242
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 243
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 244
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 245
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 246
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 247
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 248
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 249
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 250
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 251
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 252
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 253
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 254
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 255
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 256
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 257
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 258
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 259
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 260
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 261
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 262
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 263
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 264
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 265
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 266
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 267
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 268
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 269
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 270
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 271
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 272
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 273
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 274
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 275
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 276
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 277
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 278
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 279
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 280
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 281
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 282
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 283
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 284
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 285
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 286
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 287
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 288
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 289
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 290
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 291
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 292
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 293
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 294
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 295
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 296
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 297
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 298
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 299
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 300
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 301
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 302
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 303
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 304
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 305
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 306
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 307
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 308
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 309
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 310
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 311
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 312
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 313
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 314
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 315
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 316
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 317
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 318
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 319
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 320
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 321
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 322
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 323
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 324
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 325
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 326
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 327
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 328
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 329
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 330
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 331
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 332
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 333
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 334
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 335
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 336
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 337
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 338
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 339
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 340
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 341
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 342
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 343
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 344
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 345
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 346
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 347
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 348
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 349
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 350
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 351
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 352
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 353
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 354
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 355
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 356
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 357
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 358
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 359
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 360
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 361
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 362
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 363
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 364
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 365
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#5dabe8",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "HELX "
+ ],
+ "type": "bar",
+ "x": [
+ 366
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 367
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 368
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 369
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 370
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#e094bc",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "TURN "
+ ],
+ "type": "bar",
+ "x": [
+ 371
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 372
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 373
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 374
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#fac682",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "BEND "
+ ],
+ "type": "bar",
+ "x": [
+ 375
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 376
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 4.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#aaaaaa",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "unstructured "
+ ],
+ "type": "bar",
+ "x": [
+ 377
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 60.25"
+ ],
+ "type": "bar",
+ "x": [
+ 1
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 77.78"
+ ],
+ "type": "bar",
+ "x": [
+ 2
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.32"
+ ],
+ "type": "bar",
+ "x": [
+ 3
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.12"
+ ],
+ "type": "bar",
+ "x": [
+ 4
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.21"
+ ],
+ "type": "bar",
+ "x": [
+ 5
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.45"
+ ],
+ "type": "bar",
+ "x": [
+ 6
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 92.62"
+ ],
+ "type": "bar",
+ "x": [
+ 7
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 92.77"
+ ],
+ "type": "bar",
+ "x": [
+ 8
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 91.66"
+ ],
+ "type": "bar",
+ "x": [
+ 9
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.82"
+ ],
+ "type": "bar",
+ "x": [
+ 10
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.86"
+ ],
+ "type": "bar",
+ "x": [
+ 11
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.52"
+ ],
+ "type": "bar",
+ "x": [
+ 12
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.94"
+ ],
+ "type": "bar",
+ "x": [
+ 13
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.22"
+ ],
+ "type": "bar",
+ "x": [
+ 14
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 84.18"
+ ],
+ "type": "bar",
+ "x": [
+ 15
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 84.81"
+ ],
+ "type": "bar",
+ "x": [
+ 16
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 82.81"
+ ],
+ "type": "bar",
+ "x": [
+ 17
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 81.81"
+ ],
+ "type": "bar",
+ "x": [
+ 18
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 76.13"
+ ],
+ "type": "bar",
+ "x": [
+ 19
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 81.27"
+ ],
+ "type": "bar",
+ "x": [
+ 20
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 76.92"
+ ],
+ "type": "bar",
+ "x": [
+ 21
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 75.69"
+ ],
+ "type": "bar",
+ "x": [
+ 22
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 77.26"
+ ],
+ "type": "bar",
+ "x": [
+ 23
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 83.78"
+ ],
+ "type": "bar",
+ "x": [
+ 24
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.6"
+ ],
+ "type": "bar",
+ "x": [
+ 25
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.29"
+ ],
+ "type": "bar",
+ "x": [
+ 26
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.2"
+ ],
+ "type": "bar",
+ "x": [
+ 27
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.27"
+ ],
+ "type": "bar",
+ "x": [
+ 28
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.24"
+ ],
+ "type": "bar",
+ "x": [
+ 29
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.95"
+ ],
+ "type": "bar",
+ "x": [
+ 30
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.61"
+ ],
+ "type": "bar",
+ "x": [
+ 31
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.08"
+ ],
+ "type": "bar",
+ "x": [
+ 32
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.95"
+ ],
+ "type": "bar",
+ "x": [
+ 33
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.94"
+ ],
+ "type": "bar",
+ "x": [
+ 34
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.49"
+ ],
+ "type": "bar",
+ "x": [
+ 35
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.13"
+ ],
+ "type": "bar",
+ "x": [
+ 36
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.55"
+ ],
+ "type": "bar",
+ "x": [
+ 37
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.43"
+ ],
+ "type": "bar",
+ "x": [
+ 38
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.35"
+ ],
+ "type": "bar",
+ "x": [
+ 39
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.44"
+ ],
+ "type": "bar",
+ "x": [
+ 40
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 84.51"
+ ],
+ "type": "bar",
+ "x": [
+ 41
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.65"
+ ],
+ "type": "bar",
+ "x": [
+ 42
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.3"
+ ],
+ "type": "bar",
+ "x": [
+ 43
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.71"
+ ],
+ "type": "bar",
+ "x": [
+ 44
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.75"
+ ],
+ "type": "bar",
+ "x": [
+ 45
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.1"
+ ],
+ "type": "bar",
+ "x": [
+ 46
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.04"
+ ],
+ "type": "bar",
+ "x": [
+ 47
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.52"
+ ],
+ "type": "bar",
+ "x": [
+ 48
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.11"
+ ],
+ "type": "bar",
+ "x": [
+ 49
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 91.63"
+ ],
+ "type": "bar",
+ "x": [
+ 50
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 92.11"
+ ],
+ "type": "bar",
+ "x": [
+ 51
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 92.64"
+ ],
+ "type": "bar",
+ "x": [
+ 52
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.5"
+ ],
+ "type": "bar",
+ "x": [
+ 53
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.98"
+ ],
+ "type": "bar",
+ "x": [
+ 54
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 81.51"
+ ],
+ "type": "bar",
+ "x": [
+ 55
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 74.16"
+ ],
+ "type": "bar",
+ "x": [
+ 56
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 75.68"
+ ],
+ "type": "bar",
+ "x": [
+ 57
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 77.89"
+ ],
+ "type": "bar",
+ "x": [
+ 58
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 83.93"
+ ],
+ "type": "bar",
+ "x": [
+ 59
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.45"
+ ],
+ "type": "bar",
+ "x": [
+ 60
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.28"
+ ],
+ "type": "bar",
+ "x": [
+ 61
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.52"
+ ],
+ "type": "bar",
+ "x": [
+ 62
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.06"
+ ],
+ "type": "bar",
+ "x": [
+ 63
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.98"
+ ],
+ "type": "bar",
+ "x": [
+ 64
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.6"
+ ],
+ "type": "bar",
+ "x": [
+ 65
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.54"
+ ],
+ "type": "bar",
+ "x": [
+ 66
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.71"
+ ],
+ "type": "bar",
+ "x": [
+ 67
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.83"
+ ],
+ "type": "bar",
+ "x": [
+ 68
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.43"
+ ],
+ "type": "bar",
+ "x": [
+ 69
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.24"
+ ],
+ "type": "bar",
+ "x": [
+ 70
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.38"
+ ],
+ "type": "bar",
+ "x": [
+ 71
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.9"
+ ],
+ "type": "bar",
+ "x": [
+ 72
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.46"
+ ],
+ "type": "bar",
+ "x": [
+ 73
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.33"
+ ],
+ "type": "bar",
+ "x": [
+ 74
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.39"
+ ],
+ "type": "bar",
+ "x": [
+ 75
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.75"
+ ],
+ "type": "bar",
+ "x": [
+ 76
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.99"
+ ],
+ "type": "bar",
+ "x": [
+ 77
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.06"
+ ],
+ "type": "bar",
+ "x": [
+ 78
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 84.78"
+ ],
+ "type": "bar",
+ "x": [
+ 79
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.81"
+ ],
+ "type": "bar",
+ "x": [
+ 80
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 84.15"
+ ],
+ "type": "bar",
+ "x": [
+ 81
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 83.29"
+ ],
+ "type": "bar",
+ "x": [
+ 82
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 84.36"
+ ],
+ "type": "bar",
+ "x": [
+ 83
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 83.65"
+ ],
+ "type": "bar",
+ "x": [
+ 84
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.93"
+ ],
+ "type": "bar",
+ "x": [
+ 85
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.69"
+ ],
+ "type": "bar",
+ "x": [
+ 86
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.09"
+ ],
+ "type": "bar",
+ "x": [
+ 87
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.89"
+ ],
+ "type": "bar",
+ "x": [
+ 88
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.72"
+ ],
+ "type": "bar",
+ "x": [
+ 89
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.91"
+ ],
+ "type": "bar",
+ "x": [
+ 90
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.16"
+ ],
+ "type": "bar",
+ "x": [
+ 91
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 91.41"
+ ],
+ "type": "bar",
+ "x": [
+ 92
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.95"
+ ],
+ "type": "bar",
+ "x": [
+ 93
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.05"
+ ],
+ "type": "bar",
+ "x": [
+ 94
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.91"
+ ],
+ "type": "bar",
+ "x": [
+ 95
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.53"
+ ],
+ "type": "bar",
+ "x": [
+ 96
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.94"
+ ],
+ "type": "bar",
+ "x": [
+ 97
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 83.97"
+ ],
+ "type": "bar",
+ "x": [
+ 98
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 81.25"
+ ],
+ "type": "bar",
+ "x": [
+ 99
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 77.7"
+ ],
+ "type": "bar",
+ "x": [
+ 100
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 72.43"
+ ],
+ "type": "bar",
+ "x": [
+ 101
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 75.72"
+ ],
+ "type": "bar",
+ "x": [
+ 102
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 79.3"
+ ],
+ "type": "bar",
+ "x": [
+ 103
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 82.9"
+ ],
+ "type": "bar",
+ "x": [
+ 104
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 84.12"
+ ],
+ "type": "bar",
+ "x": [
+ 105
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.95"
+ ],
+ "type": "bar",
+ "x": [
+ 106
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.63"
+ ],
+ "type": "bar",
+ "x": [
+ 107
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.42"
+ ],
+ "type": "bar",
+ "x": [
+ 108
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 92.84"
+ ],
+ "type": "bar",
+ "x": [
+ 109
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 92.11"
+ ],
+ "type": "bar",
+ "x": [
+ 110
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 91.49"
+ ],
+ "type": "bar",
+ "x": [
+ 111
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.18"
+ ],
+ "type": "bar",
+ "x": [
+ 112
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.41"
+ ],
+ "type": "bar",
+ "x": [
+ 113
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 84.99"
+ ],
+ "type": "bar",
+ "x": [
+ 114
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 84.49"
+ ],
+ "type": "bar",
+ "x": [
+ 115
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 84.35"
+ ],
+ "type": "bar",
+ "x": [
+ 116
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 83.09"
+ ],
+ "type": "bar",
+ "x": [
+ 117
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 80.83"
+ ],
+ "type": "bar",
+ "x": [
+ 118
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 82.49"
+ ],
+ "type": "bar",
+ "x": [
+ 119
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.22"
+ ],
+ "type": "bar",
+ "x": [
+ 120
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.91"
+ ],
+ "type": "bar",
+ "x": [
+ 121
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.78"
+ ],
+ "type": "bar",
+ "x": [
+ 122
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.35"
+ ],
+ "type": "bar",
+ "x": [
+ 123
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.98"
+ ],
+ "type": "bar",
+ "x": [
+ 124
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.47"
+ ],
+ "type": "bar",
+ "x": [
+ 125
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.98"
+ ],
+ "type": "bar",
+ "x": [
+ 126
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.81"
+ ],
+ "type": "bar",
+ "x": [
+ 127
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.83"
+ ],
+ "type": "bar",
+ "x": [
+ 128
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.42"
+ ],
+ "type": "bar",
+ "x": [
+ 129
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.59"
+ ],
+ "type": "bar",
+ "x": [
+ 130
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.22"
+ ],
+ "type": "bar",
+ "x": [
+ 131
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.77"
+ ],
+ "type": "bar",
+ "x": [
+ 132
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.63"
+ ],
+ "type": "bar",
+ "x": [
+ 133
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.67"
+ ],
+ "type": "bar",
+ "x": [
+ 134
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.45"
+ ],
+ "type": "bar",
+ "x": [
+ 135
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.23"
+ ],
+ "type": "bar",
+ "x": [
+ 136
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.22"
+ ],
+ "type": "bar",
+ "x": [
+ 137
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.63"
+ ],
+ "type": "bar",
+ "x": [
+ 138
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.85"
+ ],
+ "type": "bar",
+ "x": [
+ 139
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.9"
+ ],
+ "type": "bar",
+ "x": [
+ 140
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.27"
+ ],
+ "type": "bar",
+ "x": [
+ 141
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.71"
+ ],
+ "type": "bar",
+ "x": [
+ 142
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 82.3"
+ ],
+ "type": "bar",
+ "x": [
+ 143
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 75.36"
+ ],
+ "type": "bar",
+ "x": [
+ 144
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 72.41"
+ ],
+ "type": "bar",
+ "x": [
+ 145
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 69.26"
+ ],
+ "type": "bar",
+ "x": [
+ 146
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 69.62"
+ ],
+ "type": "bar",
+ "x": [
+ 147
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 75.47"
+ ],
+ "type": "bar",
+ "x": [
+ 148
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 79.49"
+ ],
+ "type": "bar",
+ "x": [
+ 149
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 81.25"
+ ],
+ "type": "bar",
+ "x": [
+ 150
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.32"
+ ],
+ "type": "bar",
+ "x": [
+ 151
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.63"
+ ],
+ "type": "bar",
+ "x": [
+ 152
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.6"
+ ],
+ "type": "bar",
+ "x": [
+ 153
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.98"
+ ],
+ "type": "bar",
+ "x": [
+ 154
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.55"
+ ],
+ "type": "bar",
+ "x": [
+ 155
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.04"
+ ],
+ "type": "bar",
+ "x": [
+ 156
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.3"
+ ],
+ "type": "bar",
+ "x": [
+ 157
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.35"
+ ],
+ "type": "bar",
+ "x": [
+ 158
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.05"
+ ],
+ "type": "bar",
+ "x": [
+ 159
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.51"
+ ],
+ "type": "bar",
+ "x": [
+ 160
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 82.38"
+ ],
+ "type": "bar",
+ "x": [
+ 161
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 76.15"
+ ],
+ "type": "bar",
+ "x": [
+ 162
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 62.85"
+ ],
+ "type": "bar",
+ "x": [
+ 163
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 60.89"
+ ],
+ "type": "bar",
+ "x": [
+ 164
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 58.4"
+ ],
+ "type": "bar",
+ "x": [
+ 165
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 64.9"
+ ],
+ "type": "bar",
+ "x": [
+ 166
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 71.11"
+ ],
+ "type": "bar",
+ "x": [
+ 167
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 79.94"
+ ],
+ "type": "bar",
+ "x": [
+ 168
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.2"
+ ],
+ "type": "bar",
+ "x": [
+ 169
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.62"
+ ],
+ "type": "bar",
+ "x": [
+ 170
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.41"
+ ],
+ "type": "bar",
+ "x": [
+ 171
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 83.94"
+ ],
+ "type": "bar",
+ "x": [
+ 172
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 82.59"
+ ],
+ "type": "bar",
+ "x": [
+ 173
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 82.19"
+ ],
+ "type": "bar",
+ "x": [
+ 174
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 77.4"
+ ],
+ "type": "bar",
+ "x": [
+ 175
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 76.06"
+ ],
+ "type": "bar",
+ "x": [
+ 176
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 69.21"
+ ],
+ "type": "bar",
+ "x": [
+ 177
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 68.81"
+ ],
+ "type": "bar",
+ "x": [
+ 178
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 69.83"
+ ],
+ "type": "bar",
+ "x": [
+ 179
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 68.52"
+ ],
+ "type": "bar",
+ "x": [
+ 180
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 71.93"
+ ],
+ "type": "bar",
+ "x": [
+ 181
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 68.95"
+ ],
+ "type": "bar",
+ "x": [
+ 182
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 69.88"
+ ],
+ "type": "bar",
+ "x": [
+ 183
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 70.68"
+ ],
+ "type": "bar",
+ "x": [
+ 184
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 58.84"
+ ],
+ "type": "bar",
+ "x": [
+ 185
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 64.86"
+ ],
+ "type": "bar",
+ "x": [
+ 186
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 57.61"
+ ],
+ "type": "bar",
+ "x": [
+ 187
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 60.05"
+ ],
+ "type": "bar",
+ "x": [
+ 188
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 61.08"
+ ],
+ "type": "bar",
+ "x": [
+ 189
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 54.03"
+ ],
+ "type": "bar",
+ "x": [
+ 190
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 49.45"
+ ],
+ "type": "bar",
+ "x": [
+ 191
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 56.24"
+ ],
+ "type": "bar",
+ "x": [
+ 192
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 36.07"
+ ],
+ "type": "bar",
+ "x": [
+ 193
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 36.12"
+ ],
+ "type": "bar",
+ "x": [
+ 194
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 38.31"
+ ],
+ "type": "bar",
+ "x": [
+ 195
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 36.82"
+ ],
+ "type": "bar",
+ "x": [
+ 196
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 44.87"
+ ],
+ "type": "bar",
+ "x": [
+ 197
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 32.68"
+ ],
+ "type": "bar",
+ "x": [
+ 198
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 41.28"
+ ],
+ "type": "bar",
+ "x": [
+ 199
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 32.76"
+ ],
+ "type": "bar",
+ "x": [
+ 200
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 40.61"
+ ],
+ "type": "bar",
+ "x": [
+ 201
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 47.39"
+ ],
+ "type": "bar",
+ "x": [
+ 202
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 54.84"
+ ],
+ "type": "bar",
+ "x": [
+ 203
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 56.05"
+ ],
+ "type": "bar",
+ "x": [
+ 204
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 63.55"
+ ],
+ "type": "bar",
+ "x": [
+ 205
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 64.0"
+ ],
+ "type": "bar",
+ "x": [
+ 206
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 66.98"
+ ],
+ "type": "bar",
+ "x": [
+ 207
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 70.93"
+ ],
+ "type": "bar",
+ "x": [
+ 208
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 74.22"
+ ],
+ "type": "bar",
+ "x": [
+ 209
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 74.92"
+ ],
+ "type": "bar",
+ "x": [
+ 210
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 78.4"
+ ],
+ "type": "bar",
+ "x": [
+ 211
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 79.48"
+ ],
+ "type": "bar",
+ "x": [
+ 212
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 84.75"
+ ],
+ "type": "bar",
+ "x": [
+ 213
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.23"
+ ],
+ "type": "bar",
+ "x": [
+ 214
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.79"
+ ],
+ "type": "bar",
+ "x": [
+ 215
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.38"
+ ],
+ "type": "bar",
+ "x": [
+ 216
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.99"
+ ],
+ "type": "bar",
+ "x": [
+ 217
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 84.58"
+ ],
+ "type": "bar",
+ "x": [
+ 218
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.62"
+ ],
+ "type": "bar",
+ "x": [
+ 219
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.19"
+ ],
+ "type": "bar",
+ "x": [
+ 220
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.67"
+ ],
+ "type": "bar",
+ "x": [
+ 221
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.12"
+ ],
+ "type": "bar",
+ "x": [
+ 222
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.77"
+ ],
+ "type": "bar",
+ "x": [
+ 223
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.51"
+ ],
+ "type": "bar",
+ "x": [
+ 224
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.24"
+ ],
+ "type": "bar",
+ "x": [
+ 225
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 91.29"
+ ],
+ "type": "bar",
+ "x": [
+ 226
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.27"
+ ],
+ "type": "bar",
+ "x": [
+ 227
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.65"
+ ],
+ "type": "bar",
+ "x": [
+ 228
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.12"
+ ],
+ "type": "bar",
+ "x": [
+ 229
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 87.76"
+ ],
+ "type": "bar",
+ "x": [
+ 230
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.68"
+ ],
+ "type": "bar",
+ "x": [
+ 231
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#4035de",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very high 90.46"
+ ],
+ "type": "bar",
+ "x": [
+ 232
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.07"
+ ],
+ "type": "bar",
+ "x": [
+ 233
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 89.73"
+ ],
+ "type": "bar",
+ "x": [
+ 234
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 88.14"
+ ],
+ "type": "bar",
+ "x": [
+ 235
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.54"
+ ],
+ "type": "bar",
+ "x": [
+ 236
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 86.7"
+ ],
+ "type": "bar",
+ "x": [
+ 237
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 85.42"
+ ],
+ "type": "bar",
+ "x": [
+ 238
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 84.08"
+ ],
+ "type": "bar",
+ "x": [
+ 239
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 84.87"
+ ],
+ "type": "bar",
+ "x": [
+ 240
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 82.7"
+ ],
+ "type": "bar",
+ "x": [
+ 241
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 76.91"
+ ],
+ "type": "bar",
+ "x": [
+ 242
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 76.24"
+ ],
+ "type": "bar",
+ "x": [
+ 243
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 72.92"
+ ],
+ "type": "bar",
+ "x": [
+ 244
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 59.42"
+ ],
+ "type": "bar",
+ "x": [
+ 245
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 59.32"
+ ],
+ "type": "bar",
+ "x": [
+ 246
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 46.53"
+ ],
+ "type": "bar",
+ "x": [
+ 247
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 39.35"
+ ],
+ "type": "bar",
+ "x": [
+ 248
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 35.04"
+ ],
+ "type": "bar",
+ "x": [
+ 249
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 31.11"
+ ],
+ "type": "bar",
+ "x": [
+ 250
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 30.55"
+ ],
+ "type": "bar",
+ "x": [
+ 251
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 31.11"
+ ],
+ "type": "bar",
+ "x": [
+ 252
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 32.51"
+ ],
+ "type": "bar",
+ "x": [
+ 253
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 40.14"
+ ],
+ "type": "bar",
+ "x": [
+ 254
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 43.6"
+ ],
+ "type": "bar",
+ "x": [
+ 255
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 46.78"
+ ],
+ "type": "bar",
+ "x": [
+ 256
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 49.12"
+ ],
+ "type": "bar",
+ "x": [
+ 257
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 51.82"
+ ],
+ "type": "bar",
+ "x": [
+ 258
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 52.08"
+ ],
+ "type": "bar",
+ "x": [
+ 259
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 62.5"
+ ],
+ "type": "bar",
+ "x": [
+ 260
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 59.31"
+ ],
+ "type": "bar",
+ "x": [
+ 261
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 55.3"
+ ],
+ "type": "bar",
+ "x": [
+ 262
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 53.15"
+ ],
+ "type": "bar",
+ "x": [
+ 263
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 49.65"
+ ],
+ "type": "bar",
+ "x": [
+ 264
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 51.55"
+ ],
+ "type": "bar",
+ "x": [
+ 265
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 45.94"
+ ],
+ "type": "bar",
+ "x": [
+ 266
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 44.1"
+ ],
+ "type": "bar",
+ "x": [
+ 267
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 39.27"
+ ],
+ "type": "bar",
+ "x": [
+ 268
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 37.84"
+ ],
+ "type": "bar",
+ "x": [
+ 269
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 31.62"
+ ],
+ "type": "bar",
+ "x": [
+ 270
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 30.84"
+ ],
+ "type": "bar",
+ "x": [
+ 271
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 29.57"
+ ],
+ "type": "bar",
+ "x": [
+ 272
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 38.08"
+ ],
+ "type": "bar",
+ "x": [
+ 273
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 46.28"
+ ],
+ "type": "bar",
+ "x": [
+ 274
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 52.6"
+ ],
+ "type": "bar",
+ "x": [
+ 275
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 57.82"
+ ],
+ "type": "bar",
+ "x": [
+ 276
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 58.42"
+ ],
+ "type": "bar",
+ "x": [
+ 277
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 63.34"
+ ],
+ "type": "bar",
+ "x": [
+ 278
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 65.8"
+ ],
+ "type": "bar",
+ "x": [
+ 279
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 60.31"
+ ],
+ "type": "bar",
+ "x": [
+ 280
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 72.98"
+ ],
+ "type": "bar",
+ "x": [
+ 281
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 80.23"
+ ],
+ "type": "bar",
+ "x": [
+ 282
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 75.01"
+ ],
+ "type": "bar",
+ "x": [
+ 283
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 80.95"
+ ],
+ "type": "bar",
+ "x": [
+ 284
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 80.82"
+ ],
+ "type": "bar",
+ "x": [
+ 285
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 82.06"
+ ],
+ "type": "bar",
+ "x": [
+ 286
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 78.55"
+ ],
+ "type": "bar",
+ "x": [
+ 287
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 80.9"
+ ],
+ "type": "bar",
+ "x": [
+ 288
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 81.37"
+ ],
+ "type": "bar",
+ "x": [
+ 289
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 80.22"
+ ],
+ "type": "bar",
+ "x": [
+ 290
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 83.53"
+ ],
+ "type": "bar",
+ "x": [
+ 291
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 81.13"
+ ],
+ "type": "bar",
+ "x": [
+ 292
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 78.62"
+ ],
+ "type": "bar",
+ "x": [
+ 293
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 79.04"
+ ],
+ "type": "bar",
+ "x": [
+ 294
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 79.29"
+ ],
+ "type": "bar",
+ "x": [
+ 295
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 66.25"
+ ],
+ "type": "bar",
+ "x": [
+ 296
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 52.39"
+ ],
+ "type": "bar",
+ "x": [
+ 297
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 50.85"
+ ],
+ "type": "bar",
+ "x": [
+ 298
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 42.69"
+ ],
+ "type": "bar",
+ "x": [
+ 299
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 33.92"
+ ],
+ "type": "bar",
+ "x": [
+ 300
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 31.24"
+ ],
+ "type": "bar",
+ "x": [
+ 301
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 33.57"
+ ],
+ "type": "bar",
+ "x": [
+ 302
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 27.74"
+ ],
+ "type": "bar",
+ "x": [
+ 303
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 27.69"
+ ],
+ "type": "bar",
+ "x": [
+ 304
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 27.91"
+ ],
+ "type": "bar",
+ "x": [
+ 305
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 30.05"
+ ],
+ "type": "bar",
+ "x": [
+ 306
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 27.59"
+ ],
+ "type": "bar",
+ "x": [
+ 307
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 34.44"
+ ],
+ "type": "bar",
+ "x": [
+ 308
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 27.6"
+ ],
+ "type": "bar",
+ "x": [
+ 309
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 29.01"
+ ],
+ "type": "bar",
+ "x": [
+ 310
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 27.91"
+ ],
+ "type": "bar",
+ "x": [
+ 311
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 34.8"
+ ],
+ "type": "bar",
+ "x": [
+ 312
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 30.36"
+ ],
+ "type": "bar",
+ "x": [
+ 313
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 35.99"
+ ],
+ "type": "bar",
+ "x": [
+ 314
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 25.09"
+ ],
+ "type": "bar",
+ "x": [
+ 315
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 38.52"
+ ],
+ "type": "bar",
+ "x": [
+ 316
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 34.67"
+ ],
+ "type": "bar",
+ "x": [
+ 317
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 29.18"
+ ],
+ "type": "bar",
+ "x": [
+ 318
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 32.4"
+ ],
+ "type": "bar",
+ "x": [
+ 319
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 32.84"
+ ],
+ "type": "bar",
+ "x": [
+ 320
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 32.56"
+ ],
+ "type": "bar",
+ "x": [
+ 321
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 34.75"
+ ],
+ "type": "bar",
+ "x": [
+ 322
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 35.48"
+ ],
+ "type": "bar",
+ "x": [
+ 323
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 40.95"
+ ],
+ "type": "bar",
+ "x": [
+ 324
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 42.64"
+ ],
+ "type": "bar",
+ "x": [
+ 325
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 53.01"
+ ],
+ "type": "bar",
+ "x": [
+ 326
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 63.73"
+ ],
+ "type": "bar",
+ "x": [
+ 327
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 61.04"
+ ],
+ "type": "bar",
+ "x": [
+ 328
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 64.96"
+ ],
+ "type": "bar",
+ "x": [
+ 329
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 65.98"
+ ],
+ "type": "bar",
+ "x": [
+ 330
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 76.8"
+ ],
+ "type": "bar",
+ "x": [
+ 331
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 72.86"
+ ],
+ "type": "bar",
+ "x": [
+ 332
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 75.56"
+ ],
+ "type": "bar",
+ "x": [
+ 333
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 79.13"
+ ],
+ "type": "bar",
+ "x": [
+ 334
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 77.41"
+ ],
+ "type": "bar",
+ "x": [
+ 335
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 73.81"
+ ],
+ "type": "bar",
+ "x": [
+ 336
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 80.04"
+ ],
+ "type": "bar",
+ "x": [
+ 337
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 80.9"
+ ],
+ "type": "bar",
+ "x": [
+ 338
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 72.18"
+ ],
+ "type": "bar",
+ "x": [
+ 339
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 80.22"
+ ],
+ "type": "bar",
+ "x": [
+ 340
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 84.16"
+ ],
+ "type": "bar",
+ "x": [
+ 341
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 75.09"
+ ],
+ "type": "bar",
+ "x": [
+ 342
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 73.74"
+ ],
+ "type": "bar",
+ "x": [
+ 343
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 74.69"
+ ],
+ "type": "bar",
+ "x": [
+ 344
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 80.64"
+ ],
+ "type": "bar",
+ "x": [
+ 345
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 76.34"
+ ],
+ "type": "bar",
+ "x": [
+ 346
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 73.11"
+ ],
+ "type": "bar",
+ "x": [
+ 347
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 72.7"
+ ],
+ "type": "bar",
+ "x": [
+ 348
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 83.49"
+ ],
+ "type": "bar",
+ "x": [
+ 349
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 82.37"
+ ],
+ "type": "bar",
+ "x": [
+ 350
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 78.24"
+ ],
+ "type": "bar",
+ "x": [
+ 351
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 77.1"
+ ],
+ "type": "bar",
+ "x": [
+ 352
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 78.69"
+ ],
+ "type": "bar",
+ "x": [
+ 353
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 79.59"
+ ],
+ "type": "bar",
+ "x": [
+ 354
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 76.21"
+ ],
+ "type": "bar",
+ "x": [
+ 355
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 76.25"
+ ],
+ "type": "bar",
+ "x": [
+ 356
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 77.71"
+ ],
+ "type": "bar",
+ "x": [
+ 357
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 76.23"
+ ],
+ "type": "bar",
+ "x": [
+ 358
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 70.86"
+ ],
+ "type": "bar",
+ "x": [
+ 359
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#6aaff7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Confident 71.08"
+ ],
+ "type": "bar",
+ "x": [
+ 360
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 66.5"
+ ],
+ "type": "bar",
+ "x": [
+ 361
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 62.75"
+ ],
+ "type": "bar",
+ "x": [
+ 362
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 56.81"
+ ],
+ "type": "bar",
+ "x": [
+ 363
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 53.9"
+ ],
+ "type": "bar",
+ "x": [
+ 364
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#f5d44e",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Low 50.71"
+ ],
+ "type": "bar",
+ "x": [
+ 365
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 48.46"
+ ],
+ "type": "bar",
+ "x": [
+ 366
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 42.57"
+ ],
+ "type": "bar",
+ "x": [
+ 367
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 41.18"
+ ],
+ "type": "bar",
+ "x": [
+ 368
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 39.2"
+ ],
+ "type": "bar",
+ "x": [
+ 369
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 40.9"
+ ],
+ "type": "bar",
+ "x": [
+ 370
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 43.2"
+ ],
+ "type": "bar",
+ "x": [
+ 371
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 41.37"
+ ],
+ "type": "bar",
+ "x": [
+ 372
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 43.6"
+ ],
+ "type": "bar",
+ "x": [
+ 373
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 43.44"
+ ],
+ "type": "bar",
+ "x": [
+ 374
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 43.84"
+ ],
+ "type": "bar",
+ "x": [
+ 375
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 42.92"
+ ],
+ "type": "bar",
+ "x": [
+ 376
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.4,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#ff8f4a",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Very low 45.85"
+ ],
+ "type": "bar",
+ "x": [
+ 377
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 1
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 2
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 3
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 4
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 5
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 6
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 5"
+ ],
+ "type": "bar",
+ "x": [
+ 7
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 8
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Many neighbors 6"
+ ],
+ "type": "bar",
+ "x": [
+ 9
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 10
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 4"
+ ],
+ "type": "bar",
+ "x": [
+ 11
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 12
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 4"
+ ],
+ "type": "bar",
+ "x": [
+ 13
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 14
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 15
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 4"
+ ],
+ "type": "bar",
+ "x": [
+ 16
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 17
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 18
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 19
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 20
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 21
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 22
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 23
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 24
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 25
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 26
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 27
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 5"
+ ],
+ "type": "bar",
+ "x": [
+ 28
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 5"
+ ],
+ "type": "bar",
+ "x": [
+ 29
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 4"
+ ],
+ "type": "bar",
+ "x": [
+ 30
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 31
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 32
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Many neighbors 7"
+ ],
+ "type": "bar",
+ "x": [
+ 33
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 34
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 35
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 5"
+ ],
+ "type": "bar",
+ "x": [
+ 36
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 37
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 38
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 39
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Many neighbors 6"
+ ],
+ "type": "bar",
+ "x": [
+ 40
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 41
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 42
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 43
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 4"
+ ],
+ "type": "bar",
+ "x": [
+ 44
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 45
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 46
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 5"
+ ],
+ "type": "bar",
+ "x": [
+ 47
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 48
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 49
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Many neighbors 7"
+ ],
+ "type": "bar",
+ "x": [
+ 50
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 5"
+ ],
+ "type": "bar",
+ "x": [
+ 51
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Many neighbors 8"
+ ],
+ "type": "bar",
+ "x": [
+ 52
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 53
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 5"
+ ],
+ "type": "bar",
+ "x": [
+ 54
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 55
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 56
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 57
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 58
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 59
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 60
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 5"
+ ],
+ "type": "bar",
+ "x": [
+ 61
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 5"
+ ],
+ "type": "bar",
+ "x": [
+ 62
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 63
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 64
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 65
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 66
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 67
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 68
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 69
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 70
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Many neighbors 8"
+ ],
+ "type": "bar",
+ "x": [
+ 71
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 72
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 73
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 4"
+ ],
+ "type": "bar",
+ "x": [
+ 74
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 75
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 76
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 77
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 78
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 79
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 80
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 81
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 82
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 83
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 84
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 85
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 86
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 87
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 88
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Many neighbors 7"
+ ],
+ "type": "bar",
+ "x": [
+ 89
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 90
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 91
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 5"
+ ],
+ "type": "bar",
+ "x": [
+ 92
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Many neighbors 7"
+ ],
+ "type": "bar",
+ "x": [
+ 93
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 94
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 95
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Many neighbors 7"
+ ],
+ "type": "bar",
+ "x": [
+ 96
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Many neighbors 6"
+ ],
+ "type": "bar",
+ "x": [
+ 97
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 98
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 99
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 100
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 101
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 102
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 103
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 104
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 105
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 106
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 107
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 108
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 109
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 110
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 4"
+ ],
+ "type": "bar",
+ "x": [
+ 111
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 5"
+ ],
+ "type": "bar",
+ "x": [
+ 112
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 113
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 114
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 115
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 116
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 117
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 118
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 119
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 120
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 121
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 122
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 123
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 124
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 125
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 126
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 4"
+ ],
+ "type": "bar",
+ "x": [
+ 127
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Many neighbors 6"
+ ],
+ "type": "bar",
+ "x": [
+ 128
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 129
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 130
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#367BC3",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Many neighbors 6"
+ ],
+ "type": "bar",
+ "x": [
+ 131
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 132
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 133
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 134
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 135
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 136
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 137
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 138
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 139
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 140
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 141
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 142
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 143
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 144
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 145
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 146
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 147
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 148
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 149
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 150
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 151
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 152
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 4"
+ ],
+ "type": "bar",
+ "x": [
+ 153
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 154
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 155
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 156
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 157
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 158
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 4"
+ ],
+ "type": "bar",
+ "x": [
+ 159
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 160
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 161
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 162
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 163
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 164
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 165
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 166
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 167
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 168
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 169
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 170
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 171
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 172
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 173
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 174
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 175
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 176
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 177
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 178
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 179
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 180
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 181
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 182
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 183
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 184
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 185
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 186
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 187
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 188
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 189
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 190
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 191
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 192
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 193
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 194
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 195
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 196
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 197
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 198
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 199
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 200
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 201
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 202
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 203
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 204
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 205
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 206
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 207
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 208
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 209
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 210
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 211
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 212
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 213
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 214
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 215
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 216
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 4"
+ ],
+ "type": "bar",
+ "x": [
+ 217
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 218
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 219
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 220
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 221
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 222
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 223
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 224
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 225
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 226
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 227
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 228
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 229
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 230
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 231
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 232
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 233
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 234
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 235
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 236
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 237
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 238
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 239
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 240
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 241
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 242
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 243
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 244
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 245
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 246
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 247
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 248
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 249
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 250
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 251
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 252
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 253
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 254
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 255
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 256
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 257
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 258
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 259
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 260
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 261
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 262
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 263
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 264
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 265
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 266
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 267
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 268
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 269
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 270
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 271
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 272
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 273
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 274
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 275
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 276
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 277
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 278
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 279
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 280
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 281
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 282
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 283
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 284
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 285
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 286
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 287
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 288
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 289
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 290
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 291
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 292
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 293
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 294
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 295
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 296
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 297
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 298
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 299
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 300
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 301
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 302
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 303
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 304
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 305
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 306
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 307
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 308
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 309
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 310
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 311
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 312
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 313
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 314
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 315
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 316
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 317
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 318
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 319
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 320
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 321
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 322
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 323
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 324
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 325
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 326
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 327
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 328
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 329
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 330
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 331
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 332
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 333
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 4"
+ ],
+ "type": "bar",
+ "x": [
+ 334
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 335
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 336
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 337
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 338
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 339
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 340
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 341
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 342
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 343
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 344
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 345
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 346
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 347
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 348
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 349
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 350
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 351
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 352
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 3"
+ ],
+ "type": "bar",
+ "x": [
+ 353
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 354
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 355
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 356
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 357
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 358
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 359
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 360
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 361
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 362
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 363
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 364
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 365
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 366
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 367
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 368
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 369
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 1"
+ ],
+ "type": "bar",
+ "x": [
+ 370
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 371
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#38BFA7",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "Few neighbors 2"
+ ],
+ "type": "bar",
+ "x": [
+ 372
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 373
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 374
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 375
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 376
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "base": 5.9,
+ "hovertemplate": "%{text}",
+ "marker": {
+ "color": "#8FF5A2",
+ "line": {
+ "width": 0
+ }
+ },
+ "name": "",
+ "opacity": 0.8,
+ "showlegend": false,
+ "text": [
+ "No neighbors 0"
+ ],
+ "type": "bar",
+ "x": [
+ 377
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0.2
+ ]
+ },
+ {
+ "hovertemplate": "%{meta}: %{text}",
+ "marker": {
+ "color": "rgba(135, 206, 250, 0)"
+ },
+ "meta": [
+ "M",
+ "V",
+ "L",
+ "E",
+ "S",
+ "T",
+ "M",
+ "V",
+ "C",
+ "V",
+ "D",
+ "N",
+ "S",
+ "E",
+ "Y",
+ "M",
+ "R",
+ "N",
+ "G",
+ "D",
+ "F",
+ "L",
+ "P",
+ "T",
+ "R",
+ "L",
+ "Q",
+ "A",
+ "Q",
+ "Q",
+ "D",
+ "A",
+ "V",
+ "N",
+ "I",
+ "V",
+ "C",
+ "H",
+ "S",
+ "K",
+ "T",
+ "R",
+ "S",
+ "N",
+ "P",
+ "E",
+ "N",
+ "N",
+ "V",
+ "G",
+ "L",
+ "I",
+ "T",
+ "L",
+ "A",
+ "N",
+ "D",
+ "C",
+ "E",
+ "V",
+ "L",
+ "T",
+ "T",
+ "L",
+ "T",
+ "P",
+ "D",
+ "T",
+ "G",
+ "R",
+ "I",
+ "L",
+ "S",
+ "K",
+ "L",
+ "H",
+ "T",
+ "V",
+ "Q",
+ "P",
+ "K",
+ "G",
+ "K",
+ "I",
+ "T",
+ "F",
+ "C",
+ "T",
+ "G",
+ "I",
+ "R",
+ "V",
+ "A",
+ "H",
+ "L",
+ "A",
+ "L",
+ "K",
+ "H",
+ "R",
+ "Q",
+ "G",
+ "K",
+ "N",
+ "H",
+ "K",
+ "M",
+ "R",
+ "I",
+ "I",
+ "A",
+ "F",
+ "V",
+ "G",
+ "S",
+ "P",
+ "V",
+ "E",
+ "D",
+ "N",
+ "E",
+ "K",
+ "D",
+ "L",
+ "V",
+ "K",
+ "L",
+ "A",
+ "K",
+ "R",
+ "L",
+ "K",
+ "K",
+ "E",
+ "K",
+ "V",
+ "N",
+ "V",
+ "D",
+ "I",
+ "I",
+ "N",
+ "F",
+ "G",
+ "E",
+ "E",
+ "E",
+ "V",
+ "N",
+ "T",
+ "E",
+ "K",
+ "L",
+ "T",
+ "A",
+ "F",
+ "V",
+ "N",
+ "T",
+ "L",
+ "N",
+ "G",
+ "K",
+ "D",
+ "G",
+ "T",
+ "G",
+ "S",
+ "H",
+ "L",
+ "V",
+ "T",
+ "V",
+ "P",
+ "P",
+ "G",
+ "P",
+ "S",
+ "L",
+ "A",
+ "D",
+ "A",
+ "L",
+ "I",
+ "S",
+ "S",
+ "P",
+ "I",
+ "L",
+ "A",
+ "G",
+ "E",
+ "G",
+ "G",
+ "A",
+ "M",
+ "L",
+ "G",
+ "L",
+ "G",
+ "A",
+ "S",
+ "D",
+ "F",
+ "E",
+ "F",
+ "G",
+ "V",
+ "D",
+ "P",
+ "S",
+ "A",
+ "D",
+ "P",
+ "E",
+ "L",
+ "A",
+ "L",
+ "A",
+ "L",
+ "R",
+ "V",
+ "S",
+ "M",
+ "E",
+ "E",
+ "Q",
+ "R",
+ "Q",
+ "R",
+ "Q",
+ "E",
+ "E",
+ "E",
+ "A",
+ "R",
+ "R",
+ "A",
+ "A",
+ "A",
+ "A",
+ "S",
+ "A",
+ "A",
+ "E",
+ "A",
+ "G",
+ "I",
+ "A",
+ "T",
+ "T",
+ "G",
+ "T",
+ "E",
+ "D",
+ "S",
+ "D",
+ "D",
+ "A",
+ "L",
+ "L",
+ "K",
+ "M",
+ "T",
+ "I",
+ "S",
+ "Q",
+ "Q",
+ "E",
+ "F",
+ "G",
+ "R",
+ "T",
+ "G",
+ "L",
+ "P",
+ "D",
+ "L",
+ "S",
+ "S",
+ "M",
+ "T",
+ "E",
+ "E",
+ "E",
+ "Q",
+ "I",
+ "A",
+ "Y",
+ "A",
+ "M",
+ "Q",
+ "M",
+ "S",
+ "L",
+ "Q",
+ "G",
+ "A",
+ "E",
+ "F",
+ "G",
+ "Q",
+ "A",
+ "E",
+ "S",
+ "A",
+ "D",
+ "I",
+ "D",
+ "A",
+ "S",
+ "S",
+ "A",
+ "M",
+ "D",
+ "T",
+ "S",
+ "E",
+ "P",
+ "A",
+ "K",
+ "E",
+ "E",
+ "D",
+ "D",
+ "Y",
+ "D",
+ "V",
+ "M",
+ "Q",
+ "D",
+ "P",
+ "E",
+ "F",
+ "L",
+ "Q",
+ "S",
+ "V",
+ "L",
+ "E",
+ "N",
+ "L",
+ "P",
+ "G",
+ "V",
+ "D",
+ "P",
+ "N",
+ "N",
+ "E",
+ "A",
+ "I",
+ "R",
+ "N",
+ "A",
+ "M",
+ "G",
+ "S",
+ "L",
+ "A",
+ "S",
+ "Q",
+ "A",
+ "T",
+ "K",
+ "D",
+ "G",
+ "K",
+ "K",
+ "D",
+ "K",
+ "K",
+ "E",
+ "E",
+ "D",
+ "K",
+ "K"
+ ],
+ "mode": "markers",
+ "name": "",
+ "showlegend": false,
+ "text": [
+ "Methionine",
+ "Valine",
+ "Leucine",
+ "Glutamic acid",
+ "Serine",
+ "Threonine",
+ "Methionine",
+ "Valine",
+ "Cysteine",
+ "Valine",
+ "Aspartic acid",
+ "Asparagine",
+ "Serine",
+ "Glutamic acid",
+ "Tyrosine",
+ "Methionine",
+ "Arginine",
+ "Asparagine",
+ "Glycine",
+ "Aspartic acid",
+ "Phenylalanine",
+ "Leucine",
+ "Proline",
+ "Threonine",
+ "Arginine",
+ "Leucine",
+ "Glutamine",
+ "Alanine",
+ "Glutamine",
+ "Glutamine",
+ "Aspartic acid",
+ "Alanine",
+ "Valine",
+ "Asparagine",
+ "Isoleucine",
+ "Valine",
+ "Cysteine",
+ "Histidine",
+ "Serine",
+ "Lysine",
+ "Threonine",
+ "Arginine",
+ "Serine",
+ "Asparagine",
+ "Proline",
+ "Glutamic acid",
+ "Asparagine",
+ "Asparagine",
+ "Valine",
+ "Glycine",
+ "Leucine",
+ "Isoleucine",
+ "Threonine",
+ "Leucine",
+ "Alanine",
+ "Asparagine",
+ "Aspartic acid",
+ "Cysteine",
+ "Glutamic acid",
+ "Valine",
+ "Leucine",
+ "Threonine",
+ "Threonine",
+ "Leucine",
+ "Threonine",
+ "Proline",
+ "Aspartic acid",
+ "Threonine",
+ "Glycine",
+ "Arginine",
+ "Isoleucine",
+ "Leucine",
+ "Serine",
+ "Lysine",
+ "Leucine",
+ "Histidine",
+ "Threonine",
+ "Valine",
+ "Glutamine",
+ "Proline",
+ "Lysine",
+ "Glycine",
+ "Lysine",
+ "Isoleucine",
+ "Threonine",
+ "Phenylalanine",
+ "Cysteine",
+ "Threonine",
+ "Glycine",
+ "Isoleucine",
+ "Arginine",
+ "Valine",
+ "Alanine",
+ "Histidine",
+ "Leucine",
+ "Alanine",
+ "Leucine",
+ "Lysine",
+ "Histidine",
+ "Arginine",
+ "Glutamine",
+ "Glycine",
+ "Lysine",
+ "Asparagine",
+ "Histidine",
+ "Lysine",
+ "Methionine",
+ "Arginine",
+ "Isoleucine",
+ "Isoleucine",
+ "Alanine",
+ "Phenylalanine",
+ "Valine",
+ "Glycine",
+ "Serine",
+ "Proline",
+ "Valine",
+ "Glutamic acid",
+ "Aspartic acid",
+ "Asparagine",
+ "Glutamic acid",
+ "Lysine",
+ "Aspartic acid",
+ "Leucine",
+ "Valine",
+ "Lysine",
+ "Leucine",
+ "Alanine",
+ "Lysine",
+ "Arginine",
+ "Leucine",
+ "Lysine",
+ "Lysine",
+ "Glutamic acid",
+ "Lysine",
+ "Valine",
+ "Asparagine",
+ "Valine",
+ "Aspartic acid",
+ "Isoleucine",
+ "Isoleucine",
+ "Asparagine",
+ "Phenylalanine",
+ "Glycine",
+ "Glutamic acid",
+ "Glutamic acid",
+ "Glutamic acid",
+ "Valine",
+ "Asparagine",
+ "Threonine",
+ "Glutamic acid",
+ "Lysine",
+ "Leucine",
+ "Threonine",
+ "Alanine",
+ "Phenylalanine",
+ "Valine",
+ "Asparagine",
+ "Threonine",
+ "Leucine",
+ "Asparagine",
+ "Glycine",
+ "Lysine",
+ "Aspartic acid",
+ "Glycine",
+ "Threonine",
+ "Glycine",
+ "Serine",
+ "Histidine",
+ "Leucine",
+ "Valine",
+ "Threonine",
+ "Valine",
+ "Proline",
+ "Proline",
+ "Glycine",
+ "Proline",
+ "Serine",
+ "Leucine",
+ "Alanine",
+ "Aspartic acid",
+ "Alanine",
+ "Leucine",
+ "Isoleucine",
+ "Serine",
+ "Serine",
+ "Proline",
+ "Isoleucine",
+ "Leucine",
+ "Alanine",
+ "Glycine",
+ "Glutamic acid",
+ "Glycine",
+ "Glycine",
+ "Alanine",
+ "Methionine",
+ "Leucine",
+ "Glycine",
+ "Leucine",
+ "Glycine",
+ "Alanine",
+ "Serine",
+ "Aspartic acid",
+ "Phenylalanine",
+ "Glutamic acid",
+ "Phenylalanine",
+ "Glycine",
+ "Valine",
+ "Aspartic acid",
+ "Proline",
+ "Serine",
+ "Alanine",
+ "Aspartic acid",
+ "Proline",
+ "Glutamic acid",
+ "Leucine",
+ "Alanine",
+ "Leucine",
+ "Alanine",
+ "Leucine",
+ "Arginine",
+ "Valine",
+ "Serine",
+ "Methionine",
+ "Glutamic acid",
+ "Glutamic acid",
+ "Glutamine",
+ "Arginine",
+ "Glutamine",
+ "Arginine",
+ "Glutamine",
+ "Glutamic acid",
+ "Glutamic acid",
+ "Glutamic acid",
+ "Alanine",
+ "Arginine",
+ "Arginine",
+ "Alanine",
+ "Alanine",
+ "Alanine",
+ "Alanine",
+ "Serine",
+ "Alanine",
+ "Alanine",
+ "Glutamic acid",
+ "Alanine",
+ "Glycine",
+ "Isoleucine",
+ "Alanine",
+ "Threonine",
+ "Threonine",
+ "Glycine",
+ "Threonine",
+ "Glutamic acid",
+ "Aspartic acid",
+ "Serine",
+ "Aspartic acid",
+ "Aspartic acid",
+ "Alanine",
+ "Leucine",
+ "Leucine",
+ "Lysine",
+ "Methionine",
+ "Threonine",
+ "Isoleucine",
+ "Serine",
+ "Glutamine",
+ "Glutamine",
+ "Glutamic acid",
+ "Phenylalanine",
+ "Glycine",
+ "Arginine",
+ "Threonine",
+ "Glycine",
+ "Leucine",
+ "Proline",
+ "Aspartic acid",
+ "Leucine",
+ "Serine",
+ "Serine",
+ "Methionine",
+ "Threonine",
+ "Glutamic acid",
+ "Glutamic acid",
+ "Glutamic acid",
+ "Glutamine",
+ "Isoleucine",
+ "Alanine",
+ "Tyrosine",
+ "Alanine",
+ "Methionine",
+ "Glutamine",
+ "Methionine",
+ "Serine",
+ "Leucine",
+ "Glutamine",
+ "Glycine",
+ "Alanine",
+ "Glutamic acid",
+ "Phenylalanine",
+ "Glycine",
+ "Glutamine",
+ "Alanine",
+ "Glutamic acid",
+ "Serine",
+ "Alanine",
+ "Aspartic acid",
+ "Isoleucine",
+ "Aspartic acid",
+ "Alanine",
+ "Serine",
+ "Serine",
+ "Alanine",
+ "Methionine",
+ "Aspartic acid",
+ "Threonine",
+ "Serine",
+ "Glutamic acid",
+ "Proline",
+ "Alanine",
+ "Lysine",
+ "Glutamic acid",
+ "Glutamic acid",
+ "Aspartic acid",
+ "Aspartic acid",
+ "Tyrosine",
+ "Aspartic acid",
+ "Valine",
+ "Methionine",
+ "Glutamine",
+ "Aspartic acid",
+ "Proline",
+ "Glutamic acid",
+ "Phenylalanine",
+ "Leucine",
+ "Glutamine",
+ "Serine",
+ "Valine",
+ "Leucine",
+ "Glutamic acid",
+ "Asparagine",
+ "Leucine",
+ "Proline",
+ "Glycine",
+ "Valine",
+ "Aspartic acid",
+ "Proline",
+ "Asparagine",
+ "Asparagine",
+ "Glutamic acid",
+ "Alanine",
+ "Isoleucine",
+ "Arginine",
+ "Asparagine",
+ "Alanine",
+ "Methionine",
+ "Glycine",
+ "Serine",
+ "Leucine",
+ "Alanine",
+ "Serine",
+ "Glutamine",
+ "Alanine",
+ "Threonine",
+ "Lysine",
+ "Aspartic acid",
+ "Glycine",
+ "Lysine",
+ "Lysine",
+ "Aspartic acid",
+ "Lysine",
+ "Lysine",
+ "Glutamic acid",
+ "Glutamic acid",
+ "Aspartic acid",
+ "Lysine",
+ "Lysine"
+ ],
+ "type": "scatter",
+ "x": [
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30,
+ 31,
+ 32,
+ 33,
+ 34,
+ 35,
+ 36,
+ 37,
+ 38,
+ 39,
+ 40,
+ 41,
+ 42,
+ 43,
+ 44,
+ 45,
+ 46,
+ 47,
+ 48,
+ 49,
+ 50,
+ 51,
+ 52,
+ 53,
+ 54,
+ 55,
+ 56,
+ 57,
+ 58,
+ 59,
+ 60,
+ 61,
+ 62,
+ 63,
+ 64,
+ 65,
+ 66,
+ 67,
+ 68,
+ 69,
+ 70,
+ 71,
+ 72,
+ 73,
+ 74,
+ 75,
+ 76,
+ 77,
+ 78,
+ 79,
+ 80,
+ 81,
+ 82,
+ 83,
+ 84,
+ 85,
+ 86,
+ 87,
+ 88,
+ 89,
+ 90,
+ 91,
+ 92,
+ 93,
+ 94,
+ 95,
+ 96,
+ 97,
+ 98,
+ 99,
+ 100,
+ 101,
+ 102,
+ 103,
+ 104,
+ 105,
+ 106,
+ 107,
+ 108,
+ 109,
+ 110,
+ 111,
+ 112,
+ 113,
+ 114,
+ 115,
+ 116,
+ 117,
+ 118,
+ 119,
+ 120,
+ 121,
+ 122,
+ 123,
+ 124,
+ 125,
+ 126,
+ 127,
+ 128,
+ 129,
+ 130,
+ 131,
+ 132,
+ 133,
+ 134,
+ 135,
+ 136,
+ 137,
+ 138,
+ 139,
+ 140,
+ 141,
+ 142,
+ 143,
+ 144,
+ 145,
+ 146,
+ 147,
+ 148,
+ 149,
+ 150,
+ 151,
+ 152,
+ 153,
+ 154,
+ 155,
+ 156,
+ 157,
+ 158,
+ 159,
+ 160,
+ 161,
+ 162,
+ 163,
+ 164,
+ 165,
+ 166,
+ 167,
+ 168,
+ 169,
+ 170,
+ 171,
+ 172,
+ 173,
+ 174,
+ 175,
+ 176,
+ 177,
+ 178,
+ 179,
+ 180,
+ 181,
+ 182,
+ 183,
+ 184,
+ 185,
+ 186,
+ 187,
+ 188,
+ 189,
+ 190,
+ 191,
+ 192,
+ 193,
+ 194,
+ 195,
+ 196,
+ 197,
+ 198,
+ 199,
+ 200,
+ 201,
+ 202,
+ 203,
+ 204,
+ 205,
+ 206,
+ 207,
+ 208,
+ 209,
+ 210,
+ 211,
+ 212,
+ 213,
+ 214,
+ 215,
+ 216,
+ 217,
+ 218,
+ 219,
+ 220,
+ 221,
+ 222,
+ 223,
+ 224,
+ 225,
+ 226,
+ 227,
+ 228,
+ 229,
+ 230,
+ 231,
+ 232,
+ 233,
+ 234,
+ 235,
+ 236,
+ 237,
+ 238,
+ 239,
+ 240,
+ 241,
+ 242,
+ 243,
+ 244,
+ 245,
+ 246,
+ 247,
+ 248,
+ 249,
+ 250,
+ 251,
+ 252,
+ 253,
+ 254,
+ 255,
+ 256,
+ 257,
+ 258,
+ 259,
+ 260,
+ 261,
+ 262,
+ 263,
+ 264,
+ 265,
+ 266,
+ 267,
+ 268,
+ 269,
+ 270,
+ 271,
+ 272,
+ 273,
+ 274,
+ 275,
+ 276,
+ 277,
+ 278,
+ 279,
+ 280,
+ 281,
+ 282,
+ 283,
+ 284,
+ 285,
+ 286,
+ 287,
+ 288,
+ 289,
+ 290,
+ 291,
+ 292,
+ 293,
+ 294,
+ 295,
+ 296,
+ 297,
+ 298,
+ 299,
+ 300,
+ 301,
+ 302,
+ 303,
+ 304,
+ 305,
+ 306,
+ 307,
+ 308,
+ 309,
+ 310,
+ 311,
+ 312,
+ 313,
+ 314,
+ 315,
+ 316,
+ 317,
+ 318,
+ 319,
+ 320,
+ 321,
+ 322,
+ 323,
+ 324,
+ 325,
+ 326,
+ 327,
+ 328,
+ 329,
+ 330,
+ 331,
+ 332,
+ 333,
+ 334,
+ 335,
+ 336,
+ 337,
+ 338,
+ 339,
+ 340,
+ 341,
+ 342,
+ 343,
+ 344,
+ 345,
+ 346,
+ 347,
+ 348,
+ 349,
+ 350,
+ 351,
+ 352,
+ 353,
+ 354,
+ 355,
+ 356,
+ 357,
+ 358,
+ 359,
+ 360,
+ 361,
+ 362,
+ 363,
+ 364,
+ 365,
+ 366,
+ 367,
+ 368,
+ 369,
+ 370,
+ 371,
+ 372,
+ 373,
+ 374,
+ 375,
+ 376,
+ 377
+ ],
+ "xaxis": "x2",
+ "y": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ]
+ }
+ ],
+ "layout": {
+ "bargap": 0,
+ "barmode": "stack",
+ "height": 550,
+ "hoverdistance": 1,
+ "hovermode": "x unified",
+ "margin": {
+ "b": 20,
+ "l": 20,
+ "r": 20,
+ "t": 150
+ },
+ "meta": 9,
+ "plot_bgcolor": "rgba(0,0,0,0)",
+ "shapes": [
+ {
+ "line": {
+ "color": "#023e8a",
+ "width": 1
+ },
+ "type": "line",
+ "x0": 262,
+ "x1": 262,
+ "xref": "x2",
+ "y0": 0,
+ "y1": 0.3
+ },
+ {
+ "line": {
+ "color": "#023e8a",
+ "width": 1
+ },
+ "type": "line",
+ "x0": 263,
+ "x1": 263,
+ "xref": "x2",
+ "y0": 0,
+ "y1": 0.3
+ }
+ ],
+ "template": {
+ "data": {
+ "bar": [
+ {
+ "error_x": {
+ "color": "#2a3f5f"
+ },
+ "error_y": {
+ "color": "#2a3f5f"
+ },
+ "marker": {
+ "line": {
+ "color": "#E5ECF6",
+ "width": 0.5
+ }
+ },
+ "type": "bar"
+ }
+ ],
+ "barpolar": [
+ {
+ "marker": {
+ "line": {
+ "color": "#E5ECF6",
+ "width": 0.5
+ }
+ },
+ "type": "barpolar"
+ }
+ ],
+ "carpet": [
+ {
+ "aaxis": {
+ "endlinecolor": "#2a3f5f",
+ "gridcolor": "white",
+ "linecolor": "white",
+ "minorgridcolor": "white",
+ "startlinecolor": "#2a3f5f"
+ },
+ "baxis": {
+ "endlinecolor": "#2a3f5f",
+ "gridcolor": "white",
+ "linecolor": "white",
+ "minorgridcolor": "white",
+ "startlinecolor": "#2a3f5f"
+ },
+ "type": "carpet"
+ }
+ ],
+ "choropleth": [
+ {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ },
+ "type": "choropleth"
+ }
+ ],
+ "contour": [
+ {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ },
+ "colorscale": [
+ [
+ 0,
+ "#0d0887"
+ ],
+ [
+ 0.1111111111111111,
+ "#46039f"
+ ],
+ [
+ 0.2222222222222222,
+ "#7201a8"
+ ],
+ [
+ 0.3333333333333333,
+ "#9c179e"
+ ],
+ [
+ 0.4444444444444444,
+ "#bd3786"
+ ],
+ [
+ 0.5555555555555556,
+ "#d8576b"
+ ],
+ [
+ 0.6666666666666666,
+ "#ed7953"
+ ],
+ [
+ 0.7777777777777778,
+ "#fb9f3a"
+ ],
+ [
+ 0.8888888888888888,
+ "#fdca26"
+ ],
+ [
+ 1,
+ "#f0f921"
+ ]
+ ],
+ "type": "contour"
+ }
+ ],
+ "contourcarpet": [
+ {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ },
+ "type": "contourcarpet"
+ }
+ ],
+ "heatmap": [
+ {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ },
+ "colorscale": [
+ [
+ 0,
+ "#0d0887"
+ ],
+ [
+ 0.1111111111111111,
+ "#46039f"
+ ],
+ [
+ 0.2222222222222222,
+ "#7201a8"
+ ],
+ [
+ 0.3333333333333333,
+ "#9c179e"
+ ],
+ [
+ 0.4444444444444444,
+ "#bd3786"
+ ],
+ [
+ 0.5555555555555556,
+ "#d8576b"
+ ],
+ [
+ 0.6666666666666666,
+ "#ed7953"
+ ],
+ [
+ 0.7777777777777778,
+ "#fb9f3a"
+ ],
+ [
+ 0.8888888888888888,
+ "#fdca26"
+ ],
+ [
+ 1,
+ "#f0f921"
+ ]
+ ],
+ "type": "heatmap"
+ }
+ ],
+ "heatmapgl": [
+ {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ },
+ "colorscale": [
+ [
+ 0,
+ "#0d0887"
+ ],
+ [
+ 0.1111111111111111,
+ "#46039f"
+ ],
+ [
+ 0.2222222222222222,
+ "#7201a8"
+ ],
+ [
+ 0.3333333333333333,
+ "#9c179e"
+ ],
+ [
+ 0.4444444444444444,
+ "#bd3786"
+ ],
+ [
+ 0.5555555555555556,
+ "#d8576b"
+ ],
+ [
+ 0.6666666666666666,
+ "#ed7953"
+ ],
+ [
+ 0.7777777777777778,
+ "#fb9f3a"
+ ],
+ [
+ 0.8888888888888888,
+ "#fdca26"
+ ],
+ [
+ 1,
+ "#f0f921"
+ ]
+ ],
+ "type": "heatmapgl"
+ }
+ ],
+ "histogram": [
+ {
+ "marker": {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ }
+ },
+ "type": "histogram"
+ }
+ ],
+ "histogram2d": [
+ {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ },
+ "colorscale": [
+ [
+ 0,
+ "#0d0887"
+ ],
+ [
+ 0.1111111111111111,
+ "#46039f"
+ ],
+ [
+ 0.2222222222222222,
+ "#7201a8"
+ ],
+ [
+ 0.3333333333333333,
+ "#9c179e"
+ ],
+ [
+ 0.4444444444444444,
+ "#bd3786"
+ ],
+ [
+ 0.5555555555555556,
+ "#d8576b"
+ ],
+ [
+ 0.6666666666666666,
+ "#ed7953"
+ ],
+ [
+ 0.7777777777777778,
+ "#fb9f3a"
+ ],
+ [
+ 0.8888888888888888,
+ "#fdca26"
+ ],
+ [
+ 1,
+ "#f0f921"
+ ]
+ ],
+ "type": "histogram2d"
+ }
+ ],
+ "histogram2dcontour": [
+ {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ },
+ "colorscale": [
+ [
+ 0,
+ "#0d0887"
+ ],
+ [
+ 0.1111111111111111,
+ "#46039f"
+ ],
+ [
+ 0.2222222222222222,
+ "#7201a8"
+ ],
+ [
+ 0.3333333333333333,
+ "#9c179e"
+ ],
+ [
+ 0.4444444444444444,
+ "#bd3786"
+ ],
+ [
+ 0.5555555555555556,
+ "#d8576b"
+ ],
+ [
+ 0.6666666666666666,
+ "#ed7953"
+ ],
+ [
+ 0.7777777777777778,
+ "#fb9f3a"
+ ],
+ [
+ 0.8888888888888888,
+ "#fdca26"
+ ],
+ [
+ 1,
+ "#f0f921"
+ ]
+ ],
+ "type": "histogram2dcontour"
+ }
+ ],
+ "mesh3d": [
+ {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ },
+ "type": "mesh3d"
+ }
+ ],
+ "parcoords": [
+ {
+ "line": {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ }
+ },
+ "type": "parcoords"
+ }
+ ],
+ "pie": [
+ {
+ "automargin": true,
+ "type": "pie"
+ }
+ ],
+ "scatter": [
+ {
+ "marker": {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ }
+ },
+ "type": "scatter"
+ }
+ ],
+ "scatter3d": [
+ {
+ "line": {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ }
+ },
+ "marker": {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ }
+ },
+ "type": "scatter3d"
+ }
+ ],
+ "scattercarpet": [
+ {
+ "marker": {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ }
+ },
+ "type": "scattercarpet"
+ }
+ ],
+ "scattergeo": [
+ {
+ "marker": {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ }
+ },
+ "type": "scattergeo"
+ }
+ ],
+ "scattergl": [
+ {
+ "marker": {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ }
+ },
+ "type": "scattergl"
+ }
+ ],
+ "scattermapbox": [
+ {
+ "marker": {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ }
+ },
+ "type": "scattermapbox"
+ }
+ ],
+ "scatterpolar": [
+ {
+ "marker": {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ }
+ },
+ "type": "scatterpolar"
+ }
+ ],
+ "scatterpolargl": [
+ {
+ "marker": {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ }
+ },
+ "type": "scatterpolargl"
+ }
+ ],
+ "scatterternary": [
+ {
+ "marker": {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ }
+ },
+ "type": "scatterternary"
+ }
+ ],
+ "surface": [
+ {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ },
+ "colorscale": [
+ [
+ 0,
+ "#0d0887"
+ ],
+ [
+ 0.1111111111111111,
+ "#46039f"
+ ],
+ [
+ 0.2222222222222222,
+ "#7201a8"
+ ],
+ [
+ 0.3333333333333333,
+ "#9c179e"
+ ],
+ [
+ 0.4444444444444444,
+ "#bd3786"
+ ],
+ [
+ 0.5555555555555556,
+ "#d8576b"
+ ],
+ [
+ 0.6666666666666666,
+ "#ed7953"
+ ],
+ [
+ 0.7777777777777778,
+ "#fb9f3a"
+ ],
+ [
+ 0.8888888888888888,
+ "#fdca26"
+ ],
+ [
+ 1,
+ "#f0f921"
+ ]
+ ],
+ "type": "surface"
+ }
+ ],
+ "table": [
+ {
+ "cells": {
+ "fill": {
+ "color": "#EBF0F8"
+ },
+ "line": {
+ "color": "white"
+ }
+ },
+ "header": {
+ "fill": {
+ "color": "#C8D4E3"
+ },
+ "line": {
+ "color": "white"
+ }
+ },
+ "type": "table"
+ }
+ ]
+ },
+ "layout": {
+ "annotationdefaults": {
+ "arrowcolor": "#2a3f5f",
+ "arrowhead": 0,
+ "arrowwidth": 1
+ },
+ "coloraxis": {
+ "colorbar": {
+ "outlinewidth": 0,
+ "ticks": ""
+ }
+ },
+ "colorscale": {
+ "diverging": [
+ [
+ 0,
+ "#8e0152"
+ ],
+ [
+ 0.1,
+ "#c51b7d"
+ ],
+ [
+ 0.2,
+ "#de77ae"
+ ],
+ [
+ 0.3,
+ "#f1b6da"
+ ],
+ [
+ 0.4,
+ "#fde0ef"
+ ],
+ [
+ 0.5,
+ "#f7f7f7"
+ ],
+ [
+ 0.6,
+ "#e6f5d0"
+ ],
+ [
+ 0.7,
+ "#b8e186"
+ ],
+ [
+ 0.8,
+ "#7fbc41"
+ ],
+ [
+ 0.9,
+ "#4d9221"
+ ],
+ [
+ 1,
+ "#276419"
+ ]
+ ],
+ "sequential": [
+ [
+ 0,
+ "#0d0887"
+ ],
+ [
+ 0.1111111111111111,
+ "#46039f"
+ ],
+ [
+ 0.2222222222222222,
+ "#7201a8"
+ ],
+ [
+ 0.3333333333333333,
+ "#9c179e"
+ ],
+ [
+ 0.4444444444444444,
+ "#bd3786"
+ ],
+ [
+ 0.5555555555555556,
+ "#d8576b"
+ ],
+ [
+ 0.6666666666666666,
+ "#ed7953"
+ ],
+ [
+ 0.7777777777777778,
+ "#fb9f3a"
+ ],
+ [
+ 0.8888888888888888,
+ "#fdca26"
+ ],
+ [
+ 1,
+ "#f0f921"
+ ]
+ ],
+ "sequentialminus": [
+ [
+ 0,
+ "#0d0887"
+ ],
+ [
+ 0.1111111111111111,
+ "#46039f"
+ ],
+ [
+ 0.2222222222222222,
+ "#7201a8"
+ ],
+ [
+ 0.3333333333333333,
+ "#9c179e"
+ ],
+ [
+ 0.4444444444444444,
+ "#bd3786"
+ ],
+ [
+ 0.5555555555555556,
+ "#d8576b"
+ ],
+ [
+ 0.6666666666666666,
+ "#ed7953"
+ ],
+ [
+ 0.7777777777777778,
+ "#fb9f3a"
+ ],
+ [
+ 0.8888888888888888,
+ "#fdca26"
+ ],
+ [
+ 1,
+ "#f0f921"
+ ]
+ ]
+ },
+ "colorway": [
+ "#636efa",
+ "#EF553B",
+ "#00cc96",
+ "#ab63fa",
+ "#FFA15A",
+ "#19d3f3",
+ "#FF6692",
+ "#B6E880",
+ "#FF97FF",
+ "#FECB52"
+ ],
+ "font": {
+ "color": "#2a3f5f"
+ },
+ "geo": {
+ "bgcolor": "white",
+ "lakecolor": "white",
+ "landcolor": "#E5ECF6",
+ "showlakes": true,
+ "showland": true,
+ "subunitcolor": "white"
+ },
+ "hoverlabel": {
+ "align": "left"
+ },
+ "hovermode": "closest",
+ "mapbox": {
+ "style": "light"
+ },
+ "paper_bgcolor": "white",
+ "plot_bgcolor": "#E5ECF6",
+ "polar": {
+ "angularaxis": {
+ "gridcolor": "white",
+ "linecolor": "white",
+ "ticks": ""
+ },
+ "bgcolor": "#E5ECF6",
+ "radialaxis": {
+ "gridcolor": "white",
+ "linecolor": "white",
+ "ticks": ""
+ }
+ },
+ "scene": {
+ "xaxis": {
+ "backgroundcolor": "#E5ECF6",
+ "gridcolor": "white",
+ "gridwidth": 2,
+ "linecolor": "white",
+ "showbackground": true,
+ "ticks": "",
+ "zerolinecolor": "white"
+ },
+ "yaxis": {
+ "backgroundcolor": "#E5ECF6",
+ "gridcolor": "white",
+ "gridwidth": 2,
+ "linecolor": "white",
+ "showbackground": true,
+ "ticks": "",
+ "zerolinecolor": "white"
+ },
+ "zaxis": {
+ "backgroundcolor": "#E5ECF6",
+ "gridcolor": "white",
+ "gridwidth": 2,
+ "linecolor": "white",
+ "showbackground": true,
+ "ticks": "",
+ "zerolinecolor": "white"
+ }
+ },
+ "shapedefaults": {
+ "line": {
+ "color": "#2a3f5f"
+ }
+ },
+ "ternary": {
+ "aaxis": {
+ "gridcolor": "white",
+ "linecolor": "white",
+ "ticks": ""
+ },
+ "baxis": {
+ "gridcolor": "white",
+ "linecolor": "white",
+ "ticks": ""
+ },
+ "bgcolor": "#E5ECF6",
+ "caxis": {
+ "gridcolor": "white",
+ "linecolor": "white",
+ "ticks": ""
+ }
+ },
+ "title": {
+ "x": 0.05
+ },
+ "xaxis": {
+ "automargin": true,
+ "gridcolor": "white",
+ "linecolor": "white",
+ "ticks": "",
+ "title": {
+ "standoff": 15
+ },
+ "zerolinecolor": "white",
+ "zerolinewidth": 2
+ },
+ "yaxis": {
+ "automargin": true,
+ "gridcolor": "white",
+ "linecolor": "white",
+ "ticks": "",
+ "title": {
+ "standoff": 15
+ },
+ "zerolinecolor": "white",
+ "zerolinewidth": 2
+ }
+ }
+ },
+ "title": {
+ "text": "Sequence plot for: 26S proteasome non-ATPase regulatory subunit 4
PSMD4 - P55036"
+ },
+ "width": 1500,
+ "xaxis": {
+ "anchor": "y",
+ "matches": "x2",
+ "range": [
+ -10,
+ 387
+ ],
+ "showgrid": false,
+ "tickangle": 0,
+ "tickmode": "array",
+ "ticktext": [
+ "M",
+ "V",
+ "L",
+ "E",
+ "S",
+ "T",
+ "M",
+ "V",
+ "C",
+ "V",
+ "D",
+ "N",
+ "S",
+ "E",
+ "Y",
+ "M",
+ "R",
+ "N",
+ "G",
+ "D",
+ "F",
+ "L",
+ "P",
+ "T",
+ "R",
+ "L",
+ "Q",
+ "A",
+ "Q",
+ "Q",
+ "D",
+ "A",
+ "V",
+ "N",
+ "I",
+ "V",
+ "C",
+ "H",
+ "S",
+ "K",
+ "T",
+ "R",
+ "S",
+ "N",
+ "P",
+ "E",
+ "N",
+ "N",
+ "V",
+ "G",
+ "L",
+ "I",
+ "T",
+ "L",
+ "A",
+ "N",
+ "D",
+ "C",
+ "E",
+ "V",
+ "L",
+ "T",
+ "T",
+ "L",
+ "T",
+ "P",
+ "D",
+ "T",
+ "G",
+ "R",
+ "I",
+ "L",
+ "S",
+ "K",
+ "L",
+ "H",
+ "T",
+ "V",
+ "Q",
+ "P",
+ "K",
+ "G",
+ "K",
+ "I",
+ "T",
+ "F",
+ "C",
+ "T",
+ "G",
+ "I",
+ "R",
+ "V",
+ "A",
+ "H",
+ "L",
+ "A",
+ "L",
+ "K",
+ "H",
+ "R",
+ "Q",
+ "G",
+ "K",
+ "N",
+ "H",
+ "K",
+ "M",
+ "R",
+ "I",
+ "I",
+ "A",
+ "F",
+ "V",
+ "G",
+ "S",
+ "P",
+ "V",
+ "E",
+ "D",
+ "N",
+ "E",
+ "K",
+ "D",
+ "L",
+ "V",
+ "K",
+ "L",
+ "A",
+ "K",
+ "R",
+ "L",
+ "K",
+ "K",
+ "E",
+ "K",
+ "V",
+ "N",
+ "V",
+ "D",
+ "I",
+ "I",
+ "N",
+ "F",
+ "G",
+ "E",
+ "E",
+ "E",
+ "V",
+ "N",
+ "T",
+ "E",
+ "K",
+ "L",
+ "T",
+ "A",
+ "F",
+ "V",
+ "N",
+ "T",
+ "L",
+ "N",
+ "G",
+ "K",
+ "D",
+ "G",
+ "T",
+ "G",
+ "S",
+ "H",
+ "L",
+ "V",
+ "T",
+ "V",
+ "P",
+ "P",
+ "G",
+ "P",
+ "S",
+ "L",
+ "A",
+ "D",
+ "A",
+ "L",
+ "I",
+ "S",
+ "S",
+ "P",
+ "I",
+ "L",
+ "A",
+ "G",
+ "E",
+ "G",
+ "G",
+ "A",
+ "M",
+ "L",
+ "G",
+ "L",
+ "G",
+ "A",
+ "S",
+ "D",
+ "F",
+ "E",
+ "F",
+ "G",
+ "V",
+ "D",
+ "P",
+ "S",
+ "A",
+ "D",
+ "P",
+ "E",
+ "L",
+ "A",
+ "L",
+ "A",
+ "L",
+ "R",
+ "V",
+ "S",
+ "M",
+ "E",
+ "E",
+ "Q",
+ "R",
+ "Q",
+ "R",
+ "Q",
+ "E",
+ "E",
+ "E",
+ "A",
+ "R",
+ "R",
+ "A",
+ "A",
+ "A",
+ "A",
+ "S",
+ "A",
+ "A",
+ "E",
+ "A",
+ "G",
+ "I",
+ "A",
+ "T",
+ "T",
+ "G",
+ "T",
+ "E",
+ "D",
+ "S",
+ "D",
+ "D",
+ "A",
+ "L",
+ "L",
+ "K",
+ "M",
+ "T",
+ "I",
+ "S",
+ "Q",
+ "Q",
+ "E",
+ "F",
+ "G",
+ "R",
+ "T",
+ "G",
+ "L",
+ "P",
+ "D",
+ "L",
+ "S",
+ "S",
+ "M",
+ "T",
+ "E",
+ "E",
+ "E",
+ "Q",
+ "I",
+ "A",
+ "Y",
+ "A",
+ "M",
+ "Q",
+ "M",
+ "S",
+ "L",
+ "Q",
+ "G",
+ "A",
+ "E",
+ "F",
+ "G",
+ "Q",
+ "A",
+ "E",
+ "S",
+ "A",
+ "D",
+ "I",
+ "D",
+ "A",
+ "S",
+ "S",
+ "A",
+ "M",
+ "D",
+ "T",
+ "S",
+ "E",
+ "P",
+ "A",
+ "K",
+ "E",
+ "E",
+ "D",
+ "D",
+ "Y",
+ "D",
+ "V",
+ "M",
+ "Q",
+ "D",
+ "P",
+ "E",
+ "F",
+ "L",
+ "Q",
+ "S",
+ "V",
+ "L",
+ "E",
+ "N",
+ "L",
+ "P",
+ "G",
+ "V",
+ "D",
+ "P",
+ "N",
+ "N",
+ "E",
+ "A",
+ "I",
+ "R",
+ "N",
+ "A",
+ "M",
+ "G",
+ "S",
+ "L",
+ "A",
+ "S",
+ "Q",
+ "A",
+ "T",
+ "K",
+ "D",
+ "G",
+ "K",
+ "K",
+ "D",
+ "K",
+ "K",
+ "E",
+ "E",
+ "D",
+ "K",
+ "K"
+ ],
+ "tickvals": [
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30,
+ 31,
+ 32,
+ 33,
+ 34,
+ 35,
+ 36,
+ 37,
+ 38,
+ 39,
+ 40,
+ 41,
+ 42,
+ 43,
+ 44,
+ 45,
+ 46,
+ 47,
+ 48,
+ 49,
+ 50,
+ 51,
+ 52,
+ 53,
+ 54,
+ 55,
+ 56,
+ 57,
+ 58,
+ 59,
+ 60,
+ 61,
+ 62,
+ 63,
+ 64,
+ 65,
+ 66,
+ 67,
+ 68,
+ 69,
+ 70,
+ 71,
+ 72,
+ 73,
+ 74,
+ 75,
+ 76,
+ 77,
+ 78,
+ 79,
+ 80,
+ 81,
+ 82,
+ 83,
+ 84,
+ 85,
+ 86,
+ 87,
+ 88,
+ 89,
+ 90,
+ 91,
+ 92,
+ 93,
+ 94,
+ 95,
+ 96,
+ 97,
+ 98,
+ 99,
+ 100,
+ 101,
+ 102,
+ 103,
+ 104,
+ 105,
+ 106,
+ 107,
+ 108,
+ 109,
+ 110,
+ 111,
+ 112,
+ 113,
+ 114,
+ 115,
+ 116,
+ 117,
+ 118,
+ 119,
+ 120,
+ 121,
+ 122,
+ 123,
+ 124,
+ 125,
+ 126,
+ 127,
+ 128,
+ 129,
+ 130,
+ 131,
+ 132,
+ 133,
+ 134,
+ 135,
+ 136,
+ 137,
+ 138,
+ 139,
+ 140,
+ 141,
+ 142,
+ 143,
+ 144,
+ 145,
+ 146,
+ 147,
+ 148,
+ 149,
+ 150,
+ 151,
+ 152,
+ 153,
+ 154,
+ 155,
+ 156,
+ 157,
+ 158,
+ 159,
+ 160,
+ 161,
+ 162,
+ 163,
+ 164,
+ 165,
+ 166,
+ 167,
+ 168,
+ 169,
+ 170,
+ 171,
+ 172,
+ 173,
+ 174,
+ 175,
+ 176,
+ 177,
+ 178,
+ 179,
+ 180,
+ 181,
+ 182,
+ 183,
+ 184,
+ 185,
+ 186,
+ 187,
+ 188,
+ 189,
+ 190,
+ 191,
+ 192,
+ 193,
+ 194,
+ 195,
+ 196,
+ 197,
+ 198,
+ 199,
+ 200,
+ 201,
+ 202,
+ 203,
+ 204,
+ 205,
+ 206,
+ 207,
+ 208,
+ 209,
+ 210,
+ 211,
+ 212,
+ 213,
+ 214,
+ 215,
+ 216,
+ 217,
+ 218,
+ 219,
+ 220,
+ 221,
+ 222,
+ 223,
+ 224,
+ 225,
+ 226,
+ 227,
+ 228,
+ 229,
+ 230,
+ 231,
+ 232,
+ 233,
+ 234,
+ 235,
+ 236,
+ 237,
+ 238,
+ 239,
+ 240,
+ 241,
+ 242,
+ 243,
+ 244,
+ 245,
+ 246,
+ 247,
+ 248,
+ 249,
+ 250,
+ 251,
+ 252,
+ 253,
+ 254,
+ 255,
+ 256,
+ 257,
+ 258,
+ 259,
+ 260,
+ 261,
+ 262,
+ 263,
+ 264,
+ 265,
+ 266,
+ 267,
+ 268,
+ 269,
+ 270,
+ 271,
+ 272,
+ 273,
+ 274,
+ 275,
+ 276,
+ 277,
+ 278,
+ 279,
+ 280,
+ 281,
+ 282,
+ 283,
+ 284,
+ 285,
+ 286,
+ 287,
+ 288,
+ 289,
+ 290,
+ 291,
+ 292,
+ 293,
+ 294,
+ 295,
+ 296,
+ 297,
+ 298,
+ 299,
+ 300,
+ 301,
+ 302,
+ 303,
+ 304,
+ 305,
+ 306,
+ 307,
+ 308,
+ 309,
+ 310,
+ 311,
+ 312,
+ 313,
+ 314,
+ 315,
+ 316,
+ 317,
+ 318,
+ 319,
+ 320,
+ 321,
+ 322,
+ 323,
+ 324,
+ 325,
+ 326,
+ 327,
+ 328,
+ 329,
+ 330,
+ 331,
+ 332,
+ 333,
+ 334,
+ 335,
+ 336,
+ 337,
+ 338,
+ 339,
+ 340,
+ 341,
+ 342,
+ 343,
+ 344,
+ 345,
+ 346,
+ 347,
+ 348,
+ 349,
+ 350,
+ 351,
+ 352,
+ 353,
+ 354,
+ 355,
+ 356,
+ 357,
+ 358,
+ 359,
+ 360,
+ 361,
+ 362,
+ 363,
+ 364,
+ 365,
+ 366,
+ 367,
+ 368,
+ 369,
+ 370,
+ 371,
+ 372,
+ 373,
+ 374,
+ 375,
+ 376,
+ 377
+ ],
+ "title": {
+ "text": "protein sequence"
+ },
+ "type": "linear",
+ "zeroline": false
+ },
+ "xaxis2": {
+ "anchor": "y",
+ "matches": "x",
+ "range": [
+ -10,
+ 387
+ ],
+ "showgrid": false,
+ "side": "top",
+ "tickangle": 0,
+ "tickformat": ".d",
+ "tickmode": "auto",
+ "title": {
+ "text": "AA position"
+ },
+ "type": "linear",
+ "zeroline": false
+ },
+ "yaxis": {
+ "automargin": true,
+ "range": [
+ -1,
+ 6.7
],
"showgrid": false,
"showticklabels": true,
@@ -36632,13 +80147,21 @@
"proteome
(9% coverage)",
"Chain",
"Domain",
- "Secondary structure"
+ "Secondary structure",
+ "AlphaFold IDR",
+ "AlphaFold secondary structures",
+ "AlphaFold confidence",
+ "AlphaFold exposure"
],
"tickvals": [
0,
2,
2.5,
- 3
+ 3,
+ 4.5,
+ 5,
+ 5.5,
+ 6
],
"title": {
"text": ""
@@ -36648,9 +80171,9 @@
}
},
"text/html": [
- "