Создание прямоугольной волны из суммы синусоид¶
В этом примере показано, как составить прямоугольный сигнал из суммы синусоид, добавляя их одну за другой, с параметрами, которые можно получить при помощи разложения Фурье (его нечетной части).
Создадим вектор, изменяющийся от 0 до 10 с шагом 0.1, и возьмите синус от каждого из значений в этом векторе. Построим график основной гармонической компоненты нашего сигнала.
Добавим третью гармонику к основной гармонике и построим график.
Теперь пусть у нас на графике появятся все нечетные гармоники вплоть до девятой.
Мы использовали оператор @.
чтобы не добавлять индикатор векторизации .
к каждой функции по-отдельности, а вместо этого сделать всё выражение векторным.
В завершение демонстрации мы построим несколько графиков, в которых постепенно будет накапливаться сумма нечетных гармоник, и дойдем таким образом до 19-ой составляющей.
Поведение суммы гармонического ряда в окрестности точки разрыва иногда называют эффектом Гиббса. Согласно наблюдаемому эффекту, сложение большого количества синусоид приведет к тому, что превышение нужного нам уровня сигнала в точке разрыва стремится к 9%, хотя интеграл ошибки будет стремиться к нулю.
Мы изучили небольшой пример, который позволяет подойти к пониманию того, как работает преобразование Фурье и откуда появляются некоторые виды помех при передаче импульсных сигналов.
{"id": "e73732f0-b4f5-4996-b05e-6809610808ba", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y1", "zmin": null, "yaxis": "y", "legendgroup": "y1", "zmax": null, "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0, 0.09983341664682815, 0.19866933079506122, 0.29552020666133955, 0.3894183423086505, 0.479425538604203, 0.5646424733950354, 0.644217687237691, 0.7173560908995228, 0.7833269096274834, 0.8414709848078965, 0.8912073600614354, 0.9320390859672263, 0.963558185417193, 0.9854497299884601, 0.9974949866040544, 0.9995736030415051, 0.9916648104524686, 0.9738476308781951, 0.9463000876874145, 0.9092974268256817, 0.8632093666488737, 0.8084964038195901, 0.7457052121767203, 0.675463180551151, 0.5984721441039564, 0.5155013718214642, 0.4273798802338298, 0.3349881501559051, 0.23924932921398243, 0.1411200080598672, 0.04158066243329049, -0.058374143427580086, -0.1577456941432482, -0.2555411020268312, -0.35078322768961984, -0.44252044329485246, -0.5298361409084934, -0.6118578909427189, -0.6877661591839738, -0.7568024953079282, -0.8182771110644103, -0.8715757724135882, -0.9161659367494549, -0.9516020738895161, -0.977530117665097, -0.9936910036334644, -0.9999232575641008, -0.9961646088358407, -0.9824526126243325, -0.9589242746631385, -0.9258146823277325, -0.8834546557201531, -0.8322674422239013, -0.7727644875559871, -0.7055403255703919, -0.6312666378723216, -0.5506855425976376, -0.46460217941375737, -0.373876664830236, -0.27941549819892586, -0.18216250427209588, -0.0830894028174964, 0.016813900484349713, 0.11654920485049364, 0.21511998808781552, 0.31154136351337786, 0.4048499206165983, 0.49411335113860816, 0.5784397643882002, 0.6569865987187891, 0.7289690401258759, 0.7936678638491531, 0.8504366206285644, 0.8987080958116269, 0.9379999767747389, 0.9679196720314863, 0.9881682338770004, 0.998543345374605, 0.998941341839772, 0.9893582466233818, 0.9698898108450863, 0.9407305566797731, 0.9021718337562933, 0.8545989080882805, 0.7984871126234903, 0.7343970978741133, 0.6629692300821833, 0.5849171928917617, 0.5010208564578846, 0.4121184852417566, 0.3190983623493521, 0.22288991410024764, 0.1244544235070617, 0.024775425453357765, -0.0751511204618093, -0.17432678122297965, -0.27176062641094245, -0.3664791292519284, -0.4575358937753214, -0.5440211108893698], "type": "scatter", "x": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 101, "currentCount": 101}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-0.3000000000000007, 10.3], "domain": [0.0658209390492855, 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": [-1.0599081633822691, 1.0595585088596735], "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": 670}}
{"id": "1a470b00-4d31-4eaf-94ac-364ad629f0eb", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y1", "zmin": null, "yaxis": "y", "legendgroup": "y1", "zmax": null, "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0, 0.19834015220060802, 0.3868834885934064, 0.5566291765371674, 0.7000980376310593, 0.8119238674722211, 0.8892583503544338, 0.9319541427873156, 0.9425104844165731, 0.9257868697054267, 0.888510987494519, 0.838625462013686, 0.7845322715356088, 0.734302799022535, 0.6949244725172641, 0.6716516140490221, 0.6675187334295583, 0.6830599163432245, 0.7162594683595327, 0.7627382401548686, 0.8161589274260398, 0.868814000143657, 0.912343524990716, 0.938518466972787, 0.9400191351675353, 0.9111388030288694, 0.8483491536129992, 0.7506764838488585, 0.6198544528519987, 0.4602390725747102, 0.2784928364737861, 0.08306547026897773, -0.11648307050190664, -0.310257658735022, -0.488832664558012, -0.6440151476801765, -0.7694991866503497, -0.8613536703098231, -0.9183007328309442, -0.9417606871569848, -0.9356601346414065, -0.9060210415196772, -0.8603680900065426, -0.8070077903702239, -0.7542442356537751, -0.7096019754812233, -0.6791257804854295, -0.6668201279814616, -0.6742786833194149, -0.7005370022433544, -0.7421616612774329, -0.7935678246175284, -0.8475367716203385, -0.8958869693486311, -0.9302384830221425, -0.9428021063600996, -0.9271223157328232, -0.8787072109581854, -0.7954886395706351, -0.6780708147606309, -0.5297445804561512, -0.3562653674810064, -0.16541395672970335, 0.03362146308662012, 0.23098751445712545, 0.41696661132768253, 0.582765942682413, 0.7212247718325632, 0.8273776511861646, 0.8988240058889057, 0.9358718115641411, 0.9414432388426223, 0.9207513610674665, 0.8807774260285137, 0.8295959556093739, 0.7756084726212358, 0.7267547533500713, 0.6897724446037732, 0.6695714926677221, 0.6687795015407199, 0.6874987926211737, 0.7232969491524551, 0.7714316932162324, 0.8252899317804947, 0.8770015989301055, 0.9181732306308796, 0.940675438580793, 0.9374135636615439, 0.9030122243893273, 0.8343521040768915, 0.7309104613765909, 0.5948743292144784, 0.4310156259057114, 0.2463386302679355, 0.0495305739814782, -0.1497363338574081, -0.34158988156317105, -0.5167604990938683, -0.6673306653219901, -0.7873649215268331, -0.8733649855869904], "type": "scatter", "x": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 101, "currentCount": 101}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-0.3000000000000007, 10.3], "domain": [0.08063575386410031, 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.9993614840833999, 0.9990698621398734], "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": 670}}
{"id": "3a0382a9-6b5b-4bd5-813b-91c22c2daa7a", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y1", "zmin": null, "yaxis": "y", "legendgroup": "y1", "zmax": null, "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0, 0.47329268139020425, 0.8041615107302794, 0.9269304510242747, 0.8806440348745953, 0.7728919491047226, 0.7071088064963406, 0.7233153351822719, 0.7891543552929745, 0.8404483664942288, 0.8363723037549293, 0.7878469659228736, 0.7417418157423172, 0.7382474343180496, 0.777703525075, 0.822890167278832, 0.8328031585238075, 0.7985343230231762, 0.7509951260459945, 0.7340202831132672, 0.7654270143569293, 0.8192983448943087, 0.8460562991291636, 0.8156411481757163, 0.7482704267952427, 0.7043687785358199, 0.7363205878275162, 0.8364389897102311, 0.9228668619003619, 0.8805233004683728, 0.6343366306267336, 0.20599455719507545, -0.28661176963233104, -0.6904416461478763, -0.9008694865294145, -0.9142895008205365, -0.8175666510858953, -0.7249802196263228, -0.7073496949047476, -0.7598254820257798, -0.8245679079773258, -0.845282179573275, -0.8107825463460635, -0.7573722358872276, -0.733432708966193, -0.7579126186215052, -0.8064428633780584, -0.8345373936787702, -0.8168940092312431, -0.769377399718189, -0.7352561280228054, -0.7472164285094862, -0.7972804218822984, -0.8411034704599835, -0.8351885424589737, -0.7773735181987795, -0.7155315967428392, -0.7125206837790348, -0.7903179869773715, -0.8960222951377422, -0.920370227071581, -0.7626183471114653, -0.4004141737513491, 0.08394283505735015, 0.5419520252800449, 0.839559393037858, 0.9285416697419774, 0.8635422668482902, 0.756815055045808, 0.7041976738602919, 0.7325799765106951, 0.8004610089736983, 0.8440088672200043, 0.8302929159618996, 0.7785006908122908, 0.7375756441640167, 0.7425500667457374, 0.7862010185824567, 0.827805648222709, 0.829716443201634, 0.7902167345670769, 0.7450087322338997, 0.7360891223880965, 0.7741793094727872, 0.8269987201359245, 0.8450847135316214, 0.8055641080073527, 0.7373957501366081, 0.7036828876382669, 0.7497769827430079, 0.855011568550146, 0.9277063934911487, 0.8541727897188904, 0.5728405767510696, 0.1234722156424388, -0.3645975548028321, -0.7408257190940877, -0.9154206580672113, -0.9025328092420325, -0.7989241854739312, -0.7159511820543649], "type": "scatter", "x": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 101, "currentCount": 101}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-0.3000000000000007, 10.3], "domain": [0.08063575386410031, 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.9758375839759879, 0.9840090266463841], "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": 670}}
{"id": "35f58d4c-d87f-48b9-8d78-c3ae75f42cb0", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y1", "zmin": null, "yaxis": "y", "legendgroup": "y1", "zmax": null, "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0, 0.01999866669333308, 0.03998933418663416, 0.059964006479444595, 0.0799146939691727, 0.09983341664682815, 0.11971220728891936, 0.1395431146442365, 0.15931820661424598, 0.17902957342582418, 0.19866933079506122, 0.21822962308086932, 0.23770262642713458, 0.2570805518921551, 0.27635564856411376, 0.29552020666133955, 0.31456656061611776, 0.3334870921408144, 0.35227423327508994, 0.3709204694129827, 0.3894183423086505, 0.40776045305957015, 0.4259394650659996, 0.4439481069655198, 0.46177917554148284, 0.479425538604203, 0.49688013784373675, 0.5141359916531132, 0.5311861979208834, 0.5480239367918736, 0.5646424733950354, 0.5810351605373051, 0.5971954413623921, 0.6131168519734338, 0.6287930240184686, 0.644217687237691, 0.6593846719714731, 0.674287911628145, 0.6889214451105513, 0.7032794192004101, 0.7173560908995228, 0.7311458297268958, 0.7446431199708593, 0.757842562895277, 0.7707388788989693, 0.7833269096274834, 0.795601620036366, 0.8075581004051142, 0.8191915683009983, 0.8304973704919705, 0.8414709848078965, 0.852108021949363, 0.8624042272433384, 0.8723554823449863, 0.8819578068849475, 0.8912073600614354, 0.9001004421765051, 0.9086334961158832, 0.9168031087717669, 0.9246060124080203, 0.9320390859672263, 0.9390993563190676, 0.945783999449539, 0.9520903415905158, 0.9580158602892249, 0.963558185417193, 0.9687151001182652, 0.9734845416953194, 0.9778646024353163, 0.9818535303723597, 0.9854497299884601, 0.9886517628517197, 0.9914583481916864, 0.9938683634116449, 0.99588084453764, 0.9974949866040544, 0.998710143975583, 0.9995258306054791, 0.9999417202299663, 0.9999576464987401, 0.9995736030415051, 0.998789743470524, 0.9976063813191737, 0.9960239899165367, 0.994043202198076, 0.9916648104524686, 0.9888897660047015, 0.9857191788355535, 0.9821543171376185, 0.9781966068080447, 0.9738476308781951, 0.9691091288804563, 0.9639829961524481, 0.9584712830789142, 0.9525761942715953, 0.9463000876874145, 0.9396454736853249, 0.9326150140222005, 0.9252115207881683, 0.9174379552818098, 0.9092974268256817, 0.9007931915226273, 0.8919286509533796, 0.8827073508159741, 0.8731329795075164, 0.8632093666488737, 0.8529404815528762, 0.8423304316366457, 0.8313834607786831, 0.8201039476213741, 0.8084964038195901, 0.7965654722360865, 0.7843159250844198, 0.7717526620201259, 0.758880708180922, 0.7457052121767203, 0.7322314440302514, 0.7184647930691263, 0.7044107657701763, 0.6900749835569364, 0.675463180551151, 0.6605812012792007, 0.6454349983343708, 0.6300306299958922, 0.6143742578057118, 0.5984721441039564, 0.5823306495240819, 0.5659562304487028, 0.5493554364271266, 0.5325349075556212, 0.5155013718214642, 0.49826164241183857, 0.48082261498864826, 0.4631912649303452, 0.44537464454187115, 0.4273798802338298, 0.4092141696720173, 0.3908847788984522, 0.3723990394250557, 0.3537643453011431, 0.3349881501559051, 0.3160779642170538, 0.2970413513068324, 0.2778859258165868, 0.25861934966111083, 0.23924932921398243, 0.21978361222511694, 0.20022998472177053, 0.18059626789423291, 0.16089031496745576, 0.1411200080598672, 0.12129325503062975, 0.10141798631660187, 0.08150215176026912, 0.06155371742991315, 0.04158066243329049, 0.02159097572609596, 0.0015926529164868282], "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], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 158, "currentCount": 158}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y2", "zmin": null, "yaxis": "y", "legendgroup": "y2", "zmax": null, "line": {"color": "rgba(227, 111, 71, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0, 0.059953352182513575, 0.11962726944195286, 0.17874457228698723, 0.23703257123994764, 0.29422525992144866, 0.3500654463929564, 0.40430680311163136, 0.4567158166413115, 0.5070736192356919, 0.5551776855549857, 0.6008433790843011, 0.6439053342777376, 0.6842186620423971, 0.7216599678854255, 0.7561281738579783, 0.7875451373247515, 0.8158560615477624, 0.8410296950790448, 0.8630583189890934, 0.8819575229961956, 0.8977657735861835, 0.9105437792026727, 0.9203736595249838, 0.9273579277156085, 0.9316182962930124, 0.9332943189513516, 0.9325418821900539, 0.9295315620180897, 0.9244468622465213, 0.9174823519664073, 0.9088417207169346, 0.8987357705719844, 0.8873803649053874, 0.8749943539308956, 0.8617974972493916, 0.8480084035720636, 0.8338425075251419, 0.8195101029823147, 0.8052144517199908, 0.7911499853549875, 0.7775006175126444, 0.764438181996169, 0.7521210113972596, 0.7406926691172822, 0.7302808461724073, 0.7209964324513584, 0.7129327702979786, 0.7061650964208671, 0.7007501762076942, 0.6967261325618912, 0.6941124694039061, 0.6929102880080065, 0.6931026923984609, 0.6946553781253806, 0.6975173968996077, 0.7016220878062476, 0.7068881641553143, 0.7132209434821041, 0.7205137067947297, 0.7286491718958236, 0.7375010644923667, 0.7469357698629439, 0.7568140470847977, 0.766992787241354, 0.7773267966400982, 0.7876705858745077, 0.7978801455639645, 0.8078146898019577, 0.8173383487332682, 0.8263217922610219, 0.8346437676485023, 0.8421925347204544, 0.8488671834746699, 0.8545788201755264, 0.8592516094039698, 0.8628236610688368, 0.8652477530267974, 0.8664918816957927, 0.8665396348619661, 0.8653903827542346, 0.8630592853747512, 0.8595771160080821, 0.8549899027672853, 0.8493583919515291, 0.8427573388679226, 0.8352746335907392, 0.8270102708756493, 0.8180751750971653, 0.8085898926174151, 0.798683165407884, 0.7884904010184413, 0.7781520551067886, 0.767811943694932, 0.7576155030975856, 0.7477080160625067, 0.7382328230684281, 0.729329537938202, 0.7211322869406314, 0.7137679903739108, 0.7073547052481658, 0.7020000471179311, 0.697799708362953, 0.6948360892848916, 0.693177057287476, 0.692874848149323, 0.6939651219944878, 0.6964661850298073, 0.7003783864655662, 0.7056836982834396, 0.7123454836805754, 0.7203084581194169, 0.7294988449684887, 0.7398247257493413, 0.7511765830289638, 0.7634280320351012, 0.7764367351437282, 0.79004549151294, 0.8040834923345377, 0.8183677304618809, 0.8327045515674484, 0.8468913325022256, 0.8607182711866389, 0.8739702711728519, 0.8864289029930796, 0.8978744235586292, 0.9080878342084483, 0.9168529575310292, 0.9239585128046213, 0.9292001698209651, 0.9323825609783274, 0.9333212318495985, 0.9318445109477843, 0.927795280119565, 0.9210326278909816, 0.9114333691591827, 0.8988934158601747, 0.8833289846326947, 0.86467762902912, 0.8428990854807759, 0.8179759239909727, 0.7899139963871714, 0.7587426768957478, 0.7245148917898061, 0.6873069368829257, 0.6472180836796468, 0.6043699770268993, 0.5589058291193806, 0.5109894166762878, 0.4608038900074746, 0.40855040450520946, 0.3544465868154037, 0.29872484954239015, 0.2416305698083661, 0.1834201483079146, 0.12435896665653705, 0.06471926181850673, 0.004777937203717134], "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], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 158, "currentCount": 158}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y3", "zmin": null, "yaxis": "y", "legendgroup": "y3", "zmax": null, "line": {"color": "rgba(62, 164, 78, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0, 0.0997802576710675, 0.1982482292832648, 0.2941222868760019, 0.3861812773524598, 0.47329268139020425, 0.5544383468363272, 0.6287371003427638, 0.6954636327830631, 0.7540631633405858, 0.8041615107302794, 0.8455703340433802, 0.8782874461068402, 0.9024922447631589, 0.918536447786411, 0.9269304510242746, 0.9283257527753476, 0.923493996695926, 0.9133032774520762, 0.8986924252130812, 0.8806440348745953, 0.8601570322503357, 0.838219571758135, 0.8157830384759497, 0.7937378827227715, 0.7728919491047226, 0.7539518764908901, 0.7375080434625862, 0.7240234187208594, 0.7138265514319224, 0.7071088064963406, 0.7039258183427685, 0.7042030081776212, 0.7077448876550742, 0.714247760408359, 0.7233153351822719, 0.7344766833398466, 0.7472059116386749, 0.7609428801124622, 0.7751142757012467, 0.7891543552929745, 0.8025246967011469, 0.8147323417441028, 0.825345780291223, 0.8340083055841484, 0.8404483664942287, 0.8444866483864222, 0.8460397273567095, 0.845120259030996, 0.8418337790221736, 0.8363723037549292, 0.8290050240765243, 0.8200664765591776, 0.8099426557463424, 0.799055592371703, 0.7878469659228736, 0.7767613435917531, 0.7662296410702962, 0.7566533839087989, 0.748390312015613, 0.741741815742317, 0.7369426218545277, 0.7341530640421329, 0.733454178412963, 0.7348457629129121, 0.7382474343180495, 0.7435026109503926, 0.7503852471639034, 0.7586090503817574, 0.7678388262421234, 0.7777035250749997, 0.7878105058861802, 0.7977604941381722, 0.8071626881760434, 0.8156494668037114, 0.822890167278832, 0.8286034382200005, 0.8325677243413877, 0.83462950769905, 0.8347090108838026, 0.8328031585238075, 0.8289856914189928, 0.8234044292354147, 0.8162757794341526, 0.8078766884850879, 0.7985343230231763, 0.7886138502738695, 0.7785047559702318, 0.7686061917029022, 0.7593118802933818, 0.7509951260459946, 0.7439944759212074, 0.7386005577365586, 0.735044583045023, 0.733488946599476, 0.7340202831132673, 0.7366452577304964, 0.7412892720404222, 0.7477981657860776, 0.7559428890628233, 0.7654270143569293, 0.7758968558407724, 0.7869538684272567, 0.7981689144857184, 0.8090979148043542, 0.8192983448943085, 0.8283460000998325, 0.8358514346560936, 0.8414754816353692, 0.8449432827919053, 0.8460562991291636, 0.8447018333821728, 0.8408596727168418, 0.8346055514104973, 0.8261112362099156, 0.8156411481757161, 0.8035455505256832, 0.7902504485103976, 0.7762444608557783, 0.7620630290146455, 0.7482704267952427, 0.7354401155951417, 0.7241340565942495, 0.7148816384904744, 0.7081589059262762, 0.7043687785358199, 0.7038229331158782, 0.7067259820758277, 0.7131625210477275, 0.7230875390122034, 0.7363205878275163, 0.7525439975081845, 0.7713053023311589, 0.7920239145682514, 0.8140019513249726, 0.8364389897102311, 0.8584504004714167, 0.8790887942787179, 0.8973680117484916, 0.9122890013998746, 0.9228668619003623, 0.9281582784569408, 0.9272885596806297, 0.9194774816185712, 0.9040631700950371, 0.8805233004683728, 0.8484929640984238, 0.8077786412349797, 0.7583678280515951, 0.7004339879726765, 0.6343366306267336, 0.560616461709414, 0.4799856895361844, 0.39331371479290506, 0.30160856468018193, 0.20599455719507526, 0.10768679190386596, 0.0079631568542404], "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], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 158, "currentCount": 158}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y4", "zmin": null, "yaxis": "y", "legendgroup": "y4", "zmax": null, "line": {"color": "rgba(195, 113, 210, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0, 0.1393947413834102, 0.27519154789962214, 0.40395859937152045, 0.522587234872483, 0.6284313927215873, 0.7194219498018313, 0.7941499410109892, 0.851914464233215, 0.8927331363645292, 0.9173151354833619, 0.9269990109707373, 0.9236594372106127, 0.9095888077558145, 0.8873609136542439, 0.8596848442068905, 0.8292576417867494, 0.7986241171487456, 0.7700516030324187, 0.7454263381332173, 0.726176704990082, 0.7132267912659901, 0.7069818180843591, 0.7073450044464973, 0.7137635373980902, 0.7252996108987847, 0.7407210854913322, 0.7586052885153899, 0.7774488778408148, 0.7957765591080527, 0.8122417752011977, 0.8257132454206259, 0.8353423616984811, 0.8406078684520787, 0.8413358623400886, 0.837694838862299, 0.8301671718962326, 0.8194999316863278, 0.8066392296621986, 0.7926532455067739, 0.7786496863954271, 0.7656936194692916, 0.7547314031034732, 0.746525844382336, 0.7416067786206331, 0.7402400724929102, 0.7424166824647762, 0.747861952113741, 0.7560639064360886, 0.7663179958142196, 0.7777846444537677, 0.789555139505174, 0.8007209090414391, 0.81044110721367, 0.8180036556962759, 0.8228754594058871, 0.8247383757662747, 0.8235086051836472, 0.8193384057068032, 0.8126003277583246, 0.8038554232002735, 0.7938080183248529, 0.7832505738656889, 0.7730028231711082, 0.7638497380519951, 0.7564828986221888, 0.7514495404438736, 0.7491129445400564, 0.7496269697592604, 0.7529264669089379, 0.7587341376010487, 0.7665831931535158, 0.7758540170659303, 0.7858220209143347, 0.7957130800432489, 0.8047623988600698, 0.8122724232305427, 0.8176655049218547, 0.8205274228207955, 0.8206385480314365, 0.8179903550406888, 0.8127860624696667, 0.80542535621449, 0.7964743204775788, 0.7866227935126853, 0.7766322958535996, 0.7672783817774054, 0.7592916884111555, 0.7533020697848544, 0.7497899960224137, 0.7490488844254717, 0.7511612451474933, 0.7559905247540522, 0.7631893872234067, 0.7722239656197629, 0.7824124355342115, 0.7929751890683878, 0.8030930040461193, 0.8119689728540537, 0.818889626822435, 0.8232806922205682, 0.8247532464036968, 0.8231366873737979, 0.8184958444824515, 0.8111306799780499, 0.8015582828306254, 0.7904781497983632, 0.7787229919480542, 0.7671984080305937, 0.7568156481085361, 0.7484222849491106, 0.7427358695564973, 0.7402855463317158, 0.7413661431433952, 0.7460084577371582, 0.7539683839007588, 0.7647362288761628, 0.7775661540999994, 0.7915242213544195, 0.8055521466538503, 0.8185426525655245, 0.829421354325104, 0.8372294882937903, 0.8412015440998927, 0.8408320203218774, 0.8359260867212773, 0.8266298751654937, 0.8134373817268395, 0.7971724663816778, 0.7789460886171563, 0.760090609532115, 0.7420746112372153, 0.7264031225837242, 0.7145092964328073, 0.7076443744633086, 0.7067731400375867, 0.7124819639017557, 0.7249059870207173, 0.7436809854566966, 0.7679240787647996, 0.7962457566765448, 0.8267938106666778, 0.8573277838472508, 0.8853206183602037, 0.9080824073528322, 0.9228996635276547, 0.927182396987358, 0.9186106279751424, 0.8952717938430466, 0.8557808618512793, 0.7993758154555409, 0.7259824950321094, 0.6362444688789174, 0.531515586646912, 0.413815006573841, 0.2857466605018034, 0.15038719427329933, 0.011148268778668391], "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], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 158, "currentCount": 158}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y5", "zmin": null, "yaxis": "y", "legendgroup": "y5", "zmax": null, "line": {"color": "rgba(172, 142, 24, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0, 0.17871297626715527, 0.34982220440155404, 0.5063043946378251, 0.6422446211390422, 0.7532642826394539, 0.8368115164262626, 0.8922898782124987, 0.9210167646820379, 0.9260193726013102, 0.9116913064896963, 0.8833457322964599, 0.8467099714664514, 0.80741078886222, 0.7704989910135097, 0.740056482500135, 0.7189192906368417, 0.7085373458713126, 0.7089773813983831, 0.7190607231040308, 0.7366144963536012, 0.7588042184388911, 0.7825088975448852, 0.8046972248077416, 0.8227653547714009, 0.8348027728380902, 0.8397620684337294, 0.837519956901097, 0.8288293028314241, 0.815173816503528, 0.798547241613773, 0.7811861774392562, 0.7652894749360997, 0.7527571182675701, 0.7449777884352626, 0.7426874482620093, 0.7459121673887015, 0.7539981295518631, 0.7657215370144363, 0.7794621124368609, 0.7934170888144076, 0.8058286854888153, 0.8151974507049933, 0.8204564805607887, 0.8210869988013216, 0.8171633817020739, 0.8093244894224046, 0.7986770589027179, 0.7866448754141602, 0.7747835561594673, 0.7645843734909349, 0.7572912526726684, 0.7537528829794262, 0.7543271076376286, 0.7588480320877016, 0.7666584546706398, 0.7767022380335747, 0.7876640624163289, 0.7981384792773073, 0.8068069493961469, 0.8126009538160442, 0.8148313377264187, 0.8132684955462867, 0.8081642579912196, 0.8002136177331639, 0.7904618353040398, 0.780169102378642, 0.7706500097942102, 0.7631079743522192, 0.7584851906606112, 0.7573465657145978, 0.759811743483189, 0.7655432825690887, 0.7737920613384682, 0.7834939105720956, 0.7934051776777321, 0.8022601736839422, 0.8089308183733304, 0.8125685941031777, 0.8127111624409219, 0.809340409043231, 0.8028847172082698, 0.7941651881771061, 0.7842924784610957, 0.7745270589471397, 0.7661202641624717, 0.7601559303504897, 0.7574124145547184, 0.7582623368967922, 0.7626227860323302, 0.7699625286035213, 0.7793657201448688, 0.7896445871880936, 0.7994874013701773, 0.8076235577937879, 0.8129852687119282, 0.8148455919286247, 0.8129152296062235, 0.807385449867358, 0.7989110215194841, 0.7885344282292808, 0.7775599481180028, 0.7673925495291267, 0.7593611698175041, 0.7545482197033825, 0.7536467756512402, 0.7568638897930687, 0.7638830865801021, 0.7738920411941388, 0.7856734789907684, 0.7977494520052661, 0.8085623010514627, 0.8166706568060702, 0.8209364156360545, 0.8206790980212136, 0.815777370605242, 0.8067034494077118, 0.7944839477370506, 0.7805895892286926, 0.7667650323621769, 0.7548177833565638, 0.746390848225379, 0.7427466500952064, 0.744589385071403, 0.7519493500065741, 0.7641461763659293, 0.7798390321094053, 0.7971616815249357, 0.8139299759674489, 0.8279000930992849, 0.8370487685895772, 0.8398427742300869, 0.8354645641284901, 0.8239645075891389, 0.8063171920647485, 0.7843692359224034, 0.7606778732996304, 0.7382519940757662, 0.7202189668383026, 0.7094501127544006, 0.7081839992963791, 0.7176889764356624, 0.738004199121438, 0.767791859324601, 0.8043230561496532, 0.843606656179704, 0.8806559569479252, 0.9098734720975447, 0.9255212448728645, 0.922234168727735, 0.8955279627289944, 0.8422524147800843, 0.7609444732118754, 0.6520444199492783, 0.5179508836028782, 0.36290562073834765, 0.19271529119439365, 0.014333229890234795], "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], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 158, "currentCount": 158}}}], "config": {"showlegend": false, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-3.710000000000008, 162.71], "domain": [0.0658209390492855, 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": [{"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": "Накопление синусоид и приближение к прямоугольной функции", "xref": "paper", "x": 0.5296296296296296}], "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.029998729394962176, 1.0299563758937023], "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"}, "width": 670}}