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=cj0xJnA9MjAyNC0wNC0xOSsxMSUzQTE0JTNBMjguNzgxMjEyJTJCMDAlM0EwMA%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=cD0yMDI0LTA0LTE5KzExJTNBMTQlM0EzNC4wNjM0MjIlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xOSsxMSUzQTE2JTNBMTIuNTc2MDA2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-19T11:16:12.576006Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~adam.kwiatkowski.fizyk/3.embed",
            "fid": "adam.kwiatkowski.fizyk:3",
            "filename": "plot2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/adam.kwiatkowski.fizyk/3/9_3MM1N0YNLGA5FUYR1HKUX8KWQRFCAY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/adam.kwiatkowski.fizyk/3/2_7YK2WWUEO6SATPJSDSV70WE0KHX1AN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/adam.kwiatkowski.fizyk/3/8_N1OELRGE51HFBQ2CSAW39PET3Z1I5U.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/adam.kwiatkowski.fizyk/3/9_3MM1N0YNLGA5FUYR1HKUX8KWQRFCAY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/adam.kwiatkowski.fizyk:3",
                "plots": "https://api.plotly.com/v2/plots/adam.kwiatkowski.fizyk:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=adam.kwiatkowski.fizyk"
            },
            "owner": "adam.kwiatkowski.fizyk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~adam.kwiatkowski.fizyk/3/",
            "world_readable": true,
            "date_modified": "2024-04-19T11:16:12.586Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~adam.kwiatkowski.fizyk/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(250, 99, 99)",
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "adam.kwiatkowski.fizyk:2:c8cd7b",
                        "ysrc": "adam.kwiatkowski.fizyk:2:2d7965"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            25
                        ],
                        "title": {
                            "font": {
                                "size": 20
                            },
                            "text": "Czas (s)"
                        },
                        "nticks": 18,
                        "autorange": false,
                        "gridcolor": "rgb(140, 144, 152)",
                        "zerolinecolor": "rgb(0, 0, 0)",
                        "zerolinewidth": 2
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.6666666666666667,
                            12.666666666666666
                        ],
                        "title": {
                            "font": {
                                "size": 20
                            },
                            "text": "Prędkość (m/s)"
                        },
                        "autorange": true,
                        "gridcolor": "rgb(140, 144, 152)",
                        "zerolinecolor": "rgb(1, 1, 1)"
                    },
                    "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/~adam.kwiatkowski.fizyk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-18 13:22:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "adam.kwiatkowski.fizyk",
                "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-19T11:16:03.954754Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~peter.capcara/195.embed",
            "fid": "peter.capcara:195",
            "filename": "Plot 195",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/195/9_ZSKYP5QLM1H4JJ0V6LTSN1OGKM4IDF.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/195/2_PVF879OM7AJHBCBAKM0KMLVPEKIYOU.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/195/8_XKAMVX9QNLPH6OZHM43POAZB19JTDH.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/195/9_ZSKYP5QLM1H4JJ0V6LTSN1OGKM4IDF.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/peter.capcara:195",
                "plots": "https://api.plotly.com/v2/plots/peter.capcara:195",
                "parent": "https://api.plotly.com/v2/folders/home?user=peter.capcara"
            },
            "owner": "peter.capcara",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~peter.capcara/195/",
            "world_readable": true,
            "date_modified": "2024-04-19T11:16:03.967Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~peter.capcara/195/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a1a8b8",
                        "asrc": "peter.capcara:194:f53a8f",
                        "bsrc": "peter.capcara:194:5254b7",
                        "csrc": "peter.capcara:194:4eacbe",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "PD",
                        "text": "PD",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#8dd3c7"
                    },
                    {
                        "uid": "c72344",
                        "asrc": "peter.capcara:194:69bc6d",
                        "bsrc": "peter.capcara:194:f550ff",
                        "csrc": "peter.capcara:194:9af3f7",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "D1",
                        "text": "D1",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#ffffb3"
                    },
                    {
                        "uid": "3eab74",
                        "asrc": "peter.capcara:194:9366c9",
                        "bsrc": "peter.capcara:194:6fd54c",
                        "csrc": "peter.capcara:194:4ce959",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "D2",
                        "text": "D2",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#bebada"
                    },
                    {
                        "uid": "b9dc9f",
                        "asrc": "peter.capcara:194:386d8d",
                        "bsrc": "peter.capcara:194:abbd80",
                        "csrc": "peter.capcara:194:4d4948",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "DT",
                        "text": "DT",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#fb8072"
                    },
                    {
                        "uid": "381ad2",
                        "asrc": "peter.capcara:194:a95659",
                        "bsrc": "peter.capcara:194:cf3b2a",
                        "csrc": "peter.capcara:194:eab513",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "T1",
                        "text": "T1",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#80b1d3"
                    },
                    {
                        "uid": "8cc163",
                        "asrc": "peter.capcara:194:e1072c",
                        "bsrc": "peter.capcara:194:683c10",
                        "csrc": "peter.capcara:194:21e205",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "T2",
                        "text": "T2",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#fdb462"
                    },
                    {
                        "uid": "6f33dc",
                        "asrc": "peter.capcara:194:58ac3e",
                        "bsrc": "peter.capcara:194:7dc771",
                        "csrc": "peter.capcara:194:c6b673",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "T3",
                        "text": "T3",
                        "type": "scatterternary",
                        "opacity": 0.5,
                        "subplot": "ternary",
                        "fillcolor": "#b3de69"
                    },
                    {
                        "asrc": "peter.capcara:194:dd5209",
                        "bsrc": "peter.capcara:194:102483",
                        "csrc": "peter.capcara:194:5e17bb",
                        "mode": "markers",
                        "name": "3270",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:223453",
                        "bsrc": "peter.capcara:194:c531ea",
                        "csrc": "peter.capcara:194:926699",
                        "mode": "markers",
                        "name": "650",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:f82e30",
                        "bsrc": "peter.capcara:194:2b49a0",
                        "csrc": "peter.capcara:194:1d63a8",
                        "mode": "markers",
                        "name": "649",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:5c4ae8",
                        "bsrc": "peter.capcara:194:7258e4",
                        "csrc": "peter.capcara:194:3a0b58",
                        "mode": "markers",
                        "name": "648",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:1f40f2",
                        "bsrc": "peter.capcara:194:8efef1",
                        "csrc": "peter.capcara:194:57eca6",
                        "mode": "markers",
                        "name": "647",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:9787c1",
                        "bsrc": "peter.capcara:194:bd6a43",
                        "csrc": "peter.capcara:194:41ff49",
                        "mode": "markers",
                        "name": "646",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:f8c603",
                        "bsrc": "peter.capcara:194:4647a1",
                        "csrc": "peter.capcara:194:b4712d",
                        "mode": "markers",
                        "name": "645",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:2c76d0",
                        "bsrc": "peter.capcara:194:e3d0c0",
                        "csrc": "peter.capcara:194:a10020",
                        "mode": "markers",
                        "name": "644",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:30463c",
                        "bsrc": "peter.capcara:194:2c7c79",
                        "csrc": "peter.capcara:194:fd4946",
                        "mode": "markers",
                        "name": "643",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:e1678b",
                        "bsrc": "peter.capcara:194:3d29e0",
                        "csrc": "peter.capcara:194:d7f965",
                        "mode": "markers",
                        "name": "642",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:a02eaa",
                        "bsrc": "peter.capcara:194:f4ff37",
                        "csrc": "peter.capcara:194:08b2dc",
                        "mode": "markers",
                        "name": "641",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:0f5723",
                        "bsrc": "peter.capcara:194:2b3a70",
                        "csrc": "peter.capcara:194:c04093",
                        "mode": "markers",
                        "name": "640",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:61763a",
                        "bsrc": "peter.capcara:194:1410f8",
                        "csrc": "peter.capcara:194:bde26e",
                        "mode": "markers",
                        "name": "639",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:01c121",
                        "bsrc": "peter.capcara:194:5f4be2",
                        "csrc": "peter.capcara:194:7f88e2",
                        "mode": "markers",
                        "name": "638",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:6904f5",
                        "bsrc": "peter.capcara:194:2b19d6",
                        "csrc": "peter.capcara:194:211c04",
                        "mode": "markers",
                        "name": "637",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:02dbb4",
                        "bsrc": "peter.capcara:194:3ceeb6",
                        "csrc": "peter.capcara:194:4fb3cb",
                        "mode": "markers",
                        "name": "636",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:bd46f1",
                        "bsrc": "peter.capcara:194:730762",
                        "csrc": "peter.capcara:194:48cbe9",
                        "mode": "markers",
                        "name": "635",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:961030",
                        "bsrc": "peter.capcara:194:3bdc9e",
                        "csrc": "peter.capcara:194:5365df",
                        "mode": "markers",
                        "name": "634",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:bbca35",
                        "bsrc": "peter.capcara:194:c88a71",
                        "csrc": "peter.capcara:194:9eca12",
                        "mode": "markers",
                        "name": "633",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:45bb86",
                        "bsrc": "peter.capcara:194:1d596d",
                        "csrc": "peter.capcara:194:22bba9",
                        "mode": "markers",
                        "name": "632",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:675dae",
                        "bsrc": "peter.capcara:194:ffd13c",
                        "csrc": "peter.capcara:194:d6cbc7",
                        "mode": "markers",
                        "name": "631",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:b81414",
                        "bsrc": "peter.capcara:194:3443fc",
                        "csrc": "peter.capcara:194:ba4efa",
                        "mode": "markers",
                        "name": "630",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:43f7b4",
                        "bsrc": "peter.capcara:194:91667c",
                        "csrc": "peter.capcara:194:5e1390",
                        "mode": "markers",
                        "name": "629",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:ee3fae",
                        "bsrc": "peter.capcara:194:c416aa",
                        "csrc": "peter.capcara:194:95ab0f",
                        "mode": "markers",
                        "name": "628",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:2fff3a",
                        "bsrc": "peter.capcara:194:2442bf",
                        "csrc": "peter.capcara:194:2683cb",
                        "mode": "markers",
                        "name": "627",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:48d7ad",
                        "bsrc": "peter.capcara:194:76b8b8",
                        "csrc": "peter.capcara:194:881729",
                        "mode": "markers",
                        "name": "626",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:15d3bb",
                        "bsrc": "peter.capcara:194:128158",
                        "csrc": "peter.capcara:194:82755b",
                        "mode": "markers",
                        "name": "625",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:867065",
                        "bsrc": "peter.capcara:194:0e5692",
                        "csrc": "peter.capcara:194:c59f5d",
                        "mode": "markers",
                        "name": "624",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:b61476",
                        "bsrc": "peter.capcara:194:ac8d3c",
                        "csrc": "peter.capcara:194:d465a8",
                        "mode": "markers",
                        "name": "623",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:92dc4d",
                        "bsrc": "peter.capcara:194:5b0b45",
                        "csrc": "peter.capcara:194:99804b",
                        "mode": "markers",
                        "name": "622",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:c5a962",
                        "bsrc": "peter.capcara:194:7e8c7a",
                        "csrc": "peter.capcara:194:17a8d4",
                        "mode": "markers",
                        "name": "621",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:5bdab1",
                        "bsrc": "peter.capcara:194:e19512",
                        "csrc": "peter.capcara:194:aef3bb",
                        "mode": "markers",
                        "name": "620",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:332ea9",
                        "bsrc": "peter.capcara:194:3f9ca1",
                        "csrc": "peter.capcara:194:6a695a",
                        "mode": "markers",
                        "name": "619",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:c4901f",
                        "bsrc": "peter.capcara:194:3c9195",
                        "csrc": "peter.capcara:194:7a1d0c",
                        "mode": "markers",
                        "name": "618",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:32ee8c",
                        "bsrc": "peter.capcara:194:5e43b2",
                        "csrc": "peter.capcara:194:a3f355",
                        "mode": "markers",
                        "name": "617",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:45f83c",
                        "bsrc": "peter.capcara:194:ef4845",
                        "csrc": "peter.capcara:194:de9685",
                        "mode": "markers",
                        "name": "616",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:46590d",
                        "bsrc": "peter.capcara:194:146786",
                        "csrc": "peter.capcara:194:396965",
                        "mode": "markers",
                        "name": "615",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:a0686c",
                        "bsrc": "peter.capcara:194:2c2682",
                        "csrc": "peter.capcara:194:e5ff46",
                        "mode": "markers",
                        "name": "614",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:7fdc43",
                        "bsrc": "peter.capcara:194:52761a",
                        "csrc": "peter.capcara:194:6d90d4",
                        "mode": "markers",
                        "name": "613",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:3348eb",
                        "bsrc": "peter.capcara:194:2167da",
                        "csrc": "peter.capcara:194:adca78",
                        "mode": "markers",
                        "name": "612",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:b9eeee",
                        "bsrc": "peter.capcara:194:0de0b6",
                        "csrc": "peter.capcara:194:ada28d",
                        "mode": "markers",
                        "name": "611",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:6f0468",
                        "bsrc": "peter.capcara:194:d06f48",
                        "csrc": "peter.capcara:194:2f4efb",
                        "mode": "markers",
                        "name": "610",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:3598a5",
                        "bsrc": "peter.capcara:194:71194d",
                        "csrc": "peter.capcara:194:339e6a",
                        "mode": "markers",
                        "name": "609",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:c5e5f9",
                        "bsrc": "peter.capcara:194:9ba44f",
                        "csrc": "peter.capcara:194:07f2e4",
                        "mode": "markers",
                        "name": "608",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:ae5c6c",
                        "bsrc": "peter.capcara:194:7032da",
                        "csrc": "peter.capcara:194:0a967a",
                        "mode": "markers",
                        "name": "607",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:ba9d3c",
                        "bsrc": "peter.capcara:194:a84db6",
                        "csrc": "peter.capcara:194:ecdce9",
                        "mode": "markers",
                        "name": "606",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:95ca01",
                        "bsrc": "peter.capcara:194:a52167",
                        "csrc": "peter.capcara:194:b756d6",
                        "mode": "markers",
                        "name": "605",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:ad7aa4",
                        "bsrc": "peter.capcara:194:1b966b",
                        "csrc": "peter.capcara:194:5ea322",
                        "mode": "markers",
                        "name": "604",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:9d011b",
                        "bsrc": "peter.capcara:194:7832d6",
                        "csrc": "peter.capcara:194:082ec6",
                        "mode": "markers",
                        "name": "603",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:475474",
                        "bsrc": "peter.capcara:194:1b3f23",
                        "csrc": "peter.capcara:194:d4db95",
                        "mode": "markers",
                        "name": "602",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:8e25f9",
                        "bsrc": "peter.capcara:194:948827",
                        "csrc": "peter.capcara:194:1a6a23",
                        "mode": "markers",
                        "name": "601",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:0b9904",
                        "bsrc": "peter.capcara:194:5178b4",
                        "csrc": "peter.capcara:194:9d6d89",
                        "mode": "markers",
                        "name": "600",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:d6493b",
                        "bsrc": "peter.capcara:194:af8821",
                        "csrc": "peter.capcara:194:44c2f3",
                        "mode": "markers",
                        "name": "599",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:59dc73",
                        "bsrc": "peter.capcara:194:d3ee0d",
                        "csrc": "peter.capcara:194:1c752a",
                        "mode": "markers",
                        "name": "598",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:f7e5fe",
                        "bsrc": "peter.capcara:194:23f414",
                        "csrc": "peter.capcara:194:b94b25",
                        "mode": "markers",
                        "name": "597",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:622b0b",
                        "bsrc": "peter.capcara:194:3e2112",
                        "csrc": "peter.capcara:194:971077",
                        "mode": "markers",
                        "name": "596",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:e7e3a9",
                        "bsrc": "peter.capcara:194:212ca2",
                        "csrc": "peter.capcara:194:6cc7a6",
                        "mode": "markers",
                        "name": "595",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:4439ee",
                        "bsrc": "peter.capcara:194:2cebdb",
                        "csrc": "peter.capcara:194:7aef23",
                        "mode": "markers",
                        "name": "594",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:333260",
                        "bsrc": "peter.capcara:194:e8ed89",
                        "csrc": "peter.capcara:194:66c62c",
                        "mode": "markers",
                        "name": "593",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:ae6088",
                        "bsrc": "peter.capcara:194:7e9c37",
                        "csrc": "peter.capcara:194:11064b",
                        "mode": "markers",
                        "name": "592",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:93cd7c",
                        "bsrc": "peter.capcara:194:7f02aa",
                        "csrc": "peter.capcara:194:497444",
                        "mode": "markers",
                        "name": "591",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:416c35",
                        "bsrc": "peter.capcara:194:93e14e",
                        "csrc": "peter.capcara:194:8253d7",
                        "mode": "markers",
                        "name": "589",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:e39373",
                        "bsrc": "peter.capcara:194:70ee08",
                        "csrc": "peter.capcara:194:fd38f1",
                        "mode": "markers",
                        "name": "588",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:80e483",
                        "bsrc": "peter.capcara:194:cf265a",
                        "csrc": "peter.capcara:194:308cc5",
                        "mode": "markers",
                        "name": "587",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:2c3df5",
                        "bsrc": "peter.capcara:194:119e99",
                        "csrc": "peter.capcara:194:1e4d8c",
                        "mode": "markers",
                        "name": "586",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:fb3aa0",
                        "bsrc": "peter.capcara:194:35fcbe",
                        "csrc": "peter.capcara:194:fc40e4",
                        "mode": "markers",
                        "name": "585",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:099ec8",
                        "bsrc": "peter.capcara:194:446de2",
                        "csrc": "peter.capcara:194:cd7a57",
                        "mode": "markers",
                        "name": "584",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:818b26",
                        "bsrc": "peter.capcara:194:80541b",
                        "csrc": "peter.capcara:194:9036a9",
                        "mode": "markers",
                        "name": "583",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:a0fbaf",
                        "bsrc": "peter.capcara:194:c2bce9",
                        "csrc": "peter.capcara:194:9a0cf1",
                        "mode": "markers",
                        "name": "582",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:0be36b",
                        "bsrc": "peter.capcara:194:09dbd5",
                        "csrc": "peter.capcara:194:0ccd0e",
                        "mode": "markers",
                        "name": "581",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:1f538a",
                        "bsrc": "peter.capcara:194:c075b5",
                        "csrc": "peter.capcara:194:b0d8e4",
                        "mode": "markers",
                        "name": "580",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:529721",
                        "bsrc": "peter.capcara:194:99e932",
                        "csrc": "peter.capcara:194:3cd0bd",
                        "mode": "markers",
                        "name": "579",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:194:6aae56",
                        "bsrc": "peter.capcara:194:9c2815",
                        "csrc": "peter.capcara:194:43a5bc",
                        "mode": "markers",
                        "name": "577",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255,0,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "type": "table",
                        "cells": {
                            "fill": {
                                "color": "lavender"
                            },
                            "align": "left",
                            "valuessrc": "peter.capcara:194:04232c"
                        },
                        "domain": {
                            "x": [
                                0.0,
                                1.0
                            ],
                            "y": [
                                0.0,
                                0.255
                            ]
                        },
                        "header": {
                            "fill": {
                                "color": "paleturquoise"
                            },
                            "align": "left",
                            "valuessrc": "peter.capcara:194:3a977c"
                        },
                        "columnwidthsrc": "peter.capcara:194:6ce6a9"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Duval Triangle for DGA Interpretation"
                    },
                    "height": 1000,
                    "ternary": {
                        "sum": 100,
                        "aaxis": {
                            "min": 0.01,
                            "ticks": "outside",
                            "title": {
                                "text": "CH4(Methane)"
                            },
                            "linewidth": 2,
                            "ticksuffix": "%"
                        },
                        "baxis": {
                            "min": 0.01,
                            "ticks": "outside",
                            "title": {
                                "text": "C2H2(Acetylene)"
                            },
                            "linewidth": 2,
                            "ticksuffix": "%"
                        },
                        "caxis": {
                            "min": 0.01,
                            "ticks": "outside",
                            "title": {
                                "text": "C2H4(Ethylene)"
                            },
                            "linewidth": 2,
                            "ticksuffix": "%"
                        },
                        "domain": {
                            "x": [
                                0.0,
                                1.0
                            ],
                            "y": [
                                0.405,
                                1.0
                            ]
                        }
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "showlegend": true
                }
            },
            "height": 1000,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~peter.capcara",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-08 08:11:51",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "peter.capcara",
                "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-19T11:15:13.807777Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~getcharish/190.embed",
            "fid": "getcharish:190",
            "filename": "dummyPhysicalRisksforAviation sector risks",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/getcharish/190/9_TQC2CGR6PQ620HT2VVAT2F9M1Y48LS.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/getcharish/190/2_SWJI86QGZ8TFIKKS99FO20AY1PG3SM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/190/8_O3HJUISLLPCKSJZQB3GAFRDYTITF16.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/190/9_TQC2CGR6PQ620HT2VVAT2F9M1Y48LS.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/getcharish:190",
                "plots": "https://api.plotly.com/v2/plots/getcharish:190",
                "parent": "https://api.plotly.com/v2/folders/home?user=getcharish"
            },
            "owner": "getcharish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~getcharish/190/",
            "world_readable": true,
            "date_modified": "2024-04-22T14:56:48.156Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~getcharish/190/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Short-term disruptions in aviation",
                        "type": "scatter",
                        "xsrc": "getcharish:460:bccabe",
                        "ysrc": "getcharish:460:b6d26c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:460:685b0e",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.013888888888888888,
                            "sizesrc": "getcharish:460:6c1b2a",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Short-term disruptions in aviation",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:460:ef9fbb",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Medium-term disruptions in aviation",
                        "type": "scatter",
                        "xsrc": "getcharish:460:db38d6",
                        "ysrc": "getcharish:460:1ad837",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:460:1cdc79",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.013888888888888888,
                            "sizesrc": "getcharish:460:3b7bb9",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Medium-term disruptions in aviation",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:460:d34bf0",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Long-term disruptions in aviation",
                        "type": "scatter",
                        "xsrc": "getcharish:460:5c87b9",
                        "ysrc": "getcharish:460:38d8a4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:460:2b5687",
                        "marker": {
                            "color": "#00cc96",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.013888888888888888,
                            "sizesrc": "getcharish:460:063d9b",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Long-term disruptions in aviation",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:460:bc7834",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Short-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:460:57d0e1",
                                "ysrc": "getcharish:460:2878fb",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:460:421786",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.013888888888888888,
                                    "sizesrc": "getcharish:460:8132ff",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Short-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:460:ab531d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Medium-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:460:a34af5",
                                "ysrc": "getcharish:460:f152ad",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:460:c28fae",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.013888888888888888,
                                    "sizesrc": "getcharish:460:4dc3ab",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Medium-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:460:7b8b86",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Long-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:460:304660",
                                "ysrc": "getcharish:460:581624",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:460:97f576",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.013888888888888888,
                                    "sizesrc": "getcharish:460:906575",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Long-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:460:52f930",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2020"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Short-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:460:ee43be",
                                "ysrc": "getcharish:460:d7243b",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:460:6b2acb",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.013888888888888888,
                                    "sizesrc": "getcharish:460:26e364",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Short-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:460:797103",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Medium-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:460:136301",
                                "ysrc": "getcharish:460:258c70",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:460:f7cf4f",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.013888888888888888,
                                    "sizesrc": "getcharish:460:00a995",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Medium-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:460:b59195",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Long-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:460:5fd60e",
                                "ysrc": "getcharish:460:5e246c",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:460:2e216a",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.013888888888888888,
                                    "sizesrc": "getcharish:460:e23087",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Long-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:460:16ba75",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2030"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Short-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:460:d3ee4c",
                                "ysrc": "getcharish:460:79c22a",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:460:cd5aad",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.013888888888888888,
                                    "sizesrc": "getcharish:460:53c083",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Short-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:460:691ede",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Short-term disruptions in aviation<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Medium-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:460:916de3",
                                "ysrc": "getcharish:460:3c2f2f",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:460:dbcca5",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.013888888888888888,
                                    "sizesrc": "getcharish:460:969877",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Medium-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:460:1bf4ec",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Medium-term disruptions in aviation<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Long-term disruptions in aviation",
                                "type": "scatter",
                                "xsrc": "getcharish:460:7bf7dc",
                                "ysrc": "getcharish:460:2298d1",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:460:468ed6",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.013888888888888888,
                                    "sizesrc": "getcharish:460:540a98",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Long-term disruptions in aviation",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:460:466e16",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Long-term disruptions in aviation<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2070"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "disclosure = Aviation sector risks"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            7
                        ],
                        "title": {
                            "text": "consequence"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "legend": {
                        "title": {
                            "text": "label"
                        },
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "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="
                            }
                        }
                    ],
                    "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
                            }
                        }
                    },
                    "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-19T11:15:08.374729Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~getcharish/188.embed",
            "fid": "getcharish:188",
            "filename": "dummyPhysicalRisksforInterdependency risk",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/getcharish/188/9_P1E9W6YH2CFPVD0O9JBRQCJ0I4NN9S.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/getcharish/188/2_TWNUSZVI4A1Z00MIGEYDJLOFT78GYL.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/188/8_8GXLICM6PHE2BNVEDL55OYNO30BCQG.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/188/9_P1E9W6YH2CFPVD0O9JBRQCJ0I4NN9S.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/getcharish:188",
                "plots": "https://api.plotly.com/v2/plots/getcharish:188",
                "parent": "https://api.plotly.com/v2/folders/home?user=getcharish"
            },
            "owner": "getcharish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~getcharish/188/",
            "world_readable": true,
            "date_modified": "2024-04-22T14:56:39.374Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~getcharish/188/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Electrical/power disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:459:38f1e6",
                        "ysrc": "getcharish:459:8f7f13",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:459:422488",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.0125,
                            "sizesrc": "getcharish:459:f64888",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Electrical/power disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:459:43fbca",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Water supply disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:459:8b3c0b",
                        "ysrc": "getcharish:459:92aefe",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:459:bd65ad",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.0125,
                            "sizesrc": "getcharish:459:510dc1",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Water supply disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:459:6582b6",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Waste supply disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:459:d33f80",
                        "ysrc": "getcharish:459:0240a9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:459:66529f",
                        "marker": {
                            "color": "#00cc96",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.0125,
                            "sizesrc": "getcharish:459:c457a2",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Waste supply disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:459:992331",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Concession/delivery disruption",
                        "type": "scatter",
                        "xsrc": "getcharish:459:56467e",
                        "ysrc": "getcharish:459:0888ee",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:459:b80a1e",
                        "marker": {
                            "color": "#ab63fa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.0125,
                            "sizesrc": "getcharish:459:178d03",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Concession/delivery disruption",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:459:392c6d",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Electrical/power disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:459:32145c",
                                "ysrc": "getcharish:459:eabab1",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:459:556525",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:459:3a6dac",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Electrical/power disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:459:0fa0f9",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Water supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:459:7f56cb",
                                "ysrc": "getcharish:459:1e119d",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:459:7c3294",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:459:da7f63",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Water supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:459:94e589",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Waste supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:459:851841",
                                "ysrc": "getcharish:459:23fa02",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:459:456325",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:459:d80eff",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Waste supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:459:d5d34a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Concession/delivery disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:459:991454",
                                "ysrc": "getcharish:459:780c25",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:459:0a98f3",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:459:a98813",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Concession/delivery disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:459:db162b",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2020"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Electrical/power disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:459:58c856",
                                "ysrc": "getcharish:459:b10d04",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:459:63ca1b",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:459:5e56fb",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Electrical/power disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:459:4f8464",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Water supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:459:f3bb59",
                                "ysrc": "getcharish:459:2d2b20",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:459:4c0784",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:459:f037a9",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Water supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:459:66c879",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Waste supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:459:364fd8",
                                "ysrc": "getcharish:459:63a761",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:459:4dda7a",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:459:31e1bf",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Waste supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:459:05ef6d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Concession/delivery disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:459:971b09",
                                "ysrc": "getcharish:459:40959b",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:459:0e524d",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:459:bb5e4a",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Concession/delivery disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:459:d92e2c",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2030"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Electrical/power disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:459:a2f319",
                                "ysrc": "getcharish:459:e3c757",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:459:c170b2",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:459:cc56f9",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Electrical/power disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:459:36d966",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Electrical/power disruption<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Water supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:459:bbf81e",
                                "ysrc": "getcharish:459:7f91c6",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:459:c30b44",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:459:745f70",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Water supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:459:eb5579",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Water supply disruption<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Waste supply disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:459:d936b2",
                                "ysrc": "getcharish:459:d708b8",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:459:0f2d88",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:459:165886",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Waste supply disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:459:6188a1",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Waste supply disruption<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Concession/delivery disruption",
                                "type": "scatter",
                                "xsrc": "getcharish:459:4c365c",
                                "ysrc": "getcharish:459:3f95d9",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:459:55f192",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:459:584e40",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Concession/delivery disruption",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:459:fb110c",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Concession/delivery disruption<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2070"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "disclosure = Interdependency risk"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            7
                        ],
                        "title": {
                            "text": "consequence"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "legend": {
                        "title": {
                            "text": "label"
                        },
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "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="
                            }
                        }
                    ],
                    "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
                            }
                        }
                    },
                    "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-19T11:15:03.049036Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~getcharish/186.embed",
            "fid": "getcharish:186",
            "filename": "dummyPhysicalRisksforMaximum temperature incidental",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/getcharish/186/9_REFV5DX17WU2IJ9GU600W2K6GA4IDG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/getcharish/186/2_R4KB64RPSPWP3SNRIMDPSIMG8CHIQG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/186/8_91XEKMP9C7B0BCR45F5GGLQXLHEVR3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/186/9_REFV5DX17WU2IJ9GU600W2K6GA4IDG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/getcharish:186",
                "plots": "https://api.plotly.com/v2/plots/getcharish:186",
                "parent": "https://api.plotly.com/v2/folders/home?user=getcharish"
            },
            "owner": "getcharish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~getcharish/186/",
            "world_readable": true,
            "date_modified": "2024-04-22T14:56:30.800Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~getcharish/186/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Local ecosystem changes",
                        "type": "scatter",
                        "xsrc": "getcharish:458:67c831",
                        "ysrc": "getcharish:458:932c78",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:458:4a2c01",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.016666666666666666,
                            "sizesrc": "getcharish:458:dd61af",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Local ecosystem changes",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:458:b85bb3",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Increased fire risk",
                        "type": "scatter",
                        "xsrc": "getcharish:458:c5066f",
                        "ysrc": "getcharish:458:183c7d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:458:352e57",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.016666666666666666,
                            "sizesrc": "getcharish:458:86be9d",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Increased fire risk",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:458:4079d5",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Increased communicable diseases",
                        "type": "scatter",
                        "xsrc": "getcharish:458:5109dc",
                        "ysrc": "getcharish:458:638182",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:458:c4a05d",
                        "marker": {
                            "color": "#00cc96",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.016666666666666666,
                            "sizesrc": "getcharish:458:9089da",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Increased communicable diseases",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:458:ed2483",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Changes to air currents",
                        "type": "scatter",
                        "xsrc": "getcharish:458:7ab4bc",
                        "ysrc": "getcharish:458:149d15",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:458:39c8a1",
                        "marker": {
                            "color": "#ab63fa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.016666666666666666,
                            "sizesrc": "getcharish:458:fbb471",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Changes to air currents",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:458:6bbf26",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Local ecosystem changes",
                                "type": "scatter",
                                "xsrc": "getcharish:458:52d768",
                                "ysrc": "getcharish:458:6cb413",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:458:425046",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:458:1bbd29",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Local ecosystem changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:458:1bb2b2",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased fire risk",
                                "type": "scatter",
                                "xsrc": "getcharish:458:02223c",
                                "ysrc": "getcharish:458:49a97a",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:458:986512",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:458:fac894",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased fire risk",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:458:89c82d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased communicable diseases",
                                "type": "scatter",
                                "xsrc": "getcharish:458:cb6edc",
                                "ysrc": "getcharish:458:e0158d",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:458:735947",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:458:6ff8c5",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased communicable diseases",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:458:e0f815",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Changes to air currents",
                                "type": "scatter",
                                "xsrc": "getcharish:458:9d4694",
                                "ysrc": "getcharish:458:ef274b",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:458:31013d",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:458:6f5ef5",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Changes to air currents",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:458:65789e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2020"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Local ecosystem changes",
                                "type": "scatter",
                                "xsrc": "getcharish:458:7856b2",
                                "ysrc": "getcharish:458:5b79a4",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:458:ac4c7d",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:458:c22b58",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Local ecosystem changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:458:e679c4",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased fire risk",
                                "type": "scatter",
                                "xsrc": "getcharish:458:9260ad",
                                "ysrc": "getcharish:458:28eff0",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:458:9e9cbd",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:458:d525c2",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased fire risk",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:458:951676",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased communicable diseases",
                                "type": "scatter",
                                "xsrc": "getcharish:458:ac983f",
                                "ysrc": "getcharish:458:907828",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:458:816161",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:458:ce1972",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased communicable diseases",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:458:695646",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Changes to air currents",
                                "type": "scatter",
                                "xsrc": "getcharish:458:b6d2ff",
                                "ysrc": "getcharish:458:828b6d",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:458:b6dbfe",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:458:d4ada0",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Changes to air currents",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:458:993502",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2030"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Local ecosystem changes",
                                "type": "scatter",
                                "xsrc": "getcharish:458:58dcdb",
                                "ysrc": "getcharish:458:2f6314",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:458:5ee181",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:458:bdc39c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Local ecosystem changes",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:458:2a0866",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Local ecosystem changes<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased fire risk",
                                "type": "scatter",
                                "xsrc": "getcharish:458:82a505",
                                "ysrc": "getcharish:458:1e8ade",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:458:c56856",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:458:2a58df",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased fire risk",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:458:82ccc1",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased fire risk<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Increased communicable diseases",
                                "type": "scatter",
                                "xsrc": "getcharish:458:92c081",
                                "ysrc": "getcharish:458:1fb35d",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:458:367a81",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:458:0e72f1",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased communicable diseases",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:458:44e738",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased communicable diseases<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Changes to air currents",
                                "type": "scatter",
                                "xsrc": "getcharish:458:61b26a",
                                "ysrc": "getcharish:458:55ff48",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:458:3e62d4",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:458:8d3ef2",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Changes to air currents",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:458:410ce0",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Changes to air currents<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2070"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "disclosure = Maximum temperature incidental"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            7
                        ],
                        "title": {
                            "text": "consequence"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "legend": {
                        "title": {
                            "text": "label"
                        },
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "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="
                            }
                        }
                    ],
                    "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
                            }
                        }
                    },
                    "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-19T11:14:56.597189Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~getcharish/184.embed",
            "fid": "getcharish:184",
            "filename": "dummyPhysicalRisksforCompound events",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/getcharish/184/9_DBIGREZ0AD49GKEH9KLRM3GSYOMLGD.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/getcharish/184/2_54ZCSLVK96ZX2V6H2SRNZBBDHV04A9.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/184/8_ZW3FBOCZLUQA7JW0ZFCZG4EWB65VGL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/184/9_DBIGREZ0AD49GKEH9KLRM3GSYOMLGD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/getcharish:184",
                "plots": "https://api.plotly.com/v2/plots/getcharish:184",
                "parent": "https://api.plotly.com/v2/folders/home?user=getcharish"
            },
            "owner": "getcharish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~getcharish/184/",
            "world_readable": true,
            "date_modified": "2024-04-22T14:56:23.015Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~getcharish/184/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Blizzard Conditions",
                        "type": "scatter",
                        "xsrc": "getcharish:457:8784d3",
                        "ysrc": "getcharish:457:5aab36",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:457:f237db",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.016666666666666666,
                            "sizesrc": "getcharish:457:084a80",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Blizzard Conditions",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:457:dc0a71",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Flight disruptions",
                        "type": "scatter",
                        "xsrc": "getcharish:457:00848b",
                        "ysrc": "getcharish:457:7fbaa1",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:457:3f5aaa",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.016666666666666666,
                            "sizesrc": "getcharish:457:08fb31",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Flight disruptions",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:457:b9a601",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Blizzard Conditions",
                                "type": "scatter",
                                "xsrc": "getcharish:457:1748b1",
                                "ysrc": "getcharish:457:e0766f",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:457:5cacbf",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:457:9b14e5",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Blizzard Conditions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:457:63099c",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Flight disruptions",
                                "type": "scatter",
                                "xsrc": "getcharish:457:d90782",
                                "ysrc": "getcharish:457:001e55",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:457:a885c8",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:457:d17653",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Flight disruptions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:457:f7be02",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2020"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Blizzard Conditions",
                                "type": "scatter",
                                "xsrc": "getcharish:457:6ac218",
                                "ysrc": "getcharish:457:3ac781",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:457:2de63d",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:457:e8a710",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Blizzard Conditions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:457:f7b617",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Flight disruptions",
                                "type": "scatter",
                                "xsrc": "getcharish:457:8fb8d3",
                                "ysrc": "getcharish:457:583475",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:457:b6746a",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:457:abea55",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Flight disruptions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:457:259241",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2030"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Blizzard Conditions",
                                "type": "scatter",
                                "xsrc": "getcharish:457:9cee5e",
                                "ysrc": "getcharish:457:6156c2",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:457:b4a5d5",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:457:ee3460",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Blizzard Conditions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:457:baf2c8",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Blizzard Conditions<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Flight disruptions",
                                "type": "scatter",
                                "xsrc": "getcharish:457:dbc40c",
                                "ysrc": "getcharish:457:f78324",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:457:5ace49",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.016666666666666666,
                                    "sizesrc": "getcharish:457:ed0b07",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Flight disruptions",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:457:c28ef0",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Flight disruptions<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2070"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "disclosure = Compound events"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            7
                        ],
                        "title": {
                            "text": "consequence"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "legend": {
                        "title": {
                            "text": "label"
                        },
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "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="
                            }
                        }
                    ],
                    "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
                            }
                        }
                    },
                    "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-19T11:14:51.343263Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~getcharish/182.embed",
            "fid": "getcharish:182",
            "filename": "dummyPhysicalRisksforLightning|thunderstorms",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/getcharish/182/9_H026XY13QXK47C2RTKVWECOVADNW0P.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/getcharish/182/2_DUVHC9UUNBT7ANUFVVUY2GNSKSWJ4S.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/182/8_NWVKGUYSIKLTTEU81KG6JZ7QOJJCSR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/182/9_H026XY13QXK47C2RTKVWECOVADNW0P.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/getcharish:182",
                "plots": "https://api.plotly.com/v2/plots/getcharish:182",
                "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/182/",
            "world_readable": true,
            "date_modified": "2024-04-22T14:56:15.662Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~getcharish/182/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Lightning/Thunderstorms",
                        "type": "scatter",
                        "xsrc": "getcharish:456:4e3025",
                        "ysrc": "getcharish:456:5cdbf9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:456:f096fc",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.0125,
                            "sizesrc": "getcharish:456:1283a2",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Lightning/Thunderstorms",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:456:09ca69",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Lightning/Thunderstorms",
                                "type": "scatter",
                                "xsrc": "getcharish:456:034889",
                                "ysrc": "getcharish:456:53b4ba",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:456:8a45a1",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:456:f1bd24",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Lightning/Thunderstorms",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:456:33f6e5",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2020"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Lightning/Thunderstorms",
                                "type": "scatter",
                                "xsrc": "getcharish:456:fd4eca",
                                "ysrc": "getcharish:456:b1dc5a",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:456:075218",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:456:e0939e",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Lightning/Thunderstorms",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:456:e89d2e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2030"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Lightning/Thunderstorms",
                                "type": "scatter",
                                "xsrc": "getcharish:456:17e473",
                                "ysrc": "getcharish:456:7833f2",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:456:7c85c6",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:456:9b656d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Lightning/Thunderstorms",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:456:cb5fba",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Lightning/Thunderstorms<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2070"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "disclosure = Lightning/thunderstorms"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            7
                        ],
                        "title": {
                            "text": "consequence"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "legend": {
                        "title": {
                            "text": "label"
                        },
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "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="
                            }
                        }
                    ],
                    "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
                            }
                        }
                    },
                    "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-19T11:14:46.216001Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~getcharish/180.embed",
            "fid": "getcharish:180",
            "filename": "dummyPhysicalRisksforLow visibility",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/getcharish/180/9_4W7E8VMNWC9U7BOKM12GE7QD9SNPMR.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/getcharish/180/2_95Y6T1JIYB807YMAZDW1EKT8IG2GYW.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/180/8_7SM6GSOXV06DLQITOG0L39W4929ERN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/180/9_4W7E8VMNWC9U7BOKM12GE7QD9SNPMR.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/getcharish:180",
                "plots": "https://api.plotly.com/v2/plots/getcharish:180",
                "parent": "https://api.plotly.com/v2/folders/home?user=getcharish"
            },
            "owner": "getcharish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~getcharish/180/",
            "world_readable": true,
            "date_modified": "2024-04-22T14:56:07.653Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~getcharish/180/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Low Visibility",
                        "type": "scatter",
                        "xsrc": "getcharish:455:45c33d",
                        "ysrc": "getcharish:455:76a03c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:455:21a1df",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.0125,
                            "sizesrc": "getcharish:455:19cc2a",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Low Visibility",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:455:be102c",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Low Visibility",
                                "type": "scatter",
                                "xsrc": "getcharish:455:e8c54d",
                                "ysrc": "getcharish:455:d3666b",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:455:c00e00",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:455:00ce65",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Low Visibility",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:455:fe1b5b",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2020"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Low Visibility",
                                "type": "scatter",
                                "xsrc": "getcharish:455:d18356",
                                "ysrc": "getcharish:455:df58db",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:455:4639be",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:455:f0de83",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Low Visibility",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:455:cf7bf9",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2030"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Low Visibility",
                                "type": "scatter",
                                "xsrc": "getcharish:455:8639a8",
                                "ysrc": "getcharish:455:8f834f",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:455:9c7a08",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.0125,
                                    "sizesrc": "getcharish:455:d03785",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Low Visibility",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:455:70489c",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Low Visibility<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2070"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "disclosure = Low visibility"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            7
                        ],
                        "title": {
                            "text": "consequence"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "legend": {
                        "title": {
                            "text": "label"
                        },
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "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="
                            }
                        }
                    ],
                    "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
                            }
                        }
                    },
                    "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-19T11:14:39.464075Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~getcharish/178.embed",
            "fid": "getcharish:178",
            "filename": "dummyPhysicalRisksforExtreme cold",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/getcharish/178/9_17JSRAJ0ILI95I0Y3ZV40JTKFBE686.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/getcharish/178/2_QCJFWJE39AO1NOQ45N9IX86HQF5OY8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/178/8_HWLHFT8E84GBXG662DLRU56QGLFLJG.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/178/9_17JSRAJ0ILI95I0Y3ZV40JTKFBE686.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/getcharish:178",
                "plots": "https://api.plotly.com/v2/plots/getcharish:178",
                "parent": "https://api.plotly.com/v2/folders/home?user=getcharish"
            },
            "owner": "getcharish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~getcharish/178/",
            "world_readable": true,
            "date_modified": "2024-04-22T14:56:00.324Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~getcharish/178/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Extreme Cold (De-icing)",
                        "type": "scatter",
                        "xsrc": "getcharish:454:bb47a9",
                        "ysrc": "getcharish:454:3b7d5b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:454:7fa248",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.20833333333333334,
                            "sizesrc": "getcharish:454:a8da33",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Extreme Cold (De-icing)",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:454:3809a1",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Extreme Cold (Closure)",
                        "type": "scatter",
                        "xsrc": "getcharish:454:8f72c8",
                        "ysrc": "getcharish:454:a0e541",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:454:672566",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.20833333333333334,
                            "sizesrc": "getcharish:454:be184b",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Extreme Cold (Closure)",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:454:fb46ce",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (De-icing)",
                                "type": "scatter",
                                "xsrc": "getcharish:454:9274e2",
                                "ysrc": "getcharish:454:313b65",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:454:2d1997",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.20833333333333334,
                                    "sizesrc": "getcharish:454:153197",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (De-icing)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:454:73dba6",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (Closure)",
                                "type": "scatter",
                                "xsrc": "getcharish:454:fbcf2c",
                                "ysrc": "getcharish:454:048855",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:454:611f7c",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.20833333333333334,
                                    "sizesrc": "getcharish:454:3364ac",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (Closure)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:454:5c8e7c",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2020"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (De-icing)",
                                "type": "scatter",
                                "xsrc": "getcharish:454:a9ce1c",
                                "ysrc": "getcharish:454:5752c7",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:454:6f4487",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.20833333333333334,
                                    "sizesrc": "getcharish:454:aba7b5",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (De-icing)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:454:22727e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (Closure)",
                                "type": "scatter",
                                "xsrc": "getcharish:454:440744",
                                "ysrc": "getcharish:454:d89d53",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:454:b3194b",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.20833333333333334,
                                    "sizesrc": "getcharish:454:6813cf",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (Closure)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:454:8199ed",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2030"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (De-icing)",
                                "type": "scatter",
                                "xsrc": "getcharish:454:235296",
                                "ysrc": "getcharish:454:704ff1",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:454:1a0010",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.20833333333333334,
                                    "sizesrc": "getcharish:454:76efa1",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (De-icing)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:454:65ffdf",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (De-icing)<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Extreme Cold (Closure)",
                                "type": "scatter",
                                "xsrc": "getcharish:454:4b2dd2",
                                "ysrc": "getcharish:454:a5cda8",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:454:2ea575",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.20833333333333334,
                                    "sizesrc": "getcharish:454:ce1970",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Extreme Cold (Closure)",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:454:120b51",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Extreme Cold (Closure)<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2070"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "disclosure = Extreme cold"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            7
                        ],
                        "title": {
                            "text": "consequence"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "legend": {
                        "title": {
                            "text": "label"
                        },
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "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="
                            }
                        }
                    ],
                    "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
                            }
                        }
                    },
                    "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-19T11:14:34.063422Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~getcharish/176.embed",
            "fid": "getcharish:176",
            "filename": "dummyPhysicalRisksforSnowfall",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/getcharish/176/9_OKQLI5P9F3TVL1II9QF16JCYDFDC37.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/getcharish/176/2_4P1TR4CQUOQ5HYZGQYSSY2MDTF5CGH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/176/8_Q0EJJVDLK9WKZC1R0UA7HLGYSTM4Y8.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/getcharish/176/9_OKQLI5P9F3TVL1II9QF16JCYDFDC37.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/getcharish:176",
                "plots": "https://api.plotly.com/v2/plots/getcharish:176",
                "parent": "https://api.plotly.com/v2/folders/home?user=getcharish"
            },
            "owner": "getcharish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~getcharish/176/",
            "world_readable": true,
            "date_modified": "2024-04-22T14:55:52.570Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~getcharish/176/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Increased Snowfall",
                        "type": "scatter",
                        "xsrc": "getcharish:453:abea23",
                        "ysrc": "getcharish:453:cbe575",
                        "xaxis": "x",
                        "yaxis": "y",
                        "idssrc": "getcharish:453:9df093",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "opacity": 0.7,
                            "sizeref": 0.075,
                            "sizesrc": "getcharish:453:a4c15f",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Increased Snowfall",
                        "orientation": "v",
                        "hovertextsrc": "getcharish:453:1c72b5",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Increased Snowfall",
                                "type": "scatter",
                                "xsrc": "getcharish:453:125ae3",
                                "ysrc": "getcharish:453:5622e4",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:453:ad3081",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.075,
                                    "sizesrc": "getcharish:453:d3df76",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased Snowfall",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:453:b7c4bd",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2020<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2020"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Increased Snowfall",
                                "type": "scatter",
                                "xsrc": "getcharish:453:e2c959",
                                "ysrc": "getcharish:453:7703b4",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:453:a0d186",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.075,
                                    "sizesrc": "getcharish:453:f062d2",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased Snowfall",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:453:895aac",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2030<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2030"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Increased Snowfall",
                                "type": "scatter",
                                "xsrc": "getcharish:453:8e10a4",
                                "ysrc": "getcharish:453:fb8098",
                                "xaxis": "x",
                                "yaxis": "y",
                                "idssrc": "getcharish:453:d353ee",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "opacity": 0.7,
                                    "sizeref": 0.075,
                                    "sizesrc": "getcharish:453:9b40f0",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Increased Snowfall",
                                "orientation": "v",
                                "hovertextsrc": "getcharish:453:2d8c5e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>label=Increased Snowfall<br>epoch=2070<br>likelihood=%{x}<br>consequence=%{y}<br>weight=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2070"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "disclosure = Snowfall"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            8
                        ],
                        "title": {
                            "text": "likelihood"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            7
                        ],
                        "title": {
                            "text": "consequence"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "legend": {
                        "title": {
                            "text": "label"
                        },
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "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="
                            }
                        }
                    ],
                    "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
                            }
                        }
                    },
                    "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
            }
        }
    ]
}