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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI0LTA0LTE4KzE3JTNBNDYlM0ExMC44NTI2MzglMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xOCsxOCUzQTA1JTNBNDEuNDMwMzkwJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-18T18:05:41.430390Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~laurenlegler/3.embed",
            "fid": "laurenlegler:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/laurenlegler/3/9_KB7KSQHE8NSDMI8OW5MJRGBADMP8IQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/laurenlegler/3/2_UD5C3Q7RJNYS5FHRLT4RY6IU7YXLWJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/laurenlegler/3/8_5LFV7Q1RLM7LIMJEPJW3X02KCHMA0G.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/laurenlegler/3/9_KB7KSQHE8NSDMI8OW5MJRGBADMP8IQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/laurenlegler:3",
                "plots": "https://api.plotly.com/v2/plots/laurenlegler:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=laurenlegler"
            },
            "owner": "laurenlegler",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~laurenlegler/3/",
            "world_readable": true,
            "date_modified": "2024-04-18T18:05:41.440Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~laurenlegler/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "y": "Frol"
                            }
                        },
                        "mode": "markers",
                        "name": "Frol",
                        "type": "box",
                        "ysrc": "laurenlegler:2:40f4cb",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MTG"
                            }
                        },
                        "name": "MTG",
                        "type": "box",
                        "ysrc": "laurenlegler:2:acac15",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MFG"
                            }
                        },
                        "name": "MFG",
                        "type": "box",
                        "ysrc": "laurenlegler:2:a08e22",
                        "boxmean": true,
                        "boxpoints": "all"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Membrane Potential (mV) in Various Brain Regions (Frol, MTG, MFG)"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5109090909090909,
                            2.5
                        ],
                        "title": {
                            "text": "Brain Regions"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -81.95,
                            -56.95
                        ],
                        "title": {
                            "text": "Membrane Potential (mV)"
                        },
                        "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/~laurenlegler",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-29 18:04:42",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "laurenlegler",
                "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-18T18:04:42.360828Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~BE8696/5.embed",
            "fid": "BE8696:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/BE8696/5/9_7ALWH64NVPQCC5D6YUZ7VZC1C3JIBE.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/BE8696/5/2_JOKQ5THLCXA6CRMW8CDJI0FITSYG8A.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/BE8696/5/8_BSYGPT66BA9R02RZBYAEWG1ZPB7TK2.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/BE8696/5/9_7ALWH64NVPQCC5D6YUZ7VZC1C3JIBE.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/BE8696:5",
                "plots": "https://api.plotly.com/v2/plots/BE8696:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=BE8696"
            },
            "owner": "BE8696",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~BE8696/5/",
            "world_readable": true,
            "date_modified": "2024-04-18T18:04:42.373Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~BE8696/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "FroL"
                            }
                        },
                        "mode": "markers",
                        "name": "FroL",
                        "type": "box",
                        "ysrc": "BE8696:4:75736c",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MTG"
                            }
                        },
                        "name": "MTG",
                        "type": "box",
                        "ysrc": "BE8696:4:1b83ac",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MFG"
                            }
                        },
                        "name": "MFG",
                        "type": "box",
                        "ysrc": "BE8696:4:575ec1",
                        "boxmean": true,
                        "boxpoints": "all"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5113065326633166,
                            2.5
                        ],
                        "title": {
                            "text": "Tissue Type"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -8.41666666666667,
                            181.91666666666669
                        ],
                        "title": {
                            "text": "Spikes/sec"
                        },
                        "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/~BE8696",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-29 18:24:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "BE8696",
                "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-18T18:02:02.564285Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~VG9065/7.embed",
            "fid": "VG9065:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/VG9065/7/9_307A5OFNXQC7WXV4QIB0AP030R6J0E.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/VG9065/7/2_NSQTHIJHKLPMGZ0AM84W9ZU6DED8VR.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/VG9065/7/8_O5WQSYN4GZPT5MNQK4IV10WRL4X32U.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/VG9065/7/9_307A5OFNXQC7WXV4QIB0AP030R6J0E.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/VG9065:7",
                "plots": "https://api.plotly.com/v2/plots/VG9065:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=VG9065"
            },
            "owner": "VG9065",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~VG9065/7/",
            "world_readable": true,
            "date_modified": "2024-04-18T18:02:02.578Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~VG9065/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "y": "Frol"
                            }
                        },
                        "mode": "markers",
                        "name": "Frol",
                        "type": "box",
                        "ysrc": "VG9065:6:bc3280",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MTG"
                            }
                        },
                        "name": "MTG",
                        "type": "box",
                        "ysrc": "VG9065:6:d95da0",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MFG"
                            }
                        },
                        "name": "MFG",
                        "type": "box",
                        "ysrc": "VG9065:6:348b24",
                        "boxmean": true,
                        "boxpoints": "all"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5113065326633166,
                            2.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -81.95,
                            -56.95
                        ],
                        "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/~VG9065",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.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-02-29 18:12:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "VG9065",
                "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-18T17:58:14.704055Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~VG9065/5.embed",
            "fid": "VG9065:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/VG9065/5/9_AWGCACZF9FA6T15UZFR32E34WNWAFD.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/VG9065/5/2_H4AQFQZO7VH3SLZBTJB1CVTW9ALOMK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/VG9065/5/8_YFO5F0B4UFLO6DQ7GA1L61R33I089V.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/VG9065/5/9_AWGCACZF9FA6T15UZFR32E34WNWAFD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/VG9065:5",
                "plots": "https://api.plotly.com/v2/plots/VG9065:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=VG9065"
            },
            "owner": "VG9065",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~VG9065/5/",
            "world_readable": true,
            "date_modified": "2024-04-18T17:58:14.716Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~VG9065/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "y": "Frol"
                            }
                        },
                        "mode": "markers",
                        "name": "Frol ",
                        "type": "box",
                        "ysrc": "VG9065:4:4f3df3",
                        "boxmean": true,
                        "notched": false,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MTG"
                            }
                        },
                        "name": "MTG",
                        "type": "box",
                        "ysrc": "VG9065:4:e83faf",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MFG"
                            }
                        },
                        "name": "MFG",
                        "type": "box",
                        "ysrc": "VG9065:4:0bd782",
                        "boxmean": true,
                        "boxpoints": "all"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Firing Rate "
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5116279069767442,
                            2.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -8.416666666666668,
                            181.91666666666669
                        ],
                        "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/~VG9065",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.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-02-29 18:12:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "VG9065",
                "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-18T17:56:06.330390Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~andececille/7.embed",
            "fid": "andececille:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/andececille/7/9_QCNSABCFTR0FA1YO2W45LFYZC4V9HO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/andececille/7/2_YOFMDWCMQ884O6LU2EL3E8BV2AM198.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/andececille/7/8_6G4UIE1MLL80X77JIT4E9H08Z99E8A.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/andececille/7/9_QCNSABCFTR0FA1YO2W45LFYZC4V9HO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/andececille:7",
                "plots": "https://api.plotly.com/v2/plots/andececille:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=andececille"
            },
            "owner": "andececille",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~andececille/7/",
            "world_readable": true,
            "date_modified": "2024-04-18T17:56:06.346Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~andececille/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "y": "FroL"
                            }
                        },
                        "mode": "markers",
                        "name": "FroL",
                        "type": "box",
                        "ysrc": "andececille:6:6de29f",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MTG"
                            }
                        },
                        "name": "MTG",
                        "type": "box",
                        "ysrc": "andececille:6:6d13bd",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MFG"
                            }
                        },
                        "name": "MFG",
                        "type": "box",
                        "ysrc": "andececille:6:c39ba9",
                        "boxmean": true,
                        "boxpoints": "all"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Resting Membrane Potential (mV) vs. Brain Region"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5196936542669585,
                            2.5
                        ],
                        "title": {
                            "text": "Brain Region"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -81.95,
                            -56.95
                        ],
                        "title": {
                            "text": "Resting Membrane Potential (mV)"
                        },
                        "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/~andececille",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-29 15:25:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "andececille",
                "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-18T17:50:51.029535Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gr8554/7.embed",
            "fid": "gr8554:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/gr8554:7/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gr8554/7/2_K7VYKPDLNYCVJ8KW2DEHLBF9DX9A43.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gr8554/7/8_9PP4PIAA2REDTS5V81O7XK5MKDLN8X.png",
                "list-thumb": "https://api.plotly.com/v2/files/gr8554:7/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gr8554:7",
                "plots": "https://api.plotly.com/v2/plots/gr8554:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=gr8554"
            },
            "owner": "gr8554",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 5,
            "web_url": "https://chart-studio.plotly.com/~gr8554/7/",
            "world_readable": true,
            "date_modified": "2024-05-02T04:00:46.189Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gr8554/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "y": "FroL"
                            }
                        },
                        "mode": "markers",
                        "name": "FroL",
                        "type": "box",
                        "ysrc": "gr8554:6:9248ad",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MTG"
                            }
                        },
                        "name": "MTG",
                        "type": "box",
                        "ysrc": "gr8554:6:3958f1",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MFG"
                            }
                        },
                        "name": "MFG",
                        "type": "box",
                        "ysrc": "gr8554:6:2d8c7f",
                        "boxmean": true,
                        "boxpoints": "all"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Comparing Resting Membrane Potential Across Three Regions of Brain"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5154373927958834,
                            2.5
                        ],
                        "title": {
                            "text": "Region of Brain"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -81.95,
                            -56.95
                        ],
                        "title": {
                            "text": "Resting Membrane Potential (mV)"
                        },
                        "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/~gr8554",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.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-03-05 21:49:09",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gr8554",
                "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-18T17:50:12.931488Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~getcharish/152.embed",
            "fid": "getcharish:152",
            "filename": "dummyPhysicalRisks",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/getcharish/152/9_MFYTOXTQWA8KUDA3MZML4RYM8QF2DK.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/getcharish/152/2_9U0XPAYZ81HWEP0KO83RZK6JWTMCVO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/152/8_BYMZM7G3L2WS33RS8NW0UJVBHTY14G.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/152/9_MFYTOXTQWA8KUDA3MZML4RYM8QF2DK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/getcharish:152",
                "plots": "https://api.plotly.com/v2/plots/getcharish:152",
                "parent": "https://api.plotly.com/v2/folders/home?user=getcharish"
            },
            "owner": "getcharish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~getcharish/152/",
            "world_readable": true,
            "date_modified": "2024-04-22T14:54:46.663Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~getcharish/152/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Infrastructure damage (runway/apron tarmac)",
                        "type": "scatter",
                        "xsrc": "getcharish:444:e190b3",
                        "ysrc": "getcharish:444:6f0a10",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:444:ad1886",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:edee99",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Infrastructure damage (runway/apron tarmac)",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:722e69",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Infrastructure damage (runway/apron tarmac)<br>epoch=2020<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Surface access route integrity",
                        "type": "scatter",
                        "xsrc": "getcharish:444:17486a",
                        "ysrc": "getcharish:444:c8424c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:444:b49feb",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:a05816",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Surface access route integrity",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:ac2be4",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Surface access route integrity<br>epoch=2020<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Maximum take-off weight limitations",
                        "type": "scatter",
                        "xsrc": "getcharish:444:49751e",
                        "ysrc": "getcharish:444:8862b6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:444:c1429a",
                        "marker": {
                            "color": "#00cc96",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:e3c7d2",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Maximum take-off weight limitations",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:59867b",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Maximum take-off weight limitations<br>epoch=2020<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Staff & passenger thermal comfort",
                        "type": "scatter",
                        "xsrc": "getcharish:444:726bc1",
                        "ysrc": "getcharish:444:be52c7",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:444:2bbe1d",
                        "marker": {
                            "color": "#ab63fa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:e8a4fb",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Staff & passenger thermal comfort",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:269065",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Staff & passenger thermal comfort<br>epoch=2020<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Construction/maintenance delays",
                        "type": "scatter",
                        "xsrc": "getcharish:444:921e7e",
                        "ysrc": "getcharish:444:980169",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:444:a266c4",
                        "marker": {
                            "color": "#FFA15A",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:c775e8",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Construction/maintenance delays",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:30b4d1",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Construction/maintenance delays<br>epoch=2020<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Take-off procedures",
                        "type": "scatter",
                        "xsrc": "getcharish:444:580616",
                        "ysrc": "getcharish:444:94fdef",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "idssrc": "getcharish:444:b33daf",
                        "marker": {
                            "color": "#19d3f3",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:5878ae",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Take-off procedures",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:78e9c8",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Take-off procedures<br>epoch=2020<br>=Extreme wi<br>nds and wi<br>nd directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Damage to high structures",
                        "type": "scatter",
                        "xsrc": "getcharish:444:55a8d0",
                        "ysrc": "getcharish:444:1b50f3",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "idssrc": "getcharish:444:059ef0",
                        "marker": {
                            "color": "#FF6692",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:14516a",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Damage to high structures",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:ec1dd2",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Damage to high structures<br>epoch=2020<br>=Extreme wi<br>nds and wi<br>nd directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Disruptive wind changes",
                        "type": "scatter",
                        "xsrc": "getcharish:444:2ee3a0",
                        "ysrc": "getcharish:444:7bdf88",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "idssrc": "getcharish:444:9e3c53",
                        "marker": {
                            "color": "#B6E880",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:23520c",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Disruptive wind changes",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:3ec2b7",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Disruptive wind changes<br>epoch=2020<br>=Extreme wi<br>nds and wi<br>nd directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Pluvial Flooding",
                        "type": "scatter",
                        "xsrc": "getcharish:444:4c5ecf",
                        "ysrc": "getcharish:444:8ac30f",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "idssrc": "getcharish:444:3a23c9",
                        "marker": {
                            "color": "#FF97FF",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:a89b18",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Pluvial Flooding",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:f91573",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Pluvial Flooding<br>epoch=2020<br>=Rainfall/f<br>looding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Groundwater Flooding",
                        "type": "scatter",
                        "xsrc": "getcharish:444:f05abb",
                        "ysrc": "getcharish:444:27e699",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "idssrc": "getcharish:444:2575ca",
                        "marker": {
                            "color": "#FECB52",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:6cade3",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Groundwater Flooding",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:766e97",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Groundwater Flooding<br>epoch=2020<br>=Rainfall/f<br>looding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Increased Snowfall",
                        "type": "scatter",
                        "xsrc": "getcharish:444:d26fa9",
                        "ysrc": "getcharish:444:077225",
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "idssrc": "getcharish:444:8ea4aa",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:ee6a9c",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Increased Snowfall",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:4935ad",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2020<br>=Snowfall<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Extreme Cold (De-icing)",
                        "type": "scatter",
                        "xsrc": "getcharish:444:87d4b7",
                        "ysrc": "getcharish:444:9a0fb4",
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "idssrc": "getcharish:444:bfe5d0",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:c87a06",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Extreme Cold (De-icing)",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:f0876d",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2020<br>=Extreme co<br>ld<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Extreme Cold (Closure)",
                        "type": "scatter",
                        "xsrc": "getcharish:444:0b1905",
                        "ysrc": "getcharish:444:240b33",
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "idssrc": "getcharish:444:279afa",
                        "marker": {
                            "color": "#00cc96",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:f8039f",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Extreme Cold (Closure)",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:a1de5d",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2020<br>=Extreme co<br>ld<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Low Visibility",
                        "type": "scatter",
                        "xsrc": "getcharish:444:7d116f",
                        "ysrc": "getcharish:444:cf9962",
                        "xaxis": "x6",
                        "yaxis": "y6",
                        "idssrc": "getcharish:444:0225f6",
                        "marker": {
                            "color": "#ab63fa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:2cc89c",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Low Visibility",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:37a506",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2020<br>=Low visibi<br>lity<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Lightning/Thunderstorms",
                        "type": "scatter",
                        "xsrc": "getcharish:444:43d4c7",
                        "ysrc": "getcharish:444:fd375d",
                        "xaxis": "x7",
                        "yaxis": "y7",
                        "idssrc": "getcharish:444:33679d",
                        "marker": {
                            "color": "#FFA15A",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:f7e089",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Lightning/Thunderstorms",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:f44c73",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2020<br>=Lightning/<br>thundersto<br>rms<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Blizzard Conditions",
                        "type": "scatter",
                        "xsrc": "getcharish:444:13fa98",
                        "ysrc": "getcharish:444:e45592",
                        "xaxis": "x8",
                        "yaxis": "y8",
                        "idssrc": "getcharish:444:b7126d",
                        "marker": {
                            "color": "#19d3f3",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:58843f",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Blizzard Conditions",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:faa544",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2020<br>=Compound e<br>vents<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Flight disruptions",
                        "type": "scatter",
                        "xsrc": "getcharish:444:5537bd",
                        "ysrc": "getcharish:444:c7da91",
                        "xaxis": "x8",
                        "yaxis": "y8",
                        "idssrc": "getcharish:444:e4e337",
                        "marker": {
                            "color": "#FF6692",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:271bb5",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Flight disruptions",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:f7ec94",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2020<br>=Compound e<br>vents<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Local ecosystem changes",
                        "type": "scatter",
                        "xsrc": "getcharish:444:d608d6",
                        "ysrc": "getcharish:444:feb033",
                        "xaxis": "x9",
                        "yaxis": "y9",
                        "idssrc": "getcharish:444:b6f17c",
                        "marker": {
                            "color": "#B6E880",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:c36a4a",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Local ecosystem changes",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:ef79d7",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2020<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Increased fire risk",
                        "type": "scatter",
                        "xsrc": "getcharish:444:6b422f",
                        "ysrc": "getcharish:444:ad68d1",
                        "xaxis": "x9",
                        "yaxis": "y9",
                        "idssrc": "getcharish:444:ec193c",
                        "marker": {
                            "color": "#FF97FF",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:b0ea34",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Increased fire risk",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:c8e2f8",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2020<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Increased communicable diseases",
                        "type": "scatter",
                        "xsrc": "getcharish:444:ff110d",
                        "ysrc": "getcharish:444:6d250e",
                        "xaxis": "x9",
                        "yaxis": "y9",
                        "idssrc": "getcharish:444:405c04",
                        "marker": {
                            "color": "#FECB52",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:02a882",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Increased communicable diseases",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:5fed03",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2020<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Changes to air currents",
                        "type": "scatter",
                        "xsrc": "getcharish:444:b17c8e",
                        "ysrc": "getcharish:444:942342",
                        "xaxis": "x9",
                        "yaxis": "y9",
                        "idssrc": "getcharish:444:5d420f",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:842209",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Changes to air currents",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:f939d1",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2020<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Electrical/power disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:444:ddd9c6",
                        "ysrc": "getcharish:444:50cf39",
                        "xaxis": "x10",
                        "yaxis": "y10",
                        "idssrc": "getcharish:444:571dd1",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:a5de49",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Electrical/power disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:784597",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2020<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Water supply disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:444:34528f",
                        "ysrc": "getcharish:444:50ce40",
                        "xaxis": "x10",
                        "yaxis": "y10",
                        "idssrc": "getcharish:444:af071f",
                        "marker": {
                            "color": "#00cc96",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:a12659",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Water supply disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:8762b3",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2020<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Waste supply disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:444:3b103c",
                        "ysrc": "getcharish:444:648366",
                        "xaxis": "x10",
                        "yaxis": "y10",
                        "idssrc": "getcharish:444:cb2dfc",
                        "marker": {
                            "color": "#ab63fa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:2e3bdc",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Waste supply disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:f7b6de",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2020<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Concession/delivery disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:444:03c8ea",
                        "ysrc": "getcharish:444:6c0ce7",
                        "xaxis": "x10",
                        "yaxis": "y10",
                        "idssrc": "getcharish:444:3cf12a",
                        "marker": {
                            "color": "#FFA15A",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:22dc05",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Concession/delivery disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:cbd55a",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2020<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Short-term disruptions in aviation",
                        "type": "scatter",
                        "xsrc": "getcharish:444:b0564c",
                        "ysrc": "getcharish:444:20f017",
                        "xaxis": "x11",
                        "yaxis": "y11",
                        "idssrc": "getcharish:444:af4888",
                        "marker": {
                            "color": "#19d3f3",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:cdaa95",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Short-term disruptions in aviation",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:387f14",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2020<br>=Aviation s<br>ector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Medium-term disruptions in aviation",
                        "type": "scatter",
                        "xsrc": "getcharish:444:19577d",
                        "ysrc": "getcharish:444:df6866",
                        "xaxis": "x11",
                        "yaxis": "y11",
                        "idssrc": "getcharish:444:af1149",
                        "marker": {
                            "color": "#FF6692",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:3dc7c9",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Medium-term disruptions in aviation",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:a5fbf7",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2020<br>=Aviation s<br>ector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Long-term disruptions in aviation",
                        "type": "scatter",
                        "xsrc": "getcharish:444:294947",
                        "ysrc": "getcharish:444:5261dc",
                        "xaxis": "x11",
                        "yaxis": "y11",
                        "idssrc": "getcharish:444:5f8ad1",
                        "marker": {
                            "color": "#B6E880",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.732421875,
                            "sizesrc": "getcharish:444:9cc9fd",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Long-term disruptions in aviation",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:444:7ba552",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2020<br>=Aviation s<br>ector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Infrastructure damage (runway/apron tarmac)",
                                "type": "scatter",
                                "xsrc": "getcharish:444:969e48",
                                "ysrc": "getcharish:444:3577eb",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:444:1655ab",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:172b2e",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Infrastructure damage (runway/apron tarmac)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:80b0f6",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Infrastructure damage (runway/apron tarmac)<br>epoch=2020<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Surface access route integrity",
                                "type": "scatter",
                                "xsrc": "getcharish:444:bd66df",
                                "ysrc": "getcharish:444:4aa5e2",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:444:e55a95",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:031409",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Surface access route integrity",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:0a60b7",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Surface access route integrity<br>epoch=2020<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Maximum take-off weight limitations",
                                "type": "scatter",
                                "xsrc": "getcharish:444:cd5898",
                                "ysrc": "getcharish:444:24983f",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:444:692406",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:b56ef9",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Maximum take-off weight limitations",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:f877cd",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Maximum take-off weight limitations<br>epoch=2020<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Staff & passenger thermal comfort",
                                "type": "scatter",
                                "xsrc": "getcharish:444:ddf1ee",
                                "ysrc": "getcharish:444:3c9736",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:444:243130",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:20da05",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Staff & passenger thermal comfort",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:eada08",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Staff & passenger thermal comfort<br>epoch=2020<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Construction/maintenance delays",
                                "type": "scatter",
                                "xsrc": "getcharish:444:f2f655",
                                "ysrc": "getcharish:444:0ed515",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:444:91756d",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:ecb9bb",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Construction/maintenance delays",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:203046",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Construction/maintenance delays<br>epoch=2020<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Take-off procedures",
                                "type": "scatter",
                                "xsrc": "getcharish:444:ccd5d5",
                                "ysrc": "getcharish:444:ab43fe",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:444:2dc4fb",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:ad2fde",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Take-off procedures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:7a230e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Take-off procedures<br>epoch=2020<br>=Extreme wi<br>nds and wi<br>nd directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Damage to high structures",
                                "type": "scatter",
                                "xsrc": "getcharish:444:cbe5dd",
                                "ysrc": "getcharish:444:58d759",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:444:87634a",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:ca29e3",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Damage to high structures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:b4f81a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Damage to high structures<br>epoch=2020<br>=Extreme wi<br>nds and wi<br>nd directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Disruptive wind changes",
                                "type": "scatter",
                                "xsrc": "getcharish:444:de75d7",
                                "ysrc": "getcharish:444:df1f7a",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:444:3d8eaa",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:c0127d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Disruptive wind changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:125f9a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Disruptive wind changes<br>epoch=2020<br>=Extreme wi<br>nds and wi<br>nd directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Pluvial Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:444:a532c9",
                                "ysrc": "getcharish:444:5f909e",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:444:681ecc",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:5a284b",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Pluvial Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:d2390f",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Pluvial Flooding<br>epoch=2020<br>=Rainfall/f<br>looding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Groundwater Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:444:70266b",
                                "ysrc": "getcharish:444:a10282",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:444:7f3cb3",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:575631",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Groundwater Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:0f6395",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Groundwater Flooding<br>epoch=2020<br>=Rainfall/f<br>looding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased Snowfall",
                                "type": "scatter",
                                "xsrc": "getcharish:444:101b5a",
                                "ysrc": "getcharish:444:07ef8f",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:444:48a6a0",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:f5c019",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased Snowfall",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:87c902",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2020<br>=Snowfall<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (De-icing)",
                                "type": "scatter",
                                "xsrc": "getcharish:444:6da12e",
                                "ysrc": "getcharish:444:f34a3f",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:444:01059d",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:702e07",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (De-icing)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:0f8284",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2020<br>=Extreme co<br>ld<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (Closure)",
                                "type": "scatter",
                                "xsrc": "getcharish:444:995acc",
                                "ysrc": "getcharish:444:31645a",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:444:af96da",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:79d1ec",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (Closure)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:682855",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2020<br>=Extreme co<br>ld<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Low Visibility",
                                "type": "scatter",
                                "xsrc": "getcharish:444:42d66a",
                                "ysrc": "getcharish:444:a6fd6e",
                                "xaxis": "x6",
                                "yaxis": "y6",
                                "idssrc": "getcharish:444:c8126a",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:14e4a7",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Low Visibility",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:b9eddd",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2020<br>=Low visibi<br>lity<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Lightning/Thunderstorms",
                                "type": "scatter",
                                "xsrc": "getcharish:444:26c2fe",
                                "ysrc": "getcharish:444:887cd7",
                                "xaxis": "x7",
                                "yaxis": "y7",
                                "idssrc": "getcharish:444:7aba31",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:e150e4",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Lightning/Thunderstorms",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:790dd2",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2020<br>=Lightning/<br>thundersto<br>rms<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Blizzard Conditions",
                                "type": "scatter",
                                "xsrc": "getcharish:444:9ed878",
                                "ysrc": "getcharish:444:6c5340",
                                "xaxis": "x8",
                                "yaxis": "y8",
                                "idssrc": "getcharish:444:0e2caa",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:7f326c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Blizzard Conditions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:bc5f5c",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2020<br>=Compound e<br>vents<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Flight disruptions",
                                "type": "scatter",
                                "xsrc": "getcharish:444:565310",
                                "ysrc": "getcharish:444:120586",
                                "xaxis": "x8",
                                "yaxis": "y8",
                                "idssrc": "getcharish:444:d2b80f",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:81e72a",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Flight disruptions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:e679b3",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2020<br>=Compound e<br>vents<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Local ecosystem changes",
                                "type": "scatter",
                                "xsrc": "getcharish:444:5642e0",
                                "ysrc": "getcharish:444:662bf6",
                                "xaxis": "x9",
                                "yaxis": "y9",
                                "idssrc": "getcharish:444:97d727",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:e8ec8d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Local ecosystem changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:9200d7",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2020<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased fire risk",
                                "type": "scatter",
                                "xsrc": "getcharish:444:212efa",
                                "ysrc": "getcharish:444:eb8fff",
                                "xaxis": "x9",
                                "yaxis": "y9",
                                "idssrc": "getcharish:444:f52004",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:97351a",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased fire risk",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:7ef362",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2020<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased communicable diseases",
                                "type": "scatter",
                                "xsrc": "getcharish:444:f19f17",
                                "ysrc": "getcharish:444:1cf9ca",
                                "xaxis": "x9",
                                "yaxis": "y9",
                                "idssrc": "getcharish:444:22a6a7",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:782f73",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased communicable diseases",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:a461f0",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2020<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Changes to air currents",
                                "type": "scatter",
                                "xsrc": "getcharish:444:29bc9b",
                                "ysrc": "getcharish:444:79bec4",
                                "xaxis": "x9",
                                "yaxis": "y9",
                                "idssrc": "getcharish:444:384828",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:6011eb",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Changes to air currents",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:df79f7",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2020<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Electrical/power disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:444:cb6f41",
                                "ysrc": "getcharish:444:42b0fb",
                                "xaxis": "x10",
                                "yaxis": "y10",
                                "idssrc": "getcharish:444:48229c",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:9af05f",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Electrical/power disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:2a01be",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2020<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Water supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:444:b1bd67",
                                "ysrc": "getcharish:444:eb213a",
                                "xaxis": "x10",
                                "yaxis": "y10",
                                "idssrc": "getcharish:444:ce6aef",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:d4467a",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Water supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:9d56ee",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2020<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Waste supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:444:3b5e65",
                                "ysrc": "getcharish:444:4d48e7",
                                "xaxis": "x10",
                                "yaxis": "y10",
                                "idssrc": "getcharish:444:2a80b3",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:6c0f28",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Waste supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:fe4dc8",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2020<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Concession/delivery disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:444:faf791",
                                "ysrc": "getcharish:444:d1569a",
                                "xaxis": "x10",
                                "yaxis": "y10",
                                "idssrc": "getcharish:444:0dbc57",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:6be89c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Concession/delivery disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:dc354b",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2020<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Short-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:444:b946ce",
                                "ysrc": "getcharish:444:4bd12c",
                                "xaxis": "x11",
                                "yaxis": "y11",
                                "idssrc": "getcharish:444:f5cb71",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:1286aa",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Short-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:aec4e2",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2020<br>=Aviation s<br>ector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Medium-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:444:780170",
                                "ysrc": "getcharish:444:47c712",
                                "xaxis": "x11",
                                "yaxis": "y11",
                                "idssrc": "getcharish:444:6809f6",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:3cc9c4",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Medium-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:50ed3c",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2020<br>=Aviation s<br>ector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Long-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:444:79ca0f",
                                "ysrc": "getcharish:444:6a53d2",
                                "xaxis": "x11",
                                "yaxis": "y11",
                                "idssrc": "getcharish:444:ae3e22",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:35db31",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Long-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:1b194a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2020<br>=Aviation s<br>ector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2020"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Infrastructure damage (runway/apron tarmac)",
                                "type": "scatter",
                                "xsrc": "getcharish:444:e73fc0",
                                "ysrc": "getcharish:444:1c831c",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:444:b9a45b",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:6860bd",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Infrastructure damage (runway/apron tarmac)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:67457d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Infrastructure damage (runway/apron tarmac)<br>epoch=2030<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Surface access route integrity",
                                "type": "scatter",
                                "xsrc": "getcharish:444:13532b",
                                "ysrc": "getcharish:444:d4440e",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:444:c380a1",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:ed0cdf",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Surface access route integrity",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:a6192b",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Surface access route integrity<br>epoch=2030<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Maximum take-off weight limitations",
                                "type": "scatter",
                                "xsrc": "getcharish:444:4e2810",
                                "ysrc": "getcharish:444:fa1304",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:444:7543ef",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:e25c7d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Maximum take-off weight limitations",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:dbce46",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Maximum take-off weight limitations<br>epoch=2030<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Staff & passenger thermal comfort",
                                "type": "scatter",
                                "xsrc": "getcharish:444:2f79fa",
                                "ysrc": "getcharish:444:ae549b",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:444:ec540b",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:bbb366",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Staff & passenger thermal comfort",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:ab9d3f",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Staff & passenger thermal comfort<br>epoch=2030<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Construction/maintenance delays",
                                "type": "scatter",
                                "xsrc": "getcharish:444:75a2ab",
                                "ysrc": "getcharish:444:85044b",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:444:1c2a43",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:8b2a73",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Construction/maintenance delays",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:8b1414",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Construction/maintenance delays<br>epoch=2030<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Take-off procedures",
                                "type": "scatter",
                                "xsrc": "getcharish:444:e6e2d5",
                                "ysrc": "getcharish:444:e86d5f",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:444:b87017",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:5d9b56",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Take-off procedures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:590c32",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Take-off procedures<br>epoch=2030<br>=Extreme wi<br>nds and wi<br>nd directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Damage to high structures",
                                "type": "scatter",
                                "xsrc": "getcharish:444:8cb71f",
                                "ysrc": "getcharish:444:a28bd1",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:444:609180",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:e7285b",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Damage to high structures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:4fe3cf",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Damage to high structures<br>epoch=2030<br>=Extreme wi<br>nds and wi<br>nd directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Disruptive wind changes",
                                "type": "scatter",
                                "xsrc": "getcharish:444:025265",
                                "ysrc": "getcharish:444:785f37",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:444:a49e68",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:603cfd",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Disruptive wind changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:7f3952",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Disruptive wind changes<br>epoch=2030<br>=Extreme wi<br>nds and wi<br>nd directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Pluvial Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:444:bbe66e",
                                "ysrc": "getcharish:444:29738f",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:444:fbd136",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:02ced8",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Pluvial Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:8b42b3",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Pluvial Flooding<br>epoch=2030<br>=Rainfall/f<br>looding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Groundwater Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:444:4096ec",
                                "ysrc": "getcharish:444:6d43ff",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:444:176e24",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:b1220b",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Groundwater Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:7b8850",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Groundwater Flooding<br>epoch=2030<br>=Rainfall/f<br>looding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased Snowfall",
                                "type": "scatter",
                                "xsrc": "getcharish:444:240fe9",
                                "ysrc": "getcharish:444:1e601a",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:444:b9b1fc",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:cf3819",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased Snowfall",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:eba7fa",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2030<br>=Snowfall<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (De-icing)",
                                "type": "scatter",
                                "xsrc": "getcharish:444:6d2d74",
                                "ysrc": "getcharish:444:6a6deb",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:444:474b12",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:fb7fe9",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (De-icing)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:2f34d3",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2030<br>=Extreme co<br>ld<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (Closure)",
                                "type": "scatter",
                                "xsrc": "getcharish:444:1a4e45",
                                "ysrc": "getcharish:444:0d4f80",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:444:0f85ac",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:521b7d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (Closure)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:917b7f",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2030<br>=Extreme co<br>ld<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Low Visibility",
                                "type": "scatter",
                                "xsrc": "getcharish:444:3ee1be",
                                "ysrc": "getcharish:444:5480aa",
                                "xaxis": "x6",
                                "yaxis": "y6",
                                "idssrc": "getcharish:444:03aa8d",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:c7217e",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Low Visibility",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:1488a6",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2030<br>=Low visibi<br>lity<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Lightning/Thunderstorms",
                                "type": "scatter",
                                "xsrc": "getcharish:444:0092a8",
                                "ysrc": "getcharish:444:016b62",
                                "xaxis": "x7",
                                "yaxis": "y7",
                                "idssrc": "getcharish:444:b652ee",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:7b0d3c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Lightning/Thunderstorms",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:61abe8",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2030<br>=Lightning/<br>thundersto<br>rms<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Blizzard Conditions",
                                "type": "scatter",
                                "xsrc": "getcharish:444:c68653",
                                "ysrc": "getcharish:444:8592e9",
                                "xaxis": "x8",
                                "yaxis": "y8",
                                "idssrc": "getcharish:444:093db4",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:d0c872",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Blizzard Conditions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:01aad5",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2030<br>=Compound e<br>vents<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Flight disruptions",
                                "type": "scatter",
                                "xsrc": "getcharish:444:1a940f",
                                "ysrc": "getcharish:444:e19555",
                                "xaxis": "x8",
                                "yaxis": "y8",
                                "idssrc": "getcharish:444:ef5442",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:5c6a61",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Flight disruptions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:3d8043",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2030<br>=Compound e<br>vents<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Local ecosystem changes",
                                "type": "scatter",
                                "xsrc": "getcharish:444:72b2c3",
                                "ysrc": "getcharish:444:3cf5c6",
                                "xaxis": "x9",
                                "yaxis": "y9",
                                "idssrc": "getcharish:444:ee27fe",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:2304b9",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Local ecosystem changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:e118e7",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2030<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased fire risk",
                                "type": "scatter",
                                "xsrc": "getcharish:444:385012",
                                "ysrc": "getcharish:444:0d15c1",
                                "xaxis": "x9",
                                "yaxis": "y9",
                                "idssrc": "getcharish:444:9f9383",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:a08b19",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased fire risk",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:2c926c",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2030<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased communicable diseases",
                                "type": "scatter",
                                "xsrc": "getcharish:444:f722d9",
                                "ysrc": "getcharish:444:1ffc1c",
                                "xaxis": "x9",
                                "yaxis": "y9",
                                "idssrc": "getcharish:444:728471",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:842369",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased communicable diseases",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:4205f9",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2030<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Changes to air currents",
                                "type": "scatter",
                                "xsrc": "getcharish:444:add31e",
                                "ysrc": "getcharish:444:2970f4",
                                "xaxis": "x9",
                                "yaxis": "y9",
                                "idssrc": "getcharish:444:3e00c2",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:5893f1",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Changes to air currents",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:f2e360",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2030<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Electrical/power disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:444:770ccd",
                                "ysrc": "getcharish:444:d345af",
                                "xaxis": "x10",
                                "yaxis": "y10",
                                "idssrc": "getcharish:444:1834c3",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:eef143",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Electrical/power disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:cd3083",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2030<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Water supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:444:b8b612",
                                "ysrc": "getcharish:444:d61a0a",
                                "xaxis": "x10",
                                "yaxis": "y10",
                                "idssrc": "getcharish:444:ebe545",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:9f3263",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Water supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:8c5d14",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2030<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Waste supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:444:0540cf",
                                "ysrc": "getcharish:444:f4ed40",
                                "xaxis": "x10",
                                "yaxis": "y10",
                                "idssrc": "getcharish:444:cfbd82",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:49f116",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Waste supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:f2387a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2030<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Concession/delivery disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:444:4de394",
                                "ysrc": "getcharish:444:15e16d",
                                "xaxis": "x10",
                                "yaxis": "y10",
                                "idssrc": "getcharish:444:1de052",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:ccba87",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Concession/delivery disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:154a17",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2030<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Short-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:444:8f5bf3",
                                "ysrc": "getcharish:444:4d1b8f",
                                "xaxis": "x11",
                                "yaxis": "y11",
                                "idssrc": "getcharish:444:11a251",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:ca4df9",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Short-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:824062",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2030<br>=Aviation s<br>ector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Medium-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:444:33a922",
                                "ysrc": "getcharish:444:3c3545",
                                "xaxis": "x11",
                                "yaxis": "y11",
                                "idssrc": "getcharish:444:d76a18",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:050c91",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Medium-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:85d97a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2030<br>=Aviation s<br>ector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Long-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:444:d9637d",
                                "ysrc": "getcharish:444:af2f5b",
                                "xaxis": "x11",
                                "yaxis": "y11",
                                "idssrc": "getcharish:444:d1d281",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:f1b26c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Long-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:c18d58",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2030<br>=Aviation s<br>ector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2030"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Infrastructure damage (runway/apron tarmac)",
                                "type": "scatter",
                                "xsrc": "getcharish:444:fcf7d1",
                                "ysrc": "getcharish:444:813f7a",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:444:4483eb",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:30488b",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Infrastructure damage (runway/apron tarmac)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:b207d7",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Infrastructure damage (runway/apron tarmac)<br>epoch=2070<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Surface access route integrity",
                                "type": "scatter",
                                "xsrc": "getcharish:444:48726c",
                                "ysrc": "getcharish:444:2094f7",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:444:abbad9",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:4bd85c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Surface access route integrity",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:524915",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Surface access route integrity<br>epoch=2070<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Maximum take-off weight limitations",
                                "type": "scatter",
                                "xsrc": "getcharish:444:676e24",
                                "ysrc": "getcharish:444:6bc187",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:444:aae857",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:d7f226",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Maximum take-off weight limitations",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:b1302b",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Maximum take-off weight limitations<br>epoch=2070<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Staff & passenger thermal comfort",
                                "type": "scatter",
                                "xsrc": "getcharish:444:44bac6",
                                "ysrc": "getcharish:444:00dec3",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:444:8b19b6",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:8bc20c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Staff & passenger thermal comfort",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:11c748",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Staff & passenger thermal comfort<br>epoch=2070<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Construction/maintenance delays",
                                "type": "scatter",
                                "xsrc": "getcharish:444:2c44d8",
                                "ysrc": "getcharish:444:96783c",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:444:4528d7",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:db281b",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Construction/maintenance delays",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:d2deac",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Construction/maintenance delays<br>epoch=2070<br>=Maximum te<br>mperature<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Take-off procedures",
                                "type": "scatter",
                                "xsrc": "getcharish:444:9a876a",
                                "ysrc": "getcharish:444:c8d9da",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:444:eaa377",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:90574b",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Take-off procedures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:848377",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Take-off procedures<br>epoch=2070<br>=Extreme wi<br>nds and wi<br>nd directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Damage to high structures",
                                "type": "scatter",
                                "xsrc": "getcharish:444:3bcfb2",
                                "ysrc": "getcharish:444:d38d49",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:444:b15d09",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:d78a7d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Damage to high structures",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:e29632",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Damage to high structures<br>epoch=2070<br>=Extreme wi<br>nds and wi<br>nd directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Disruptive wind changes",
                                "type": "scatter",
                                "xsrc": "getcharish:444:b6d86d",
                                "ysrc": "getcharish:444:5b1802",
                                "xaxis": "x2",
                                "yaxis": "y2",
                                "idssrc": "getcharish:444:6a2089",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:c3a6ff",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Disruptive wind changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:f3845e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Disruptive wind changes<br>epoch=2070<br>=Extreme wi<br>nds and wi<br>nd directi<br>on<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Pluvial Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:444:00a80b",
                                "ysrc": "getcharish:444:a1b1bc",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:444:abd4cd",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:0ade6a",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Pluvial Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:327877",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Pluvial Flooding<br>epoch=2070<br>=Rainfall/f<br>looding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Groundwater Flooding",
                                "type": "scatter",
                                "xsrc": "getcharish:444:f9f64b",
                                "ysrc": "getcharish:444:3b32ef",
                                "xaxis": "x3",
                                "yaxis": "y3",
                                "idssrc": "getcharish:444:2b4344",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:b84202",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Groundwater Flooding",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:112ad5",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Groundwater Flooding<br>epoch=2070<br>=Rainfall/f<br>looding<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased Snowfall",
                                "type": "scatter",
                                "xsrc": "getcharish:444:e1c51d",
                                "ysrc": "getcharish:444:0f87d2",
                                "xaxis": "x4",
                                "yaxis": "y4",
                                "idssrc": "getcharish:444:68e6e0",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:31ac31",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased Snowfall",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:32a1ec",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2070<br>=Snowfall<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (De-icing)",
                                "type": "scatter",
                                "xsrc": "getcharish:444:7b09c8",
                                "ysrc": "getcharish:444:91c4c6",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:444:e81c53",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:39d246",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (De-icing)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:e5e1fc",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2070<br>=Extreme co<br>ld<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (Closure)",
                                "type": "scatter",
                                "xsrc": "getcharish:444:3748d5",
                                "ysrc": "getcharish:444:40d638",
                                "xaxis": "x5",
                                "yaxis": "y5",
                                "idssrc": "getcharish:444:1e58c0",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:77b9f1",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (Closure)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:1199b5",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2070<br>=Extreme co<br>ld<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Low Visibility",
                                "type": "scatter",
                                "xsrc": "getcharish:444:5e7225",
                                "ysrc": "getcharish:444:5448aa",
                                "xaxis": "x6",
                                "yaxis": "y6",
                                "idssrc": "getcharish:444:b1e2b2",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:3cc5a5",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Low Visibility",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:9cf79e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2070<br>=Low visibi<br>lity<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Lightning/Thunderstorms",
                                "type": "scatter",
                                "xsrc": "getcharish:444:c42fcc",
                                "ysrc": "getcharish:444:c60eaf",
                                "xaxis": "x7",
                                "yaxis": "y7",
                                "idssrc": "getcharish:444:b6cd99",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:fc57b7",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Lightning/Thunderstorms",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:66ea2b",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2070<br>=Lightning/<br>thundersto<br>rms<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Blizzard Conditions",
                                "type": "scatter",
                                "xsrc": "getcharish:444:d08a1e",
                                "ysrc": "getcharish:444:f226ab",
                                "xaxis": "x8",
                                "yaxis": "y8",
                                "idssrc": "getcharish:444:f162b6",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:3f7163",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Blizzard Conditions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:5129b5",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2070<br>=Compound e<br>vents<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Flight disruptions",
                                "type": "scatter",
                                "xsrc": "getcharish:444:2000c1",
                                "ysrc": "getcharish:444:e01795",
                                "xaxis": "x8",
                                "yaxis": "y8",
                                "idssrc": "getcharish:444:8d7df7",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:df20fe",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Flight disruptions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:1e9294",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2070<br>=Compound e<br>vents<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Local ecosystem changes",
                                "type": "scatter",
                                "xsrc": "getcharish:444:20cf73",
                                "ysrc": "getcharish:444:3dd43c",
                                "xaxis": "x9",
                                "yaxis": "y9",
                                "idssrc": "getcharish:444:3a4d1c",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:164886",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Local ecosystem changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:9d75fc",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2070<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased fire risk",
                                "type": "scatter",
                                "xsrc": "getcharish:444:4fb8b1",
                                "ysrc": "getcharish:444:0bb205",
                                "xaxis": "x9",
                                "yaxis": "y9",
                                "idssrc": "getcharish:444:e90ec8",
                                "marker": {
                                    "color": "#FF97FF",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:33a7e6",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased fire risk",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:f20023",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2070<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased communicable diseases",
                                "type": "scatter",
                                "xsrc": "getcharish:444:f1f075",
                                "ysrc": "getcharish:444:261c01",
                                "xaxis": "x9",
                                "yaxis": "y9",
                                "idssrc": "getcharish:444:e0433b",
                                "marker": {
                                    "color": "#FECB52",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:d80469",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased communicable diseases",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:ee42fa",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2070<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Changes to air currents",
                                "type": "scatter",
                                "xsrc": "getcharish:444:324b58",
                                "ysrc": "getcharish:444:b6432f",
                                "xaxis": "x9",
                                "yaxis": "y9",
                                "idssrc": "getcharish:444:58a3c3",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:fc3c45",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Changes to air currents",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:e5a7b6",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2070<br>=Maximum te<br>mperature <br>incidental<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Electrical/power disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:444:69a9a6",
                                "ysrc": "getcharish:444:0e2960",
                                "xaxis": "x10",
                                "yaxis": "y10",
                                "idssrc": "getcharish:444:098d3a",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:a17272",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Electrical/power disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:41bd87",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2070<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Water supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:444:7869a3",
                                "ysrc": "getcharish:444:830579",
                                "xaxis": "x10",
                                "yaxis": "y10",
                                "idssrc": "getcharish:444:e8cdef",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:5cecf0",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Water supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:b88ed0",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2070<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Waste supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:444:1321c6",
                                "ysrc": "getcharish:444:855a85",
                                "xaxis": "x10",
                                "yaxis": "y10",
                                "idssrc": "getcharish:444:e4a62d",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:87b545",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Waste supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:f09855",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2070<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Concession/delivery disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:444:698198",
                                "ysrc": "getcharish:444:cf99c6",
                                "xaxis": "x10",
                                "yaxis": "y10",
                                "idssrc": "getcharish:444:cceeac",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:001f27",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Concession/delivery disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:76b787",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2070<br>=Interdepen<br>dency risk<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Short-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:444:b94de3",
                                "ysrc": "getcharish:444:7abccb",
                                "xaxis": "x11",
                                "yaxis": "y11",
                                "idssrc": "getcharish:444:aa30ea",
                                "marker": {
                                    "color": "#19d3f3",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:08d424",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Short-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:dfe9da",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2070<br>=Aviation s<br>ector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Medium-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:444:243805",
                                "ysrc": "getcharish:444:0dc855",
                                "xaxis": "x11",
                                "yaxis": "y11",
                                "idssrc": "getcharish:444:56e667",
                                "marker": {
                                    "color": "#FF6692",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:34121a",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Medium-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:2a4aeb",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2070<br>=Aviation s<br>ector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Long-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:444:74e708",
                                "ysrc": "getcharish:444:215c5c",
                                "xaxis": "x11",
                                "yaxis": "y11",
                                "idssrc": "getcharish:444:a0237e",
                                "marker": {
                                    "color": "#B6E880",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.732421875,
                                    "sizesrc": "getcharish:444:47e71c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Long-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:444:26f662",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2070<br>=Aviation s<br>ector risk<br>s<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2070"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.08181818181818182
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            7
                        ],
                        "title": {
                            "text": "consequence"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "legend": {
                        "title": {
                            "text": "label"
                        },
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "margin": {
                        "t": 60
                    },
                    "xaxis2": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.09181818181818181,
                            0.17363636363636364
                        ],
                        "matches": "x"
                    },
                    "xaxis3": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.18363636363636363,
                            0.26545454545454544
                        ],
                        "matches": "x"
                    },
                    "xaxis4": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y4",
                        "domain": [
                            0.27545454545454545,
                            0.3572727272727273
                        ],
                        "matches": "x"
                    },
                    "xaxis5": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y5",
                        "domain": [
                            0.36727272727272725,
                            0.4490909090909091
                        ],
                        "matches": "x"
                    },
                    "xaxis6": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y6",
                        "domain": [
                            0.45909090909090905,
                            0.5409090909090909
                        ],
                        "matches": "x"
                    },
                    "xaxis7": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y7",
                        "domain": [
                            0.5509090909090908,
                            0.6327272727272726
                        ],
                        "matches": "x"
                    },
                    "xaxis8": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y8",
                        "domain": [
                            0.6427272727272726,
                            0.7245454545454544
                        ],
                        "matches": "x"
                    },
                    "xaxis9": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y9",
                        "domain": [
                            0.7345454545454544,
                            0.8163636363636362
                        ],
                        "matches": "x"
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis3": {
                        "anchor": "x3",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis4": {
                        "anchor": "x4",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis5": {
                        "anchor": "x5",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis6": {
                        "anchor": "x6",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis7": {
                        "anchor": "x7",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis8": {
                        "anchor": "x8",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis9": {
                        "anchor": "x9",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "sliders": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "len": 0.9,
                            "pad": {
                                "b": 10,
                                "t": 60
                            },
                            "steps": [
                                {
                                    "args": [
                                        [
                                            "2020"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2020",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2030"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2030",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2070"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2070",
                                    "method": "animate"
                                }
                            ],
                            "active": 0,
                            "xanchor": "left",
                            "yanchor": "top",
                            "currentvalue": {
                                "prefix": "epoch="
                            }
                        }
                    ],
                    "xaxis10": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y10",
                        "domain": [
                            0.8263636363636362,
                            0.908181818181818
                        ],
                        "matches": "x"
                    },
                    "xaxis11": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y11",
                        "domain": [
                            0.918181818181818,
                            0.9999999999999998
                        ],
                        "matches": "x"
                    },
                    "yaxis10": {
                        "anchor": "x10",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis11": {
                        "anchor": "x11",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "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
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": 0.04090909090909091,
                            "y": 1.0,
                            "font": {},
                            "text": "=Maximum te<br>mperature",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.13272727272727272,
                            "y": 1.0,
                            "font": {},
                            "text": "=Extreme wi<br>nds and wi<br>nd directi<br>on",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.22454545454545455,
                            "y": 1.0,
                            "font": {},
                            "text": "=Rainfall/f<br>looding",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.3163636363636364,
                            "y": 1.0,
                            "font": {},
                            "text": "=Snowfall",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.4081818181818182,
                            "y": 1.0,
                            "font": {},
                            "text": "=Extreme co<br>ld",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.5,
                            "y": 1.0,
                            "font": {},
                            "text": "=Low visibi<br>lity",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.5918181818181817,
                            "y": 1.0,
                            "font": {},
                            "text": "=Lightning/<br>thundersto<br>rms",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.6836363636363635,
                            "y": 1.0,
                            "font": {},
                            "text": "=Compound e<br>vents",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.7754545454545453,
                            "y": 1.0,
                            "font": {},
                            "text": "=Maximum te<br>mperature <br>incidental",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.8672727272727271,
                            "y": 1.0,
                            "font": {},
                            "text": "=Interdepen<br>dency risk",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.9590909090909089,
                            "y": 1.0,
                            "font": {},
                            "text": "=Aviation s<br>ector risk<br>s",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ],
                    "updatemenus": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "pad": {
                                "r": 10,
                                "t": 70
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "&#9654;",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            null
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "&#9724;",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "left",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~getcharish",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-07-24 12:58:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "getcharish",
                "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-18T17:49:15.055200Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~arch1t3ctluce/1.embed",
            "fid": "arch1t3ctluce:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/arch1t3ctluce/1/9_9DIGGO6B6QFMM0EHRU9JTD78LA8OUW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/arch1t3ctluce/1/2_567SO9I36VCZQ9Q7VNTWCENAVVBZPU.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/arch1t3ctluce/1/8_DJLQ4O6L0J16ZNE77A0BIDPGMZYR5A.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/arch1t3ctluce/1/9_9DIGGO6B6QFMM0EHRU9JTD78LA8OUW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/arch1t3ctluce:1",
                "plots": "https://api.plotly.com/v2/plots/arch1t3ctluce:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=arch1t3ctluce"
            },
            "owner": "arch1t3ctluce",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~arch1t3ctluce/1/",
            "world_readable": true,
            "date_modified": "2024-04-20T11:27:34.051Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~arch1t3ctluce/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "40bba5",
                        "line": {
                            "dash": "solid"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "RCP2.6 control run",
                        "type": "scatter",
                        "xsrc": "arch1t3ctluce:0:779ac9",
                        "ysrc": "arch1t3ctluce:0:37afc7"
                    },
                    {
                        "uid": "eefc11",
                        "line": {
                            "dash": "dot",
                            "color": "rgb(8, 32, 160)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "lines",
                        "name": "Snow DDF adjusted by -0.001",
                        "type": "scatter",
                        "xsrc": "arch1t3ctluce:0:779ac9",
                        "ysrc": "arch1t3ctluce:0:243c08",
                        "xaxis": "x",
                        "yaxis": "y",
                        "stackgroup": null
                    },
                    {
                        "uid": "46278e",
                        "line": {
                            "dash": "dot",
                            "color": "rgb(146, 165, 207)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D"
                            }
                        },
                        "mode": "lines",
                        "name": "Snow DDF adjusted by +0.001",
                        "type": "scatter",
                        "xsrc": "arch1t3ctluce:0:779ac9",
                        "ysrc": "arch1t3ctluce:0:8c2942",
                        "visible": true
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Glacier volume projected to 2100 under adjusted snow DDFs, assuming RCP2.6"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2030,
                            2100
                        ],
                        "title": {
                            "text": "Year"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.015789473684210527,
                            0.3
                        ],
                        "title": {
                            "text": "Glacier Volume (km3)"
                        },
                        "autorange": true
                    },
                    "shapes": [
                        {
                            "x0": 2070,
                            "x1": 2075,
                            "y0": 0,
                            "y1": 0.3,
                            "line": {
                                "color": "rgb(168, 200, 227)",
                                "width": 0
                            },
                            "type": "rect",
                            "yref": "y",
                            "opacity": 0.3,
                            "fillcolor": "rgb(147, 184, 222)"
                        },
                        {
                            "x0": 2090,
                            "x1": 2095,
                            "y0": 0,
                            "y1": 0.3,
                            "line": {
                                "color": "rgb(31, 61, 238)",
                                "width": 0
                            },
                            "type": "rect",
                            "opacity": 0.3,
                            "fillcolor": "rgb(31, 61, 238)"
                        }
                    ],
                    "autosize": true,
                    "dragmode": "pan",
                    "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"
                    },
                    "colorscale": {
                        "diverging": [
                            [
                                0,
                                "#9e0142"
                            ],
                            [
                                0.1,
                                "#d53e4f"
                            ],
                            [
                                0.2,
                                "#f46d43"
                            ],
                            [
                                0.3,
                                "#fdae61"
                            ],
                            [
                                0.4,
                                "#fee08b"
                            ],
                            [
                                0.5,
                                "#ffffbf"
                            ],
                            [
                                0.6,
                                "#e6f598"
                            ],
                            [
                                0.7,
                                "#abdda4"
                            ],
                            [
                                0.8,
                                "#66c2a5"
                            ],
                            [
                                0.9,
                                "#3288bd"
                            ],
                            [
                                1,
                                "#5e4fa2"
                            ]
                        ]
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~arch1t3ctluce",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/4.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-18 17:48:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "arch1t3ctluce",
                "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-18T17:47:39.184968Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~andececille/5.embed",
            "fid": "andececille:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/andececille/5/9_LWXURPAF2MEUPVZ7W9FINV3C3MU7L0.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/andececille/5/2_ZVX3N7SWNBDRV4XCVZ6J0MJ19PE6WO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/andececille/5/8_93T6L821P57ORM7I4UXI5279FU5BJ3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/andececille/5/9_LWXURPAF2MEUPVZ7W9FINV3C3MU7L0.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/andececille:5",
                "plots": "https://api.plotly.com/v2/plots/andececille:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=andececille"
            },
            "owner": "andececille",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~andececille/5/",
            "world_readable": true,
            "date_modified": "2024-04-18T17:47:39.196Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~andececille/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "y": "FroL"
                            }
                        },
                        "mode": "markers",
                        "name": "FroL",
                        "type": "box",
                        "ysrc": "andececille:4:2fda6d",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MTG"
                            }
                        },
                        "name": "MTG",
                        "type": "box",
                        "ysrc": "andececille:4:80d5da",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MFG"
                            }
                        },
                        "name": "MFG",
                        "type": "box",
                        "ysrc": "andececille:4:cfc2ff",
                        "boxmean": true,
                        "boxpoints": "all"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Firing Rate (spikes/sec) vs. Brain Region"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5196936542669585,
                            2.5
                        ],
                        "title": {
                            "text": "Brain Region"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -8.41666666666667,
                            181.91666666666669
                        ],
                        "title": {
                            "text": "Firing Rate (spikes/sec)"
                        },
                        "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/~andececille",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-29 15:25:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "andececille",
                "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-18T17:46:10.852638Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~RN8668/5.embed",
            "fid": "RN8668:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/RN8668:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/RN8668:5/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/RN8668:5/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/RN8668:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/RN8668:5",
                "plots": "https://api.plotly.com/v2/plots/RN8668:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=RN8668"
            },
            "owner": "RN8668",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~RN8668/5/",
            "world_readable": true,
            "date_modified": "2024-05-03T00:16:16.023Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~RN8668/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "y": "FroL"
                            }
                        },
                        "mode": "markers",
                        "name": "FroL",
                        "type": "box",
                        "ysrc": "RN8668:4:6eb846",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MTG"
                            }
                        },
                        "name": "MTG",
                        "type": "box",
                        "ysrc": "RN8668:4:9f92fa",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "MFG"
                            }
                        },
                        "name": "MFG",
                        "type": "box",
                        "ysrc": "RN8668:4:adfed2",
                        "boxmean": true,
                        "boxpoints": "all"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Membrane Potential Class Data"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5071485305798252,
                            2.5
                        ],
                        "title": {
                            "text": "Brain Region"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -81.95,
                            -56.95
                        ],
                        "title": {
                            "text": "Membrane Potential"
                        },
                        "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/~RN8668",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-29 18:07:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "RN8668",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}