{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Plotting Pandapower Networks using Plotly\n", "This tutorial shows you how to make interactive plots of pandapower networks using plotly (https://plot.ly/python/).\n", "The best way to get started is to get familiar with 3 built-in plots that correspond to:\n", "* a simple plot of a network (respect switch statuses by default)\n", "* voltage-levels plot - colores and labels network according to voltage levels\n", "* Power Flow results - a colormap plot where buses are colored according to voltage magnitudes and branches according to line/transformer loading.\n", "\n", "The following sample plots are with mv_oberrhein network from the pandapower.networks package:" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "from pandapower.plotting.plotly import simple_plotly\n", "from pandapower.networks import mv_oberrhein\n", "from pandapower import runpp\n", "net = mv_oberrhein()\n", "runpp(net)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Simple plotting\n", "A simple network plot wich labels as separate trace all network buses, lines, transformers and external grid.\n", "Try some of the fancy plotly features from the upper-right corner:\n", "* zooming,\n", "* hoover tool (position cursor on the bus/line/trafo to get basic info),\n", "* selecting, \n", "* click on the legend to hide-show any of the legened elements," ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "text/html": [ " \n", " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "linkText": "Export to plot.ly", "plotlyServerURL": "https://plot.ly", "showLink": false }, "data": [ { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 0", "type": "scatter", "x": [ 3418242.10659, 3418349.53631, 3418359.45578 ], "y": [ 5363665.279770001, 5364232.8565650005, 5364276.74375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 1", "type": "scatter", "x": [ 3418242.10659, 3418092.75894, 3417709.037645, 3417044.332345 ], "y": [ 5363665.279770001, 5363670.35976, 5363702.9726100005, 5363686.7694500005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 2", "type": "scatter", "x": [ 3418242.10659, 3418265.46984 ], "y": [ 5363665.279770001, 5363455.22988 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 3", "type": "scatter", "x": [ 3418265.46984, 3418335.48461 ], "y": [ 5363455.22988, 5362827.18118 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 4", "type": "scatter", "x": [ 3418335.48461, 3418405.3451199997, 3418690.99093, 3418717.898335 ], "y": [ 5362827.18118, 5362816.868740001, 5362807.01673, 5362777.79097 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 5", "type": "scatter", "x": [ 3409798.60001, 3409861.40567, 3410252.44079, 3411617.473035, 3412037.331555 ], "y": [ 5359531.258485001, 5359576.852505, 5360144.3587650005, 5361833.9697, 5361518.461155 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 6", "type": "scatter", "x": [ 3409798.60001, 3409986.41617, 3410109.835535 ], "y": [ 5359531.258485001, 5359481.52011, 5359383.313385 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 7", "type": "scatter", "x": [ 3409798.60001, 3409820.267835, 3409746.536065, 3409617.09921, 3409476.0102399997, 3409364.552905, 3409357.96508 ], "y": [ 5359531.258485001, 5359512.96507, 5359356.907045, 5359426.662735, 5359450.409085, 5359275.954360001, 5359237.7134650005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 10", "type": "scatter", "x": [ 3408278.9995999997, 3408045.89905 ], "y": [ 5357672.579415, 5357465.167160001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 11", "type": "scatter", "x": [ 3407845.09925, 3407899.4762049997, 3407902.898215, 3408045.89905 ], "y": [ 5357375.47743, 5357384.20975, 5357442.948910001, 5357465.167160001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 12", "type": "scatter", "x": [ 3407935.6436, 3407857.117245, 3407659.436105, 3407427.18329 ], "y": [ 5361604.281020001, 5361562.287195001, 5361580.936145, 5361721.47309 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 14", "type": "scatter", "x": [ 3407935.6436, 3407927.176495, 3407977.706905, 3407953.987195, 3407991.374965, 3407887.282875 ], "y": [ 5361604.281020001, 5361630.61316, 5361707.29951, 5361738.57424, 5361812.020425, 5361864.4739850005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 15", "type": "scatter", "x": [ 3412438.404275, 3412401.27992, 3412268.81795 ], "y": [ 5361795.338565, 5361793.430515001, 5361965.8234250005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 16", "type": "scatter", "x": [ 3412082.45804, 3412198.993665, 3412234.59856, 3412254.799825, 3412447.76993, 3412438.404275 ], "y": [ 5361762.5657, 5361838.10008, 5361776.689135, 5361628.93297, 5361743.6948150005, 5361795.338565 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 17", "type": "scatter", "x": [ 3408547.67568, 3409096.600125 ], "y": [ 5362893.18738, 5364094.958985001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 18", "type": "scatter", "x": [ 3409096.600125, 3408989.850945, 3408975.913755 ], "y": [ 5364094.958985001, 5364193.349975, 5364211.5701750005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 20", "type": "scatter", "x": [ 3413898.4617749997, 3413897.4965749998, 3413992.95028, 3414278.33845, 3414311.22654 ], "y": [ 5363247.510285, 5363246.57577, 5363318.296595001, 5363556.7720800005, 5363573.696045 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 21", "type": "scatter", "x": [ 3413898.4617749997, 3413870.610915, 3413865.67305 ], "y": [ 5363247.510285, 5363144.865215001, 5363143.39408 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 22", "type": "scatter", "x": [ 3417854.33292, 3417760.207325, 3417796.371315 ], "y": [ 5364474.723965, 5364666.203765, 5364792.013845 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 24", "type": "scatter", "x": [ 3417796.371315, 3417098.868935 ], "y": [ 5364792.013845, 5364820.328685001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 25", "type": "scatter", "x": [ 3418743.61835, 3418796.87837, 3418844.726965 ], "y": [ 5364579.237955, 5364599.386855001, 5364736.559470001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 26", "type": "scatter", "x": [ 3418380.179585, 3418470.476255, 3418493.89969, 3418785.4293049998, 3418844.726965 ], "y": [ 5364636.724845001, 5364655.683525001, 5364761.698805001, 5364773.4007, 5364736.559470001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 27", "type": "scatter", "x": [ 3412089.223465, 3412004.049395, 3412259.1209299997 ], "y": [ 5367029.39345, 5366819.77355, 5366668.92399 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 28", "type": "scatter", "x": [ 3412259.1209299997, 3412221.865795, 3412083.0668, 3411973.54194 ], "y": [ 5366668.92399, 5366635.471405, 5366607.83676, 5366489.345235 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 29", "type": "scatter", "x": [ 3412509.49375, 3412621.26517, 3412468.527745, 3412674.54292, 3413215.97949, 3413126.367695 ], "y": [ 5370211.403535, 5370179.525365001, 5369912.83851, 5369612.136945, 5369485.97021, 5369150.284555 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 30", "type": "scatter", "x": [ 3411701.231155, 3411934.34987, 3412185.043655, 3412206.67657, 3412477.17626, 3412469.294795, 3412509.49375 ], "y": [ 5370156.0428100005, 5369991.64462, 5370238.172255, 5370254.325705, 5370133.776980001, 5370208.494600001, 5370211.403535 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 32", "type": "scatter", "x": [ 3412494.665505, 3412605.21716, 3412626.49647, 3412756.53258 ], "y": [ 5368924.077845001, 5368899.26836, 5368952.573465001, 5368870.109585 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 34", "type": "scatter", "x": [ 3411352.7399999998, 3411345.994305, 3411384.747885, 3411303.625725 ], "y": [ 5370544.256, 5370625.704795, 5370753.92334, 5370800.261425001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 35", "type": "scatter", "x": [ 3411891.829765, 3411352.7399999998 ], "y": [ 5370473.070780001, 5370544.256 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 36", "type": "scatter", "x": [ 3411731.63789, 3411758.82676, 3411699.34185, 3411785.34044 ], "y": [ 5367155.67967, 5367178.74382, 5367262.333025, 5367394.89804 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 37", "type": "scatter", "x": [ 3411731.63789, 3411678.54743, 3411665.9725099998, 3411619.55654, 3411622.542935 ], "y": [ 5367155.67967, 5367182.723010001, 5367023.140550001, 5366875.746195001, 5366769.909935 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 38", "type": "scatter", "x": [ 3408983.211045, 3408742.6771899997, 3408719.72605 ], "y": [ 5364768.844140001, 5365270.474385001, 5365410.875170001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 39", "type": "scatter", "x": [ 3408983.211045, 3409004.22087, 3409064.66543, 3409133.776065 ], "y": [ 5364768.844140001, 5364745.961705, 5364766.54604, 5364636.208415001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 40", "type": "scatter", "x": [ 3408983.211045, 3408906.970405, 3408862.4645, 3408813.017565, 3408772.0309 ], "y": [ 5364768.844140001, 5364795.406535001, 5364822.413045, 5364818.65161, 5364750.662205 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 41", "type": "scatter", "x": [ 3412089.223465, 3412151.675665, 3412197.5828899997, 3412183.33188 ], "y": [ 5367029.39345, 5367016.749345001, 5367134.5549800005, 5367288.615625001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 42", "type": "scatter", "x": [ 3408131.461275, 3408028.06636, 3407943.898745, 3407658.95065, 3407626.841255 ], "y": [ 5357026.600335, 5356804.8221700005, 5356748.86976, 5356094.631815, 5355652.590995001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 43", "type": "scatter", "x": [ 3407626.841255, 3408272.804065, 3408223.972925 ], "y": [ 5355652.590995001, 5355460.06527, 5355362.004125 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 44", "type": "scatter", "x": [ 3407626.841255, 3407656.878685, 3407642.913365 ], "y": [ 5355652.590995001, 5355454.733415, 5355408.41098 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 45", "type": "scatter", "x": [ 3417098.868935, 3416978.587215, 3415302.93509, 3414619.659505 ], "y": [ 5364820.328685001, 5364825.195400001, 5365416.64116, 5365662.20595 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 46", "type": "scatter", "x": [ 3409404.38822, 3409570.553915, 3410393.1329 ], "y": [ 5364135.048685, 5364192.14396, 5363605.245315 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 47", "type": "scatter", "x": [ 3410393.1329, 3411638.30338, 3411641.501945 ], "y": [ 5363605.245315, 5362717.093035, 5362715.89218 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 48", "type": "scatter", "x": [ 3414374.640155, 3415957.4344 ], "y": [ 5362902.157225001, 5364162.393145001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 49", "type": "scatter", "x": [ 3415957.4344, 3416138.089135, 3416824.610515, 3417044.332345 ], "y": [ 5364162.393145001, 5364014.57943, 5363780.011725, 5363686.7694500005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 50", "type": "scatter", "x": [ 3412143.304465, 3412113.809365, 3412071.215, 3411945.80778, 3411661.9583199997, 3411641.501945 ], "y": [ 5362222.8465100005, 5362266.41198, 5362397.426875001, 5362493.16555, 5362547.734135, 5362715.89218 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 51", "type": "scatter", "x": [ 3414374.640155, 3414329.94916, 3414116.229045, 3414176.436845, 3414289.14575, 3414400.970145, 3414343.473955, 3414311.22654 ], "y": [ 5362902.157225001, 5362922.167435001, 5363158.69869, 5363242.680005, 5363358.771035001, 5363401.783995001, 5363541.83545, 5363573.696045 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 52", "type": "scatter", "x": [ 3410296.66458, 3410319.88972, 3411216.526165 ], "y": [ 5367207.696925, 5367201.927345, 5367341.3704200005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 53", "type": "scatter", "x": [ 3409538.64957, 3410296.66458 ], "y": [ 5367396.459115, 5367207.696925 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 54", "type": "scatter", "x": [ 3411216.526165, 3411233.42899, 3411505.05154, 3411614.78245, 3411675.15284, 3411785.34044 ], "y": [ 5367341.3704200005, 5367427.141805001, 5367395.215685001, 5367352.371215001, 5367292.165390001, 5367394.89804 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 55", "type": "scatter", "x": [ 3408547.67568, 3408620.549605, 3408718.71092, 3408690.1513199997, 3408526.150955, 3408444.45504, 3408355.97492, 3408347.63624 ], "y": [ 5362893.18738, 5362862.22912, 5362829.96793, 5362735.13332, 5362487.7739200005, 5362316.644455001, 5362016.386965, 5361962.0757 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 56", "type": "scatter", "x": [ 3414619.659505, 3412849.911315, 3412613.5358949997 ], "y": [ 5365662.20595, 5366298.246780001, 5366446.5986 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 57", "type": "scatter", "x": [ 3412343.37775, 3412523.282265 ], "y": [ 5367039.191295001, 5367829.039055 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 58", "type": "scatter", "x": [ 3413854.89557, 3413873.1104449998, 3414004.493645, 3413942.280495, 3413992.76188 ], "y": [ 5370532.17406, 5370560.430695, 5370663.925415, 5370837.34848, 5370905.836490001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 59", "type": "scatter", "x": [ 3416691.72847, 3416588.320235, 3416182.4025, 3415441.925215, 3413869.63262, 3413854.89557 ], "y": [ 5369521.514525, 5369547.51002, 5369712.362500001, 5369715.815005001, 5370339.459810001, 5370532.17406 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 60", "type": "scatter", "x": [ 3413353.181945, 3413387.695595, 3413492.62585, 3413692.095905, 3413818.733995, 3413854.89557 ], "y": [ 5370522.3722, 5370532.570975, 5370599.1413, 5370462.826445, 5370531.000585, 5370532.17406 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 61", "type": "scatter", "x": [ 3412736.0123, 3413353.181945 ], "y": [ 5370459.866305, 5370522.3722 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 62", "type": "scatter", "x": [ 3408444.066435, 3409538.64957 ], "y": [ 5367639.480235, 5367396.459115 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 63", "type": "scatter", "x": [ 3410365.877105, 3410335.7689, 3410287.52413 ], "y": [ 5369898.0554, 5369841.191405, 5369692.02639 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 64", "type": "scatter", "x": [ 3411249.917565, 3411244.047615, 3410378.94656, 3410365.877105 ], "y": [ 5370149.9372000005, 5370117.084285, 5369899.396935, 5369898.0554 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 65", "type": "scatter", "x": [ 3410821.62822, 3410971.7705, 3410958.07834, 3411046.14208, 3410500.98363, 3410344.080695, 3410325.026885, 3410365.877105 ], "y": [ 5370490.62743, 5370480.685295001, 5370394.712755, 5370129.637465, 5369964.8947, 5369963.79578, 5369907.7055, 5369898.0554 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 67", "type": "scatter", "x": [ 3412037.331555, 3412054.971475, 3412016.594945, 3412040.334555, 3412082.45804 ], "y": [ 5361518.461155, 5361582.173155, 5361638.578815, 5361720.94159, 5361762.5657 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 68", "type": "scatter", "x": [ 3419250.55144, 3419319.66301, 3420405.85444, 3420570.3734, 3420936.666405 ], "y": [ 5362788.69955, 5362977.827675001, 5362846.17838, 5362908.24937, 5362804.52194 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 69", "type": "scatter", "x": [ 3420936.666405, 3421051.997845, 3421413.450085 ], "y": [ 5362804.52194, 5362606.354845, 5362571.397205001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 70", "type": "scatter", "x": [ 3419021.5555249997, 3419081.98887, 3418890.004785 ], "y": [ 5365620.6961550005, 5365698.424545, 5365889.114250001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 71", "type": "scatter", "x": [ 3418890.004785, 3418987.063195, 3418987.826405 ], "y": [ 5365889.114250001, 5366018.75329, 5366019.591035 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 72", "type": "scatter", "x": [ 3418890.004785, 3418699.18642, 3418372.634975, 3418162.815655, 3417816.690755, 3417773.4362149998 ], "y": [ 5365889.114250001, 5366026.791055, 5366468.948755001, 5366600.529080001, 5366703.0851650005, 5366754.669095 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 73", "type": "scatter", "x": [ 3418745.212615, 3418878.230885, 3418994.24827, 3419221.18234 ], "y": [ 5365482.46575, 5365293.815715, 5365251.870945, 5365385.339415001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 74", "type": "scatter", "x": [ 3419221.18234, 3419216.75326, 3419053.410295, 3419277.01657 ], "y": [ 5365385.339415001, 5365421.75611, 5365556.395295001, 5365730.16249 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 75", "type": "scatter", "x": [ 3418745.212615, 3419021.5555249997 ], "y": [ 5365482.46575, 5365620.6961550005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 76", "type": "scatter", "x": [ 3407984.897035, 3407979.209105, 3407771.006305 ], "y": [ 5357597.62531, 5357687.656325, 5357944.49746 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 77", "type": "scatter", "x": [ 3407983.78155, 3408272.191455, 3407984.897035 ], "y": [ 5359666.521380001, 5358097.292420001, 5357597.62531 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 78", "type": "scatter", "x": [ 3419979.565655, 3419616.951355 ], "y": [ 5365699.86742, 5365543.414095 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 79", "type": "scatter", "x": [ 3419616.951355, 3419745.486705, 3419697.711465 ], "y": [ 5365543.414095, 5365764.191640001, 5365915.13698 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 80", "type": "scatter", "x": [ 3419357.7620449997, 3419378.15755, 3419445.167595, 3419533.420385, 3419598.501745, 3419697.711465 ], "y": [ 5365951.351740001, 5365952.376535, 5365893.214765, 5365954.85145, 5365873.22283, 5365915.13698 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 81", "type": "scatter", "x": [ 3419616.951355, 3419768.1391249998, 3419678.205055 ], "y": [ 5365543.414095, 5365379.27182, 5365307.31304 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 82", "type": "scatter", "x": [ 3419357.7620449997, 3419452.2794149998, 3419277.01657 ], "y": [ 5365951.351740001, 5365862.754670001, 5365730.16249 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 85", "type": "scatter", "x": [ 3417786.66388, 3417617.341015, 3417611.24743 ], "y": [ 5364197.382300001, 5364323.26774, 5364442.002145001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 86", "type": "scatter", "x": [ 3417854.33292, 3417664.653175, 3417628.857545, 3417611.24743 ], "y": [ 5364474.723965, 5364457.599210001, 5364470.0684400005, 5364442.002145001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 87", "type": "scatter", "x": [ 3418753.533525, 3418732.9969, 3418717.898335 ], "y": [ 5363104.6379350005, 5362934.33353, 5362777.79097 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 90", "type": "scatter", "x": [ 3418359.45578, 3418521.950405, 3418636.99365 ], "y": [ 5364276.74375, 5364296.001595001, 5364405.856085001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 91", "type": "scatter", "x": [ 3421058.997755, 3420933.679185, 3420478.04064, 3419678.205055 ], "y": [ 5363197.1299600005, 5363366.559325, 5364297.27226, 5365307.31304 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 92", "type": "scatter", "x": [ 3418229.471735, 3418247.330445, 3418380.179585 ], "y": [ 5364496.242115, 5364532.403580001, 5364636.724845001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 93", "type": "scatter", "x": [ 3417854.33292, 3418229.471735 ], "y": [ 5364474.723965, 5364496.242115 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 94", "type": "scatter", "x": [ 3418636.99365, 3418757.322075, 3418743.61835 ], "y": [ 5364405.856085001, 5364429.735545, 5364579.237955 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 95", "type": "scatter", "x": [ 3421058.997755, 3421178.628675, 3421313.47574 ], "y": [ 5363197.1299600005, 5363175.82538, 5363113.38267 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 96", "type": "scatter", "x": [ 3421313.47574, 3421428.858865, 3421459.12736 ], "y": [ 5363113.38267, 5362973.408515001, 5362910.782760001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 97", "type": "scatter", "x": [ 3421413.450085, 3421426.275905, 3421333.18035, 3421348.500145, 3421417.0298099997, 3421403.5843249997, 3421459.12736 ], "y": [ 5362571.397205001, 5362589.940780001, 5362684.0146, 5362817.356120001, 5362854.709785, 5362880.371350001, 5362910.782760001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 98", "type": "scatter", "x": [ 3407642.913365, 3407824.875245, 3407976.02058 ], "y": [ 5355408.41098, 5355314.670635001, 5355254.867855 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 99", "type": "scatter", "x": [ 3408131.461275, 3407996.835665, 3407845.30055 ], "y": [ 5357026.600335, 5356987.050445001, 5356981.466445001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 100", "type": "scatter", "x": [ 3419057.457715, 3419054.699105, 3419194.46451, 3419250.55144 ], "y": [ 5362622.245215001, 5362684.682495001, 5362713.351625, 5362788.69955 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 101", "type": "scatter", "x": [ 3418770.10536, 3418811.380675, 3418943.6674349997 ], "y": [ 5362524.28598, 5362504.13023, 5362367.0363300005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 102", "type": "scatter", "x": [ 3418943.6674349997, 3419147.37214, 3419222.58312, 3419204.917, 3419234.664765 ], "y": [ 5362367.0363300005, 5362257.051155, 5362406.736285, 5362427.965600001, 5362484.08542 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 103", "type": "scatter", "x": [ 3419234.664765, 3419202.64047, 3419057.457715 ], "y": [ 5362484.08542, 5362633.929815, 5362622.245215001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 104", "type": "scatter", "x": [ 3409328.087865, 3409365.3650599997, 3409394.31761, 3409426.878715 ], "y": [ 5358673.150195001, 5358766.496010001, 5358831.577545, 5358887.852505 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 105", "type": "scatter", "x": [ 3409426.878715, 3409458.917645, 3409493.3332599998, 3409493.301295 ], "y": [ 5358887.852505, 5358888.5417450005, 5359010.93006, 5359029.028630001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 106", "type": "scatter", "x": [ 3409369.512385, 3409392.83196, 3409328.087865 ], "y": [ 5358366.672750001, 5358505.58616, 5358673.150195001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 107", "type": "scatter", "x": [ 3408951.664265, 3409081.826705, 3409369.512385 ], "y": [ 5358719.695230001, 5358498.34422, 5358366.672750001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 108", "type": "scatter", "x": [ 3408951.664265, 3408278.9995999997 ], "y": [ 5358719.695230001, 5357672.579415 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 109", "type": "scatter", "x": [ 3409357.96508, 3409409.87224, 3409493.301295 ], "y": [ 5359237.7134650005, 5359129.497685, 5359029.028630001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 110", "type": "scatter", "x": [ 3407845.30055, 3407791.29936, 3407712.6354, 3407706.186985 ], "y": [ 5356981.466445001, 5357016.223475001, 5357157.812170001, 5357185.01204 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 111", "type": "scatter", "x": [ 3407878.25476, 3407881.52913, 3407845.09925 ], "y": [ 5357165.621435001, 5357208.0147, 5357375.47743 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 112", "type": "scatter", "x": [ 3407845.09925, 3407734.42234, 3407762.10182, 3407627.22878 ], "y": [ 5357375.47743, 5357385.790465, 5357565.5300050005, 5357634.122470001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 113", "type": "scatter", "x": [ 3407878.25476, 3407870.704295, 3407718.77984, 3407706.186985 ], "y": [ 5357165.621435001, 5357155.69285, 5357176.01228, 5357185.01204 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 114", "type": "scatter", "x": [ 3407627.22878, 3407561.625125, 3407068.74552 ], "y": [ 5357634.122470001, 5357635.26804, 5357563.082055001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 116", "type": "scatter", "x": [ 3408075.000255, 3408174.584235, 3408402.1696 ], "y": [ 5361897.82828, 5361796.45182, 5361672.63748 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 117", "type": "scatter", "x": [ 3408402.1696, 3408488.5925249998, 3408567.84631 ], "y": [ 5361672.63748, 5361637.013755, 5361784.734655 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 118", "type": "scatter", "x": [ 3408567.84631, 3408394.955145, 3408442.90982, 3408347.63624 ], "y": [ 5361784.734655, 5361864.681895, 5361927.66077, 5361962.0757 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 119", "type": "scatter", "x": [ 3407427.18329, 3407340.04245, 3407490.786255 ], "y": [ 5361721.47309, 5361743.409725, 5361940.785785001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 120", "type": "scatter", "x": [ 3408075.000255, 3408014.9508599997, 3407880.639465, 3407887.282875 ], "y": [ 5361897.82828, 5361930.631925001, 5361962.669355, 5361864.4739850005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 121", "type": "scatter", "x": [ 3407772.74985, 3407799.420215, 3407848.25269, 3407848.099405, 3407938.434695 ], "y": [ 5361211.91952, 5361187.996970001, 5361186.61875, 5361128.32744, 5361129.737385 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 122", "type": "scatter", "x": [ 3407327.457605, 3407427.18329 ], "y": [ 5361657.66951, 5361721.47309 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 123", "type": "scatter", "x": [ 3407772.74985, 3407517.67973, 3407580.5643599997 ], "y": [ 5361211.91952, 5361279.9279350005, 5361398.412885 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 124", "type": "scatter", "x": [ 3407580.5643599997, 3407611.152795, 3407503.355955, 3407405.530175, 3407327.457605 ], "y": [ 5361398.412885, 5361465.9180850005, 5361519.230605001, 5361529.43881, 5361657.66951 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 125", "type": "scatter", "x": [ 3407772.74985, 3407824.341, 3407983.78155 ], "y": [ 5361211.91952, 5360534.219805, 5359666.521380001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 126", "type": "scatter", "x": [ 3407327.457605, 3407297.598615, 3407070.63602 ], "y": [ 5361657.66951, 5361737.53689, 5361833.994235001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 127", "type": "scatter", "x": [ 3408719.72605, 3408210.205095 ], "y": [ 5365410.875170001, 5366929.533960001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 128", "type": "scatter", "x": [ 3408719.72605, 3408772.13334, 3408849.00141 ], "y": [ 5365410.875170001, 5365426.938100001, 5365837.96881 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 129", "type": "scatter", "x": [ 3409402.47713, 3409517.6747149997, 3409669.096215 ], "y": [ 5364375.353395, 5364385.9660600005, 5364282.613545001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 130", "type": "scatter", "x": [ 3408665.349175, 3408637.2456, 3408730.1735 ], "y": [ 5364414.94864, 5364453.192500001, 5364581.697500001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 131", "type": "scatter", "x": [ 3408416.22914, 3408575.6645, 3408704.910915, 3408730.1735 ], "y": [ 5364704.938425001, 5364517.06723, 5364585.049815, 5364581.697500001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 132", "type": "scatter", "x": [ 3408975.913755, 3408973.59089, 3408764.543515, 3408665.349175 ], "y": [ 5364211.5701750005, 5364214.6068750005, 5364277.232285, 5364414.94864 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 133", "type": "scatter", "x": [ 3409465.918195, 3409522.63933, 3409659.233905, 3409701.5281849997 ], "y": [ 5364631.06477, 5364667.55675, 5364554.541605, 5364523.170815 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 134", "type": "scatter", "x": [ 3409404.38822, 3409440.5743, 3409395.5326549998 ], "y": [ 5364135.048685, 5364076.028220001, 5363867.96846 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 135", "type": "scatter", "x": [ 3408772.0309, 3408687.106445, 3408482.69619, 3408416.22914 ], "y": [ 5364750.662205, 5364760.764780001, 5364787.570115, 5364704.938425001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 136", "type": "scatter", "x": [ 3409133.776065, 3409277.20286, 3409416.650825, 3409465.918195 ], "y": [ 5364636.208415001, 5364701.9152150005, 5364617.25155, 5364631.06477 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 137", "type": "scatter", "x": [ 3409404.38822, 3409447.2126599997, 3409455.37627, 3409402.47713 ], "y": [ 5364135.048685, 5364184.81075, 5364303.46791, 5364375.353395 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 138", "type": "scatter", "x": [ 3409402.47713, 3409474.8658, 3409470.061495, 3409424.342055, 3409465.918195 ], "y": [ 5364375.353395, 5364420.44472, 5364525.41005, 5364597.33109, 5364631.06477 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 139", "type": "scatter", "x": [ 3413865.67305, 3413739.185685, 3413636.131, 3413481.2855599998 ], "y": [ 5363143.39408, 5363104.264425, 5362956.222935, 5362851.352340001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 140", "type": "scatter", "x": [ 3413865.67305, 3413874.44151, 3413943.03773, 3414019.75533 ], "y": [ 5363143.39408, 5363029.96647, 5362948.381820001, 5363006.85271 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 141", "type": "scatter", "x": [ 3412343.37775, 3412262.55668, 3412209.7032399997, 3412231.604895, 3412216.09413, 3412183.33188 ], "y": [ 5367039.191295001, 5367068.92636, 5367086.516935, 5367149.761055, 5367295.14271, 5367288.615625001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 142", "type": "scatter", "x": [ 3412268.81795, 3412260.604705, 3412220.238145 ], "y": [ 5361965.8234250005, 5361963.3546050005, 5361942.450270001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 143", "type": "scatter", "x": [ 3412268.81795, 3412260.545595, 3412150.456275, 3412143.304465 ], "y": [ 5361965.8234250005, 5361995.80207, 5362208.134090001, 5362222.8465100005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 144", "type": "scatter", "x": [ 3412851.145155, 3412968.365805, 3412763.3975899997, 3412860.16193, 3412993.07086, 3413297.87764, 3413378.821395, 3413463.473535, 3413481.2855599998 ], "y": [ 5361808.458255, 5361849.33543, 5362049.88104, 5362146.92826, 5362359.88693, 5362556.00743, 5362760.39532, 5362839.787495, 5362851.352340001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 145", "type": "scatter", "x": [ 3412453.990615, 3412585.854975, 3412634.70943, 3412875.7125999997, 3412826.35129, 3412889.048835, 3412851.145155 ], "y": [ 5361394.883040001, 5361451.025165, 5361492.941955, 5361623.23651, 5361692.915840001, 5361766.90854, 5361808.458255 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 146", "type": "scatter", "x": [ 3412339.049355, 3412415.6025199997, 3412495.06219, 3412453.990615 ], "y": [ 5361239.5318, 5361184.867435001, 5361262.492565, 5361394.883040001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 147", "type": "scatter", "x": [ 3412644.303915, 3412595.248015, 3412516.081485, 3412494.665505 ], "y": [ 5369017.6826450005, 5368963.270405, 5368976.2308950005, 5368924.077845001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 148", "type": "scatter", "x": [ 3412494.665505, 3412490.54641, 3412453.68279, 3412410.232215, 3412335.82098 ], "y": [ 5368924.077845001, 5368907.2953, 5368922.781230001, 5368829.5838, 5368857.966840001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 149", "type": "scatter", "x": [ 3412984.086275, 3412644.303915 ], "y": [ 5368951.073805001, 5369017.6826450005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 150", "type": "scatter", "x": [ 3412984.086275, 3412981.597275, 3413031.061405, 3413126.367695 ], "y": [ 5368951.073805001, 5368990.159290001, 5369173.701185, 5369150.284555 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 151", "type": "scatter", "x": [ 3411973.54194, 3411906.053985, 3411618.3238399997, 3411622.542935 ], "y": [ 5366489.345235, 5366517.317965, 5366583.097205, 5366769.909935 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 152", "type": "scatter", "x": [ 3411973.54194, 3411967.843265, 3412068.438205 ], "y": [ 5366489.345235, 5366483.08674, 5366340.79855 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 153", "type": "scatter", "x": [ 3412343.37775, 3412456.0328349997, 3412419.233455, 3412575.0779 ], "y": [ 5367039.191295001, 5367030.54655, 5366823.2053350005, 5366790.77472 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 154", "type": "scatter", "x": [ 3412613.5358949997, 3412610.908895, 3412541.3164399997, 3412566.2763, 3412505.948665, 3412575.0779 ], "y": [ 5366446.5986, 5366461.83884, 5366502.593745001, 5366553.0404900005, 5366575.2997, 5366790.77472 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 156", "type": "scatter", "x": [ 3412613.5358949997, 3412485.505695, 3412531.06868, 3412542.38331 ], "y": [ 5366446.5986, 5366387.84564, 5366352.773145, 5366267.2019650005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 157", "type": "scatter", "x": [ 3419397.84279, 3418968.36694, 3418733.242975, 3418411.783625 ], "y": [ 5369283.55578, 5369003.5814350005, 5368944.235565, 5369014.851915 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 158", "type": "scatter", "x": [ 3418411.783625, 3418393.49088, 3417849.758145 ], "y": [ 5369014.851915, 5369141.929875, 5369289.93087 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 161", "type": "scatter", "x": [ 3417849.758145, 3417810.360655, 3417507.23658, 3417392.81507 ], "y": [ 5369289.93087, 5369320.055620001, 5369304.438955001, 5369328.91016 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 162", "type": "scatter", "x": [ 3417643.32197, 3419748.613735 ], "y": [ 5369572.441095, 5369365.755840001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 163", "type": "scatter", "x": [ 3411891.829765, 3411893.192955, 3412077.412255, 3412115.51889, 3412171.07318 ], "y": [ 5370473.070780001, 5370486.147650001, 5370487.661115, 5370520.950145001, 5370502.51661 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 164", "type": "scatter", "x": [ 3412736.0123, 3412430.33078, 3412292.569745, 3412171.07318 ], "y": [ 5370459.866305, 5370461.0886, 5370473.58311, 5370502.51661 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 165", "type": "scatter", "x": [ 3419684.45287, 3419661.934775, 3419606.0771149998, 3419397.84279 ], "y": [ 5369332.632085, 5369355.33858, 5369419.222080001, 5369283.55578 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 167", "type": "scatter", "x": [ 3411249.917565, 3411701.231155 ], "y": [ 5370149.9372000005, 5370156.0428100005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 168", "type": "scatter", "x": [ 3411303.625725, 3411179.464765, 3411094.5293799997 ], "y": [ 5370800.261425001, 5370488.773875, 5370489.677610001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 169", "type": "scatter", "x": [ 3411094.5293799997, 3410899.95785, 3410821.62822 ], "y": [ 5370489.677610001, 5370495.628355, 5370490.62743 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 170", "type": "scatter", "x": [ 3417046.76693, 3417008.30096, 3417012.176055, 3417028.582055, 3417043.53881 ], "y": [ 5370300.571885, 5370370.32754, 5370454.0568, 5370473.89317, 5370568.944580001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 171", "type": "scatter", "x": [ 3416952.52644, 3416931.6453, 3416963.873155, 3416926.189135, 3417007.9690199997, 3417067.86932, 3417140.5387399998, 3417043.53881 ], "y": [ 5371121.336080001, 5371117.519325, 5371042.56366, 5370986.120375, 5370761.840875001, 5370787.2333700005, 5370610.79396, 5370568.944580001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 172", "type": "scatter", "x": [ 3417498.904005, 3417526.611275, 3417439.513935 ], "y": [ 5369889.409085, 5370063.148825, 5370076.235715 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 173", "type": "scatter", "x": [ 3417439.513935, 3417544.662435, 3417568.126245 ], "y": [ 5370076.235715, 5370127.654185001, 5370203.822020001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 174", "type": "scatter", "x": [ 3417262.3221, 3417280.92264, 3417439.513935 ], "y": [ 5369983.370025001, 5370101.560875, 5370076.235715 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 175", "type": "scatter", "x": [ 3417643.32197, 3417618.3530699997, 3417584.763455, 3417543.82065, 3417523.5894, 3417495.39675, 3417498.904005 ], "y": [ 5369572.441095, 5369653.980350001, 5369761.60422, 5369759.45706, 5369834.221525, 5369836.070705, 5369889.409085 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 177", "type": "scatter", "x": [ 3416952.52644, 3417019.61853 ], "y": [ 5371121.336080001, 5371396.63716 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 178", "type": "scatter", "x": [ 3417250.970735, 3417172.483415, 3416985.41284, 3416952.52644 ], "y": [ 5370854.007660001, 5371006.042420001, 5371038.570755, 5371121.336080001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 179", "type": "scatter", "x": [ 3417317.379745, 3417374.64641, 3417445.20023, 3417335.44142, 3417250.970735 ], "y": [ 5370438.243685001, 5370482.47614, 5370525.296955001, 5370802.26678, 5370854.007660001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 180", "type": "scatter", "x": [ 3417773.4362149998, 3417547.263665, 3417092.437845, 3416936.8934 ], "y": [ 5366754.669095, 5367024.245295, 5367814.710305001, 5367855.33526 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 181", "type": "scatter", "x": [ 3417614.157325, 3417564.92815, 3417299.538835, 3417091.49669 ], "y": [ 5369041.862825001, 5369047.79688, 5369076.224020001, 5369163.8307300005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 182", "type": "scatter", "x": [ 3417091.49669, 3417078.76051, 3417129.51467, 3417014.99309, 3417068.32117 ], "y": [ 5369163.8307300005, 5369173.43271, 5369247.865735, 5369338.73142, 5369426.721965 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 183", "type": "scatter", "x": [ 3417392.81507, 3417221.706565, 3417068.32117 ], "y": [ 5369328.91016, 5369373.63276, 5369426.721965 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 184", "type": "scatter", "x": [ 3417643.32197, 3417499.640205, 3417284.072805, 3417296.995665 ], "y": [ 5369572.441095, 5369556.183060001, 5369594.465005, 5369670.800840001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 185", "type": "scatter", "x": [ 3417614.157325, 3417622.92544, 3417439.856105, 3417162.9211049997, 3416989.87706 ], "y": [ 5369041.862825001, 5368982.329445001, 5368544.894365001, 5368274.78753, 5368254.9978950005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 186", "type": "scatter", "x": [ 3417614.157325, 3417745.7426, 3417742.560455, 3417839.113615 ], "y": [ 5369041.862825001, 5369037.615870001, 5368932.327875, 5368879.194555 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 187", "type": "scatter", "x": [ 3416989.87706, 3416985.50385, 3416950.80848, 3416951.519765, 3416936.8934 ], "y": [ 5368254.9978950005, 5368088.635430001, 5368017.79605, 5367910.646195, 5367855.33526 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 189", "type": "scatter", "x": [ 3416691.72847, 3416676.63024, 3416869.326835, 3416889.015395 ], "y": [ 5369521.514525, 5369559.951065, 5369892.693910001, 5369897.529565 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 190", "type": "scatter", "x": [ 3416889.015395, 3416885.9621099997, 3417034.2221, 3417062.86489 ], "y": [ 5369897.529565, 5369927.3250400005, 5370110.292235, 5370149.781450001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 191", "type": "scatter", "x": [ 3417062.86489, 3417046.76693 ], "y": [ 5370149.781450001, 5370300.571885 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 192", "type": "scatter", "x": [ 3417317.379745, 3417409.2479499998, 3417516.55994, 3417568.126245 ], "y": [ 5370438.243685001, 5370408.682515, 5370389.974015, 5370203.822020001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 193", "type": "scatter", "x": [ 3408210.205095, 3408244.85202, 3408210.859365, 3408444.066435 ], "y": [ 5366929.533960001, 5367112.512095001, 5367414.9715100005, 5367639.480235 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 66
Name: Line 66
Length: 0.446 km
R: 0.072 Ohm
X: 0.052 Ohm
", "type": "scatter", "x": [ 3412037.331555, 3412033.366715, 3412339.049355 ], "y": [ 5361518.461155, 5361510.275230001, 5361239.5318 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 8
Name: Line 8
Length: 0.146 km
R: 0.023 Ohm
X: 0.017 Ohm
", "type": "scatter", "x": [ 3408045.89905, 3408024.463505, 3407984.897035 ], "y": [ 5357465.167160001, 5357494.355705, 5357597.62531 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 23
Name: Line 23
Length: 1.188 km
R: 0.191 Ohm
X: 0.139 Ohm
", "type": "scatter", "x": [ 3417796.371315, 3418184.455, 3418745.212615 ], "y": [ 5364792.013845, 5365190.33528, 5365482.46575 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 88
Name: Line 88
Length: 0.296 km
R: 0.048 Ohm
X: 0.035 Ohm
", "type": "scatter", "x": [ 3418717.898335, 3418710.79251, 3418770.10536 ], "y": [ 5362777.79097, 5362671.865585, 5362524.28598 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 188
Name: Line 188
Length: 0.386 km
R: 0.062 Ohm
X: 0.045 Ohm
", "type": "scatter", "x": [ 3417068.32117, 3416691.72847 ], "y": [ 5369426.721965, 5369521.514525 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 31
Name: Line 31
Length: 0.967 km
R: 0.156 Ohm
X: 0.113 Ohm
", "type": "scatter", "x": [ 3412523.282265, 3412756.53258 ], "y": [ 5367829.039055, 5368870.109585 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(128, 128, 128)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "text": [ "Index: 0
Name: Line 0
Length: 0.586 km
R: 0.094 Ohm
X: 0.069 Ohm
", "Index: 1
Name: Line 1
Length: 1.374 km
R: 0.221 Ohm
X: 0.161 Ohm
", "Index: 2
Name: Line 2
Length: 0.206 km
R: 0.033 Ohm
X: 0.024 Ohm
", "Index: 3
Name: Line 3
Length: 0.617 km
R: 0.099 Ohm
X: 0.072 Ohm
", "Index: 4
Name: Line 4
Length: 0.382 km
R: 0.061 Ohm
X: 0.045 Ohm
", "Index: 5
Name: Line 5
Length: 3.303 km
R: 0.532 Ohm
X: 0.386 Ohm
", "Index: 6
Name: Line 6
Length: 0.35 km
R: 0.056 Ohm
X: 0.041 Ohm
", "Index: 7
Name: Line 7
Length: 0.736 km
R: 0.118 Ohm
X: 0.086 Ohm
", "Index: 10
Name: Line 10
Length: 0.313 km
R: 0.05 Ohm
X: 0.037 Ohm
", "Index: 11
Name: Line 11
Length: 0.258 km
R: 0.042 Ohm
X: 0.03 Ohm
", "Index: 12
Name: Line 12
Length: 0.435 km
R: 0.07 Ohm
X: 0.051 Ohm
", "Index: 14
Name: Line 14
Length: 0.357 km
R: 0.058 Ohm
X: 0.042 Ohm
", "Index: 15
Name: Line 15
Length: 0.254 km
R: 0.041 Ohm
X: 0.03 Ohm
", "Index: 16
Name: Line 16
Length: 0.635 km
R: 0.102 Ohm
X: 0.074 Ohm
", "Index: 17
Name: Line 17
Length: 1.3 km
R: 0.209 Ohm
X: 0.152 Ohm
", "Index: 18
Name: Line 18
Length: 0.139 km
R: 0.022 Ohm
X: 0.016 Ohm
", "Index: 20
Name: Line 20
Length: 0.632 km
R: 0.102 Ohm
X: 0.074 Ohm
", "Index: 21
Name: Line 21
Length: 0.112 km
R: 0.018 Ohm
X: 0.013 Ohm
", "Index: 22
Name: Line 22
Length: 0.312 km
R: 0.05 Ohm
X: 0.036 Ohm
", "Index: 24
Name: Line 24
Length: 0.695 km
R: 0.112 Ohm
X: 0.081 Ohm
", "Index: 25
Name: Line 25
Length: 0.235 km
R: 0.038 Ohm
X: 0.028 Ohm
", "Index: 26
Name: Line 26
Length: 0.561 km
R: 0.09 Ohm
X: 0.066 Ohm
", "Index: 27
Name: Line 27
Length: 0.522 km
R: 0.084 Ohm
X: 0.061 Ohm
", "Index: 28
Name: Line 28
Length: 0.283 km
R: 0.034 Ohm
X: 0.032 Ohm
", "Index: 29
Name: Line 29
Length: 1.688 km
R: 0.272 Ohm
X: 0.197 Ohm
", "Index: 30
Name: Line 30
Length: 1.073 km
R: 0.173 Ohm
X: 0.125 Ohm
", "Index: 32
Name: Line 32
Length: 0.324 km
R: 0.052 Ohm
X: 0.038 Ohm
", "Index: 34
Name: Line 34
Length: 0.309 km
R: 0.05 Ohm
X: 0.036 Ohm
", "Index: 35
Name: Line 35
Length: 0.541 km
R: 0.087 Ohm
X: 0.063 Ohm
", "Index: 36
Name: Line 36
Length: 0.296 km
R: 0.036 Ohm
X: 0.033 Ohm
", "Index: 37
Name: Line 37
Length: 0.48 km
R: 0.059 Ohm
X: 0.054 Ohm
", "Index: 38
Name: Line 38
Length: 0.711 km
R: 0.084 Ohm
X: 0.228 Ohm
", "Index: 39
Name: Line 39
Length: 0.242 km
R: 0.039 Ohm
X: 0.028 Ohm
", "Index: 40
Name: Line 40
Length: 0.261 km
R: 0.042 Ohm
X: 0.031 Ohm
", "Index: 41
Name: Line 41
Length: 0.345 km
R: 0.055 Ohm
X: 0.04 Ohm
", "Index: 42
Name: Line 42
Length: 1.621 km
R: 0.261 Ohm
X: 0.19 Ohm
", "Index: 43
Name: Line 43
Length: 0.782 km
R: 0.126 Ohm
X: 0.091 Ohm
", "Index: 44
Name: Line 44
Length: 0.248 km
R: 0.04 Ohm
X: 0.029 Ohm
", "Index: 45
Name: Line 45
Length: 2.611 km
R: 0.42 Ohm
X: 0.305 Ohm
", "Index: 46
Name: Line 46
Length: 1.158 km
R: 0.186 Ohm
X: 0.136 Ohm
", "Index: 47
Name: Line 47
Length: 1.526 km
R: 0.246 Ohm
X: 0.179 Ohm
", "Index: 48
Name: Line 48
Length: 2.033 km
R: 0.327 Ohm
X: 0.238 Ohm
", "Index: 49
Name: Line 49
Length: 0.997 km
R: 0.161 Ohm
X: 0.117 Ohm
", "Index: 50
Name: Line 50
Length: 0.804 km
R: 0.129 Ohm
X: 0.094 Ohm
", "Index: 51
Name: Line 51
Length: 0.947 km
R: 0.153 Ohm
X: 0.111 Ohm
", "Index: 52
Name: Line 52
Length: 0.929 km
R: 0.11 Ohm
X: 0.297 Ohm
", "Index: 53
Name: Line 53
Length: 0.778 km
R: 0.092 Ohm
X: 0.249 Ohm
", "Index: 54
Name: Line 54
Length: 0.713 km
R: 0.087 Ohm
X: 0.08 Ohm
", "Index: 55
Name: Line 55
Length: 1.136 km
R: 0.183 Ohm
X: 0.133 Ohm
", "Index: 56
Name: Line 56
Length: 2.149 km
R: 0.346 Ohm
X: 0.251 Ohm
", "Index: 57
Name: Line 57
Length: 0.811 km
R: 0.131 Ohm
X: 0.095 Ohm
", "Index: 58
Name: Line 58
Length: 0.47 km
R: 0.076 Ohm
X: 0.055 Ohm
", "Index: 59
Name: Line 59
Length: 3.155 km
R: 0.508 Ohm
X: 0.369 Ohm
", "Index: 60
Name: Line 60
Length: 0.58 km
R: 0.093 Ohm
X: 0.068 Ohm
", "Index: 61
Name: Line 61
Length: 0.618 km
R: 0.1 Ohm
X: 0.072 Ohm
", "Index: 62
Name: Line 62
Length: 1.006 km
R: 0.12 Ohm
X: 0.322 Ohm
", "Index: 63
Name: Line 63
Length: 0.222 km
R: 0.036 Ohm
X: 0.026 Ohm
", "Index: 64
Name: Line 64
Length: 0.936 km
R: 0.151 Ohm
X: 0.11 Ohm
", "Index: 65
Name: Line 65
Length: 1.341 km
R: 0.216 Ohm
X: 0.157 Ohm
", "Index: 67
Name: Line 67
Length: 0.26 km
R: 0.042 Ohm
X: 0.03 Ohm
", "Index: 68
Name: Line 68
Length: 1.804 km
R: 0.29 Ohm
X: 0.211 Ohm
", "Index: 69
Name: Line 69
Length: 0.59 km
R: 0.095 Ohm
X: 0.069 Ohm
", "Index: 70
Name: Line 70
Length: 0.368 km
R: 0.059 Ohm
X: 0.043 Ohm
", "Index: 71
Name: Line 71
Length: 0.162 km
R: 0.026 Ohm
X: 0.019 Ohm
", "Index: 72
Name: Line 72
Length: 1.455 km
R: 0.234 Ohm
X: 0.17 Ohm
", "Index: 73
Name: Line 73
Length: 0.466 km
R: 0.075 Ohm
X: 0.054 Ohm
", "Index: 74
Name: Line 74
Length: 0.53 km
R: 0.085 Ohm
X: 0.062 Ohm
", "Index: 75
Name: Line 75
Length: 0.304 km
R: 0.049 Ohm
X: 0.036 Ohm
", "Index: 76
Name: Line 76
Length: 0.347 km
R: 0.056 Ohm
X: 0.041 Ohm
", "Index: 77
Name: Line 77
Length: 2.122 km
R: 0.342 Ohm
X: 0.248 Ohm
", "Index: 78
Name: Line 78
Length: 0.296 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 79
Name: Line 79
Length: 0.275 km
R: 0.044 Ohm
X: 0.032 Ohm
", "Index: 80
Name: Line 80
Length: 0.428 km
R: 0.069 Ohm
X: 0.05 Ohm
", "Index: 81
Name: Line 81
Length: 0.338 km
R: 0.054 Ohm
X: 0.039 Ohm
", "Index: 82
Name: Line 82
Length: 0.349 km
R: 0.056 Ohm
X: 0.041 Ohm
", "Index: 85
Name: Line 85
Length: 0.329 km
R: 0.053 Ohm
X: 0.038 Ohm
", "Index: 86
Name: Line 86
Length: 0.261 km
R: 0.042 Ohm
X: 0.031 Ohm
", "Index: 87
Name: Line 87
Length: 0.298 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 90
Name: Line 90
Length: 0.315 km
R: 0.051 Ohm
X: 0.037 Ohm
", "Index: 91
Name: Line 91
Length: 2.528 km
R: 0.407 Ohm
X: 0.296 Ohm
", "Index: 92
Name: Line 92
Length: 0.093 km
R: 0.015 Ohm
X: 0.011 Ohm
", "Index: 93
Name: Line 93
Length: 0.387 km
R: 0.062 Ohm
X: 0.045 Ohm
", "Index: 94
Name: Line 94
Length: 0.272 km
R: 0.044 Ohm
X: 0.032 Ohm
", "Index: 95
Name: Line 95
Length: 0.247 km
R: 0.04 Ohm
X: 0.029 Ohm
", "Index: 96
Name: Line 96
Length: 0.25 km
R: 0.04 Ohm
X: 0.029 Ohm
", "Index: 97
Name: Line 97
Length: 0.459 km
R: 0.074 Ohm
X: 0.054 Ohm
", "Index: 98
Name: Line 98
Length: 0.366 km
R: 0.059 Ohm
X: 0.043 Ohm
", "Index: 99
Name: Line 99
Length: 0.291 km
R: 0.047 Ohm
X: 0.034 Ohm
", "Index: 100
Name: Line 100
Length: 0.299 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 101
Name: Line 101
Length: 0.236 km
R: 0.038 Ohm
X: 0.028 Ohm
", "Index: 102
Name: Line 102
Length: 0.489 km
R: 0.079 Ohm
X: 0.057 Ohm
", "Index: 103
Name: Line 103
Length: 0.298 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 104
Name: Line 104
Length: 0.238 km
R: 0.038 Ohm
X: 0.028 Ohm
", "Index: 105
Name: Line 105
Length: 0.177 km
R: 0.029 Ohm
X: 0.021 Ohm
", "Index: 106
Name: Line 106
Length: 0.283 km
R: 0.046 Ohm
X: 0.033 Ohm
", "Index: 107
Name: Line 107
Length: 0.615 km
R: 0.099 Ohm
X: 0.072 Ohm
", "Index: 108
Name: Line 108
Length: 1.278 km
R: 0.206 Ohm
X: 0.149 Ohm
", "Index: 109
Name: Line 109
Length: 0.147 km
R: 0.024 Ohm
X: 0.017 Ohm
", "Index: 110
Name: Line 110
Length: 0.253 km
R: 0.041 Ohm
X: 0.03 Ohm
", "Index: 111
Name: Line 111
Length: 0.214 km
R: 0.034 Ohm
X: 0.025 Ohm
", "Index: 112
Name: Line 112
Length: 0.415 km
R: 0.067 Ohm
X: 0.049 Ohm
", "Index: 113
Name: Line 113
Length: 0.18 km
R: 0.029 Ohm
X: 0.021 Ohm
", "Index: 114
Name: Line 114
Length: 0.562 km
R: 0.09 Ohm
X: 0.066 Ohm
", "Index: 116
Name: Line 116
Length: 0.399 km
R: 0.064 Ohm
X: 0.047 Ohm
", "Index: 117
Name: Line 117
Length: 0.261 km
R: 0.042 Ohm
X: 0.031 Ohm
", "Index: 118
Name: Line 118
Length: 0.37 km
R: 0.06 Ohm
X: 0.043 Ohm
", "Index: 119
Name: Line 119
Length: 0.251 km
R: 0.04 Ohm
X: 0.029 Ohm
", "Index: 120
Name: Line 120
Length: 0.304 km
R: 0.049 Ohm
X: 0.036 Ohm
", "Index: 121
Name: Line 121
Length: 0.233 km
R: 0.037 Ohm
X: 0.027 Ohm
", "Index: 122
Name: Line 122
Length: 0.118 km
R: 0.019 Ohm
X: 0.014 Ohm
", "Index: 123
Name: Line 123
Length: 0.397 km
R: 0.064 Ohm
X: 0.046 Ohm
", "Index: 124
Name: Line 124
Length: 0.52 km
R: 0.084 Ohm
X: 0.061 Ohm
", "Index: 125
Name: Line 125
Length: 1.526 km
R: 0.246 Ohm
X: 0.179 Ohm
", "Index: 126
Name: Line 126
Length: 0.254 km
R: 0.041 Ohm
X: 0.03 Ohm
", "Index: 127
Name: Line 127
Length: 1.601 km
R: 0.19 Ohm
X: 0.512 Ohm
", "Index: 128
Name: Line 128
Length: 0.473 km
R: 0.076 Ohm
X: 0.055 Ohm
", "Index: 129
Name: Line 129
Length: 0.298 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 130
Name: Line 130
Length: 0.295 km
R: 0.047 Ohm
X: 0.034 Ohm
", "Index: 131
Name: Line 131
Length: 0.417 km
R: 0.067 Ohm
X: 0.049 Ohm
", "Index: 132
Name: Line 132
Length: 0.323 km
R: 0.052 Ohm
X: 0.038 Ohm
", "Index: 133
Name: Line 133
Length: 0.296 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 134
Name: Line 134
Length: 0.282 km
R: 0.045 Ohm
X: 0.033 Ohm
", "Index: 135
Name: Line 135
Length: 0.396 km
R: 0.064 Ohm
X: 0.046 Ohm
", "Index: 136
Name: Line 136
Length: 0.371 km
R: 0.06 Ohm
X: 0.043 Ohm
", "Index: 137
Name: Line 137
Length: 0.274 km
R: 0.044 Ohm
X: 0.032 Ohm
", "Index: 138
Name: Line 138
Length: 0.329 km
R: 0.053 Ohm
X: 0.038 Ohm
", "Index: 139
Name: Line 139
Length: 0.499 km
R: 0.08 Ohm
X: 0.058 Ohm
", "Index: 140
Name: Line 140
Length: 0.316 km
R: 0.051 Ohm
X: 0.037 Ohm
", "Index: 141
Name: Line 141
Length: 0.388 km
R: 0.062 Ohm
X: 0.045 Ohm
", "Index: 142
Name: Line 142
Length: 0.07 km
R: 0.011 Ohm
X: 0.008 Ohm
", "Index: 143
Name: Line 143
Length: 0.286 km
R: 0.046 Ohm
X: 0.033 Ohm
", "Index: 144
Name: Line 144
Length: 1.517 km
R: 0.244 Ohm
X: 0.178 Ohm
", "Index: 145
Name: Line 145
Length: 0.719 km
R: 0.116 Ohm
X: 0.084 Ohm
", "Index: 146
Name: Line 146
Length: 0.22 km
R: 0.035 Ohm
X: 0.026 Ohm
", "Index: 147
Name: Line 147
Length: 0.21 km
R: 0.034 Ohm
X: 0.025 Ohm
", "Index: 148
Name: Line 148
Length: 0.239 km
R: 0.039 Ohm
X: 0.028 Ohm
", "Index: 149
Name: Line 149
Length: 0.345 km
R: 0.055 Ohm
X: 0.04 Ohm
", "Index: 150
Name: Line 150
Length: 0.327 km
R: 0.053 Ohm
X: 0.038 Ohm
", "Index: 151
Name: Line 151
Length: 0.553 km
R: 0.068 Ohm
X: 0.062 Ohm
", "Index: 152
Name: Line 152
Length: 0.146 km
R: 0.024 Ohm
X: 0.017 Ohm
", "Index: 153
Name: Line 153
Length: 0.482 km
R: 0.078 Ohm
X: 0.056 Ohm
", "Index: 154
Name: Line 154
Length: 0.443 km
R: 0.071 Ohm
X: 0.052 Ohm
", "Index: 156
Name: Line 156
Length: 0.284 km
R: 0.046 Ohm
X: 0.033 Ohm
", "Index: 157
Name: Line 157
Length: 1.082 km
R: 0.128 Ohm
X: 0.346 Ohm
", "Index: 158
Name: Line 158
Length: 0.689 km
R: 0.082 Ohm
X: 0.221 Ohm
", "Index: 161
Name: Line 161
Length: 0.468 km
R: 0.057 Ohm
X: 0.052 Ohm
", "Index: 162
Name: Line 162
Length: 2.595 km
R: 0.308 Ohm
X: 0.83 Ohm
", "Index: 163
Name: Line 163
Length: 0.306 km
R: 0.049 Ohm
X: 0.036 Ohm
", "Index: 164
Name: Line 164
Length: 0.566 km
R: 0.091 Ohm
X: 0.066 Ohm
", "Index: 165
Name: Line 165
Length: 0.365 km
R: 0.043 Ohm
X: 0.117 Ohm
", "Index: 167
Name: Line 167
Length: 0.464 km
R: 0.075 Ohm
X: 0.054 Ohm
", "Index: 168
Name: Line 168
Length: 0.42 km
R: 0.068 Ohm
X: 0.049 Ohm
", "Index: 169
Name: Line 169
Length: 0.272 km
R: 0.044 Ohm
X: 0.032 Ohm
", "Index: 170
Name: Line 170
Length: 0.285 km
R: 0.046 Ohm
X: 0.033 Ohm
", "Index: 171
Name: Line 171
Length: 0.77 km
R: 0.124 Ohm
X: 0.09 Ohm
", "Index: 172
Name: Line 172
Length: 0.264 km
R: 0.032 Ohm
X: 0.03 Ohm
", "Index: 173
Name: Line 173
Length: 0.197 km
R: 0.024 Ohm
X: 0.022 Ohm
", "Index: 174
Name: Line 174
Length: 0.28 km
R: 0.045 Ohm
X: 0.033 Ohm
", "Index: 175
Name: Line 175
Length: 0.398 km
R: 0.049 Ohm
X: 0.045 Ohm
", "Index: 177
Name: Line 177
Length: 0.293 km
R: 0.047 Ohm
X: 0.034 Ohm
", "Index: 178
Name: Line 178
Length: 0.449 km
R: 0.072 Ohm
X: 0.052 Ohm
", "Index: 179
Name: Line 179
Length: 0.551 km
R: 0.089 Ohm
X: 0.064 Ohm
", "Index: 180
Name: Line 180
Length: 1.42 km
R: 0.229 Ohm
X: 0.166 Ohm
", "Index: 181
Name: Line 181
Length: 0.54 km
R: 0.087 Ohm
X: 0.063 Ohm
", "Index: 182
Name: Line 182
Length: 0.355 km
R: 0.043 Ohm
X: 0.04 Ohm
", "Index: 183
Name: Line 183
Length: 0.338 km
R: 0.041 Ohm
X: 0.038 Ohm
", "Index: 184
Name: Line 184
Length: 0.44 km
R: 0.071 Ohm
X: 0.051 Ohm
", "Index: 185
Name: Line 185
Length: 1.095 km
R: 0.176 Ohm
X: 0.128 Ohm
", "Index: 186
Name: Line 186
Length: 0.346 km
R: 0.056 Ohm
X: 0.041 Ohm
", "Index: 187
Name: Line 187
Length: 0.41 km
R: 0.066 Ohm
X: 0.048 Ohm
", "Index: 189
Name: Line 189
Length: 0.446 km
R: 0.072 Ohm
X: 0.052 Ohm
", "Index: 190
Name: Line 190
Length: 0.314 km
R: 0.051 Ohm
X: 0.037 Ohm
", "Index: 191
Name: Line 191
Length: 0.152 km
R: 0.024 Ohm
X: 0.018 Ohm
", "Index: 192
Name: Line 192
Length: 0.397 km
R: 0.064 Ohm
X: 0.046 Ohm
", "Index: 193
Name: Line 193
Length: 1.006 km
R: 0.12 Ohm
X: 0.322 Ohm
", "Index: 66
Name: Line 66
Length: 0.446 km
R: 0.072 Ohm
X: 0.052 Ohm
", "Index: 8
Name: Line 8
Length: 0.146 km
R: 0.023 Ohm
X: 0.017 Ohm
", "Index: 23
Name: Line 23
Length: 1.188 km
R: 0.191 Ohm
X: 0.139 Ohm
", "Index: 88
Name: Line 88
Length: 0.296 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 188
Name: Line 188
Length: 0.386 km
R: 0.062 Ohm
X: 0.045 Ohm
", "Index: 31
Name: Line 31
Length: 0.967 km
R: 0.156 Ohm
X: 0.113 Ohm
" ], "type": "scatter", "x": [ 3418295.8214499997, 3417376.6849950003, 3418253.788215, 3418300.477225, 3418548.168025, 3410934.9569125, 3409892.50809, 3409546.5547249997, 3408162.449325, 3407974.3986325003, 3407758.276675, 3407972.68108, 3412335.048935, 3412244.6991924997, 3408822.1379025, 3409043.2255349997, 3414135.644365, 3413884.536345, 3417807.2701225, 3417447.6201250004, 3418820.8026675, 3418639.6644975, 3412131.5851625, 3412152.4662975, 3412945.261205, 3412059.6967625003, 3412615.856815, 3411365.371095, 3411622.2848825, 3411742.341145, 3411642.764525, 3408862.9441174995, 3409099.2207474997, 3408884.7174525, 3412174.6292775, 3407801.4246974997, 3407949.82266, 3407641.8599699996, 3416140.7611525, 3409981.8434075, 3411015.71814, 3415166.0372775, 3416481.349825, 3411803.88305, 3414232.7912975, 3410768.2079425, 3409917.657075, 3411369.2402649997, 3408608.1511375, 3413734.78541, 3412433.3300075, 3413973.38707, 3414655.7789175, 3413592.3608775, 3413044.5971224997, 3408991.3580024997, 3410311.6465149997, 3410811.4970875, 3410773.562855, 3412028.4647500003, 3419862.7587249996, 3421232.7239650004, 3418985.9968275, 3418938.53399, 3418535.9106975, 3418936.2395775, 3419165.2134325, 3418883.3840699997, 3407875.107705, 3408127.9865025003, 3419798.258505, 3419681.2190300003, 3419489.29399, 3419692.54524, 3419364.6479925, 3417702.0024475, 3417759.4930475, 3418743.2652125, 3418440.7030924996, 3420078.1228475, 3418313.755015, 3418041.9023275003, 3418750.4702125, 3421246.0522074997, 3421371.1673025, 3421340.8402474998, 3407733.894305, 3407921.0681074997, 3419124.5818074998, 3418877.524055, 3419184.97763, 3419218.6526175, 3409379.8413349995, 3409476.1254525, 3409360.4599125003, 3409225.669545, 3408615.3319325, 3409451.5867675003, 3407751.9673800003, 3407863.3141900003, 3407748.26208, 3407794.7420675, 3407315.1853225, 3408288.3769175, 3408528.2194175, 3408481.4007275, 3407415.4143525, 3407947.7951625, 3407848.1760475, 3407377.3204475, 3407645.2147899996, 3407454.4430649998, 3407904.0612749998, 3407184.1173175, 3408464.9655725, 3408810.567375, 3409593.385465, 3408683.70955, 3408495.94682, 3408869.0672025, 3409590.9366175, 3409418.0534774996, 3408584.9013175, 3409346.9268425, 3409451.294465, 3409472.4636474997, 3413687.6583425, 3413908.73962, 3412220.6540674996, 3412240.421425, 3412205.500935, 3412926.616395, 3412755.211015, 3412455.332355, 3412555.66475, 3412431.9575025, 3412814.195095, 3413006.3293399997, 3411762.1889124997, 3412018.140735, 3412437.633145, 3412540.5132825, 3412508.2871875, 3418850.8049574997, 3418121.6245125, 3417658.7986175, 3418695.9678525003, 3411985.302605, 3412583.17154, 3419501.9599524997, 3411475.57436, 3411241.545245, 3410997.2436149996, 3417010.2385075, 3416967.0790775, 3417512.75764, 3417492.0881850002, 3417360.2182875, 3417564.2920525, 3416986.072485, 3417078.9481275, 3417390.3208250003, 3417319.850755, 3417432.2334925, 3417072.2538799997, 3417307.2608175, 3417391.856505, 3417301.3886049995, 3417744.1515275, 3416968.156165, 3416772.9785375, 3416960.092105, 3417054.81591, 3417462.903945, 3408227.8556925002, 3412186.2080349997, 3408004.68027, 3418464.8338075, 3418740.448935, 3416880.02482, 3412639.9074224997 ], "y": [ 5363949.0681675, 5363694.871030001, 5363560.254825001, 5363141.205530001, 5362811.9427350005, 5360989.1642325, 5359506.3892975, 5359438.53591, 5357568.873287501, 5357454.058035001, 5361571.6116700005, 5361775.2973325, 5361879.626970001, 5361702.8110525, 5363494.073182501, 5364144.154480001, 5363437.5343375, 5363196.1877500005, 5364570.463865001, 5364806.1712650005, 5364667.9731625, 5364767.5497525, 5366744.34877, 5366621.6540825, 5369549.053577499, 5370114.9084375, 5368925.9209125005, 5370689.8140675, 5370508.66339, 5367328.615532501, 5366949.443372501, 5365019.659262501, 5364701.3772275, 5364808.90979, 5367075.652162501, 5356421.7507875, 5355556.328132501, 5355553.662205, 5365120.91828, 5363898.6946375, 5363161.169175001, 5363532.275185, 5363897.2955775, 5362520.4498425, 5363300.72552, 5367271.648882501, 5367302.078020001, 5367411.178745001, 5362611.45362, 5365980.226365, 5367434.115175, 5370750.6369475, 5370027.6374075, 5370530.9838725, 5370491.1192525, 5367517.969675001, 5369766.6088975, 5370008.24061, 5370047.2660825, 5361679.7602025, 5362912.003027501, 5362588.876025001, 5365793.769397501, 5365953.933770001, 5366247.869905001, 5365272.84333, 5365643.2788925, 5365551.580952501, 5357816.076892501, 5358881.906900001, 5365621.6407575, 5365653.8028675, 5365924.0331075005, 5365461.3429575, 5365796.45858, 5364260.32502, 5364466.161587501, 5363019.4857325, 5364286.3726725, 5364802.29265, 5364584.564212501, 5364485.48304, 5364504.48675, 5363144.604025001, 5363043.3955925, 5362750.6853600005, 5355361.5408075005, 5356984.258445, 5362699.01706, 5362435.583280001, 5362331.89372, 5362559.0076175, 5358799.0367775, 5358949.7359025, 5358589.368177501, 5358432.508485001, 5358196.1373225, 5359079.2631575, 5357087.0178225, 5357291.746065, 5357475.660235001, 5357165.852565, 5357599.1750475, 5361734.54465, 5361710.874205001, 5361824.708275, 5361842.097755, 5361946.650640001, 5361157.473095, 5361689.5713, 5361245.9237275, 5361524.3347075, 5360100.370592501, 5361785.765562501, 5366170.204565001, 5365632.453455001, 5364334.289802501, 5364517.445, 5364611.002827501, 5364245.91958, 5364611.0491775, 5363971.99834, 5364774.1674475, 5364659.5833825, 5364244.13933, 5364472.9273850005, 5363030.24368, 5362989.174145, 5367118.138995, 5361952.902437501, 5362101.968080001, 5362253.407595, 5361558.089232501, 5361223.680000001, 5368969.75065, 5368876.182515001, 5368984.378225001, 5369081.9302375, 5366550.2075849995, 5366411.942645, 5366926.8759425, 5366683.037210001, 5366370.309392501, 5368973.908500001, 5369215.930372501, 5369312.247287501, 5369469.098467501, 5370486.904382501, 5370460.4774525, 5369351.38893, 5370152.9900050005, 5370644.517650001, 5370492.6529825, 5370412.19217, 5370873.980625, 5369976.2789549995, 5370101.94495, 5370088.898295, 5369760.5306400005, 5371258.986620001, 5371022.3065875005, 5370663.7818675, 5367419.4778, 5369062.01045, 5369293.2985775005, 5369351.27146, 5369575.3240325, 5368409.8409475, 5368984.971872501, 5368053.215740001, 5369726.3224875005, 5370018.8086375, 5370225.1766675, 5370399.328265, 5367263.741802501, 5361374.903515, 5357545.9905075, 5365336.400515, 5362598.0757825, 5369474.118245, 5368349.57432 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(255, 255, 0)", "size": 20, "symbol": "square" }, "mode": "markers", "name": "external_grid", "text": [ "Index: 0
Name: External Grid 0
V_m: 1.0 p.u.
V_a: 0.0 °
", "Index: 1
Name: External Grid 1
V_m: 1.0 p.u.
V_a: 0.0 °
" ], "type": "scatter", "x": [ 3419748.613735, 3408444.066435 ], "y": [ 5369365.755840001, 5367639.480235 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(0, 0, 255)", "size": 10, "symbol": "circle" }, "mode": "markers", "name": "buses", "text": [ "Index: 0
Name: Bus 0
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.122 MW
", "Index: 1
Name: Bus 1
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.092 MW
", "Index: 2
Name: Bus 2
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 3
Name: Bus 3
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 4
Name: Bus 4
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.092 MW
", "Index: 5
Name: Bus 5
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 6
Name: Bus 6
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 7
Name: Bus 7
V_n: 20.0 kV
", "Index: 8
Name: Bus 8
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.137 MW
", "Index: 29
Name: Bus 9
V_n: 20.0 kV
Static generation: 0.400 MW
", "Index: 30
Name: Bus 10
V_n: 20.0 kV
", "Index: 31
Name: Bus 11
V_n: 20.0 kV
Static generation: 0.800 MW
", "Index: 32
Name: Bus 12
V_n: 20.0 kV
Static generation: 0.200 MW
", "Index: 33
Name: Bus 13
V_n: 20.0 kV
Static generation: 0.856 MW
", "Index: 34
Name: Bus 14
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 35
Name: Bus 15
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.155 MW
", "Index: 36
Name: Bus 16
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 37
Name: Bus 17
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 38
Name: Bus 18
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.049 MW
", "Index: 39
Name: Bus 19
V_n: 20.0 kV
", "Index: 40
Name: Bus 20
V_n: 20.0 kV
Static generation: 0.160 MW
", "Index: 41
Name: Bus 21
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.140 MW
", "Index: 42
Name: Bus 22
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 43
Name: Bus 23
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 44
Name: Bus 24
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.295 MW
", "Index: 45
Name: Bus 25
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.093 MW
", "Index: 46
Name: Bus 26
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 47
Name: Bus 27
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.140 MW
", "Index: 48
Name: Bus 28
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 49
Name: Bus 29
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.093 MW
", "Index: 50
Name: Bus 30
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 51
Name: Bus 31
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 52
Name: Bus 32
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 53
Name: Bus 33
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 54
Name: Bus 34
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.137 MW
", "Index: 55
Name: Bus 35
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 56
Name: Bus 36
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.295 MW
", "Index: 57
Name: Bus 37
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 58
Name: Bus 38
V_n: 110.0 kV
", "Index: 64
Name: Bus 39
V_n: 20.0 kV
", "Index: 65
Name: Bus 40
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.295 MW
", "Index: 71
Name: Bus 41
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.155 MW
", "Index: 72
Name: Bus 42
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 73
Name: Bus 43
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 74
Name: Bus 44
V_n: 20.0 kV
", "Index: 75
Name: Bus 45
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 76
Name: Bus 46
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 77
Name: Bus 47
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.155 MW
", "Index: 78
Name: Bus 48
V_n: 20.0 kV
", "Index: 79
Name: Bus 49
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 80
Name: Bus 50
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 81
Name: Bus 51
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 82
Name: Bus 52
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 83
Name: Bus 53
V_n: 20.0 kV
Static generation: 0.315 MW
", "Index: 84
Name: Bus 54
V_n: 20.0 kV
Static generation: 0.500 MW
", "Index: 85
Name: Bus 55
V_n: 20.0 kV
Static generation: 0.300 MW
", "Index: 86
Name: Bus 56
V_n: 20.0 kV
", "Index: 94
Name: Bus 57
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 95
Name: Bus 58
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 98
Name: Bus 59
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 100
Name: Bus 60
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 101
Name: Bus 61
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 102
Name: Bus 62
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.118 MW
", "Index: 103
Name: Bus 63
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 104
Name: Bus 64
V_n: 20.0 kV
", "Index: 106
Name: Bus 65
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.295 MW
", "Index: 107
Name: Bus 66
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.049 MW
", "Index: 108
Name: Bus 67
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 109
Name: Bus 68
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.049 MW
", "Index: 110
Name: Bus 69
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 111
Name: Bus 70
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 116
Name: Bus 71
V_n: 20.0 kV
", "Index: 117
Name: Bus 72
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.140 MW
", "Index: 118
Name: Bus 73
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 119
Name: Bus 74
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 120
Name: Bus 75
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.093 MW
", "Index: 126
Name: Bus 76
V_n: 20.0 kV
", "Index: 129
Name: Bus 77
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.095 MW
", "Index: 131
Name: Bus 78
V_n: 20.0 kV
", "Index: 132
Name: Bus 79
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 133
Name: Bus 80
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 134
Name: Bus 81
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 136
Name: Bus 82
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 137
Name: Bus 83
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 138
Name: Bus 84
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 140
Name: Bus 85
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.122 MW
", "Index: 141
Name: Bus 86
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 142
Name: Bus 87
V_n: 20.0 kV
", "Index: 143
Name: Bus 88
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.155 MW
", "Index: 144
Name: Bus 89
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 145
Name: Bus 90
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 146
Name: Bus 91
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 147
Name: Bus 92
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.137 MW
", "Index: 148
Name: Bus 93
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.093 MW
", "Index: 149
Name: Bus 94
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 150
Name: Bus 95
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.093 MW
", "Index: 153
Name: Bus 96
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 155
Name: Bus 97
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 157
Name: Bus 98
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 159
Name: Bus 99
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 161
Name: Bus 100
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 162
Name: Bus 101
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 167
Name: Bus 102
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.109 MW
", "Index: 168
Name: Bus 103
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.109 MW
", "Index: 169
Name: Bus 104
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.109 MW
", "Index: 170
Name: Bus 105
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 171
Name: Bus 106
V_n: 20.0 kV
", "Index: 172
Name: Bus 107
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.214 MW
", "Index: 173
Name: Bus 108
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 174
Name: Bus 109
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.118 MW
", "Index: 176
Name: Bus 110
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 178
Name: Bus 111
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 181
Name: Bus 112
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 184
Name: Bus 113
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 186
Name: Bus 114
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 188
Name: Bus 115
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 189
Name: Bus 116
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 190
Name: Bus 117
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 192
Name: Bus 118
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 194
Name: Bus 119
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.039 MW
", "Index: 195
Name: Bus 120
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.039 MW
", "Index: 196
Name: Bus 121
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 197
Name: Bus 122
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 198
Name: Bus 123
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 199
Name: Bus 124
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 200
Name: Bus 125
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 201
Name: Bus 126
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 205
Name: Bus 127
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.118 MW
", "Index: 207
Name: Bus 128
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.118 MW
", "Index: 210
Name: Bus 129
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 213
Name: Bus 130
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 215
Name: Bus 131
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 216
Name: Bus 132
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 219
Name: Bus 133
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.100 MW
", "Index: 221
Name: Bus 134
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.060 MW
", "Index: 223
Name: Bus 135
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.150 MW
", "Index: 224
Name: Bus 136
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.150 MW
", "Index: 227
Name: Bus 137
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.100 MW
", "Index: 229
Name: Bus 138
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.060 MW
", "Index: 231
Name: Bus 139
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.060 MW
", "Index: 235
Name: Bus 140
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 236
Name: Bus 141
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.160 MW
", "Index: 237
Name: Bus 142
V_n: 20.0 kV
Static generation: 0.150 MW
", "Index: 238
Name: Bus 143
V_n: 20.0 kV
", "Index: 239
Name: Bus 144
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.090 MW
", "Index: 240
Name: Bus 145
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.122 MW
", "Index: 241
Name: Bus 146
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 242
Name: Bus 147
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.122 MW
", "Index: 243
Name: Bus 148
V_n: 20.0 kV
", "Index: 244
Name: Bus 149
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.137 MW
", "Index: 245
Name: Bus 150
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.198 MW
", "Index: 246
Name: Bus 151
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 247
Name: Bus 152
V_n: 20.0 kV
", "Index: 248
Name: Bus 153
V_n: 20.0 kV
Static generation: 0.295 MW
", "Index: 253
Name: Bus 154
V_n: 20.0 kV
Static generation: 0.355 MW
", "Index: 269
Name: Bus 155
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 271
Name: Bus 156
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.109 MW
", "Index: 273
Name: Bus 157
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.095 MW
", "Index: 275
Name: Bus 158
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 281
Name: Bus 159
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 285
Name: Bus 160
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 286
Name: Bus 161
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.054 MW
", "Index: 287
Name: Bus 162
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 288
Name: Bus 163
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 289
Name: Bus 164
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 290
Name: Bus 165
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.198 MW
", "Index: 298
Name: Bus 166
V_n: 20.0 kV
Static generation: 0.300 MW
", "Index: 301
Name: Bus 167
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.054 MW
", "Index: 303
Name: Bus 168
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 304
Name: Bus 169
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 305
Name: Bus 170
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 312
Name: Bus 171
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 313
Name: Bus 172
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 314
Name: Bus 173
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 315
Name: Bus 174
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 316
Name: Bus 175
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 317
Name: Bus 176
V_n: 20.0 kV
", "Index: 318
Name: Bus 177
V_n: 110.0 kV
", "Index: 319
Name: Bus 178
V_n: 20.0 kV
" ], "type": "scatter", "x": [ 3408665.349175, 3409669.096215, 3409701.5281849997, 3409395.5326549998, 3408730.1735, 3408849.00141, 3408210.205095, 3408719.72605, 3408975.913755, 3410296.66458, 3411216.526165, 3412523.282265, 3413353.181945, 3414619.659505, 3413854.89557, 3417068.32117, 3412335.82098, 3416989.87706, 3420936.666405, 3419748.613735, 3417044.332345, 3416936.8934, 3411249.917565, 3417839.113615, 3411303.625725, 3416691.72847, 3412736.0123, 3416889.015395, 3410287.52413, 3417062.86489, 3410365.877105, 3411701.231155, 3417046.76693, 3412171.07318, 3412037.331555, 3417317.379745, 3411094.5293799997, 3411891.829765, 3419748.613735, 3412644.303915, 3412494.665505, 3418411.783625, 3411785.34044, 3417849.758145, 3411973.54194, 3411622.542935, 3413992.76188, 3417091.49669, 3417392.81507, 3412984.086275, 3417643.32197, 3417614.157325, 3413126.367695, 3417773.4362149998, 3410821.62822, 3407983.78155, 3419397.84279, 3419357.7620449997, 3419277.01657, 3419979.565655, 3419616.951355, 3412068.438205, 3419697.711465, 3412575.0779, 3412613.5358949997, 3412542.38331, 3419678.205055, 3412183.33188, 3418359.45578, 3412343.37775, 3414019.75533, 3413865.67305, 3417498.904005, 3417262.3221, 3417296.995665, 3417568.126245, 3409538.64957, 3407984.897035, 3412268.81795, 3418745.212615, 3412143.304465, 3419021.5555249997, 3414311.22654, 3419221.18234, 3413481.2855599998, 3412220.238145, 3412851.145155, 3418890.004785, 3417019.61853, 3412082.45804, 3417250.970735, 3416952.52644, 3412339.049355, 3417439.513935, 3412453.990615, 3417043.53881, 3408131.461275, 3407976.02058, 3407642.913365, 3408223.972925, 3421413.450085, 3421459.12736, 3408045.89905, 3407935.6436, 3409798.60001, 3413898.4617749997, 3409096.600125, 3412438.404275, 3421058.997755, 3421313.47574, 3409369.512385, 3408951.664265, 3407627.22878, 3407706.186985, 3407068.74552, 3407771.006305, 3412509.49375, 3412756.53258, 3411352.7399999998, 3418844.726965, 3417796.371315, 3412259.1209299997, 3408278.9995999997, 3407878.25476, 3407845.09925, 3407845.30055, 3418636.99365, 3418229.471735, 3418380.179585, 3417786.66388, 3418743.61835, 3417611.24743, 3417854.33292, 3418753.533525, 3418265.46984, 3418770.10536, 3419250.55144, 3418943.6674349997, 3419057.457715, 3419234.664765, 3418987.826405, 3418717.898335, 3414374.640155, 3418242.10659, 3418335.48461, 3408772.0309, 3408416.22914, 3409133.776065, 3409465.918195, 3409402.47713, 3409404.38822, 3407887.282875, 3415957.4344, 3411641.501945, 3408547.67568, 3412089.223465, 3407772.74985, 3407427.18329, 3410109.835535, 3407580.5643599997, 3409328.087865, 3409493.301295, 3409357.96508, 3409426.878715, 3411731.63789, 3408983.211045, 3410393.1329, 3408402.1696, 3408567.84631, 3408347.63624, 3407938.434695, 3407327.457605, 3407070.63602, 3408075.000255, 3407490.786255, 3407626.841255, 3417098.868935, 3408444.066435, 3408444.066435 ], "y": [ 5364414.94864, 5364282.613545001, 5364523.170815, 5363867.96846, 5364581.697500001, 5365837.96881, 5366929.533960001, 5365410.875170001, 5364211.5701750005, 5367207.696925, 5367341.3704200005, 5367829.039055, 5370522.3722, 5365662.20595, 5370532.17406, 5369426.721965, 5368857.966840001, 5368254.9978950005, 5362804.52194, 5369365.755840001, 5363686.7694500005, 5367855.33526, 5370149.9372000005, 5368879.194555, 5370800.261425001, 5369521.514525, 5370459.866305, 5369897.529565, 5369692.02639, 5370149.781450001, 5369898.0554, 5370156.0428100005, 5370300.571885, 5370502.51661, 5361518.461155, 5370438.243685001, 5370489.677610001, 5370473.070780001, 5369365.755840001, 5369017.6826450005, 5368924.077845001, 5369014.851915, 5367394.89804, 5369289.93087, 5366489.345235, 5366769.909935, 5370905.836490001, 5369163.8307300005, 5369328.91016, 5368951.073805001, 5369572.441095, 5369041.862825001, 5369150.284555, 5366754.669095, 5370490.62743, 5359666.521380001, 5369283.55578, 5365951.351740001, 5365730.16249, 5365699.86742, 5365543.414095, 5366340.79855, 5365915.13698, 5366790.77472, 5366446.5986, 5366267.2019650005, 5365307.31304, 5367288.615625001, 5364276.74375, 5367039.191295001, 5363006.85271, 5363143.39408, 5369889.409085, 5369983.370025001, 5369670.800840001, 5370203.822020001, 5367396.459115, 5357597.62531, 5361965.8234250005, 5365482.46575, 5362222.8465100005, 5365620.6961550005, 5363573.696045, 5365385.339415001, 5362851.352340001, 5361942.450270001, 5361808.458255, 5365889.114250001, 5371396.63716, 5361762.5657, 5370854.007660001, 5371121.336080001, 5361239.5318, 5370076.235715, 5361394.883040001, 5370568.944580001, 5357026.600335, 5355254.867855, 5355408.41098, 5355362.004125, 5362571.397205001, 5362910.782760001, 5357465.167160001, 5361604.281020001, 5359531.258485001, 5363247.510285, 5364094.958985001, 5361795.338565, 5363197.1299600005, 5363113.38267, 5358366.672750001, 5358719.695230001, 5357634.122470001, 5357185.01204, 5357563.082055001, 5357944.49746, 5370211.403535, 5368870.109585, 5370544.256, 5364736.559470001, 5364792.013845, 5366668.92399, 5357672.579415, 5357165.621435001, 5357375.47743, 5356981.466445001, 5364405.856085001, 5364496.242115, 5364636.724845001, 5364197.382300001, 5364579.237955, 5364442.002145001, 5364474.723965, 5363104.6379350005, 5363455.22988, 5362524.28598, 5362788.69955, 5362367.0363300005, 5362622.245215001, 5362484.08542, 5366019.591035, 5362777.79097, 5362902.157225001, 5363665.279770001, 5362827.18118, 5364750.662205, 5364704.938425001, 5364636.208415001, 5364631.06477, 5364375.353395, 5364135.048685, 5361864.4739850005, 5364162.393145001, 5362715.89218, 5362893.18738, 5367029.39345, 5361211.91952, 5361721.47309, 5359383.313385, 5361398.412885, 5358673.150195001, 5359029.028630001, 5359237.7134650005, 5358887.852505, 5367155.67967, 5364768.844140001, 5363605.245315, 5361672.63748, 5361784.734655, 5361962.0757, 5361129.737385, 5361657.66951, 5361833.994235001, 5361897.82828, 5361940.785785001, 5355652.590995001, 5364820.328685001, 5367639.480235, 5367639.480235 ] } ], "layout": { "autosize": true, "height": 700, "hovermode": "closest", "margin": { "b": 5, "l": 5, "r": 5, "t": 5 }, "showlegend": true, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "font": { "size": 16 } }, "width": 624.049761687503, "xaxis": { "showgrid": false, "showticklabels": false, "zeroline": false }, "yaxis": { "showgrid": false, "showticklabels": false, "zeroline": false } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "simple_plotly(net);" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Voltage levels\n", "Plots a network colored and layered according to voltage levels." ] }, { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [ { "data": { "text/html": [ " \n", " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "linkText": "Export to plot.ly", "plotlyServerURL": "https://plot.ly", "showLink": false }, "data": [ { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 0", "type": "scatter", "x": [ 3418242.10659, 3418349.53631, 3418359.45578 ], "y": [ 5363665.279770001, 5364232.8565650005, 5364276.74375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 1", "type": "scatter", "x": [ 3418242.10659, 3418092.75894, 3417709.037645, 3417044.332345 ], "y": [ 5363665.279770001, 5363670.35976, 5363702.9726100005, 5363686.7694500005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 2", "type": "scatter", "x": [ 3418242.10659, 3418265.46984 ], "y": [ 5363665.279770001, 5363455.22988 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 3", "type": "scatter", "x": [ 3418265.46984, 3418335.48461 ], "y": [ 5363455.22988, 5362827.18118 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 4", "type": "scatter", "x": [ 3418335.48461, 3418405.3451199997, 3418690.99093, 3418717.898335 ], "y": [ 5362827.18118, 5362816.868740001, 5362807.01673, 5362777.79097 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 5", "type": "scatter", "x": [ 3409798.60001, 3409861.40567, 3410252.44079, 3411617.473035, 3412037.331555 ], "y": [ 5359531.258485001, 5359576.852505, 5360144.3587650005, 5361833.9697, 5361518.461155 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 6", "type": "scatter", "x": [ 3409798.60001, 3409986.41617, 3410109.835535 ], "y": [ 5359531.258485001, 5359481.52011, 5359383.313385 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 7", "type": "scatter", "x": [ 3409798.60001, 3409820.267835, 3409746.536065, 3409617.09921, 3409476.0102399997, 3409364.552905, 3409357.96508 ], "y": [ 5359531.258485001, 5359512.96507, 5359356.907045, 5359426.662735, 5359450.409085, 5359275.954360001, 5359237.7134650005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 10", "type": "scatter", "x": [ 3408278.9995999997, 3408045.89905 ], "y": [ 5357672.579415, 5357465.167160001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 11", "type": "scatter", "x": [ 3407845.09925, 3407899.4762049997, 3407902.898215, 3408045.89905 ], "y": [ 5357375.47743, 5357384.20975, 5357442.948910001, 5357465.167160001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 12", "type": "scatter", "x": [ 3407935.6436, 3407857.117245, 3407659.436105, 3407427.18329 ], "y": [ 5361604.281020001, 5361562.287195001, 5361580.936145, 5361721.47309 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 14", "type": "scatter", "x": [ 3407935.6436, 3407927.176495, 3407977.706905, 3407953.987195, 3407991.374965, 3407887.282875 ], "y": [ 5361604.281020001, 5361630.61316, 5361707.29951, 5361738.57424, 5361812.020425, 5361864.4739850005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 15", "type": "scatter", "x": [ 3412438.404275, 3412401.27992, 3412268.81795 ], "y": [ 5361795.338565, 5361793.430515001, 5361965.8234250005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 16", "type": "scatter", "x": [ 3412082.45804, 3412198.993665, 3412234.59856, 3412254.799825, 3412447.76993, 3412438.404275 ], "y": [ 5361762.5657, 5361838.10008, 5361776.689135, 5361628.93297, 5361743.6948150005, 5361795.338565 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 17", "type": "scatter", "x": [ 3408547.67568, 3409096.600125 ], "y": [ 5362893.18738, 5364094.958985001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 18", "type": "scatter", "x": [ 3409096.600125, 3408989.850945, 3408975.913755 ], "y": [ 5364094.958985001, 5364193.349975, 5364211.5701750005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 20", "type": "scatter", "x": [ 3413898.4617749997, 3413897.4965749998, 3413992.95028, 3414278.33845, 3414311.22654 ], "y": [ 5363247.510285, 5363246.57577, 5363318.296595001, 5363556.7720800005, 5363573.696045 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 21", "type": "scatter", "x": [ 3413898.4617749997, 3413870.610915, 3413865.67305 ], "y": [ 5363247.510285, 5363144.865215001, 5363143.39408 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 22", "type": "scatter", "x": [ 3417854.33292, 3417760.207325, 3417796.371315 ], "y": [ 5364474.723965, 5364666.203765, 5364792.013845 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 24", "type": "scatter", "x": [ 3417796.371315, 3417098.868935 ], "y": [ 5364792.013845, 5364820.328685001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 25", "type": "scatter", "x": [ 3418743.61835, 3418796.87837, 3418844.726965 ], "y": [ 5364579.237955, 5364599.386855001, 5364736.559470001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 26", "type": "scatter", "x": [ 3418380.179585, 3418470.476255, 3418493.89969, 3418785.4293049998, 3418844.726965 ], "y": [ 5364636.724845001, 5364655.683525001, 5364761.698805001, 5364773.4007, 5364736.559470001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 27", "type": "scatter", "x": [ 3412089.223465, 3412004.049395, 3412259.1209299997 ], "y": [ 5367029.39345, 5366819.77355, 5366668.92399 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 28", "type": "scatter", "x": [ 3412259.1209299997, 3412221.865795, 3412083.0668, 3411973.54194 ], "y": [ 5366668.92399, 5366635.471405, 5366607.83676, 5366489.345235 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 29", "type": "scatter", "x": [ 3412509.49375, 3412621.26517, 3412468.527745, 3412674.54292, 3413215.97949, 3413126.367695 ], "y": [ 5370211.403535, 5370179.525365001, 5369912.83851, 5369612.136945, 5369485.97021, 5369150.284555 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 30", "type": "scatter", "x": [ 3411701.231155, 3411934.34987, 3412185.043655, 3412206.67657, 3412477.17626, 3412469.294795, 3412509.49375 ], "y": [ 5370156.0428100005, 5369991.64462, 5370238.172255, 5370254.325705, 5370133.776980001, 5370208.494600001, 5370211.403535 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 32", "type": "scatter", "x": [ 3412494.665505, 3412605.21716, 3412626.49647, 3412756.53258 ], "y": [ 5368924.077845001, 5368899.26836, 5368952.573465001, 5368870.109585 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 34", "type": "scatter", "x": [ 3411352.7399999998, 3411345.994305, 3411384.747885, 3411303.625725 ], "y": [ 5370544.256, 5370625.704795, 5370753.92334, 5370800.261425001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 35", "type": "scatter", "x": [ 3411891.829765, 3411352.7399999998 ], "y": [ 5370473.070780001, 5370544.256 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 36", "type": "scatter", "x": [ 3411731.63789, 3411758.82676, 3411699.34185, 3411785.34044 ], "y": [ 5367155.67967, 5367178.74382, 5367262.333025, 5367394.89804 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 37", "type": "scatter", "x": [ 3411731.63789, 3411678.54743, 3411665.9725099998, 3411619.55654, 3411622.542935 ], "y": [ 5367155.67967, 5367182.723010001, 5367023.140550001, 5366875.746195001, 5366769.909935 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 38", "type": "scatter", "x": [ 3408983.211045, 3408742.6771899997, 3408719.72605 ], "y": [ 5364768.844140001, 5365270.474385001, 5365410.875170001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 39", "type": "scatter", "x": [ 3408983.211045, 3409004.22087, 3409064.66543, 3409133.776065 ], "y": [ 5364768.844140001, 5364745.961705, 5364766.54604, 5364636.208415001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 40", "type": "scatter", "x": [ 3408983.211045, 3408906.970405, 3408862.4645, 3408813.017565, 3408772.0309 ], "y": [ 5364768.844140001, 5364795.406535001, 5364822.413045, 5364818.65161, 5364750.662205 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 41", "type": "scatter", "x": [ 3412089.223465, 3412151.675665, 3412197.5828899997, 3412183.33188 ], "y": [ 5367029.39345, 5367016.749345001, 5367134.5549800005, 5367288.615625001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 42", "type": "scatter", "x": [ 3408131.461275, 3408028.06636, 3407943.898745, 3407658.95065, 3407626.841255 ], "y": [ 5357026.600335, 5356804.8221700005, 5356748.86976, 5356094.631815, 5355652.590995001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 43", "type": "scatter", "x": [ 3407626.841255, 3408272.804065, 3408223.972925 ], "y": [ 5355652.590995001, 5355460.06527, 5355362.004125 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 44", "type": "scatter", "x": [ 3407626.841255, 3407656.878685, 3407642.913365 ], "y": [ 5355652.590995001, 5355454.733415, 5355408.41098 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 45", "type": "scatter", "x": [ 3417098.868935, 3416978.587215, 3415302.93509, 3414619.659505 ], "y": [ 5364820.328685001, 5364825.195400001, 5365416.64116, 5365662.20595 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 46", "type": "scatter", "x": [ 3409404.38822, 3409570.553915, 3410393.1329 ], "y": [ 5364135.048685, 5364192.14396, 5363605.245315 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 47", "type": "scatter", "x": [ 3410393.1329, 3411638.30338, 3411641.501945 ], "y": [ 5363605.245315, 5362717.093035, 5362715.89218 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 48", "type": "scatter", "x": [ 3414374.640155, 3415957.4344 ], "y": [ 5362902.157225001, 5364162.393145001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 49", "type": "scatter", "x": [ 3415957.4344, 3416138.089135, 3416824.610515, 3417044.332345 ], "y": [ 5364162.393145001, 5364014.57943, 5363780.011725, 5363686.7694500005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 50", "type": "scatter", "x": [ 3412143.304465, 3412113.809365, 3412071.215, 3411945.80778, 3411661.9583199997, 3411641.501945 ], "y": [ 5362222.8465100005, 5362266.41198, 5362397.426875001, 5362493.16555, 5362547.734135, 5362715.89218 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 51", "type": "scatter", "x": [ 3414374.640155, 3414329.94916, 3414116.229045, 3414176.436845, 3414289.14575, 3414400.970145, 3414343.473955, 3414311.22654 ], "y": [ 5362902.157225001, 5362922.167435001, 5363158.69869, 5363242.680005, 5363358.771035001, 5363401.783995001, 5363541.83545, 5363573.696045 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 52", "type": "scatter", "x": [ 3410296.66458, 3410319.88972, 3411216.526165 ], "y": [ 5367207.696925, 5367201.927345, 5367341.3704200005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 53", "type": "scatter", "x": [ 3409538.64957, 3410296.66458 ], "y": [ 5367396.459115, 5367207.696925 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 54", "type": "scatter", "x": [ 3411216.526165, 3411233.42899, 3411505.05154, 3411614.78245, 3411675.15284, 3411785.34044 ], "y": [ 5367341.3704200005, 5367427.141805001, 5367395.215685001, 5367352.371215001, 5367292.165390001, 5367394.89804 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 55", "type": "scatter", "x": [ 3408547.67568, 3408620.549605, 3408718.71092, 3408690.1513199997, 3408526.150955, 3408444.45504, 3408355.97492, 3408347.63624 ], "y": [ 5362893.18738, 5362862.22912, 5362829.96793, 5362735.13332, 5362487.7739200005, 5362316.644455001, 5362016.386965, 5361962.0757 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 56", "type": "scatter", "x": [ 3414619.659505, 3412849.911315, 3412613.5358949997 ], "y": [ 5365662.20595, 5366298.246780001, 5366446.5986 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 57", "type": "scatter", "x": [ 3412343.37775, 3412523.282265 ], "y": [ 5367039.191295001, 5367829.039055 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 58", "type": "scatter", "x": [ 3413854.89557, 3413873.1104449998, 3414004.493645, 3413942.280495, 3413992.76188 ], "y": [ 5370532.17406, 5370560.430695, 5370663.925415, 5370837.34848, 5370905.836490001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 59", "type": "scatter", "x": [ 3416691.72847, 3416588.320235, 3416182.4025, 3415441.925215, 3413869.63262, 3413854.89557 ], "y": [ 5369521.514525, 5369547.51002, 5369712.362500001, 5369715.815005001, 5370339.459810001, 5370532.17406 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 60", "type": "scatter", "x": [ 3413353.181945, 3413387.695595, 3413492.62585, 3413692.095905, 3413818.733995, 3413854.89557 ], "y": [ 5370522.3722, 5370532.570975, 5370599.1413, 5370462.826445, 5370531.000585, 5370532.17406 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 61", "type": "scatter", "x": [ 3412736.0123, 3413353.181945 ], "y": [ 5370459.866305, 5370522.3722 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 62", "type": "scatter", "x": [ 3408444.066435, 3409538.64957 ], "y": [ 5367639.480235, 5367396.459115 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 63", "type": "scatter", "x": [ 3410365.877105, 3410335.7689, 3410287.52413 ], "y": [ 5369898.0554, 5369841.191405, 5369692.02639 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 64", "type": "scatter", "x": [ 3411249.917565, 3411244.047615, 3410378.94656, 3410365.877105 ], "y": [ 5370149.9372000005, 5370117.084285, 5369899.396935, 5369898.0554 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 65", "type": "scatter", "x": [ 3410821.62822, 3410971.7705, 3410958.07834, 3411046.14208, 3410500.98363, 3410344.080695, 3410325.026885, 3410365.877105 ], "y": [ 5370490.62743, 5370480.685295001, 5370394.712755, 5370129.637465, 5369964.8947, 5369963.79578, 5369907.7055, 5369898.0554 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 67", "type": "scatter", "x": [ 3412037.331555, 3412054.971475, 3412016.594945, 3412040.334555, 3412082.45804 ], "y": [ 5361518.461155, 5361582.173155, 5361638.578815, 5361720.94159, 5361762.5657 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 68", "type": "scatter", "x": [ 3419250.55144, 3419319.66301, 3420405.85444, 3420570.3734, 3420936.666405 ], "y": [ 5362788.69955, 5362977.827675001, 5362846.17838, 5362908.24937, 5362804.52194 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 69", "type": "scatter", "x": [ 3420936.666405, 3421051.997845, 3421413.450085 ], "y": [ 5362804.52194, 5362606.354845, 5362571.397205001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 70", "type": "scatter", "x": [ 3419021.5555249997, 3419081.98887, 3418890.004785 ], "y": [ 5365620.6961550005, 5365698.424545, 5365889.114250001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 71", "type": "scatter", "x": [ 3418890.004785, 3418987.063195, 3418987.826405 ], "y": [ 5365889.114250001, 5366018.75329, 5366019.591035 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 72", "type": "scatter", "x": [ 3418890.004785, 3418699.18642, 3418372.634975, 3418162.815655, 3417816.690755, 3417773.4362149998 ], "y": [ 5365889.114250001, 5366026.791055, 5366468.948755001, 5366600.529080001, 5366703.0851650005, 5366754.669095 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 73", "type": "scatter", "x": [ 3418745.212615, 3418878.230885, 3418994.24827, 3419221.18234 ], "y": [ 5365482.46575, 5365293.815715, 5365251.870945, 5365385.339415001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 74", "type": "scatter", "x": [ 3419221.18234, 3419216.75326, 3419053.410295, 3419277.01657 ], "y": [ 5365385.339415001, 5365421.75611, 5365556.395295001, 5365730.16249 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 75", "type": "scatter", "x": [ 3418745.212615, 3419021.5555249997 ], "y": [ 5365482.46575, 5365620.6961550005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 76", "type": "scatter", "x": [ 3407984.897035, 3407979.209105, 3407771.006305 ], "y": [ 5357597.62531, 5357687.656325, 5357944.49746 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 77", "type": "scatter", "x": [ 3407983.78155, 3408272.191455, 3407984.897035 ], "y": [ 5359666.521380001, 5358097.292420001, 5357597.62531 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 78", "type": "scatter", "x": [ 3419979.565655, 3419616.951355 ], "y": [ 5365699.86742, 5365543.414095 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 79", "type": "scatter", "x": [ 3419616.951355, 3419745.486705, 3419697.711465 ], "y": [ 5365543.414095, 5365764.191640001, 5365915.13698 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 80", "type": "scatter", "x": [ 3419357.7620449997, 3419378.15755, 3419445.167595, 3419533.420385, 3419598.501745, 3419697.711465 ], "y": [ 5365951.351740001, 5365952.376535, 5365893.214765, 5365954.85145, 5365873.22283, 5365915.13698 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 81", "type": "scatter", "x": [ 3419616.951355, 3419768.1391249998, 3419678.205055 ], "y": [ 5365543.414095, 5365379.27182, 5365307.31304 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 82", "type": "scatter", "x": [ 3419357.7620449997, 3419452.2794149998, 3419277.01657 ], "y": [ 5365951.351740001, 5365862.754670001, 5365730.16249 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 85", "type": "scatter", "x": [ 3417786.66388, 3417617.341015, 3417611.24743 ], "y": [ 5364197.382300001, 5364323.26774, 5364442.002145001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 86", "type": "scatter", "x": [ 3417854.33292, 3417664.653175, 3417628.857545, 3417611.24743 ], "y": [ 5364474.723965, 5364457.599210001, 5364470.0684400005, 5364442.002145001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 87", "type": "scatter", "x": [ 3418753.533525, 3418732.9969, 3418717.898335 ], "y": [ 5363104.6379350005, 5362934.33353, 5362777.79097 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 90", "type": "scatter", "x": [ 3418359.45578, 3418521.950405, 3418636.99365 ], "y": [ 5364276.74375, 5364296.001595001, 5364405.856085001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 91", "type": "scatter", "x": [ 3421058.997755, 3420933.679185, 3420478.04064, 3419678.205055 ], "y": [ 5363197.1299600005, 5363366.559325, 5364297.27226, 5365307.31304 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 92", "type": "scatter", "x": [ 3418229.471735, 3418247.330445, 3418380.179585 ], "y": [ 5364496.242115, 5364532.403580001, 5364636.724845001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 93", "type": "scatter", "x": [ 3417854.33292, 3418229.471735 ], "y": [ 5364474.723965, 5364496.242115 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 94", "type": "scatter", "x": [ 3418636.99365, 3418757.322075, 3418743.61835 ], "y": [ 5364405.856085001, 5364429.735545, 5364579.237955 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 95", "type": "scatter", "x": [ 3421058.997755, 3421178.628675, 3421313.47574 ], "y": [ 5363197.1299600005, 5363175.82538, 5363113.38267 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 96", "type": "scatter", "x": [ 3421313.47574, 3421428.858865, 3421459.12736 ], "y": [ 5363113.38267, 5362973.408515001, 5362910.782760001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 97", "type": "scatter", "x": [ 3421413.450085, 3421426.275905, 3421333.18035, 3421348.500145, 3421417.0298099997, 3421403.5843249997, 3421459.12736 ], "y": [ 5362571.397205001, 5362589.940780001, 5362684.0146, 5362817.356120001, 5362854.709785, 5362880.371350001, 5362910.782760001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 98", "type": "scatter", "x": [ 3407642.913365, 3407824.875245, 3407976.02058 ], "y": [ 5355408.41098, 5355314.670635001, 5355254.867855 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 99", "type": "scatter", "x": [ 3408131.461275, 3407996.835665, 3407845.30055 ], "y": [ 5357026.600335, 5356987.050445001, 5356981.466445001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 100", "type": "scatter", "x": [ 3419057.457715, 3419054.699105, 3419194.46451, 3419250.55144 ], "y": [ 5362622.245215001, 5362684.682495001, 5362713.351625, 5362788.69955 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 101", "type": "scatter", "x": [ 3418770.10536, 3418811.380675, 3418943.6674349997 ], "y": [ 5362524.28598, 5362504.13023, 5362367.0363300005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 102", "type": "scatter", "x": [ 3418943.6674349997, 3419147.37214, 3419222.58312, 3419204.917, 3419234.664765 ], "y": [ 5362367.0363300005, 5362257.051155, 5362406.736285, 5362427.965600001, 5362484.08542 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 103", "type": "scatter", "x": [ 3419234.664765, 3419202.64047, 3419057.457715 ], "y": [ 5362484.08542, 5362633.929815, 5362622.245215001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 104", "type": "scatter", "x": [ 3409328.087865, 3409365.3650599997, 3409394.31761, 3409426.878715 ], "y": [ 5358673.150195001, 5358766.496010001, 5358831.577545, 5358887.852505 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 105", "type": "scatter", "x": [ 3409426.878715, 3409458.917645, 3409493.3332599998, 3409493.301295 ], "y": [ 5358887.852505, 5358888.5417450005, 5359010.93006, 5359029.028630001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 106", "type": "scatter", "x": [ 3409369.512385, 3409392.83196, 3409328.087865 ], "y": [ 5358366.672750001, 5358505.58616, 5358673.150195001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 107", "type": "scatter", "x": [ 3408951.664265, 3409081.826705, 3409369.512385 ], "y": [ 5358719.695230001, 5358498.34422, 5358366.672750001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 108", "type": "scatter", "x": [ 3408951.664265, 3408278.9995999997 ], "y": [ 5358719.695230001, 5357672.579415 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 109", "type": "scatter", "x": [ 3409357.96508, 3409409.87224, 3409493.301295 ], "y": [ 5359237.7134650005, 5359129.497685, 5359029.028630001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 110", "type": "scatter", "x": [ 3407845.30055, 3407791.29936, 3407712.6354, 3407706.186985 ], "y": [ 5356981.466445001, 5357016.223475001, 5357157.812170001, 5357185.01204 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 111", "type": "scatter", "x": [ 3407878.25476, 3407881.52913, 3407845.09925 ], "y": [ 5357165.621435001, 5357208.0147, 5357375.47743 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 112", "type": "scatter", "x": [ 3407845.09925, 3407734.42234, 3407762.10182, 3407627.22878 ], "y": [ 5357375.47743, 5357385.790465, 5357565.5300050005, 5357634.122470001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 113", "type": "scatter", "x": [ 3407878.25476, 3407870.704295, 3407718.77984, 3407706.186985 ], "y": [ 5357165.621435001, 5357155.69285, 5357176.01228, 5357185.01204 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 114", "type": "scatter", "x": [ 3407627.22878, 3407561.625125, 3407068.74552 ], "y": [ 5357634.122470001, 5357635.26804, 5357563.082055001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 116", "type": "scatter", "x": [ 3408075.000255, 3408174.584235, 3408402.1696 ], "y": [ 5361897.82828, 5361796.45182, 5361672.63748 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 117", "type": "scatter", "x": [ 3408402.1696, 3408488.5925249998, 3408567.84631 ], "y": [ 5361672.63748, 5361637.013755, 5361784.734655 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 118", "type": "scatter", "x": [ 3408567.84631, 3408394.955145, 3408442.90982, 3408347.63624 ], "y": [ 5361784.734655, 5361864.681895, 5361927.66077, 5361962.0757 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 119", "type": "scatter", "x": [ 3407427.18329, 3407340.04245, 3407490.786255 ], "y": [ 5361721.47309, 5361743.409725, 5361940.785785001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 120", "type": "scatter", "x": [ 3408075.000255, 3408014.9508599997, 3407880.639465, 3407887.282875 ], "y": [ 5361897.82828, 5361930.631925001, 5361962.669355, 5361864.4739850005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 121", "type": "scatter", "x": [ 3407772.74985, 3407799.420215, 3407848.25269, 3407848.099405, 3407938.434695 ], "y": [ 5361211.91952, 5361187.996970001, 5361186.61875, 5361128.32744, 5361129.737385 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 122", "type": "scatter", "x": [ 3407327.457605, 3407427.18329 ], "y": [ 5361657.66951, 5361721.47309 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 123", "type": "scatter", "x": [ 3407772.74985, 3407517.67973, 3407580.5643599997 ], "y": [ 5361211.91952, 5361279.9279350005, 5361398.412885 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 124", "type": "scatter", "x": [ 3407580.5643599997, 3407611.152795, 3407503.355955, 3407405.530175, 3407327.457605 ], "y": [ 5361398.412885, 5361465.9180850005, 5361519.230605001, 5361529.43881, 5361657.66951 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 125", "type": "scatter", "x": [ 3407772.74985, 3407824.341, 3407983.78155 ], "y": [ 5361211.91952, 5360534.219805, 5359666.521380001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 126", "type": "scatter", "x": [ 3407327.457605, 3407297.598615, 3407070.63602 ], "y": [ 5361657.66951, 5361737.53689, 5361833.994235001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 127", "type": "scatter", "x": [ 3408719.72605, 3408210.205095 ], "y": [ 5365410.875170001, 5366929.533960001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 128", "type": "scatter", "x": [ 3408719.72605, 3408772.13334, 3408849.00141 ], "y": [ 5365410.875170001, 5365426.938100001, 5365837.96881 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 129", "type": "scatter", "x": [ 3409402.47713, 3409517.6747149997, 3409669.096215 ], "y": [ 5364375.353395, 5364385.9660600005, 5364282.613545001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 130", "type": "scatter", "x": [ 3408665.349175, 3408637.2456, 3408730.1735 ], "y": [ 5364414.94864, 5364453.192500001, 5364581.697500001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 131", "type": "scatter", "x": [ 3408416.22914, 3408575.6645, 3408704.910915, 3408730.1735 ], "y": [ 5364704.938425001, 5364517.06723, 5364585.049815, 5364581.697500001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 132", "type": "scatter", "x": [ 3408975.913755, 3408973.59089, 3408764.543515, 3408665.349175 ], "y": [ 5364211.5701750005, 5364214.6068750005, 5364277.232285, 5364414.94864 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 133", "type": "scatter", "x": [ 3409465.918195, 3409522.63933, 3409659.233905, 3409701.5281849997 ], "y": [ 5364631.06477, 5364667.55675, 5364554.541605, 5364523.170815 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 134", "type": "scatter", "x": [ 3409404.38822, 3409440.5743, 3409395.5326549998 ], "y": [ 5364135.048685, 5364076.028220001, 5363867.96846 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 135", "type": "scatter", "x": [ 3408772.0309, 3408687.106445, 3408482.69619, 3408416.22914 ], "y": [ 5364750.662205, 5364760.764780001, 5364787.570115, 5364704.938425001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 136", "type": "scatter", "x": [ 3409133.776065, 3409277.20286, 3409416.650825, 3409465.918195 ], "y": [ 5364636.208415001, 5364701.9152150005, 5364617.25155, 5364631.06477 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 137", "type": "scatter", "x": [ 3409404.38822, 3409447.2126599997, 3409455.37627, 3409402.47713 ], "y": [ 5364135.048685, 5364184.81075, 5364303.46791, 5364375.353395 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 138", "type": "scatter", "x": [ 3409402.47713, 3409474.8658, 3409470.061495, 3409424.342055, 3409465.918195 ], "y": [ 5364375.353395, 5364420.44472, 5364525.41005, 5364597.33109, 5364631.06477 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 139", "type": "scatter", "x": [ 3413865.67305, 3413739.185685, 3413636.131, 3413481.2855599998 ], "y": [ 5363143.39408, 5363104.264425, 5362956.222935, 5362851.352340001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 140", "type": "scatter", "x": [ 3413865.67305, 3413874.44151, 3413943.03773, 3414019.75533 ], "y": [ 5363143.39408, 5363029.96647, 5362948.381820001, 5363006.85271 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 141", "type": "scatter", "x": [ 3412343.37775, 3412262.55668, 3412209.7032399997, 3412231.604895, 3412216.09413, 3412183.33188 ], "y": [ 5367039.191295001, 5367068.92636, 5367086.516935, 5367149.761055, 5367295.14271, 5367288.615625001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 142", "type": "scatter", "x": [ 3412268.81795, 3412260.604705, 3412220.238145 ], "y": [ 5361965.8234250005, 5361963.3546050005, 5361942.450270001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 143", "type": "scatter", "x": [ 3412268.81795, 3412260.545595, 3412150.456275, 3412143.304465 ], "y": [ 5361965.8234250005, 5361995.80207, 5362208.134090001, 5362222.8465100005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 144", "type": "scatter", "x": [ 3412851.145155, 3412968.365805, 3412763.3975899997, 3412860.16193, 3412993.07086, 3413297.87764, 3413378.821395, 3413463.473535, 3413481.2855599998 ], "y": [ 5361808.458255, 5361849.33543, 5362049.88104, 5362146.92826, 5362359.88693, 5362556.00743, 5362760.39532, 5362839.787495, 5362851.352340001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 145", "type": "scatter", "x": [ 3412453.990615, 3412585.854975, 3412634.70943, 3412875.7125999997, 3412826.35129, 3412889.048835, 3412851.145155 ], "y": [ 5361394.883040001, 5361451.025165, 5361492.941955, 5361623.23651, 5361692.915840001, 5361766.90854, 5361808.458255 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 146", "type": "scatter", "x": [ 3412339.049355, 3412415.6025199997, 3412495.06219, 3412453.990615 ], "y": [ 5361239.5318, 5361184.867435001, 5361262.492565, 5361394.883040001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 147", "type": "scatter", "x": [ 3412644.303915, 3412595.248015, 3412516.081485, 3412494.665505 ], "y": [ 5369017.6826450005, 5368963.270405, 5368976.2308950005, 5368924.077845001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 148", "type": "scatter", "x": [ 3412494.665505, 3412490.54641, 3412453.68279, 3412410.232215, 3412335.82098 ], "y": [ 5368924.077845001, 5368907.2953, 5368922.781230001, 5368829.5838, 5368857.966840001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 149", "type": "scatter", "x": [ 3412984.086275, 3412644.303915 ], "y": [ 5368951.073805001, 5369017.6826450005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 150", "type": "scatter", "x": [ 3412984.086275, 3412981.597275, 3413031.061405, 3413126.367695 ], "y": [ 5368951.073805001, 5368990.159290001, 5369173.701185, 5369150.284555 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 151", "type": "scatter", "x": [ 3411973.54194, 3411906.053985, 3411618.3238399997, 3411622.542935 ], "y": [ 5366489.345235, 5366517.317965, 5366583.097205, 5366769.909935 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 152", "type": "scatter", "x": [ 3411973.54194, 3411967.843265, 3412068.438205 ], "y": [ 5366489.345235, 5366483.08674, 5366340.79855 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 153", "type": "scatter", "x": [ 3412343.37775, 3412456.0328349997, 3412419.233455, 3412575.0779 ], "y": [ 5367039.191295001, 5367030.54655, 5366823.2053350005, 5366790.77472 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 154", "type": "scatter", "x": [ 3412613.5358949997, 3412610.908895, 3412541.3164399997, 3412566.2763, 3412505.948665, 3412575.0779 ], "y": [ 5366446.5986, 5366461.83884, 5366502.593745001, 5366553.0404900005, 5366575.2997, 5366790.77472 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 156", "type": "scatter", "x": [ 3412613.5358949997, 3412485.505695, 3412531.06868, 3412542.38331 ], "y": [ 5366446.5986, 5366387.84564, 5366352.773145, 5366267.2019650005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 157", "type": "scatter", "x": [ 3419397.84279, 3418968.36694, 3418733.242975, 3418411.783625 ], "y": [ 5369283.55578, 5369003.5814350005, 5368944.235565, 5369014.851915 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 158", "type": "scatter", "x": [ 3418411.783625, 3418393.49088, 3417849.758145 ], "y": [ 5369014.851915, 5369141.929875, 5369289.93087 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 161", "type": "scatter", "x": [ 3417849.758145, 3417810.360655, 3417507.23658, 3417392.81507 ], "y": [ 5369289.93087, 5369320.055620001, 5369304.438955001, 5369328.91016 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 162", "type": "scatter", "x": [ 3417643.32197, 3419748.613735 ], "y": [ 5369572.441095, 5369365.755840001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 163", "type": "scatter", "x": [ 3411891.829765, 3411893.192955, 3412077.412255, 3412115.51889, 3412171.07318 ], "y": [ 5370473.070780001, 5370486.147650001, 5370487.661115, 5370520.950145001, 5370502.51661 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 164", "type": "scatter", "x": [ 3412736.0123, 3412430.33078, 3412292.569745, 3412171.07318 ], "y": [ 5370459.866305, 5370461.0886, 5370473.58311, 5370502.51661 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 165", "type": "scatter", "x": [ 3419684.45287, 3419661.934775, 3419606.0771149998, 3419397.84279 ], "y": [ 5369332.632085, 5369355.33858, 5369419.222080001, 5369283.55578 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 167", "type": "scatter", "x": [ 3411249.917565, 3411701.231155 ], "y": [ 5370149.9372000005, 5370156.0428100005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 168", "type": "scatter", "x": [ 3411303.625725, 3411179.464765, 3411094.5293799997 ], "y": [ 5370800.261425001, 5370488.773875, 5370489.677610001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 169", "type": "scatter", "x": [ 3411094.5293799997, 3410899.95785, 3410821.62822 ], "y": [ 5370489.677610001, 5370495.628355, 5370490.62743 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 170", "type": "scatter", "x": [ 3417046.76693, 3417008.30096, 3417012.176055, 3417028.582055, 3417043.53881 ], "y": [ 5370300.571885, 5370370.32754, 5370454.0568, 5370473.89317, 5370568.944580001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 171", "type": "scatter", "x": [ 3416952.52644, 3416931.6453, 3416963.873155, 3416926.189135, 3417007.9690199997, 3417067.86932, 3417140.5387399998, 3417043.53881 ], "y": [ 5371121.336080001, 5371117.519325, 5371042.56366, 5370986.120375, 5370761.840875001, 5370787.2333700005, 5370610.79396, 5370568.944580001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 172", "type": "scatter", "x": [ 3417498.904005, 3417526.611275, 3417439.513935 ], "y": [ 5369889.409085, 5370063.148825, 5370076.235715 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 173", "type": "scatter", "x": [ 3417439.513935, 3417544.662435, 3417568.126245 ], "y": [ 5370076.235715, 5370127.654185001, 5370203.822020001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 174", "type": "scatter", "x": [ 3417262.3221, 3417280.92264, 3417439.513935 ], "y": [ 5369983.370025001, 5370101.560875, 5370076.235715 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 175", "type": "scatter", "x": [ 3417643.32197, 3417618.3530699997, 3417584.763455, 3417543.82065, 3417523.5894, 3417495.39675, 3417498.904005 ], "y": [ 5369572.441095, 5369653.980350001, 5369761.60422, 5369759.45706, 5369834.221525, 5369836.070705, 5369889.409085 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 177", "type": "scatter", "x": [ 3416952.52644, 3417019.61853 ], "y": [ 5371121.336080001, 5371396.63716 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 178", "type": "scatter", "x": [ 3417250.970735, 3417172.483415, 3416985.41284, 3416952.52644 ], "y": [ 5370854.007660001, 5371006.042420001, 5371038.570755, 5371121.336080001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 179", "type": "scatter", "x": [ 3417317.379745, 3417374.64641, 3417445.20023, 3417335.44142, 3417250.970735 ], "y": [ 5370438.243685001, 5370482.47614, 5370525.296955001, 5370802.26678, 5370854.007660001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 180", "type": "scatter", "x": [ 3417773.4362149998, 3417547.263665, 3417092.437845, 3416936.8934 ], "y": [ 5366754.669095, 5367024.245295, 5367814.710305001, 5367855.33526 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 181", "type": "scatter", "x": [ 3417614.157325, 3417564.92815, 3417299.538835, 3417091.49669 ], "y": [ 5369041.862825001, 5369047.79688, 5369076.224020001, 5369163.8307300005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 182", "type": "scatter", "x": [ 3417091.49669, 3417078.76051, 3417129.51467, 3417014.99309, 3417068.32117 ], "y": [ 5369163.8307300005, 5369173.43271, 5369247.865735, 5369338.73142, 5369426.721965 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 183", "type": "scatter", "x": [ 3417392.81507, 3417221.706565, 3417068.32117 ], "y": [ 5369328.91016, 5369373.63276, 5369426.721965 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 184", "type": "scatter", "x": [ 3417643.32197, 3417499.640205, 3417284.072805, 3417296.995665 ], "y": [ 5369572.441095, 5369556.183060001, 5369594.465005, 5369670.800840001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 185", "type": "scatter", "x": [ 3417614.157325, 3417622.92544, 3417439.856105, 3417162.9211049997, 3416989.87706 ], "y": [ 5369041.862825001, 5368982.329445001, 5368544.894365001, 5368274.78753, 5368254.9978950005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 186", "type": "scatter", "x": [ 3417614.157325, 3417745.7426, 3417742.560455, 3417839.113615 ], "y": [ 5369041.862825001, 5369037.615870001, 5368932.327875, 5368879.194555 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 187", "type": "scatter", "x": [ 3416989.87706, 3416985.50385, 3416950.80848, 3416951.519765, 3416936.8934 ], "y": [ 5368254.9978950005, 5368088.635430001, 5368017.79605, 5367910.646195, 5367855.33526 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 189", "type": "scatter", "x": [ 3416691.72847, 3416676.63024, 3416869.326835, 3416889.015395 ], "y": [ 5369521.514525, 5369559.951065, 5369892.693910001, 5369897.529565 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 190", "type": "scatter", "x": [ 3416889.015395, 3416885.9621099997, 3417034.2221, 3417062.86489 ], "y": [ 5369897.529565, 5369927.3250400005, 5370110.292235, 5370149.781450001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 191", "type": "scatter", "x": [ 3417062.86489, 3417046.76693 ], "y": [ 5370149.781450001, 5370300.571885 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 192", "type": "scatter", "x": [ 3417317.379745, 3417409.2479499998, 3417516.55994, 3417568.126245 ], "y": [ 5370438.243685001, 5370408.682515, 5370389.974015, 5370203.822020001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 20.0 kV", "text": "Line 193", "type": "scatter", "x": [ 3408210.205095, 3408244.85202, 3408210.859365, 3408444.066435 ], "y": [ 5366929.533960001, 5367112.512095001, 5367414.9715100005, 5367639.480235 ] }, { "hoverinfo": "text", "legendgroup": "20.0", "line": { "color": "rgb(219, 95, 87)", "dash": "dot", "width": 1 }, "mode": "lines", "name": "disconnected branches", "text": "Line 66", "type": "scatter", "x": [ 3412037.331555, 3412033.366715, 3412339.049355 ], "y": [ 5361518.461155, 5361510.275230001, 5361239.5318 ] }, { "hoverinfo": "text", "legendgroup": "20.0", "line": { "color": "rgb(219, 95, 87)", "dash": "dot", "width": 1 }, "mode": "lines", "name": "disconnected branches", "text": "Line 8", "type": "scatter", "x": [ 3408045.89905, 3408024.463505, 3407984.897035 ], "y": [ 5357465.167160001, 5357494.355705, 5357597.62531 ] }, { "hoverinfo": "text", "legendgroup": "20.0", "line": { "color": "rgb(219, 95, 87)", "dash": "dot", "width": 1 }, "mode": "lines", "name": "disconnected branches", "text": "Line 23", "type": "scatter", "x": [ 3417796.371315, 3418184.455, 3418745.212615 ], "y": [ 5364792.013845, 5365190.33528, 5365482.46575 ] }, { "hoverinfo": "text", "legendgroup": "20.0", "line": { "color": "rgb(219, 95, 87)", "dash": "dot", "width": 1 }, "mode": "lines", "name": "disconnected branches", "text": "Line 88", "type": "scatter", "x": [ 3418717.898335, 3418710.79251, 3418770.10536 ], "y": [ 5362777.79097, 5362671.865585, 5362524.28598 ] }, { "hoverinfo": "text", "legendgroup": "20.0", "line": { "color": "rgb(219, 95, 87)", "dash": "dot", "width": 1 }, "mode": "lines", "name": "disconnected branches", "text": "Line 188", "type": "scatter", "x": [ 3417068.32117, 3416691.72847 ], "y": [ 5369426.721965, 5369521.514525 ] }, { "hoverinfo": "text", "legendgroup": "20.0", "line": { "color": "rgb(219, 95, 87)", "dash": "dot", "width": 1 }, "mode": "lines", "name": "disconnected branches", "text": "Line 31", "type": "scatter", "x": [ 3412523.282265, 3412756.53258 ], "y": [ 5367829.039055, 5368870.109585 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(219, 95, 87)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "type": "scatter", "x": [ 3418295.8214499997, 3417376.6849950003, 3418253.788215, 3418300.477225, 3418548.168025, 3410934.9569125, 3409892.50809, 3409546.5547249997, 3408162.449325, 3407974.3986325003, 3407758.276675, 3407972.68108, 3412335.048935, 3412244.6991924997, 3408822.1379025, 3409043.2255349997, 3414135.644365, 3413884.536345, 3417807.2701225, 3417447.6201250004, 3418820.8026675, 3418639.6644975, 3412131.5851625, 3412152.4662975, 3412945.261205, 3412059.6967625003, 3412615.856815, 3411365.371095, 3411622.2848825, 3411742.341145, 3411642.764525, 3408862.9441174995, 3409099.2207474997, 3408884.7174525, 3412174.6292775, 3407801.4246974997, 3407949.82266, 3407641.8599699996, 3416140.7611525, 3409981.8434075, 3411015.71814, 3415166.0372775, 3416481.349825, 3411803.88305, 3414232.7912975, 3410768.2079425, 3409917.657075, 3411369.2402649997, 3408608.1511375, 3413734.78541, 3412433.3300075, 3413973.38707, 3414655.7789175, 3413592.3608775, 3413044.5971224997, 3408991.3580024997, 3410311.6465149997, 3410811.4970875, 3410773.562855, 3412028.4647500003, 3419862.7587249996, 3421232.7239650004, 3418985.9968275, 3418938.53399, 3418535.9106975, 3418936.2395775, 3419165.2134325, 3418883.3840699997, 3407875.107705, 3408127.9865025003, 3419798.258505, 3419681.2190300003, 3419489.29399, 3419692.54524, 3419364.6479925, 3417702.0024475, 3417759.4930475, 3418743.2652125, 3418440.7030924996, 3420078.1228475, 3418313.755015, 3418041.9023275003, 3418750.4702125, 3421246.0522074997, 3421371.1673025, 3421340.8402474998, 3407733.894305, 3407921.0681074997, 3419124.5818074998, 3418877.524055, 3419184.97763, 3419218.6526175, 3409379.8413349995, 3409476.1254525, 3409360.4599125003, 3409225.669545, 3408615.3319325, 3409451.5867675003, 3407751.9673800003, 3407863.3141900003, 3407748.26208, 3407794.7420675, 3407315.1853225, 3408288.3769175, 3408528.2194175, 3408481.4007275, 3407415.4143525, 3407947.7951625, 3407848.1760475, 3407377.3204475, 3407645.2147899996, 3407454.4430649998, 3407904.0612749998, 3407184.1173175, 3408464.9655725, 3408810.567375, 3409593.385465, 3408683.70955, 3408495.94682, 3408869.0672025, 3409590.9366175, 3409418.0534774996, 3408584.9013175, 3409346.9268425, 3409451.294465, 3409472.4636474997, 3413687.6583425, 3413908.73962, 3412220.6540674996, 3412240.421425, 3412205.500935, 3412926.616395, 3412755.211015, 3412455.332355, 3412555.66475, 3412431.9575025, 3412814.195095, 3413006.3293399997, 3411762.1889124997, 3412018.140735, 3412437.633145, 3412540.5132825, 3412508.2871875, 3418850.8049574997, 3418121.6245125, 3417658.7986175, 3418695.9678525003, 3411985.302605, 3412583.17154, 3419501.9599524997, 3411475.57436, 3411241.545245, 3410997.2436149996, 3417010.2385075, 3416967.0790775, 3417512.75764, 3417492.0881850002, 3417360.2182875, 3417564.2920525, 3416986.072485, 3417078.9481275, 3417390.3208250003, 3417319.850755, 3417432.2334925, 3417072.2538799997, 3417307.2608175, 3417391.856505, 3417301.3886049995, 3417744.1515275, 3416968.156165, 3416772.9785375, 3416960.092105, 3417054.81591, 3417462.903945, 3408227.8556925002, 3412186.2080349997, 3408004.68027, 3418464.8338075, 3418740.448935, 3416880.02482, 3412639.9074224997 ], "y": [ 5363949.0681675, 5363694.871030001, 5363560.254825001, 5363141.205530001, 5362811.9427350005, 5360989.1642325, 5359506.3892975, 5359438.53591, 5357568.873287501, 5357454.058035001, 5361571.6116700005, 5361775.2973325, 5361879.626970001, 5361702.8110525, 5363494.073182501, 5364144.154480001, 5363437.5343375, 5363196.1877500005, 5364570.463865001, 5364806.1712650005, 5364667.9731625, 5364767.5497525, 5366744.34877, 5366621.6540825, 5369549.053577499, 5370114.9084375, 5368925.9209125005, 5370689.8140675, 5370508.66339, 5367328.615532501, 5366949.443372501, 5365019.659262501, 5364701.3772275, 5364808.90979, 5367075.652162501, 5356421.7507875, 5355556.328132501, 5355553.662205, 5365120.91828, 5363898.6946375, 5363161.169175001, 5363532.275185, 5363897.2955775, 5362520.4498425, 5363300.72552, 5367271.648882501, 5367302.078020001, 5367411.178745001, 5362611.45362, 5365980.226365, 5367434.115175, 5370750.6369475, 5370027.6374075, 5370530.9838725, 5370491.1192525, 5367517.969675001, 5369766.6088975, 5370008.24061, 5370047.2660825, 5361679.7602025, 5362912.003027501, 5362588.876025001, 5365793.769397501, 5365953.933770001, 5366247.869905001, 5365272.84333, 5365643.2788925, 5365551.580952501, 5357816.076892501, 5358881.906900001, 5365621.6407575, 5365653.8028675, 5365924.0331075005, 5365461.3429575, 5365796.45858, 5364260.32502, 5364466.161587501, 5363019.4857325, 5364286.3726725, 5364802.29265, 5364584.564212501, 5364485.48304, 5364504.48675, 5363144.604025001, 5363043.3955925, 5362750.6853600005, 5355361.5408075005, 5356984.258445, 5362699.01706, 5362435.583280001, 5362331.89372, 5362559.0076175, 5358799.0367775, 5358949.7359025, 5358589.368177501, 5358432.508485001, 5358196.1373225, 5359079.2631575, 5357087.0178225, 5357291.746065, 5357475.660235001, 5357165.852565, 5357599.1750475, 5361734.54465, 5361710.874205001, 5361824.708275, 5361842.097755, 5361946.650640001, 5361157.473095, 5361689.5713, 5361245.9237275, 5361524.3347075, 5360100.370592501, 5361785.765562501, 5366170.204565001, 5365632.453455001, 5364334.289802501, 5364517.445, 5364611.002827501, 5364245.91958, 5364611.0491775, 5363971.99834, 5364774.1674475, 5364659.5833825, 5364244.13933, 5364472.9273850005, 5363030.24368, 5362989.174145, 5367118.138995, 5361952.902437501, 5362101.968080001, 5362253.407595, 5361558.089232501, 5361223.680000001, 5368969.75065, 5368876.182515001, 5368984.378225001, 5369081.9302375, 5366550.2075849995, 5366411.942645, 5366926.8759425, 5366683.037210001, 5366370.309392501, 5368973.908500001, 5369215.930372501, 5369312.247287501, 5369469.098467501, 5370486.904382501, 5370460.4774525, 5369351.38893, 5370152.9900050005, 5370644.517650001, 5370492.6529825, 5370412.19217, 5370873.980625, 5369976.2789549995, 5370101.94495, 5370088.898295, 5369760.5306400005, 5371258.986620001, 5371022.3065875005, 5370663.7818675, 5367419.4778, 5369062.01045, 5369293.2985775005, 5369351.27146, 5369575.3240325, 5368409.8409475, 5368984.971872501, 5368053.215740001, 5369726.3224875005, 5370018.8086375, 5370225.1766675, 5370399.328265, 5367263.741802501, 5361374.903515, 5357545.9905075, 5365336.400515, 5362598.0757825, 5369474.118245, 5368349.57432 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 4 }, "mode": "lines", "name": "trafos", "text": "HV/MV Transformer 0", "type": "scatter", "x": [ 3419748.613735, 3419748.613735, 3419748.613735 ], "y": [ 5369365.755840001, 5369365.755840001, 5369365.755840001 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(128, 128, 128)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "type": "scatter", "x": [ 3419748.613735 ], "y": [ 5369365.755840001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 4 }, "mode": "lines", "name": "trafos", "text": "HV/MV Transformer 1", "type": "scatter", "x": [ 3408444.066435, 3408444.066435, 3408444.066435 ], "y": [ 5367639.480235, 5367639.480235, 5367639.480235 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(128, 128, 128)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "type": "scatter", "x": [ 3408444.066435 ], "y": [ 5367639.480235 ] }, { "hoverinfo": "text", "legendgroup": "20.0", "marker": { "color": "rgb(219, 95, 87)", "size": 10, "symbol": "circle" }, "mode": "markers", "name": "buses 20.0 kV", "text": [ "Bus 0", "Bus 1", "Bus 2", "Bus 3", "Bus 4", "Bus 5", "Bus 6", "Bus 7", "Bus 8", "Bus 9", "Bus 10", "Bus 11", "Bus 12", "Bus 13", "Bus 14", "Bus 15", "Bus 16", "Bus 17", "Bus 18", "Bus 19", "Bus 20", "Bus 21", "Bus 22", "Bus 23", "Bus 24", "Bus 25", "Bus 26", "Bus 27", "Bus 28", "Bus 29", "Bus 30", "Bus 31", "Bus 32", "Bus 33", "Bus 34", "Bus 35", "Bus 36", "Bus 37", "Bus 39", "Bus 40", "Bus 41", "Bus 42", "Bus 43", "Bus 44", "Bus 45", "Bus 46", "Bus 47", "Bus 48", "Bus 49", "Bus 50", "Bus 51", "Bus 52", "Bus 53", "Bus 54", "Bus 55", "Bus 56", "Bus 57", "Bus 58", "Bus 59", "Bus 60", "Bus 61", "Bus 62", "Bus 63", "Bus 64", "Bus 65", "Bus 66", "Bus 67", "Bus 68", "Bus 69", "Bus 70", "Bus 71", "Bus 72", "Bus 73", "Bus 74", "Bus 75", "Bus 76", "Bus 77", "Bus 78", "Bus 79", "Bus 80", "Bus 81", "Bus 82", "Bus 83", "Bus 84", "Bus 85", "Bus 86", "Bus 87", "Bus 88", "Bus 89", "Bus 90", "Bus 91", "Bus 92", "Bus 93", "Bus 94", "Bus 95", "Bus 96", "Bus 97", "Bus 98", "Bus 99", "Bus 100", "Bus 101", "Bus 102", "Bus 103", "Bus 104", "Bus 105", "Bus 106", "Bus 107", "Bus 108", "Bus 109", "Bus 110", "Bus 111", "Bus 112", "Bus 113", "Bus 114", "Bus 115", "Bus 116", "Bus 117", "Bus 118", "Bus 119", "Bus 120", "Bus 121", "Bus 122", "Bus 123", "Bus 124", "Bus 125", "Bus 126", "Bus 127", "Bus 128", "Bus 129", "Bus 130", "Bus 131", "Bus 132", "Bus 133", "Bus 134", "Bus 135", "Bus 136", "Bus 137", "Bus 138", "Bus 139", "Bus 140", "Bus 141", "Bus 142", "Bus 143", "Bus 144", "Bus 145", "Bus 146", "Bus 147", "Bus 148", "Bus 149", "Bus 150", "Bus 151", "Bus 152", "Bus 153", "Bus 154", "Bus 155", "Bus 156", "Bus 157", "Bus 158", "Bus 159", "Bus 160", "Bus 161", "Bus 162", "Bus 163", "Bus 164", "Bus 165", "Bus 166", "Bus 167", "Bus 168", "Bus 169", "Bus 170", "Bus 171", "Bus 172", "Bus 173", "Bus 174", "Bus 175", "Bus 176", "Bus 178" ], "type": "scatter", "x": [ 3408665.349175, 3409669.096215, 3409701.5281849997, 3409395.5326549998, 3408730.1735, 3408849.00141, 3408210.205095, 3408719.72605, 3408975.913755, 3410296.66458, 3411216.526165, 3412523.282265, 3413353.181945, 3414619.659505, 3413854.89557, 3417068.32117, 3412335.82098, 3416989.87706, 3420936.666405, 3419748.613735, 3417044.332345, 3416936.8934, 3411249.917565, 3417839.113615, 3411303.625725, 3416691.72847, 3412736.0123, 3416889.015395, 3410287.52413, 3417062.86489, 3410365.877105, 3411701.231155, 3417046.76693, 3412171.07318, 3412037.331555, 3417317.379745, 3411094.5293799997, 3411891.829765, 3412644.303915, 3412494.665505, 3418411.783625, 3411785.34044, 3417849.758145, 3411973.54194, 3411622.542935, 3413992.76188, 3417091.49669, 3417392.81507, 3412984.086275, 3417643.32197, 3417614.157325, 3413126.367695, 3417773.4362149998, 3410821.62822, 3407983.78155, 3419397.84279, 3419357.7620449997, 3419277.01657, 3419979.565655, 3419616.951355, 3412068.438205, 3419697.711465, 3412575.0779, 3412613.5358949997, 3412542.38331, 3419678.205055, 3412183.33188, 3418359.45578, 3412343.37775, 3414019.75533, 3413865.67305, 3417498.904005, 3417262.3221, 3417296.995665, 3417568.126245, 3409538.64957, 3407984.897035, 3412268.81795, 3418745.212615, 3412143.304465, 3419021.5555249997, 3414311.22654, 3419221.18234, 3413481.2855599998, 3412220.238145, 3412851.145155, 3418890.004785, 3417019.61853, 3412082.45804, 3417250.970735, 3416952.52644, 3412339.049355, 3417439.513935, 3412453.990615, 3417043.53881, 3408131.461275, 3407976.02058, 3407642.913365, 3408223.972925, 3421413.450085, 3421459.12736, 3408045.89905, 3407935.6436, 3409798.60001, 3413898.4617749997, 3409096.600125, 3412438.404275, 3421058.997755, 3421313.47574, 3409369.512385, 3408951.664265, 3407627.22878, 3407706.186985, 3407068.74552, 3407771.006305, 3412509.49375, 3412756.53258, 3411352.7399999998, 3418844.726965, 3417796.371315, 3412259.1209299997, 3408278.9995999997, 3407878.25476, 3407845.09925, 3407845.30055, 3418636.99365, 3418229.471735, 3418380.179585, 3417786.66388, 3418743.61835, 3417611.24743, 3417854.33292, 3418753.533525, 3418265.46984, 3418770.10536, 3419250.55144, 3418943.6674349997, 3419057.457715, 3419234.664765, 3418987.826405, 3418717.898335, 3414374.640155, 3418242.10659, 3418335.48461, 3408772.0309, 3408416.22914, 3409133.776065, 3409465.918195, 3409402.47713, 3409404.38822, 3407887.282875, 3415957.4344, 3411641.501945, 3408547.67568, 3412089.223465, 3407772.74985, 3407427.18329, 3410109.835535, 3407580.5643599997, 3409328.087865, 3409493.301295, 3409357.96508, 3409426.878715, 3411731.63789, 3408983.211045, 3410393.1329, 3408402.1696, 3408567.84631, 3408347.63624, 3407938.434695, 3407327.457605, 3407070.63602, 3408075.000255, 3407490.786255, 3407626.841255, 3417098.868935, 3408444.066435 ], "y": [ 5364414.94864, 5364282.613545001, 5364523.170815, 5363867.96846, 5364581.697500001, 5365837.96881, 5366929.533960001, 5365410.875170001, 5364211.5701750005, 5367207.696925, 5367341.3704200005, 5367829.039055, 5370522.3722, 5365662.20595, 5370532.17406, 5369426.721965, 5368857.966840001, 5368254.9978950005, 5362804.52194, 5369365.755840001, 5363686.7694500005, 5367855.33526, 5370149.9372000005, 5368879.194555, 5370800.261425001, 5369521.514525, 5370459.866305, 5369897.529565, 5369692.02639, 5370149.781450001, 5369898.0554, 5370156.0428100005, 5370300.571885, 5370502.51661, 5361518.461155, 5370438.243685001, 5370489.677610001, 5370473.070780001, 5369017.6826450005, 5368924.077845001, 5369014.851915, 5367394.89804, 5369289.93087, 5366489.345235, 5366769.909935, 5370905.836490001, 5369163.8307300005, 5369328.91016, 5368951.073805001, 5369572.441095, 5369041.862825001, 5369150.284555, 5366754.669095, 5370490.62743, 5359666.521380001, 5369283.55578, 5365951.351740001, 5365730.16249, 5365699.86742, 5365543.414095, 5366340.79855, 5365915.13698, 5366790.77472, 5366446.5986, 5366267.2019650005, 5365307.31304, 5367288.615625001, 5364276.74375, 5367039.191295001, 5363006.85271, 5363143.39408, 5369889.409085, 5369983.370025001, 5369670.800840001, 5370203.822020001, 5367396.459115, 5357597.62531, 5361965.8234250005, 5365482.46575, 5362222.8465100005, 5365620.6961550005, 5363573.696045, 5365385.339415001, 5362851.352340001, 5361942.450270001, 5361808.458255, 5365889.114250001, 5371396.63716, 5361762.5657, 5370854.007660001, 5371121.336080001, 5361239.5318, 5370076.235715, 5361394.883040001, 5370568.944580001, 5357026.600335, 5355254.867855, 5355408.41098, 5355362.004125, 5362571.397205001, 5362910.782760001, 5357465.167160001, 5361604.281020001, 5359531.258485001, 5363247.510285, 5364094.958985001, 5361795.338565, 5363197.1299600005, 5363113.38267, 5358366.672750001, 5358719.695230001, 5357634.122470001, 5357185.01204, 5357563.082055001, 5357944.49746, 5370211.403535, 5368870.109585, 5370544.256, 5364736.559470001, 5364792.013845, 5366668.92399, 5357672.579415, 5357165.621435001, 5357375.47743, 5356981.466445001, 5364405.856085001, 5364496.242115, 5364636.724845001, 5364197.382300001, 5364579.237955, 5364442.002145001, 5364474.723965, 5363104.6379350005, 5363455.22988, 5362524.28598, 5362788.69955, 5362367.0363300005, 5362622.245215001, 5362484.08542, 5366019.591035, 5362777.79097, 5362902.157225001, 5363665.279770001, 5362827.18118, 5364750.662205, 5364704.938425001, 5364636.208415001, 5364631.06477, 5364375.353395, 5364135.048685, 5361864.4739850005, 5364162.393145001, 5362715.89218, 5362893.18738, 5367029.39345, 5361211.91952, 5361721.47309, 5359383.313385, 5361398.412885, 5358673.150195001, 5359029.028630001, 5359237.7134650005, 5358887.852505, 5367155.67967, 5364768.844140001, 5363605.245315, 5361672.63748, 5361784.734655, 5361962.0757, 5361129.737385, 5361657.66951, 5361833.994235001, 5361897.82828, 5361940.785785001, 5355652.590995001, 5364820.328685001, 5367639.480235 ] }, { "hoverinfo": "text", "legendgroup": "110.0", "marker": { "color": "rgb(87, 211, 219)", "size": 10, "symbol": "circle" }, "mode": "markers", "name": "buses 110.0 kV", "text": [ "Bus 38", "Bus 177" ], "type": "scatter", "x": [ 3419748.613735, 3408444.066435 ], "y": [ 5369365.755840001, 5367639.480235 ] } ], "layout": { "autosize": true, "height": 700, "hovermode": "closest", "margin": { "b": 5, "l": 5, "r": 5, "t": 5 }, "showlegend": true, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "font": { "size": 16 } }, "width": 624.049761687503, "xaxis": { "showgrid": false, "showticklabels": false, "zeroline": false }, "yaxis": { "showgrid": false, "showticklabels": false, "zeroline": false } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "from pandapower.plotting.plotly import vlevel_plotly\n", "vlevel_plotly(net);" ] }, { "cell_type": "code", "execution_count": 6, "metadata": {}, "outputs": [ { "data": { "text/html": [ " \n", " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "linkText": "Export to plot.ly", "plotlyServerURL": "https://plot.ly", "showLink": false }, "data": [ { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 220.0 kV", "text": "Line 1-2", "type": "scatter", "x": [ 4, 6, 8 ], "y": [ 8, 8, 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 220.0 kV", "text": "Line 1-6a", "type": "scatter", "x": [ 4, 6, 8 ], "y": [ 8, 7, 6 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 220.0 kV", "text": "Line 2-5", "type": "scatter", "x": [ 8, 10, 12 ], "y": [ 8, 8, 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 220.0 kV", "text": "Line 3-4", "type": "scatter", "x": [ 20, 18, 16 ], "y": [ 8, 8, 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 220.0 kV", "text": "Line 3-4_2", "type": "scatter", "x": [ 20, 18, 16 ], "y": [ 8, 8, 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 220.0 kV", "text": "Line 4-5", "type": "scatter", "x": [ 16, 14, 12 ], "y": [ 8, 8, 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 220.0 kV", "text": "Line 4-6a", "type": "scatter", "x": [ 16, 12, 8 ], "y": [ 8, 7, 6 ] }, { "hoverinfo": "text", "line": { "color": "rgb(219, 95, 87)", "width": 2 }, "mode": "lines", "name": "lines 220.0 kV", "text": "Line 6a-6b", "type": "scatter", "x": [ 8, 10, 12 ], "y": [ 6, 5.25, 4.5 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(219, 95, 87)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "type": "scatter", "x": [ 6 ], "y": [ 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(87, 219, 95)", "width": 2 }, "mode": "lines", "name": "lines 380.0 kV", "text": "Line 7-8", "type": "scatter", "x": [ 4, 12, 20 ], "y": [ 1, 1, 1 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(87, 219, 95)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "type": "scatter", "x": [ 12 ], "y": [ 1 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 4 }, "mode": "lines", "name": "trafos", "text": "Trafo 1-7", "type": "scatter", "x": [ 4, 4, 4 ], "y": [ 1, 4.5, 8 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(128, 128, 128)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "type": "scatter", "x": [ 4 ], "y": [ 4.5 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 4 }, "mode": "lines", "name": "trafos", "text": "Trafo 3-8", "type": "scatter", "x": [ 20, 20, 20 ], "y": [ 1, 4.5, 8 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(128, 128, 128)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "type": "scatter", "x": [ 20 ], "y": [ 4.5 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 4 }, "mode": "lines", "name": "trafos", "text": "Trafo 9-1", "type": "scatter", "x": [ 4, 2, 0 ], "y": [ 8, 8, 8 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(128, 128, 128)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "type": "scatter", "x": [ 2 ], "y": [ 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 4 }, "mode": "lines", "name": "trafos", "text": "Trafo 10-2", "type": "scatter", "x": [ 8, 8, 8 ], "y": [ 8, 10, 12 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(128, 128, 128)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "type": "scatter", "x": [ 8 ], "y": [ 10 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 4 }, "mode": "lines", "name": "trafos", "text": "Trafo 11-3", "type": "scatter", "x": [ 20, 22, 24 ], "y": [ 8, 8, 8 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(128, 128, 128)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "type": "scatter", "x": [ 22 ], "y": [ 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 4 }, "mode": "lines", "name": "trafos", "text": "Trafo 12-6b", "type": "scatter", "x": [ 12, 14, 16 ], "y": [ 4.5, 4.5, 4.5 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(128, 128, 128)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "type": "scatter", "x": [ 14 ], "y": [ 4.5 ] }, { "hoverinfo": "text", "legendgroup": "220.0", "marker": { "color": "rgb(219, 95, 87)", "size": 10, "symbol": "circle" }, "mode": "markers", "name": "buses 220.0 kV", "text": [ "Bus 1", "Bus 2", "Bus 3", "Bus 4", "Bus 5", "Bus 6a", "Bus 6b" ], "type": "scatter", "x": [ 4, 8, 20, 16, 12, 8, 12 ], "y": [ 8, 8, 8, 8, 8, 6, 4.5 ] }, { "hoverinfo": "text", "legendgroup": "380.0", "marker": { "color": "rgb(87, 219, 95)", "size": 10, "symbol": "circle" }, "mode": "markers", "name": "buses 380.0 kV", "text": [ "Bus 8", "Bus 7" ], "type": "scatter", "x": [ 20, 4 ], "y": [ 1, 1 ] }, { "hoverinfo": "text", "legendgroup": "22.0", "marker": { "color": "rgb(95, 87, 219)", "size": 10, "symbol": "circle" }, "mode": "markers", "name": "buses 22.0 kV", "text": [ "Bus 9", "Bus 10", "Bus 11", "Bus 12" ], "type": "scatter", "x": [ 0, 8, 24, 16 ], "y": [ 8, 12, 8, 4.5 ] } ], "layout": { "autosize": true, "height": 320.83333333333337, "hovermode": "closest", "margin": { "b": 5, "l": 5, "r": 5, "t": 5 }, "showlegend": true, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "font": { "size": 16 } }, "width": 700, "xaxis": { "showgrid": false, "showticklabels": false, "zeroline": false }, "yaxis": { "showgrid": false, "showticklabels": false, "zeroline": false } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "from pandapower.networks import create_cigre_network_hv\n", "net = create_cigre_network_hv()\n", "runpp(net)\n", "vlevel_plotly(net);" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Power Flow Results\n", "Results from `res_bus`, `res_line` and `res_trafo` can be effectively displayed using `pf_res_plolty`.\n", "Buses colored according to resulting voltage magnitude using colormap in range $[0.9,1.1]$. \n", "Lines and trafos are colored according to resulting loading using colormap in range $[0,100]$. \n", "Positioning a cursor over a bus or line-breaks shows more details about each element." ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [ { "data": { "text/html": [ " \n", " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "linkText": "Export to plot.ly", "plotlyServerURL": "https://plot.ly", "showLink": false }, "data": [ { "hoverinfo": "text", "line": { "color": "rgb(0.0,28.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 1-2
I = 15.337 %
I_from = 0.15 kA
I_to = 0.175 kA
", "type": "scatter", "x": [ 4, 6, 8 ], "y": [ 8, 8, 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(102.41935483870967,255.0,144.35483870967744)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 1-6a
I = 47.595 %
I_from = 0.541 kA
I_to = 0.543 kA
", "type": "scatter", "x": [ 4, 6, 8 ], "y": [ 8, 7, 6 ] }, { "hoverinfo": "text", "line": { "color": "rgb(102.41935483870967,255.0,144.35483870967744)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 2-5
I = 47.489 %
I_from = 0.509 kA
I_to = 0.541 kA
", "type": "scatter", "x": [ 8, 10, 12 ], "y": [ 8, 8, 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(86.29032258064514,255.0,160.48387096774195)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 3-4
I = 45.446 %
I_from = 0.494 kA
I_to = 0.518 kA
", "type": "scatter", "x": [ 20, 18, 16 ], "y": [ 8, 8, 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(86.29032258064514,255.0,160.48387096774195)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 3-4_2
I = 45.446 %
I_from = 0.494 kA
I_to = 0.518 kA
", "type": "scatter", "x": [ 20, 18, 16 ], "y": [ 8, 8, 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,68.49999999999997,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 4-5
I = 19.45 %
I_from = 0.172 kA
I_to = 0.222 kA
", "type": "scatter", "x": [ 16, 14, 12 ], "y": [ 8, 8, 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,52.49999999999997,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 4-6a
I = 17.633 %
I_from = 0.201 kA
I_to = 0.16 kA
", "type": "scatter", "x": [ 16, 12, 8 ], "y": [ 8, 7, 6 ] }, { "hoverinfo": "text", "line": { "color": "rgb(70.16129032258063,255.0,176.61290322580646)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 7-8
I = 43.434 %
I_from = 0.571 kA
I_to = 0.573 kA
", "type": "scatter", "x": [ 4, 12, 20 ], "y": [ 1, 1, 1 ] }, { "hoverinfo": "text", "line": { "color": "rgb(127.5,0.0,0.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 6a-6b
I = 112.778 %
I_from = 1.286 kA
I_to = 1.286 kA
", "type": "scatter", "x": [ 8, 10, 12 ], "y": [ 6, 5.25, 4.5 ] }, { "marker": { "cmax": 100, "cmin": 0, "color": "rgb(255,255,255)", "colorbar": { "thickness": 10, "title": { "side": "right", "text": "Line Loading [%]" }, "x": 1.1 }, "colorscale": [ [ 0, "rgb(0,0,131)" ], [ 0.2, "rgb(0,60,170)" ], [ 0.4, "rgb(5,255,255)" ], [ 0.6, "rgb(255,255,0)" ], [ 0.8, "rgb(250,0,0)" ], [ 1, "rgb(128,0,0)" ] ], "opacity": 0, "size": 0 }, "mode": "markers", "type": "scatter", "x": [ 4 ], "y": [ 8 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(128, 128, 128)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "text": [ "Line 1-2
I = 15.337 %
I_from = 0.15 kA
I_to = 0.175 kA
", "Line 1-6a
I = 47.595 %
I_from = 0.541 kA
I_to = 0.543 kA
", "Line 2-5
I = 47.489 %
I_from = 0.509 kA
I_to = 0.541 kA
", "Line 3-4
I = 45.446 %
I_from = 0.494 kA
I_to = 0.518 kA
", "Line 3-4_2
I = 45.446 %
I_from = 0.494 kA
I_to = 0.518 kA
", "Line 4-5
I = 19.45 %
I_from = 0.172 kA
I_to = 0.222 kA
", "Line 4-6a
I = 17.633 %
I_from = 0.201 kA
I_to = 0.16 kA
", "Line 7-8
I = 43.434 %
I_from = 0.571 kA
I_to = 0.573 kA
", "Line 6a-6b
I = 112.778 %
I_from = 1.286 kA
I_to = 1.286 kA
" ], "type": "scatter", "x": [ 6 ], "y": [ 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(21.774193548387093,255.0,225.0)", "width": 3 }, "mode": "lines", "name": "trafos", "text": "Trafo 1-7
I = 37.567 %
I_hv = 0.571 kA
I_lv = 0.986 kA
", "type": "scatter", "x": [ 4, 4, 4 ], "y": [ 1, 4.5, 8 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(21.774193548387093,255.0,225.0)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "text": [ "Trafo 1-7
I = 37.567 %
I_hv = 0.571 kA
I_lv = 0.986 kA
", "Trafo 3-8
I = 37.735 %
I_hv = 0.573 kA
I_lv = 0.99 kA
", "Trafo 9-1
I = 53.174 %
I_hv = 1.395 kA
I_lv = 13.955 kA
", "Trafo 10-2
I = 55.962 %
I_hv = 1.469 kA
I_lv = 14.686 kA
", "Trafo 11-3
I = 53.76 %
I_hv = 1.411 kA
I_lv = 14.108 kA
", "Trafo 12-6b
I = 97.98 %
I_hv = 1.286 kA
I_lv = 12.856 kA
" ], "type": "scatter", "x": [ 4 ], "y": [ 4.5 ] }, { "hoverinfo": "text", "line": { "color": "rgb(21.774193548387093,255.0,225.0)", "width": 3 }, "mode": "lines", "name": "trafos", "text": "Trafo 3-8
I = 37.735 %
I_hv = 0.573 kA
I_lv = 0.99 kA
", "type": "scatter", "x": [ 20, 20, 20 ], "y": [ 1, 4.5, 8 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(21.774193548387093,255.0,225.0)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "text": [ "Trafo 1-7
I = 37.567 %
I_hv = 0.571 kA
I_lv = 0.986 kA
", "Trafo 3-8
I = 37.735 %
I_hv = 0.573 kA
I_lv = 0.99 kA
", "Trafo 9-1
I = 53.174 %
I_hv = 1.395 kA
I_lv = 13.955 kA
", "Trafo 10-2
I = 55.962 %
I_hv = 1.469 kA
I_lv = 14.686 kA
", "Trafo 11-3
I = 53.76 %
I_hv = 1.411 kA
I_lv = 14.108 kA
", "Trafo 12-6b
I = 97.98 %
I_hv = 1.286 kA
I_lv = 12.856 kA
" ], "type": "scatter", "x": [ 20 ], "y": [ 4.5 ] }, { "hoverinfo": "text", "line": { "color": "rgb(150.8064516129032,255.0,95.96774193548387)", "width": 3 }, "mode": "lines", "name": "trafos", "text": "Trafo 9-1
I = 53.174 %
I_hv = 1.395 kA
I_lv = 13.955 kA
", "type": "scatter", "x": [ 4, 2, 0 ], "y": [ 8, 8, 8 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(150.8064516129032,255.0,95.96774193548387)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "text": [ "Trafo 1-7
I = 37.567 %
I_hv = 0.571 kA
I_lv = 0.986 kA
", "Trafo 3-8
I = 37.735 %
I_hv = 0.573 kA
I_lv = 0.99 kA
", "Trafo 9-1
I = 53.174 %
I_hv = 1.395 kA
I_lv = 13.955 kA
", "Trafo 10-2
I = 55.962 %
I_hv = 1.469 kA
I_lv = 14.686 kA
", "Trafo 11-3
I = 53.76 %
I_hv = 1.411 kA
I_lv = 14.108 kA
", "Trafo 12-6b
I = 97.98 %
I_hv = 1.286 kA
I_lv = 12.856 kA
" ], "type": "scatter", "x": [ 2 ], "y": [ 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(173.3870967741935,255.0,73.38709677419357)", "width": 3 }, "mode": "lines", "name": "trafos", "text": "Trafo 10-2
I = 55.962 %
I_hv = 1.469 kA
I_lv = 14.686 kA
", "type": "scatter", "x": [ 8, 8, 8 ], "y": [ 8, 10, 12 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(173.3870967741935,255.0,73.38709677419357)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "text": [ "Trafo 1-7
I = 37.567 %
I_hv = 0.571 kA
I_lv = 0.986 kA
", "Trafo 3-8
I = 37.735 %
I_hv = 0.573 kA
I_lv = 0.99 kA
", "Trafo 9-1
I = 53.174 %
I_hv = 1.395 kA
I_lv = 13.955 kA
", "Trafo 10-2
I = 55.962 %
I_hv = 1.469 kA
I_lv = 14.686 kA
", "Trafo 11-3
I = 53.76 %
I_hv = 1.411 kA
I_lv = 14.108 kA
", "Trafo 12-6b
I = 97.98 %
I_hv = 1.286 kA
I_lv = 12.856 kA
" ], "type": "scatter", "x": [ 8 ], "y": [ 10 ] }, { "hoverinfo": "text", "line": { "color": "rgb(154.03225806451613,255.0,92.74193548387096)", "width": 3 }, "mode": "lines", "name": "trafos", "text": "Trafo 11-3
I = 53.76 %
I_hv = 1.411 kA
I_lv = 14.108 kA
", "type": "scatter", "x": [ 20, 22, 24 ], "y": [ 8, 8, 8 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(154.03225806451613,255.0,92.74193548387096)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "text": [ "Trafo 1-7
I = 37.567 %
I_hv = 0.571 kA
I_lv = 0.986 kA
", "Trafo 3-8
I = 37.735 %
I_hv = 0.573 kA
I_lv = 0.99 kA
", "Trafo 9-1
I = 53.174 %
I_hv = 1.395 kA
I_lv = 13.955 kA
", "Trafo 10-2
I = 55.962 %
I_hv = 1.469 kA
I_lv = 14.686 kA
", "Trafo 11-3
I = 53.76 %
I_hv = 1.411 kA
I_lv = 14.108 kA
", "Trafo 12-6b
I = 97.98 %
I_hv = 1.286 kA
I_lv = 12.856 kA
" ], "type": "scatter", "x": [ 22 ], "y": [ 8 ] }, { "hoverinfo": "text", "line": { "color": "rgb(150.22727272727272,0.0,0.0)", "width": 3 }, "mode": "lines", "name": "trafos", "text": "Trafo 12-6b
I = 97.98 %
I_hv = 1.286 kA
I_lv = 12.856 kA
", "type": "scatter", "x": [ 12, 14, 16 ], "y": [ 4.5, 4.5, 4.5 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(150.22727272727272,0.0,0.0)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "text": [ "Trafo 1-7
I = 37.567 %
I_hv = 0.571 kA
I_lv = 0.986 kA
", "Trafo 3-8
I = 37.735 %
I_hv = 0.573 kA
I_lv = 0.99 kA
", "Trafo 9-1
I = 53.174 %
I_hv = 1.395 kA
I_lv = 13.955 kA
", "Trafo 10-2
I = 55.962 %
I_hv = 1.469 kA
I_lv = 14.686 kA
", "Trafo 11-3
I = 53.76 %
I_hv = 1.411 kA
I_lv = 14.108 kA
", "Trafo 12-6b
I = 97.98 %
I_hv = 1.286 kA
I_lv = 12.856 kA
" ], "type": "scatter", "x": [ 14 ], "y": [ 4.5 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(128, 128, 128)", "size": 20, "symbol": "square" }, "mode": "markers", "name": "external_grid", "text": [ "Bus 9" ], "type": "scatter", "x": [ 0 ], "y": [ 8 ] }, { "hoverinfo": "text", "marker": { "cmax": 1.1, "cmin": 0.9, "color": [ 1.0241028378199084, 0.9958042763884403, 0.9651606465616664, 0.8297194515745473, 0.7438274191305474, 0.9303222885676697, 0.9306691154628461, 1.0310960809306937, 0.9718640239717657, 1.03, 1.03, 1.03, 1.03 ], "colorbar": { "thickness": 10, "title": { "side": "right", "text": "Bus Voltage [pu]" }, "x": 1 }, "colorscale": [ [ 0, "rgb(0,0,131)" ], [ 0.2, "rgb(0,60,170)" ], [ 0.4, "rgb(5,255,255)" ], [ 0.6, "rgb(255,255,0)" ], [ 0.8, "rgb(250,0,0)" ], [ 1, "rgb(128,0,0)" ] ], "size": 10, "symbol": "circle" }, "mode": "markers", "name": "buses", "text": [ "Bus 1
V_m = 1.024 pu
V_m = 225.303 kV
V_a = -33.843 deg", "Bus 2
V_m = 0.996 pu
V_m = 219.077 kV
V_a = -31.397 deg", "Bus 3
V_m = 0.965 pu
V_m = 212.335 kV
V_a = -68.117 deg", "Bus 4
V_m = 0.83 pu
V_m = 182.538 kV
V_a = -73.704 deg", "Bus 5
V_m = 0.744 pu
V_m = 163.642 kV
V_a = -61.373 deg", "Bus 6a
V_m = 0.93 pu
V_m = 204.671 kV
V_a = -64.661 deg", "Bus 6b
V_m = 0.931 pu
V_m = 204.747 kV
V_a = -64.647 deg", "Bus 7
V_m = 1.031 pu
V_m = 391.817 kV
V_a = -36.538 deg", "Bus 8
V_m = 0.972 pu
V_m = 369.308 kV
V_a = -65.242 deg", "Bus 9
V_m = 1.03 pu
V_m = 22.66 kV
V_a = 0.0 deg", "Bus 10
V_m = 1.03 pu
V_m = 22.66 kV
V_a = 2.236 deg", "Bus 11
V_m = 1.03 pu
V_m = 22.66 kV
V_a = -36.618 deg", "Bus 12
V_m = 1.03 pu
V_m = 22.66 kV
V_a = -29.98 deg" ], "type": "scatter", "x": [ 4, 8, 20, 16, 12, 8, 12, 4, 20, 0, 8, 24, 16 ], "y": [ 8, 8, 8, 8, 8, 6, 4.5, 1, 1, 8, 12, 8, 4.5 ] } ], "layout": { "autosize": true, "height": 320.83333333333337, "hovermode": "closest", "margin": { "b": 5, "l": 5, "r": 5, "t": 5 }, "showlegend": false, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "font": { "size": 16 } }, "width": 700, "xaxis": { "showgrid": false, "showticklabels": false, "zeroline": false }, "yaxis": { "showgrid": false, "showticklabels": false, "zeroline": false } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "from pandapower.plotting.plotly import pf_res_plotly\n", "pf_res_plotly(net);" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## General Plotting features\n", "Interactive plots are built to share some general plotting features with static plots using [matplotlib](https://github.com/e2nIEE/pandapower/blob/master/tutorials/plotting_basic.ipynb). " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Plots without geodata available" ] }, { "cell_type": "code", "execution_count": 9, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "No or insufficient geodata available --> Creating artificial coordinates. This may take some time...\n" ] }, { "data": { "text/html": [ " \n", " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "linkText": "Export to plot.ly", "plotlyServerURL": "https://plot.ly", "showLink": false }, "data": [ { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 0", "type": "scatter", "x": [ 26, 25.5, 25 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 1", "type": "scatter", "x": [ 26, 26.5, 27 ], "y": [ 6.5625, 6.3125, 6.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 2", "type": "scatter", "x": [ 26, 26.5, 27 ], "y": [ 6.5625, 6.8125, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 3", "type": "scatter", "x": [ 27, 27.5, 28 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 4", "type": "scatter", "x": [ 28, 28.5, 29 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 5", "type": "scatter", "x": [ 17, 16.5, 16 ], "y": [ 3.5625, 3.5625, 3.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 6", "type": "scatter", "x": [ 17, 17.5, 18 ], "y": [ 3.5625, 3.3125, 3.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 7", "type": "scatter", "x": [ 17, 17.5, 18 ], "y": [ 3.5625, 3.8125, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 10", "type": "scatter", "x": [ 24, 24.5, 25 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 11", "type": "scatter", "x": [ 26, 25.5, 25 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 12", "type": "scatter", "x": [ 18, 18.5, 19 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 14", "type": "scatter", "x": [ 18, 17.5, 17 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 15", "type": "scatter", "x": [ 14, 13.5, 13 ], "y": [ 3.5625, 3.3125, 3.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 16", "type": "scatter", "x": [ 15, 14.5, 14 ], "y": [ 3.5625, 3.5625, 3.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 17", "type": "scatter", "x": [ 12, 11.5, 11 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 18", "type": "scatter", "x": [ 11, 10.5, 10 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 20", "type": "scatter", "x": [ 31, 30.5, 30 ], "y": [ 6.0625, 6.0625, 6.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 21", "type": "scatter", "x": [ 31, 31.5, 32 ], "y": [ 6.0625, 6.0625, 6.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 22", "type": "scatter", "x": [ 19, 18.5, 18 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 24", "type": "scatter", "x": [ 18, 17.5, 17 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 25", "type": "scatter", "x": [ 23, 22.5, 22 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 26", "type": "scatter", "x": [ 21, 21.5, 22 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 27", "type": "scatter", "x": [ 11, 10.5, 10 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 28", "type": "scatter", "x": [ 10, 9.5, 9 ], "y": [ 7.0625, 6.8125, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 29", "type": "scatter", "x": [ 27, 27.5, 28 ], "y": [ -5.4375, -5.4375, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 30", "type": "scatter", "x": [ 26, 26.5, 27 ], "y": [ -5.4375, -5.4375, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 32", "type": "scatter", "x": [ 31, 31.5, 32 ], "y": [ -5.4375, -5.1875, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 34", "type": "scatter", "x": [ 20, 20.5, 21 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 35", "type": "scatter", "x": [ 19, 19.5, 20 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 36", "type": "scatter", "x": [ 7, 6.5, 6 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 37", "type": "scatter", "x": [ 7, 7.5, 8 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 38", "type": "scatter", "x": [ 5, 4.5, 4 ], "y": [ 0.8125, 0.5625, 0.3125 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 39", "type": "scatter", "x": [ 5, 5.5, 6 ], "y": [ 0.8125, 1.1875, 1.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 40", "type": "scatter", "x": [ 5, 5.5, 6 ], "y": [ 0.8125, 0.4375, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 41", "type": "scatter", "x": [ 11, 11.5, 12 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 42", "type": "scatter", "x": [ 30, 30.5, 31 ], "y": [ 4.5625, 4.5625, 4.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 43", "type": "scatter", "x": [ 31, 31.5, 32 ], "y": [ 4.5625, 4.8125, 5.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 44", "type": "scatter", "x": [ 31, 31.5, 32 ], "y": [ 4.5625, 4.3125, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 45", "type": "scatter", "x": [ 17, 16.5, 16 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 46", "type": "scatter", "x": [ 9, 9.5, 10 ], "y": [ 2.5625, 2.8125, 3.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 47", "type": "scatter", "x": [ 10, 10.5, 11 ], "y": [ 3.0625, 3.0625, 3.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 48", "type": "scatter", "x": [ 29, 28.5, 28 ], "y": [ 6.0625, 6.0625, 6.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 49", "type": "scatter", "x": [ 28, 27.5, 27 ], "y": [ 6.0625, 6.0625, 6.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 50", "type": "scatter", "x": [ 12, 11.5, 11 ], "y": [ 3.0625, 3.0625, 3.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 51", "type": "scatter", "x": [ 29, 29.5, 30 ], "y": [ 6.0625, 6.0625, 6.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 52", "type": "scatter", "x": [ 4, 4.5, 5 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 53", "type": "scatter", "x": [ 3, 3.5, 4 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 54", "type": "scatter", "x": [ 5, 5.5, 6 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 55", "type": "scatter", "x": [ 12, 12.5, 13 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 56", "type": "scatter", "x": [ 16, 15.5, 15 ], "y": [ 7.0625, 7.3125, 7.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 57", "type": "scatter", "x": [ 13, 13.5, 14 ], "y": [ 7.0625, 6.8125, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 58", "type": "scatter", "x": [ 15, 15.5, 16 ], "y": [ -4.4375, -4.1875, -3.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 59", "type": "scatter", "x": [ 14, 14.5, 15 ], "y": [ -4.4375, -4.4375, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 60", "type": "scatter", "x": [ 16, 15.5, 15 ], "y": [ -4.9375, -4.6875, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 61", "type": "scatter", "x": [ 17, 16.5, 16 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 62", "type": "scatter", "x": [ 2, 2.5, 3 ], "y": [ 3.4375, 5, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 63", "type": "scatter", "x": [ 24, 24.5, 25 ], "y": [ -4.9375, -4.6875, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 64", "type": "scatter", "x": [ 25, 24.5, 24 ], "y": [ -5.4375, -5.1875, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 65", "type": "scatter", "x": [ 23, 23.5, 24 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 67", "type": "scatter", "x": [ 16, 15.5, 15 ], "y": [ 3.5625, 3.5625, 3.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 68", "type": "scatter", "x": [ 27, 26.5, 26 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 69", "type": "scatter", "x": [ 26, 25.5, 25 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 70", "type": "scatter", "x": [ 14, 13.5, 13 ], "y": [ -2.9375, -2.6875, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 71", "type": "scatter", "x": [ 13, 13.5, 14 ], "y": [ -2.4375, -2.1875, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 72", "type": "scatter", "x": [ 13, 12.5, 12 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 73", "type": "scatter", "x": [ 15, 15.5, 16 ], "y": [ -2.9375, -2.9375, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 74", "type": "scatter", "x": [ 16, 16.5, 17 ], "y": [ -2.9375, -2.9375, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 75", "type": "scatter", "x": [ 15, 14.5, 14 ], "y": [ -2.9375, -2.9375, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 76", "type": "scatter", "x": [ 24, 24.5, 25 ], "y": [ -1.4375, -1.4375, -1.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 77", "type": "scatter", "x": [ 23, 23.5, 24 ], "y": [ -1.4375, -1.4375, -1.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 78", "type": "scatter", "x": [ 21, 20.5, 20 ], "y": [ -3.4375, -3.1875, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 79", "type": "scatter", "x": [ 20, 19.5, 19 ], "y": [ -2.9375, -2.9375, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 80", "type": "scatter", "x": [ 18, 18.5, 19 ], "y": [ -2.9375, -2.9375, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 81", "type": "scatter", "x": [ 20, 20.5, 21 ], "y": [ -2.9375, -2.6875, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 82", "type": "scatter", "x": [ 18, 17.5, 17 ], "y": [ -2.9375, -2.9375, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 85", "type": "scatter", "x": [ 21, 20.5, 20 ], "y": [ 7.5625, 7.5625, 7.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 86", "type": "scatter", "x": [ 19, 19.5, 20 ], "y": [ 7.0625, 7.3125, 7.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 87", "type": "scatter", "x": [ 30, 29.5, 29 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 90", "type": "scatter", "x": [ 25, 24.5, 24 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 91", "type": "scatter", "x": [ 22, 21.5, 21 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 92", "type": "scatter", "x": [ 20, 20.5, 21 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 93", "type": "scatter", "x": [ 19, 19.5, 20 ], "y": [ 7.0625, 6.8125, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 94", "type": "scatter", "x": [ 24, 23.5, 23 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 95", "type": "scatter", "x": [ 22, 22.5, 23 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 96", "type": "scatter", "x": [ 23, 23.5, 24 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 97", "type": "scatter", "x": [ 25, 24.5, 24 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 98", "type": "scatter", "x": [ 32, 32.5, 33 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 99", "type": "scatter", "x": [ 30, 29.5, 29 ], "y": [ 4.5625, 4.5625, 4.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 100", "type": "scatter", "x": [ 28, 27.5, 27 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 101", "type": "scatter", "x": [ 31, 30.5, 30 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 102", "type": "scatter", "x": [ 30, 29.5, 29 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 103", "type": "scatter", "x": [ 29, 28.5, 28 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 104", "type": "scatter", "x": [ 21, 20.5, 20 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 105", "type": "scatter", "x": [ 20, 19.5, 19 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 106", "type": "scatter", "x": [ 22, 21.5, 21 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 107", "type": "scatter", "x": [ 23, 22.5, 22 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 108", "type": "scatter", "x": [ 23, 23.5, 24 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 109", "type": "scatter", "x": [ 18, 18.5, 19 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 110", "type": "scatter", "x": [ 29, 28.5, 28 ], "y": [ 4.5625, 4.5625, 4.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 111", "type": "scatter", "x": [ 27, 26.5, 26 ], "y": [ 4.5625, 4.3125, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 112", "type": "scatter", "x": [ 26, 26.5, 27 ], "y": [ 4.0625, 3.8125, 3.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 113", "type": "scatter", "x": [ 27, 27.5, 28 ], "y": [ 4.5625, 4.5625, 4.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 114", "type": "scatter", "x": [ 27, 27.5, 28 ], "y": [ 3.5625, 3.5625, 3.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 116", "type": "scatter", "x": [ 16, 15.5, 15 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 117", "type": "scatter", "x": [ 15, 14.5, 14 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 118", "type": "scatter", "x": [ 14, 13.5, 13 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 119", "type": "scatter", "x": [ 19, 19.5, 20 ], "y": [ 0.0625, 0.3125, 0.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 120", "type": "scatter", "x": [ 16, 16.5, 17 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 121", "type": "scatter", "x": [ 22, 22.5, 23 ], "y": [ -0.9375, -0.6875, -0.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 122", "type": "scatter", "x": [ 20, 19.5, 19 ], "y": [ -0.4375, -0.1875, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 123", "type": "scatter", "x": [ 22, 21.5, 21 ], "y": [ -0.9375, -0.9375, -0.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 124", "type": "scatter", "x": [ 21, 20.5, 20 ], "y": [ -0.9375, -0.6875, -0.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 125", "type": "scatter", "x": [ 22, 22.5, 23 ], "y": [ -0.9375, -1.1875, -1.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 126", "type": "scatter", "x": [ 20, 20.5, 21 ], "y": [ -0.4375, -0.1875, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 127", "type": "scatter", "x": [ 4, 3.5, 3 ], "y": [ 0.3125, 0.3125, 0.3125 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 128", "type": "scatter", "x": [ 4, 4.5, 5 ], "y": [ 0.3125, 0.0625, -0.1875 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 129", "type": "scatter", "x": [ 8, 8.5, 9 ], "y": [ 2.0625, 1.8125, 1.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 130", "type": "scatter", "x": [ 9, 8.5, 8 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 131", "type": "scatter", "x": [ 7, 7.5, 8 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 132", "type": "scatter", "x": [ 10, 9.5, 9 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 133", "type": "scatter", "x": [ 7, 7.5, 8 ], "y": [ 1.5625, 1.3125, 1.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 134", "type": "scatter", "x": [ 9, 9.5, 10 ], "y": [ 2.5625, 2.3125, 2.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 135", "type": "scatter", "x": [ 6, 6.5, 7 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 136", "type": "scatter", "x": [ 6, 6.5, 7 ], "y": [ 1.5625, 1.5625, 1.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 137", "type": "scatter", "x": [ 9, 8.5, 8 ], "y": [ 2.5625, 2.3125, 2.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 138", "type": "scatter", "x": [ 8, 7.5, 7 ], "y": [ 2.0625, 1.8125, 1.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 139", "type": "scatter", "x": [ 32, 32.5, 33 ], "y": [ 6.0625, 6.3125, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 140", "type": "scatter", "x": [ 32, 32.5, 33 ], "y": [ 6.0625, 5.8125, 5.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 141", "type": "scatter", "x": [ 13, 12.5, 12 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 142", "type": "scatter", "x": [ 13, 13.5, 14 ], "y": [ 3.0625, 2.8125, 2.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 143", "type": "scatter", "x": [ 13, 12.5, 12 ], "y": [ 3.0625, 3.0625, 3.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 144", "type": "scatter", "x": [ 34, 33.5, 33 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 145", "type": "scatter", "x": [ 35, 34.5, 34 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 146", "type": "scatter", "x": [ 36, 35.5, 35 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 147", "type": "scatter", "x": [ 30, 30.5, 31 ], "y": [ -5.4375, -5.4375, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 148", "type": "scatter", "x": [ 31, 31.5, 32 ], "y": [ -5.4375, -5.6875, -5.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 149", "type": "scatter", "x": [ 29, 29.5, 30 ], "y": [ -5.4375, -5.4375, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 150", "type": "scatter", "x": [ 29, 28.5, 28 ], "y": [ -5.4375, -5.4375, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 151", "type": "scatter", "x": [ 9, 8.5, 8 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 152", "type": "scatter", "x": [ 9, 9.5, 10 ], "y": [ 6.5625, 6.3125, 6.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 153", "type": "scatter", "x": [ 13, 13.5, 14 ], "y": [ 7.0625, 7.3125, 7.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 154", "type": "scatter", "x": [ 15, 14.5, 14 ], "y": [ 7.5625, 7.5625, 7.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 156", "type": "scatter", "x": [ 15, 15.5, 16 ], "y": [ 7.5625, 7.8125, 8.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 157", "type": "scatter", "x": [ 3, 3.5, 4 ], "y": [ -1.9375, -1.9375, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 158", "type": "scatter", "x": [ 4, 4.5, 5 ], "y": [ -1.9375, -1.9375, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 161", "type": "scatter", "x": [ 5, 5.5, 6 ], "y": [ -1.9375, -1.9375, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 162", "type": "scatter", "x": [ 3, 2.5, 2 ], "y": [ -4.9375, -4.1875, -3.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 163", "type": "scatter", "x": [ 19, 18.5, 18 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 164", "type": "scatter", "x": [ 17, 17.5, 18 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 165", "type": "scatter", "x": [ 2, 2.5, 3 ], "y": [ -3.4375, -2.6875, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 167", "type": "scatter", "x": [ 25, 25.5, 26 ], "y": [ -5.4375, -5.4375, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 168", "type": "scatter", "x": [ 21, 21.5, 22 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 169", "type": "scatter", "x": [ 22, 22.5, 23 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 170", "type": "scatter", "x": [ 11, 10.5, 10 ], "y": [ -4.4375, -4.4375, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 171", "type": "scatter", "x": [ 9, 9.5, 10 ], "y": [ -4.9375, -4.6875, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 172", "type": "scatter", "x": [ 4, 4.5, 5 ], "y": [ -5.4375, -5.4375, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 173", "type": "scatter", "x": [ 5, 5.5, 6 ], "y": [ -5.4375, -5.1875, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 174", "type": "scatter", "x": [ 6, 5.5, 5 ], "y": [ -5.9375, -5.6875, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 175", "type": "scatter", "x": [ 3, 3.5, 4 ], "y": [ -4.9375, -5.1875, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 177", "type": "scatter", "x": [ 9, 9.5, 10 ], "y": [ -4.9375, -5.1875, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 178", "type": "scatter", "x": [ 8, 8.5, 9 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 179", "type": "scatter", "x": [ 7, 7.5, 8 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 180", "type": "scatter", "x": [ 12, 11.5, 11 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 181", "type": "scatter", "x": [ 9, 8.5, 8 ], "y": [ -1.9375, -1.9375, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 182", "type": "scatter", "x": [ 8, 7.5, 7 ], "y": [ -1.9375, -1.9375, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 183", "type": "scatter", "x": [ 6, 6.5, 7 ], "y": [ -1.9375, -1.9375, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 184", "type": "scatter", "x": [ 3, 3.5, 4 ], "y": [ -4.9375, -4.6875, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 185", "type": "scatter", "x": [ 9, 9.5, 10 ], "y": [ -1.9375, -2.1875, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 186", "type": "scatter", "x": [ 9, 9.5, 10 ], "y": [ -1.9375, -1.6875, -1.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 187", "type": "scatter", "x": [ 10, 10.5, 11 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 189", "type": "scatter", "x": [ 14, 13.5, 13 ], "y": [ -4.4375, -4.4375, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 190", "type": "scatter", "x": [ 13, 12.5, 12 ], "y": [ -4.4375, -4.4375, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 191", "type": "scatter", "x": [ 12, 11.5, 11 ], "y": [ -4.4375, -4.4375, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 192", "type": "scatter", "x": [ 7, 6.5, 6 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 193", "type": "scatter", "x": [ 3, 2.5, 2 ], "y": [ 0.3125, 1.875, 3.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 66
Name: Line 66
Length: 0.446 km
R: 0.072 Ohm
X: 0.052 Ohm
", "type": "scatter", "x": [ 16, 26, 36 ], "y": [ 3.5625, 5.0625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 8
Name: Line 8
Length: 0.146 km
R: 0.023 Ohm
X: 0.017 Ohm
", "type": "scatter", "x": [ 25, 24.5, 24 ], "y": [ 4.0625, 1.3125, -1.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 23
Name: Line 23
Length: 1.188 km
R: 0.191 Ohm
X: 0.139 Ohm
", "type": "scatter", "x": [ 18, 16.5, 15 ], "y": [ 7.0625, 2.0625, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 88
Name: Line 88
Length: 0.296 km
R: 0.048 Ohm
X: 0.035 Ohm
", "type": "scatter", "x": [ 29, 30, 31 ], "y": [ 7.0625, 2.3125, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 188
Name: Line 188
Length: 0.386 km
R: 0.062 Ohm
X: 0.045 Ohm
", "type": "scatter", "x": [ 7, 10.5, 14 ], "y": [ -1.9375, -3.1875, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 31
Name: Line 31
Length: 0.967 km
R: 0.156 Ohm
X: 0.113 Ohm
", "type": "scatter", "x": [ 14, 23, 32 ], "y": [ 6.5625, 0.8125, -4.9375 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(128, 128, 128)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "text": [ "Index: 0
Name: Line 0
Length: 0.586 km
R: 0.094 Ohm
X: 0.069 Ohm
", "Index: 1
Name: Line 1
Length: 1.374 km
R: 0.221 Ohm
X: 0.161 Ohm
", "Index: 2
Name: Line 2
Length: 0.206 km
R: 0.033 Ohm
X: 0.024 Ohm
", "Index: 3
Name: Line 3
Length: 0.617 km
R: 0.099 Ohm
X: 0.072 Ohm
", "Index: 4
Name: Line 4
Length: 0.382 km
R: 0.061 Ohm
X: 0.045 Ohm
", "Index: 5
Name: Line 5
Length: 3.303 km
R: 0.532 Ohm
X: 0.386 Ohm
", "Index: 6
Name: Line 6
Length: 0.35 km
R: 0.056 Ohm
X: 0.041 Ohm
", "Index: 7
Name: Line 7
Length: 0.736 km
R: 0.118 Ohm
X: 0.086 Ohm
", "Index: 10
Name: Line 10
Length: 0.313 km
R: 0.05 Ohm
X: 0.037 Ohm
", "Index: 11
Name: Line 11
Length: 0.258 km
R: 0.042 Ohm
X: 0.03 Ohm
", "Index: 12
Name: Line 12
Length: 0.435 km
R: 0.07 Ohm
X: 0.051 Ohm
", "Index: 14
Name: Line 14
Length: 0.357 km
R: 0.058 Ohm
X: 0.042 Ohm
", "Index: 15
Name: Line 15
Length: 0.254 km
R: 0.041 Ohm
X: 0.03 Ohm
", "Index: 16
Name: Line 16
Length: 0.635 km
R: 0.102 Ohm
X: 0.074 Ohm
", "Index: 17
Name: Line 17
Length: 1.3 km
R: 0.209 Ohm
X: 0.152 Ohm
", "Index: 18
Name: Line 18
Length: 0.139 km
R: 0.022 Ohm
X: 0.016 Ohm
", "Index: 20
Name: Line 20
Length: 0.632 km
R: 0.102 Ohm
X: 0.074 Ohm
", "Index: 21
Name: Line 21
Length: 0.112 km
R: 0.018 Ohm
X: 0.013 Ohm
", "Index: 22
Name: Line 22
Length: 0.312 km
R: 0.05 Ohm
X: 0.036 Ohm
", "Index: 24
Name: Line 24
Length: 0.695 km
R: 0.112 Ohm
X: 0.081 Ohm
", "Index: 25
Name: Line 25
Length: 0.235 km
R: 0.038 Ohm
X: 0.028 Ohm
", "Index: 26
Name: Line 26
Length: 0.561 km
R: 0.09 Ohm
X: 0.066 Ohm
", "Index: 27
Name: Line 27
Length: 0.522 km
R: 0.084 Ohm
X: 0.061 Ohm
", "Index: 28
Name: Line 28
Length: 0.283 km
R: 0.034 Ohm
X: 0.032 Ohm
", "Index: 29
Name: Line 29
Length: 1.688 km
R: 0.272 Ohm
X: 0.197 Ohm
", "Index: 30
Name: Line 30
Length: 1.073 km
R: 0.173 Ohm
X: 0.125 Ohm
", "Index: 32
Name: Line 32
Length: 0.324 km
R: 0.052 Ohm
X: 0.038 Ohm
", "Index: 34
Name: Line 34
Length: 0.309 km
R: 0.05 Ohm
X: 0.036 Ohm
", "Index: 35
Name: Line 35
Length: 0.541 km
R: 0.087 Ohm
X: 0.063 Ohm
", "Index: 36
Name: Line 36
Length: 0.296 km
R: 0.036 Ohm
X: 0.033 Ohm
", "Index: 37
Name: Line 37
Length: 0.48 km
R: 0.059 Ohm
X: 0.054 Ohm
", "Index: 38
Name: Line 38
Length: 0.711 km
R: 0.084 Ohm
X: 0.228 Ohm
", "Index: 39
Name: Line 39
Length: 0.242 km
R: 0.039 Ohm
X: 0.028 Ohm
", "Index: 40
Name: Line 40
Length: 0.261 km
R: 0.042 Ohm
X: 0.031 Ohm
", "Index: 41
Name: Line 41
Length: 0.345 km
R: 0.055 Ohm
X: 0.04 Ohm
", "Index: 42
Name: Line 42
Length: 1.621 km
R: 0.261 Ohm
X: 0.19 Ohm
", "Index: 43
Name: Line 43
Length: 0.782 km
R: 0.126 Ohm
X: 0.091 Ohm
", "Index: 44
Name: Line 44
Length: 0.248 km
R: 0.04 Ohm
X: 0.029 Ohm
", "Index: 45
Name: Line 45
Length: 2.611 km
R: 0.42 Ohm
X: 0.305 Ohm
", "Index: 46
Name: Line 46
Length: 1.158 km
R: 0.186 Ohm
X: 0.136 Ohm
", "Index: 47
Name: Line 47
Length: 1.526 km
R: 0.246 Ohm
X: 0.179 Ohm
", "Index: 48
Name: Line 48
Length: 2.033 km
R: 0.327 Ohm
X: 0.238 Ohm
", "Index: 49
Name: Line 49
Length: 0.997 km
R: 0.161 Ohm
X: 0.117 Ohm
", "Index: 50
Name: Line 50
Length: 0.804 km
R: 0.129 Ohm
X: 0.094 Ohm
", "Index: 51
Name: Line 51
Length: 0.947 km
R: 0.153 Ohm
X: 0.111 Ohm
", "Index: 52
Name: Line 52
Length: 0.929 km
R: 0.11 Ohm
X: 0.297 Ohm
", "Index: 53
Name: Line 53
Length: 0.778 km
R: 0.092 Ohm
X: 0.249 Ohm
", "Index: 54
Name: Line 54
Length: 0.713 km
R: 0.087 Ohm
X: 0.08 Ohm
", "Index: 55
Name: Line 55
Length: 1.136 km
R: 0.183 Ohm
X: 0.133 Ohm
", "Index: 56
Name: Line 56
Length: 2.149 km
R: 0.346 Ohm
X: 0.251 Ohm
", "Index: 57
Name: Line 57
Length: 0.811 km
R: 0.131 Ohm
X: 0.095 Ohm
", "Index: 58
Name: Line 58
Length: 0.47 km
R: 0.076 Ohm
X: 0.055 Ohm
", "Index: 59
Name: Line 59
Length: 3.155 km
R: 0.508 Ohm
X: 0.369 Ohm
", "Index: 60
Name: Line 60
Length: 0.58 km
R: 0.093 Ohm
X: 0.068 Ohm
", "Index: 61
Name: Line 61
Length: 0.618 km
R: 0.1 Ohm
X: 0.072 Ohm
", "Index: 62
Name: Line 62
Length: 1.006 km
R: 0.12 Ohm
X: 0.322 Ohm
", "Index: 63
Name: Line 63
Length: 0.222 km
R: 0.036 Ohm
X: 0.026 Ohm
", "Index: 64
Name: Line 64
Length: 0.936 km
R: 0.151 Ohm
X: 0.11 Ohm
", "Index: 65
Name: Line 65
Length: 1.341 km
R: 0.216 Ohm
X: 0.157 Ohm
", "Index: 67
Name: Line 67
Length: 0.26 km
R: 0.042 Ohm
X: 0.03 Ohm
", "Index: 68
Name: Line 68
Length: 1.804 km
R: 0.29 Ohm
X: 0.211 Ohm
", "Index: 69
Name: Line 69
Length: 0.59 km
R: 0.095 Ohm
X: 0.069 Ohm
", "Index: 70
Name: Line 70
Length: 0.368 km
R: 0.059 Ohm
X: 0.043 Ohm
", "Index: 71
Name: Line 71
Length: 0.162 km
R: 0.026 Ohm
X: 0.019 Ohm
", "Index: 72
Name: Line 72
Length: 1.455 km
R: 0.234 Ohm
X: 0.17 Ohm
", "Index: 73
Name: Line 73
Length: 0.466 km
R: 0.075 Ohm
X: 0.054 Ohm
", "Index: 74
Name: Line 74
Length: 0.53 km
R: 0.085 Ohm
X: 0.062 Ohm
", "Index: 75
Name: Line 75
Length: 0.304 km
R: 0.049 Ohm
X: 0.036 Ohm
", "Index: 76
Name: Line 76
Length: 0.347 km
R: 0.056 Ohm
X: 0.041 Ohm
", "Index: 77
Name: Line 77
Length: 2.122 km
R: 0.342 Ohm
X: 0.248 Ohm
", "Index: 78
Name: Line 78
Length: 0.296 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 79
Name: Line 79
Length: 0.275 km
R: 0.044 Ohm
X: 0.032 Ohm
", "Index: 80
Name: Line 80
Length: 0.428 km
R: 0.069 Ohm
X: 0.05 Ohm
", "Index: 81
Name: Line 81
Length: 0.338 km
R: 0.054 Ohm
X: 0.039 Ohm
", "Index: 82
Name: Line 82
Length: 0.349 km
R: 0.056 Ohm
X: 0.041 Ohm
", "Index: 85
Name: Line 85
Length: 0.329 km
R: 0.053 Ohm
X: 0.038 Ohm
", "Index: 86
Name: Line 86
Length: 0.261 km
R: 0.042 Ohm
X: 0.031 Ohm
", "Index: 87
Name: Line 87
Length: 0.298 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 90
Name: Line 90
Length: 0.315 km
R: 0.051 Ohm
X: 0.037 Ohm
", "Index: 91
Name: Line 91
Length: 2.528 km
R: 0.407 Ohm
X: 0.296 Ohm
", "Index: 92
Name: Line 92
Length: 0.093 km
R: 0.015 Ohm
X: 0.011 Ohm
", "Index: 93
Name: Line 93
Length: 0.387 km
R: 0.062 Ohm
X: 0.045 Ohm
", "Index: 94
Name: Line 94
Length: 0.272 km
R: 0.044 Ohm
X: 0.032 Ohm
", "Index: 95
Name: Line 95
Length: 0.247 km
R: 0.04 Ohm
X: 0.029 Ohm
", "Index: 96
Name: Line 96
Length: 0.25 km
R: 0.04 Ohm
X: 0.029 Ohm
", "Index: 97
Name: Line 97
Length: 0.459 km
R: 0.074 Ohm
X: 0.054 Ohm
", "Index: 98
Name: Line 98
Length: 0.366 km
R: 0.059 Ohm
X: 0.043 Ohm
", "Index: 99
Name: Line 99
Length: 0.291 km
R: 0.047 Ohm
X: 0.034 Ohm
", "Index: 100
Name: Line 100
Length: 0.299 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 101
Name: Line 101
Length: 0.236 km
R: 0.038 Ohm
X: 0.028 Ohm
", "Index: 102
Name: Line 102
Length: 0.489 km
R: 0.079 Ohm
X: 0.057 Ohm
", "Index: 103
Name: Line 103
Length: 0.298 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 104
Name: Line 104
Length: 0.238 km
R: 0.038 Ohm
X: 0.028 Ohm
", "Index: 105
Name: Line 105
Length: 0.177 km
R: 0.029 Ohm
X: 0.021 Ohm
", "Index: 106
Name: Line 106
Length: 0.283 km
R: 0.046 Ohm
X: 0.033 Ohm
", "Index: 107
Name: Line 107
Length: 0.615 km
R: 0.099 Ohm
X: 0.072 Ohm
", "Index: 108
Name: Line 108
Length: 1.278 km
R: 0.206 Ohm
X: 0.149 Ohm
", "Index: 109
Name: Line 109
Length: 0.147 km
R: 0.024 Ohm
X: 0.017 Ohm
", "Index: 110
Name: Line 110
Length: 0.253 km
R: 0.041 Ohm
X: 0.03 Ohm
", "Index: 111
Name: Line 111
Length: 0.214 km
R: 0.034 Ohm
X: 0.025 Ohm
", "Index: 112
Name: Line 112
Length: 0.415 km
R: 0.067 Ohm
X: 0.049 Ohm
", "Index: 113
Name: Line 113
Length: 0.18 km
R: 0.029 Ohm
X: 0.021 Ohm
", "Index: 114
Name: Line 114
Length: 0.562 km
R: 0.09 Ohm
X: 0.066 Ohm
", "Index: 116
Name: Line 116
Length: 0.399 km
R: 0.064 Ohm
X: 0.047 Ohm
", "Index: 117
Name: Line 117
Length: 0.261 km
R: 0.042 Ohm
X: 0.031 Ohm
", "Index: 118
Name: Line 118
Length: 0.37 km
R: 0.06 Ohm
X: 0.043 Ohm
", "Index: 119
Name: Line 119
Length: 0.251 km
R: 0.04 Ohm
X: 0.029 Ohm
", "Index: 120
Name: Line 120
Length: 0.304 km
R: 0.049 Ohm
X: 0.036 Ohm
", "Index: 121
Name: Line 121
Length: 0.233 km
R: 0.037 Ohm
X: 0.027 Ohm
", "Index: 122
Name: Line 122
Length: 0.118 km
R: 0.019 Ohm
X: 0.014 Ohm
", "Index: 123
Name: Line 123
Length: 0.397 km
R: 0.064 Ohm
X: 0.046 Ohm
", "Index: 124
Name: Line 124
Length: 0.52 km
R: 0.084 Ohm
X: 0.061 Ohm
", "Index: 125
Name: Line 125
Length: 1.526 km
R: 0.246 Ohm
X: 0.179 Ohm
", "Index: 126
Name: Line 126
Length: 0.254 km
R: 0.041 Ohm
X: 0.03 Ohm
", "Index: 127
Name: Line 127
Length: 1.601 km
R: 0.19 Ohm
X: 0.512 Ohm
", "Index: 128
Name: Line 128
Length: 0.473 km
R: 0.076 Ohm
X: 0.055 Ohm
", "Index: 129
Name: Line 129
Length: 0.298 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 130
Name: Line 130
Length: 0.295 km
R: 0.047 Ohm
X: 0.034 Ohm
", "Index: 131
Name: Line 131
Length: 0.417 km
R: 0.067 Ohm
X: 0.049 Ohm
", "Index: 132
Name: Line 132
Length: 0.323 km
R: 0.052 Ohm
X: 0.038 Ohm
", "Index: 133
Name: Line 133
Length: 0.296 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 134
Name: Line 134
Length: 0.282 km
R: 0.045 Ohm
X: 0.033 Ohm
", "Index: 135
Name: Line 135
Length: 0.396 km
R: 0.064 Ohm
X: 0.046 Ohm
", "Index: 136
Name: Line 136
Length: 0.371 km
R: 0.06 Ohm
X: 0.043 Ohm
", "Index: 137
Name: Line 137
Length: 0.274 km
R: 0.044 Ohm
X: 0.032 Ohm
", "Index: 138
Name: Line 138
Length: 0.329 km
R: 0.053 Ohm
X: 0.038 Ohm
", "Index: 139
Name: Line 139
Length: 0.499 km
R: 0.08 Ohm
X: 0.058 Ohm
", "Index: 140
Name: Line 140
Length: 0.316 km
R: 0.051 Ohm
X: 0.037 Ohm
", "Index: 141
Name: Line 141
Length: 0.388 km
R: 0.062 Ohm
X: 0.045 Ohm
", "Index: 142
Name: Line 142
Length: 0.07 km
R: 0.011 Ohm
X: 0.008 Ohm
", "Index: 143
Name: Line 143
Length: 0.286 km
R: 0.046 Ohm
X: 0.033 Ohm
", "Index: 144
Name: Line 144
Length: 1.517 km
R: 0.244 Ohm
X: 0.178 Ohm
", "Index: 145
Name: Line 145
Length: 0.719 km
R: 0.116 Ohm
X: 0.084 Ohm
", "Index: 146
Name: Line 146
Length: 0.22 km
R: 0.035 Ohm
X: 0.026 Ohm
", "Index: 147
Name: Line 147
Length: 0.21 km
R: 0.034 Ohm
X: 0.025 Ohm
", "Index: 148
Name: Line 148
Length: 0.239 km
R: 0.039 Ohm
X: 0.028 Ohm
", "Index: 149
Name: Line 149
Length: 0.345 km
R: 0.055 Ohm
X: 0.04 Ohm
", "Index: 150
Name: Line 150
Length: 0.327 km
R: 0.053 Ohm
X: 0.038 Ohm
", "Index: 151
Name: Line 151
Length: 0.553 km
R: 0.068 Ohm
X: 0.062 Ohm
", "Index: 152
Name: Line 152
Length: 0.146 km
R: 0.024 Ohm
X: 0.017 Ohm
", "Index: 153
Name: Line 153
Length: 0.482 km
R: 0.078 Ohm
X: 0.056 Ohm
", "Index: 154
Name: Line 154
Length: 0.443 km
R: 0.071 Ohm
X: 0.052 Ohm
", "Index: 156
Name: Line 156
Length: 0.284 km
R: 0.046 Ohm
X: 0.033 Ohm
", "Index: 157
Name: Line 157
Length: 1.082 km
R: 0.128 Ohm
X: 0.346 Ohm
", "Index: 158
Name: Line 158
Length: 0.689 km
R: 0.082 Ohm
X: 0.221 Ohm
", "Index: 161
Name: Line 161
Length: 0.468 km
R: 0.057 Ohm
X: 0.052 Ohm
", "Index: 162
Name: Line 162
Length: 2.595 km
R: 0.308 Ohm
X: 0.83 Ohm
", "Index: 163
Name: Line 163
Length: 0.306 km
R: 0.049 Ohm
X: 0.036 Ohm
", "Index: 164
Name: Line 164
Length: 0.566 km
R: 0.091 Ohm
X: 0.066 Ohm
", "Index: 165
Name: Line 165
Length: 0.365 km
R: 0.043 Ohm
X: 0.117 Ohm
", "Index: 167
Name: Line 167
Length: 0.464 km
R: 0.075 Ohm
X: 0.054 Ohm
", "Index: 168
Name: Line 168
Length: 0.42 km
R: 0.068 Ohm
X: 0.049 Ohm
", "Index: 169
Name: Line 169
Length: 0.272 km
R: 0.044 Ohm
X: 0.032 Ohm
", "Index: 170
Name: Line 170
Length: 0.285 km
R: 0.046 Ohm
X: 0.033 Ohm
", "Index: 171
Name: Line 171
Length: 0.77 km
R: 0.124 Ohm
X: 0.09 Ohm
", "Index: 172
Name: Line 172
Length: 0.264 km
R: 0.032 Ohm
X: 0.03 Ohm
", "Index: 173
Name: Line 173
Length: 0.197 km
R: 0.024 Ohm
X: 0.022 Ohm
", "Index: 174
Name: Line 174
Length: 0.28 km
R: 0.045 Ohm
X: 0.033 Ohm
", "Index: 175
Name: Line 175
Length: 0.398 km
R: 0.049 Ohm
X: 0.045 Ohm
", "Index: 177
Name: Line 177
Length: 0.293 km
R: 0.047 Ohm
X: 0.034 Ohm
", "Index: 178
Name: Line 178
Length: 0.449 km
R: 0.072 Ohm
X: 0.052 Ohm
", "Index: 179
Name: Line 179
Length: 0.551 km
R: 0.089 Ohm
X: 0.064 Ohm
", "Index: 180
Name: Line 180
Length: 1.42 km
R: 0.229 Ohm
X: 0.166 Ohm
", "Index: 181
Name: Line 181
Length: 0.54 km
R: 0.087 Ohm
X: 0.063 Ohm
", "Index: 182
Name: Line 182
Length: 0.355 km
R: 0.043 Ohm
X: 0.04 Ohm
", "Index: 183
Name: Line 183
Length: 0.338 km
R: 0.041 Ohm
X: 0.038 Ohm
", "Index: 184
Name: Line 184
Length: 0.44 km
R: 0.071 Ohm
X: 0.051 Ohm
", "Index: 185
Name: Line 185
Length: 1.095 km
R: 0.176 Ohm
X: 0.128 Ohm
", "Index: 186
Name: Line 186
Length: 0.346 km
R: 0.056 Ohm
X: 0.041 Ohm
", "Index: 187
Name: Line 187
Length: 0.41 km
R: 0.066 Ohm
X: 0.048 Ohm
", "Index: 189
Name: Line 189
Length: 0.446 km
R: 0.072 Ohm
X: 0.052 Ohm
", "Index: 190
Name: Line 190
Length: 0.314 km
R: 0.051 Ohm
X: 0.037 Ohm
", "Index: 191
Name: Line 191
Length: 0.152 km
R: 0.024 Ohm
X: 0.018 Ohm
", "Index: 192
Name: Line 192
Length: 0.397 km
R: 0.064 Ohm
X: 0.046 Ohm
", "Index: 193
Name: Line 193
Length: 1.006 km
R: 0.12 Ohm
X: 0.322 Ohm
", "Index: 66
Name: Line 66
Length: 0.446 km
R: 0.072 Ohm
X: 0.052 Ohm
", "Index: 8
Name: Line 8
Length: 0.146 km
R: 0.023 Ohm
X: 0.017 Ohm
", "Index: 23
Name: Line 23
Length: 1.188 km
R: 0.191 Ohm
X: 0.139 Ohm
", "Index: 88
Name: Line 88
Length: 0.296 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 188
Name: Line 188
Length: 0.386 km
R: 0.062 Ohm
X: 0.045 Ohm
", "Index: 31
Name: Line 31
Length: 0.967 km
R: 0.156 Ohm
X: 0.113 Ohm
" ], "type": "scatter", "x": [ 25.5 ], "y": [ 6.5625 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(255, 255, 0)", "size": 20, "symbol": "square" }, "mode": "markers", "name": "external_grid", "text": [ "Index: 0
Name: External Grid 0
V_m: 1.0 p.u.
V_a: 0.0 °
", "Index: 1
Name: External Grid 1
V_m: 1.0 p.u.
V_a: 0.0 °
" ], "type": "scatter", "x": [ 1, 1 ], "y": [ -3.4375, 3.4375 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(0, 0, 255)", "size": 10, "symbol": "circle" }, "mode": "markers", "name": "buses", "text": [ "Index: 0
Name: Bus 0
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.122 MW
", "Index: 1
Name: Bus 1
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.092 MW
", "Index: 2
Name: Bus 2
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 3
Name: Bus 3
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 4
Name: Bus 4
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.092 MW
", "Index: 5
Name: Bus 5
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 6
Name: Bus 6
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 7
Name: Bus 7
V_n: 20.0 kV
", "Index: 8
Name: Bus 8
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.137 MW
", "Index: 29
Name: Bus 9
V_n: 20.0 kV
Static generation: 0.400 MW
", "Index: 30
Name: Bus 10
V_n: 20.0 kV
", "Index: 31
Name: Bus 11
V_n: 20.0 kV
Static generation: 0.800 MW
", "Index: 32
Name: Bus 12
V_n: 20.0 kV
Static generation: 0.200 MW
", "Index: 33
Name: Bus 13
V_n: 20.0 kV
Static generation: 0.856 MW
", "Index: 34
Name: Bus 14
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 35
Name: Bus 15
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.155 MW
", "Index: 36
Name: Bus 16
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 37
Name: Bus 17
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 38
Name: Bus 18
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.049 MW
", "Index: 39
Name: Bus 19
V_n: 20.0 kV
", "Index: 40
Name: Bus 20
V_n: 20.0 kV
Static generation: 0.160 MW
", "Index: 41
Name: Bus 21
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.140 MW
", "Index: 42
Name: Bus 22
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 43
Name: Bus 23
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 44
Name: Bus 24
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.295 MW
", "Index: 45
Name: Bus 25
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.093 MW
", "Index: 46
Name: Bus 26
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 47
Name: Bus 27
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.140 MW
", "Index: 48
Name: Bus 28
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 49
Name: Bus 29
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.093 MW
", "Index: 50
Name: Bus 30
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 51
Name: Bus 31
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 52
Name: Bus 32
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 53
Name: Bus 33
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 54
Name: Bus 34
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.137 MW
", "Index: 55
Name: Bus 35
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 56
Name: Bus 36
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.295 MW
", "Index: 57
Name: Bus 37
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 58
Name: Bus 38
V_n: 110.0 kV
", "Index: 64
Name: Bus 39
V_n: 20.0 kV
", "Index: 65
Name: Bus 40
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.295 MW
", "Index: 71
Name: Bus 41
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.155 MW
", "Index: 72
Name: Bus 42
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 73
Name: Bus 43
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 74
Name: Bus 44
V_n: 20.0 kV
", "Index: 75
Name: Bus 45
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 76
Name: Bus 46
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 77
Name: Bus 47
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.155 MW
", "Index: 78
Name: Bus 48
V_n: 20.0 kV
", "Index: 79
Name: Bus 49
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 80
Name: Bus 50
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 81
Name: Bus 51
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 82
Name: Bus 52
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 83
Name: Bus 53
V_n: 20.0 kV
Static generation: 0.315 MW
", "Index: 84
Name: Bus 54
V_n: 20.0 kV
Static generation: 0.500 MW
", "Index: 85
Name: Bus 55
V_n: 20.0 kV
Static generation: 0.300 MW
", "Index: 86
Name: Bus 56
V_n: 20.0 kV
", "Index: 94
Name: Bus 57
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 95
Name: Bus 58
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 98
Name: Bus 59
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 100
Name: Bus 60
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 101
Name: Bus 61
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 102
Name: Bus 62
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.118 MW
", "Index: 103
Name: Bus 63
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 104
Name: Bus 64
V_n: 20.0 kV
", "Index: 106
Name: Bus 65
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.295 MW
", "Index: 107
Name: Bus 66
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.049 MW
", "Index: 108
Name: Bus 67
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 109
Name: Bus 68
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.049 MW
", "Index: 110
Name: Bus 69
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 111
Name: Bus 70
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 116
Name: Bus 71
V_n: 20.0 kV
", "Index: 117
Name: Bus 72
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.140 MW
", "Index: 118
Name: Bus 73
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 119
Name: Bus 74
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 120
Name: Bus 75
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.093 MW
", "Index: 126
Name: Bus 76
V_n: 20.0 kV
", "Index: 129
Name: Bus 77
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.095 MW
", "Index: 131
Name: Bus 78
V_n: 20.0 kV
", "Index: 132
Name: Bus 79
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 133
Name: Bus 80
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 134
Name: Bus 81
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 136
Name: Bus 82
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 137
Name: Bus 83
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 138
Name: Bus 84
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 140
Name: Bus 85
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.122 MW
", "Index: 141
Name: Bus 86
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 142
Name: Bus 87
V_n: 20.0 kV
", "Index: 143
Name: Bus 88
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.155 MW
", "Index: 144
Name: Bus 89
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 145
Name: Bus 90
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 146
Name: Bus 91
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 147
Name: Bus 92
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.137 MW
", "Index: 148
Name: Bus 93
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.093 MW
", "Index: 149
Name: Bus 94
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 150
Name: Bus 95
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.093 MW
", "Index: 153
Name: Bus 96
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 155
Name: Bus 97
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 157
Name: Bus 98
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 159
Name: Bus 99
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 161
Name: Bus 100
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 162
Name: Bus 101
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 167
Name: Bus 102
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.109 MW
", "Index: 168
Name: Bus 103
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.109 MW
", "Index: 169
Name: Bus 104
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.109 MW
", "Index: 170
Name: Bus 105
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 171
Name: Bus 106
V_n: 20.0 kV
", "Index: 172
Name: Bus 107
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.214 MW
", "Index: 173
Name: Bus 108
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 174
Name: Bus 109
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.118 MW
", "Index: 176
Name: Bus 110
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 178
Name: Bus 111
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 181
Name: Bus 112
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 184
Name: Bus 113
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 186
Name: Bus 114
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 188
Name: Bus 115
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 189
Name: Bus 116
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 190
Name: Bus 117
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 192
Name: Bus 118
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 194
Name: Bus 119
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.039 MW
", "Index: 195
Name: Bus 120
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.039 MW
", "Index: 196
Name: Bus 121
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 197
Name: Bus 122
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 198
Name: Bus 123
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 199
Name: Bus 124
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 200
Name: Bus 125
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 201
Name: Bus 126
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 205
Name: Bus 127
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.118 MW
", "Index: 207
Name: Bus 128
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.118 MW
", "Index: 210
Name: Bus 129
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 213
Name: Bus 130
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 215
Name: Bus 131
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 216
Name: Bus 132
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 219
Name: Bus 133
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.100 MW
", "Index: 221
Name: Bus 134
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.060 MW
", "Index: 223
Name: Bus 135
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.150 MW
", "Index: 224
Name: Bus 136
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.150 MW
", "Index: 227
Name: Bus 137
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.100 MW
", "Index: 229
Name: Bus 138
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.060 MW
", "Index: 231
Name: Bus 139
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.060 MW
", "Index: 235
Name: Bus 140
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 236
Name: Bus 141
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.160 MW
", "Index: 237
Name: Bus 142
V_n: 20.0 kV
Static generation: 0.150 MW
", "Index: 238
Name: Bus 143
V_n: 20.0 kV
", "Index: 239
Name: Bus 144
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.090 MW
", "Index: 240
Name: Bus 145
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.122 MW
", "Index: 241
Name: Bus 146
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 242
Name: Bus 147
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.122 MW
", "Index: 243
Name: Bus 148
V_n: 20.0 kV
", "Index: 244
Name: Bus 149
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.137 MW
", "Index: 245
Name: Bus 150
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.198 MW
", "Index: 246
Name: Bus 151
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 247
Name: Bus 152
V_n: 20.0 kV
", "Index: 248
Name: Bus 153
V_n: 20.0 kV
Static generation: 0.295 MW
", "Index: 253
Name: Bus 154
V_n: 20.0 kV
Static generation: 0.355 MW
", "Index: 269
Name: Bus 155
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 271
Name: Bus 156
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.109 MW
", "Index: 273
Name: Bus 157
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.095 MW
", "Index: 275
Name: Bus 158
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 281
Name: Bus 159
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 285
Name: Bus 160
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 286
Name: Bus 161
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.054 MW
", "Index: 287
Name: Bus 162
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 288
Name: Bus 163
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 289
Name: Bus 164
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 290
Name: Bus 165
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.198 MW
", "Index: 298
Name: Bus 166
V_n: 20.0 kV
Static generation: 0.300 MW
", "Index: 301
Name: Bus 167
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.054 MW
", "Index: 303
Name: Bus 168
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 304
Name: Bus 169
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 305
Name: Bus 170
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 312
Name: Bus 171
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 313
Name: Bus 172
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 314
Name: Bus 173
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 315
Name: Bus 174
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 316
Name: Bus 175
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 317
Name: Bus 176
V_n: 20.0 kV
", "Index: 318
Name: Bus 177
V_n: 110.0 kV
", "Index: 319
Name: Bus 178
V_n: 20.0 kV
" ], "type": "scatter", "x": [ 9, 9, 8, 10, 8, 5, 3, 4, 10, 4, 5, 14, 16, 16, 15, 7, 32, 10, 26, 2, 27, 11, 25, 10, 21, 14, 17, 13, 25, 12, 24, 26, 11, 18, 16, 7, 22, 19, 1, 30, 31, 4, 6, 5, 9, 8, 16, 8, 6, 29, 3, 9, 28, 12, 23, 23, 3, 18, 17, 21, 20, 10, 19, 14, 15, 16, 21, 12, 25, 13, 33, 32, 4, 6, 4, 6, 3, 24, 13, 15, 12, 14, 30, 16, 33, 14, 34, 13, 10, 15, 8, 9, 36, 5, 35, 10, 30, 33, 32, 32, 25, 24, 25, 18, 17, 31, 11, 14, 22, 23, 22, 23, 27, 28, 28, 25, 27, 32, 20, 22, 18, 10, 24, 27, 26, 29, 24, 20, 21, 21, 23, 20, 19, 30, 27, 31, 27, 30, 28, 29, 14, 29, 29, 26, 28, 6, 7, 6, 7, 8, 9, 17, 28, 11, 12, 11, 22, 19, 18, 21, 21, 19, 18, 20, 7, 5, 10, 15, 14, 13, 23, 20, 21, 16, 20, 31, 17, 1, 2 ], "y": [ 0.0625, 1.5625, 1.0625, 2.0625, 0.0625, -0.1875, 0.3125, 0.3125, 0.0625, 6.5625, 6.5625, 6.5625, -4.9375, 7.0625, -4.4375, -1.9375, -5.9375, -2.4375, -2.4375, -3.4375, 6.0625, -2.4375, -5.4375, -1.4375, -4.9375, -4.4375, -4.9375, -4.4375, -4.4375, -4.4375, -4.9375, -5.4375, -4.4375, -4.9375, 3.5625, -4.9375, -4.9375, -4.9375, -3.4375, -5.4375, -5.4375, -1.9375, 6.5625, -1.9375, 6.5625, 6.5625, -3.9375, -1.9375, -1.9375, -5.4375, -4.9375, -1.9375, -5.4375, -2.4375, -4.9375, -1.4375, -1.9375, -2.9375, -2.9375, -3.4375, -2.9375, 6.0625, -2.9375, 7.5625, 7.5625, 8.0625, -2.4375, 7.0625, 6.5625, 7.0625, 5.5625, 6.0625, -5.4375, -5.9375, -4.4375, -4.9375, 6.5625, -1.4375, 3.0625, -2.9375, 3.0625, -2.9375, 6.0625, -2.9375, 6.5625, 2.5625, 6.5625, -2.4375, -5.4375, 3.5625, -4.9375, -4.9375, 6.5625, -5.4375, 6.5625, -4.4375, 4.5625, 4.0625, 4.0625, 5.0625, -2.4375, -2.4375, 4.0625, 0.0625, 3.5625, 6.0625, 0.0625, 3.5625, -2.4375, -2.4375, 4.0625, 4.0625, 3.5625, 4.5625, 3.5625, -1.4375, -5.4375, -4.9375, -4.9375, 6.5625, 7.0625, 7.0625, 4.0625, 4.5625, 4.0625, 4.5625, 6.5625, 6.5625, 6.5625, 7.5625, 6.5625, 7.5625, 7.0625, 7.0625, 7.0625, -2.4375, -2.4375, -2.4375, -2.4375, -2.4375, -1.9375, 7.0625, 6.0625, 6.5625, 7.0625, 0.0625, 0.0625, 1.5625, 1.5625, 2.0625, 2.5625, 0.0625, 6.0625, 3.0625, 0.0625, 7.0625, -0.9375, 0.0625, 3.0625, -0.9375, 4.0625, 4.0625, 4.0625, 4.0625, 6.5625, 0.8125, 3.0625, 0.0625, 0.0625, 0.0625, -0.4375, -0.4375, 0.0625, 0.0625, 0.5625, 4.5625, 7.0625, 3.4375, 3.4375 ] } ], "layout": { "autosize": true, "height": 280, "hovermode": "closest", "margin": { "b": 5, "l": 5, "r": 5, "t": 5 }, "showlegend": true, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "font": { "size": 16 } }, "width": 700, "xaxis": { "showgrid": false, "showticklabels": false, "zeroline": false }, "yaxis": { "showgrid": false, "showticklabels": false, "zeroline": false } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "net = mv_oberrhein()\n", "runpp(net)\n", "\n", "# delete the geocoordinates\n", "net.bus_geodata.drop(net.bus_geodata.index, inplace=True)\n", "net.line_geodata.drop(net.line_geodata.index, inplace=True)\n", "\n", "simple_plotly(net);" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Figure size and aspect ratio\n", "**Aspect ratio** (`aspectratio`) - default aspect ratio of a figure is set to `'auto'` which means keeping aspect ratio proportional to geodata. If `aspectratio=False` figure will be stretch according to window size." ] }, { "cell_type": "code", "execution_count": 10, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "No or insufficient geodata available --> Creating artificial coordinates. This may take some time\n" ] }, { "data": { "text/html": [ " \n", " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "linkText": "Export to plot.ly", "plotlyServerURL": "https://plot.ly", "showLink": false }, "data": [ { "hoverinfo": "text", "line": { "color": "rgb(0.0,56.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 0
I = 17.99 %
I_from = 0.065 kA
I_to = 0.065 kA
", "type": "scatter", "x": [ 26, 25.5, 25 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,241.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 1
I = 9.907 %
I_from = 0.036 kA
I_to = 0.036 kA
", "type": "scatter", "x": [ 26, 26.5, 27 ], "y": [ 6.5625, 6.3125, 6.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,218.4090909090909)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 2
I = 8.175 %
I_from = 0.03 kA
I_to = 0.03 kA
", "type": "scatter", "x": [ 26, 26.5, 27 ], "y": [ 6.5625, 6.8125, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,204.77272727272725)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 3
I = 6.975 %
I_from = 0.025 kA
I_to = 0.025 kA
", "type": "scatter", "x": [ 27, 27.5, 28 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,182.04545454545453)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 4
I = 5.029 %
I_from = 0.018 kA
I_to = 0.018 kA
", "type": "scatter", "x": [ 28, 28.5, 29 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(15.322580645161288,248.5,231.45161290322582)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 5
I = 36.772 %
I_from = 0.133 kA
I_to = 0.133 kA
", "type": "scatter", "x": [ 17, 16.5, 16 ], "y": [ 3.5625, 3.5625, 3.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,141.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 6
I = 1.233 %
I_from = 0.004 kA
I_to = 0.004 kA
", "type": "scatter", "x": [ 17, 17.5, 18 ], "y": [ 3.5625, 3.3125, 3.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,204.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 7
I = 32.481 %
I_from = 0.117 kA
I_to = 0.118 kA
", "type": "scatter", "x": [ 17, 17.5, 18 ], "y": [ 3.5625, 3.8125, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,84.49999999999997,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 10
I = 20.997 %
I_from = 0.076 kA
I_to = 0.076 kA
", "type": "scatter", "x": [ 24, 24.5, 25 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,52.49999999999997,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 11
I = 17.895 %
I_from = 0.065 kA
I_to = 0.065 kA
", "type": "scatter", "x": [ 26, 25.5, 25 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,76.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 12
I = 19.935 %
I_from = 0.072 kA
I_to = 0.072 kA
", "type": "scatter", "x": [ 18, 18.5, 19 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,104.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 14
I = 22.981 %
I_from = 0.083 kA
I_to = 0.083 kA
", "type": "scatter", "x": [ 18, 17.5, 17 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(63.70967741935483,255.0,183.06451612903228)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 15
I = 42.86 %
I_from = 0.155 kA
I_to = 0.155 kA
", "type": "scatter", "x": [ 14, 13.5, 13 ], "y": [ 3.5625, 3.3125, 3.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(37.90322580645161,255.0,208.8709677419355)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 16
I = 39.81 %
I_from = 0.144 kA
I_to = 0.144 kA
", "type": "scatter", "x": [ 15, 14.5, 14 ], "y": [ 3.5625, 3.5625, 3.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,180.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 17
I = 30.403 %
I_from = 0.11 kA
I_to = 0.11 kA
", "type": "scatter", "x": [ 12, 11.5, 11 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,180.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 18
I = 30.361 %
I_from = 0.11 kA
I_to = 0.11 kA
", "type": "scatter", "x": [ 11, 10.5, 10 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,218.4090909090909)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 20
I = 7.995 %
I_from = 0.029 kA
I_to = 0.029 kA
", "type": "scatter", "x": [ 31, 30.5, 30 ], "y": [ 6.0625, 6.0625, 6.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,204.77272727272725)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 21
I = 6.776 %
I_from = 0.025 kA
I_to = 0.025 kA
", "type": "scatter", "x": [ 31, 31.5, 32 ], "y": [ 6.0625, 6.0625, 6.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(31.4516129032258,255.0,215.3225806451613)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 22
I = 38.93 %
I_from = 0.141 kA
I_to = 0.141 kA
", "type": "scatter", "x": [ 19, 18.5, 18 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(41.129032258064505,255.0,205.6451612903226)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 24
I = 40.105 %
I_from = 0.145 kA
I_to = 0.145 kA
", "type": "scatter", "x": [ 18, 17.5, 17 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,128.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 25
I = 25.301 %
I_from = 0.092 kA
I_to = 0.092 kA
", "type": "scatter", "x": [ 23, 22.5, 22 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,140.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 26
I = 26.511 %
I_from = 0.096 kA
I_to = 0.096 kA
", "type": "scatter", "x": [ 21, 21.5, 22 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(141.12903225806448,255.0,105.64516129032258)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 27
I = 52.061 %
I_from = 0.188 kA
I_to = 0.188 kA
", "type": "scatter", "x": [ 11, 10.5, 10 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(102.41935483870967,255.0,144.35483870967744)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 28
I = 47.342 %
I_from = 0.199 kA
I_to = 0.199 kA
", "type": "scatter", "x": [ 10, 9.5, 9 ], "y": [ 7.0625, 6.8125, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,250.22727272727272)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 29
I = 10.738 %
I_from = 0.039 kA
I_to = 0.039 kA
", "type": "scatter", "x": [ 27, 27.5, 28 ], "y": [ -5.4375, -5.4375, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,12.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 30
I = 13.814 %
I_from = 0.05 kA
I_to = 0.05 kA
", "type": "scatter", "x": [ 26, 26.5, 27 ], "y": [ -5.4375, -5.4375, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,163.86363636363635)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 32
I = 3.153 %
I_from = 0.011 kA
I_to = 0.011 kA
", "type": "scatter", "x": [ 31, 31.5, 32 ], "y": [ -5.4375, -5.1875, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,152.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 34
I = 27.616 %
I_from = 0.1 kA
I_to = 0.1 kA
", "type": "scatter", "x": [ 20, 20.5, 21 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,184.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 35
I = 30.729 %
I_from = 0.111 kA
I_to = 0.111 kA
", "type": "scatter", "x": [ 19, 19.5, 20 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(137.9032258064515,255.0,108.87096774193559)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 36
I = 51.614 %
I_from = 0.217 kA
I_to = 0.217 kA
", "type": "scatter", "x": [ 7, 6.5, 6 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(121.77419354838707,255.0,125.00000000000001)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 37
I = 49.986 %
I_from = 0.21 kA
I_to = 0.21 kA
", "type": "scatter", "x": [ 7, 7.5, 8 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(163.7096774193548,255.0,83.06451612903227)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 38
I = 54.918 %
I_from = 0.354 kA
I_to = 0.354 kA
", "type": "scatter", "x": [ 5, 4.5, 4 ], "y": [ 0.8125, 0.5625, 0.3125 ] }, { "hoverinfo": "text", "line": { "color": "rgb(176.61290322580643,255.0,70.16129032258064)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 39
I = 56.34 %
I_from = 0.204 kA
I_to = 0.204 kA
", "type": "scatter", "x": [ 5, 5.5, 6 ], "y": [ 0.8125, 1.1875, 1.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(28.225806451612854,255.0,218.54838709677426)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 40
I = 38.499 %
I_from = 0.139 kA
I_to = 0.139 kA
", "type": "scatter", "x": [ 5, 5.5, 6 ], "y": [ 0.8125, 0.4375, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(115.32258064516127,255.0,131.45161290322582)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 41
I = 49.057 %
I_from = 0.178 kA
I_to = 0.178 kA
", "type": "scatter", "x": [ 11, 11.5, 12 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,200.22727272727272)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 42
I = 6.391 %
I_from = 0.023 kA
I_to = 0.023 kA
", "type": "scatter", "x": [ 30, 30.5, 31 ], "y": [ 4.5625, 4.5625, 4.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,150.22727272727272)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 43
I = 1.986 %
I_from = 0.007 kA
I_to = 0.007 kA
", "type": "scatter", "x": [ 31, 31.5, 32 ], "y": [ 4.5625, 4.8125, 5.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,163.86363636363635)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 44
I = 3.209 %
I_from = 0.012 kA
I_to = 0.012 kA
", "type": "scatter", "x": [ 31, 31.5, 32 ], "y": [ 4.5625, 4.3125, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(41.129032258064505,255.0,205.6451612903226)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 45
I = 40.087 %
I_from = 0.145 kA
I_to = 0.145 kA
", "type": "scatter", "x": [ 17, 16.5, 16 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(89.51612903225806,255.0,157.25806451612902)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 46
I = 45.93 %
I_from = 0.166 kA
I_to = 0.166 kA
", "type": "scatter", "x": [ 9, 9.5, 10 ], "y": [ 2.5625, 2.8125, 3.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(89.51612903225806,255.0,157.25806451612902)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 47
I = 45.978 %
I_from = 0.166 kA
I_to = 0.166 kA
", "type": "scatter", "x": [ 10, 10.5, 11 ], "y": [ 3.0625, 3.0625, 3.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,241.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 48
I = 9.917 %
I_from = 0.036 kA
I_to = 0.036 kA
", "type": "scatter", "x": [ 29, 28.5, 28 ], "y": [ 6.0625, 6.0625, 6.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,241.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 49
I = 9.895 %
I_from = 0.036 kA
I_to = 0.036 kA
", "type": "scatter", "x": [ 28, 27.5, 27 ], "y": [ 6.0625, 6.0625, 6.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(89.51612903225806,255.0,157.25806451612902)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 50
I = 46.005 %
I_from = 0.167 kA
I_to = 0.166 kA
", "type": "scatter", "x": [ 12, 11.5, 11 ], "y": [ 3.0625, 3.0625, 3.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,241.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 51
I = 9.937 %
I_from = 0.036 kA
I_to = 0.036 kA
", "type": "scatter", "x": [ 29, 29.5, 30 ], "y": [ 6.0625, 6.0625, 6.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,220.5,254.03225806451613)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 52
I = 34.341 %
I_from = 0.221 kA
I_to = 0.222 kA
", "type": "scatter", "x": [ 4, 4.5, 5 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,220.5,254.03225806451613)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 53
I = 34.341 %
I_from = 0.221 kA
I_to = 0.221 kA
", "type": "scatter", "x": [ 3, 3.5, 4 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(144.3548387096774,255.0,102.41935483870967)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 54
I = 52.63 %
I_from = 0.222 kA
I_to = 0.222 kA
", "type": "scatter", "x": [ 5, 5.5, 6 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,180.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 55
I = 30.443 %
I_from = 0.11 kA
I_to = 0.11 kA
", "type": "scatter", "x": [ 12, 12.5, 13 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(41.129032258064505,255.0,205.6451612903226)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 56
I = 40.025 %
I_from = 0.145 kA
I_to = 0.145 kA
", "type": "scatter", "x": [ 16, 15.5, 15 ], "y": [ 7.0625, 7.3125, 7.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,132.04545454545453)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 57
I = 0.492 %
I_from = 0.002 kA
I_to = 0.001 kA
", "type": "scatter", "x": [ 13, 13.5, 14 ], "y": [ 7.0625, 6.8125, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,141.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 58
I = 1.237 %
I_from = 0.004 kA
I_to = 0.004 kA
", "type": "scatter", "x": [ 15, 15.5, 16 ], "y": [ -4.4375, -4.1875, -3.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(34.677419354838705,255.0,212.09677419354838)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 59
I = 39.424 %
I_from = 0.142 kA
I_to = 0.143 kA
", "type": "scatter", "x": [ 14, 14.5, 15 ], "y": [ -4.4375, -4.4375, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(15.322580645161288,248.5,231.45161290322582)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 60
I = 36.994 %
I_from = 0.134 kA
I_to = 0.134 kA
", "type": "scatter", "x": [ 16, 15.5, 15 ], "y": [ -4.9375, -4.6875, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(15.322580645161288,248.5,231.45161290322582)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 61
I = 37.016 %
I_from = 0.134 kA
I_to = 0.134 kA
", "type": "scatter", "x": [ 17, 16.5, 16 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,220.5,254.03225806451613)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 62
I = 34.34 %
I_from = 0.221 kA
I_to = 0.221 kA
", "type": "scatter", "x": [ 2, 2.5, 3 ], "y": [ 3.4375, 5, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,154.77272727272728)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 63
I = 2.493 %
I_from = 0.009 kA
I_to = 0.009 kA
", "type": "scatter", "x": [ 24, 24.5, 25 ], "y": [ -4.9375, -4.6875, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,52.49999999999997,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 64
I = 17.743 %
I_from = 0.064 kA
I_to = 0.064 kA
", "type": "scatter", "x": [ 25, 24.5, 24 ], "y": [ -5.4375, -5.1875, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,88.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 65
I = 21.433 %
I_from = 0.077 kA
I_to = 0.078 kA
", "type": "scatter", "x": [ 23, 23.5, 24 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(28.225806451612854,255.0,218.54838709677426)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 67
I = 38.599 %
I_from = 0.14 kA
I_to = 0.14 kA
", "type": "scatter", "x": [ 16, 15.5, 15 ], "y": [ 3.5625, 3.5625, 3.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,250.22727272727272)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 68
I = 10.696 %
I_from = 0.039 kA
I_to = 0.038 kA
", "type": "scatter", "x": [ 27, 26.5, 26 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 69
I = 11.867 %
I_from = 0.043 kA
I_to = 0.043 kA
", "type": "scatter", "x": [ 26, 25.5, 25 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(70.16129032258063,255.0,176.61290322580646)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 70
I = 43.391 %
I_from = 0.157 kA
I_to = 0.157 kA
", "type": "scatter", "x": [ 14, 13.5, 13 ], "y": [ -2.9375, -2.6875, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,154.77272727272728)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 71
I = 2.462 %
I_from = 0.009 kA
I_to = 0.009 kA
", "type": "scatter", "x": [ 13, 13.5, 14 ], "y": [ -2.4375, -2.1875, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(89.51612903225806,255.0,157.25806451612902)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 72
I = 45.828 %
I_from = 0.166 kA
I_to = 0.166 kA
", "type": "scatter", "x": [ 13, 12.5, 12 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(37.90322580645161,255.0,208.8709677419355)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 73
I = 39.483 %
I_from = 0.143 kA
I_to = 0.143 kA
", "type": "scatter", "x": [ 15, 15.5, 16 ], "y": [ -2.9375, -2.9375, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(21.774193548387093,255.0,225.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 74
I = 37.531 %
I_from = 0.136 kA
I_to = 0.136 kA
", "type": "scatter", "x": [ 16, 16.5, 17 ], "y": [ -2.9375, -2.9375, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(54.03225806451608,255.0,192.74193548387103)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 75
I = 41.434 %
I_from = 0.15 kA
I_to = 0.15 kA
", "type": "scatter", "x": [ 15, 14.5, 14 ], "y": [ -2.9375, -2.9375, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,145.6818181818182)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 76
I = 1.953 %
I_from = 0.007 kA
I_to = 0.007 kA
", "type": "scatter", "x": [ 24, 24.5, 25 ], "y": [ -1.4375, -1.4375, -1.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,182.04545454545453)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 77
I = 5.01 %
I_from = 0.018 kA
I_to = 0.018 kA
", "type": "scatter", "x": [ 23, 23.5, 24 ], "y": [ -1.4375, -1.4375, -1.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,150.22727272727272)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 78
I = 1.981 %
I_from = 0.007 kA
I_to = 0.007 kA
", "type": "scatter", "x": [ 21, 20.5, 20 ], "y": [ -3.4375, -3.1875, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,160.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 79
I = 28.241 %
I_from = 0.102 kA
I_to = 0.102 kA
", "type": "scatter", "x": [ 20, 19.5, 19 ], "y": [ -2.9375, -2.9375, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,192.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 80
I = 31.343 %
I_from = 0.113 kA
I_to = 0.113 kA
", "type": "scatter", "x": [ 18, 18.5, 19 ], "y": [ -2.9375, -2.9375, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,108.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 81
I = 23.177 %
I_from = 0.084 kA
I_to = 0.084 kA
", "type": "scatter", "x": [ 20, 20.5, 21 ], "y": [ -2.9375, -2.6875, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,224.5,250.80645161290326)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 82
I = 34.436 %
I_from = 0.125 kA
I_to = 0.125 kA
", "type": "scatter", "x": [ 18, 17.5, 17 ], "y": [ -2.9375, -2.9375, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,150.22727272727272)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 85
I = 1.958 %
I_from = 0.007 kA
I_to = 0.007 kA
", "type": "scatter", "x": [ 21, 20.5, 20 ], "y": [ 7.5625, 7.5625, 7.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,177.5)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 86
I = 4.388 %
I_from = 0.016 kA
I_to = 0.016 kA
", "type": "scatter", "x": [ 19, 19.5, 20 ], "y": [ 7.0625, 7.3125, 7.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,150.22727272727272)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 87
I = 1.965 %
I_from = 0.007 kA
I_to = 0.007 kA
", "type": "scatter", "x": [ 30, 29.5, 29 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,68.49999999999997,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 90
I = 19.195 %
I_from = 0.069 kA
I_to = 0.069 kA
", "type": "scatter", "x": [ 25, 24.5, 24 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,96.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 91
I = 22.031 %
I_from = 0.08 kA
I_to = 0.079 kA
", "type": "scatter", "x": [ 22, 21.5, 21 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,172.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 92
I = 29.562 %
I_from = 0.107 kA
I_to = 0.107 kA
", "type": "scatter", "x": [ 20, 20.5, 21 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,204.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 93
I = 32.626 %
I_from = 0.118 kA
I_to = 0.118 kA
", "type": "scatter", "x": [ 19, 19.5, 20 ], "y": [ 7.0625, 6.8125, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,96.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 94
I = 22.245 %
I_from = 0.081 kA
I_to = 0.081 kA
", "type": "scatter", "x": [ 24, 23.5, 23 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,76.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 95
I = 20.056 %
I_from = 0.073 kA
I_to = 0.073 kA
", "type": "scatter", "x": [ 22, 22.5, 23 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,44.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 96
I = 16.94 %
I_from = 0.061 kA
I_to = 0.061 kA
", "type": "scatter", "x": [ 23, 23.5, 24 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,12.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 97
I = 13.831 %
I_from = 0.05 kA
I_to = 0.05 kA
", "type": "scatter", "x": [ 25, 24.5, 24 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,141.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 98
I = 1.241 %
I_from = 0.004 kA
I_to = 0.004 kA
", "type": "scatter", "x": [ 32, 32.5, 33 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,222.95454545454544)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 99
I = 8.316 %
I_from = 0.03 kA
I_to = 0.03 kA
", "type": "scatter", "x": [ 30, 29.5, 29 ], "y": [ 4.5625, 4.5625, 4.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,213.86363636363635)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 100
I = 7.574 %
I_from = 0.027 kA
I_to = 0.027 kA
", "type": "scatter", "x": [ 28, 27.5, 27 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,163.86363636363635)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 101
I = 3.139 %
I_from = 0.011 kA
I_to = 0.011 kA
", "type": "scatter", "x": [ 31, 30.5, 30 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,186.5909090909091)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 102
I = 5.12 %
I_from = 0.019 kA
I_to = 0.018 kA
", "type": "scatter", "x": [ 30, 29.5, 29 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,200.22727272727272)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 103
I = 6.342 %
I_from = 0.023 kA
I_to = 0.023 kA
", "type": "scatter", "x": [ 29, 28.5, 28 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,148.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 104
I = 27.328 %
I_from = 0.099 kA
I_to = 0.099 kA
", "type": "scatter", "x": [ 21, 20.5, 20 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,164.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 105
I = 28.551 %
I_from = 0.103 kA
I_to = 0.103 kA
", "type": "scatter", "x": [ 20, 19.5, 19 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,136.49999999999994,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 106
I = 26.105 %
I_from = 0.095 kA
I_to = 0.094 kA
", "type": "scatter", "x": [ 22, 21.5, 21 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,124.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 107
I = 24.894 %
I_from = 0.09 kA
I_to = 0.09 kA
", "type": "scatter", "x": [ 23, 22.5, 22 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,104.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 108
I = 22.964 %
I_from = 0.083 kA
I_to = 0.083 kA
", "type": "scatter", "x": [ 23, 23.5, 24 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,184.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 109
I = 30.516 %
I_from = 0.11 kA
I_to = 0.11 kA
", "type": "scatter", "x": [ 18, 18.5, 19 ], "y": [ 4.0625, 4.0625, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,236.59090909090907)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 110
I = 9.543 %
I_from = 0.035 kA
I_to = 0.035 kA
", "type": "scatter", "x": [ 29, 28.5, 28 ], "y": [ 4.5625, 4.5625, 4.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 111
I = 12.742 %
I_from = 0.046 kA
I_to = 0.046 kA
", "type": "scatter", "x": [ 27, 26.5, 26 ], "y": [ 4.5625, 4.3125, 4.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,163.86363636363635)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 112
I = 3.197 %
I_from = 0.012 kA
I_to = 0.012 kA
", "type": "scatter", "x": [ 26, 26.5, 27 ], "y": [ 4.0625, 3.8125, 3.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,250.22727272727272)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 113
I = 10.77 %
I_from = 0.039 kA
I_to = 0.039 kA
", "type": "scatter", "x": [ 27, 27.5, 28 ], "y": [ 4.5625, 4.5625, 4.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,141.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 114
I = 1.24 %
I_from = 0.004 kA
I_to = 0.004 kA
", "type": "scatter", "x": [ 27, 27.5, 28 ], "y": [ 3.5625, 3.5625, 3.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,136.49999999999994,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 116
I = 26.114 %
I_from = 0.095 kA
I_to = 0.094 kA
", "type": "scatter", "x": [ 16, 15.5, 15 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,156.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 117
I = 28.041 %
I_from = 0.102 kA
I_to = 0.101 kA
", "type": "scatter", "x": [ 15, 14.5, 14 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,168.49999999999994,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 118
I = 29.244 %
I_from = 0.106 kA
I_to = 0.106 kA
", "type": "scatter", "x": [ 14, 13.5, 13 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,145.6818181818182)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 119
I = 1.95 %
I_from = 0.007 kA
I_to = 0.007 kA
", "type": "scatter", "x": [ 19, 19.5, 20 ], "y": [ 0.0625, 0.3125, 0.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,116.49999999999997,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 120
I = 24.183 %
I_from = 0.088 kA
I_to = 0.088 kA
", "type": "scatter", "x": [ 16, 16.5, 17 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,141.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 121
I = 1.219 %
I_from = 0.004 kA
I_to = 0.004 kA
", "type": "scatter", "x": [ 22, 22.5, 23 ], "y": [ -0.9375, -0.6875, -0.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,24.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 122
I = 14.946 %
I_from = 0.054 kA
I_to = 0.054 kA
", "type": "scatter", "x": [ 20, 19.5, 19 ], "y": [ -0.4375, -0.1875, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,232.04545454545453)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 123
I = 9.16 %
I_from = 0.033 kA
I_to = 0.033 kA
", "type": "scatter", "x": [ 22, 21.5, 21 ], "y": [ -0.9375, -0.9375, -0.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,254.77272727272725)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 124
I = 11.087 %
I_from = 0.04 kA
I_to = 0.04 kA
", "type": "scatter", "x": [ 21, 20.5, 20 ], "y": [ -0.9375, -0.6875, -0.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,182.04545454545453)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 125
I = 4.938 %
I_from = 0.018 kA
I_to = 0.018 kA
", "type": "scatter", "x": [ 22, 22.5, 23 ], "y": [ -0.9375, -1.1875, -1.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,145.6818181818182)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 126
I = 1.95 %
I_from = 0.007 kA
I_to = 0.007 kA
", "type": "scatter", "x": [ 20, 20.5, 21 ], "y": [ -0.4375, -0.1875, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(170.16129032258064,255.0,76.61290322580645)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 127
I = 55.581 %
I_from = 0.358 kA
I_to = 0.358 kA
", "type": "scatter", "x": [ 4, 3.5, 3 ], "y": [ 0.3125, 0.3125, 0.3125 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,141.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 128
I = 1.202 %
I_from = 0.004 kA
I_to = 0.004 kA
", "type": "scatter", "x": [ 4, 4.5, 5 ], "y": [ 0.3125, 0.0625, -0.1875 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,141.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 129
I = 1.209 %
I_from = 0.004 kA
I_to = 0.004 kA
", "type": "scatter", "x": [ 8, 8.5, 9 ], "y": [ 2.0625, 1.8125, 1.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,220.5,254.03225806451613)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 130
I = 34.203 %
I_from = 0.124 kA
I_to = 0.124 kA
", "type": "scatter", "x": [ 9, 8.5, 8 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(2.4193548387096313,232.49999999999994,244.35483870967747)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 131
I = 35.398 %
I_from = 0.128 kA
I_to = 0.128 kA
", "type": "scatter", "x": [ 7, 7.5, 8 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,200.49999999999994,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 132
I = 32.285 %
I_from = 0.117 kA
I_to = 0.117 kA
", "type": "scatter", "x": [ 10, 9.5, 9 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,141.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 133
I = 1.208 %
I_from = 0.004 kA
I_to = 0.004 kA
", "type": "scatter", "x": [ 7, 7.5, 8 ], "y": [ 1.5625, 1.3125, 1.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,141.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 134
I = 1.21 %
I_from = 0.004 kA
I_to = 0.004 kA
", "type": "scatter", "x": [ 9, 9.5, 10 ], "y": [ 2.5625, 2.3125, 2.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(12.096774193548386,244.5,234.67741935483872)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 135
I = 36.588 %
I_from = 0.132 kA
I_to = 0.132 kA
", "type": "scatter", "x": [ 6, 6.5, 7 ], "y": [ 0.0625, 0.0625, 0.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(160.48387096774192,255.0,86.29032258064515)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 136
I = 54.427 %
I_from = 0.197 kA
I_to = 0.197 kA
", "type": "scatter", "x": [ 6, 6.5, 7 ], "y": [ 1.5625, 1.5625, 1.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(124.99999999999999,255.0,121.77419354838709)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 137
I = 50.129 %
I_from = 0.181 kA
I_to = 0.181 kA
", "type": "scatter", "x": [ 9, 8.5, 8 ], "y": [ 2.5625, 2.3125, 2.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(150.8064516129032,255.0,95.96774193548387)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 138
I = 53.244 %
I_from = 0.193 kA
I_to = 0.193 kA
", "type": "scatter", "x": [ 8, 7.5, 7 ], "y": [ 2.0625, 1.8125, 1.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,191.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 139
I = 5.571 %
I_from = 0.02 kA
I_to = 0.02 kA
", "type": "scatter", "x": [ 32, 32.5, 33 ], "y": [ 6.0625, 6.3125, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,141.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 140
I = 1.231 %
I_from = 0.004 kA
I_to = 0.004 kA
", "type": "scatter", "x": [ 32, 32.5, 33 ], "y": [ 6.0625, 5.8125, 5.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(99.19354838709675,255.0,147.58064516129033)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 141
I = 47.153 %
I_from = 0.171 kA
I_to = 0.171 kA
", "type": "scatter", "x": [ 13, 12.5, 12 ], "y": [ 7.0625, 7.0625, 7.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,150.22727272727272)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 142
I = 1.954 %
I_from = 0.007 kA
I_to = 0.007 kA
", "type": "scatter", "x": [ 13, 13.5, 14 ], "y": [ 3.0625, 2.8125, 2.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(79.8387096774193,255.0,166.93548387096777)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 143
I = 44.797 %
I_from = 0.162 kA
I_to = 0.162 kA
", "type": "scatter", "x": [ 13, 12.5, 12 ], "y": [ 3.0625, 3.0625, 3.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,177.5)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 144
I = 4.391 %
I_from = 0.016 kA
I_to = 0.016 kA
", "type": "scatter", "x": [ 34, 33.5, 33 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,163.86363636363635)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 145
I = 3.191 %
I_from = 0.012 kA
I_to = 0.011 kA
", "type": "scatter", "x": [ 35, 34.5, 34 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,150.22727272727272)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 146
I = 1.971 %
I_from = 0.007 kA
I_to = 0.007 kA
", "type": "scatter", "x": [ 36, 35.5, 35 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,213.86363636363635)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 147
I = 7.528 %
I_from = 0.027 kA
I_to = 0.027 kA
", "type": "scatter", "x": [ 30, 30.5, 31 ], "y": [ -5.4375, -5.4375, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,141.13636363636363)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 148
I = 1.251 %
I_from = 0.004 kA
I_to = 0.005 kA
", "type": "scatter", "x": [ 31, 31.5, 32 ], "y": [ -5.4375, -5.6875, -5.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,213.86363636363635)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 149
I = 7.518 %
I_from = 0.027 kA
I_to = 0.027 kA
", "type": "scatter", "x": [ 29, 29.5, 30 ], "y": [ -5.4375, -5.4375, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,236.59090909090907)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 150
I = 9.503 %
I_from = 0.034 kA
I_to = 0.034 kA
", "type": "scatter", "x": [ 29, 28.5, 28 ], "y": [ -5.4375, -5.4375, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(115.32258064516127,255.0,131.45161290322582)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 151
I = 48.974 %
I_from = 0.206 kA
I_to = 0.206 kA
", "type": "scatter", "x": [ 9, 8.5, 8 ], "y": [ 6.5625, 6.5625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,145.6818181818182)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 152
I = 1.922 %
I_from = 0.007 kA
I_to = 0.007 kA
", "type": "scatter", "x": [ 9, 9.5, 10 ], "y": [ 6.5625, 6.3125, 6.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(76.61290322580645,255.0,170.16129032258064)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 153
I = 44.184 %
I_from = 0.16 kA
I_to = 0.16 kA
", "type": "scatter", "x": [ 13, 13.5, 14 ], "y": [ 7.0625, 7.3125, 7.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(66.93548387096773,255.0,179.83870967741936)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 154
I = 42.996 %
I_from = 0.156 kA
I_to = 0.156 kA
", "type": "scatter", "x": [ 15, 14.5, 14 ], "y": [ 7.5625, 7.5625, 7.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,159.3181818181818)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 156
I = 3.046 %
I_from = 0.011 kA
I_to = 0.011 kA
", "type": "scatter", "x": [ 15, 15.5, 16 ], "y": [ 7.5625, 7.8125, 8.0625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(15.322580645161288,248.5,231.45161290322582)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 157
I = 36.8 %
I_from = 0.237 kA
I_to = 0.237 kA
", "type": "scatter", "x": [ 3, 3.5, 4 ], "y": [ -1.9375, -1.9375, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(5.645161290322579,236.5,241.12903225806454)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 158
I = 35.717 %
I_from = 0.23 kA
I_to = 0.23 kA
", "type": "scatter", "x": [ 4, 4.5, 5 ], "y": [ -1.9375, -1.9375, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(141.12903225806448,255.0,105.64516129032258)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 161
I = 52.118 %
I_from = 0.219 kA
I_to = 0.219 kA
", "type": "scatter", "x": [ 5, 5.5, 6 ], "y": [ -1.9375, -1.9375, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(41.129032258064505,255.0,205.6451612903226)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 162
I = 39.993 %
I_from = 0.258 kA
I_to = 0.258 kA
", "type": "scatter", "x": [ 3, 2.5, 2 ], "y": [ -4.9375, -4.1875, -3.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,204.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 163
I = 32.692 %
I_from = 0.118 kA
I_to = 0.118 kA
", "type": "scatter", "x": [ 19, 18.5, 18 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,216.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 164
I = 33.92 %
I_from = 0.123 kA
I_to = 0.123 kA
", "type": "scatter", "x": [ 17, 17.5, 18 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(15.322580645161288,248.5,231.45161290322582)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 165
I = 36.799 %
I_from = 0.237 kA
I_to = 0.237 kA
", "type": "scatter", "x": [ 2, 2.5, 3 ], "y": [ -3.4375, -2.6875, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,32.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 167
I = 15.768 %
I_from = 0.057 kA
I_to = 0.057 kA
", "type": "scatter", "x": [ 25, 25.5, 26 ], "y": [ -5.4375, -5.4375, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,120.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 168
I = 24.505 %
I_from = 0.089 kA
I_to = 0.089 kA
", "type": "scatter", "x": [ 21, 21.5, 22 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,88.5,255.0)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 169
I = 21.389 %
I_from = 0.077 kA
I_to = 0.077 kA
", "type": "scatter", "x": [ 22, 22.5, 23 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(92.74193548387096,255.0,154.03225806451613)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 170
I = 46.137 %
I_from = 0.167 kA
I_to = 0.167 kA
", "type": "scatter", "x": [ 11, 10.5, 10 ], "y": [ -4.4375, -4.4375, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(102.41935483870967,255.0,144.35483870967744)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 171
I = 47.349 %
I_from = 0.171 kA
I_to = 0.171 kA
", "type": "scatter", "x": [ 9, 9.5, 10 ], "y": [ -4.9375, -4.6875, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(160.48387096774192,255.0,86.29032258064515)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 172
I = 54.388 %
I_from = 0.229 kA
I_to = 0.229 kA
", "type": "scatter", "x": [ 4, 4.5, 5 ], "y": [ -5.4375, -5.4375, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128.2258064516129,255.0,118.5483870967742)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 173
I = 50.73 %
I_from = 0.214 kA
I_to = 0.214 kA
", "type": "scatter", "x": [ 5, 5.5, 6 ], "y": [ -5.4375, -5.1875, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,159.3181818181818)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 174
I = 3.066 %
I_from = 0.011 kA
I_to = 0.011 kA
", "type": "scatter", "x": [ 6, 5.5, 5 ], "y": [ -5.9375, -5.6875, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(173.3870967741935,255.0,73.38709677419357)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 175
I = 56.048 %
I_from = 0.236 kA
I_to = 0.236 kA
", "type": "scatter", "x": [ 3, 3.5, 4 ], "y": [ -4.9375, -5.1875, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,150.22727272727272)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 177
I = 1.956 %
I_from = 0.007 kA
I_to = 0.007 kA
", "type": "scatter", "x": [ 9, 9.5, 10 ], "y": [ -4.9375, -5.1875, -5.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(141.12903225806448,255.0,105.64516129032258)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 178
I = 52.334 %
I_from = 0.189 kA
I_to = 0.189 kA
", "type": "scatter", "x": [ 8, 8.5, 9 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(166.93548387096772,255.0,79.83870967741936)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 179
I = 55.387 %
I_from = 0.2 kA
I_to = 0.2 kA
", "type": "scatter", "x": [ 7, 7.5, 8 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(89.51612903225806,255.0,157.25806451612902)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 180
I = 45.774 %
I_from = 0.166 kA
I_to = 0.166 kA
", "type": "scatter", "x": [ 12, 11.5, 11 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(179.8387096774193,255.0,66.93548387096773)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 181
I = 56.796 %
I_from = 0.206 kA
I_to = 0.206 kA
", "type": "scatter", "x": [ 9, 8.5, 8 ], "y": [ -1.9375, -1.9375, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128.2258064516129,255.0,118.5483870967742)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 182
I = 50.488 %
I_from = 0.213 kA
I_to = 0.213 kA
", "type": "scatter", "x": [ 8, 7.5, 7 ], "y": [ -1.9375, -1.9375, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(141.12903225806448,255.0,105.64516129032258)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 183
I = 52.13 %
I_from = 0.219 kA
I_to = 0.219 kA
", "type": "scatter", "x": [ 6, 6.5, 7 ], "y": [ -1.9375, -1.9375, -1.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,159.3181818181818)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 184
I = 3.06 %
I_from = 0.011 kA
I_to = 0.011 kA
", "type": "scatter", "x": [ 3, 3.5, 4 ], "y": [ -4.9375, -4.6875, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128.2258064516129,255.0,118.5483870967742)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 185
I = 50.728 %
I_from = 0.183 kA
I_to = 0.184 kA
", "type": "scatter", "x": [ 9, 9.5, 10 ], "y": [ -1.9375, -2.1875, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(0.0,0.0,159.3181818181818)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 186
I = 3.067 %
I_from = 0.011 kA
I_to = 0.011 kA
", "type": "scatter", "x": [ 9, 9.5, 10 ], "y": [ -1.9375, -1.6875, -1.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(105.64516129032252,255.0,141.12903225806457)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 187
I = 47.673 %
I_from = 0.173 kA
I_to = 0.173 kA
", "type": "scatter", "x": [ 10, 10.5, 11 ], "y": [ -2.4375, -2.4375, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(44.354838709677416,255.0,202.4193548387097)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 189
I = 40.545 %
I_from = 0.147 kA
I_to = 0.147 kA
", "type": "scatter", "x": [ 14, 13.5, 13 ], "y": [ -4.4375, -4.4375, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(60.48387096774193,255.0,186.29032258064518)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 190
I = 42.487 %
I_from = 0.154 kA
I_to = 0.154 kA
", "type": "scatter", "x": [ 13, 12.5, 12 ], "y": [ -4.4375, -4.4375, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(70.16129032258063,255.0,176.61290322580646)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 191
I = 43.699 %
I_from = 0.158 kA
I_to = 0.158 kA
", "type": "scatter", "x": [ 12, 11.5, 11 ], "y": [ -4.4375, -4.4375, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(186.29032258064515,255.0,60.483870967741936)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 192
I = 57.798 %
I_from = 0.209 kA
I_to = 0.209 kA
", "type": "scatter", "x": [ 7, 6.5, 6 ], "y": [ -4.9375, -4.9375, -4.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(179.8387096774193,255.0,66.93548387096773)", "width": 2 }, "mode": "lines", "name": "lines", "text": "Line 193
I = 56.915 %
I_from = 0.367 kA
I_to = 0.367 kA
", "type": "scatter", "x": [ 3, 2.5, 2 ], "y": [ 0.3125, 1.875, 3.4375 ] }, { "marker": { "cmax": 100, "cmin": 0, "color": "rgb(255,255,255)", "colorbar": { "thickness": 10, "title": { "side": "right", "text": "Line Loading [%]" }, "x": 1.1 }, "colorscale": [ [ 0, "rgb(0,0,131)" ], [ 0.2, "rgb(0,60,170)" ], [ 0.4, "rgb(5,255,255)" ], [ 0.6, "rgb(255,255,0)" ], [ 0.8, "rgb(250,0,0)" ], [ 1, "rgb(128,0,0)" ] ], "opacity": 0, "size": 0 }, "mode": "markers", "type": "scatter", "x": [ 26 ], "y": [ 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 1 }, "mode": "lines", "name": "disconnected branches", "text": "Line 66
I = 0.122 %
I_from = 0.0 kA
I_to = 0.0 kA
", "type": "scatter", "x": [ 16, 26, 36 ], "y": [ 3.5625, 5.0625, 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 1 }, "mode": "lines", "name": "disconnected branches", "text": "Line 8
I = 0.039 %
I_from = 0.0 kA
I_to = 0.0 kA
", "type": "scatter", "x": [ 25, 24.5, 24 ], "y": [ 4.0625, 1.3125, -1.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 1 }, "mode": "lines", "name": "disconnected branches", "text": "Line 23
I = 0.324 %
I_from = 0.001 kA
I_to = 0.0 kA
", "type": "scatter", "x": [ 18, 16.5, 15 ], "y": [ 7.0625, 2.0625, -2.9375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 1 }, "mode": "lines", "name": "disconnected branches", "text": "Line 88
I = 0.08 %
I_from = 0.0 kA
I_to = 0.0 kA
", "type": "scatter", "x": [ 29, 30, 31 ], "y": [ 7.0625, 2.3125, -2.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 1 }, "mode": "lines", "name": "disconnected branches", "text": "Line 188
I = 0.106 %
I_from = 0.0 kA
I_to = 0.0 kA
", "type": "scatter", "x": [ 7, 10.5, 14 ], "y": [ -1.9375, -3.1875, -4.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 1 }, "mode": "lines", "name": "disconnected branches", "text": "Line 31
I = 0.268 %
I_from = 0.001 kA
I_to = 0.0 kA
", "type": "scatter", "x": [ 14, 23, 32 ], "y": [ 6.5625, 0.8125, -4.9375 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(128, 128, 128)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "text": [ "Line 0
I = 17.99 %
I_from = 0.065 kA
I_to = 0.065 kA
", "Line 1
I = 9.907 %
I_from = 0.036 kA
I_to = 0.036 kA
", "Line 2
I = 8.175 %
I_from = 0.03 kA
I_to = 0.03 kA
", "Line 3
I = 6.975 %
I_from = 0.025 kA
I_to = 0.025 kA
", "Line 4
I = 5.029 %
I_from = 0.018 kA
I_to = 0.018 kA
", "Line 5
I = 36.772 %
I_from = 0.133 kA
I_to = 0.133 kA
", "Line 6
I = 1.233 %
I_from = 0.004 kA
I_to = 0.004 kA
", "Line 7
I = 32.481 %
I_from = 0.117 kA
I_to = 0.118 kA
", "Line 10
I = 20.997 %
I_from = 0.076 kA
I_to = 0.076 kA
", "Line 11
I = 17.895 %
I_from = 0.065 kA
I_to = 0.065 kA
", "Line 12
I = 19.935 %
I_from = 0.072 kA
I_to = 0.072 kA
", "Line 14
I = 22.981 %
I_from = 0.083 kA
I_to = 0.083 kA
", "Line 15
I = 42.86 %
I_from = 0.155 kA
I_to = 0.155 kA
", "Line 16
I = 39.81 %
I_from = 0.144 kA
I_to = 0.144 kA
", "Line 17
I = 30.403 %
I_from = 0.11 kA
I_to = 0.11 kA
", "Line 18
I = 30.361 %
I_from = 0.11 kA
I_to = 0.11 kA
", "Line 20
I = 7.995 %
I_from = 0.029 kA
I_to = 0.029 kA
", "Line 21
I = 6.776 %
I_from = 0.025 kA
I_to = 0.025 kA
", "Line 22
I = 38.93 %
I_from = 0.141 kA
I_to = 0.141 kA
", "Line 24
I = 40.105 %
I_from = 0.145 kA
I_to = 0.145 kA
", "Line 25
I = 25.301 %
I_from = 0.092 kA
I_to = 0.092 kA
", "Line 26
I = 26.511 %
I_from = 0.096 kA
I_to = 0.096 kA
", "Line 27
I = 52.061 %
I_from = 0.188 kA
I_to = 0.188 kA
", "Line 28
I = 47.342 %
I_from = 0.199 kA
I_to = 0.199 kA
", "Line 29
I = 10.738 %
I_from = 0.039 kA
I_to = 0.039 kA
", "Line 30
I = 13.814 %
I_from = 0.05 kA
I_to = 0.05 kA
", "Line 32
I = 3.153 %
I_from = 0.011 kA
I_to = 0.011 kA
", "Line 34
I = 27.616 %
I_from = 0.1 kA
I_to = 0.1 kA
", "Line 35
I = 30.729 %
I_from = 0.111 kA
I_to = 0.111 kA
", "Line 36
I = 51.614 %
I_from = 0.217 kA
I_to = 0.217 kA
", "Line 37
I = 49.986 %
I_from = 0.21 kA
I_to = 0.21 kA
", "Line 38
I = 54.918 %
I_from = 0.354 kA
I_to = 0.354 kA
", "Line 39
I = 56.34 %
I_from = 0.204 kA
I_to = 0.204 kA
", "Line 40
I = 38.499 %
I_from = 0.139 kA
I_to = 0.139 kA
", "Line 41
I = 49.057 %
I_from = 0.178 kA
I_to = 0.178 kA
", "Line 42
I = 6.391 %
I_from = 0.023 kA
I_to = 0.023 kA
", "Line 43
I = 1.986 %
I_from = 0.007 kA
I_to = 0.007 kA
", "Line 44
I = 3.209 %
I_from = 0.012 kA
I_to = 0.012 kA
", "Line 45
I = 40.087 %
I_from = 0.145 kA
I_to = 0.145 kA
", "Line 46
I = 45.93 %
I_from = 0.166 kA
I_to = 0.166 kA
", "Line 47
I = 45.978 %
I_from = 0.166 kA
I_to = 0.166 kA
", "Line 48
I = 9.917 %
I_from = 0.036 kA
I_to = 0.036 kA
", "Line 49
I = 9.895 %
I_from = 0.036 kA
I_to = 0.036 kA
", "Line 50
I = 46.005 %
I_from = 0.167 kA
I_to = 0.166 kA
", "Line 51
I = 9.937 %
I_from = 0.036 kA
I_to = 0.036 kA
", "Line 52
I = 34.341 %
I_from = 0.221 kA
I_to = 0.222 kA
", "Line 53
I = 34.341 %
I_from = 0.221 kA
I_to = 0.221 kA
", "Line 54
I = 52.63 %
I_from = 0.222 kA
I_to = 0.222 kA
", "Line 55
I = 30.443 %
I_from = 0.11 kA
I_to = 0.11 kA
", "Line 56
I = 40.025 %
I_from = 0.145 kA
I_to = 0.145 kA
", "Line 57
I = 0.492 %
I_from = 0.002 kA
I_to = 0.001 kA
", "Line 58
I = 1.237 %
I_from = 0.004 kA
I_to = 0.004 kA
", "Line 59
I = 39.424 %
I_from = 0.142 kA
I_to = 0.143 kA
", "Line 60
I = 36.994 %
I_from = 0.134 kA
I_to = 0.134 kA
", "Line 61
I = 37.016 %
I_from = 0.134 kA
I_to = 0.134 kA
", "Line 62
I = 34.34 %
I_from = 0.221 kA
I_to = 0.221 kA
", "Line 63
I = 2.493 %
I_from = 0.009 kA
I_to = 0.009 kA
", "Line 64
I = 17.743 %
I_from = 0.064 kA
I_to = 0.064 kA
", "Line 65
I = 21.433 %
I_from = 0.077 kA
I_to = 0.078 kA
", "Line 67
I = 38.599 %
I_from = 0.14 kA
I_to = 0.14 kA
", "Line 68
I = 10.696 %
I_from = 0.039 kA
I_to = 0.038 kA
", "Line 69
I = 11.867 %
I_from = 0.043 kA
I_to = 0.043 kA
", "Line 70
I = 43.391 %
I_from = 0.157 kA
I_to = 0.157 kA
", "Line 71
I = 2.462 %
I_from = 0.009 kA
I_to = 0.009 kA
", "Line 72
I = 45.828 %
I_from = 0.166 kA
I_to = 0.166 kA
", "Line 73
I = 39.483 %
I_from = 0.143 kA
I_to = 0.143 kA
", "Line 74
I = 37.531 %
I_from = 0.136 kA
I_to = 0.136 kA
", "Line 75
I = 41.434 %
I_from = 0.15 kA
I_to = 0.15 kA
", "Line 76
I = 1.953 %
I_from = 0.007 kA
I_to = 0.007 kA
", "Line 77
I = 5.01 %
I_from = 0.018 kA
I_to = 0.018 kA
", "Line 78
I = 1.981 %
I_from = 0.007 kA
I_to = 0.007 kA
", "Line 79
I = 28.241 %
I_from = 0.102 kA
I_to = 0.102 kA
", "Line 80
I = 31.343 %
I_from = 0.113 kA
I_to = 0.113 kA
", "Line 81
I = 23.177 %
I_from = 0.084 kA
I_to = 0.084 kA
", "Line 82
I = 34.436 %
I_from = 0.125 kA
I_to = 0.125 kA
", "Line 85
I = 1.958 %
I_from = 0.007 kA
I_to = 0.007 kA
", "Line 86
I = 4.388 %
I_from = 0.016 kA
I_to = 0.016 kA
", "Line 87
I = 1.965 %
I_from = 0.007 kA
I_to = 0.007 kA
", "Line 90
I = 19.195 %
I_from = 0.069 kA
I_to = 0.069 kA
", "Line 91
I = 22.031 %
I_from = 0.08 kA
I_to = 0.079 kA
", "Line 92
I = 29.562 %
I_from = 0.107 kA
I_to = 0.107 kA
", "Line 93
I = 32.626 %
I_from = 0.118 kA
I_to = 0.118 kA
", "Line 94
I = 22.245 %
I_from = 0.081 kA
I_to = 0.081 kA
", "Line 95
I = 20.056 %
I_from = 0.073 kA
I_to = 0.073 kA
", "Line 96
I = 16.94 %
I_from = 0.061 kA
I_to = 0.061 kA
", "Line 97
I = 13.831 %
I_from = 0.05 kA
I_to = 0.05 kA
", "Line 98
I = 1.241 %
I_from = 0.004 kA
I_to = 0.004 kA
", "Line 99
I = 8.316 %
I_from = 0.03 kA
I_to = 0.03 kA
", "Line 100
I = 7.574 %
I_from = 0.027 kA
I_to = 0.027 kA
", "Line 101
I = 3.139 %
I_from = 0.011 kA
I_to = 0.011 kA
", "Line 102
I = 5.12 %
I_from = 0.019 kA
I_to = 0.018 kA
", "Line 103
I = 6.342 %
I_from = 0.023 kA
I_to = 0.023 kA
", "Line 104
I = 27.328 %
I_from = 0.099 kA
I_to = 0.099 kA
", "Line 105
I = 28.551 %
I_from = 0.103 kA
I_to = 0.103 kA
", "Line 106
I = 26.105 %
I_from = 0.095 kA
I_to = 0.094 kA
", "Line 107
I = 24.894 %
I_from = 0.09 kA
I_to = 0.09 kA
", "Line 108
I = 22.964 %
I_from = 0.083 kA
I_to = 0.083 kA
", "Line 109
I = 30.516 %
I_from = 0.11 kA
I_to = 0.11 kA
", "Line 110
I = 9.543 %
I_from = 0.035 kA
I_to = 0.035 kA
", "Line 111
I = 12.742 %
I_from = 0.046 kA
I_to = 0.046 kA
", "Line 112
I = 3.197 %
I_from = 0.012 kA
I_to = 0.012 kA
", "Line 113
I = 10.77 %
I_from = 0.039 kA
I_to = 0.039 kA
", "Line 114
I = 1.24 %
I_from = 0.004 kA
I_to = 0.004 kA
", "Line 116
I = 26.114 %
I_from = 0.095 kA
I_to = 0.094 kA
", "Line 117
I = 28.041 %
I_from = 0.102 kA
I_to = 0.101 kA
", "Line 118
I = 29.244 %
I_from = 0.106 kA
I_to = 0.106 kA
", "Line 119
I = 1.95 %
I_from = 0.007 kA
I_to = 0.007 kA
", "Line 120
I = 24.183 %
I_from = 0.088 kA
I_to = 0.088 kA
", "Line 121
I = 1.219 %
I_from = 0.004 kA
I_to = 0.004 kA
", "Line 122
I = 14.946 %
I_from = 0.054 kA
I_to = 0.054 kA
", "Line 123
I = 9.16 %
I_from = 0.033 kA
I_to = 0.033 kA
", "Line 124
I = 11.087 %
I_from = 0.04 kA
I_to = 0.04 kA
", "Line 125
I = 4.938 %
I_from = 0.018 kA
I_to = 0.018 kA
", "Line 126
I = 1.95 %
I_from = 0.007 kA
I_to = 0.007 kA
", "Line 127
I = 55.581 %
I_from = 0.358 kA
I_to = 0.358 kA
", "Line 128
I = 1.202 %
I_from = 0.004 kA
I_to = 0.004 kA
", "Line 129
I = 1.209 %
I_from = 0.004 kA
I_to = 0.004 kA
", "Line 130
I = 34.203 %
I_from = 0.124 kA
I_to = 0.124 kA
", "Line 131
I = 35.398 %
I_from = 0.128 kA
I_to = 0.128 kA
", "Line 132
I = 32.285 %
I_from = 0.117 kA
I_to = 0.117 kA
", "Line 133
I = 1.208 %
I_from = 0.004 kA
I_to = 0.004 kA
", "Line 134
I = 1.21 %
I_from = 0.004 kA
I_to = 0.004 kA
", "Line 135
I = 36.588 %
I_from = 0.132 kA
I_to = 0.132 kA
", "Line 136
I = 54.427 %
I_from = 0.197 kA
I_to = 0.197 kA
", "Line 137
I = 50.129 %
I_from = 0.181 kA
I_to = 0.181 kA
", "Line 138
I = 53.244 %
I_from = 0.193 kA
I_to = 0.193 kA
", "Line 139
I = 5.571 %
I_from = 0.02 kA
I_to = 0.02 kA
", "Line 140
I = 1.231 %
I_from = 0.004 kA
I_to = 0.004 kA
", "Line 141
I = 47.153 %
I_from = 0.171 kA
I_to = 0.171 kA
", "Line 142
I = 1.954 %
I_from = 0.007 kA
I_to = 0.007 kA
", "Line 143
I = 44.797 %
I_from = 0.162 kA
I_to = 0.162 kA
", "Line 144
I = 4.391 %
I_from = 0.016 kA
I_to = 0.016 kA
", "Line 145
I = 3.191 %
I_from = 0.012 kA
I_to = 0.011 kA
", "Line 146
I = 1.971 %
I_from = 0.007 kA
I_to = 0.007 kA
", "Line 147
I = 7.528 %
I_from = 0.027 kA
I_to = 0.027 kA
", "Line 148
I = 1.251 %
I_from = 0.004 kA
I_to = 0.005 kA
", "Line 149
I = 7.518 %
I_from = 0.027 kA
I_to = 0.027 kA
", "Line 150
I = 9.503 %
I_from = 0.034 kA
I_to = 0.034 kA
", "Line 151
I = 48.974 %
I_from = 0.206 kA
I_to = 0.206 kA
", "Line 152
I = 1.922 %
I_from = 0.007 kA
I_to = 0.007 kA
", "Line 153
I = 44.184 %
I_from = 0.16 kA
I_to = 0.16 kA
", "Line 154
I = 42.996 %
I_from = 0.156 kA
I_to = 0.156 kA
", "Line 156
I = 3.046 %
I_from = 0.011 kA
I_to = 0.011 kA
", "Line 157
I = 36.8 %
I_from = 0.237 kA
I_to = 0.237 kA
", "Line 158
I = 35.717 %
I_from = 0.23 kA
I_to = 0.23 kA
", "Line 161
I = 52.118 %
I_from = 0.219 kA
I_to = 0.219 kA
", "Line 162
I = 39.993 %
I_from = 0.258 kA
I_to = 0.258 kA
", "Line 163
I = 32.692 %
I_from = 0.118 kA
I_to = 0.118 kA
", "Line 164
I = 33.92 %
I_from = 0.123 kA
I_to = 0.123 kA
", "Line 165
I = 36.799 %
I_from = 0.237 kA
I_to = 0.237 kA
", "Line 167
I = 15.768 %
I_from = 0.057 kA
I_to = 0.057 kA
", "Line 168
I = 24.505 %
I_from = 0.089 kA
I_to = 0.089 kA
", "Line 169
I = 21.389 %
I_from = 0.077 kA
I_to = 0.077 kA
", "Line 170
I = 46.137 %
I_from = 0.167 kA
I_to = 0.167 kA
", "Line 171
I = 47.349 %
I_from = 0.171 kA
I_to = 0.171 kA
", "Line 172
I = 54.388 %
I_from = 0.229 kA
I_to = 0.229 kA
", "Line 173
I = 50.73 %
I_from = 0.214 kA
I_to = 0.214 kA
", "Line 174
I = 3.066 %
I_from = 0.011 kA
I_to = 0.011 kA
", "Line 175
I = 56.048 %
I_from = 0.236 kA
I_to = 0.236 kA
", "Line 177
I = 1.956 %
I_from = 0.007 kA
I_to = 0.007 kA
", "Line 178
I = 52.334 %
I_from = 0.189 kA
I_to = 0.189 kA
", "Line 179
I = 55.387 %
I_from = 0.2 kA
I_to = 0.2 kA
", "Line 180
I = 45.774 %
I_from = 0.166 kA
I_to = 0.166 kA
", "Line 181
I = 56.796 %
I_from = 0.206 kA
I_to = 0.206 kA
", "Line 182
I = 50.488 %
I_from = 0.213 kA
I_to = 0.213 kA
", "Line 183
I = 52.13 %
I_from = 0.219 kA
I_to = 0.219 kA
", "Line 184
I = 3.06 %
I_from = 0.011 kA
I_to = 0.011 kA
", "Line 185
I = 50.728 %
I_from = 0.183 kA
I_to = 0.184 kA
", "Line 186
I = 3.067 %
I_from = 0.011 kA
I_to = 0.011 kA
", "Line 187
I = 47.673 %
I_from = 0.173 kA
I_to = 0.173 kA
", "Line 189
I = 40.545 %
I_from = 0.147 kA
I_to = 0.147 kA
", "Line 190
I = 42.487 %
I_from = 0.154 kA
I_to = 0.154 kA
", "Line 191
I = 43.699 %
I_from = 0.158 kA
I_to = 0.158 kA
", "Line 192
I = 57.798 %
I_from = 0.209 kA
I_to = 0.209 kA
", "Line 193
I = 56.915 %
I_from = 0.367 kA
I_to = 0.367 kA
", "Line 66
I = 0.122 %
I_from = 0.0 kA
I_to = 0.0 kA
", "Line 8
I = 0.039 %
I_from = 0.0 kA
I_to = 0.0 kA
", "Line 23
I = 0.324 %
I_from = 0.001 kA
I_to = 0.0 kA
", "Line 88
I = 0.08 %
I_from = 0.0 kA
I_to = 0.0 kA
", "Line 188
I = 0.106 %
I_from = 0.0 kA
I_to = 0.0 kA
", "Line 31
I = 0.268 %
I_from = 0.001 kA
I_to = 0.0 kA
" ], "type": "scatter", "x": [ 25.5 ], "y": [ 6.5625 ] }, { "hoverinfo": "text", "line": { "color": "rgb(255.0,189.07407407407416,0.0)", "width": 3 }, "mode": "lines", "name": "trafos", "text": "HV/MV Transformer 0
I = 70.872 %
I_hv = 0.093 kA
I_lv = 0.495 kA
", "type": "scatter", "x": [ 1, 1.5, 2 ], "y": [ -3.4375, -3.4375, -3.4375 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(255.0,189.07407407407416,0.0)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "text": [ "HV/MV Transformer 0
I = 70.872 %
I_hv = 0.093 kA
I_lv = 0.495 kA
", "HV/MV Transformer 1
I = 85.502 %
I_hv = 0.112 kA
I_lv = 0.588 kA
" ], "type": "scatter", "x": [ 1.5 ], "y": [ -3.4375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(255.0,52.03703703703709,0.0)", "width": 3 }, "mode": "lines", "name": "trafos", "text": "HV/MV Transformer 1
I = 85.502 %
I_hv = 0.112 kA
I_lv = 0.588 kA
", "type": "scatter", "x": [ 1, 1.5, 2 ], "y": [ 3.4375, 3.4375, 3.4375 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(255.0,52.03703703703709,0.0)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "text": [ "HV/MV Transformer 0
I = 70.872 %
I_hv = 0.093 kA
I_lv = 0.495 kA
", "HV/MV Transformer 1
I = 85.502 %
I_hv = 0.112 kA
I_lv = 0.588 kA
" ], "type": "scatter", "x": [ 1.5 ], "y": [ 3.4375 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(128, 128, 128)", "size": 20, "symbol": "square" }, "mode": "markers", "name": "external_grid", "text": [ "Bus 38", "Bus 177" ], "type": "scatter", "x": [ 1, 1 ], "y": [ -3.4375, 3.4375 ] }, { "hoverinfo": "text", "marker": { "cmax": 1.1, "cmin": 0.9, "color": [ 1.0094727560607157, 1.009354310946549, 1.0103055250582964, 1.0086112755702146, 1.0100214603189164, 1.0155592717982544, 1.0235513513298262, 1.0155904076311941, 1.0089050932533128, 1.0236718927792572, 1.021041722671419, 1.012124092340737, 0.9858773236516188, 1.0054137208875031, 0.9870531269286922, 1.0054069303869593, 0.9756578394240912, 0.999786102408974, 0.9812640901059202, 1.014597720294687, 0.9938968084499047, 0.9987145764979363, 0.9782906813654397, 1.0027742070009407, 0.9816422294944094, 0.993825917911666, 0.9846214416339729, 0.9948081307433576, 0.9791666714701646, 0.9955340939665567, 0.9791978320464786, 0.9778904697642824, 0.9958944038271826, 0.9835679790025166, 0.9967124458571845, 1.0015473118018192, 0.9810809994640469, 0.9830202113324275, 1, 0.9757630860436054, 0.9756745525037822, 1.0097137874052218, 1.0192423366918955, 1.007488197503407, 1.0160635799028717, 1.0173606142831397, 0.9870212158480458, 1.0045187893729555, 1.0062795001880582, 0.9759077536489728, 1.0051084035294184, 1.0028338823638732, 0.9760811208173797, 0.9951483260581597, 0.9807651206682984, 1.0007666907359227, 1.0133588490985217, 0.9871353067361646, 0.9877954259464704, 0.9859402424027366, 0.9859731447864947, 1.0160477531274752, 0.9863984177837863, 1.0109829359542644, 1.0099734638690379, 1.0099247402671885, 0.9855471698690801, 1.0130804548169032, 0.9951104418965353, 1.0121127904594418, 0.9915236890699693, 0.991545300033784, 1.0040057222368934, 1.0032483185231282, 1.005033026148943, 1.002804467786847, 1.025896287203284, 1.0001910370975438, 0.9992244171640996, 0.9899033323775003, 0.9999227538477944, 0.9905980499727539, 0.9918535597680914, 0.9888914336075421, 0.9913981095868264, 0.9992166263499968, 0.9910418124823271, 0.9914783911769066, 0.9985651682949984, 0.9972582960916465, 0.9998792095891763, 0.9985972978302998, 0.9908908066466251, 1.0032965843072517, 0.9909152112309435, 0.9966119244095188, 0.983925466025081, 0.9832974023874601, 0.9833224969296654, 0.9832816847087397, 0.9816466324194808, 0.9819934329897094, 0.9846928111881026, 1.0022200015289335, 0.9900875219063507, 0.9915852880648787, 1.0086764206902123, 0.9986322309805749, 0.9824997204737271, 0.9822261847796183, 0.98749563271082, 0.986659104380779, 0.9843675898537639, 0.9841864832137664, 0.9843296048566209, 1.0001531911872898, 0.9770789858907175, 0.9756171709227066, 0.9821085555439049, 0.996056073087695, 0.9983230721942166, 1.0154239779229322, 0.9850536667754712, 0.9842918851638458, 0.984440400742329, 0.9840558129496897, 0.9954235927231013, 0.9969911151297268, 0.9968439725678813, 0.9975677981140559, 0.9957412414337903, 0.9976038166355167, 0.9976678004386529, 0.994095407574285, 0.9944730242066273, 0.9797880513181333, 0.9802011818537371, 0.9798297444844811, 0.9800753608993623, 0.9799699593579791, 0.9914558841161677, 0.9941282174047329, 0.9923543486050092, 0.994566184174832, 0.9942349070377007, 1.0116144719458011, 1.0108245652578043, 1.0114216458985221, 1.0103254061439013, 1.0093743034937037, 1.0086302510998868, 1.0026688600303113, 0.993399350333669, 1.001938566294932, 1.0065267069181378, 1.0139777638346081, 1.0011527680202494, 1.001747934392695, 0.9900636109029912, 1.0013451836741862, 0.9878987527610545, 0.9885317679961338, 0.9887772966228946, 0.9882548470590045, 1.01850933414948, 1.0121622750038122, 1.005750518166671, 1.003641941510898, 1.0040428059974469, 1.0046353179300735, 1.0011369425448058, 1.0016525300972363, 1.0016247968696823, 1.0030709124411696, 1.0017205066433519, 0.9833668206298307, 0.9998216491979883, 1, 1.0288039994992069 ], "colorbar": { "thickness": 10, "title": { "side": "right", "text": "Bus Voltage [pu]" }, "x": 1 }, "colorscale": [ [ 0, "rgb(0,0,131)" ], [ 0.2, "rgb(0,60,170)" ], [ 0.4, "rgb(5,255,255)" ], [ 0.6, "rgb(255,255,0)" ], [ 0.8, "rgb(250,0,0)" ], [ 1, "rgb(128,0,0)" ] ], "size": 10, "symbol": "circle" }, "mode": "markers", "name": "buses", "text": [ "Bus 0
V_m = 1.009 pu
V_m = 20.189 kV
V_a = -6.779 deg", "Bus 1
V_m = 1.009 pu
V_m = 20.187 kV
V_a = -6.784 deg", "Bus 2
V_m = 1.01 pu
V_m = 20.206 kV
V_a = -6.753 deg", "Bus 3
V_m = 1.009 pu
V_m = 20.172 kV
V_a = -6.807 deg", "Bus 4
V_m = 1.01 pu
V_m = 20.2 kV
V_a = -6.761 deg", "Bus 5
V_m = 1.016 pu
V_m = 20.311 kV
V_a = -6.321 deg", "Bus 6
V_m = 1.024 pu
V_m = 20.471 kV
V_a = -5.479 deg", "Bus 7
V_m = 1.016 pu
V_m = 20.312 kV
V_a = -6.32 deg", "Bus 8
V_m = 1.009 pu
V_m = 20.178 kV
V_a = -6.797 deg", "Bus 9
V_m = 1.024 pu
V_m = 20.473 kV
V_a = -5.53 deg", "Bus 10
V_m = 1.021 pu
V_m = 20.421 kV
V_a = -5.837 deg", "Bus 11
V_m = 1.012 pu
V_m = 20.242 kV
V_a = -6.196 deg", "Bus 12
V_m = 0.986 pu
V_m = 19.718 kV
V_a = -5.832 deg", "Bus 13
V_m = 1.005 pu
V_m = 20.108 kV
V_a = -6.43 deg", "Bus 14
V_m = 0.987 pu
V_m = 19.741 kV
V_a = -5.794 deg", "Bus 15
V_m = 1.005 pu
V_m = 20.108 kV
V_a = -5.033 deg", "Bus 16
V_m = 0.976 pu
V_m = 19.513 kV
V_a = -6.156 deg", "Bus 17
V_m = 1.0 pu
V_m = 19.996 kV
V_a = -5.214 deg", "Bus 18
V_m = 0.981 pu
V_m = 19.625 kV
V_a = -5.791 deg", "Bus 19
V_m = 1.015 pu
V_m = 20.292 kV
V_a = -4.213 deg", "Bus 20
V_m = 0.994 pu
V_m = 19.878 kV
V_a = -6.838 deg", "Bus 21
V_m = 0.999 pu
V_m = 19.974 kV
V_a = -5.248 deg", "Bus 22
V_m = 0.978 pu
V_m = 19.566 kV
V_a = -6.074 deg", "Bus 23
V_m = 1.003 pu
V_m = 20.055 kV
V_a = -5.122 deg", "Bus 24
V_m = 0.982 pu
V_m = 19.633 kV
V_a = -5.965 deg", "Bus 25
V_m = 0.994 pu
V_m = 19.877 kV
V_a = -5.576 deg", "Bus 26
V_m = 0.985 pu
V_m = 19.692 kV
V_a = -5.871 deg", "Bus 27
V_m = 0.995 pu
V_m = 19.896 kV
V_a = -5.544 deg", "Bus 28
V_m = 0.979 pu
V_m = 19.583 kV
V_a = -6.046 deg", "Bus 29
V_m = 0.996 pu
V_m = 19.911 kV
V_a = -5.521 deg", "Bus 30
V_m = 0.979 pu
V_m = 19.584 kV
V_a = -6.045 deg", "Bus 31
V_m = 0.978 pu
V_m = 19.558 kV
V_a = -6.087 deg", "Bus 32
V_m = 0.996 pu
V_m = 19.918 kV
V_a = -5.509 deg", "Bus 33
V_m = 0.984 pu
V_m = 19.671 kV
V_a = -5.904 deg", "Bus 34
V_m = 0.997 pu
V_m = 19.934 kV
V_a = -7.191 deg", "Bus 35
V_m = 1.002 pu
V_m = 20.031 kV
V_a = -5.329 deg", "Bus 36
V_m = 0.981 pu
V_m = 19.622 kV
V_a = -5.984 deg", "Bus 37
V_m = 0.983 pu
V_m = 19.66 kV
V_a = -5.922 deg", "Bus 38
V_m = 1.0 pu
V_m = 110.0 kV
V_a = 0.0 deg", "Bus 39
V_m = 0.976 pu
V_m = 19.515 kV
V_a = -6.153 deg", "Bus 40
V_m = 0.976 pu
V_m = 19.513 kV
V_a = -6.155 deg", "Bus 41
V_m = 1.01 pu
V_m = 20.194 kV
V_a = -4.716 deg", "Bus 42
V_m = 1.019 pu
V_m = 20.385 kV
V_a = -5.914 deg", "Bus 43
V_m = 1.007 pu
V_m = 20.15 kV
V_a = -4.951 deg", "Bus 44
V_m = 1.016 pu
V_m = 20.321 kV
V_a = -6.052 deg", "Bus 45
V_m = 1.017 pu
V_m = 20.347 kV
V_a = -5.995 deg", "Bus 46
V_m = 0.987 pu
V_m = 19.74 kV
V_a = -5.795 deg", "Bus 47
V_m = 1.005 pu
V_m = 20.09 kV
V_a = -5.068 deg", "Bus 48
V_m = 1.006 pu
V_m = 20.126 kV
V_a = -4.999 deg", "Bus 49
V_m = 0.976 pu
V_m = 19.518 kV
V_a = -6.149 deg", "Bus 50
V_m = 1.005 pu
V_m = 20.102 kV
V_a = -5.198 deg", "Bus 51
V_m = 1.003 pu
V_m = 20.057 kV
V_a = -5.12 deg", "Bus 52
V_m = 0.976 pu
V_m = 19.522 kV
V_a = -6.143 deg", "Bus 53
V_m = 0.995 pu
V_m = 19.903 kV
V_a = -5.359 deg", "Bus 54
V_m = 0.981 pu
V_m = 19.615 kV
V_a = -5.994 deg", "Bus 55
V_m = 1.001 pu
V_m = 20.015 kV
V_a = -7.058 deg", "Bus 56
V_m = 1.013 pu
V_m = 20.267 kV
V_a = -4.339 deg", "Bus 57
V_m = 0.987 pu
V_m = 19.743 kV
V_a = -5.605 deg", "Bus 58
V_m = 0.988 pu
V_m = 19.756 kV
V_a = -5.585 deg", "Bus 59
V_m = 0.986 pu
V_m = 19.719 kV
V_a = -5.643 deg", "Bus 60
V_m = 0.986 pu
V_m = 19.719 kV
V_a = -5.642 deg", "Bus 61
V_m = 1.016 pu
V_m = 20.321 kV
V_a = -6.052 deg", "Bus 62
V_m = 0.986 pu
V_m = 19.728 kV
V_a = -5.629 deg", "Bus 63
V_m = 1.011 pu
V_m = 20.22 kV
V_a = -6.234 deg", "Bus 64
V_m = 1.01 pu
V_m = 20.199 kV
V_a = -6.27 deg", "Bus 65
V_m = 1.01 pu
V_m = 20.198 kV
V_a = -6.271 deg", "Bus 66
V_m = 0.986 pu
V_m = 19.711 kV
V_a = -5.656 deg", "Bus 67
V_m = 1.013 pu
V_m = 20.262 kV
V_a = -6.161 deg", "Bus 68
V_m = 0.995 pu
V_m = 19.902 kV
V_a = -6.787 deg", "Bus 69
V_m = 1.012 pu
V_m = 20.242 kV
V_a = -6.195 deg", "Bus 70
V_m = 0.992 pu
V_m = 19.83 kV
V_a = -6.928 deg", "Bus 71
V_m = 0.992 pu
V_m = 19.831 kV
V_a = -6.928 deg", "Bus 72
V_m = 1.004 pu
V_m = 20.08 kV
V_a = -5.242 deg", "Bus 73
V_m = 1.003 pu
V_m = 20.065 kV
V_a = -5.271 deg", "Bus 74
V_m = 1.005 pu
V_m = 20.101 kV
V_a = -5.2 deg", "Bus 75
V_m = 1.003 pu
V_m = 20.056 kV
V_a = -5.29 deg", "Bus 76
V_m = 1.026 pu
V_m = 20.518 kV
V_a = -5.274 deg", "Bus 77
V_m = 1.0 pu
V_m = 20.004 kV
V_a = -7.076 deg", "Bus 78
V_m = 0.999 pu
V_m = 19.984 kV
V_a = -7.11 deg", "Bus 79
V_m = 0.99 pu
V_m = 19.798 kV
V_a = -5.52 deg", "Bus 80
V_m = 1.0 pu
V_m = 19.998 kV
V_a = -7.088 deg", "Bus 81
V_m = 0.991 pu
V_m = 19.812 kV
V_a = -5.498 deg", "Bus 82
V_m = 0.992 pu
V_m = 19.837 kV
V_a = -6.917 deg", "Bus 83
V_m = 0.989 pu
V_m = 19.778 kV
V_a = -5.551 deg", "Bus 84
V_m = 0.991 pu
V_m = 19.828 kV
V_a = -6.933 deg", "Bus 85
V_m = 0.999 pu
V_m = 19.984 kV
V_a = -7.11 deg", "Bus 86
V_m = 0.991 pu
V_m = 19.821 kV
V_a = -6.945 deg", "Bus 87
V_m = 0.991 pu
V_m = 19.83 kV
V_a = -5.471 deg", "Bus 88
V_m = 0.999 pu
V_m = 19.971 kV
V_a = -5.423 deg", "Bus 89
V_m = 0.997 pu
V_m = 19.945 kV
V_a = -7.174 deg", "Bus 90
V_m = 1.0 pu
V_m = 19.998 kV
V_a = -5.382 deg", "Bus 91
V_m = 0.999 pu
V_m = 19.972 kV
V_a = -5.422 deg", "Bus 92
V_m = 0.991 pu
V_m = 19.818 kV
V_a = -6.949 deg", "Bus 93
V_m = 1.003 pu
V_m = 20.066 kV
V_a = -5.27 deg", "Bus 94
V_m = 0.991 pu
V_m = 19.818 kV
V_a = -6.949 deg", "Bus 95
V_m = 0.997 pu
V_m = 19.932 kV
V_a = -5.486 deg", "Bus 96
V_m = 0.984 pu
V_m = 19.679 kV
V_a = -7.598 deg", "Bus 97
V_m = 0.983 pu
V_m = 19.666 kV
V_a = -7.619 deg", "Bus 98
V_m = 0.983 pu
V_m = 19.666 kV
V_a = -7.618 deg", "Bus 99
V_m = 0.983 pu
V_m = 19.666 kV
V_a = -7.619 deg", "Bus 100
V_m = 0.982 pu
V_m = 19.633 kV
V_a = -5.779 deg", "Bus 101
V_m = 0.982 pu
V_m = 19.64 kV
V_a = -5.768 deg", "Bus 102
V_m = 0.985 pu
V_m = 19.694 kV
V_a = -7.573 deg", "Bus 103
V_m = 1.002 pu
V_m = 20.044 kV
V_a = -7.007 deg", "Bus 104
V_m = 0.99 pu
V_m = 19.802 kV
V_a = -7.402 deg", "Bus 105
V_m = 0.992 pu
V_m = 19.832 kV
V_a = -6.926 deg", "Bus 106
V_m = 1.009 pu
V_m = 20.174 kV
V_a = -6.804 deg", "Bus 107
V_m = 0.999 pu
V_m = 19.973 kV
V_a = -7.129 deg", "Bus 108
V_m = 0.982 pu
V_m = 19.65 kV
V_a = -5.752 deg", "Bus 109
V_m = 0.982 pu
V_m = 19.645 kV
V_a = -5.761 deg", "Bus 110
V_m = 0.987 pu
V_m = 19.75 kV
V_a = -7.484 deg", "Bus 111
V_m = 0.987 pu
V_m = 19.733 kV
V_a = -7.511 deg", "Bus 112
V_m = 0.984 pu
V_m = 19.687 kV
V_a = -7.583 deg", "Bus 113
V_m = 0.984 pu
V_m = 19.684 kV
V_a = -7.589 deg", "Bus 114
V_m = 0.984 pu
V_m = 19.687 kV
V_a = -7.585 deg", "Bus 115
V_m = 1.0 pu
V_m = 20.003 kV
V_a = -7.077 deg", "Bus 116
V_m = 0.977 pu
V_m = 19.542 kV
V_a = -6.113 deg", "Bus 117
V_m = 0.976 pu
V_m = 19.512 kV
V_a = -6.157 deg", "Bus 118
V_m = 0.982 pu
V_m = 19.642 kV
V_a = -5.95 deg", "Bus 119
V_m = 0.996 pu
V_m = 19.921 kV
V_a = -6.751 deg", "Bus 120
V_m = 0.998 pu
V_m = 19.966 kV
V_a = -6.673 deg", "Bus 121
V_m = 1.015 pu
V_m = 20.308 kV
V_a = -6.079 deg", "Bus 122
V_m = 0.985 pu
V_m = 19.701 kV
V_a = -7.562 deg", "Bus 123
V_m = 0.984 pu
V_m = 19.686 kV
V_a = -7.586 deg", "Bus 124
V_m = 0.984 pu
V_m = 19.689 kV
V_a = -7.581 deg", "Bus 125
V_m = 0.984 pu
V_m = 19.681 kV
V_a = -7.594 deg", "Bus 126
V_m = 0.995 pu
V_m = 19.908 kV
V_a = -6.774 deg", "Bus 127
V_m = 0.997 pu
V_m = 19.94 kV
V_a = -6.718 deg", "Bus 128
V_m = 0.997 pu
V_m = 19.937 kV
V_a = -6.723 deg", "Bus 129
V_m = 0.998 pu
V_m = 19.951 kV
V_a = -6.698 deg", "Bus 130
V_m = 0.996 pu
V_m = 19.915 kV
V_a = -6.763 deg", "Bus 131
V_m = 0.998 pu
V_m = 19.952 kV
V_a = -6.697 deg", "Bus 132
V_m = 0.998 pu
V_m = 19.953 kV
V_a = -6.695 deg", "Bus 133
V_m = 0.994 pu
V_m = 19.882 kV
V_a = -6.822 deg", "Bus 134
V_m = 0.994 pu
V_m = 19.889 kV
V_a = -6.811 deg", "Bus 135
V_m = 0.98 pu
V_m = 19.596 kV
V_a = -5.836 deg", "Bus 136
V_m = 0.98 pu
V_m = 19.604 kV
V_a = -5.824 deg", "Bus 137
V_m = 0.98 pu
V_m = 19.597 kV
V_a = -5.835 deg", "Bus 138
V_m = 0.98 pu
V_m = 19.602 kV
V_a = -5.828 deg", "Bus 139
V_m = 0.98 pu
V_m = 19.599 kV
V_a = -5.831 deg", "Bus 140
V_m = 0.991 pu
V_m = 19.829 kV
V_a = -5.472 deg", "Bus 141
V_m = 0.994 pu
V_m = 19.883 kV
V_a = -6.821 deg", "Bus 142
V_m = 0.992 pu
V_m = 19.847 kV
V_a = -6.899 deg", "Bus 143
V_m = 0.995 pu
V_m = 19.891 kV
V_a = -6.808 deg", "Bus 144
V_m = 0.994 pu
V_m = 19.885 kV
V_a = -6.818 deg", "Bus 145
V_m = 1.012 pu
V_m = 20.232 kV
V_a = -6.711 deg", "Bus 146
V_m = 1.011 pu
V_m = 20.216 kV
V_a = -6.736 deg", "Bus 147
V_m = 1.011 pu
V_m = 20.228 kV
V_a = -6.717 deg", "Bus 148
V_m = 1.01 pu
V_m = 20.207 kV
V_a = -6.752 deg", "Bus 149
V_m = 1.009 pu
V_m = 20.187 kV
V_a = -6.783 deg", "Bus 150
V_m = 1.009 pu
V_m = 20.173 kV
V_a = -6.807 deg", "Bus 151
V_m = 1.003 pu
V_m = 20.053 kV
V_a = -6.993 deg", "Bus 152
V_m = 0.993 pu
V_m = 19.868 kV
V_a = -6.859 deg", "Bus 153
V_m = 1.002 pu
V_m = 20.039 kV
V_a = -7.023 deg", "Bus 154
V_m = 1.007 pu
V_m = 20.131 kV
V_a = -6.873 deg", "Bus 155
V_m = 1.014 pu
V_m = 20.28 kV
V_a = -6.129 deg", "Bus 156
V_m = 1.001 pu
V_m = 20.023 kV
V_a = -7.043 deg", "Bus 157
V_m = 1.002 pu
V_m = 20.035 kV
V_a = -7.022 deg", "Bus 158
V_m = 0.99 pu
V_m = 19.801 kV
V_a = -7.403 deg", "Bus 159
V_m = 1.001 pu
V_m = 20.027 kV
V_a = -7.036 deg", "Bus 160
V_m = 0.988 pu
V_m = 19.758 kV
V_a = -7.471 deg", "Bus 161
V_m = 0.989 pu
V_m = 19.771 kV
V_a = -7.451 deg", "Bus 162
V_m = 0.989 pu
V_m = 19.776 kV
V_a = -7.443 deg", "Bus 163
V_m = 0.988 pu
V_m = 19.765 kV
V_a = -7.46 deg", "Bus 164
V_m = 1.019 pu
V_m = 20.37 kV
V_a = -5.946 deg", "Bus 165
V_m = 1.012 pu
V_m = 20.243 kV
V_a = -6.694 deg", "Bus 166
V_m = 1.006 pu
V_m = 20.115 kV
V_a = -6.901 deg", "Bus 167
V_m = 1.004 pu
V_m = 20.073 kV
V_a = -6.963 deg", "Bus 168
V_m = 1.004 pu
V_m = 20.081 kV
V_a = -6.95 deg", "Bus 169
V_m = 1.005 pu
V_m = 20.093 kV
V_a = -6.932 deg", "Bus 170
V_m = 1.001 pu
V_m = 20.023 kV
V_a = -7.043 deg", "Bus 171
V_m = 1.002 pu
V_m = 20.033 kV
V_a = -7.025 deg", "Bus 172
V_m = 1.002 pu
V_m = 20.032 kV
V_a = -7.026 deg", "Bus 173
V_m = 1.003 pu
V_m = 20.061 kV
V_a = -6.98 deg", "Bus 174
V_m = 1.002 pu
V_m = 20.034 kV
V_a = -7.023 deg", "Bus 175
V_m = 0.983 pu
V_m = 19.667 kV
V_a = -7.617 deg", "Bus 176
V_m = 1.0 pu
V_m = 19.996 kV
V_a = -6.623 deg", "Bus 177
V_m = 1.0 pu
V_m = 110.0 kV
V_a = 0.0 deg", "Bus 178
V_m = 1.029 pu
V_m = 20.576 kV
V_a = -4.944 deg" ], "type": "scatter", "x": [ 9, 9, 8, 10, 8, 5, 3, 4, 10, 4, 5, 14, 16, 16, 15, 7, 32, 10, 26, 2, 27, 11, 25, 10, 21, 14, 17, 13, 25, 12, 24, 26, 11, 18, 16, 7, 22, 19, 1, 30, 31, 4, 6, 5, 9, 8, 16, 8, 6, 29, 3, 9, 28, 12, 23, 23, 3, 18, 17, 21, 20, 10, 19, 14, 15, 16, 21, 12, 25, 13, 33, 32, 4, 6, 4, 6, 3, 24, 13, 15, 12, 14, 30, 16, 33, 14, 34, 13, 10, 15, 8, 9, 36, 5, 35, 10, 30, 33, 32, 32, 25, 24, 25, 18, 17, 31, 11, 14, 22, 23, 22, 23, 27, 28, 28, 25, 27, 32, 20, 22, 18, 10, 24, 27, 26, 29, 24, 20, 21, 21, 23, 20, 19, 30, 27, 31, 27, 30, 28, 29, 14, 29, 29, 26, 28, 6, 7, 6, 7, 8, 9, 17, 28, 11, 12, 11, 22, 19, 18, 21, 21, 19, 18, 20, 7, 5, 10, 15, 14, 13, 23, 20, 21, 16, 20, 31, 17, 1, 2 ], "y": [ 0.0625, 1.5625, 1.0625, 2.0625, 0.0625, -0.1875, 0.3125, 0.3125, 0.0625, 6.5625, 6.5625, 6.5625, -4.9375, 7.0625, -4.4375, -1.9375, -5.9375, -2.4375, -2.4375, -3.4375, 6.0625, -2.4375, -5.4375, -1.4375, -4.9375, -4.4375, -4.9375, -4.4375, -4.4375, -4.4375, -4.9375, -5.4375, -4.4375, -4.9375, 3.5625, -4.9375, -4.9375, -4.9375, -3.4375, -5.4375, -5.4375, -1.9375, 6.5625, -1.9375, 6.5625, 6.5625, -3.9375, -1.9375, -1.9375, -5.4375, -4.9375, -1.9375, -5.4375, -2.4375, -4.9375, -1.4375, -1.9375, -2.9375, -2.9375, -3.4375, -2.9375, 6.0625, -2.9375, 7.5625, 7.5625, 8.0625, -2.4375, 7.0625, 6.5625, 7.0625, 5.5625, 6.0625, -5.4375, -5.9375, -4.4375, -4.9375, 6.5625, -1.4375, 3.0625, -2.9375, 3.0625, -2.9375, 6.0625, -2.9375, 6.5625, 2.5625, 6.5625, -2.4375, -5.4375, 3.5625, -4.9375, -4.9375, 6.5625, -5.4375, 6.5625, -4.4375, 4.5625, 4.0625, 4.0625, 5.0625, -2.4375, -2.4375, 4.0625, 0.0625, 3.5625, 6.0625, 0.0625, 3.5625, -2.4375, -2.4375, 4.0625, 4.0625, 3.5625, 4.5625, 3.5625, -1.4375, -5.4375, -4.9375, -4.9375, 6.5625, 7.0625, 7.0625, 4.0625, 4.5625, 4.0625, 4.5625, 6.5625, 6.5625, 6.5625, 7.5625, 6.5625, 7.5625, 7.0625, 7.0625, 7.0625, -2.4375, -2.4375, -2.4375, -2.4375, -2.4375, -1.9375, 7.0625, 6.0625, 6.5625, 7.0625, 0.0625, 0.0625, 1.5625, 1.5625, 2.0625, 2.5625, 0.0625, 6.0625, 3.0625, 0.0625, 7.0625, -0.9375, 0.0625, 3.0625, -0.9375, 4.0625, 4.0625, 4.0625, 4.0625, 6.5625, 0.8125, 3.0625, 0.0625, 0.0625, 0.0625, -0.4375, -0.4375, 0.0625, 0.0625, 0.5625, 4.5625, 7.0625, 3.4375, 3.4375 ] } ], "layout": { "autosize": false, "height": 538.4615384615385, "hovermode": "closest", "margin": { "b": 5, "l": 5, "r": 5, "t": 5 }, "showlegend": false, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "font": { "size": 16 } }, "width": 700, "xaxis": { "showgrid": false, "showticklabels": false, "zeroline": false }, "yaxis": { "showgrid": false, "showticklabels": false, "zeroline": false } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "net.bus_geodata.drop(net.bus_geodata.index, inplace=True)\n", "net.line_geodata.drop(net.line_geodata.index, inplace=True)\n", "pf_res_plotly(net, aspectratio=(1.3,1));" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**Figure Size** (`figsize`) is by default set to 1 and it is used only to multiply total plot size, thus real figure size `figsize=aspectratio*figsize`" ] }, { "cell_type": "code", "execution_count": 11, "metadata": {}, "outputs": [ { "data": { "text/html": [ " \n", " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "linkText": "Export to plot.ly", "plotlyServerURL": "https://plot.ly", "showLink": false }, "data": [ { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 0", "type": "scatter", "x": [ 3418242.10659, 3418349.53631, 3418359.45578 ], "y": [ 5363665.279770001, 5364232.8565650005, 5364276.74375 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 1", "type": "scatter", "x": [ 3418242.10659, 3418092.75894, 3417709.037645, 3417044.332345 ], "y": [ 5363665.279770001, 5363670.35976, 5363702.9726100005, 5363686.7694500005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 2", "type": "scatter", "x": [ 3418242.10659, 3418265.46984 ], "y": [ 5363665.279770001, 5363455.22988 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 3", "type": "scatter", "x": [ 3418265.46984, 3418335.48461 ], "y": [ 5363455.22988, 5362827.18118 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 4", "type": "scatter", "x": [ 3418335.48461, 3418405.3451199997, 3418690.99093, 3418717.898335 ], "y": [ 5362827.18118, 5362816.868740001, 5362807.01673, 5362777.79097 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 5", "type": "scatter", "x": [ 3409798.60001, 3409861.40567, 3410252.44079, 3411617.473035, 3412037.331555 ], "y": [ 5359531.258485001, 5359576.852505, 5360144.3587650005, 5361833.9697, 5361518.461155 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 6", "type": "scatter", "x": [ 3409798.60001, 3409986.41617, 3410109.835535 ], "y": [ 5359531.258485001, 5359481.52011, 5359383.313385 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 7", "type": "scatter", "x": [ 3409798.60001, 3409820.267835, 3409746.536065, 3409617.09921, 3409476.0102399997, 3409364.552905, 3409357.96508 ], "y": [ 5359531.258485001, 5359512.96507, 5359356.907045, 5359426.662735, 5359450.409085, 5359275.954360001, 5359237.7134650005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 10", "type": "scatter", "x": [ 3408278.9995999997, 3408045.89905 ], "y": [ 5357672.579415, 5357465.167160001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 11", "type": "scatter", "x": [ 3407845.09925, 3407899.4762049997, 3407902.898215, 3408045.89905 ], "y": [ 5357375.47743, 5357384.20975, 5357442.948910001, 5357465.167160001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 12", "type": "scatter", "x": [ 3407935.6436, 3407857.117245, 3407659.436105, 3407427.18329 ], "y": [ 5361604.281020001, 5361562.287195001, 5361580.936145, 5361721.47309 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 14", "type": "scatter", "x": [ 3407935.6436, 3407927.176495, 3407977.706905, 3407953.987195, 3407991.374965, 3407887.282875 ], "y": [ 5361604.281020001, 5361630.61316, 5361707.29951, 5361738.57424, 5361812.020425, 5361864.4739850005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 15", "type": "scatter", "x": [ 3412438.404275, 3412401.27992, 3412268.81795 ], "y": [ 5361795.338565, 5361793.430515001, 5361965.8234250005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 16", "type": "scatter", "x": [ 3412082.45804, 3412198.993665, 3412234.59856, 3412254.799825, 3412447.76993, 3412438.404275 ], "y": [ 5361762.5657, 5361838.10008, 5361776.689135, 5361628.93297, 5361743.6948150005, 5361795.338565 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 17", "type": "scatter", "x": [ 3408547.67568, 3409096.600125 ], "y": [ 5362893.18738, 5364094.958985001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 18", "type": "scatter", "x": [ 3409096.600125, 3408989.850945, 3408975.913755 ], "y": [ 5364094.958985001, 5364193.349975, 5364211.5701750005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 20", "type": "scatter", "x": [ 3413898.4617749997, 3413897.4965749998, 3413992.95028, 3414278.33845, 3414311.22654 ], "y": [ 5363247.510285, 5363246.57577, 5363318.296595001, 5363556.7720800005, 5363573.696045 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 21", "type": "scatter", "x": [ 3413898.4617749997, 3413870.610915, 3413865.67305 ], "y": [ 5363247.510285, 5363144.865215001, 5363143.39408 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 22", "type": "scatter", "x": [ 3417854.33292, 3417760.207325, 3417796.371315 ], "y": [ 5364474.723965, 5364666.203765, 5364792.013845 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 24", "type": "scatter", "x": [ 3417796.371315, 3417098.868935 ], "y": [ 5364792.013845, 5364820.328685001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 25", "type": "scatter", "x": [ 3418743.61835, 3418796.87837, 3418844.726965 ], "y": [ 5364579.237955, 5364599.386855001, 5364736.559470001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 26", "type": "scatter", "x": [ 3418380.179585, 3418470.476255, 3418493.89969, 3418785.4293049998, 3418844.726965 ], "y": [ 5364636.724845001, 5364655.683525001, 5364761.698805001, 5364773.4007, 5364736.559470001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 27", "type": "scatter", "x": [ 3412089.223465, 3412004.049395, 3412259.1209299997 ], "y": [ 5367029.39345, 5366819.77355, 5366668.92399 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 28", "type": "scatter", "x": [ 3412259.1209299997, 3412221.865795, 3412083.0668, 3411973.54194 ], "y": [ 5366668.92399, 5366635.471405, 5366607.83676, 5366489.345235 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 29", "type": "scatter", "x": [ 3412509.49375, 3412621.26517, 3412468.527745, 3412674.54292, 3413215.97949, 3413126.367695 ], "y": [ 5370211.403535, 5370179.525365001, 5369912.83851, 5369612.136945, 5369485.97021, 5369150.284555 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 30", "type": "scatter", "x": [ 3411701.231155, 3411934.34987, 3412185.043655, 3412206.67657, 3412477.17626, 3412469.294795, 3412509.49375 ], "y": [ 5370156.0428100005, 5369991.64462, 5370238.172255, 5370254.325705, 5370133.776980001, 5370208.494600001, 5370211.403535 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 32", "type": "scatter", "x": [ 3412494.665505, 3412605.21716, 3412626.49647, 3412756.53258 ], "y": [ 5368924.077845001, 5368899.26836, 5368952.573465001, 5368870.109585 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 34", "type": "scatter", "x": [ 3411352.7399999998, 3411345.994305, 3411384.747885, 3411303.625725 ], "y": [ 5370544.256, 5370625.704795, 5370753.92334, 5370800.261425001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 35", "type": "scatter", "x": [ 3411891.829765, 3411352.7399999998 ], "y": [ 5370473.070780001, 5370544.256 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 36", "type": "scatter", "x": [ 3411731.63789, 3411758.82676, 3411699.34185, 3411785.34044 ], "y": [ 5367155.67967, 5367178.74382, 5367262.333025, 5367394.89804 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 37", "type": "scatter", "x": [ 3411731.63789, 3411678.54743, 3411665.9725099998, 3411619.55654, 3411622.542935 ], "y": [ 5367155.67967, 5367182.723010001, 5367023.140550001, 5366875.746195001, 5366769.909935 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 38", "type": "scatter", "x": [ 3408983.211045, 3408742.6771899997, 3408719.72605 ], "y": [ 5364768.844140001, 5365270.474385001, 5365410.875170001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 39", "type": "scatter", "x": [ 3408983.211045, 3409004.22087, 3409064.66543, 3409133.776065 ], "y": [ 5364768.844140001, 5364745.961705, 5364766.54604, 5364636.208415001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 40", "type": "scatter", "x": [ 3408983.211045, 3408906.970405, 3408862.4645, 3408813.017565, 3408772.0309 ], "y": [ 5364768.844140001, 5364795.406535001, 5364822.413045, 5364818.65161, 5364750.662205 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 41", "type": "scatter", "x": [ 3412089.223465, 3412151.675665, 3412197.5828899997, 3412183.33188 ], "y": [ 5367029.39345, 5367016.749345001, 5367134.5549800005, 5367288.615625001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 42", "type": "scatter", "x": [ 3408131.461275, 3408028.06636, 3407943.898745, 3407658.95065, 3407626.841255 ], "y": [ 5357026.600335, 5356804.8221700005, 5356748.86976, 5356094.631815, 5355652.590995001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 43", "type": "scatter", "x": [ 3407626.841255, 3408272.804065, 3408223.972925 ], "y": [ 5355652.590995001, 5355460.06527, 5355362.004125 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 44", "type": "scatter", "x": [ 3407626.841255, 3407656.878685, 3407642.913365 ], "y": [ 5355652.590995001, 5355454.733415, 5355408.41098 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 45", "type": "scatter", "x": [ 3417098.868935, 3416978.587215, 3415302.93509, 3414619.659505 ], "y": [ 5364820.328685001, 5364825.195400001, 5365416.64116, 5365662.20595 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 46", "type": "scatter", "x": [ 3409404.38822, 3409570.553915, 3410393.1329 ], "y": [ 5364135.048685, 5364192.14396, 5363605.245315 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 47", "type": "scatter", "x": [ 3410393.1329, 3411638.30338, 3411641.501945 ], "y": [ 5363605.245315, 5362717.093035, 5362715.89218 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 48", "type": "scatter", "x": [ 3414374.640155, 3415957.4344 ], "y": [ 5362902.157225001, 5364162.393145001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 49", "type": "scatter", "x": [ 3415957.4344, 3416138.089135, 3416824.610515, 3417044.332345 ], "y": [ 5364162.393145001, 5364014.57943, 5363780.011725, 5363686.7694500005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 50", "type": "scatter", "x": [ 3412143.304465, 3412113.809365, 3412071.215, 3411945.80778, 3411661.9583199997, 3411641.501945 ], "y": [ 5362222.8465100005, 5362266.41198, 5362397.426875001, 5362493.16555, 5362547.734135, 5362715.89218 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 51", "type": "scatter", "x": [ 3414374.640155, 3414329.94916, 3414116.229045, 3414176.436845, 3414289.14575, 3414400.970145, 3414343.473955, 3414311.22654 ], "y": [ 5362902.157225001, 5362922.167435001, 5363158.69869, 5363242.680005, 5363358.771035001, 5363401.783995001, 5363541.83545, 5363573.696045 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 52", "type": "scatter", "x": [ 3410296.66458, 3410319.88972, 3411216.526165 ], "y": [ 5367207.696925, 5367201.927345, 5367341.3704200005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 53", "type": "scatter", "x": [ 3409538.64957, 3410296.66458 ], "y": [ 5367396.459115, 5367207.696925 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 54", "type": "scatter", "x": [ 3411216.526165, 3411233.42899, 3411505.05154, 3411614.78245, 3411675.15284, 3411785.34044 ], "y": [ 5367341.3704200005, 5367427.141805001, 5367395.215685001, 5367352.371215001, 5367292.165390001, 5367394.89804 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 55", "type": "scatter", "x": [ 3408547.67568, 3408620.549605, 3408718.71092, 3408690.1513199997, 3408526.150955, 3408444.45504, 3408355.97492, 3408347.63624 ], "y": [ 5362893.18738, 5362862.22912, 5362829.96793, 5362735.13332, 5362487.7739200005, 5362316.644455001, 5362016.386965, 5361962.0757 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 56", "type": "scatter", "x": [ 3414619.659505, 3412849.911315, 3412613.5358949997 ], "y": [ 5365662.20595, 5366298.246780001, 5366446.5986 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 57", "type": "scatter", "x": [ 3412343.37775, 3412523.282265 ], "y": [ 5367039.191295001, 5367829.039055 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 58", "type": "scatter", "x": [ 3413854.89557, 3413873.1104449998, 3414004.493645, 3413942.280495, 3413992.76188 ], "y": [ 5370532.17406, 5370560.430695, 5370663.925415, 5370837.34848, 5370905.836490001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 59", "type": "scatter", "x": [ 3416691.72847, 3416588.320235, 3416182.4025, 3415441.925215, 3413869.63262, 3413854.89557 ], "y": [ 5369521.514525, 5369547.51002, 5369712.362500001, 5369715.815005001, 5370339.459810001, 5370532.17406 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 60", "type": "scatter", "x": [ 3413353.181945, 3413387.695595, 3413492.62585, 3413692.095905, 3413818.733995, 3413854.89557 ], "y": [ 5370522.3722, 5370532.570975, 5370599.1413, 5370462.826445, 5370531.000585, 5370532.17406 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 61", "type": "scatter", "x": [ 3412736.0123, 3413353.181945 ], "y": [ 5370459.866305, 5370522.3722 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 62", "type": "scatter", "x": [ 3408444.066435, 3409538.64957 ], "y": [ 5367639.480235, 5367396.459115 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 63", "type": "scatter", "x": [ 3410365.877105, 3410335.7689, 3410287.52413 ], "y": [ 5369898.0554, 5369841.191405, 5369692.02639 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 64", "type": "scatter", "x": [ 3411249.917565, 3411244.047615, 3410378.94656, 3410365.877105 ], "y": [ 5370149.9372000005, 5370117.084285, 5369899.396935, 5369898.0554 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 65", "type": "scatter", "x": [ 3410821.62822, 3410971.7705, 3410958.07834, 3411046.14208, 3410500.98363, 3410344.080695, 3410325.026885, 3410365.877105 ], "y": [ 5370490.62743, 5370480.685295001, 5370394.712755, 5370129.637465, 5369964.8947, 5369963.79578, 5369907.7055, 5369898.0554 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 67", "type": "scatter", "x": [ 3412037.331555, 3412054.971475, 3412016.594945, 3412040.334555, 3412082.45804 ], "y": [ 5361518.461155, 5361582.173155, 5361638.578815, 5361720.94159, 5361762.5657 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 68", "type": "scatter", "x": [ 3419250.55144, 3419319.66301, 3420405.85444, 3420570.3734, 3420936.666405 ], "y": [ 5362788.69955, 5362977.827675001, 5362846.17838, 5362908.24937, 5362804.52194 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 69", "type": "scatter", "x": [ 3420936.666405, 3421051.997845, 3421413.450085 ], "y": [ 5362804.52194, 5362606.354845, 5362571.397205001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 70", "type": "scatter", "x": [ 3419021.5555249997, 3419081.98887, 3418890.004785 ], "y": [ 5365620.6961550005, 5365698.424545, 5365889.114250001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 71", "type": "scatter", "x": [ 3418890.004785, 3418987.063195, 3418987.826405 ], "y": [ 5365889.114250001, 5366018.75329, 5366019.591035 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 72", "type": "scatter", "x": [ 3418890.004785, 3418699.18642, 3418372.634975, 3418162.815655, 3417816.690755, 3417773.4362149998 ], "y": [ 5365889.114250001, 5366026.791055, 5366468.948755001, 5366600.529080001, 5366703.0851650005, 5366754.669095 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 73", "type": "scatter", "x": [ 3418745.212615, 3418878.230885, 3418994.24827, 3419221.18234 ], "y": [ 5365482.46575, 5365293.815715, 5365251.870945, 5365385.339415001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 74", "type": "scatter", "x": [ 3419221.18234, 3419216.75326, 3419053.410295, 3419277.01657 ], "y": [ 5365385.339415001, 5365421.75611, 5365556.395295001, 5365730.16249 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 75", "type": "scatter", "x": [ 3418745.212615, 3419021.5555249997 ], "y": [ 5365482.46575, 5365620.6961550005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 76", "type": "scatter", "x": [ 3407984.897035, 3407979.209105, 3407771.006305 ], "y": [ 5357597.62531, 5357687.656325, 5357944.49746 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 77", "type": "scatter", "x": [ 3407983.78155, 3408272.191455, 3407984.897035 ], "y": [ 5359666.521380001, 5358097.292420001, 5357597.62531 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 78", "type": "scatter", "x": [ 3419979.565655, 3419616.951355 ], "y": [ 5365699.86742, 5365543.414095 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 79", "type": "scatter", "x": [ 3419616.951355, 3419745.486705, 3419697.711465 ], "y": [ 5365543.414095, 5365764.191640001, 5365915.13698 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 80", "type": "scatter", "x": [ 3419357.7620449997, 3419378.15755, 3419445.167595, 3419533.420385, 3419598.501745, 3419697.711465 ], "y": [ 5365951.351740001, 5365952.376535, 5365893.214765, 5365954.85145, 5365873.22283, 5365915.13698 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 81", "type": "scatter", "x": [ 3419616.951355, 3419768.1391249998, 3419678.205055 ], "y": [ 5365543.414095, 5365379.27182, 5365307.31304 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 82", "type": "scatter", "x": [ 3419357.7620449997, 3419452.2794149998, 3419277.01657 ], "y": [ 5365951.351740001, 5365862.754670001, 5365730.16249 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 85", "type": "scatter", "x": [ 3417786.66388, 3417617.341015, 3417611.24743 ], "y": [ 5364197.382300001, 5364323.26774, 5364442.002145001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 86", "type": "scatter", "x": [ 3417854.33292, 3417664.653175, 3417628.857545, 3417611.24743 ], "y": [ 5364474.723965, 5364457.599210001, 5364470.0684400005, 5364442.002145001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 87", "type": "scatter", "x": [ 3418753.533525, 3418732.9969, 3418717.898335 ], "y": [ 5363104.6379350005, 5362934.33353, 5362777.79097 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 90", "type": "scatter", "x": [ 3418359.45578, 3418521.950405, 3418636.99365 ], "y": [ 5364276.74375, 5364296.001595001, 5364405.856085001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 91", "type": "scatter", "x": [ 3421058.997755, 3420933.679185, 3420478.04064, 3419678.205055 ], "y": [ 5363197.1299600005, 5363366.559325, 5364297.27226, 5365307.31304 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 92", "type": "scatter", "x": [ 3418229.471735, 3418247.330445, 3418380.179585 ], "y": [ 5364496.242115, 5364532.403580001, 5364636.724845001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 93", "type": "scatter", "x": [ 3417854.33292, 3418229.471735 ], "y": [ 5364474.723965, 5364496.242115 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 94", "type": "scatter", "x": [ 3418636.99365, 3418757.322075, 3418743.61835 ], "y": [ 5364405.856085001, 5364429.735545, 5364579.237955 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 95", "type": "scatter", "x": [ 3421058.997755, 3421178.628675, 3421313.47574 ], "y": [ 5363197.1299600005, 5363175.82538, 5363113.38267 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 96", "type": "scatter", "x": [ 3421313.47574, 3421428.858865, 3421459.12736 ], "y": [ 5363113.38267, 5362973.408515001, 5362910.782760001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 97", "type": "scatter", "x": [ 3421413.450085, 3421426.275905, 3421333.18035, 3421348.500145, 3421417.0298099997, 3421403.5843249997, 3421459.12736 ], "y": [ 5362571.397205001, 5362589.940780001, 5362684.0146, 5362817.356120001, 5362854.709785, 5362880.371350001, 5362910.782760001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 98", "type": "scatter", "x": [ 3407642.913365, 3407824.875245, 3407976.02058 ], "y": [ 5355408.41098, 5355314.670635001, 5355254.867855 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 99", "type": "scatter", "x": [ 3408131.461275, 3407996.835665, 3407845.30055 ], "y": [ 5357026.600335, 5356987.050445001, 5356981.466445001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 100", "type": "scatter", "x": [ 3419057.457715, 3419054.699105, 3419194.46451, 3419250.55144 ], "y": [ 5362622.245215001, 5362684.682495001, 5362713.351625, 5362788.69955 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 101", "type": "scatter", "x": [ 3418770.10536, 3418811.380675, 3418943.6674349997 ], "y": [ 5362524.28598, 5362504.13023, 5362367.0363300005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 102", "type": "scatter", "x": [ 3418943.6674349997, 3419147.37214, 3419222.58312, 3419204.917, 3419234.664765 ], "y": [ 5362367.0363300005, 5362257.051155, 5362406.736285, 5362427.965600001, 5362484.08542 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 103", "type": "scatter", "x": [ 3419234.664765, 3419202.64047, 3419057.457715 ], "y": [ 5362484.08542, 5362633.929815, 5362622.245215001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 104", "type": "scatter", "x": [ 3409328.087865, 3409365.3650599997, 3409394.31761, 3409426.878715 ], "y": [ 5358673.150195001, 5358766.496010001, 5358831.577545, 5358887.852505 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 105", "type": "scatter", "x": [ 3409426.878715, 3409458.917645, 3409493.3332599998, 3409493.301295 ], "y": [ 5358887.852505, 5358888.5417450005, 5359010.93006, 5359029.028630001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 106", "type": "scatter", "x": [ 3409369.512385, 3409392.83196, 3409328.087865 ], "y": [ 5358366.672750001, 5358505.58616, 5358673.150195001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 107", "type": "scatter", "x": [ 3408951.664265, 3409081.826705, 3409369.512385 ], "y": [ 5358719.695230001, 5358498.34422, 5358366.672750001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 108", "type": "scatter", "x": [ 3408951.664265, 3408278.9995999997 ], "y": [ 5358719.695230001, 5357672.579415 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 109", "type": "scatter", "x": [ 3409357.96508, 3409409.87224, 3409493.301295 ], "y": [ 5359237.7134650005, 5359129.497685, 5359029.028630001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 110", "type": "scatter", "x": [ 3407845.30055, 3407791.29936, 3407712.6354, 3407706.186985 ], "y": [ 5356981.466445001, 5357016.223475001, 5357157.812170001, 5357185.01204 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 111", "type": "scatter", "x": [ 3407878.25476, 3407881.52913, 3407845.09925 ], "y": [ 5357165.621435001, 5357208.0147, 5357375.47743 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 112", "type": "scatter", "x": [ 3407845.09925, 3407734.42234, 3407762.10182, 3407627.22878 ], "y": [ 5357375.47743, 5357385.790465, 5357565.5300050005, 5357634.122470001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 113", "type": "scatter", "x": [ 3407878.25476, 3407870.704295, 3407718.77984, 3407706.186985 ], "y": [ 5357165.621435001, 5357155.69285, 5357176.01228, 5357185.01204 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 114", "type": "scatter", "x": [ 3407627.22878, 3407561.625125, 3407068.74552 ], "y": [ 5357634.122470001, 5357635.26804, 5357563.082055001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 116", "type": "scatter", "x": [ 3408075.000255, 3408174.584235, 3408402.1696 ], "y": [ 5361897.82828, 5361796.45182, 5361672.63748 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 117", "type": "scatter", "x": [ 3408402.1696, 3408488.5925249998, 3408567.84631 ], "y": [ 5361672.63748, 5361637.013755, 5361784.734655 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 118", "type": "scatter", "x": [ 3408567.84631, 3408394.955145, 3408442.90982, 3408347.63624 ], "y": [ 5361784.734655, 5361864.681895, 5361927.66077, 5361962.0757 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 119", "type": "scatter", "x": [ 3407427.18329, 3407340.04245, 3407490.786255 ], "y": [ 5361721.47309, 5361743.409725, 5361940.785785001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 120", "type": "scatter", "x": [ 3408075.000255, 3408014.9508599997, 3407880.639465, 3407887.282875 ], "y": [ 5361897.82828, 5361930.631925001, 5361962.669355, 5361864.4739850005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 121", "type": "scatter", "x": [ 3407772.74985, 3407799.420215, 3407848.25269, 3407848.099405, 3407938.434695 ], "y": [ 5361211.91952, 5361187.996970001, 5361186.61875, 5361128.32744, 5361129.737385 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 122", "type": "scatter", "x": [ 3407327.457605, 3407427.18329 ], "y": [ 5361657.66951, 5361721.47309 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 123", "type": "scatter", "x": [ 3407772.74985, 3407517.67973, 3407580.5643599997 ], "y": [ 5361211.91952, 5361279.9279350005, 5361398.412885 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 124", "type": "scatter", "x": [ 3407580.5643599997, 3407611.152795, 3407503.355955, 3407405.530175, 3407327.457605 ], "y": [ 5361398.412885, 5361465.9180850005, 5361519.230605001, 5361529.43881, 5361657.66951 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 125", "type": "scatter", "x": [ 3407772.74985, 3407824.341, 3407983.78155 ], "y": [ 5361211.91952, 5360534.219805, 5359666.521380001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 126", "type": "scatter", "x": [ 3407327.457605, 3407297.598615, 3407070.63602 ], "y": [ 5361657.66951, 5361737.53689, 5361833.994235001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 127", "type": "scatter", "x": [ 3408719.72605, 3408210.205095 ], "y": [ 5365410.875170001, 5366929.533960001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 128", "type": "scatter", "x": [ 3408719.72605, 3408772.13334, 3408849.00141 ], "y": [ 5365410.875170001, 5365426.938100001, 5365837.96881 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 129", "type": "scatter", "x": [ 3409402.47713, 3409517.6747149997, 3409669.096215 ], "y": [ 5364375.353395, 5364385.9660600005, 5364282.613545001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 130", "type": "scatter", "x": [ 3408665.349175, 3408637.2456, 3408730.1735 ], "y": [ 5364414.94864, 5364453.192500001, 5364581.697500001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 131", "type": "scatter", "x": [ 3408416.22914, 3408575.6645, 3408704.910915, 3408730.1735 ], "y": [ 5364704.938425001, 5364517.06723, 5364585.049815, 5364581.697500001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 132", "type": "scatter", "x": [ 3408975.913755, 3408973.59089, 3408764.543515, 3408665.349175 ], "y": [ 5364211.5701750005, 5364214.6068750005, 5364277.232285, 5364414.94864 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 133", "type": "scatter", "x": [ 3409465.918195, 3409522.63933, 3409659.233905, 3409701.5281849997 ], "y": [ 5364631.06477, 5364667.55675, 5364554.541605, 5364523.170815 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 134", "type": "scatter", "x": [ 3409404.38822, 3409440.5743, 3409395.5326549998 ], "y": [ 5364135.048685, 5364076.028220001, 5363867.96846 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 135", "type": "scatter", "x": [ 3408772.0309, 3408687.106445, 3408482.69619, 3408416.22914 ], "y": [ 5364750.662205, 5364760.764780001, 5364787.570115, 5364704.938425001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 136", "type": "scatter", "x": [ 3409133.776065, 3409277.20286, 3409416.650825, 3409465.918195 ], "y": [ 5364636.208415001, 5364701.9152150005, 5364617.25155, 5364631.06477 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 137", "type": "scatter", "x": [ 3409404.38822, 3409447.2126599997, 3409455.37627, 3409402.47713 ], "y": [ 5364135.048685, 5364184.81075, 5364303.46791, 5364375.353395 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 138", "type": "scatter", "x": [ 3409402.47713, 3409474.8658, 3409470.061495, 3409424.342055, 3409465.918195 ], "y": [ 5364375.353395, 5364420.44472, 5364525.41005, 5364597.33109, 5364631.06477 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 139", "type": "scatter", "x": [ 3413865.67305, 3413739.185685, 3413636.131, 3413481.2855599998 ], "y": [ 5363143.39408, 5363104.264425, 5362956.222935, 5362851.352340001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 140", "type": "scatter", "x": [ 3413865.67305, 3413874.44151, 3413943.03773, 3414019.75533 ], "y": [ 5363143.39408, 5363029.96647, 5362948.381820001, 5363006.85271 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 141", "type": "scatter", "x": [ 3412343.37775, 3412262.55668, 3412209.7032399997, 3412231.604895, 3412216.09413, 3412183.33188 ], "y": [ 5367039.191295001, 5367068.92636, 5367086.516935, 5367149.761055, 5367295.14271, 5367288.615625001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 142", "type": "scatter", "x": [ 3412268.81795, 3412260.604705, 3412220.238145 ], "y": [ 5361965.8234250005, 5361963.3546050005, 5361942.450270001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 143", "type": "scatter", "x": [ 3412268.81795, 3412260.545595, 3412150.456275, 3412143.304465 ], "y": [ 5361965.8234250005, 5361995.80207, 5362208.134090001, 5362222.8465100005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 144", "type": "scatter", "x": [ 3412851.145155, 3412968.365805, 3412763.3975899997, 3412860.16193, 3412993.07086, 3413297.87764, 3413378.821395, 3413463.473535, 3413481.2855599998 ], "y": [ 5361808.458255, 5361849.33543, 5362049.88104, 5362146.92826, 5362359.88693, 5362556.00743, 5362760.39532, 5362839.787495, 5362851.352340001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 145", "type": "scatter", "x": [ 3412453.990615, 3412585.854975, 3412634.70943, 3412875.7125999997, 3412826.35129, 3412889.048835, 3412851.145155 ], "y": [ 5361394.883040001, 5361451.025165, 5361492.941955, 5361623.23651, 5361692.915840001, 5361766.90854, 5361808.458255 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 146", "type": "scatter", "x": [ 3412339.049355, 3412415.6025199997, 3412495.06219, 3412453.990615 ], "y": [ 5361239.5318, 5361184.867435001, 5361262.492565, 5361394.883040001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 147", "type": "scatter", "x": [ 3412644.303915, 3412595.248015, 3412516.081485, 3412494.665505 ], "y": [ 5369017.6826450005, 5368963.270405, 5368976.2308950005, 5368924.077845001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 148", "type": "scatter", "x": [ 3412494.665505, 3412490.54641, 3412453.68279, 3412410.232215, 3412335.82098 ], "y": [ 5368924.077845001, 5368907.2953, 5368922.781230001, 5368829.5838, 5368857.966840001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 149", "type": "scatter", "x": [ 3412984.086275, 3412644.303915 ], "y": [ 5368951.073805001, 5369017.6826450005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 150", "type": "scatter", "x": [ 3412984.086275, 3412981.597275, 3413031.061405, 3413126.367695 ], "y": [ 5368951.073805001, 5368990.159290001, 5369173.701185, 5369150.284555 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 151", "type": "scatter", "x": [ 3411973.54194, 3411906.053985, 3411618.3238399997, 3411622.542935 ], "y": [ 5366489.345235, 5366517.317965, 5366583.097205, 5366769.909935 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 152", "type": "scatter", "x": [ 3411973.54194, 3411967.843265, 3412068.438205 ], "y": [ 5366489.345235, 5366483.08674, 5366340.79855 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 153", "type": "scatter", "x": [ 3412343.37775, 3412456.0328349997, 3412419.233455, 3412575.0779 ], "y": [ 5367039.191295001, 5367030.54655, 5366823.2053350005, 5366790.77472 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 154", "type": "scatter", "x": [ 3412613.5358949997, 3412610.908895, 3412541.3164399997, 3412566.2763, 3412505.948665, 3412575.0779 ], "y": [ 5366446.5986, 5366461.83884, 5366502.593745001, 5366553.0404900005, 5366575.2997, 5366790.77472 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 156", "type": "scatter", "x": [ 3412613.5358949997, 3412485.505695, 3412531.06868, 3412542.38331 ], "y": [ 5366446.5986, 5366387.84564, 5366352.773145, 5366267.2019650005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 157", "type": "scatter", "x": [ 3419397.84279, 3418968.36694, 3418733.242975, 3418411.783625 ], "y": [ 5369283.55578, 5369003.5814350005, 5368944.235565, 5369014.851915 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 158", "type": "scatter", "x": [ 3418411.783625, 3418393.49088, 3417849.758145 ], "y": [ 5369014.851915, 5369141.929875, 5369289.93087 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 161", "type": "scatter", "x": [ 3417849.758145, 3417810.360655, 3417507.23658, 3417392.81507 ], "y": [ 5369289.93087, 5369320.055620001, 5369304.438955001, 5369328.91016 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 162", "type": "scatter", "x": [ 3417643.32197, 3419748.613735 ], "y": [ 5369572.441095, 5369365.755840001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 163", "type": "scatter", "x": [ 3411891.829765, 3411893.192955, 3412077.412255, 3412115.51889, 3412171.07318 ], "y": [ 5370473.070780001, 5370486.147650001, 5370487.661115, 5370520.950145001, 5370502.51661 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 164", "type": "scatter", "x": [ 3412736.0123, 3412430.33078, 3412292.569745, 3412171.07318 ], "y": [ 5370459.866305, 5370461.0886, 5370473.58311, 5370502.51661 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 165", "type": "scatter", "x": [ 3419684.45287, 3419661.934775, 3419606.0771149998, 3419397.84279 ], "y": [ 5369332.632085, 5369355.33858, 5369419.222080001, 5369283.55578 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 167", "type": "scatter", "x": [ 3411249.917565, 3411701.231155 ], "y": [ 5370149.9372000005, 5370156.0428100005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 168", "type": "scatter", "x": [ 3411303.625725, 3411179.464765, 3411094.5293799997 ], "y": [ 5370800.261425001, 5370488.773875, 5370489.677610001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 169", "type": "scatter", "x": [ 3411094.5293799997, 3410899.95785, 3410821.62822 ], "y": [ 5370489.677610001, 5370495.628355, 5370490.62743 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 170", "type": "scatter", "x": [ 3417046.76693, 3417008.30096, 3417012.176055, 3417028.582055, 3417043.53881 ], "y": [ 5370300.571885, 5370370.32754, 5370454.0568, 5370473.89317, 5370568.944580001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 171", "type": "scatter", "x": [ 3416952.52644, 3416931.6453, 3416963.873155, 3416926.189135, 3417007.9690199997, 3417067.86932, 3417140.5387399998, 3417043.53881 ], "y": [ 5371121.336080001, 5371117.519325, 5371042.56366, 5370986.120375, 5370761.840875001, 5370787.2333700005, 5370610.79396, 5370568.944580001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 172", "type": "scatter", "x": [ 3417498.904005, 3417526.611275, 3417439.513935 ], "y": [ 5369889.409085, 5370063.148825, 5370076.235715 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 173", "type": "scatter", "x": [ 3417439.513935, 3417544.662435, 3417568.126245 ], "y": [ 5370076.235715, 5370127.654185001, 5370203.822020001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 174", "type": "scatter", "x": [ 3417262.3221, 3417280.92264, 3417439.513935 ], "y": [ 5369983.370025001, 5370101.560875, 5370076.235715 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 175", "type": "scatter", "x": [ 3417643.32197, 3417618.3530699997, 3417584.763455, 3417543.82065, 3417523.5894, 3417495.39675, 3417498.904005 ], "y": [ 5369572.441095, 5369653.980350001, 5369761.60422, 5369759.45706, 5369834.221525, 5369836.070705, 5369889.409085 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 177", "type": "scatter", "x": [ 3416952.52644, 3417019.61853 ], "y": [ 5371121.336080001, 5371396.63716 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 178", "type": "scatter", "x": [ 3417250.970735, 3417172.483415, 3416985.41284, 3416952.52644 ], "y": [ 5370854.007660001, 5371006.042420001, 5371038.570755, 5371121.336080001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 179", "type": "scatter", "x": [ 3417317.379745, 3417374.64641, 3417445.20023, 3417335.44142, 3417250.970735 ], "y": [ 5370438.243685001, 5370482.47614, 5370525.296955001, 5370802.26678, 5370854.007660001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 180", "type": "scatter", "x": [ 3417773.4362149998, 3417547.263665, 3417092.437845, 3416936.8934 ], "y": [ 5366754.669095, 5367024.245295, 5367814.710305001, 5367855.33526 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 181", "type": "scatter", "x": [ 3417614.157325, 3417564.92815, 3417299.538835, 3417091.49669 ], "y": [ 5369041.862825001, 5369047.79688, 5369076.224020001, 5369163.8307300005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 182", "type": "scatter", "x": [ 3417091.49669, 3417078.76051, 3417129.51467, 3417014.99309, 3417068.32117 ], "y": [ 5369163.8307300005, 5369173.43271, 5369247.865735, 5369338.73142, 5369426.721965 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 183", "type": "scatter", "x": [ 3417392.81507, 3417221.706565, 3417068.32117 ], "y": [ 5369328.91016, 5369373.63276, 5369426.721965 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 184", "type": "scatter", "x": [ 3417643.32197, 3417499.640205, 3417284.072805, 3417296.995665 ], "y": [ 5369572.441095, 5369556.183060001, 5369594.465005, 5369670.800840001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 185", "type": "scatter", "x": [ 3417614.157325, 3417622.92544, 3417439.856105, 3417162.9211049997, 3416989.87706 ], "y": [ 5369041.862825001, 5368982.329445001, 5368544.894365001, 5368274.78753, 5368254.9978950005 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 186", "type": "scatter", "x": [ 3417614.157325, 3417745.7426, 3417742.560455, 3417839.113615 ], "y": [ 5369041.862825001, 5369037.615870001, 5368932.327875, 5368879.194555 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 187", "type": "scatter", "x": [ 3416989.87706, 3416985.50385, 3416950.80848, 3416951.519765, 3416936.8934 ], "y": [ 5368254.9978950005, 5368088.635430001, 5368017.79605, 5367910.646195, 5367855.33526 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 189", "type": "scatter", "x": [ 3416691.72847, 3416676.63024, 3416869.326835, 3416889.015395 ], "y": [ 5369521.514525, 5369559.951065, 5369892.693910001, 5369897.529565 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 190", "type": "scatter", "x": [ 3416889.015395, 3416885.9621099997, 3417034.2221, 3417062.86489 ], "y": [ 5369897.529565, 5369927.3250400005, 5370110.292235, 5370149.781450001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 191", "type": "scatter", "x": [ 3417062.86489, 3417046.76693 ], "y": [ 5370149.781450001, 5370300.571885 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 192", "type": "scatter", "x": [ 3417317.379745, 3417409.2479499998, 3417516.55994, 3417568.126245 ], "y": [ 5370438.243685001, 5370408.682515, 5370389.974015, 5370203.822020001 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "width": 1 }, "mode": "lines", "name": "lines", "text": "Line 193", "type": "scatter", "x": [ 3408210.205095, 3408244.85202, 3408210.859365, 3408444.066435 ], "y": [ 5366929.533960001, 5367112.512095001, 5367414.9715100005, 5367639.480235 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 66
Name: Line 66
Length: 0.446 km
R: 0.072 Ohm
X: 0.052 Ohm
", "type": "scatter", "x": [ 3412037.331555, 3412033.366715, 3412339.049355 ], "y": [ 5361518.461155, 5361510.275230001, 5361239.5318 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 8
Name: Line 8
Length: 0.146 km
R: 0.023 Ohm
X: 0.017 Ohm
", "type": "scatter", "x": [ 3408045.89905, 3408024.463505, 3407984.897035 ], "y": [ 5357465.167160001, 5357494.355705, 5357597.62531 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 23
Name: Line 23
Length: 1.188 km
R: 0.191 Ohm
X: 0.139 Ohm
", "type": "scatter", "x": [ 3417796.371315, 3418184.455, 3418745.212615 ], "y": [ 5364792.013845, 5365190.33528, 5365482.46575 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 88
Name: Line 88
Length: 0.296 km
R: 0.048 Ohm
X: 0.035 Ohm
", "type": "scatter", "x": [ 3418717.898335, 3418710.79251, 3418770.10536 ], "y": [ 5362777.79097, 5362671.865585, 5362524.28598 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 188
Name: Line 188
Length: 0.386 km
R: 0.062 Ohm
X: 0.045 Ohm
", "type": "scatter", "x": [ 3417068.32117, 3416691.72847 ], "y": [ 5369426.721965, 5369521.514525 ] }, { "hoverinfo": "text", "line": { "color": "rgb(128, 128, 128)", "dash": "dot", "width": 0.5 }, "mode": "lines", "name": "disconnected branches", "text": "Index: 31
Name: Line 31
Length: 0.967 km
R: 0.156 Ohm
X: 0.113 Ohm
", "type": "scatter", "x": [ 3412523.282265, 3412756.53258 ], "y": [ 5367829.039055, 5368870.109585 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(128, 128, 128)", "size": 1, "symbol": "circle" }, "mode": "markers", "name": "edge_center", "text": [ "Index: 0
Name: Line 0
Length: 0.586 km
R: 0.094 Ohm
X: 0.069 Ohm
", "Index: 1
Name: Line 1
Length: 1.374 km
R: 0.221 Ohm
X: 0.161 Ohm
", "Index: 2
Name: Line 2
Length: 0.206 km
R: 0.033 Ohm
X: 0.024 Ohm
", "Index: 3
Name: Line 3
Length: 0.617 km
R: 0.099 Ohm
X: 0.072 Ohm
", "Index: 4
Name: Line 4
Length: 0.382 km
R: 0.061 Ohm
X: 0.045 Ohm
", "Index: 5
Name: Line 5
Length: 3.303 km
R: 0.532 Ohm
X: 0.386 Ohm
", "Index: 6
Name: Line 6
Length: 0.35 km
R: 0.056 Ohm
X: 0.041 Ohm
", "Index: 7
Name: Line 7
Length: 0.736 km
R: 0.118 Ohm
X: 0.086 Ohm
", "Index: 10
Name: Line 10
Length: 0.313 km
R: 0.05 Ohm
X: 0.037 Ohm
", "Index: 11
Name: Line 11
Length: 0.258 km
R: 0.042 Ohm
X: 0.03 Ohm
", "Index: 12
Name: Line 12
Length: 0.435 km
R: 0.07 Ohm
X: 0.051 Ohm
", "Index: 14
Name: Line 14
Length: 0.357 km
R: 0.058 Ohm
X: 0.042 Ohm
", "Index: 15
Name: Line 15
Length: 0.254 km
R: 0.041 Ohm
X: 0.03 Ohm
", "Index: 16
Name: Line 16
Length: 0.635 km
R: 0.102 Ohm
X: 0.074 Ohm
", "Index: 17
Name: Line 17
Length: 1.3 km
R: 0.209 Ohm
X: 0.152 Ohm
", "Index: 18
Name: Line 18
Length: 0.139 km
R: 0.022 Ohm
X: 0.016 Ohm
", "Index: 20
Name: Line 20
Length: 0.632 km
R: 0.102 Ohm
X: 0.074 Ohm
", "Index: 21
Name: Line 21
Length: 0.112 km
R: 0.018 Ohm
X: 0.013 Ohm
", "Index: 22
Name: Line 22
Length: 0.312 km
R: 0.05 Ohm
X: 0.036 Ohm
", "Index: 24
Name: Line 24
Length: 0.695 km
R: 0.112 Ohm
X: 0.081 Ohm
", "Index: 25
Name: Line 25
Length: 0.235 km
R: 0.038 Ohm
X: 0.028 Ohm
", "Index: 26
Name: Line 26
Length: 0.561 km
R: 0.09 Ohm
X: 0.066 Ohm
", "Index: 27
Name: Line 27
Length: 0.522 km
R: 0.084 Ohm
X: 0.061 Ohm
", "Index: 28
Name: Line 28
Length: 0.283 km
R: 0.034 Ohm
X: 0.032 Ohm
", "Index: 29
Name: Line 29
Length: 1.688 km
R: 0.272 Ohm
X: 0.197 Ohm
", "Index: 30
Name: Line 30
Length: 1.073 km
R: 0.173 Ohm
X: 0.125 Ohm
", "Index: 32
Name: Line 32
Length: 0.324 km
R: 0.052 Ohm
X: 0.038 Ohm
", "Index: 34
Name: Line 34
Length: 0.309 km
R: 0.05 Ohm
X: 0.036 Ohm
", "Index: 35
Name: Line 35
Length: 0.541 km
R: 0.087 Ohm
X: 0.063 Ohm
", "Index: 36
Name: Line 36
Length: 0.296 km
R: 0.036 Ohm
X: 0.033 Ohm
", "Index: 37
Name: Line 37
Length: 0.48 km
R: 0.059 Ohm
X: 0.054 Ohm
", "Index: 38
Name: Line 38
Length: 0.711 km
R: 0.084 Ohm
X: 0.228 Ohm
", "Index: 39
Name: Line 39
Length: 0.242 km
R: 0.039 Ohm
X: 0.028 Ohm
", "Index: 40
Name: Line 40
Length: 0.261 km
R: 0.042 Ohm
X: 0.031 Ohm
", "Index: 41
Name: Line 41
Length: 0.345 km
R: 0.055 Ohm
X: 0.04 Ohm
", "Index: 42
Name: Line 42
Length: 1.621 km
R: 0.261 Ohm
X: 0.19 Ohm
", "Index: 43
Name: Line 43
Length: 0.782 km
R: 0.126 Ohm
X: 0.091 Ohm
", "Index: 44
Name: Line 44
Length: 0.248 km
R: 0.04 Ohm
X: 0.029 Ohm
", "Index: 45
Name: Line 45
Length: 2.611 km
R: 0.42 Ohm
X: 0.305 Ohm
", "Index: 46
Name: Line 46
Length: 1.158 km
R: 0.186 Ohm
X: 0.136 Ohm
", "Index: 47
Name: Line 47
Length: 1.526 km
R: 0.246 Ohm
X: 0.179 Ohm
", "Index: 48
Name: Line 48
Length: 2.033 km
R: 0.327 Ohm
X: 0.238 Ohm
", "Index: 49
Name: Line 49
Length: 0.997 km
R: 0.161 Ohm
X: 0.117 Ohm
", "Index: 50
Name: Line 50
Length: 0.804 km
R: 0.129 Ohm
X: 0.094 Ohm
", "Index: 51
Name: Line 51
Length: 0.947 km
R: 0.153 Ohm
X: 0.111 Ohm
", "Index: 52
Name: Line 52
Length: 0.929 km
R: 0.11 Ohm
X: 0.297 Ohm
", "Index: 53
Name: Line 53
Length: 0.778 km
R: 0.092 Ohm
X: 0.249 Ohm
", "Index: 54
Name: Line 54
Length: 0.713 km
R: 0.087 Ohm
X: 0.08 Ohm
", "Index: 55
Name: Line 55
Length: 1.136 km
R: 0.183 Ohm
X: 0.133 Ohm
", "Index: 56
Name: Line 56
Length: 2.149 km
R: 0.346 Ohm
X: 0.251 Ohm
", "Index: 57
Name: Line 57
Length: 0.811 km
R: 0.131 Ohm
X: 0.095 Ohm
", "Index: 58
Name: Line 58
Length: 0.47 km
R: 0.076 Ohm
X: 0.055 Ohm
", "Index: 59
Name: Line 59
Length: 3.155 km
R: 0.508 Ohm
X: 0.369 Ohm
", "Index: 60
Name: Line 60
Length: 0.58 km
R: 0.093 Ohm
X: 0.068 Ohm
", "Index: 61
Name: Line 61
Length: 0.618 km
R: 0.1 Ohm
X: 0.072 Ohm
", "Index: 62
Name: Line 62
Length: 1.006 km
R: 0.12 Ohm
X: 0.322 Ohm
", "Index: 63
Name: Line 63
Length: 0.222 km
R: 0.036 Ohm
X: 0.026 Ohm
", "Index: 64
Name: Line 64
Length: 0.936 km
R: 0.151 Ohm
X: 0.11 Ohm
", "Index: 65
Name: Line 65
Length: 1.341 km
R: 0.216 Ohm
X: 0.157 Ohm
", "Index: 67
Name: Line 67
Length: 0.26 km
R: 0.042 Ohm
X: 0.03 Ohm
", "Index: 68
Name: Line 68
Length: 1.804 km
R: 0.29 Ohm
X: 0.211 Ohm
", "Index: 69
Name: Line 69
Length: 0.59 km
R: 0.095 Ohm
X: 0.069 Ohm
", "Index: 70
Name: Line 70
Length: 0.368 km
R: 0.059 Ohm
X: 0.043 Ohm
", "Index: 71
Name: Line 71
Length: 0.162 km
R: 0.026 Ohm
X: 0.019 Ohm
", "Index: 72
Name: Line 72
Length: 1.455 km
R: 0.234 Ohm
X: 0.17 Ohm
", "Index: 73
Name: Line 73
Length: 0.466 km
R: 0.075 Ohm
X: 0.054 Ohm
", "Index: 74
Name: Line 74
Length: 0.53 km
R: 0.085 Ohm
X: 0.062 Ohm
", "Index: 75
Name: Line 75
Length: 0.304 km
R: 0.049 Ohm
X: 0.036 Ohm
", "Index: 76
Name: Line 76
Length: 0.347 km
R: 0.056 Ohm
X: 0.041 Ohm
", "Index: 77
Name: Line 77
Length: 2.122 km
R: 0.342 Ohm
X: 0.248 Ohm
", "Index: 78
Name: Line 78
Length: 0.296 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 79
Name: Line 79
Length: 0.275 km
R: 0.044 Ohm
X: 0.032 Ohm
", "Index: 80
Name: Line 80
Length: 0.428 km
R: 0.069 Ohm
X: 0.05 Ohm
", "Index: 81
Name: Line 81
Length: 0.338 km
R: 0.054 Ohm
X: 0.039 Ohm
", "Index: 82
Name: Line 82
Length: 0.349 km
R: 0.056 Ohm
X: 0.041 Ohm
", "Index: 85
Name: Line 85
Length: 0.329 km
R: 0.053 Ohm
X: 0.038 Ohm
", "Index: 86
Name: Line 86
Length: 0.261 km
R: 0.042 Ohm
X: 0.031 Ohm
", "Index: 87
Name: Line 87
Length: 0.298 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 90
Name: Line 90
Length: 0.315 km
R: 0.051 Ohm
X: 0.037 Ohm
", "Index: 91
Name: Line 91
Length: 2.528 km
R: 0.407 Ohm
X: 0.296 Ohm
", "Index: 92
Name: Line 92
Length: 0.093 km
R: 0.015 Ohm
X: 0.011 Ohm
", "Index: 93
Name: Line 93
Length: 0.387 km
R: 0.062 Ohm
X: 0.045 Ohm
", "Index: 94
Name: Line 94
Length: 0.272 km
R: 0.044 Ohm
X: 0.032 Ohm
", "Index: 95
Name: Line 95
Length: 0.247 km
R: 0.04 Ohm
X: 0.029 Ohm
", "Index: 96
Name: Line 96
Length: 0.25 km
R: 0.04 Ohm
X: 0.029 Ohm
", "Index: 97
Name: Line 97
Length: 0.459 km
R: 0.074 Ohm
X: 0.054 Ohm
", "Index: 98
Name: Line 98
Length: 0.366 km
R: 0.059 Ohm
X: 0.043 Ohm
", "Index: 99
Name: Line 99
Length: 0.291 km
R: 0.047 Ohm
X: 0.034 Ohm
", "Index: 100
Name: Line 100
Length: 0.299 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 101
Name: Line 101
Length: 0.236 km
R: 0.038 Ohm
X: 0.028 Ohm
", "Index: 102
Name: Line 102
Length: 0.489 km
R: 0.079 Ohm
X: 0.057 Ohm
", "Index: 103
Name: Line 103
Length: 0.298 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 104
Name: Line 104
Length: 0.238 km
R: 0.038 Ohm
X: 0.028 Ohm
", "Index: 105
Name: Line 105
Length: 0.177 km
R: 0.029 Ohm
X: 0.021 Ohm
", "Index: 106
Name: Line 106
Length: 0.283 km
R: 0.046 Ohm
X: 0.033 Ohm
", "Index: 107
Name: Line 107
Length: 0.615 km
R: 0.099 Ohm
X: 0.072 Ohm
", "Index: 108
Name: Line 108
Length: 1.278 km
R: 0.206 Ohm
X: 0.149 Ohm
", "Index: 109
Name: Line 109
Length: 0.147 km
R: 0.024 Ohm
X: 0.017 Ohm
", "Index: 110
Name: Line 110
Length: 0.253 km
R: 0.041 Ohm
X: 0.03 Ohm
", "Index: 111
Name: Line 111
Length: 0.214 km
R: 0.034 Ohm
X: 0.025 Ohm
", "Index: 112
Name: Line 112
Length: 0.415 km
R: 0.067 Ohm
X: 0.049 Ohm
", "Index: 113
Name: Line 113
Length: 0.18 km
R: 0.029 Ohm
X: 0.021 Ohm
", "Index: 114
Name: Line 114
Length: 0.562 km
R: 0.09 Ohm
X: 0.066 Ohm
", "Index: 116
Name: Line 116
Length: 0.399 km
R: 0.064 Ohm
X: 0.047 Ohm
", "Index: 117
Name: Line 117
Length: 0.261 km
R: 0.042 Ohm
X: 0.031 Ohm
", "Index: 118
Name: Line 118
Length: 0.37 km
R: 0.06 Ohm
X: 0.043 Ohm
", "Index: 119
Name: Line 119
Length: 0.251 km
R: 0.04 Ohm
X: 0.029 Ohm
", "Index: 120
Name: Line 120
Length: 0.304 km
R: 0.049 Ohm
X: 0.036 Ohm
", "Index: 121
Name: Line 121
Length: 0.233 km
R: 0.037 Ohm
X: 0.027 Ohm
", "Index: 122
Name: Line 122
Length: 0.118 km
R: 0.019 Ohm
X: 0.014 Ohm
", "Index: 123
Name: Line 123
Length: 0.397 km
R: 0.064 Ohm
X: 0.046 Ohm
", "Index: 124
Name: Line 124
Length: 0.52 km
R: 0.084 Ohm
X: 0.061 Ohm
", "Index: 125
Name: Line 125
Length: 1.526 km
R: 0.246 Ohm
X: 0.179 Ohm
", "Index: 126
Name: Line 126
Length: 0.254 km
R: 0.041 Ohm
X: 0.03 Ohm
", "Index: 127
Name: Line 127
Length: 1.601 km
R: 0.19 Ohm
X: 0.512 Ohm
", "Index: 128
Name: Line 128
Length: 0.473 km
R: 0.076 Ohm
X: 0.055 Ohm
", "Index: 129
Name: Line 129
Length: 0.298 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 130
Name: Line 130
Length: 0.295 km
R: 0.047 Ohm
X: 0.034 Ohm
", "Index: 131
Name: Line 131
Length: 0.417 km
R: 0.067 Ohm
X: 0.049 Ohm
", "Index: 132
Name: Line 132
Length: 0.323 km
R: 0.052 Ohm
X: 0.038 Ohm
", "Index: 133
Name: Line 133
Length: 0.296 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 134
Name: Line 134
Length: 0.282 km
R: 0.045 Ohm
X: 0.033 Ohm
", "Index: 135
Name: Line 135
Length: 0.396 km
R: 0.064 Ohm
X: 0.046 Ohm
", "Index: 136
Name: Line 136
Length: 0.371 km
R: 0.06 Ohm
X: 0.043 Ohm
", "Index: 137
Name: Line 137
Length: 0.274 km
R: 0.044 Ohm
X: 0.032 Ohm
", "Index: 138
Name: Line 138
Length: 0.329 km
R: 0.053 Ohm
X: 0.038 Ohm
", "Index: 139
Name: Line 139
Length: 0.499 km
R: 0.08 Ohm
X: 0.058 Ohm
", "Index: 140
Name: Line 140
Length: 0.316 km
R: 0.051 Ohm
X: 0.037 Ohm
", "Index: 141
Name: Line 141
Length: 0.388 km
R: 0.062 Ohm
X: 0.045 Ohm
", "Index: 142
Name: Line 142
Length: 0.07 km
R: 0.011 Ohm
X: 0.008 Ohm
", "Index: 143
Name: Line 143
Length: 0.286 km
R: 0.046 Ohm
X: 0.033 Ohm
", "Index: 144
Name: Line 144
Length: 1.517 km
R: 0.244 Ohm
X: 0.178 Ohm
", "Index: 145
Name: Line 145
Length: 0.719 km
R: 0.116 Ohm
X: 0.084 Ohm
", "Index: 146
Name: Line 146
Length: 0.22 km
R: 0.035 Ohm
X: 0.026 Ohm
", "Index: 147
Name: Line 147
Length: 0.21 km
R: 0.034 Ohm
X: 0.025 Ohm
", "Index: 148
Name: Line 148
Length: 0.239 km
R: 0.039 Ohm
X: 0.028 Ohm
", "Index: 149
Name: Line 149
Length: 0.345 km
R: 0.055 Ohm
X: 0.04 Ohm
", "Index: 150
Name: Line 150
Length: 0.327 km
R: 0.053 Ohm
X: 0.038 Ohm
", "Index: 151
Name: Line 151
Length: 0.553 km
R: 0.068 Ohm
X: 0.062 Ohm
", "Index: 152
Name: Line 152
Length: 0.146 km
R: 0.024 Ohm
X: 0.017 Ohm
", "Index: 153
Name: Line 153
Length: 0.482 km
R: 0.078 Ohm
X: 0.056 Ohm
", "Index: 154
Name: Line 154
Length: 0.443 km
R: 0.071 Ohm
X: 0.052 Ohm
", "Index: 156
Name: Line 156
Length: 0.284 km
R: 0.046 Ohm
X: 0.033 Ohm
", "Index: 157
Name: Line 157
Length: 1.082 km
R: 0.128 Ohm
X: 0.346 Ohm
", "Index: 158
Name: Line 158
Length: 0.689 km
R: 0.082 Ohm
X: 0.221 Ohm
", "Index: 161
Name: Line 161
Length: 0.468 km
R: 0.057 Ohm
X: 0.052 Ohm
", "Index: 162
Name: Line 162
Length: 2.595 km
R: 0.308 Ohm
X: 0.83 Ohm
", "Index: 163
Name: Line 163
Length: 0.306 km
R: 0.049 Ohm
X: 0.036 Ohm
", "Index: 164
Name: Line 164
Length: 0.566 km
R: 0.091 Ohm
X: 0.066 Ohm
", "Index: 165
Name: Line 165
Length: 0.365 km
R: 0.043 Ohm
X: 0.117 Ohm
", "Index: 167
Name: Line 167
Length: 0.464 km
R: 0.075 Ohm
X: 0.054 Ohm
", "Index: 168
Name: Line 168
Length: 0.42 km
R: 0.068 Ohm
X: 0.049 Ohm
", "Index: 169
Name: Line 169
Length: 0.272 km
R: 0.044 Ohm
X: 0.032 Ohm
", "Index: 170
Name: Line 170
Length: 0.285 km
R: 0.046 Ohm
X: 0.033 Ohm
", "Index: 171
Name: Line 171
Length: 0.77 km
R: 0.124 Ohm
X: 0.09 Ohm
", "Index: 172
Name: Line 172
Length: 0.264 km
R: 0.032 Ohm
X: 0.03 Ohm
", "Index: 173
Name: Line 173
Length: 0.197 km
R: 0.024 Ohm
X: 0.022 Ohm
", "Index: 174
Name: Line 174
Length: 0.28 km
R: 0.045 Ohm
X: 0.033 Ohm
", "Index: 175
Name: Line 175
Length: 0.398 km
R: 0.049 Ohm
X: 0.045 Ohm
", "Index: 177
Name: Line 177
Length: 0.293 km
R: 0.047 Ohm
X: 0.034 Ohm
", "Index: 178
Name: Line 178
Length: 0.449 km
R: 0.072 Ohm
X: 0.052 Ohm
", "Index: 179
Name: Line 179
Length: 0.551 km
R: 0.089 Ohm
X: 0.064 Ohm
", "Index: 180
Name: Line 180
Length: 1.42 km
R: 0.229 Ohm
X: 0.166 Ohm
", "Index: 181
Name: Line 181
Length: 0.54 km
R: 0.087 Ohm
X: 0.063 Ohm
", "Index: 182
Name: Line 182
Length: 0.355 km
R: 0.043 Ohm
X: 0.04 Ohm
", "Index: 183
Name: Line 183
Length: 0.338 km
R: 0.041 Ohm
X: 0.038 Ohm
", "Index: 184
Name: Line 184
Length: 0.44 km
R: 0.071 Ohm
X: 0.051 Ohm
", "Index: 185
Name: Line 185
Length: 1.095 km
R: 0.176 Ohm
X: 0.128 Ohm
", "Index: 186
Name: Line 186
Length: 0.346 km
R: 0.056 Ohm
X: 0.041 Ohm
", "Index: 187
Name: Line 187
Length: 0.41 km
R: 0.066 Ohm
X: 0.048 Ohm
", "Index: 189
Name: Line 189
Length: 0.446 km
R: 0.072 Ohm
X: 0.052 Ohm
", "Index: 190
Name: Line 190
Length: 0.314 km
R: 0.051 Ohm
X: 0.037 Ohm
", "Index: 191
Name: Line 191
Length: 0.152 km
R: 0.024 Ohm
X: 0.018 Ohm
", "Index: 192
Name: Line 192
Length: 0.397 km
R: 0.064 Ohm
X: 0.046 Ohm
", "Index: 193
Name: Line 193
Length: 1.006 km
R: 0.12 Ohm
X: 0.322 Ohm
", "Index: 66
Name: Line 66
Length: 0.446 km
R: 0.072 Ohm
X: 0.052 Ohm
", "Index: 8
Name: Line 8
Length: 0.146 km
R: 0.023 Ohm
X: 0.017 Ohm
", "Index: 23
Name: Line 23
Length: 1.188 km
R: 0.191 Ohm
X: 0.139 Ohm
", "Index: 88
Name: Line 88
Length: 0.296 km
R: 0.048 Ohm
X: 0.035 Ohm
", "Index: 188
Name: Line 188
Length: 0.386 km
R: 0.062 Ohm
X: 0.045 Ohm
", "Index: 31
Name: Line 31
Length: 0.967 km
R: 0.156 Ohm
X: 0.113 Ohm
" ], "type": "scatter", "x": [ 3418295.8214499997, 3417376.6849950003, 3418253.788215, 3418300.477225, 3418548.168025, 3410934.9569125, 3409892.50809, 3409546.5547249997, 3408162.449325, 3407974.3986325003, 3407758.276675, 3407972.68108, 3412335.048935, 3412244.6991924997, 3408822.1379025, 3409043.2255349997, 3414135.644365, 3413884.536345, 3417807.2701225, 3417447.6201250004, 3418820.8026675, 3418639.6644975, 3412131.5851625, 3412152.4662975, 3412945.261205, 3412059.6967625003, 3412615.856815, 3411365.371095, 3411622.2848825, 3411742.341145, 3411642.764525, 3408862.9441174995, 3409099.2207474997, 3408884.7174525, 3412174.6292775, 3407801.4246974997, 3407949.82266, 3407641.8599699996, 3416140.7611525, 3409981.8434075, 3411015.71814, 3415166.0372775, 3416481.349825, 3411803.88305, 3414232.7912975, 3410768.2079425, 3409917.657075, 3411369.2402649997, 3408608.1511375, 3413734.78541, 3412433.3300075, 3413973.38707, 3414655.7789175, 3413592.3608775, 3413044.5971224997, 3408991.3580024997, 3410311.6465149997, 3410811.4970875, 3410773.562855, 3412028.4647500003, 3419862.7587249996, 3421232.7239650004, 3418985.9968275, 3418938.53399, 3418535.9106975, 3418936.2395775, 3419165.2134325, 3418883.3840699997, 3407875.107705, 3408127.9865025003, 3419798.258505, 3419681.2190300003, 3419489.29399, 3419692.54524, 3419364.6479925, 3417702.0024475, 3417759.4930475, 3418743.2652125, 3418440.7030924996, 3420078.1228475, 3418313.755015, 3418041.9023275003, 3418750.4702125, 3421246.0522074997, 3421371.1673025, 3421340.8402474998, 3407733.894305, 3407921.0681074997, 3419124.5818074998, 3418877.524055, 3419184.97763, 3419218.6526175, 3409379.8413349995, 3409476.1254525, 3409360.4599125003, 3409225.669545, 3408615.3319325, 3409451.5867675003, 3407751.9673800003, 3407863.3141900003, 3407748.26208, 3407794.7420675, 3407315.1853225, 3408288.3769175, 3408528.2194175, 3408481.4007275, 3407415.4143525, 3407947.7951625, 3407848.1760475, 3407377.3204475, 3407645.2147899996, 3407454.4430649998, 3407904.0612749998, 3407184.1173175, 3408464.9655725, 3408810.567375, 3409593.385465, 3408683.70955, 3408495.94682, 3408869.0672025, 3409590.9366175, 3409418.0534774996, 3408584.9013175, 3409346.9268425, 3409451.294465, 3409472.4636474997, 3413687.6583425, 3413908.73962, 3412220.6540674996, 3412240.421425, 3412205.500935, 3412926.616395, 3412755.211015, 3412455.332355, 3412555.66475, 3412431.9575025, 3412814.195095, 3413006.3293399997, 3411762.1889124997, 3412018.140735, 3412437.633145, 3412540.5132825, 3412508.2871875, 3418850.8049574997, 3418121.6245125, 3417658.7986175, 3418695.9678525003, 3411985.302605, 3412583.17154, 3419501.9599524997, 3411475.57436, 3411241.545245, 3410997.2436149996, 3417010.2385075, 3416967.0790775, 3417512.75764, 3417492.0881850002, 3417360.2182875, 3417564.2920525, 3416986.072485, 3417078.9481275, 3417390.3208250003, 3417319.850755, 3417432.2334925, 3417072.2538799997, 3417307.2608175, 3417391.856505, 3417301.3886049995, 3417744.1515275, 3416968.156165, 3416772.9785375, 3416960.092105, 3417054.81591, 3417462.903945, 3408227.8556925002, 3412186.2080349997, 3408004.68027, 3418464.8338075, 3418740.448935, 3416880.02482, 3412639.9074224997 ], "y": [ 5363949.0681675, 5363694.871030001, 5363560.254825001, 5363141.205530001, 5362811.9427350005, 5360989.1642325, 5359506.3892975, 5359438.53591, 5357568.873287501, 5357454.058035001, 5361571.6116700005, 5361775.2973325, 5361879.626970001, 5361702.8110525, 5363494.073182501, 5364144.154480001, 5363437.5343375, 5363196.1877500005, 5364570.463865001, 5364806.1712650005, 5364667.9731625, 5364767.5497525, 5366744.34877, 5366621.6540825, 5369549.053577499, 5370114.9084375, 5368925.9209125005, 5370689.8140675, 5370508.66339, 5367328.615532501, 5366949.443372501, 5365019.659262501, 5364701.3772275, 5364808.90979, 5367075.652162501, 5356421.7507875, 5355556.328132501, 5355553.662205, 5365120.91828, 5363898.6946375, 5363161.169175001, 5363532.275185, 5363897.2955775, 5362520.4498425, 5363300.72552, 5367271.648882501, 5367302.078020001, 5367411.178745001, 5362611.45362, 5365980.226365, 5367434.115175, 5370750.6369475, 5370027.6374075, 5370530.9838725, 5370491.1192525, 5367517.969675001, 5369766.6088975, 5370008.24061, 5370047.2660825, 5361679.7602025, 5362912.003027501, 5362588.876025001, 5365793.769397501, 5365953.933770001, 5366247.869905001, 5365272.84333, 5365643.2788925, 5365551.580952501, 5357816.076892501, 5358881.906900001, 5365621.6407575, 5365653.8028675, 5365924.0331075005, 5365461.3429575, 5365796.45858, 5364260.32502, 5364466.161587501, 5363019.4857325, 5364286.3726725, 5364802.29265, 5364584.564212501, 5364485.48304, 5364504.48675, 5363144.604025001, 5363043.3955925, 5362750.6853600005, 5355361.5408075005, 5356984.258445, 5362699.01706, 5362435.583280001, 5362331.89372, 5362559.0076175, 5358799.0367775, 5358949.7359025, 5358589.368177501, 5358432.508485001, 5358196.1373225, 5359079.2631575, 5357087.0178225, 5357291.746065, 5357475.660235001, 5357165.852565, 5357599.1750475, 5361734.54465, 5361710.874205001, 5361824.708275, 5361842.097755, 5361946.650640001, 5361157.473095, 5361689.5713, 5361245.9237275, 5361524.3347075, 5360100.370592501, 5361785.765562501, 5366170.204565001, 5365632.453455001, 5364334.289802501, 5364517.445, 5364611.002827501, 5364245.91958, 5364611.0491775, 5363971.99834, 5364774.1674475, 5364659.5833825, 5364244.13933, 5364472.9273850005, 5363030.24368, 5362989.174145, 5367118.138995, 5361952.902437501, 5362101.968080001, 5362253.407595, 5361558.089232501, 5361223.680000001, 5368969.75065, 5368876.182515001, 5368984.378225001, 5369081.9302375, 5366550.2075849995, 5366411.942645, 5366926.8759425, 5366683.037210001, 5366370.309392501, 5368973.908500001, 5369215.930372501, 5369312.247287501, 5369469.098467501, 5370486.904382501, 5370460.4774525, 5369351.38893, 5370152.9900050005, 5370644.517650001, 5370492.6529825, 5370412.19217, 5370873.980625, 5369976.2789549995, 5370101.94495, 5370088.898295, 5369760.5306400005, 5371258.986620001, 5371022.3065875005, 5370663.7818675, 5367419.4778, 5369062.01045, 5369293.2985775005, 5369351.27146, 5369575.3240325, 5368409.8409475, 5368984.971872501, 5368053.215740001, 5369726.3224875005, 5370018.8086375, 5370225.1766675, 5370399.328265, 5367263.741802501, 5361374.903515, 5357545.9905075, 5365336.400515, 5362598.0757825, 5369474.118245, 5368349.57432 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(255, 255, 0)", "size": 20, "symbol": "square" }, "mode": "markers", "name": "external_grid", "text": [ "Index: 0
Name: External Grid 0
V_m: 1.0 p.u.
V_a: 0.0 °
", "Index: 1
Name: External Grid 1
V_m: 1.0 p.u.
V_a: 0.0 °
" ], "type": "scatter", "x": [ 3419748.613735, 3408444.066435 ], "y": [ 5369365.755840001, 5367639.480235 ] }, { "hoverinfo": "text", "marker": { "color": "rgb(0, 0, 255)", "size": 10, "symbol": "circle" }, "mode": "markers", "name": "buses", "text": [ "Index: 0
Name: Bus 0
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.122 MW
", "Index: 1
Name: Bus 1
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.092 MW
", "Index: 2
Name: Bus 2
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 3
Name: Bus 3
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 4
Name: Bus 4
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.092 MW
", "Index: 5
Name: Bus 5
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 6
Name: Bus 6
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 7
Name: Bus 7
V_n: 20.0 kV
", "Index: 8
Name: Bus 8
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.137 MW
", "Index: 29
Name: Bus 9
V_n: 20.0 kV
Static generation: 0.400 MW
", "Index: 30
Name: Bus 10
V_n: 20.0 kV
", "Index: 31
Name: Bus 11
V_n: 20.0 kV
Static generation: 0.800 MW
", "Index: 32
Name: Bus 12
V_n: 20.0 kV
Static generation: 0.200 MW
", "Index: 33
Name: Bus 13
V_n: 20.0 kV
Static generation: 0.856 MW
", "Index: 34
Name: Bus 14
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 35
Name: Bus 15
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.155 MW
", "Index: 36
Name: Bus 16
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 37
Name: Bus 17
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 38
Name: Bus 18
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.049 MW
", "Index: 39
Name: Bus 19
V_n: 20.0 kV
", "Index: 40
Name: Bus 20
V_n: 20.0 kV
Static generation: 0.160 MW
", "Index: 41
Name: Bus 21
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.140 MW
", "Index: 42
Name: Bus 22
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 43
Name: Bus 23
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 44
Name: Bus 24
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.295 MW
", "Index: 45
Name: Bus 25
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.093 MW
", "Index: 46
Name: Bus 26
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 47
Name: Bus 27
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.140 MW
", "Index: 48
Name: Bus 28
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 49
Name: Bus 29
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.093 MW
", "Index: 50
Name: Bus 30
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 51
Name: Bus 31
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 52
Name: Bus 32
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 53
Name: Bus 33
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 54
Name: Bus 34
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.137 MW
", "Index: 55
Name: Bus 35
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 56
Name: Bus 36
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.295 MW
", "Index: 57
Name: Bus 37
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 58
Name: Bus 38
V_n: 110.0 kV
", "Index: 64
Name: Bus 39
V_n: 20.0 kV
", "Index: 65
Name: Bus 40
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.295 MW
", "Index: 71
Name: Bus 41
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.155 MW
", "Index: 72
Name: Bus 42
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 73
Name: Bus 43
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 74
Name: Bus 44
V_n: 20.0 kV
", "Index: 75
Name: Bus 45
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 76
Name: Bus 46
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 77
Name: Bus 47
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.155 MW
", "Index: 78
Name: Bus 48
V_n: 20.0 kV
", "Index: 79
Name: Bus 49
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 80
Name: Bus 50
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 81
Name: Bus 51
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 82
Name: Bus 52
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 83
Name: Bus 53
V_n: 20.0 kV
Static generation: 0.315 MW
", "Index: 84
Name: Bus 54
V_n: 20.0 kV
Static generation: 0.500 MW
", "Index: 85
Name: Bus 55
V_n: 20.0 kV
Static generation: 0.300 MW
", "Index: 86
Name: Bus 56
V_n: 20.0 kV
", "Index: 94
Name: Bus 57
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 95
Name: Bus 58
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 98
Name: Bus 59
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 100
Name: Bus 60
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 101
Name: Bus 61
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 102
Name: Bus 62
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.118 MW
", "Index: 103
Name: Bus 63
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 104
Name: Bus 64
V_n: 20.0 kV
", "Index: 106
Name: Bus 65
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.295 MW
", "Index: 107
Name: Bus 66
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.049 MW
", "Index: 108
Name: Bus 67
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 109
Name: Bus 68
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.049 MW
", "Index: 110
Name: Bus 69
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 111
Name: Bus 70
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 116
Name: Bus 71
V_n: 20.0 kV
", "Index: 117
Name: Bus 72
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.140 MW
", "Index: 118
Name: Bus 73
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 119
Name: Bus 74
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 120
Name: Bus 75
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.093 MW
", "Index: 126
Name: Bus 76
V_n: 20.0 kV
", "Index: 129
Name: Bus 77
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.095 MW
", "Index: 131
Name: Bus 78
V_n: 20.0 kV
", "Index: 132
Name: Bus 79
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 133
Name: Bus 80
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 134
Name: Bus 81
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 136
Name: Bus 82
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 137
Name: Bus 83
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 138
Name: Bus 84
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 140
Name: Bus 85
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.122 MW
", "Index: 141
Name: Bus 86
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 142
Name: Bus 87
V_n: 20.0 kV
", "Index: 143
Name: Bus 88
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.155 MW
", "Index: 144
Name: Bus 89
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 145
Name: Bus 90
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 146
Name: Bus 91
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.233 MW
", "Index: 147
Name: Bus 92
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.137 MW
", "Index: 148
Name: Bus 93
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.093 MW
", "Index: 149
Name: Bus 94
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 150
Name: Bus 95
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.093 MW
", "Index: 153
Name: Bus 96
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 155
Name: Bus 97
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 157
Name: Bus 98
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 159
Name: Bus 99
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 161
Name: Bus 100
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 162
Name: Bus 101
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 167
Name: Bus 102
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.109 MW
", "Index: 168
Name: Bus 103
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.109 MW
", "Index: 169
Name: Bus 104
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.109 MW
", "Index: 170
Name: Bus 105
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.118 MW
", "Index: 171
Name: Bus 106
V_n: 20.0 kV
", "Index: 172
Name: Bus 107
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.214 MW
", "Index: 173
Name: Bus 108
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 174
Name: Bus 109
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.118 MW
", "Index: 176
Name: Bus 110
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 178
Name: Bus 111
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 181
Name: Bus 112
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 184
Name: Bus 113
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 186
Name: Bus 114
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 188
Name: Bus 115
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 189
Name: Bus 116
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 190
Name: Bus 117
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 192
Name: Bus 118
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 194
Name: Bus 119
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.039 MW
", "Index: 195
Name: Bus 120
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.039 MW
", "Index: 196
Name: Bus 121
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 197
Name: Bus 122
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 198
Name: Bus 123
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 199
Name: Bus 124
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 200
Name: Bus 125
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 201
Name: Bus 126
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 205
Name: Bus 127
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.118 MW
", "Index: 207
Name: Bus 128
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.118 MW
", "Index: 210
Name: Bus 129
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 213
Name: Bus 130
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.108 MW
", "Index: 215
Name: Bus 131
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 216
Name: Bus 132
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.069 MW
", "Index: 219
Name: Bus 133
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.100 MW
", "Index: 221
Name: Bus 134
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.060 MW
", "Index: 223
Name: Bus 135
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.150 MW
", "Index: 224
Name: Bus 136
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.150 MW
", "Index: 227
Name: Bus 137
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.100 MW
", "Index: 229
Name: Bus 138
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.060 MW
", "Index: 231
Name: Bus 139
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.060 MW
", "Index: 235
Name: Bus 140
V_n: 20.0 kV
Load: 0.500 MW
", "Index: 236
Name: Bus 141
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.160 MW
", "Index: 237
Name: Bus 142
V_n: 20.0 kV
Static generation: 0.150 MW
", "Index: 238
Name: Bus 143
V_n: 20.0 kV
", "Index: 239
Name: Bus 144
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.090 MW
", "Index: 240
Name: Bus 145
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.122 MW
", "Index: 241
Name: Bus 146
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.076 MW
", "Index: 242
Name: Bus 147
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.122 MW
", "Index: 243
Name: Bus 148
V_n: 20.0 kV
", "Index: 244
Name: Bus 149
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.137 MW
", "Index: 245
Name: Bus 150
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.198 MW
", "Index: 246
Name: Bus 151
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 247
Name: Bus 152
V_n: 20.0 kV
", "Index: 248
Name: Bus 153
V_n: 20.0 kV
Static generation: 0.295 MW
", "Index: 253
Name: Bus 154
V_n: 20.0 kV
Static generation: 0.355 MW
", "Index: 269
Name: Bus 155
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.309 MW
", "Index: 271
Name: Bus 156
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.109 MW
", "Index: 273
Name: Bus 157
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.095 MW
", "Index: 275
Name: Bus 158
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 281
Name: Bus 159
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 285
Name: Bus 160
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 286
Name: Bus 161
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.054 MW
", "Index: 287
Name: Bus 162
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 288
Name: Bus 163
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 289
Name: Bus 164
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.191 MW
", "Index: 290
Name: Bus 165
V_n: 20.0 kV
Load: 0.630 MW
Static generation: 0.198 MW
", "Index: 298
Name: Bus 166
V_n: 20.0 kV
Static generation: 0.300 MW
", "Index: 301
Name: Bus 167
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.054 MW
", "Index: 303
Name: Bus 168
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 304
Name: Bus 169
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 305
Name: Bus 170
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 312
Name: Bus 171
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 313
Name: Bus 172
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 314
Name: Bus 173
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 315
Name: Bus 174
V_n: 20.0 kV
Load: 0.400 MW
Static generation: 0.068 MW
", "Index: 316
Name: Bus 175
V_n: 20.0 kV
Load: 0.250 MW
Static generation: 0.041 MW
", "Index: 317
Name: Bus 176
V_n: 20.0 kV
", "Index: 318
Name: Bus 177
V_n: 110.0 kV
", "Index: 319
Name: Bus 178
V_n: 20.0 kV
" ], "type": "scatter", "x": [ 3408665.349175, 3409669.096215, 3409701.5281849997, 3409395.5326549998, 3408730.1735, 3408849.00141, 3408210.205095, 3408719.72605, 3408975.913755, 3410296.66458, 3411216.526165, 3412523.282265, 3413353.181945, 3414619.659505, 3413854.89557, 3417068.32117, 3412335.82098, 3416989.87706, 3420936.666405, 3419748.613735, 3417044.332345, 3416936.8934, 3411249.917565, 3417839.113615, 3411303.625725, 3416691.72847, 3412736.0123, 3416889.015395, 3410287.52413, 3417062.86489, 3410365.877105, 3411701.231155, 3417046.76693, 3412171.07318, 3412037.331555, 3417317.379745, 3411094.5293799997, 3411891.829765, 3419748.613735, 3412644.303915, 3412494.665505, 3418411.783625, 3411785.34044, 3417849.758145, 3411973.54194, 3411622.542935, 3413992.76188, 3417091.49669, 3417392.81507, 3412984.086275, 3417643.32197, 3417614.157325, 3413126.367695, 3417773.4362149998, 3410821.62822, 3407983.78155, 3419397.84279, 3419357.7620449997, 3419277.01657, 3419979.565655, 3419616.951355, 3412068.438205, 3419697.711465, 3412575.0779, 3412613.5358949997, 3412542.38331, 3419678.205055, 3412183.33188, 3418359.45578, 3412343.37775, 3414019.75533, 3413865.67305, 3417498.904005, 3417262.3221, 3417296.995665, 3417568.126245, 3409538.64957, 3407984.897035, 3412268.81795, 3418745.212615, 3412143.304465, 3419021.5555249997, 3414311.22654, 3419221.18234, 3413481.2855599998, 3412220.238145, 3412851.145155, 3418890.004785, 3417019.61853, 3412082.45804, 3417250.970735, 3416952.52644, 3412339.049355, 3417439.513935, 3412453.990615, 3417043.53881, 3408131.461275, 3407976.02058, 3407642.913365, 3408223.972925, 3421413.450085, 3421459.12736, 3408045.89905, 3407935.6436, 3409798.60001, 3413898.4617749997, 3409096.600125, 3412438.404275, 3421058.997755, 3421313.47574, 3409369.512385, 3408951.664265, 3407627.22878, 3407706.186985, 3407068.74552, 3407771.006305, 3412509.49375, 3412756.53258, 3411352.7399999998, 3418844.726965, 3417796.371315, 3412259.1209299997, 3408278.9995999997, 3407878.25476, 3407845.09925, 3407845.30055, 3418636.99365, 3418229.471735, 3418380.179585, 3417786.66388, 3418743.61835, 3417611.24743, 3417854.33292, 3418753.533525, 3418265.46984, 3418770.10536, 3419250.55144, 3418943.6674349997, 3419057.457715, 3419234.664765, 3418987.826405, 3418717.898335, 3414374.640155, 3418242.10659, 3418335.48461, 3408772.0309, 3408416.22914, 3409133.776065, 3409465.918195, 3409402.47713, 3409404.38822, 3407887.282875, 3415957.4344, 3411641.501945, 3408547.67568, 3412089.223465, 3407772.74985, 3407427.18329, 3410109.835535, 3407580.5643599997, 3409328.087865, 3409493.301295, 3409357.96508, 3409426.878715, 3411731.63789, 3408983.211045, 3410393.1329, 3408402.1696, 3408567.84631, 3408347.63624, 3407938.434695, 3407327.457605, 3407070.63602, 3408075.000255, 3407490.786255, 3407626.841255, 3417098.868935, 3408444.066435, 3408444.066435 ], "y": [ 5364414.94864, 5364282.613545001, 5364523.170815, 5363867.96846, 5364581.697500001, 5365837.96881, 5366929.533960001, 5365410.875170001, 5364211.5701750005, 5367207.696925, 5367341.3704200005, 5367829.039055, 5370522.3722, 5365662.20595, 5370532.17406, 5369426.721965, 5368857.966840001, 5368254.9978950005, 5362804.52194, 5369365.755840001, 5363686.7694500005, 5367855.33526, 5370149.9372000005, 5368879.194555, 5370800.261425001, 5369521.514525, 5370459.866305, 5369897.529565, 5369692.02639, 5370149.781450001, 5369898.0554, 5370156.0428100005, 5370300.571885, 5370502.51661, 5361518.461155, 5370438.243685001, 5370489.677610001, 5370473.070780001, 5369365.755840001, 5369017.6826450005, 5368924.077845001, 5369014.851915, 5367394.89804, 5369289.93087, 5366489.345235, 5366769.909935, 5370905.836490001, 5369163.8307300005, 5369328.91016, 5368951.073805001, 5369572.441095, 5369041.862825001, 5369150.284555, 5366754.669095, 5370490.62743, 5359666.521380001, 5369283.55578, 5365951.351740001, 5365730.16249, 5365699.86742, 5365543.414095, 5366340.79855, 5365915.13698, 5366790.77472, 5366446.5986, 5366267.2019650005, 5365307.31304, 5367288.615625001, 5364276.74375, 5367039.191295001, 5363006.85271, 5363143.39408, 5369889.409085, 5369983.370025001, 5369670.800840001, 5370203.822020001, 5367396.459115, 5357597.62531, 5361965.8234250005, 5365482.46575, 5362222.8465100005, 5365620.6961550005, 5363573.696045, 5365385.339415001, 5362851.352340001, 5361942.450270001, 5361808.458255, 5365889.114250001, 5371396.63716, 5361762.5657, 5370854.007660001, 5371121.336080001, 5361239.5318, 5370076.235715, 5361394.883040001, 5370568.944580001, 5357026.600335, 5355254.867855, 5355408.41098, 5355362.004125, 5362571.397205001, 5362910.782760001, 5357465.167160001, 5361604.281020001, 5359531.258485001, 5363247.510285, 5364094.958985001, 5361795.338565, 5363197.1299600005, 5363113.38267, 5358366.672750001, 5358719.695230001, 5357634.122470001, 5357185.01204, 5357563.082055001, 5357944.49746, 5370211.403535, 5368870.109585, 5370544.256, 5364736.559470001, 5364792.013845, 5366668.92399, 5357672.579415, 5357165.621435001, 5357375.47743, 5356981.466445001, 5364405.856085001, 5364496.242115, 5364636.724845001, 5364197.382300001, 5364579.237955, 5364442.002145001, 5364474.723965, 5363104.6379350005, 5363455.22988, 5362524.28598, 5362788.69955, 5362367.0363300005, 5362622.245215001, 5362484.08542, 5366019.591035, 5362777.79097, 5362902.157225001, 5363665.279770001, 5362827.18118, 5364750.662205, 5364704.938425001, 5364636.208415001, 5364631.06477, 5364375.353395, 5364135.048685, 5361864.4739850005, 5364162.393145001, 5362715.89218, 5362893.18738, 5367029.39345, 5361211.91952, 5361721.47309, 5359383.313385, 5361398.412885, 5358673.150195001, 5359029.028630001, 5359237.7134650005, 5358887.852505, 5367155.67967, 5364768.844140001, 5363605.245315, 5361672.63748, 5361784.734655, 5361962.0757, 5361129.737385, 5361657.66951, 5361833.994235001, 5361897.82828, 5361940.785785001, 5355652.590995001, 5364820.328685001, 5367639.480235, 5367639.480235 ] } ], "layout": { "autosize": false, "height": 175, "hovermode": "closest", "margin": { "b": 5, "l": 5, "r": 5, "t": 5 }, "showlegend": true, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "font": { "size": 16 } }, "width": 350, "xaxis": { "showgrid": false, "showticklabels": false, "zeroline": false }, "yaxis": { "showgrid": false, "showticklabels": false, "zeroline": false } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "net = mv_oberrhein()\n", "simple_plotly(net, aspectratio=(2,1), figsize=0.5);" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "More tutorials about interactive plots using ploltly:\n", "\n", "* [custom interactive plots](http://nbviewer.jupyter.org/github/e2nIEE/pandapower/blob/develop/tutorials/plotly_traces.ipynb)\n", "* [interactive plots on maps](http://nbviewer.jupyter.org/github/e2nIEE/pandapower/blob/develop/tutorials/plotly_maps.ipynb)" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.8" } }, "nbformat": 4, "nbformat_minor": 2 }