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?cursor=cD0yMDI0LTA0LTE0KzA5JTNBNTAlM0E0OS40MDY4ODglMkIwMCUzQTAw&format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTE0KzA3JTNBNTYlM0E0OC41NzU2MDklMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xNCswOSUzQTA2JTNBNTkuNTc0NDA4JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-14T09:06:59.574408Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~pragya22/1.embed",
            "fid": "pragya22:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/pragya22/1/9_DROF8V9GLTMECBS5Y3RA9LK6HH4H34.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/pragya22/1/2_X7FRFDP1IT48LX7SQ8KIYN1MCDIS33.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pragya22/1/8_O0KF7NQFMIRRBNH7JE1ZHCY049E1PU.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pragya22/1/9_DROF8V9GLTMECBS5Y3RA9LK6HH4H34.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/pragya22:1",
                "plots": "https://api.plotly.com/v2/plots/pragya22:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=pragya22"
            },
            "owner": "pragya22",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~pragya22/1/",
            "world_readable": true,
            "date_modified": "2024-04-14T09:06:59.586Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~pragya22/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(125,125,125)",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scatter3d",
                        "xsrc": "pragya22:0:79e120",
                        "ysrc": "pragya22:0:4731fe",
                        "zsrc": "pragya22:0:2e4a02",
                        "hoverinfo": "none"
                    },
                    {
                        "mode": "markers",
                        "name": "actors",
                        "type": "scatter3d",
                        "xsrc": "pragya22:0:4ca894",
                        "ysrc": "pragya22:0:15eb5d",
                        "zsrc": "pragya22:0:60b081",
                        "marker": {
                            "line": {
                                "color": "rgb(158,18,130)",
                                "width": 0.5
                            },
                            "size": 6,
                            "symbol": "circle",
                            "colorbar": {
                                "title": {
                                    "text": "Colorbar"
                                }
                            },
                            "colorsrc": "pragya22:0:f41458",
                            "colorscale": [
                                [
                                    0.0,
                                    "#440154"
                                ],
                                [
                                    0.1111111111111111,
                                    "#482878"
                                ],
                                [
                                    0.2222222222222222,
                                    "#3e4989"
                                ],
                                [
                                    0.3333333333333333,
                                    "#31688e"
                                ],
                                [
                                    0.4444444444444444,
                                    "#26828e"
                                ],
                                [
                                    0.5555555555555556,
                                    "#1f9e89"
                                ],
                                [
                                    0.6666666666666666,
                                    "#35b779"
                                ],
                                [
                                    0.7777777777777778,
                                    "#6ece58"
                                ],
                                [
                                    0.8888888888888888,
                                    "#b5de2b"
                                ],
                                [
                                    1.0,
                                    "#fde725"
                                ]
                            ]
                        },
                        "textsrc": "pragya22:0:eda717",
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": {
                                "text": ""
                            },
                            "showgrid": false,
                            "showline": false,
                            "zeroline": false,
                            "showbackground": false,
                            "showticklabels": false
                        },
                        "yaxis": {
                            "title": {
                                "text": ""
                            },
                            "showgrid": false,
                            "showline": false,
                            "zeroline": false,
                            "showbackground": false,
                            "showticklabels": false
                        },
                        "zaxis": {
                            "title": {
                                "text": ""
                            },
                            "showgrid": false,
                            "showline": false,
                            "zeroline": false,
                            "showbackground": false,
                            "showticklabels": false
                        }
                    },
                    "title": {
                        "text": "3D Visualization of the Facebook nodes"
                    },
                    "width": 1000,
                    "height": 1000,
                    "margin": {
                        "t": 100
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "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.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.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.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.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "hovermode": "closest",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0,
                            "y": 0.1,
                            "font": {
                                "size": 14
                            },
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "left",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 1000,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~pragya22",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-14 08:31:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "pragya22",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-14T09:06:48.868096Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~switux/1.embed",
            "fid": "switux:1",
            "filename": "conso 1h",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/switux/1/9_YD8TVA6LV72QT78DXMMEQYAKCOSN7H.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/switux/1/2_8QN6FXHO7BV5AFWUO2XNO4D1B6TJEM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/switux/1/8_XXH4ERY4PJTE30KG6QXKV20ICP2TQF.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/switux/1/9_YD8TVA6LV72QT78DXMMEQYAKCOSN7H.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/switux:1",
                "plots": "https://api.plotly.com/v2/plots/switux:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=switux"
            },
            "owner": "switux",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~switux/1/",
            "world_readable": true,
            "date_modified": "2024-04-14T09:07:26.962Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~switux/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "2024-04-13 23:49:06",
                                "y": " 12.8 "
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "switux:0:6df6d0",
                        "ysrc": "switux:0:be9d6d",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2024-04-13 23:49:08",
                            "2024-04-14 00:49:07"
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            8.377777777777776,
                            84.82222222222222
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "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,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~switux",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-14 09:05:35",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "switux",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-14T09:03:12.779383Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cmalagnino/10.embed",
            "fid": "cmalagnino:10",
            "filename": "sample_disruption_analysis",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cmalagnino:10/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cmalagnino:10/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/cmalagnino:10/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/cmalagnino:10/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cmalagnino:10",
                "plots": "https://api.plotly.com/v2/plots/cmalagnino:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=cmalagnino"
            },
            "owner": "cmalagnino",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 63,
            "web_url": "https://chart-studio.plotly.com/~cmalagnino/10/",
            "world_readable": true,
            "date_modified": "2024-04-14T09:54:57.393Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cmalagnino/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:993c6c",
                        "lonsrc": "cmalagnino:14:81e1ef"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:488eaa",
                        "lonsrc": "cmalagnino:14:b0eab7"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e121b9",
                        "lonsrc": "cmalagnino:14:51b5f7"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:73462e",
                        "lonsrc": "cmalagnino:14:ecd69e"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:17a562",
                        "lonsrc": "cmalagnino:14:3513be"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:23bb7d",
                        "lonsrc": "cmalagnino:14:491fc2"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:217051",
                        "lonsrc": "cmalagnino:14:301a1e"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f717df",
                        "lonsrc": "cmalagnino:14:41b02d"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:985ab0",
                        "lonsrc": "cmalagnino:14:f6f7f1"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:08b6be",
                        "lonsrc": "cmalagnino:14:005839"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:6898d7",
                        "lonsrc": "cmalagnino:14:56ce20"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:706ca3",
                        "lonsrc": "cmalagnino:14:daa6c3"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:c98307",
                        "lonsrc": "cmalagnino:14:b870f3"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:5cc742",
                        "lonsrc": "cmalagnino:14:23389d"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:7b58f9",
                        "lonsrc": "cmalagnino:14:77cbf8"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:dd98c1",
                        "lonsrc": "cmalagnino:14:b9a4b2"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:ccc646",
                        "lonsrc": "cmalagnino:14:e5e08d"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:bd2f9a",
                        "lonsrc": "cmalagnino:14:edb9d0"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:15addf",
                        "lonsrc": "cmalagnino:14:5f063b"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:cc8844",
                        "lonsrc": "cmalagnino:14:a91905"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:00cefe",
                        "lonsrc": "cmalagnino:14:4e4f6d"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:ec737f",
                        "lonsrc": "cmalagnino:14:c56566"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:8866cf",
                        "lonsrc": "cmalagnino:14:617769"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:2e0e45",
                        "lonsrc": "cmalagnino:14:bb7d18"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:639e10",
                        "lonsrc": "cmalagnino:14:c9b0cd"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "Disrupted Edges",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:eb34ed",
                        "lonsrc": "cmalagnino:14:67e8a5"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:704d0e",
                        "lonsrc": "cmalagnino:14:749b29"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3da7f5",
                        "lonsrc": "cmalagnino:14:87c49d"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:901ab5",
                        "lonsrc": "cmalagnino:14:40de1d"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:86b502",
                        "lonsrc": "cmalagnino:14:734eb6"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d57a89",
                        "lonsrc": "cmalagnino:14:1d71e6"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:00a3d5",
                        "lonsrc": "cmalagnino:14:854c81"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d13d3a",
                        "lonsrc": "cmalagnino:14:9d5e67"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3ef1d6",
                        "lonsrc": "cmalagnino:14:3c1e51"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:2f6c17",
                        "lonsrc": "cmalagnino:14:8ad752"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:eaac25",
                        "lonsrc": "cmalagnino:14:03a814"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:7c019a",
                        "lonsrc": "cmalagnino:14:abe924"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:bd2635",
                        "lonsrc": "cmalagnino:14:2b5be4"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d44537",
                        "lonsrc": "cmalagnino:14:7e0ac7"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:eea8a1",
                        "lonsrc": "cmalagnino:14:3cf881"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e58963",
                        "lonsrc": "cmalagnino:14:77d045"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:ac68f5",
                        "lonsrc": "cmalagnino:14:7ecc50"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:8fb874",
                        "lonsrc": "cmalagnino:14:a202e2"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:c5f101",
                        "lonsrc": "cmalagnino:14:384d63"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:4e0ef7",
                        "lonsrc": "cmalagnino:14:ef1750"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:61446e",
                        "lonsrc": "cmalagnino:14:8c9839"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:6dcef4",
                        "lonsrc": "cmalagnino:14:b53157"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:4561fd",
                        "lonsrc": "cmalagnino:14:968a4e"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:a7450b",
                        "lonsrc": "cmalagnino:14:c221e5"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:9edd76",
                        "lonsrc": "cmalagnino:14:7cbbfc"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:7641ee",
                        "lonsrc": "cmalagnino:14:635e54"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:78378e",
                        "lonsrc": "cmalagnino:14:39e538"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:a9ac25",
                        "lonsrc": "cmalagnino:14:f29b44"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:51cb22",
                        "lonsrc": "cmalagnino:14:21fa4f"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:b2bb9a",
                        "lonsrc": "cmalagnino:14:0ca949"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:6493ce",
                        "lonsrc": "cmalagnino:14:96a742"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:7f9332",
                        "lonsrc": "cmalagnino:14:0c0935"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:5fdac9",
                        "lonsrc": "cmalagnino:14:b341a1"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:cf1c22",
                        "lonsrc": "cmalagnino:14:44a416"
                    },
                    {
                        "line": {
                            "color": "#0099CC",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea victoria",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:4d54ba",
                        "lonsrc": "cmalagnino:14:c24449"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:68dd01",
                        "lonsrc": "cmalagnino:14:ea59ef"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:ef1cc5",
                        "lonsrc": "cmalagnino:14:b6afdb"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:8abf7f",
                        "lonsrc": "cmalagnino:14:2e3672"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:6598e9",
                        "lonsrc": "cmalagnino:14:d78858"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d4e8c3",
                        "lonsrc": "cmalagnino:14:436a79"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e141c5",
                        "lonsrc": "cmalagnino:14:29cb85"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:c558c6",
                        "lonsrc": "cmalagnino:14:364178"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:61535e",
                        "lonsrc": "cmalagnino:14:986f22"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:7b3dc1",
                        "lonsrc": "cmalagnino:14:6967a6"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:43fc55",
                        "lonsrc": "cmalagnino:14:c292cf"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:01e216",
                        "lonsrc": "cmalagnino:14:2952ed"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:2c23e0",
                        "lonsrc": "cmalagnino:14:f6d3ba"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:2a4030",
                        "lonsrc": "cmalagnino:14:28b47c"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e067f7",
                        "lonsrc": "cmalagnino:14:5fbd61"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:7e8046",
                        "lonsrc": "cmalagnino:14:69df37"
                    },
                    {
                        "line": {
                            "color": "#66CCCC",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea waterloo-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:515de6",
                        "lonsrc": "cmalagnino:14:973047"
                    },
                    {
                        "line": {
                            "color": "#996633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:955ab8",
                        "lonsrc": "cmalagnino:14:972d4b"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e7b6fe",
                        "lonsrc": "cmalagnino:14:a69890"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:97148c",
                        "lonsrc": "cmalagnino:14:183a33"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:723af1",
                        "lonsrc": "cmalagnino:14:5f451b"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:48fd91",
                        "lonsrc": "cmalagnino:14:963883"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:0c2dc9",
                        "lonsrc": "cmalagnino:14:f66c5e"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e671e3",
                        "lonsrc": "cmalagnino:14:d2ea77"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:26c546",
                        "lonsrc": "cmalagnino:14:8d2c7e"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:617f14",
                        "lonsrc": "cmalagnino:14:fe6e5c"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:feba87",
                        "lonsrc": "cmalagnino:14:e7bef6"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:47ba37",
                        "lonsrc": "cmalagnino:14:aa7357"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:97b5fc",
                        "lonsrc": "cmalagnino:14:f4cfbf"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:fe4c60",
                        "lonsrc": "cmalagnino:14:e69d4c"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:139dd4",
                        "lonsrc": "cmalagnino:14:13f403"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:83f445",
                        "lonsrc": "cmalagnino:14:090697"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:04efcd",
                        "lonsrc": "cmalagnino:14:6f83f5"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:fbd487",
                        "lonsrc": "cmalagnino:14:bc24fc"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d57de7",
                        "lonsrc": "cmalagnino:14:e3d751"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:0c5a6e",
                        "lonsrc": "cmalagnino:14:839528"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:023647",
                        "lonsrc": "cmalagnino:14:4768e0"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:dc4f38",
                        "lonsrc": "cmalagnino:14:6693af"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:b6922b",
                        "lonsrc": "cmalagnino:14:51d7c8"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:2b6c79",
                        "lonsrc": "cmalagnino:14:1476af"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:13b698",
                        "lonsrc": "cmalagnino:14:8dfdf7"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:b6e364",
                        "lonsrc": "cmalagnino:14:a70f78"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:1f8438",
                        "lonsrc": "cmalagnino:14:8d1d8b"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:8e0d20",
                        "lonsrc": "cmalagnino:14:f3e54d"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:843122",
                        "lonsrc": "cmalagnino:14:e84efa"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e4d5aa",
                        "lonsrc": "cmalagnino:14:2e31b6"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:17a733",
                        "lonsrc": "cmalagnino:14:bda060"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:8fa854",
                        "lonsrc": "cmalagnino:14:d65fde"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d1052f",
                        "lonsrc": "cmalagnino:14:5b63f9"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:4f55d4",
                        "lonsrc": "cmalagnino:14:c0b079"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:4c8fb5",
                        "lonsrc": "cmalagnino:14:0bda2b"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:9c7f3a",
                        "lonsrc": "cmalagnino:14:c86d02"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:279787",
                        "lonsrc": "cmalagnino:14:847af1"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f2babe",
                        "lonsrc": "cmalagnino:14:4aa408"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:265092",
                        "lonsrc": "cmalagnino:14:ec2bfb"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:07ad14",
                        "lonsrc": "cmalagnino:14:984f6e"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:007107",
                        "lonsrc": "cmalagnino:14:8739ce"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:6be233",
                        "lonsrc": "cmalagnino:14:5068c1"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:a237c5",
                        "lonsrc": "cmalagnino:14:27ef8a"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:2d7fcf",
                        "lonsrc": "cmalagnino:14:cd999b"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:64cc0c",
                        "lonsrc": "cmalagnino:14:af91c6"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:aee1d0",
                        "lonsrc": "cmalagnino:14:5c498d"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:5206cb",
                        "lonsrc": "cmalagnino:14:ca8da4"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:bef641",
                        "lonsrc": "cmalagnino:14:6beb2d"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:70f091",
                        "lonsrc": "cmalagnino:14:211281"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:9b6366",
                        "lonsrc": "cmalagnino:14:e8e210"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:416f22",
                        "lonsrc": "cmalagnino:14:3e7faa"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:9e4c1e",
                        "lonsrc": "cmalagnino:14:dcbf8d"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:356b0c",
                        "lonsrc": "cmalagnino:14:ad782e"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:7519be",
                        "lonsrc": "cmalagnino:14:1abf77"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:21ea5a",
                        "lonsrc": "cmalagnino:14:90f92d"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:fd9dd7",
                        "lonsrc": "cmalagnino:14:54c981"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f6d8be",
                        "lonsrc": "cmalagnino:14:8ac691"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:87fc30",
                        "lonsrc": "cmalagnino:14:c3850e"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:78a13e",
                        "lonsrc": "cmalagnino:14:1720bb"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:8a759d",
                        "lonsrc": "cmalagnino:14:dfab28"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:9138c8",
                        "lonsrc": "cmalagnino:14:5b41fc"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:7668a8",
                        "lonsrc": "cmalagnino:14:731347"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:5e70ad",
                        "lonsrc": "cmalagnino:14:72081b"
                    },
                    {
                        "line": {
                            "color": "#CC3333",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:696ba4",
                        "lonsrc": "cmalagnino:14:607e5e"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:a19977",
                        "lonsrc": "cmalagnino:14:a1b6c2"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:9e3ae6",
                        "lonsrc": "cmalagnino:14:82f689"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:276f1d",
                        "lonsrc": "cmalagnino:14:5337f4"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e47af3",
                        "lonsrc": "cmalagnino:14:ef4f7e"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:56090f",
                        "lonsrc": "cmalagnino:14:ca9325"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:09c7c4",
                        "lonsrc": "cmalagnino:14:b2496d"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:662212",
                        "lonsrc": "cmalagnino:14:0ab493"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3e6075",
                        "lonsrc": "cmalagnino:14:8c200c"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:c32293",
                        "lonsrc": "cmalagnino:14:c95e9b"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:647032",
                        "lonsrc": "cmalagnino:14:ecc362"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:72f839",
                        "lonsrc": "cmalagnino:14:2668ab"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d78ded",
                        "lonsrc": "cmalagnino:14:ae5733"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f33537",
                        "lonsrc": "cmalagnino:14:d9641d"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f12ec4",
                        "lonsrc": "cmalagnino:14:01ddd8"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:8a3b95",
                        "lonsrc": "cmalagnino:14:42de8a"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:87a742",
                        "lonsrc": "cmalagnino:14:e6ba5c"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:9ea9f2",
                        "lonsrc": "cmalagnino:14:442600"
                    },
                    {
                        "line": {
                            "color": "#0099CC",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea victoria",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:7dc0ee",
                        "lonsrc": "cmalagnino:14:972254"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:de7f77",
                        "lonsrc": "cmalagnino:14:39e019"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f1c294",
                        "lonsrc": "cmalagnino:14:8a835c"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f81114",
                        "lonsrc": "cmalagnino:14:c7388b"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:7fe7a5",
                        "lonsrc": "cmalagnino:14:6e5928"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:5b49df",
                        "lonsrc": "cmalagnino:14:75e5ab"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:015dd1",
                        "lonsrc": "cmalagnino:14:c104ab"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:1f39c0",
                        "lonsrc": "cmalagnino:14:9cf8c7"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:1d2db9",
                        "lonsrc": "cmalagnino:14:1a0e31"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f1118d",
                        "lonsrc": "cmalagnino:14:6338d6"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:8fb24d",
                        "lonsrc": "cmalagnino:14:bae3e5"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:359f51",
                        "lonsrc": "cmalagnino:14:b49b21"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:89ed34",
                        "lonsrc": "cmalagnino:14:454037"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:2b9839",
                        "lonsrc": "cmalagnino:14:45aa07"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:923f71",
                        "lonsrc": "cmalagnino:14:b3e6ff"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:1a60ca",
                        "lonsrc": "cmalagnino:14:aa3592"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d1e32a",
                        "lonsrc": "cmalagnino:14:467626"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f6eb65",
                        "lonsrc": "cmalagnino:14:a32fee"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:2f8029",
                        "lonsrc": "cmalagnino:14:0f91a0"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:4c1cad",
                        "lonsrc": "cmalagnino:14:6beeff"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:604d49",
                        "lonsrc": "cmalagnino:14:8da9b0"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:379166",
                        "lonsrc": "cmalagnino:14:aeb236"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:914f6b",
                        "lonsrc": "cmalagnino:14:d47f4e"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:2163b1",
                        "lonsrc": "cmalagnino:14:11d003"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:68f50c",
                        "lonsrc": "cmalagnino:14:d66f33"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:2ec308",
                        "lonsrc": "cmalagnino:14:a5a8c1"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:74ca6e",
                        "lonsrc": "cmalagnino:14:14c750"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:50ab8a",
                        "lonsrc": "cmalagnino:14:1adc11"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:9b4e5b",
                        "lonsrc": "cmalagnino:14:30657c"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:69e301",
                        "lonsrc": "cmalagnino:14:0b1011"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:cb6292",
                        "lonsrc": "cmalagnino:14:1f4eb8"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:98d25d",
                        "lonsrc": "cmalagnino:14:12b2b1"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:ea91e1",
                        "lonsrc": "cmalagnino:14:195e92"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:fda677",
                        "lonsrc": "cmalagnino:14:388e22"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f6481e",
                        "lonsrc": "cmalagnino:14:3997e8"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3ac4d1",
                        "lonsrc": "cmalagnino:14:78573f"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:6ea2d5",
                        "lonsrc": "cmalagnino:14:b21ff9"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:dc2380",
                        "lonsrc": "cmalagnino:14:7cfc6b"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:a290ca",
                        "lonsrc": "cmalagnino:14:c5c44e"
                    },
                    {
                        "line": {
                            "color": "#FFCC00",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:b834fe",
                        "lonsrc": "cmalagnino:14:272809"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:faa461",
                        "lonsrc": "cmalagnino:14:19aefe"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:ce4fbc",
                        "lonsrc": "cmalagnino:14:3fe347"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:094e03",
                        "lonsrc": "cmalagnino:14:7708bd"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:6b89af",
                        "lonsrc": "cmalagnino:14:8670c1"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:62fb72",
                        "lonsrc": "cmalagnino:14:4e1362"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:de02d0",
                        "lonsrc": "cmalagnino:14:736bd0"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:9fd3cb",
                        "lonsrc": "cmalagnino:14:16d0c3"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e661e8",
                        "lonsrc": "cmalagnino:14:e652f1"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:536d5f",
                        "lonsrc": "cmalagnino:14:e90f40"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:0bb0a8",
                        "lonsrc": "cmalagnino:14:107382"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:b986fd",
                        "lonsrc": "cmalagnino:14:3ed1e4"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:ed9a66",
                        "lonsrc": "cmalagnino:14:54e359"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:c3f9fe",
                        "lonsrc": "cmalagnino:14:a91e4a"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:978fc8",
                        "lonsrc": "cmalagnino:14:e83918"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3e1cf0",
                        "lonsrc": "cmalagnino:14:381532"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:31f4d8",
                        "lonsrc": "cmalagnino:14:95ce3b"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:5d18f5",
                        "lonsrc": "cmalagnino:14:9d899a"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:369ed6",
                        "lonsrc": "cmalagnino:14:f4ba68"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:568972",
                        "lonsrc": "cmalagnino:14:a54ca2"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f21e27",
                        "lonsrc": "cmalagnino:14:9f42f8"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:18f6b2",
                        "lonsrc": "cmalagnino:14:7031ee"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:21aee3",
                        "lonsrc": "cmalagnino:14:81d9cf"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:311175",
                        "lonsrc": "cmalagnino:14:9c34e6"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:9e763e",
                        "lonsrc": "cmalagnino:14:feb116"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3eb6c4",
                        "lonsrc": "cmalagnino:14:dd86f0"
                    },
                    {
                        "line": {
                            "color": "#CC9999",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:9386b5",
                        "lonsrc": "cmalagnino:14:0db038"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:6dddc0",
                        "lonsrc": "cmalagnino:14:592f74"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:c35fe0",
                        "lonsrc": "cmalagnino:14:89b2ff"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:43a5e9",
                        "lonsrc": "cmalagnino:14:bc60b0"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d5b19c",
                        "lonsrc": "cmalagnino:14:f4ce91"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:1370c9",
                        "lonsrc": "cmalagnino:14:67b3ac"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d3cc06",
                        "lonsrc": "cmalagnino:14:7cf186"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:68c28d",
                        "lonsrc": "cmalagnino:14:42d9fd"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:1bfd5d",
                        "lonsrc": "cmalagnino:14:bdc3fa"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:2ec60f",
                        "lonsrc": "cmalagnino:14:91457d"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e4072e",
                        "lonsrc": "cmalagnino:14:59b437"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:8b2332",
                        "lonsrc": "cmalagnino:14:35879f"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:ba24e6",
                        "lonsrc": "cmalagnino:14:43d209"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:5fa41d",
                        "lonsrc": "cmalagnino:14:f61504"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:783a33",
                        "lonsrc": "cmalagnino:14:daf050"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:fedb38",
                        "lonsrc": "cmalagnino:14:4f1eb7"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:a5065a",
                        "lonsrc": "cmalagnino:14:20fcae"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:bb2de7",
                        "lonsrc": "cmalagnino:14:69dff5"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:c54b13",
                        "lonsrc": "cmalagnino:14:8536df"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:64c80e",
                        "lonsrc": "cmalagnino:14:7db835"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:932824",
                        "lonsrc": "cmalagnino:14:6a3a5c"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:b21705",
                        "lonsrc": "cmalagnino:14:07616a"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:130943",
                        "lonsrc": "cmalagnino:14:c0b849"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:869608",
                        "lonsrc": "cmalagnino:14:8b8d65"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3bf926",
                        "lonsrc": "cmalagnino:14:e2500b"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:ae4800",
                        "lonsrc": "cmalagnino:14:edd4ed"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:b8b025",
                        "lonsrc": "cmalagnino:14:14cfcf"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:89179f",
                        "lonsrc": "cmalagnino:14:5a6c3a"
                    },
                    {
                        "line": {
                            "color": "#006633",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:8d749f",
                        "lonsrc": "cmalagnino:14:1078ab"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:0c3fb9",
                        "lonsrc": "cmalagnino:14:d767dc"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e287e3",
                        "lonsrc": "cmalagnino:14:075bdb"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:99be26",
                        "lonsrc": "cmalagnino:14:e3aed1"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:fd1b9c",
                        "lonsrc": "cmalagnino:14:c72596"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:b90e3c",
                        "lonsrc": "cmalagnino:14:6eac8a"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d3c587",
                        "lonsrc": "cmalagnino:14:e40beb"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:587cc9",
                        "lonsrc": "cmalagnino:14:143564"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:b989dd",
                        "lonsrc": "cmalagnino:14:caa6b3"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:05eb06",
                        "lonsrc": "cmalagnino:14:b41b30"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:1c7142",
                        "lonsrc": "cmalagnino:14:e416fb"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:b3be61",
                        "lonsrc": "cmalagnino:14:09ad4c"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3b58e8",
                        "lonsrc": "cmalagnino:14:50e5fe"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:14d0ee",
                        "lonsrc": "cmalagnino:14:36b5c7"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e51707",
                        "lonsrc": "cmalagnino:14:218296"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:5048d8",
                        "lonsrc": "cmalagnino:14:9e43ec"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:90d94f",
                        "lonsrc": "cmalagnino:14:d07e9b"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:5363d3",
                        "lonsrc": "cmalagnino:14:445e3b"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:b04e66",
                        "lonsrc": "cmalagnino:14:33bdc6"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:85b7c9",
                        "lonsrc": "cmalagnino:14:a1d9da"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:ce500b",
                        "lonsrc": "cmalagnino:14:17c01a"
                    },
                    {
                        "line": {
                            "color": "#868F98",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3cdba9",
                        "lonsrc": "cmalagnino:14:b30a51"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:b8942b",
                        "lonsrc": "cmalagnino:14:dba07e"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:4c884b",
                        "lonsrc": "cmalagnino:14:96f948"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:1d71d3",
                        "lonsrc": "cmalagnino:14:023e45"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:efd210",
                        "lonsrc": "cmalagnino:14:3fd3f8"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:36c198",
                        "lonsrc": "cmalagnino:14:3c99a6"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:873538",
                        "lonsrc": "cmalagnino:14:a40cee"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3cefb7",
                        "lonsrc": "cmalagnino:14:c20d63"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:5b6991",
                        "lonsrc": "cmalagnino:14:117f59"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:c99c96",
                        "lonsrc": "cmalagnino:14:90037c"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:c3aee1",
                        "lonsrc": "cmalagnino:14:a531c2"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:386629",
                        "lonsrc": "cmalagnino:14:73ebb0"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:7d7f2e",
                        "lonsrc": "cmalagnino:14:672f47"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:4bfddf",
                        "lonsrc": "cmalagnino:14:38fd34"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:7afa31",
                        "lonsrc": "cmalagnino:14:52b482"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:b4ef61",
                        "lonsrc": "cmalagnino:14:17e66b"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d5a118",
                        "lonsrc": "cmalagnino:14:0c8ec9"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:87d7cc",
                        "lonsrc": "cmalagnino:14:2e4f16"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d50425",
                        "lonsrc": "cmalagnino:14:dece71"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:580551",
                        "lonsrc": "cmalagnino:14:31fd84"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:ad7cdf",
                        "lonsrc": "cmalagnino:14:e40e74"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:c29be0",
                        "lonsrc": "cmalagnino:14:880ac4"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:1af5cd",
                        "lonsrc": "cmalagnino:14:f1cd00"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:bbf394",
                        "lonsrc": "cmalagnino:14:7a885c"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e5fb71",
                        "lonsrc": "cmalagnino:14:d1a0d3"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f344a9",
                        "lonsrc": "cmalagnino:14:ae0564"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3f0e17",
                        "lonsrc": "cmalagnino:14:c84ee5"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:bc9adf",
                        "lonsrc": "cmalagnino:14:985420"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:8bbab0",
                        "lonsrc": "cmalagnino:14:231e76"
                    },
                    {
                        "line": {
                            "color": "#660066",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:61c1a7",
                        "lonsrc": "cmalagnino:14:5e2a6c"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:6dbce4",
                        "lonsrc": "cmalagnino:14:7a355b"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3747dc",
                        "lonsrc": "cmalagnino:14:db701d"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e6f53c",
                        "lonsrc": "cmalagnino:14:13bf24"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:075527",
                        "lonsrc": "cmalagnino:14:a7c9c2"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:7f2080",
                        "lonsrc": "cmalagnino:14:5c71c2"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:5e38f5",
                        "lonsrc": "cmalagnino:14:dfa14b"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:287d76",
                        "lonsrc": "cmalagnino:14:a9bab1"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:ab9b57",
                        "lonsrc": "cmalagnino:14:d415ff"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:66ca04",
                        "lonsrc": "cmalagnino:14:b8bf9e"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:55057f",
                        "lonsrc": "cmalagnino:14:4ab5c9"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:7d4073",
                        "lonsrc": "cmalagnino:14:29103b"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:1b95a4",
                        "lonsrc": "cmalagnino:14:98a70b"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e809d5",
                        "lonsrc": "cmalagnino:14:37df73"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3b7ee8",
                        "lonsrc": "cmalagnino:14:3a8f78"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:5148d7",
                        "lonsrc": "cmalagnino:14:0e1088"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:03f45d",
                        "lonsrc": "cmalagnino:14:d7ca52"
                    },
                    {
                        "line": {
                            "color": "#0099CC",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea victoria",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:c1ee4a",
                        "lonsrc": "cmalagnino:14:03a9d2"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:2293b4",
                        "lonsrc": "cmalagnino:14:04401a"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:13eee6",
                        "lonsrc": "cmalagnino:14:f1354d"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:989c57",
                        "lonsrc": "cmalagnino:14:f6caf0"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f1f694",
                        "lonsrc": "cmalagnino:14:304ce2"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:89c6c1",
                        "lonsrc": "cmalagnino:14:2c4055"
                    },
                    {
                        "line": {
                            "color": "#0099CC",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea victoria",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:761ba7",
                        "lonsrc": "cmalagnino:14:fcfa02"
                    },
                    {
                        "line": {
                            "color": "#0099CC",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea victoria",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:6e7d9a",
                        "lonsrc": "cmalagnino:14:9ece92"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:bc10f9",
                        "lonsrc": "cmalagnino:14:a497b3"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f889d4",
                        "lonsrc": "cmalagnino:14:125e66"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:ec3df0",
                        "lonsrc": "cmalagnino:14:41f209"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3eb4cf",
                        "lonsrc": "cmalagnino:14:dbd927"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:46e28c",
                        "lonsrc": "cmalagnino:14:48f767"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:b2aa58",
                        "lonsrc": "cmalagnino:14:a0cdc9"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e2af94",
                        "lonsrc": "cmalagnino:14:ab7246"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d862df",
                        "lonsrc": "cmalagnino:14:0ed8ae"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:524b38",
                        "lonsrc": "cmalagnino:14:0e291d"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f54c51",
                        "lonsrc": "cmalagnino:14:8cee5d"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:aa068c",
                        "lonsrc": "cmalagnino:14:205ac0"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d8b398",
                        "lonsrc": "cmalagnino:14:a035d0"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e7d203",
                        "lonsrc": "cmalagnino:14:81e94e"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:5158e4",
                        "lonsrc": "cmalagnino:14:2fe973"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:fb61e4",
                        "lonsrc": "cmalagnino:14:221d65"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:12e4e7",
                        "lonsrc": "cmalagnino:14:a0cd5d"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:cead43",
                        "lonsrc": "cmalagnino:14:6034d8"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:8fdb02",
                        "lonsrc": "cmalagnino:14:5327cc"
                    },
                    {
                        "line": {
                            "color": "#000000",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3d57c8",
                        "lonsrc": "cmalagnino:14:5929be"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:2ab6e5",
                        "lonsrc": "cmalagnino:14:69d48f"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:0a553b",
                        "lonsrc": "cmalagnino:14:3a0616"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:4a943a",
                        "lonsrc": "cmalagnino:14:57f498"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:380692",
                        "lonsrc": "cmalagnino:14:0ac3a2"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:f97b37",
                        "lonsrc": "cmalagnino:14:cfe32f"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:bcc3d7",
                        "lonsrc": "cmalagnino:14:721cad"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:190fb9",
                        "lonsrc": "cmalagnino:14:61b977"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:a869fb",
                        "lonsrc": "cmalagnino:14:11d692"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:65f114",
                        "lonsrc": "cmalagnino:14:71299f"
                    },
                    {
                        "line": {
                            "color": "#0099CC",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea victoria",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d6e272",
                        "lonsrc": "cmalagnino:14:06843e"
                    },
                    {
                        "line": {
                            "color": "#0099CC",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea victoria",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:0ae69d",
                        "lonsrc": "cmalagnino:14:049390"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:c6baed",
                        "lonsrc": "cmalagnino:14:b26be4"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:2ceac3",
                        "lonsrc": "cmalagnino:14:270083"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:a6b64b",
                        "lonsrc": "cmalagnino:14:038380"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:967b8e",
                        "lonsrc": "cmalagnino:14:d3bf49"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:da9894",
                        "lonsrc": "cmalagnino:14:9c0ba6"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:75da55",
                        "lonsrc": "cmalagnino:14:cb20a5"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:386569",
                        "lonsrc": "cmalagnino:14:a254fe"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:b47325",
                        "lonsrc": "cmalagnino:14:99ce41"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:e09cba",
                        "lonsrc": "cmalagnino:14:80a36c"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:1422fd",
                        "lonsrc": "cmalagnino:14:a7c138"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:3bb5da",
                        "lonsrc": "cmalagnino:14:ca8c01"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:a9ce31",
                        "lonsrc": "cmalagnino:14:35b0cf"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:0f32e2",
                        "lonsrc": "cmalagnino:14:2a67f2"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:74e098",
                        "lonsrc": "cmalagnino:14:e269f5"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:4917c7",
                        "lonsrc": "cmalagnino:14:dc4382"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:6fa561",
                        "lonsrc": "cmalagnino:14:a915f0"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:07c16e",
                        "lonsrc": "cmalagnino:14:3a6c81"
                    },
                    {
                        "line": {
                            "color": "#000099",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:48f673",
                        "lonsrc": "cmalagnino:14:24a860"
                    },
                    {
                        "line": {
                            "color": "#0099CC",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea victoria",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:c7323e",
                        "lonsrc": "cmalagnino:14:380e78"
                    },
                    {
                        "line": {
                            "color": "#0099CC",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea victoria",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:105e4f",
                        "lonsrc": "cmalagnino:14:1f9a81"
                    },
                    {
                        "line": {
                            "color": "#0099CC",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea victoria",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:50c9ff",
                        "lonsrc": "cmalagnino:14:5d5527"
                    },
                    {
                        "line": {
                            "color": "#0099CC",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "Linea victoria",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:2821f2",
                        "lonsrc": "cmalagnino:14:578b6b"
                    },
                    {
                        "mode": "markers",
                        "name": "Stazioni",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:359b14",
                        "lonsrc": "cmalagnino:14:1ac723",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "textsrc": "cmalagnino:14:3c3e16"
                    },
                    {
                        "mode": "markers",
                        "name": "Stazioni",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:14:d54efc",
                        "lonsrc": "cmalagnino:14:47afa6",
                        "marker": {
                            "size": 10,
                            "color": "darkred"
                        },
                        "textsrc": "cmalagnino:14:ee459b"
                    }
                ],
                "layout": {
                    "mapbox": {
                        "zoom": 10,
                        "style": "carto-positron",
                        "center": {
                            "lat": 51.553675,
                            "lon": -0.1801825
                        }
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "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.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.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.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.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.05,
                            "y": 0.9,
                            "text": "# Disruped Stations: <b>3</b><br><br># Disrupted Edges: <b>26</b><br><br># Connected Components: <b>2</b><br><br>",
                            "align": "left",
                            "bgcolor": "#FF999C",
                            "opacity": 0.9,
                            "showarrow": false,
                            "bordercolor": "red"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cmalagnino",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.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": "2024-04-14 08:21:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cmalagnino",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-14T08:56:59.979911Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cmalagnino/7.embed",
            "fid": "cmalagnino:7",
            "filename": "sample_tube_navigator_path",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/7/9_GC3M7MWSQJVIGG74XD92S5QK860C40.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/7/2_LTVF1QA04D7CU2EW2SQCSWR580HXZ6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/7/8_GEU99JAOD6EHFXK6321GESZI0ILSQC.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/7/9_GC3M7MWSQJVIGG74XD92S5QK860C40.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cmalagnino:7",
                "plots": "https://api.plotly.com/v2/plots/cmalagnino:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=cmalagnino"
            },
            "owner": "cmalagnino",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 54,
            "web_url": "https://chart-studio.plotly.com/~cmalagnino/7/",
            "world_readable": true,
            "date_modified": "2024-04-14T08:59:41.068Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cmalagnino/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:4297f4",
                        "lonsrc": "cmalagnino:8:ce8ae0",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:676cfe",
                        "lonsrc": "cmalagnino:8:af751c",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:90cb7e",
                        "lonsrc": "cmalagnino:8:423bb7",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:f8e259",
                        "lonsrc": "cmalagnino:8:33f0e0",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:a8375b",
                        "lonsrc": "cmalagnino:8:e0f690",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:d4979b",
                        "lonsrc": "cmalagnino:8:e2222a",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:bfe25c",
                        "lonsrc": "cmalagnino:8:765605",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:7bc882",
                        "lonsrc": "cmalagnino:8:49dee4",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:46e200",
                        "lonsrc": "cmalagnino:8:71e2ec",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "victoria",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:a0244f",
                        "lonsrc": "cmalagnino:8:3b6cef",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "waterloo-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:872998",
                        "lonsrc": "cmalagnino:8:24fc03",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "green",
                            "width": 2
                        },
                        "mode": "lines",
                        "name": "Start to First Station",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:9500d8",
                        "lonsrc": "cmalagnino:8:605aaf"
                    },
                    {
                        "line": {
                            "width": 2
                        },
                        "mode": "lines",
                        "name": "Metro Path",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:686d28",
                        "lonsrc": "cmalagnino:8:547ee3",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        }
                    },
                    {
                        "mode": "lines",
                        "name": "Last Station to End",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:7480ad",
                        "lonsrc": "cmalagnino:8:5bb999",
                        "marker": {
                            "color": "green"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "Start Point",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:8328c0",
                        "lonsrc": "cmalagnino:8:909d95",
                        "marker": {
                            "size": 9,
                            "color": "red"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "End Point",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:b334aa",
                        "lonsrc": "cmalagnino:8:548222",
                        "marker": {
                            "size": 9,
                            "color": "indigo"
                        }
                    },
                    {
                        "mode": "markers",
                        "name": "stations",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:8:b72b74",
                        "lonsrc": "cmalagnino:8:588319",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "textsrc": "cmalagnino:8:c86278",
                        "showlegend": false
                    }
                ],
                "layout": {
                    "legend": {
                        "x": 1,
                        "y": 0
                    },
                    "mapbox": {
                        "zoom": 9,
                        "style": "carto-positron",
                        "center": {
                            "lat": 51.511641999999995,
                            "lon": -0.12674699999999994
                        }
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "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.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.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.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.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "hovermode": "closest",
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 0.05,
                            "y": 0.9,
                            "text": "Walking Distance: <b>0.673</b> km<br><br>Tube Distance: <b>20.341</b> km",
                            "align": "left",
                            "bgcolor": "lightblue",
                            "opacity": 0.9,
                            "showarrow": false,
                            "bordercolor": "#c7c7c7"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cmalagnino",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.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": "2024-04-14 08:21:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cmalagnino",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-14T08:50:30.349324Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cmalagnino/5.embed",
            "fid": "cmalagnino:5",
            "filename": "interactive_lines_centrality",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/5/9_N8UOG0KD01364AWXDXU5K8KJ2XTE7F.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/5/2_EKMNQ3LMDG4GRBYLY2SY9Y33I5AO3Z.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/5/8_UJIYAZHQZTLQKX95P1MOF0WDXMAN7A.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/5/9_N8UOG0KD01364AWXDXU5K8KJ2XTE7F.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cmalagnino:5",
                "plots": "https://api.plotly.com/v2/plots/cmalagnino:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=cmalagnino"
            },
            "owner": "cmalagnino",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 54,
            "web_url": "https://chart-studio.plotly.com/~cmalagnino/5/",
            "world_readable": true,
            "date_modified": "2024-04-14T08:50:30.360Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cmalagnino/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "#996633"
                        },
                        "mode": "lines",
                        "name": "bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:4:b5e036",
                        "lonsrc": "cmalagnino:4:bf6d21"
                    },
                    {
                        "line": {
                            "color": "#CC3333"
                        },
                        "mode": "lines",
                        "name": "central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:4:d8eec1",
                        "lonsrc": "cmalagnino:4:9c7bbd"
                    },
                    {
                        "line": {
                            "color": "#FFCC00"
                        },
                        "mode": "lines",
                        "name": "circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:4:095ff5",
                        "lonsrc": "cmalagnino:4:ecdd47"
                    },
                    {
                        "line": {
                            "color": "#006633"
                        },
                        "mode": "lines",
                        "name": "district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:4:30e7bc",
                        "lonsrc": "cmalagnino:4:f9b755"
                    },
                    {
                        "line": {
                            "color": "#CC9999"
                        },
                        "mode": "lines",
                        "name": "hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:4:f4dacf",
                        "lonsrc": "cmalagnino:4:8a52e7"
                    },
                    {
                        "line": {
                            "color": "#868F98"
                        },
                        "mode": "lines",
                        "name": "jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:4:298490",
                        "lonsrc": "cmalagnino:4:0edadf"
                    },
                    {
                        "line": {
                            "color": "#660066"
                        },
                        "mode": "lines",
                        "name": "metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:4:0e57ab",
                        "lonsrc": "cmalagnino:4:2d6218"
                    },
                    {
                        "line": {
                            "color": "#000000"
                        },
                        "mode": "lines",
                        "name": "northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:4:f41b37",
                        "lonsrc": "cmalagnino:4:cad5b9"
                    },
                    {
                        "line": {
                            "color": "#000099"
                        },
                        "mode": "lines",
                        "name": "piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:4:9f146b",
                        "lonsrc": "cmalagnino:4:7489d6"
                    },
                    {
                        "line": {
                            "color": "#0099CC"
                        },
                        "mode": "lines",
                        "name": "victoria",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:4:03918f",
                        "lonsrc": "cmalagnino:4:6e594e"
                    },
                    {
                        "line": {
                            "color": "#66CCCC"
                        },
                        "mode": "lines",
                        "name": "waterloo-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:4:8a8759",
                        "lonsrc": "cmalagnino:4:66e1a3"
                    },
                    {
                        "mode": "markers",
                        "name": "stations",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:4:91b4bd",
                        "lonsrc": "cmalagnino:4:a3de17",
                        "marker": {
                            "color": "black",
                            "sizesrc": "cmalagnino:4:d83533"
                        },
                        "textsrc": "cmalagnino:4:772736"
                    }
                ],
                "layout": {
                    "legend": {
                        "x": 1,
                        "y": 0
                    },
                    "mapbox": {
                        "zoom": 9,
                        "style": "carto-positron",
                        "center": {
                            "lat": 51.553675,
                            "lon": -0.1801825
                        }
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "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.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.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.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.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cmalagnino",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.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": "2024-04-14 08:21:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cmalagnino",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-14T08:50:00.889310Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cmalagnino/3.embed",
            "fid": "cmalagnino:3",
            "filename": "interactive_betweenness_centrality",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/3/9_2F6XW5AJDWDFLN7GOI26VR76B8U0EG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/3/2_JS1E713NCXTZ6K88PS4OJ8N5TJ6C7C.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/3/8_GBU12ENSXWR0YWTJ3DUWOC2YS97J4K.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/3/9_2F6XW5AJDWDFLN7GOI26VR76B8U0EG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cmalagnino:3",
                "plots": "https://api.plotly.com/v2/plots/cmalagnino:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=cmalagnino"
            },
            "owner": "cmalagnino",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 60,
            "web_url": "https://chart-studio.plotly.com/~cmalagnino/3/",
            "world_readable": true,
            "date_modified": "2024-04-14T08:50:00.900Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cmalagnino/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "#996633"
                        },
                        "mode": "lines",
                        "name": "bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:2:8e5407",
                        "lonsrc": "cmalagnino:2:ded003"
                    },
                    {
                        "line": {
                            "color": "#CC3333"
                        },
                        "mode": "lines",
                        "name": "central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:2:203d8a",
                        "lonsrc": "cmalagnino:2:88ad2c"
                    },
                    {
                        "line": {
                            "color": "#FFCC00"
                        },
                        "mode": "lines",
                        "name": "circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:2:01cdbb",
                        "lonsrc": "cmalagnino:2:f5e022"
                    },
                    {
                        "line": {
                            "color": "#006633"
                        },
                        "mode": "lines",
                        "name": "district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:2:6e34fd",
                        "lonsrc": "cmalagnino:2:6c66cf"
                    },
                    {
                        "line": {
                            "color": "#CC9999"
                        },
                        "mode": "lines",
                        "name": "hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:2:51a039",
                        "lonsrc": "cmalagnino:2:982ebc"
                    },
                    {
                        "line": {
                            "color": "#868F98"
                        },
                        "mode": "lines",
                        "name": "jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:2:dd6425",
                        "lonsrc": "cmalagnino:2:8665e3"
                    },
                    {
                        "line": {
                            "color": "#660066"
                        },
                        "mode": "lines",
                        "name": "metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:2:196b09",
                        "lonsrc": "cmalagnino:2:5857ed"
                    },
                    {
                        "line": {
                            "color": "#000000"
                        },
                        "mode": "lines",
                        "name": "northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:2:0d400d",
                        "lonsrc": "cmalagnino:2:efe4de"
                    },
                    {
                        "line": {
                            "color": "#000099"
                        },
                        "mode": "lines",
                        "name": "piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:2:409d7e",
                        "lonsrc": "cmalagnino:2:c50972"
                    },
                    {
                        "line": {
                            "color": "#0099CC"
                        },
                        "mode": "lines",
                        "name": "victoria",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:2:6f9e89",
                        "lonsrc": "cmalagnino:2:ad3f8b"
                    },
                    {
                        "line": {
                            "color": "#66CCCC"
                        },
                        "mode": "lines",
                        "name": "waterloo-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:2:8e7e79",
                        "lonsrc": "cmalagnino:2:a3a80a"
                    },
                    {
                        "mode": "markers",
                        "name": "stations",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:2:e1c04d",
                        "lonsrc": "cmalagnino:2:1ebb15",
                        "marker": {
                            "color": "black",
                            "sizesrc": "cmalagnino:2:80dec0"
                        },
                        "textsrc": "cmalagnino:2:02feac"
                    }
                ],
                "layout": {
                    "legend": {
                        "x": 1,
                        "y": 0
                    },
                    "mapbox": {
                        "zoom": 9,
                        "style": "carto-positron",
                        "center": {
                            "lat": 51.553675,
                            "lon": -0.1801825
                        }
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "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.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.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.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.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cmalagnino",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.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": "2024-04-14 08:21:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cmalagnino",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-14T08:33:08.360042Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cmalagnino/1.embed",
            "fid": "cmalagnino:1",
            "filename": "interactive_tube_network",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/1/9_YRYRN5CBC3IQU8ZVUTX8DPT9QRVS52.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/1/2_2IDRPZBNM02BYK392BVK48PFJB9MQ2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/1/8_3LIVQU1F9UC48S7QF6HEJQ6MN0XLZT.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cmalagnino/1/9_YRYRN5CBC3IQU8ZVUTX8DPT9QRVS52.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cmalagnino:1",
                "plots": "https://api.plotly.com/v2/plots/cmalagnino:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=cmalagnino"
            },
            "owner": "cmalagnino",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 63,
            "web_url": "https://chart-studio.plotly.com/~cmalagnino/1/",
            "world_readable": true,
            "date_modified": "2024-04-14T11:19:53.828Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cmalagnino/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "#996633"
                        },
                        "mode": "lines",
                        "name": "bakerloo",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:17:aa648f",
                        "lonsrc": "cmalagnino:17:d0c80f"
                    },
                    {
                        "line": {
                            "color": "#CC3333"
                        },
                        "mode": "lines",
                        "name": "central",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:17:55269c",
                        "lonsrc": "cmalagnino:17:d6008a"
                    },
                    {
                        "line": {
                            "color": "#FFCC00"
                        },
                        "mode": "lines",
                        "name": "circle",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:17:231536",
                        "lonsrc": "cmalagnino:17:a6c073"
                    },
                    {
                        "line": {
                            "color": "#006633"
                        },
                        "mode": "lines",
                        "name": "district",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:17:cfd6c6",
                        "lonsrc": "cmalagnino:17:792ca8"
                    },
                    {
                        "line": {
                            "color": "#CC9999"
                        },
                        "mode": "lines",
                        "name": "hammersmith-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:17:c449e2",
                        "lonsrc": "cmalagnino:17:eb2bcc"
                    },
                    {
                        "line": {
                            "color": "#868F98"
                        },
                        "mode": "lines",
                        "name": "jubilee",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:17:33384c",
                        "lonsrc": "cmalagnino:17:e23414"
                    },
                    {
                        "line": {
                            "color": "#660066"
                        },
                        "mode": "lines",
                        "name": "metropolitan",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:17:7b3bd5",
                        "lonsrc": "cmalagnino:17:99da10"
                    },
                    {
                        "line": {
                            "color": "#000000"
                        },
                        "mode": "lines",
                        "name": "northern",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:17:1686b9",
                        "lonsrc": "cmalagnino:17:269e85"
                    },
                    {
                        "line": {
                            "color": "#000099"
                        },
                        "mode": "lines",
                        "name": "piccadilly",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:17:b4c789",
                        "lonsrc": "cmalagnino:17:b5721e"
                    },
                    {
                        "line": {
                            "color": "#0099CC"
                        },
                        "mode": "lines",
                        "name": "victoria",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:17:8ec263",
                        "lonsrc": "cmalagnino:17:7e2ec7"
                    },
                    {
                        "line": {
                            "color": "#66CCCC"
                        },
                        "mode": "lines",
                        "name": "waterloo-city",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:17:d6d2e4",
                        "lonsrc": "cmalagnino:17:e02962"
                    },
                    {
                        "mode": "markers",
                        "name": "stations",
                        "type": "scattermapbox",
                        "latsrc": "cmalagnino:17:908680",
                        "lonsrc": "cmalagnino:17:8c40a9",
                        "marker": {
                            "size": 6,
                            "color": "black"
                        },
                        "textsrc": "cmalagnino:17:10269b"
                    }
                ],
                "layout": {
                    "legend": {
                        "x": 1,
                        "y": 0
                    },
                    "mapbox": {
                        "zoom": 9,
                        "style": "carto-positron",
                        "center": {
                            "lat": 51.553675,
                            "lon": -0.1801825
                        }
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "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.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.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.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.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cmalagnino",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.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": "2024-04-14 08:21:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cmalagnino",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-14T08:22:09.956075Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~vbhvsingh0/689.embed",
            "fid": "vbhvsingh0:689",
            "filename": "liicalch_singsandtripsv2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/vbhvsingh0/689/9_O8CMF441TMOKLIQEAG6GN3YJ6RQC9Y.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/vbhvsingh0/689/2_HVB9GTKCATQ3EC6NHVW8RIJ2ASW8OV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vbhvsingh0/689/8_DBXYUGGWRNOU174S7LW5J0JKSGWJ1S.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vbhvsingh0/689/9_O8CMF441TMOKLIQEAG6GN3YJ6RQC9Y.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/vbhvsingh0:689",
                "plots": "https://api.plotly.com/v2/plots/vbhvsingh0:689",
                "parent": "https://api.plotly.com/v2/folders/home?user=vbhvsingh0"
            },
            "owner": "vbhvsingh0",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~vbhvsingh0/689/",
            "world_readable": true,
            "date_modified": "2024-04-14T08:22:09.966Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~vbhvsingh0/689/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "1 <sup>1</sup>B<sub>1</sub>",
                        "type": "scatter",
                        "xsrc": "vbhvsingh0:688:0bdbd2",
                        "ysrc": "vbhvsingh0:688:7db761",
                        "marker": {
                            "color": "rgb(206, 96, 233)"
                        },
                        "visible": true
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "1 <sup>1</sup>A<sub>1</sub>",
                        "type": "scatter",
                        "xsrc": "vbhvsingh0:688:0bdbd2",
                        "ysrc": "vbhvsingh0:688:0ff880",
                        "marker": {
                            "color": "rgb(59, 79, 239)"
                        },
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "2 <sup>1</sup>A<sub>1</sub>",
                        "type": "scatter",
                        "xsrc": "vbhvsingh0:688:0bdbd2",
                        "ysrc": "vbhvsingh0:688:fa7d2c",
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "E"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "1 <sup>1</sup>A<sub>2</sub>",
                        "type": "scatter",
                        "xsrc": "vbhvsingh0:688:0bdbd2",
                        "ysrc": "vbhvsingh0:688:d87fd2",
                        "marker": {
                            "color": "rgb(155, 147, 132)"
                        },
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "F"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "3 <sup>1</sup>A<sub>1</sub>",
                        "type": "scatter",
                        "xsrc": "vbhvsingh0:688:0bdbd2",
                        "ysrc": "vbhvsingh0:688:5b3390",
                        "marker": {
                            "color": "rgb(83, 83, 88)"
                        },
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "G"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "1 <sup>1</sup>B<sub>2</sub>",
                        "type": "scatter",
                        "xsrc": "vbhvsingh0:688:0bdbd2",
                        "ysrc": "vbhvsingh0:688:3f6084",
                        "marker": {
                            "color": "rgb(135, 8, 144)"
                        },
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "H"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "1 <sup>3</sup>B<sub>1</sub>",
                        "type": "scatter",
                        "xsrc": "vbhvsingh0:688:0bdbd2",
                        "ysrc": "vbhvsingh0:688:6361b0",
                        "marker": {
                            "color": "rgb(125, 84, 9)"
                        },
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "I"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "1 <sup>3</sup>A<sub>2</sub>",
                        "type": "scatter",
                        "xsrc": "vbhvsingh0:688:0bdbd2",
                        "ysrc": "vbhvsingh0:688:652d3c",
                        "marker": {
                            "color": "rgb(219, 43, 19)"
                        },
                        "visible": true,
                        "showlegend": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "J"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "1 <sup>3</sup>B<sub>2</sub>",
                        "type": "scatter",
                        "xsrc": "vbhvsingh0:688:0bdbd2",
                        "ysrc": "vbhvsingh0:688:ba522c",
                        "marker": {
                            "color": "rgb(221, 146, 11)"
                        },
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "K"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "2 <sup>3</sup>B<sub>1</sub>",
                        "type": "scatter",
                        "xsrc": "vbhvsingh0:688:0bdbd2",
                        "ysrc": "vbhvsingh0:688:32ebc7",
                        "marker": {
                            "color": "rgb(11, 77, 142)"
                        },
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 40,
                        "color": "rgb(1, 8, 19)"
                    },
                    "title": {
                        "x": 0.5,
                        "text": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.9,
                            4.2
                        ],
                        "ticks": "outside",
                        "title": {
                            "text": "C-D Bond length (Ã…)"
                        },
                        "nticks": 15,
                        "ticklen": 6,
                        "showgrid": false,
                        "showline": true,
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 3)",
                        "linewidth": 2,
                        "tickwidth": 2,
                        "rangeslider": {
                            "range": [
                                0.9,
                                4.238344813639968
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        }
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -31,
                            4
                        ],
                        "ticks": "outside",
                        "title": {
                            "text": "Energy (eV)"
                        },
                        "nticks": 10,
                        "ticklen": 6,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(1, 8, 16)",
                        "linewidth": 2,
                        "tickwidth": 2
                    },
                    "legend": {
                        "x": 0.12329367314772138,
                        "y": 1.109306056401747,
                        "itemsizing": "trace",
                        "traceorder": "normal",
                        "orientation": "h",
                        "tracegroupgap": 10
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "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,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~vbhvsingh0",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-01-11 19:01:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "vbhvsingh0",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-14T07:58:34.625924Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~lco22399ccet.ac.in/5.embed",
            "fid": "lco22399ccet.ac.in:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/lco22399ccet.ac.in/5/9_B8Q8ZI1J26B2Z5BTOW0VTS5G0SZGYP.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/lco22399ccet.ac.in/5/2_W2SLQGRF9LP3PLWP29DQXOS0TZBDOL.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lco22399ccet.ac.in/5/8_ZELAWN8UHAHP54LL074I73P4J5782Y.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lco22399ccet.ac.in/5/9_B8Q8ZI1J26B2Z5BTOW0VTS5G0SZGYP.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/lco22399ccet.ac.in:5",
                "plots": "https://api.plotly.com/v2/plots/lco22399ccet.ac.in:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=lco22399ccet.ac.in"
            },
            "owner": "lco22399ccet.ac.in",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~lco22399ccet.ac.in/5/",
            "world_readable": true,
            "date_modified": "2024-04-14T07:58:34.638Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~lco22399ccet.ac.in/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "lco22399ccet.ac.in:4:e0694c",
                        "ysrc": "lco22399ccet.ac.in:4:b16e37",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2003.5,
                            2006.5
                        ],
                        "title": {
                            "text": ""
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            105.26315789473685
                        ],
                        "title": {
                            "text": ""
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "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,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~lco22399ccet.ac.in",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-10 19:56:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "lco22399ccet.ac.in",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-14T07:56:48.575609Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~anishsharma0101/1.embed",
            "fid": "anishsharma0101:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/anishsharma0101/1/9_02WED3FFS47YNYJMAE7AN0ABNN8SIQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/anishsharma0101/1/2_BBPLAAHIDBA66EE3WQDT44L2C9DWLG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/anishsharma0101/1/8_KW2QHIHA768HZ3NJ8WIM3NX696SHXK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/anishsharma0101/1/9_02WED3FFS47YNYJMAE7AN0ABNN8SIQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/anishsharma0101:1",
                "plots": "https://api.plotly.com/v2/plots/anishsharma0101:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=anishsharma0101"
            },
            "owner": "anishsharma0101",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~anishsharma0101/1/",
            "world_readable": true,
            "date_modified": "2024-04-14T07:56:59.040Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~anishsharma0101/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "anishsharma0101:0:211e00",
                        "ysrc": "anishsharma0101:0:793888",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            7.578947368421053
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "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,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~anishsharma0101",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-14 07:56:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "anishsharma0101",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}