Plots


Jump to API response

This endpoint handles manipulation of Plotly plot files.

Reference

Authorization


Any user with or without a Plotly account may view public plots. For private plots, see authentication.

Actions


list

Listing all public plots can be done via a GET request to this endpoint. By default, plots will be listed in order of date created. The order_by query parameter is accepted at this endpoint. Currently, only ordering by views is supported. It is possible to filter the plots by quality with min_quality or max_quality as query parameter.

Example:

// GET https://api.plotly.com/v2/plots/ ---> 200

// GET https://api.plotly.com/v2/plots/?order_by=-views ---> 200

// GET https://api.plotly.com/v2/plots/?min_quality=5 ---> 200

// GET https://api.plotly.com/v2/plots/?max_quality=5 ---> 200

feed

Listing all handpicked feed plots can be done via a GET request to this endpoint. By default, plots will be listed in a random order.

Example:

// GET https://api.plotly.com/v2/plots/feed ---> 200

create

You can create new plot resources here. The only required field is 'figure'. Currently, the figure is restricted to only contain references to grid data. That is, this will fail if raw data arrays are passed in. To create and manipulate underlying grids for plots, see the grids endpoint.

Example:

// This fails because a figure field is required.
// POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{}

// This fails because the figure has raw data
//POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{
    "figure": {"data": [{"y": ['this', 'is', 'raw', 'data']}]}
}

// This succeeds because the figure has src keys, not raw data.
//POST https://api.plotly.com/v2/plots ---> 200 OK
{
    "figure": {"data": [{"ysrc": "sven:88:u8nd62"}]}
}

When creating a grid, you can optionally specify a source_fid to specify where a plot has come from:

  • source_fid: the fid of a plot that was copied (and presumably edited) to produce this one

detail

There is a lot of meta information stored about plot files including filename, title, share_url, and content_url to name a few.

This information can only be reached with a GET to this endpoint.

Example:

// GET https://api.plotly.com/v2/plots/iheartgraphs:90

content

The contents of a plot can be downloaded via the content resource. The plot content contains referenced grid/column data by default. If you wish to return the raw grid/column data, the inline_data=true query must be included in the request url. The Content-Type header will be appropriately set for the response body.

Alternatively, you can set ?map_data=unreadable to append a mapping of sources to data that belongs to grids which are unreadable for the requestor. This is useful when you have read access to another users plot, but that plot contains grid references which you don't have access to.

Examples:

// Returns referenced grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content ---> 200 OK

// Returns full grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?inline_data=true ---> 200 OK

// Returns full grid/column data when requestor doesn't have permission
// to read the referenced grid.
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?map_data=unreadable ---> 200 OK

GET /v2/plots/azb33:67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "creation_time": "2018-07-26T07:44:59.968083Z",
    "comments": {
        "results": [],
        "count": 0
    },
    "parented": true,
    "embed_url": "https://chart-studio.plotly.com/~azb33/67.embed",
    "fid": "azb33:67",
    "filename": "Plot 67",
    "filetype": "plot",
    "img_url": "https://storage.googleapis.com/plotly-prod-images/azb33/67/9_WOFAMLQ2KGUJ8KO2SYMQB1TSJGQGFI.png",
    "image_urls": {
        "default": "https://storage.googleapis.com/plotly-prod-images/azb33/67/2_4IL2ZYESIVPZVMEK6D9SJFZ1FUK82R.png",
        "block-thumb": "https://storage.googleapis.com/plotly-prod-images/azb33/67/8_70F0OSG5XNE3EXH0HCOT17DUVBKYX9.png",
        "list-thumb": "https://storage.googleapis.com/plotly-prod-images/azb33/67/9_WOFAMLQ2KGUJ8KO2SYMQB1TSJGQGFI.png"
    },
    "api_urls": {
        "files": "https://api.plotly.com/v2/files/azb33:67",
        "plots": "https://api.plotly.com/v2/plots/azb33:67",
        "parent": "https://api.plotly.com/v2/folders/home?user=azb33"
    },
    "owner": "azb33",
    "parent": -1,
    "preview": "",
    "referencers": [],
    "references": [],
    "title": "",
    "views": 7,
    "web_url": "https://chart-studio.plotly.com/~azb33/67/",
    "world_readable": true,
    "date_modified": "2018-07-26T07:44:59.983Z",
    "stars": {
        "results": [],
        "count": 0
    },
    "collaborators": {
        "results": [],
        "count": 0
    },
    "subfolder_count": null,
    "refresh_interval": null,
    "organize_view_url": "https://chart-studio.plotly.com/~azb33/67/",
    "current_user_permission": "read",
    "is_theme": null,
    "is_template": null,
    "autosize": true,
    "caption": "",
    "figure": {
        "data": [
            {
                "uid": "27f7edb4-8f21-11e8-bec8-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,136.5909090909091)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/t1<br>I = 0.9757837151357702 %<br>I_from = 0.004577826889005692 kA<br>I_to = 0.00458618346113812 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:cb3c20",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f7f0a8-8f21-11e8-a5b9-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,232.04545454545453)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/t11<br>I = 9.02761542582141 %<br>I_from = 0.0424217200537573 kA<br>I_to = 0.04242979250136062 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:f2fa54",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f7f2a8-8f21-11e8-94cb-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,236.59090909090907)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/t11<br>I = 9.486242869141622 %<br>I_from = 0.044579369141366613 kA<br>I_to = 0.04458534148496562 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:b33977",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f7f474-8f21-11e8-9525-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t11/bl43<br>I = 0.3313892836870141 %<br>I_from = 0.0015570201215991172 kA<br>I_to = 0.0015575296333289663 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:878068",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f7f640-8f21-11e8-a628-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,218.4090909090909)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t11/bl11<br>I = 7.876385842263249 %<br>I_from = 0.03700566318587031 kA<br>I_to = 0.03701901345863727 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:00f8c3",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f7f7f8-8f21-11e8-9866-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,200.22727272727272)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t11/t21<br>I = 6.5565646362416645 %<br>I_from = 0.030812955655447956 kA<br>I_to = 0.030815853790335822 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:633cdf",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f7f9b0-8f21-11e8-9ae4-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,200.22727272727272)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t21/bl12<br>I = 6.356762042038082 %<br>I_from = 0.02987592698437941 kA<br>I_to = 0.029876781597578984 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:ba0651",
                "ysrc": "azb33:66:44115f",
                "hoverinfo": "text"
            },
            {
                "uid": "27f7fb68-8f21-11e8-ac8a-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,182.04545454545453)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl12/t25<br>I = 5.065401289637428 %<br>I_from = 0.02380481109193847 kA<br>I_to = 0.02380738606129591 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:c665a4",
                "ysrc": "azb33:66:fccc30",
                "hoverinfo": "text"
            },
            {
                "uid": "27f7fd1e-8f21-11e8-9f97-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,163.86363636363635)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t25/bl19<br>I = 3.145528551935365 %<br>I_from = 0.01478055965260631 kA<br>I_to = 0.014783984194096213 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:9dd404",
                "ysrc": "azb33:66:6b4ef2",
                "hoverinfo": "text"
            },
            {
                "uid": "27f7fed8-8f21-11e8-977b-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,145.6818181818182)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t25/bl24<br>I = 1.6569074654391398 %<br>I_from = 0.0077830971758575335 kA<br>I_to = 0.0077874650875639564 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:c665a4",
                "ysrc": "azb33:66:6b4ef2",
                "hoverinfo": "text"
            },
            {
                "uid": "27f80090-8f21-11e8-81af-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,145.6818181818182)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl19/bl25<br>I = 1.7950240711075638 %<br>I_from = 0.008433441021562052 kA<br>I_to = 0.00843661313420555 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:7557b4",
                "ysrc": "azb33:66:aea177",
                "hoverinfo": "text"
            },
            {
                "uid": "27f80248-8f21-11e8-80fc-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl25/t3<br>I = 0.2001767407332337 %<br>I_from = 0.0009383318660480253 kA<br>I_to = 0.0009408306814461983 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:7557b4",
                "ysrc": "azb33:66:b97cd1",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8040a-8f21-11e8-b8ce-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,132.04545454545453)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl24/t14<br>I = 0.6564604197714119 %<br>I_from = 0.0030729214015849664 kA<br>I_to = 0.0030853639729256357 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:c665a4",
                "ysrc": "azb33:66:aea177",
                "hoverinfo": "text"
            },
            {
                "uid": "27f805c2-8f21-11e8-8da8-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,154.77272727272728)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/t15<br>I = 2.6847731542671 %<br>I_from = 0.012540706039867153 kA<br>I_to = 0.012618433825055368 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:72e703",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8077a-8f21-11e8-840f-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,136.5909090909091)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t15/t16<br>I = 1.1266784746000225 %<br>I_from = 0.005291766028973853 kA<br>I_to = 0.005295388830620105 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:bc22aa",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f80928-8f21-11e8-8cf5-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,132.04545454545453)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t15/t17<br>I = 0.6938214447770307 %<br>I_from = 0.003255286499590001 kA<br>I_to = 0.003260960790452044 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:22d530",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f80ae2-8f21-11e8-b429-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,132.04545454545453)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t16/t27<br>I = 0.4336756664821613 %<br>I_from = 0.002034424652983725 kA<br>I_to = 0.002038275632466158 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:12f587",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f80c98-8f21-11e8-be3a-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,177.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/bl54<br>I = 4.550901381978826 %<br>I_from = 0.02136474432717161 kA<br>I_to = 0.02138923649530048 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:92b8cb",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f80e50-8f21-11e8-859b-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,141.13636363636363)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl54/bl34<br>I = 1.5621359207674121 %<br>I_from = 0.007340388173077705 kA<br>I_to = 0.007342038827606837 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:2b969b",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f80ffe-8f21-11e8-ac0e-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,132.04545454545453)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl34/bl36<br>I = 0.4207089342820895 %<br>I_from = 0.001973705735785395 kA<br>I_to = 0.0019773319911258204 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:2b969b",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f811ac-8f21-11e8-a8c1-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/bl27<br>I = 0.02333376306397504 %<br>I_from = 0.00010966868640068268 kA<br>I_to = 6.915787068460089e-14 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:073fab",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f81364-8f21-11e8-b22f-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/bl39<br>I = 0.038259932675106946 %<br>I_from = 0.00017982168357300263 kA<br>I_to = 1.1348033372635064e-13 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:4c869a",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f81512-8f21-11e8-8058-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/t38<br>I = 0.07729725513703607 %<br>I_from = 0.00036329709914406953 kA<br>I_to = 0.00035771926124858385 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:1968e4",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f816ca-8f21-11e8-9d8d-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t38/t33<br>I = 0.06113475637351097 %<br>I_from = 0.00028733335495550154 kA<br>I_to = 0.00028673542407011516 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:98623a",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f81878-8f21-11e8-b77f-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t33/t32<br>I = 0.05338581028623646 %<br>I_from = 0.0002509133083453113 kA<br>I_to = 0.000250292654169591 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:cb469d",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f81a30-8f21-11e8-8b4e-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t32/t34<br>I = 0.04561643187741539 %<br>I_from = 0.00021439722982385232 kA<br>I_to = 0.00021434861587769392 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:66507d",
                "ysrc": "azb33:66:44115f",
                "hoverinfo": "text"
            },
            {
                "uid": "27f81bde-8f21-11e8-b626-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t34/t35<br>I = 0.03058617427549707 %<br>I_from = 0.00014375501909483622 kA<br>I_to = 0.00014372517016072805 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:7c91e8",
                "ysrc": "azb33:66:fccc30",
                "hoverinfo": "text"
            },
            {
                "uid": "27f81d98-8f21-11e8-96bd-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t35/t36<br>I = 0.022944204163069085 %<br>I_from = 0.0001078377595664247 kA<br>I_to = 0.00010777034487022823 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:e5a09b",
                "ysrc": "azb33:66:6b4ef2",
                "hoverinfo": "text"
            },
            {
                "uid": "27f81f46-8f21-11e8-b2f1-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t36/t37<br>I = 0.015292407885169208 %<br>I_from = 7.187431706029528e-05 kA<br>I_to = 7.186607423892151e-05 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:6f323b",
                "ysrc": "azb33:66:aea177",
                "hoverinfo": "text"
            },
            {
                "uid": "27f820fa-8f21-11e8-a60c-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t37/t31<br>I = 0.007658444809407241 %<br>I_from = 3.599469060421403e-05 kA<br>I_to = 3.591249652506816e-05 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:1e9e5b",
                "ysrc": "azb33:66:b97cd1",
                "hoverinfo": "text"
            },
            {
                "uid": "27f822a8-8f21-11e8-8aee-acde48001122",
                "line": {
                    "color": "rgb(0.0,12.5,255.0)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/bl7<br>I = 13.824391099201247 %<br>I_from = 0.06496683326137039 kA<br>I_to = 0.06497463816624585 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:d737e1",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f82462-8f21-11e8-8118-acde48001122",
                "line": {
                    "color": "rgb(0.0,4.499999999999972,255.0)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl7/bl20<br>I = 13.195216059520357 %<br>I_from = 0.06201455725209977 kA<br>I_to = 0.062017515479745676 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:4917df",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f82610-8f21-11e8-8a72-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,241.13636363636363)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl20/bl2<br>I = 10.024431393319686 %<br>I_from = 0.04711391526126839 kA<br>I_to = 0.04711482754860252 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:11f0b6",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f827be-8f21-11e8-bb46-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,132.04545454545453)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl2/bl23<br>I = 0.7386007602869563 %<br>I_from = 0.003471066238706285 kA<br>I_to = 0.0034714235733486944 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:6cbe19",
                "ysrc": "azb33:66:44115f",
                "hoverinfo": "text"
            },
            {
                "uid": "27f82976-8f21-11e8-bf72-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl23/bl22<br>I = 0.18696393375813505 %<br>I_from = 0.0008771024436242615 kA<br>I_to = 0.0008787304886632348 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:4ca59c",
                "ysrc": "azb33:66:fccc30",
                "hoverinfo": "text"
            },
            {
                "uid": "27f82b24-8f21-11e8-8758-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,227.49999999999997)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl2/bl59<br>I = 8.866349120725866 %<br>I_from = 0.04167015535604902 kA<br>I_to = 0.04167184086741157 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:e7e659",
                "ysrc": "azb33:66:44115f",
                "hoverinfo": "text"
            },
            {
                "uid": "27f82cdc-8f21-11e8-9468-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,227.49999999999997)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl59/bl60<br>I = 8.86678878092251 %<br>I_from = 0.04167184086727624 kA<br>I_to = 0.0416739072703358 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:7220e7",
                "ysrc": "azb33:66:fccc30",
                "hoverinfo": "text"
            },
            {
                "uid": "27f82e8a-8f21-11e8-92bb-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,132.04545454545453)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl60/bl51<br>I = 0.7099307855486355 %<br>I_from = 0.003334494165690496 kA<br>I_to = 0.0033366746920785867 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:71c21d",
                "ysrc": "azb33:66:6b4ef2",
                "hoverinfo": "text"
            },
            {
                "uid": "27f83038-8f21-11e8-a5b7-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,204.77272727272725)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl60/t8<br>I = 6.683937226955165 %<br>I_from = 0.03140986327770303 kA<br>I_to = 0.03141450496668927 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:decde8",
                "ysrc": "azb33:66:6b4ef2",
                "hoverinfo": "text"
            },
            {
                "uid": "27f831e6-8f21-11e8-8712-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,168.4090909090909)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t8/bl15<br>I = 3.8311092029579434 %<br>I_from = 0.01800424948092749 kA<br>I_to = 0.018006213253902333 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:cbaa3e",
                "ysrc": "azb33:66:aea177",
                "hoverinfo": "text"
            },
            {
                "uid": "27f834ac-8f21-11e8-9760-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,141.13636363636363)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl15/t23<br>I = 1.5164514860767715 %<br>I_from = 0.007126917885465079 kA<br>I_to = 0.007127321984560825 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:000684",
                "ysrc": "azb33:66:b97cd1",
                "hoverinfo": "text"
            },
            {
                "uid": "27f83986-8f21-11e8-8ffc-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,150.22727272727272)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t8/t13<br>I = 2.307597252294902 %<br>I_from = 0.010836770248231289 kA<br>I_to = 0.01084570708578604 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:4e98d0",
                "ysrc": "azb33:66:aea177",
                "hoverinfo": "text"
            },
            {
                "uid": "27f83d26-8f21-11e8-a0b7-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,150.22727272727272)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t13/t4<br>I = 2.1009994592667365 %<br>I_from = 0.009868256095373371 kA<br>I_to = 0.00987469745855366 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:c1f17c",
                "ysrc": "azb33:66:b97cd1",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8403a-8f21-11e8-a462-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,141.13636363636363)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t4/bl33<br>I = 1.5533470044087498 %<br>I_from = 0.0072989367807480094 kA<br>I_to = 0.0073007309207211235 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:5ccfcd",
                "ysrc": "azb33:66:d08cdf",
                "hoverinfo": "text"
            },
            {
                "uid": "27f843e8-8f21-11e8-acf7-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,141.13636363636363)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t23/t6<br>I = 1.3100265554493193 %<br>I_from = 0.006150138853853856 kA<br>I_to = 0.0061571248106118 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:7a7aaa",
                "ysrc": "azb33:66:d08cdf",
                "hoverinfo": "text"
            },
            {
                "uid": "27f846ae-8f21-11e8-b790-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,136.5909090909091)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t6/t12<br>I = 0.9679983060249586 %<br>I_from = 0.004547784028436329 kA<br>I_to = 0.004549592038317305 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:afa153",
                "ysrc": "azb33:66:27c579",
                "hoverinfo": "text"
            },
            {
                "uid": "27f848a2-8f21-11e8-a891-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,132.04545454545453)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t12/bl14<br>I = 0.7605912560924126 %<br>I_from = 0.003572166429546597 kA<br>I_to = 0.003574778903634339 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:7a7aaa",
                "ysrc": "azb33:66:00503b",
                "hoverinfo": "text"
            },
            {
                "uid": "27f84b06-8f21-11e8-ac9c-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl14/bl56<br>I = 0.0020168716166811783 %<br>I_from = 9.479296598401538e-06 kA<br>I_to = 9.282491429618473e-15 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:7bc258",
                "ysrc": "azb33:66:0edd14",
                "hoverinfo": "text"
            },
            {
                "uid": "27f84de8-8f21-11e8-a684-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,141.13636363636363)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl60/bl58<br>I = 1.4753744946064005 %<br>I_from = 0.006929568456206851 kA<br>I_to = 0.006934260124650081 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:bf895e",
                "ysrc": "azb33:66:6b4ef2",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8513a-8f21-11e8-84fd-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,136.5909090909091)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl58/bl9<br>I = 1.0726709845908653 %<br>I_from = 0.005035295836017443 kA<br>I_to = 0.0050415536275770665 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:7e74c3",
                "ysrc": "azb33:66:aea177",
                "hoverinfo": "text"
            },
            {
                "uid": "27f85324-8f21-11e8-854f-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,163.86363636363635)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl20/bl52<br>I = 3.17407190396462 %<br>I_from = 0.01490360707192323 kA<br>I_to = 0.014918137948633715 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:606077",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f854e6-8f21-11e8-9bc8-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,141.13636363636363)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl52/bl38<br>I = 1.455797887594174 %<br>I_from = 0.006838612160639219 kA<br>I_to = 0.006842250071692617 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:a70927",
                "ysrc": "azb33:66:44115f",
                "hoverinfo": "text"
            },
            {
                "uid": "27f856a8-8f21-11e8-aaf1-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl52/bl53<br>I = 0.3837423011072748 %<br>I_from = 0.0017970632761644 kA<br>I_to = 0.0018035888152041915 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:fb64e7",
                "ysrc": "azb33:66:44115f",
                "hoverinfo": "text"
            },
            {
                "uid": "27f85874-8f21-11e8-8c57-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl53/bl37<br>I = 0.2807652294055579 %<br>I_from = 0.0013079736822075691 kA<br>I_to = 0.0013195965782061222 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:a08248",
                "ysrc": "azb33:66:fccc30",
                "hoverinfo": "text"
            },
            {
                "uid": "27f85a40-8f21-11e8-a848-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/bl47<br>I = 0.03824642862658672 %<br>I_from = 0.00017975821454495756 kA<br>I_to = 1.1348033372635064e-13 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:0af167",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f85c02-8f21-11e8-808f-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/t5<br>I = 0.021231743285174888 %<br>I_from = 9.978919344032198e-05 kA<br>I_to = 7.981876587725781e-05 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:d9b9db",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f85dcc-8f21-11e8-94ae-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t5/bl29<br>I = 0.016532606321460277 %<br>I_from = 7.77032497108633e-05 kA<br>I_to = 3.761410410241383e-05 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:349811",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f85f90-8f21-11e8-82a6-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t5/t9<br>I = 0.0004501098184559645 %<br>I_from = 2.1155161467430332e-06 kA<br>I_to = 0.0 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:5032fd",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8615c-8f21-11e8-a2be-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl29/bl30<br>I = 0.0030247557146263304 %<br>I_from = 1.4216351858743751e-05 kA<br>I_to = 1.2396997451457963e-05 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:fa4c5f",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8631e-8f21-11e8-af55-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl30/bl26<br>I = 0.002637659051804091 %<br>I_from = 1.2396997543479228e-05 kA<br>I_to = 9.266015362853692e-06 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:7104b7",
                "ysrc": "azb33:66:44115f",
                "hoverinfo": "text"
            },
            {
                "uid": "27f86512-8f21-11e8-be0b-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl26/bl31<br>I = 0.0009857463054571316 %<br>I_from = 4.633007635648518e-06 kA<br>I_to = 2.9353815278586945e-14 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:aeb033",
                "ysrc": "azb33:66:fccc30",
                "hoverinfo": "text"
            },
            {
                "uid": "27f866de-8f21-11e8-8d65-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl26/bl42<br>I = 0.0009857463054900825 %<br>I_from = 4.633007635803388e-06 kA<br>I_to = 3.281856318094616e-14 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:9eb9f4",
                "ysrc": "azb33:66:fccc30",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8689e-8f21-11e8-acd1-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl29/t18<br>I = 0.004978245146343989 %<br>I_from = 2.3397752187816746e-05 kA<br>I_to = 5.690774829990856e-06 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:5796e5",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f86a62-8f21-11e8-80a5-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t18/t26<br>I = 0.001210803156598019 %<br>I_from = 5.690774836010689e-06 kA<br>I_to = 6.563712636189232e-15 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:d293e5",
                "ysrc": "azb33:66:44115f",
                "hoverinfo": "text"
            },
            {
                "uid": "27f86cba-8f21-11e8-bc6c-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/bl28<br>I = 0.11585543825030303 %<br>I_from = 0.0005390559386862351 kA<br>I_to = 0.0005445205597764243 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:70fb08",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f86f9e-8f21-11e8-8d11-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,255.0)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/bl46<br>I = 11.573339138014232 %<br>I_from = 0.05437203234011286 kA<br>I_to = 0.05439469394866689 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:2e191a",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8717e-8f21-11e8-8419-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,159.3181818181818)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/bl13<br>I = 3.085759441914949 %<br>I_from = 0.014408417043512152 kA<br>I_to = 0.014503069377000258 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:0ab2ae",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f87340-8f21-11e8-a758-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,236.59090909090907)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/bl41<br>I = 9.71029283441651 %<br>I_from = 0.04560382470567411 kA<br>I_to = 0.045638376321757594 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:1283e9",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8750c-8f21-11e8-a287-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,182.04545454545453)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl41/bl6<br>I = 4.741892851296678 %<br>I_from = 0.022286569356389584 kA<br>I_to = 0.02228689640109438 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:d85986",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f876cc-8f21-11e8-ad67-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,159.3181818181818)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl6/bl40<br>I = 2.761502531645045 %<br>I_from = 0.012973335264580882 kA<br>I_to = 0.01297906189873171 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:22a133",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f87890-8f21-11e8-a367-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,136.5909090909091)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl6/t30<br>I = 0.9064386813377987 %<br>I_from = 0.004243218732097763 kA<br>I_to = 0.004260261802287653 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:bb771c",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f87a52-8f21-11e8-b33e-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line b40/t29<br>I = 0.2747994262029821 %<br>I_from = 0.0012888833769388569 kA<br>I_to = 0.0012915573031540158 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:7fbfdc",
                "ysrc": "azb33:66:44115f",
                "hoverinfo": "text"
            },
            {
                "uid": "27f87c14-8f21-11e8-9b61-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,132.04545454545453)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line b41/t20<br>I = 0.7263684148882439 %<br>I_from = 0.003405910547203315 kA<br>I_to = 0.003413931549974746 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:d749f4",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f87de2-8f21-11e8-8623-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/bl62<br>I = 0.007341263711377867 %<br>I_from = 3.450393944347597e-05 kA<br>I_to = 2.3793458306185964e-14 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:2ae602",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f88058-8f21-11e8-9f83-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,200.22727272727272)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line ss/bl8<br>I = 6.453465036736415 %<br>I_from = 0.030318163246029973 kA<br>I_to = 0.030331285672661152 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:3b9769",
                "ysrc": "azb33:66:cb26d6",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8838a-8f21-11e8-8049-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,154.77272727272728)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl8/t24<br>I = 2.695185658842094 %<br>I_from = 0.012665104399783148 kA<br>I_to = 0.012667372596557843 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:6b3cf9",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f886c8-8f21-11e8-925d-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl8/t28<br>I = 0.12380728676110828 %<br>I_from = 0.000576693111698875 kA<br>I_to = 0.0005818942477772089 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:f2d4f0",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f88a06-8f21-11e8-b0a5-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,150.22727272727272)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t24/bl49<br>I = 2.2925524820998846 %<br>I_from = 0.010771574978628053 kA<br>I_to = 0.010774996665869457 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:8d0b6e",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f88d4c-8f21-11e8-b706-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,145.6818181818182)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl49/bl18<br>I = 1.8885384739894717 %<br>I_from = 0.008875545579503546 kA<br>I_to = 0.008876130827750517 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:471835",
                "ysrc": "azb33:66:44115f",
                "hoverinfo": "text"
            },
            {
                "uid": "27f89078-8f21-11e8-9f9f-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,132.04545454545453)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl18/bl10<br>I = 0.508008406622828 %<br>I_from = 0.002386766514189648 kA<br>I_to = 0.002387639511127291 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:3e0422",
                "ysrc": "azb33:66:fccc30",
                "hoverinfo": "text"
            },
            {
                "uid": "27f89294-8f21-11e8-a924-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,132.04545454545453)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl18/bl16<br>I = 0.5144182741888129 %<br>I_from = 0.0024097508766973254 kA<br>I_to = 0.0024177658886874206 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:54b2f3",
                "ysrc": "azb33:66:fccc30",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8947e-8f21-11e8-9515-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl16/bl50<br>I = 0.3154492061028922 %<br>I_from = 0.0014821455849522536 kA<br>I_to = 0.0014826112686835932 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:3458e0",
                "ysrc": "azb33:66:6b4ef2",
                "hoverinfo": "text"
            },
            {
                "uid": "27f897a8-8f21-11e8-995f-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl50/bl35<br>I = 0.19301332342260585 %<br>I_from = 0.0009049671574744499 kA<br>I_to = 0.0009071626200862475 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:3458e0",
                "ysrc": "azb33:66:aea177",
                "hoverinfo": "text"
            },
            {
                "uid": "27f89a98-8f21-11e8-9e32-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,159.3181818181818)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl8/bl17<br>I = 2.9384926461835432 %<br>I_from = 0.013808938466350012 kA<br>I_to = 0.013810915437062653 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:58798a",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f89d86-8f21-11e8-a2c6-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,154.77272727272728)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl17/t19<br>I = 2.4461194925511918 %<br>I_from = 0.011493135493653705 kA<br>I_to = 0.011496761614990601 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:58bd5b",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8a090-8f21-11e8-8ed8-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,150.22727272727272)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl1/t19<br>I = 2.123263883031547 %<br>I_from = 0.009979340250248271 kA<br>I_to = 0.009978736252675504 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:b95efb",
                "ysrc": "azb33:66:aba8be",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8a3c6-8f21-11e8-9975-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,145.6818181818182)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl55/t22<br>I = 1.765928712956947 %<br>I_from = 0.00829986495089765 kA<br>I_to = 0.008298732041854872 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:9b5d26",
                "ysrc": "azb33:66:d3e1ef",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8a6c6-8f21-11e8-a434-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,150.22727272727272)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl1/t22<br>I = 2.0888314069615643 %<br>I_from = 0.009808509076190955 kA<br>I_to = 0.00981750761271935 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:a61b46",
                "ysrc": "azb33:66:fccc30",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8a9d2-8f21-11e8-91be-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,136.5909090909091)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl55/bl32<br>I = 0.8276354001871631 %<br>I_from = 0.003884247766057662 kA<br>I_to = 0.0038898863808796667 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:44b5bf",
                "ysrc": "azb33:66:aea177",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8acca-8f21-11e8-9cde-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,132.04545454545453)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line bl32/t7<br>I = 0.5251697408026553 %<br>I_from = 0.002465385344658529 kA<br>I_to = 0.00246829778177248 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:44b5bf",
                "ysrc": "azb33:66:b97cd1",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8b062-8f21-11e8-b32f-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 2
                },
                "mode": "lines",
                "name": "lines",
                "text": "Line t2/t7<br>I = 0.3232206420314597 %<br>I_from = 0.0015191370175478606 kA<br>I_to = 0.0015185581399259163 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:e2a770",
                "ysrc": "azb33:66:74bf2e",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8b4e2-8f21-11e8-9d54-acde48001122",
                "mode": "markers",
                "type": "scatter",
                "xsrc": "azb33:66:4e3be3",
                "ysrc": "azb33:66:412a7f",
                "marker": {
                    "cmax": 100,
                    "cmin": 0.0004501098184559645,
                    "size": 0,
                    "cauto": false,
                    "color": "rgb(255,255,255)",
                    "colorbar": {
                        "x": 1.1,
                        "y": 0.5,
                        "title": "Line Loading [%]",
                        "thickness": 10,
                        "titleside": "right"
                    },
                    "colorscale": "Jet"
                }
            },
            {
                "uid": "27f8b762-8f21-11e8-b824-acde48001122",
                "line": {
                    "color": "rgb(0.0,108.5,255.0)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo HV/MV<br>I = 23.331107966882918 %<br>I_hv = 0.030614139693572896 kA<br>I_lv = 0.33571917402074997 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:086ee7",
                "ysrc": "azb33:66:b7d4a8",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8bae4-8f21-11e8-b124-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.5,255.0)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 1<br>I = 12.608734557631879 %<br>I_hv = 0.004586183463323261 kA<br>I_lv = 0.11306708205881143 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:4e7088",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8c374-8f21-11e8-a18f-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,250.22727272727272)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 11<br>I = 10.63184885509843 %<br>I_hv = 0.0038671295030389312 kA<br>I_lv = 0.09509237764073296 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:bd0ce5",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8c868-8f21-11e8-af8e-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,200.22727272727272)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 21<br>I = 6.51244445923998 %<br>I_hv = 0.0009399903904061724 kA<br>I_lv = 0.022693746395711256 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:180cf4",
                "ysrc": "azb33:66:44115f",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8cb4c-8f21-11e8-a627-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,200.22727272727272)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 3<br>I = 6.51826616839423 %<br>I_hv = 0.0009408306817430098 kA<br>I_lv = 0.02271553201352485 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:7557b4",
                "ysrc": "azb33:66:d08cdf",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8cde8-8f21-11e8-9fec-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,227.49999999999997)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 25<br>I = 8.61728926478721 %<br>I_hv = 0.0012437985691774421 kA<br>I_lv = 0.03029048345487281 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:f64e84",
                "ysrc": "azb33:66:6b4ef2",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8d088-8f21-11e8-baf3-acde48001122",
                "line": {
                    "color": "rgb(0.0,8.5,255.0)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 14<br>I = 13.360017905557447 %<br>I_hv = 0.003085363973660725 kA<br>I_lv = 0.07586352983656452 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:c665a4",
                "ysrc": "azb33:66:b97cd1",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8d31c-8f21-11e8-b4f9-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,254.77272727272725)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 15<br>I = 11.193421995618316 %<br>I_hv = 0.004071390877463687 kA<br>I_lv = 0.10020512282596362 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:de75e2",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8d5b0-8f21-11e8-817b-acde48001122",
                "line": {
                    "color": "rgb(0.0,16.5,255.0)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 16<br>I = 14.120430095550732 %<br>I_hv = 0.0032609736466958036 kA<br>I_lv = 0.08025354442651544 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:d59d8a",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8d830-8f21-11e8-bb03-acde48001122",
                "line": {
                    "color": "rgb(0.0,16.5,255.0)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 17<br>I = 14.120374430016419 %<br>I_hv = 0.0032609607912913153 kA<br>I_lv = 0.08025321786208028 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:2093a4",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8daa6-8f21-11e8-ad9c-acde48001122",
                "line": {
                    "color": "rgb(0.0,16.5,255.0)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 27<br>I = 14.121587825206792 %<br>I_hv = 0.0020382756330670207 kA<br>I_lv = 0.050154274934595566 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:2512a0",
                "ysrc": "azb33:66:44115f",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8dd1c-8f21-11e8-beda-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 31<br>I = 0.24880907422811008 %<br>I_hv = 3.591249649560523e-05 kA<br>I_lv = 1.008639552766216e-12 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:8623d1",
                "ysrc": "azb33:66:d08cdf",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8df74-8f21-11e8-851e-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 32<br>I = 0.24880936089615585 %<br>I_hv = 3.5912537872573586e-05 kA<br>I_lv = 1.0086464267026537e-12 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:9cddf6",
                "ysrc": "azb33:66:44115f",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8e1d8-8f21-11e8-9294-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 33<br>I = 0.24881039852345052 %<br>I_hv = 3.591268764117306e-05 kA<br>I_lv = 1.0089535165718358e-12 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:7c91e8",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8e424-8f21-11e8-9008-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 34<br>I = 0.1941773508242885 %<br>I_hv = 7.062825783442677e-05 kA<br>I_lv = 2.001902159749389e-12 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:cb469d",
                "ysrc": "azb33:66:fccc30",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8e690-8f21-11e8-aa4d-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 35<br>I = 0.24880918888013653 %<br>I_hv = 3.591251304419982e-05 kA<br>I_lv = 1.0083291075144626e-12 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:98623a",
                "ysrc": "azb33:66:6b4ef2",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8e8e8-8f21-11e8-befd-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 36<br>I = 0.24880911170856007 %<br>I_hv = 3.5912501905442206e-05 kA<br>I_lv = 1.008328649109277e-12 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:2720a3",
                "ysrc": "azb33:66:aea177",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8eb36-8f21-11e8-a7f5-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 37<br>I = 0.2488091057040075 %<br>I_hv = 3.5912501038759694e-05 kA<br>I_lv = 1.0089515313771963e-12 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:fed8b8",
                "ysrc": "azb33:66:b97cd1",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8ed5c-8f21-11e8-b913-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,127.5)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 38<br>I = 0.19417881888700725 %<br>I_hv = 7.062879181386246e-05 kA<br>I_lv = 2.0026043587399714e-12 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:e5a09b",
                "ysrc": "azb33:66:9e3b02",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8ef78-8f21-11e8-8458-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,254.77272727272725)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 7<br>I = 11.153522995288316 %<br>I_hv = 0.0025757958014969566 kA<br>I_lv = 0.06312408654434709 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:930891",
                "ysrc": "azb33:66:d08cdf",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8f194-8f21-11e8-8566-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,204.77272727272725)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 13<br>I = 6.77234285661843 %<br>I_hv = 0.0009775034928282726 kA<br>I_lv = 0.02363270716925996 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:542ea3",
                "ysrc": "azb33:66:b97cd1",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8f8cc-8f21-11e8-bd08-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,254.77272727272725)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 8<br>I = 11.143572776416285 %<br>I_hv = 0.002573497896879251 kA<br>I_lv = 0.06306545395693255 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:1befe2",
                "ysrc": "azb33:66:aea177",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8fc0c-8f21-11e8-ae81-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,204.77272727272725)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 23<br>I = 6.770197357313499 %<br>I_hv = 0.0009771938166779604 kA<br>I_lv = 0.023624690343621933 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:e7d857",
                "ysrc": "azb33:66:d08cdf",
                "hoverinfo": "text"
            },
            {
                "uid": "27f8febe-8f21-11e8-b092-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,254.77272727272725)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 6<br>I = 11.149840408426826 %<br>I_hv = 0.0016093408403066486 kA<br>I_lv = 0.03943049446307156 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:b947c4",
                "ysrc": "azb33:66:27c579",
                "hoverinfo": "text"
            },
            {
                "uid": "27f9015c-8f21-11e8-a628-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,204.77272727272725)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 12<br>I = 6.772077668868172 %<br>I_hv = 0.0009774652162735232 kA<br>I_lv = 0.02363171628510648 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:e7d857",
                "ysrc": "azb33:66:00503b",
                "hoverinfo": "text"
            },
            {
                "uid": "27f903fa-8f21-11e8-8c21-acde48001122",
                "line": {
                    "color": "rgb(0.0,60.5,255.0)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 30<br>I = 18.44747474118787 %<br>I_hv = 0.0042602618030774565 kA<br>I_lv = 0.1052421274855361 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:cb5f19",
                "ysrc": "azb33:66:44115f",
                "hoverinfo": "text"
            },
            {
                "uid": "27f90670-8f21-11e8-8212-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,227.49999999999997)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 29<br>I = 8.948171482059712 %<br>I_hv = 0.0012915573034805266 kA<br>I_lv = 0.03148758351561084 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:7fbfdc",
                "ysrc": "azb33:66:fccc30",
                "hoverinfo": "text"
            },
            {
                "uid": "27f908a8-8f21-11e8-90ae-acde48001122",
                "line": {
                    "color": "rgb(0.0,20.49999999999997,255.0)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 20<br>I = 14.782757248245378 %<br>I_hv = 0.0034139315506557443 kA<br>I_lv = 0.08408209044209342 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:8d5c83",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f90ada-8f21-11e8-8c45-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,186.5909090909091)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 24<br>I = 5.212404517581385 %<br>I_hv = 0.001895911385351025 kA<br>I_lv = 0.04580783667772019 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:c34eff",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f90ce2-8f21-11e8-b9ee-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,200.22727272727272)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 19<br>I = 6.573311911613206 %<br>I_hv = 0.0015180413606549032 kA<br>I_lv = 0.03667164326309898 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:0320a3",
                "ysrc": "azb33:66:44115f",
                "hoverinfo": "text"
            },
            {
                "uid": "27f90ef4-8f21-11e8-9449-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,200.22727272727272)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 22<br>I = 6.576653238537661 %<br>I_hv = 0.001518813007054617 kA<br>I_lv = 0.036691636197838405 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:b95efb",
                "ysrc": "azb33:66:6b4ef2",
                "hoverinfo": "text"
            },
            {
                "uid": "27f91138-8f21-11e8-b90e-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,200.22727272727272)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 7<br>I = 6.579990259781606 %<br>I_hv = 0.0009497397869375066 kA<br>I_lv = 0.022936036964909347 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:d970e7",
                "ysrc": "azb33:66:d08cdf",
                "hoverinfo": "text"
            },
            {
                "uid": "27f913ae-8f21-11e8-b8ac-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,200.22727272727272)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 2<br>I = 6.578056247154132 %<br>I_hv = 0.001519137018015575 kA<br>I_lv = 0.0367000309051552 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:a61b46",
                "ysrc": "azb33:66:27c579",
                "hoverinfo": "text"
            },
            {
                "uid": "27f9161a-8f21-11e8-a52c-acde48001122",
                "line": {
                    "color": "rgb(0.0,0.0,172.95454545454544)",
                    "width": 3
                },
                "mode": "lines",
                "name": "trafos",
                "text": "Trafo 28<br>I = 4.031481608597084 %<br>I_hv = 0.0005818942479891381 kA<br>I_lv = 0.01373652465382631 kA<br>",
                "type": "scatter",
                "xsrc": "azb33:66:e16677",
                "ysrc": "azb33:66:e47a83",
                "hoverinfo": "text"
            },
            {
                "uid": "27f9189a-8f21-11e8-a1a0-acde48001122",
                "mode": "markers",
                "name": "external_grid",
                "type": "scatter",
                "xsrc": "azb33:66:4e3be3",
                "ysrc": "azb33:66:412a7f",
                "marker": {
                    "size": 20,
                    "color": "grey",
                    "symbol": "square"
                },
                "textsrc": "azb33:66:6852e9",
                "hoverinfo": "text"
            },
            {
                "uid": "27f91b10-8f21-11e8-98c0-acde48001122",
                "mode": "markers",
                "name": "buses",
                "type": "scatter",
                "xsrc": "azb33:66:4452c0",
                "ysrc": "azb33:66:86601b",
                "marker": {
                    "cmax": 1.1,
                    "cmin": 0.9,
                    "size": 10,
                    "cauto": false,
                    "colorbar": {
                        "x": 1,
                        "y": 0.5,
                        "title": "Bus Voltage [pu]",
                        "thickness": 10,
                        "titleside": "right"
                    },
                    "colorsrc": "azb33:66:74932a",
                    "colorscale": "Jet"
                },
                "textsrc": "azb33:66:dd3783",
                "hoverinfo": "text"
            },
            {
                "uid": "27f91d06-8f21-11e8-a8cd-acde48001122",
                "mode": "markers",
                "name": "edge_center",
                "type": "scatter",
                "xsrc": "azb33:66:dc30f9",
                "ysrc": "azb33:66:3ea58a",
                "marker": {
                    "size": 1,
                    "color": "grey",
                    "symbol": "circle"
                },
                "textsrc": "azb33:66:f6b63d",
                "hoverinfo": "text"
            },
            {
                "uid": "27f91ed0-8f21-11e8-aea1-acde48001122",
                "mode": "markers",
                "name": "edge_center",
                "type": "scatter",
                "xsrc": "azb33:66:4e3be3",
                "ysrc": "azb33:66:544ab3",
                "marker": {
                    "size": 1,
                    "color": "grey",
                    "symbol": "circle"
                },
                "textsrc": "azb33:66:df1674",
                "hoverinfo": "text"
            }
        ],
        "frames": [],
        "layout": {
            "width": 700,
            "xaxis": {
                "type": "linear",
                "range": [
                    -15.235228469317285,
                    16.815293828794406
                ],
                "showgrid": false,
                "zeroline": false,
                "autorange": true,
                "showticklabels": false
            },
            "yaxis": {
                "type": "linear",
                "range": [
                    -1.3917094504658678,
                    14.082715345122647
                ],
                "showgrid": false,
                "zeroline": false,
                "autorange": true,
                "showticklabels": false
            },
            "height": 323.395853899309,
            "margin": {
                "b": 5,
                "l": 5,
                "r": 5,
                "t": 5
            },
            "autosize": true,
            "hovermode": "closest",
            "titlefont": {
                "size": 16
            },
            "showlegend": false,
            "breakpoints": []
        }
    },
    "height": 323,
    "width": 700,
    "user": {
        "profile_url": "https://chart-studio.plotly.com/~azb33",
        "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.jpg",
        "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
        "bio": "",
        "nickname": "",
        "website": "",
        "stream_tokens": null,
        "feature_set_id": null,
        "csrf_token": null,
        "date_joined": "2015-05-22 07:57:45",
        "mapbox_access_tokens": null,
        "has_password": null,
        "username": "azb33",
        "email": null,
        "is_active": null,
        "readonly": null,
        "is_dash_creator": null,
        "dash_created_count": null,
        "is_chart_creator": null,
        "charts_created_count": null
    }
}