Гистограммы¶
Открыть пример в Engee
В данной демонстрации мы разберём возможности построения гистограмм в Engee.
Гистограмма – это способ представления табличных данных в виде столбчатой диаграммы.
Количественные соотношения некоторого показателя представлены в виде прямоугольников, площади которых пропорциональны. Чаще всего для удобства восприятия ширину прямоугольников берут одинаковую, при этом их высота определяет соотношения отображаемого параметра.
Теперь перейдём к реализации и начнём с подключения библиотеки визуализации и рассмотрим функцию histogram на примере самой простой визуализации гистограммы за счёт вектора случайных чисел с нормальным распределением.
Количество столбцов гистограммы по умолчанию определяется формулой Фридмана-Диакониса.
В качестве альтернативы вы можете передать диапазон в параметр bins, чтобы более точно контролировать количество интервалов, а также их минимум и максимум. Применяется формулировка «чтобы построить 20 интервалов от -5 до +5, введите ...», и здесь нам нужно добавить 1 к длине, поскольку длина учитывает количество границ интервала.
Нормализация¶
Часто требуется каким-либо образом нормализовать гистограмму. Для этого используется атрибут normalize. Он позволяет нормализовать общую площадь интервалов до 1. Поскольку мы выбрали образец из нормального распределения, мы также можем построить его график.
normalize может принимать другие значения, в том числе:
:probability – суммирует все высоты ячеек до 1;
:density – площадь каждого контейнера равна количеству.
Взвешенные гистограммы¶
Следующий вариант отображения, который мы рассмотрим, – это взвешенные гистограммы.
Другие варианты¶
- Графики разброса гистограммы можно построить с помощью scatterhist и scatterhist!, где столбцы заменяются точками.
- Ступенчатые графики гистограммы можно построить с помощью stephist и stephist!, где контур заменяет столбцы.
Примечание: обратите внимание, что ось Y диаграммы рассеяния гистограммы по умолчанию не начинается с 0.
Вывод¶
В данном примере мы рассмотрели возможности построения различных гистограмм в Engee и убедились в удобстве работы с этим инструментом.
{"id": "b06c9a18-f515-4d83-8959-ebe2f3352b66", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1, 0, 0, 1, 1, 1], "type": "scatter", "x": [-4.5, -4.5, -4, -4, -4.5, -4.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [-4, -4, -3.5, -3.5, -4, -4], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1, 0, 0, 1, 1, 1], "type": "scatter", "x": [-3.5, -3.5, -3, -3, -3.5, -3.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6, 0, 0, 6, 6, 6], "type": "scatter", "x": [-3, -3, -2.5, -2.5, -3, -3], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [16, 0, 0, 16, 16, 16], "type": "scatter", "x": [-2.5, -2.5, -2, -2, -2.5, -2.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [30, 0, 0, 30, 30, 30], "type": "scatter", "x": [-2, -2, -1.5, -1.5, -2, -2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [85, 0, 0, 85, 85, 85], "type": "scatter", "x": [-1.5, -1.5, -1, -1, -1.5, -1.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [157, 0, 0, 157, 157, 157], "type": "scatter", "x": [-1, -1, -0.5, -0.5, -1, -1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [205, 0, 0, 205, 205, 205], "type": "scatter", "x": [-0.5, -0.5, 0, 0, -0.5, -0.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [186, 0, 0, 186, 186, 186], "type": "scatter", "x": [0, 0, 0.5, 0.5, 0, 0], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [125, 0, 0, 125, 125, 125], "type": "scatter", "x": [0.5, 0.5, 1, 1, 0.5, 0.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [116, 0, 0, 116, 116, 116], "type": "scatter", "x": [1, 1, 1.5, 1.5, 1, 1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [49, 0, 0, 49, 49, 49], "type": "scatter", "x": [1.5, 1.5, 2, 2, 1.5, 1.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [15, 0, 0, 15, 15, 15], "type": "scatter", "x": [2, 2, 2.5, 2.5, 2, 2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6, 0, 0, 6, 6, 6], "type": "scatter", "x": [2.5, 2.5, 3, 3, 2.5, 2.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2, 0, 0, 2, 2, 2], "type": "scatter", "x": [3, 3, 3.5, 3.5, 3, 3], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "markers", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y1", "zmin": null, "yaxis": "y", "legendgroup": "y1", "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 0.000)", "line": {"color": "rgba(0, 0, 0, 0)", "width": 1}, "size": 0}, "zmax": null, "y": [1, 0, 1, 6, 16, 30, 85, 157, 205, 186, 125, 116, 49, 15, 6, 2], "type": "scatter", "x": [-4.25, -3.75, -3.25, -2.75, -2.25, -1.75, -1.25, -0.75, -0.25, 0.25, 0.75, 1.25, 1.75, 2.25, 2.75, 3.25], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 16, "currentCount": 16}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-4.994400000000001, 3.9944000000000006], "domain": [0.05100612423447069, 0.9934383202099737], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-6.150000000000006, 211.15], "domain": [0.03762029746281716, 0.9901574803149606], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "auto", "xanchor": "auto", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 1062.671875}}
{"id": "dee67953-fefd-4009-a18b-9deb1b0218cc", "data": [{"showlegend": true, "mode": "markers", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y1", "zmin": null, "yaxis": "y", "legendgroup": "y1", "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "y": [-5, -4.5, -4, -3.5, -3, -2.5, -2, -1.5, -1, -0.5, 0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5], "type": "scatter", "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 21, "currentCount": 21}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [0.3999999999999986, 21.6], "domain": [0.03619130941965587, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-5.300000000000001, 5.300000000000001], "domain": [0.03762029746281716, 0.9901574803149606], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "auto", "xanchor": "auto", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 1062.671875}}
{"id": "66934f08-b735-40d0-8835-f6b4998af90f", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [-5, -5, -4.5, -4.5, -5, -5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.002, 0, 0, 0.002, 0.002, 0.002], "type": "scatter", "x": [-4.5, -4.5, -4, -4, -4.5, -4.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [-4, -4, -3.5, -3.5, -4, -4], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.002, 0, 0, 0.002, 0.002, 0.002], "type": "scatter", "x": [-3.5, -3.5, -3, -3, -3.5, -3.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.012, 0, 0, 0.012, 0.012, 0.012], "type": "scatter", "x": [-3, -3, -2.5, -2.5, -3, -3], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.032, 0, 0, 0.032, 0.032, 0.032], "type": "scatter", "x": [-2.5, -2.5, -2, -2, -2.5, -2.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.06, 0, 0, 0.06, 0.06, 0.06], "type": "scatter", "x": [-2, -2, -1.5, -1.5, -2, -2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.17, 0, 0, 0.17, 0.17, 0.17], "type": "scatter", "x": [-1.5, -1.5, -1, -1, -1.5, -1.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.314, 0, 0, 0.314, 0.314, 0.314], "type": "scatter", "x": [-1, -1, -0.5, -0.5, -1, -1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.41, 0, 0, 0.41, 0.41, 0.41], "type": "scatter", "x": [-0.5, -0.5, 0, 0, -0.5, -0.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.372, 0, 0, 0.372, 0.372, 0.372], "type": "scatter", "x": [0, 0, 0.5, 0.5, 0, 0], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.25, 0, 0, 0.25, 0.25, 0.25], "type": "scatter", "x": [0.5, 0.5, 1, 1, 0.5, 0.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.232, 0, 0, 0.232, 0.232, 0.232], "type": "scatter", "x": [1, 1, 1.5, 1.5, 1, 1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.098, 0, 0, 0.098, 0.098, 0.098], "type": "scatter", "x": [1.5, 1.5, 2, 2, 1.5, 1.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.03, 0, 0, 0.03, 0.03, 0.03], "type": "scatter", "x": [2, 2, 2.5, 2.5, 2, 2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.012, 0, 0, 0.012, 0.012, 0.012], "type": "scatter", "x": [2.5, 2.5, 3, 3, 2.5, 2.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.004, 0, 0, 0.004, 0.004, 0.004], "type": "scatter", "x": [3, 3, 3.5, 3.5, 3, 3], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [3.5, 3.5, 4, 4, 3.5, 3.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [4, 4, 4.5, 4.5, 4, 4], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [4.5, 4.5, 5, 5, 4.5, 4.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "markers", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y1", "zmin": null, "yaxis": "y", "legendgroup": "y1", "marker": {"symbol": "circle", "color": "rgba(128, 128, 128, 0.000)", "line": {"color": "rgba(0, 0, 0, 0)", "width": 1}, "size": 0}, "zmax": null, "y": [0, 0.002, 0, 0.002, 0.012, 0.032, 0.06, 0.17, 0.314, 0.41, 0.372, 0.25, 0.232, 0.098, 0.03, 0.012, 0.004, 0, 0, 0], "type": "scatter", "x": [-4.75, -4.25, -3.75, -3.25, -2.75, -2.25, -1.75, -1.25, -0.75, -0.25, 0.25, 0.75, 1.25, 1.75, 2.25, 2.75, 3.25, 3.75, 4.25, 4.75], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 20, "currentCount": 20}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y2", "zmin": null, "yaxis": "y", "legendgroup": "y2", "zmax": null, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 3}, "y": [3.1713492167159643e-07, 4.560983496606364e-07, 1.0478479121972438e-05, 5.666004792853116e-05, 0.00021046261111109783, 0.0007771608701905785, 0.002321763622940321, 0.003057962166862457, 0.003997209716835524, 0.005185522008129258, 0.0066763446817825695, 0.008862931793304477, 0.011646641354395968, 0.01514986053545346, 0.01950748158470706, 0.0242139940069336, 0.029815671735296024, 0.032985725126637236, 0.03641964503982499, 0.04013041190188736, 0.04413059284909995, 0.0478860529713755, 0.051880954787523574, 0.05612243646310934, 0.06061703818723374, 0.07038822590352117, 0.08123138913917916, 0.08760218476718365, 0.09429944701529257, 0.1013226420513733, 0.10866933684954133, 0.11633507632014094, 0.12431327060819716, 0.13259509457951416, 0.14116940149616664, 0.15924873589409996, 0.17831423678545372, 0.19818494012485852, 0.21864013449406838, 0.24162435125162007, 0.2646115225693892, 0.28716667392502615, 0.3088279225222575, 0.31868198301676115, 0.3281754667270493, 0.33725807892705, 0.3458806463409969, 0.35399555723970694, 0.3615571970179404, 0.3685223737113112, 0.37485072792162377, 0.3807155670972741, 0.38581417171030435, 0.3901135019194195, 0.393585464941028, 0.3962072207250458, 0.3979614321769638, 0.3988364560914026, 0.3988264718555159, 0.398131889878376, 0.3968134073885707, 0.39487723121643914, 0.39233245104241365, 0.3891909683133207, 0.38546740352557973, 0.38117898288596, 0.3763454055792246, 0.3697373015063274, 0.36239395214286696, 0.35436403704770036, 0.3456999887709087, 0.3364574239976, 0.3266945510973082, 0.31647156287235145, 0.30585002331303035, 0.2855626848393815, 0.264529441801961, 0.24312308333585356, 0.22169607014966858, 0.20216857249586243, 0.18312672490518597, 0.16476776332044762, 0.1472567455902482, 0.13875453358629158, 0.13051809683769422, 0.12255918092047272, 0.11488743518518213, 0.10751047612767993, 0.10043396379016054, 0.09366168961390538, 0.08719567413174659, 0.08031341176303514, 0.07381441287681191, 0.06769463058422436, 0.06194799206804517, 0.056566616719646266, 0.05154103468607123, 0.046860403082606875, 0.04251271739541841, 0.035439310963387816, 0.02933351409269871, 0.024107675578216112, 0.019672475078685095, 0.015451639055178759, 0.01202382645480159, 0.009269652159843041, 0.0070800572588598995, 0.005471063683889295, 0.004194081669217495, 0.0031895697871096307, 0.0024063425339415916, 0.0013486435382567715, 0.0007327342123228978, 0.0003933631123598947, 0.0002050801501624958, 4.92268947029337e-05, 8.950705879602041e-06, 5.781909729665488e-07, 3.1713492167159643e-07], "type": "scatter", "x": [-5.300000000000001, -5.230988212260165, -4.592874585343499, -4.209394893440258, -3.8851676944085893, -3.5329660784331036, -3.2082673412886282, -3.121239500648339, -3.03421166000805, -2.947183819367761, -2.860155978727472, -2.7593256907141974, -2.658495402700922, -2.557665114687647, -2.4568348266743723, -2.367228765876308, -2.277622705078244, -2.2328196746792117, -2.1880166442801796, -2.1432136138811475, -2.0984105834821154, -2.0591223632696565, -2.019834143057198, -1.980545922844739, -1.9412577026322804, -1.8626812622073627, -1.7841048217824453, -1.7412701156807742, -1.698435409579103, -1.6556007034774318, -1.6127659973757607, -1.5699312912740895, -1.5270965851724183, -1.4842618790707471, -1.441427172969076, -1.3552486039301723, -1.2690700348912687, -1.1828914658523648, -1.0967128968134612, -1.0014314686403152, -0.906150040467169, -0.8108686122940227, -0.7155871841208766, -0.6702582467811553, -0.6249293094414341, -0.5796003721017128, -0.5342714347619915, -0.48894249742227014, -0.4436135600825488, -0.3982846227428275, -0.35295568540310623, -0.3058241079593583, -0.25869253051561036, -0.21156095307186246, -0.16442937562811455, -0.11729779818436664, -0.07016622074061872, -0.023034643296870806, 0.02409693414687711, 0.06377168311756401, 0.1034464320882509, 0.14312118105893779, 0.1827959300296247, 0.2224706790003116, 0.2621454279709985, 0.3018201769416854, 0.34149492591237224, 0.3899332974612807, 0.4383716690101891, 0.48681004055909755, 0.535248412108006, 0.5836867836569144, 0.6321251552058229, 0.6805635267547314, 0.7290018983036398, 0.8177471237154916, 0.9064923491273436, 0.9952375745391954, 1.0839827999510472, 1.165945864168636, 1.2479089283862246, 1.3298719926038132, 1.411835056821402, 1.45334807887782, 1.4948611009342376, 1.5363741229906556, 1.5778871450470735, 1.6194001671034912, 1.6609131891599092, 1.702426211216327, 1.7439392332727448, 1.7904636930476299, 1.836988152822515, 1.8835126125974, 1.9300370723722848, 1.9765615321471697, 2.0230859919220547, 2.06961045169694, 2.116134911471825, 2.200452254683986, 2.2847695978961475, 2.369086941108309, 2.4534042843204706, 2.5499418269234213, 2.646479369526372, 2.7430169121293226, 2.8395544547322733, 2.928939634235782, 3.01832481373929, 3.1077099932427985, 3.197095172746307, 3.373341798555231, 3.5495884243641553, 3.720709311258876, 3.8918301981535968, 4.242671778563879, 4.627059460684198, 5.1854456098939306, 5.300000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 119, "currentCount": 119}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-5, 5], "domain": [0.05100612423447069, 0.9934383202099737], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [0, 0.4], "domain": [0.03762029746281716, 0.9901574803149606], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "auto", "xanchor": "auto", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 1062.671875}}
{"id": "cf694245-8518-42aa-8b86-14ed10f12b92", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.5422231737480637, 0, 0, 0.5422231737480637, 0.5422231737480637, 0.5422231737480637], "type": "scatter", "x": [0, 0, 0.05, 0.05, 0, 0], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.6276546110787588, 0, 0, 0.6276546110787588, 0.6276546110787588, 0.6276546110787588], "type": "scatter", "x": [0.05000000000000001, 0.05000000000000001, 0.1, 0.1, 0.05000000000000001, 0.05000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.6408017249713049, 0, 0, 0.6408017249713049, 0.6408017249713049, 0.6408017249713049], "type": "scatter", "x": [0.09999999999999999, 0.09999999999999999, 0.15000000000000002, 0.15000000000000002, 0.09999999999999999, 0.09999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.7687209387964404, 0, 0, 0.7687209387964404, 0.7687209387964404, 0.7687209387964404], "type": "scatter", "x": [0.15000000000000002, 0.15000000000000002, 0.2, 0.2, 0.15000000000000002, 0.15000000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.7748444222854107, 0, 0, 0.7748444222854107, 0.7748444222854107, 0.7748444222854107], "type": "scatter", "x": [0.2, 0.2, 0.25, 0.25, 0.2, 0.2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.758687926022853, 0, 0, 0.758687926022853, 0.758687926022853, 0.758687926022853], "type": "scatter", "x": [0.25, 0.25, 0.30000000000000004, 0.30000000000000004, 0.25, 0.25], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.792528580397776, 0, 0, 0.792528580397776, 0.792528580397776, 0.792528580397776], "type": "scatter", "x": [0.30000000000000004, 0.30000000000000004, 0.3500000000000001, 0.3500000000000001, 0.30000000000000004, 0.30000000000000004], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.8930026327887842, 0, 0, 0.8930026327887842, 0.8930026327887842, 0.8930026327887842], "type": "scatter", "x": [0.35, 0.35, 0.4, 0.4, 0.35, 0.35], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.8571399170857008, 0, 0, 0.8571399170857008, 0.8571399170857008, 0.8571399170857008], "type": "scatter", "x": [0.4, 0.4, 0.45000000000000007, 0.45000000000000007, 0.4, 0.4], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.9488583312025086, 0, 0, 0.9488583312025086, 0.9488583312025086, 0.9488583312025086], "type": "scatter", "x": [0.44999999999999996, 0.44999999999999996, 0.5, 0.5, 0.44999999999999996, 0.44999999999999996], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0.9397872928245736, 0, 0, 0.9397872928245736, 0.9397872928245736, 0.9397872928245736], "type": "scatter", "x": [0.5, 0.5, 0.55, 0.55, 0.5, 0.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1.0567395586876442, 0, 0, 1.0567395586876442, 1.0567395586876442, 1.0567395586876442], "type": "scatter", "x": [0.55, 0.55, 0.6000000000000001, 0.6000000000000001, 0.55, 0.55], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1.1108357582664334, 0, 0, 1.1108357582664334, 1.1108357582664334, 1.1108357582664334], "type": "scatter", "x": [0.6000000000000001, 0.6000000000000001, 0.6499999999999999, 0.6499999999999999, 0.6000000000000001, 0.6000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1.1548921637368075, 0, 0, 1.1548921637368075, 1.1548921637368075, 1.1548921637368075], "type": "scatter", "x": [0.65, 0.65, 0.7000000000000001, 0.7000000000000001, 0.65, 0.65], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1.2879573362610455, 0, 0, 1.2879573362610455, 1.2879573362610455, 1.2879573362610455], "type": "scatter", "x": [0.7000000000000002, 0.7000000000000002, 0.75, 0.75, 0.7000000000000002, 0.7000000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1.2558558417244843, 0, 0, 1.2558558417244843, 1.2558558417244843, 1.2558558417244843], "type": "scatter", "x": [0.75, 0.75, 0.8, 0.8, 0.75, 0.75], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1.2655306310500578, 0, 0, 1.2655306310500578, 1.2655306310500578, 1.2655306310500578], "type": "scatter", "x": [0.8, 0.8, 0.8500000000000001, 0.8500000000000001, 0.8, 0.8], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1.3764918871906275, 0, 0, 1.3764918871906275, 1.3764918871906275, 1.3764918871906275], "type": "scatter", "x": [0.8500000000000001, 0.8500000000000001, 0.8999999999999999, 0.8999999999999999, 0.8500000000000001, 0.8500000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1.428834890656111, 0, 0, 1.428834890656111, 1.428834890656111, 1.428834890656111], "type": "scatter", "x": [0.9, 0.9, 0.9500000000000001, 0.9500000000000001, 0.9, 0.9], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(128, 128, 128, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1.5186123812246115, 0, 0, 1.5186123812246115, 1.5186123812246115, 1.5186123812246115], "type": "scatter", "x": [0.9500000000000002, 0.9500000000000002, 1, 1, 0.9500000000000002, 0.9500000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "markers", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y1", "zmin": null, "yaxis": "y", "legendgroup": "y1", "marker": {"symbol": "circle", "color": "rgba(128, 128, 128, 0.000)", "line": {"color": "rgba(0, 0, 0, 0)", "width": 1}, "size": 0}, "zmax": null, "y": [0.5422231737480637, 0.6276546110787588, 0.6408017249713049, 0.7687209387964404, 0.7748444222854107, 0.758687926022853, 0.792528580397776, 0.8930026327887842, 0.8571399170857008, 0.9488583312025086, 0.9397872928245736, 1.0567395586876442, 1.1108357582664334, 1.1548921637368075, 1.2879573362610455, 1.2558558417244843, 1.2655306310500578, 1.3764918871906275, 1.428834890656111, 1.5186123812246115], "type": "scatter", "x": [0.025, 0.07500000000000001, 0.125, 0.17500000000000002, 0.225, 0.275, 0.32500000000000007, 0.375, 0.42500000000000004, 0.475, 0.525, 0.5750000000000001, 0.625, 0.675, 0.7250000000000001, 0.775, 0.8250000000000001, 0.875, 0.925, 0.9750000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 20, "currentCount": 20}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y2", "zmin": null, "yaxis": "y", "legendgroup": "y2", "zmax": null, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 3}, "y": [0.5647766958106073, 0.5686878008507197, 0.6061593866947453, 0.6298558193539343, 0.6506121278754912, 0.6739351007083364, 0.6961768272732888, 0.7208382900588282, 0.7505054716364589, 0.7778932982712287, 0.8027312232720416, 0.8307157736701626, 0.8598510139853006, 0.893254652999258, 0.9262413666664739, 0.9618323063853889, 0.9928503194271152, 1.0320791245722623, 1.0693739944862655, 1.105014714387923, 1.14232889479436, 1.1856470229839433, 1.226317251750567, 1.274597689104182, 1.3209942366501062, 1.368388797915922, 1.4160313929701625, 1.4665934392762348, 1.5240649758922435, 1.611587481206575, 1.6301550702023513], "type": "scatter", "x": [-0.030000000000000027, -0.023098821226016416, 0.04071254146565011, 0.07906051065597419, 0.1114832305591411, 0.14670339215668965, 0.17917326587113722, 0.2139844021272528, 0.2543165173325628, 0.29015894165178846, 0.32158951782175543, 0.35585728270309236, 0.3903287103186539, 0.42844128158791234, 0.46470443145968937, 0.5024096934146877, 0.5341494925912372, 0.572900189830364, 0.6083982799951047, 0.6411835056821401, 0.6743939233272744, 0.7116134911471824, 0.745340428432047, 0.7839554454732274, 0.8197095172746307, 0.8549588424364156, 0.8891830198153596, 0.9242671778563879, 0.9627059460684197, 1.018544560989393, 1.03], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 31, "currentCount": 31}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [0, 1], "domain": [0.05100612423447069, 0.9934383202099737], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [0, 1.6], "domain": [0.03762029746281716, 0.9901574803149606], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "top", "xanchor": "left", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 0.07}, "width": 1062.671875}}
{"id": "d42165c5-7311-4297-aa30-4cd30e4088cf", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [454, 0, 0, 454, 454, 454], "type": "scatter", "x": [0, 0, 0.05, 0.05, 0, 0], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [500, 0, 0, 500, 500, 500], "type": "scatter", "x": [0.05000000000000001, 0.05000000000000001, 0.1, 0.1, 0.05000000000000001, 0.05000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [485, 0, 0, 485, 485, 485], "type": "scatter", "x": [0.09999999999999999, 0.09999999999999999, 0.15000000000000002, 0.15000000000000002, 0.09999999999999999, 0.09999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [553, 0, 0, 553, 553, 553], "type": "scatter", "x": [0.15000000000000002, 0.15000000000000002, 0.2, 0.2, 0.15000000000000002, 0.15000000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [531, 0, 0, 531, 531, 531], "type": "scatter", "x": [0.2, 0.2, 0.25, 0.25, 0.2, 0.2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [494, 0, 0, 494, 494, 494], "type": "scatter", "x": [0.25, 0.25, 0.30000000000000004, 0.30000000000000004, 0.25, 0.25], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [491, 0, 0, 491, 491, 491], "type": "scatter", "x": [0.30000000000000004, 0.30000000000000004, 0.3500000000000001, 0.3500000000000001, 0.30000000000000004, 0.30000000000000004], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [526, 0, 0, 526, 526, 526], "type": "scatter", "x": [0.35, 0.35, 0.4, 0.4, 0.35, 0.35], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [481, 0, 0, 481, 481, 481], "type": "scatter", "x": [0.4, 0.4, 0.45000000000000007, 0.45000000000000007, 0.4, 0.4], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [506, 0, 0, 506, 506, 506], "type": "scatter", "x": [0.44999999999999996, 0.44999999999999996, 0.5, 0.5, 0.44999999999999996, 0.44999999999999996], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [477, 0, 0, 477, 477, 477], "type": "scatter", "x": [0.5, 0.5, 0.55, 0.55, 0.5, 0.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [510, 0, 0, 510, 510, 510], "type": "scatter", "x": [0.55, 0.55, 0.6000000000000001, 0.6000000000000001, 0.55, 0.55], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [510, 0, 0, 510, 510, 510], "type": "scatter", "x": [0.6000000000000001, 0.6000000000000001, 0.6499999999999999, 0.6499999999999999, 0.6000000000000001, 0.6000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [504, 0, 0, 504, 504, 504], "type": "scatter", "x": [0.65, 0.65, 0.7000000000000001, 0.7000000000000001, 0.65, 0.65], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [535, 0, 0, 535, 535, 535], "type": "scatter", "x": [0.7000000000000002, 0.7000000000000002, 0.75, 0.75, 0.7000000000000002, 0.7000000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [497, 0, 0, 497, 497, 497], "type": "scatter", "x": [0.75, 0.75, 0.8, 0.8, 0.75, 0.75], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [476, 0, 0, 476, 476, 476], "type": "scatter", "x": [0.8, 0.8, 0.8500000000000001, 0.8500000000000001, 0.8, 0.8], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [493, 0, 0, 493, 493, 493], "type": "scatter", "x": [0.8500000000000001, 0.8500000000000001, 0.8999999999999999, 0.8999999999999999, 0.8500000000000001, 0.8500000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [486, 0, 0, 486, 486, 486], "type": "scatter", "x": [0.9, 0.9, 0.9500000000000001, 0.9500000000000001, 0.9, 0.9], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [491, 0, 0, 491, 491, 491], "type": "scatter", "x": [0.9500000000000002, 0.9500000000000002, 1, 1, 0.9500000000000002, 0.9500000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "markers", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y1", "zmin": null, "yaxis": "y", "legendgroup": "y1", "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 0.000)", "line": {"color": "rgba(0, 0, 0, 0)", "width": 1}, "size": 0}, "zmax": null, "y": [454, 500, 485, 553, 531, 494, 491, 526, 481, 506, 477, 510, 510, 504, 535, 497, 476, 493, 486, 491], "type": "scatter", "x": [0.025, 0.07500000000000001, 0.125, 0.17500000000000002, 0.225, 0.275, 0.32500000000000007, 0.375, 0.42500000000000004, 0.475, 0.525, 0.5750000000000001, 0.625, 0.675, 0.7250000000000001, 0.775, 0.8250000000000001, 0.875, 0.925, 0.9750000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 20, "currentCount": 20}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [454, 454], "type": "scatter", "x": [0, 0.05], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [500, 500], "type": "scatter", "x": [0.05000000000000001, 0.1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [485, 485], "type": "scatter", "x": [0.09999999999999999, 0.15000000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [553, 553], "type": "scatter", "x": [0.15000000000000002, 0.2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [531, 531], "type": "scatter", "x": [0.2, 0.25], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [494, 494], "type": "scatter", "x": [0.25, 0.30000000000000004], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [491, 491], "type": "scatter", "x": [0.30000000000000004, 0.3500000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [526, 526], "type": "scatter", "x": [0.35, 0.4], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [481, 481], "type": "scatter", "x": [0.4, 0.45000000000000007], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [506, 506], "type": "scatter", "x": [0.44999999999999996, 0.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [477, 477], "type": "scatter", "x": [0.5, 0.55], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [510, 510], "type": "scatter", "x": [0.55, 0.6000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [510, 510], "type": "scatter", "x": [0.6000000000000001, 0.6499999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [504, 504], "type": "scatter", "x": [0.65, 0.7000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [535, 535], "type": "scatter", "x": [0.7000000000000002, 0.75], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [497, 497], "type": "scatter", "x": [0.75, 0.8], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [476, 476], "type": "scatter", "x": [0.8, 0.8500000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [493, 493], "type": "scatter", "x": [0.8500000000000001, 0.8999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [486, 486], "type": "scatter", "x": [0.9, 0.9500000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines+markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "", "zmin": null, "yaxis": "y2", "legendgroup": "", "marker": {"symbol": "line-ns", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "line": {"color": "rgba(0, 0, 0, 1)", "shape": "linear", "dash": "solid", "width": 1}, "y": [491, 491], "type": "scatter", "x": [0.9500000000000002, 1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": true, "mode": "markers", "xaxis": "x2", "colorbar": {"title": {"text": ""}}, "name": "y1", "zmin": null, "yaxis": "y2", "legendgroup": "y1", "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "zmax": null, "y": [454, 500, 485, 553, 531, 494, 491, 526, 481, 506, 477, 510, 510, 504, 535, 497, 476, 493, 486, 491], "type": "scatter", "x": [0.025, 0.07500000000000001, 0.125, 0.17500000000000002, 0.225, 0.275, 0.32500000000000007, 0.375, 0.42500000000000004, 0.475, 0.525, 0.5750000000000001, 0.625, 0.675, 0.7250000000000001, 0.775, 0.8250000000000001, 0.875, 0.925, 0.9750000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 20, "currentCount": 20}}}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "colorbar": {"title": {"text": ""}}, "name": "y1", "zmin": null, "yaxis": "y3", "legendgroup": "y1", "zmax": null, "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0, 454, 454, 500, 500, 485, 485, 553, 553, 531, 531, 494, 494, 491, 491, 526, 526, 481, 481, 506, 506, 477, 477, 510, 510, 510, 510, 504, 504, 535, 535, 497, 497, 476, 476, 493, 493, 486, 486, 491, 491, 0], "type": "scatter", "x": [0, 0, 0.05, 0.05, 0.1, 0.1, 0.15000000000000002, 0.15000000000000002, 0.2, 0.2, 0.25, 0.25, 0.30000000000000004, 0.30000000000000004, 0.35000000000000003, 0.35000000000000003, 0.4, 0.4, 0.45, 0.45, 0.5, 0.5, 0.55, 0.55, 0.6000000000000001, 0.6000000000000001, 0.65, 0.65, 0.7000000000000001, 0.7000000000000001, 0.75, 0.75, 0.8, 0.8, 0.8500000000000001, 0.8500000000000001, 0.9, 0.9, 0.9500000000000001, 0.9500000000000001, 1, 1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 42, "currentCount": 42}}}], "config": {"showlegend": false, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis3": {"showticklabels": true, "gridwidth": 0.5, "range": [-16.590000000000032, 569.59], "domain": [0.03762029746281716, 0.9415463692038496], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x3", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "height": 400, "yaxis2": {"showticklabels": true, "gridwidth": 0.5, "range": [451.03, 555.97], "domain": [0.03762029746281716, 0.9415463692038496], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x2", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "xaxis3": {"showticklabels": true, "gridwidth": 0.5, "range": [-0.030000000000000027, 1.03], "domain": [0.7176727909011373, 0.9934383202099737], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y3", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "xaxis2": {"showticklabels": true, "gridwidth": 0.5, "range": [-0.030000000000000027, 1.03], "domain": [0.384339457567804, 0.6601049868766404], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y2", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "annotations": [{"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Bar", "xref": "paper", "x": 0.18888888888888888}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Scatter", "xref": "paper", "x": 0.5222222222222223}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Step", "xref": "paper", "x": 0.8555555555555554}], "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "width": 1062.671875, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-0.06180000000000008, 1.0618], "domain": [0.05100612423447069, 0.3267716535433071], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "yaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-16.590000000000032, 569.59], "domain": [0.03762029746281716, 0.9415463692038496], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}}}