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=cj0xJnA9MjAyNS0wOC0zMSswMSUzQTI4JTNBMjYuNTI1OTY3JTJCMDAlM0EwMA%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=cD0yMDI1LTA4LTMxKzAzJTNBNTUlM0EwMC42NTQ2NDIlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0zMSsxNSUzQTA3JTNBMDEuMDA3MTEwJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-08-31T15:07:01.007110Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~yass777/3.embed",
            "fid": "yass777:3",
            "filename": "Criado_celulosa_15_aire",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/yass777/3/9_CZB2U64CHBKCKT79O9JFKNSZJQ2P5J.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/yass777/3/2_UWFXAZ38BGANKI7QZ3JEBKB6WF980T.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/yass777/3/8_F0Q6AD3D7K4IBMDUZIX76PQ5JCNX0C.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/yass777/3/9_CZB2U64CHBKCKT79O9JFKNSZJQ2P5J.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/yass777:3",
                "plots": "https://api.plotly.com/v2/plots/yass777:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=yass777"
            },
            "owner": "yass777",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~yass777/3/",
            "world_readable": true,
            "date_modified": "2025-09-06T01:21:41.655Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~yass777/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR0",
                        "type": "scatter",
                        "xsrc": "yass777:91:7882b0",
                        "ysrc": "yass777:91:374df2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR0"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR05",
                        "type": "scatter",
                        "xsrc": "yass777:91:0d3315",
                        "ysrc": "yass777:91:80bdb7",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR05"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR1",
                        "type": "scatter",
                        "xsrc": "yass777:91:f4dc26",
                        "ysrc": "yass777:91:d56c86",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR15",
                        "type": "scatter",
                        "xsrc": "yass777:91:10f492",
                        "ysrc": "yass777:91:5e7068",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR15"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR2",
                        "type": "scatter",
                        "xsrc": "yass777:91:09e5db",
                        "ysrc": "yass777:91:83f630",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR25",
                        "type": "scatter",
                        "xsrc": "yass777:91:ca2bf6",
                        "ysrc": "yass777:91:b6aaab",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "triangle-up"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR25"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR3",
                        "type": "scatter",
                        "xsrc": "yass777:91:2d68d2",
                        "ysrc": "yass777:91:1cfd90",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "triangle-down"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR35",
                        "type": "scatter",
                        "xsrc": "yass777:91:eba2a7",
                        "ysrc": "yass777:91:ab9182",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "pentagon"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR35"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR4",
                        "type": "scatter",
                        "xsrc": "yass777:91:0a51a9",
                        "ysrc": "yass777:91:ba1c9f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "hexagon"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM1",
                        "type": "scatter",
                        "xsrc": "yass777:91:417d3c",
                        "ysrc": "yass777:91:86666d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "DM1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM2",
                        "type": "scatter",
                        "xsrc": "yass777:91:a60d28",
                        "ysrc": "yass777:91:bed34f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "DM2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM3",
                        "type": "scatter",
                        "xsrc": "yass777:91:431cb3",
                        "ysrc": "yass777:91:f6ece6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "DM3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM4",
                        "type": "scatter",
                        "xsrc": "yass777:91:b53c9d",
                        "ysrc": "yass777:91:ef9eeb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "DM4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM5",
                        "type": "scatter",
                        "xsrc": "yass777:91:2dbb6c",
                        "ysrc": "yass777:91:501f32",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "DM5"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG15",
                        "type": "scatter",
                        "xsrc": "yass777:91:471aa3",
                        "ysrc": "yass777:91:9c6e47",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "NG15"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG2",
                        "type": "scatter",
                        "xsrc": "yass777:91:779f49",
                        "ysrc": "yass777:91:4c4dae",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "NG2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG3",
                        "type": "scatter",
                        "xsrc": "yass777:91:67df5f",
                        "ysrc": "yass777:91:fac410",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "NG3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG4",
                        "type": "scatter",
                        "xsrc": "yass777:91:cc6110",
                        "ysrc": "yass777:91:2be692",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "NG4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "B1",
                        "type": "scatter",
                        "xsrc": "yass777:91:3af453",
                        "ysrc": "yass777:91:1eb4ef",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "B1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P23",
                        "type": "scatter",
                        "xsrc": "yass777:91:1e79e5",
                        "ysrc": "yass777:91:283557",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "P23"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P2",
                        "type": "scatter",
                        "xsrc": "yass777:91:f0bd1c",
                        "ysrc": "yass777:91:d66cbe",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "P2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P3",
                        "type": "scatter",
                        "xsrc": "yass777:91:778513",
                        "ysrc": "yass777:91:64cc03",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "P3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P4",
                        "type": "scatter",
                        "xsrc": "yass777:91:6c1c60",
                        "ysrc": "yass777:91:7d961c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "P4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "E1",
                        "type": "scatter",
                        "xsrc": "yass777:91:22d3eb",
                        "ysrc": "yass777:91:c43edd",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "E1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "E2",
                        "type": "scatter",
                        "xsrc": "yass777:91:926ec1",
                        "ysrc": "yass777:91:610e33",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "E2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "R2",
                        "type": "scatter",
                        "xsrc": "yass777:91:fc6c92",
                        "ysrc": "yass777:91:1dcf55",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "R2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "R3",
                        "type": "scatter",
                        "xsrc": "yass777:91:f06a0d",
                        "ysrc": "yass777:91:84a092",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "R3"
                    },
                    {
                        "line": {
                            "color": "black",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "FWO β=15",
                        "type": "scatter",
                        "xsrc": "yass777:91:568a5d",
                        "ysrc": "yass777:91:e0c721",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "size": 6,
                            "color": "black",
                            "symbol": "circle"
                        },
                        "showlegend": true,
                        "legendgroup": "exp"
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "Starink β=15",
                        "type": "scatter",
                        "xsrc": "yass777:91:3aa2ad",
                        "ysrc": "yass777:91:403e0f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "size": 6,
                            "color": "gray",
                            "symbol": "circle"
                        },
                        "showlegend": true,
                        "legendgroup": "exp"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR0",
                        "type": "scatter",
                        "xsrc": "yass777:91:7f390d",
                        "ysrc": "yass777:91:152ab1",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR0"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR05",
                        "type": "scatter",
                        "xsrc": "yass777:91:af4c4b",
                        "ysrc": "yass777:91:2d6d0f",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR05"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR1",
                        "type": "scatter",
                        "xsrc": "yass777:91:72f1de",
                        "ysrc": "yass777:91:35daf3",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR15",
                        "type": "scatter",
                        "xsrc": "yass777:91:229e8a",
                        "ysrc": "yass777:91:57a790",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR15"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR2",
                        "type": "scatter",
                        "xsrc": "yass777:91:16efbf",
                        "ysrc": "yass777:91:a01e5b",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR25",
                        "type": "scatter",
                        "xsrc": "yass777:91:9fc8a2",
                        "ysrc": "yass777:91:76aa15",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "triangle-up"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR25"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR3",
                        "type": "scatter",
                        "xsrc": "yass777:91:b2737b",
                        "ysrc": "yass777:91:09e5c2",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "triangle-down"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR35",
                        "type": "scatter",
                        "xsrc": "yass777:91:3b7beb",
                        "ysrc": "yass777:91:d1d24f",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "pentagon"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR35"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR4",
                        "type": "scatter",
                        "xsrc": "yass777:91:cffe41",
                        "ysrc": "yass777:91:f7599e",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "hexagon"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM1",
                        "type": "scatter",
                        "xsrc": "yass777:91:6eff39",
                        "ysrc": "yass777:91:2b6cb3",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM2",
                        "type": "scatter",
                        "xsrc": "yass777:91:421f1d",
                        "ysrc": "yass777:91:47fe6d",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM3",
                        "type": "scatter",
                        "xsrc": "yass777:91:e15005",
                        "ysrc": "yass777:91:dce3ff",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM4",
                        "type": "scatter",
                        "xsrc": "yass777:91:217f44",
                        "ysrc": "yass777:91:b68021",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM5",
                        "type": "scatter",
                        "xsrc": "yass777:91:c66c8e",
                        "ysrc": "yass777:91:766b05",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM5"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG15",
                        "type": "scatter",
                        "xsrc": "yass777:91:747f3e",
                        "ysrc": "yass777:91:968652",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG15"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG2",
                        "type": "scatter",
                        "xsrc": "yass777:91:da2473",
                        "ysrc": "yass777:91:771053",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG3",
                        "type": "scatter",
                        "xsrc": "yass777:91:a1db4e",
                        "ysrc": "yass777:91:c7cc0c",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG4",
                        "type": "scatter",
                        "xsrc": "yass777:91:84cc70",
                        "ysrc": "yass777:91:96bfad",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "B1",
                        "type": "scatter",
                        "xsrc": "yass777:91:bbb523",
                        "ysrc": "yass777:91:3d5cd6",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "B1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P23",
                        "type": "scatter",
                        "xsrc": "yass777:91:32c79c",
                        "ysrc": "yass777:91:407378",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P23"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P2",
                        "type": "scatter",
                        "xsrc": "yass777:91:00444c",
                        "ysrc": "yass777:91:2a9c74",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P3",
                        "type": "scatter",
                        "xsrc": "yass777:91:b0fdf3",
                        "ysrc": "yass777:91:e60220",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P4",
                        "type": "scatter",
                        "xsrc": "yass777:91:291fa2",
                        "ysrc": "yass777:91:6e8768",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "E1",
                        "type": "scatter",
                        "xsrc": "yass777:91:1c91ef",
                        "ysrc": "yass777:91:e70ded",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "E1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "E2",
                        "type": "scatter",
                        "xsrc": "yass777:91:5d2ee4",
                        "ysrc": "yass777:91:619469",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "E2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "R2",
                        "type": "scatter",
                        "xsrc": "yass777:91:222044",
                        "ysrc": "yass777:91:867404",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "R2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "R3",
                        "type": "scatter",
                        "xsrc": "yass777:91:69b6f7",
                        "ysrc": "yass777:91:c70c39",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "R3"
                    },
                    {
                        "line": {
                            "color": "black",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "FWO β=15",
                        "type": "scatter",
                        "xsrc": "yass777:91:b8f81e",
                        "ysrc": "yass777:91:60a5f0",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": 6,
                            "color": "black",
                            "symbol": "circle"
                        },
                        "showlegend": false,
                        "legendgroup": "exp"
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "Starink β=15",
                        "type": "scatter",
                        "xsrc": "yass777:91:765499",
                        "ysrc": "yass777:91:96a038",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": 6,
                            "color": "gray",
                            "symbol": "circle"
                        },
                        "showlegend": false,
                        "legendgroup": "exp"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR0",
                        "type": "scatter",
                        "xsrc": "yass777:91:194db7",
                        "ysrc": "yass777:91:041ae8",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR0"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR05",
                        "type": "scatter",
                        "xsrc": "yass777:91:1e53c9",
                        "ysrc": "yass777:91:eafc44",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR05"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR1",
                        "type": "scatter",
                        "xsrc": "yass777:91:1cd2c6",
                        "ysrc": "yass777:91:b2435b",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR15",
                        "type": "scatter",
                        "xsrc": "yass777:91:755cba",
                        "ysrc": "yass777:91:cc912c",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR15"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR2",
                        "type": "scatter",
                        "xsrc": "yass777:91:3317e1",
                        "ysrc": "yass777:91:18090c",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR25",
                        "type": "scatter",
                        "xsrc": "yass777:91:ca481f",
                        "ysrc": "yass777:91:f8bf4c",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "triangle-up"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR25"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR3",
                        "type": "scatter",
                        "xsrc": "yass777:91:e704fe",
                        "ysrc": "yass777:91:97c5e4",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "triangle-down"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR35",
                        "type": "scatter",
                        "xsrc": "yass777:91:1f5f80",
                        "ysrc": "yass777:91:7fe4e4",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "pentagon"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR35"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR4",
                        "type": "scatter",
                        "xsrc": "yass777:91:3a715a",
                        "ysrc": "yass777:91:1fa0e7",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "hexagon"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM1",
                        "type": "scatter",
                        "xsrc": "yass777:91:9a9c0b",
                        "ysrc": "yass777:91:347d06",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM2",
                        "type": "scatter",
                        "xsrc": "yass777:91:ba267a",
                        "ysrc": "yass777:91:bf90dd",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM3",
                        "type": "scatter",
                        "xsrc": "yass777:91:0bfed0",
                        "ysrc": "yass777:91:a7b682",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM4",
                        "type": "scatter",
                        "xsrc": "yass777:91:ca7b81",
                        "ysrc": "yass777:91:5b20ea",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM5",
                        "type": "scatter",
                        "xsrc": "yass777:91:89aa20",
                        "ysrc": "yass777:91:5cfe30",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM5"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG15",
                        "type": "scatter",
                        "xsrc": "yass777:91:17a17c",
                        "ysrc": "yass777:91:92251a",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG15"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG2",
                        "type": "scatter",
                        "xsrc": "yass777:91:dc2cdd",
                        "ysrc": "yass777:91:d95fef",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG3",
                        "type": "scatter",
                        "xsrc": "yass777:91:a1bb63",
                        "ysrc": "yass777:91:c1155f",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG4",
                        "type": "scatter",
                        "xsrc": "yass777:91:df4b9c",
                        "ysrc": "yass777:91:b2122d",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "B1",
                        "type": "scatter",
                        "xsrc": "yass777:91:ce527d",
                        "ysrc": "yass777:91:6e3a50",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "B1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P23",
                        "type": "scatter",
                        "xsrc": "yass777:91:8b21c9",
                        "ysrc": "yass777:91:fa8f78",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P23"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P2",
                        "type": "scatter",
                        "xsrc": "yass777:91:8dbe15",
                        "ysrc": "yass777:91:f4f238",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P3",
                        "type": "scatter",
                        "xsrc": "yass777:91:fe0e97",
                        "ysrc": "yass777:91:b456ec",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P4",
                        "type": "scatter",
                        "xsrc": "yass777:91:c6088d",
                        "ysrc": "yass777:91:0331dc",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "E1",
                        "type": "scatter",
                        "xsrc": "yass777:91:f23b8a",
                        "ysrc": "yass777:91:1de07a",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "E1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "E2",
                        "type": "scatter",
                        "xsrc": "yass777:91:2dd7df",
                        "ysrc": "yass777:91:d37512",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "E2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "R2",
                        "type": "scatter",
                        "xsrc": "yass777:91:4251ed",
                        "ysrc": "yass777:91:18c53a",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "R2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "R3",
                        "type": "scatter",
                        "xsrc": "yass777:91:ac0467",
                        "ysrc": "yass777:91:5a0f0c",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "R3"
                    },
                    {
                        "line": {
                            "color": "black",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "FWO β=15",
                        "type": "scatter",
                        "xsrc": "yass777:91:c464c8",
                        "ysrc": "yass777:91:41aa22",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "size": 6,
                            "color": "black",
                            "symbol": "circle"
                        },
                        "showlegend": false,
                        "legendgroup": "exp"
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "Starink β=15",
                        "type": "scatter",
                        "xsrc": "yass777:91:eddd90",
                        "ysrc": "yass777:91:5870e5",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "size": 6,
                            "color": "gray",
                            "symbol": "circle"
                        },
                        "showlegend": false,
                        "legendgroup": "exp"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Criado's Master Plots: Celulosa en AIRE (β=15 ºC/min)"
                    },
                    "width": 2400,
                    "xaxis": {
                        "title": {
                            "text": "α"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.3
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            3.5
                        ],
                        "title": {
                            "text": "f(α)/f(0.5)"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "height": 700,
                    "legend": {
                        "x": 0.5,
                        "y": -0.3,
                        "xanchor": "center",
                        "yanchor": "bottom",
                        "itemsizing": "constant",
                        "orientation": "h"
                    },
                    "margin": {
                        "b": 100,
                        "l": 80,
                        "r": 40
                    },
                    "xaxis2": {
                        "title": {
                            "text": "α"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.35,
                            0.6499999999999999
                        ]
                    },
                    "xaxis3": {
                        "title": {
                            "text": "α"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.7,
                            1.0
                        ]
                    },
                    "yaxis2": {
                        "range": [
                            0,
                            5
                        ],
                        "title": {
                            "text": "g(α)/g(0.5)"
                        },
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis3": {
                        "range": [
                            0,
                            1.5
                        ],
                        "title": {
                            "text": "Z(α) = f(α)*g(α)"
                        },
                        "anchor": "x3",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "hovermode": "x unified",
                    "annotations": [
                        {
                            "x": 0.15,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "Forma Diferencial Normalizada",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.49999999999999994,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "Formal Integral Normalizada",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.85,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "Forma Integral*Diferencial",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ],
                    "updatemenus": [
                        {
                            "x": 1.0,
                            "y": 1.15,
                            "type": "dropdown",
                            "buttons": [
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "Todos",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "Ninguno",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR4",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "DM1",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "P2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "R2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "B1",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "NG15",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR0",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "E1",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR15",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR1",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "DM5",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "NG2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "P23",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "DM4",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR3",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR25",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "NG3",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "NG4",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "P3",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR35",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "E2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "R3",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "P4",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR05",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "DM2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "DM3",
                                    "method": "update"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "down"
                        }
                    ],
                    "plot_bgcolor": "rgba(240,240,240,0.9)"
                }
            },
            "height": 700,
            "width": 2400,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~yass777",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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": "2025-08-31 14:38:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "yass777",
                "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": "2025-08-31T15:06:55.839378Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~yass777/1.embed",
            "fid": "yass777:1",
            "filename": "Criado_celulosa_5_aire",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/yass777/1/9_PYN5HW7Y9GEMHQSSU88OLCDIP2X8J8.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/yass777/1/2_ASVHFB33DKY5QQMVY4V5LBUWJAF0UN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/yass777/1/8_RWQ1YE99FYT421DHAYJA2Z3FP0LKEL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/yass777/1/9_PYN5HW7Y9GEMHQSSU88OLCDIP2X8J8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/yass777:1",
                "plots": "https://api.plotly.com/v2/plots/yass777:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=yass777"
            },
            "owner": "yass777",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~yass777/1/",
            "world_readable": true,
            "date_modified": "2025-09-06T01:21:28.260Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~yass777/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR0",
                        "type": "scatter",
                        "xsrc": "yass777:90:4fe311",
                        "ysrc": "yass777:90:a7826f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR0"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR05",
                        "type": "scatter",
                        "xsrc": "yass777:90:8ccd73",
                        "ysrc": "yass777:90:2e5f90",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR05"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR1",
                        "type": "scatter",
                        "xsrc": "yass777:90:eac5d3",
                        "ysrc": "yass777:90:7d81a9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR15",
                        "type": "scatter",
                        "xsrc": "yass777:90:f5d295",
                        "ysrc": "yass777:90:b10a08",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR15"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR2",
                        "type": "scatter",
                        "xsrc": "yass777:90:0ef022",
                        "ysrc": "yass777:90:90a118",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR25",
                        "type": "scatter",
                        "xsrc": "yass777:90:e0679d",
                        "ysrc": "yass777:90:2424c3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "triangle-up"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR25"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR3",
                        "type": "scatter",
                        "xsrc": "yass777:90:6a1b1e",
                        "ysrc": "yass777:90:8bd290",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "triangle-down"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR35",
                        "type": "scatter",
                        "xsrc": "yass777:90:8475f5",
                        "ysrc": "yass777:90:4b28d5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "pentagon"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR35"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR4",
                        "type": "scatter",
                        "xsrc": "yass777:90:5acc96",
                        "ysrc": "yass777:90:ba6bca",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "hexagon"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "CR4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM1",
                        "type": "scatter",
                        "xsrc": "yass777:90:778f0d",
                        "ysrc": "yass777:90:e268f7",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "DM1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM2",
                        "type": "scatter",
                        "xsrc": "yass777:90:3dbbb1",
                        "ysrc": "yass777:90:6ef7ea",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "DM2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM3",
                        "type": "scatter",
                        "xsrc": "yass777:90:18a631",
                        "ysrc": "yass777:90:72c061",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "DM3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM4",
                        "type": "scatter",
                        "xsrc": "yass777:90:37d8de",
                        "ysrc": "yass777:90:2f1956",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "DM4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM5",
                        "type": "scatter",
                        "xsrc": "yass777:90:675fcb",
                        "ysrc": "yass777:90:0300a1",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "DM5"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG15",
                        "type": "scatter",
                        "xsrc": "yass777:90:b10623",
                        "ysrc": "yass777:90:26362b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "NG15"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG2",
                        "type": "scatter",
                        "xsrc": "yass777:90:2c9601",
                        "ysrc": "yass777:90:d37d67",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "NG2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG3",
                        "type": "scatter",
                        "xsrc": "yass777:90:a19ba3",
                        "ysrc": "yass777:90:f37ae2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "NG3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG4",
                        "type": "scatter",
                        "xsrc": "yass777:90:c75e17",
                        "ysrc": "yass777:90:f8c3b4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "NG4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "B1",
                        "type": "scatter",
                        "xsrc": "yass777:90:99719b",
                        "ysrc": "yass777:90:8d2914",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "B1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P23",
                        "type": "scatter",
                        "xsrc": "yass777:90:456389",
                        "ysrc": "yass777:90:220f4c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "P23"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P2",
                        "type": "scatter",
                        "xsrc": "yass777:90:2dac7c",
                        "ysrc": "yass777:90:50e081",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "P2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P3",
                        "type": "scatter",
                        "xsrc": "yass777:90:86ff58",
                        "ysrc": "yass777:90:de1831",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "P3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P4",
                        "type": "scatter",
                        "xsrc": "yass777:90:ab8433",
                        "ysrc": "yass777:90:b593ba",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "P4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "E1",
                        "type": "scatter",
                        "xsrc": "yass777:90:237588",
                        "ysrc": "yass777:90:5f64e9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "E1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "E2",
                        "type": "scatter",
                        "xsrc": "yass777:90:420daf",
                        "ysrc": "yass777:90:d5e594",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "E2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "R2",
                        "type": "scatter",
                        "xsrc": "yass777:90:ad94c3",
                        "ysrc": "yass777:90:795c5b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "R2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "R3",
                        "type": "scatter",
                        "xsrc": "yass777:90:8dafea",
                        "ysrc": "yass777:90:67b6f5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": true,
                        "legendgroup": "R3"
                    },
                    {
                        "line": {
                            "color": "black",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "FWO β=5",
                        "type": "scatter",
                        "xsrc": "yass777:90:66a29c",
                        "ysrc": "yass777:90:3cae33",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "size": 6,
                            "color": "black",
                            "symbol": "circle"
                        },
                        "showlegend": true,
                        "legendgroup": "exp"
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "Starink β=5",
                        "type": "scatter",
                        "xsrc": "yass777:90:23ae97",
                        "ysrc": "yass777:90:60ace6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "size": 6,
                            "color": "gray",
                            "symbol": "circle"
                        },
                        "showlegend": true,
                        "legendgroup": "exp"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR0",
                        "type": "scatter",
                        "xsrc": "yass777:90:8842a9",
                        "ysrc": "yass777:90:5b28a2",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR0"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR05",
                        "type": "scatter",
                        "xsrc": "yass777:90:e2c0cd",
                        "ysrc": "yass777:90:d52bfd",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR05"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR1",
                        "type": "scatter",
                        "xsrc": "yass777:90:7c863d",
                        "ysrc": "yass777:90:767ec8",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR15",
                        "type": "scatter",
                        "xsrc": "yass777:90:a962ca",
                        "ysrc": "yass777:90:a1f783",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR15"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR2",
                        "type": "scatter",
                        "xsrc": "yass777:90:ed4c35",
                        "ysrc": "yass777:90:691d24",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR25",
                        "type": "scatter",
                        "xsrc": "yass777:90:a0e388",
                        "ysrc": "yass777:90:6aa1c0",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "triangle-up"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR25"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR3",
                        "type": "scatter",
                        "xsrc": "yass777:90:169ba3",
                        "ysrc": "yass777:90:b4e3ac",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "triangle-down"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR35",
                        "type": "scatter",
                        "xsrc": "yass777:90:a76fbd",
                        "ysrc": "yass777:90:03d835",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "pentagon"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR35"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR4",
                        "type": "scatter",
                        "xsrc": "yass777:90:16604a",
                        "ysrc": "yass777:90:f9be9f",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "hexagon"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM1",
                        "type": "scatter",
                        "xsrc": "yass777:90:5d590c",
                        "ysrc": "yass777:90:0f7f98",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM2",
                        "type": "scatter",
                        "xsrc": "yass777:90:7eae84",
                        "ysrc": "yass777:90:ffadf0",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM3",
                        "type": "scatter",
                        "xsrc": "yass777:90:f57713",
                        "ysrc": "yass777:90:603233",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM4",
                        "type": "scatter",
                        "xsrc": "yass777:90:52840e",
                        "ysrc": "yass777:90:0671c2",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM5",
                        "type": "scatter",
                        "xsrc": "yass777:90:af74ed",
                        "ysrc": "yass777:90:7b6308",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM5"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG15",
                        "type": "scatter",
                        "xsrc": "yass777:90:9476c3",
                        "ysrc": "yass777:90:07d21c",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG15"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG2",
                        "type": "scatter",
                        "xsrc": "yass777:90:2b8a1b",
                        "ysrc": "yass777:90:09f68c",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG3",
                        "type": "scatter",
                        "xsrc": "yass777:90:b81769",
                        "ysrc": "yass777:90:89b2f4",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG4",
                        "type": "scatter",
                        "xsrc": "yass777:90:59fd47",
                        "ysrc": "yass777:90:893b95",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "B1",
                        "type": "scatter",
                        "xsrc": "yass777:90:d3f7b3",
                        "ysrc": "yass777:90:9a2162",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "B1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P23",
                        "type": "scatter",
                        "xsrc": "yass777:90:108bf6",
                        "ysrc": "yass777:90:d7f199",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P23"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P2",
                        "type": "scatter",
                        "xsrc": "yass777:90:c1b3e7",
                        "ysrc": "yass777:90:444dbf",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P3",
                        "type": "scatter",
                        "xsrc": "yass777:90:8c342c",
                        "ysrc": "yass777:90:97bd37",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P4",
                        "type": "scatter",
                        "xsrc": "yass777:90:b3f214",
                        "ysrc": "yass777:90:8d11ee",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "E1",
                        "type": "scatter",
                        "xsrc": "yass777:90:ed8927",
                        "ysrc": "yass777:90:97b08d",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "E1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "E2",
                        "type": "scatter",
                        "xsrc": "yass777:90:2904d1",
                        "ysrc": "yass777:90:954a0c",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "E2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "R2",
                        "type": "scatter",
                        "xsrc": "yass777:90:161dea",
                        "ysrc": "yass777:90:42d17f",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "R2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "R3",
                        "type": "scatter",
                        "xsrc": "yass777:90:a645ee",
                        "ysrc": "yass777:90:fb0fae",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "R3"
                    },
                    {
                        "line": {
                            "color": "black",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "FWO β=5",
                        "type": "scatter",
                        "xsrc": "yass777:90:e76843",
                        "ysrc": "yass777:90:3b4ced",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": 6,
                            "color": "black",
                            "symbol": "circle"
                        },
                        "showlegend": false,
                        "legendgroup": "exp"
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "Starink β=5",
                        "type": "scatter",
                        "xsrc": "yass777:90:a22077",
                        "ysrc": "yass777:90:84d347",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": 6,
                            "color": "gray",
                            "symbol": "circle"
                        },
                        "showlegend": false,
                        "legendgroup": "exp"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR0",
                        "type": "scatter",
                        "xsrc": "yass777:90:b9ed5e",
                        "ysrc": "yass777:90:d579e4",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR0"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR05",
                        "type": "scatter",
                        "xsrc": "yass777:90:6fab23",
                        "ysrc": "yass777:90:95e6cf",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR05"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR1",
                        "type": "scatter",
                        "xsrc": "yass777:90:4b72ab",
                        "ysrc": "yass777:90:0ccecd",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR15",
                        "type": "scatter",
                        "xsrc": "yass777:90:5c730d",
                        "ysrc": "yass777:90:915442",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR15"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR2",
                        "type": "scatter",
                        "xsrc": "yass777:90:f81c14",
                        "ysrc": "yass777:90:5c30aa",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR25",
                        "type": "scatter",
                        "xsrc": "yass777:90:1c5df1",
                        "ysrc": "yass777:90:81bd03",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "triangle-up"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR25"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR3",
                        "type": "scatter",
                        "xsrc": "yass777:90:d55796",
                        "ysrc": "yass777:90:84982a",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "triangle-down"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR35",
                        "type": "scatter",
                        "xsrc": "yass777:90:e026bb",
                        "ysrc": "yass777:90:30c0e0",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "pentagon"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR35"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFB3BA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "CR4",
                        "type": "scatter",
                        "xsrc": "yass777:90:a15e7a",
                        "ysrc": "yass777:90:9734ac",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFB3BA",
                            "symbol": "hexagon"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "CR4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM1",
                        "type": "scatter",
                        "xsrc": "yass777:90:6a6bd1",
                        "ysrc": "yass777:90:fec86a",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM2",
                        "type": "scatter",
                        "xsrc": "yass777:90:74db88",
                        "ysrc": "yass777:90:c30f44",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM3",
                        "type": "scatter",
                        "xsrc": "yass777:90:504dd9",
                        "ysrc": "yass777:90:162b98",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM4",
                        "type": "scatter",
                        "xsrc": "yass777:90:606d53",
                        "ysrc": "yass777:90:ccfd85",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAFFC9",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "DM5",
                        "type": "scatter",
                        "xsrc": "yass777:90:a8c270",
                        "ysrc": "yass777:90:a39454",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAFFC9",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "DM5"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG15",
                        "type": "scatter",
                        "xsrc": "yass777:90:9ff953",
                        "ysrc": "yass777:90:25c6a9",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG15"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG2",
                        "type": "scatter",
                        "xsrc": "yass777:90:e9b816",
                        "ysrc": "yass777:90:f38c29",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG3",
                        "type": "scatter",
                        "xsrc": "yass777:90:71da3f",
                        "ysrc": "yass777:90:accf11",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#BAE1FF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "NG4",
                        "type": "scatter",
                        "xsrc": "yass777:90:835aff",
                        "ysrc": "yass777:90:5925c6",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#BAE1FF",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "NG4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "B1",
                        "type": "scatter",
                        "xsrc": "yass777:90:683c6f",
                        "ysrc": "yass777:90:f5949d",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "B1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P23",
                        "type": "scatter",
                        "xsrc": "yass777:90:33e788",
                        "ysrc": "yass777:90:c6d8b7",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P23"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P2",
                        "type": "scatter",
                        "xsrc": "yass777:90:f7d588",
                        "ysrc": "yass777:90:cb94f1",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P3",
                        "type": "scatter",
                        "xsrc": "yass777:90:20d657",
                        "ysrc": "yass777:90:389868",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P3"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#FFFFBA",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "P4",
                        "type": "scatter",
                        "xsrc": "yass777:90:b001eb",
                        "ysrc": "yass777:90:df38ec",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#FFFFBA",
                            "symbol": "x"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "P4"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "E1",
                        "type": "scatter",
                        "xsrc": "yass777:90:51cc7a",
                        "ysrc": "yass777:90:7129fb",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "E1"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "E2",
                        "type": "scatter",
                        "xsrc": "yass777:90:763fed",
                        "ysrc": "yass777:90:641aaf",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "square"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "E2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "R2",
                        "type": "scatter",
                        "xsrc": "yass777:90:f1f43c",
                        "ysrc": "yass777:90:a7c83c",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "diamond"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "R2"
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "#D0BAFF",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "R3",
                        "type": "scatter",
                        "xsrc": "yass777:90:760f7a",
                        "ysrc": "yass777:90:4ee15d",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0.5)",
                                "width": 0.5
                            },
                            "size": 4,
                            "color": "#D0BAFF",
                            "symbol": "cross"
                        },
                        "visible": true,
                        "showlegend": false,
                        "legendgroup": "R3"
                    },
                    {
                        "line": {
                            "color": "black",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "FWO β=5",
                        "type": "scatter",
                        "xsrc": "yass777:90:5dc478",
                        "ysrc": "yass777:90:26cc14",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "size": 6,
                            "color": "black",
                            "symbol": "circle"
                        },
                        "showlegend": false,
                        "legendgroup": "exp"
                    },
                    {
                        "line": {
                            "color": "gray",
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "Starink β=5",
                        "type": "scatter",
                        "xsrc": "yass777:90:7becd7",
                        "ysrc": "yass777:90:4e1085",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "size": 6,
                            "color": "gray",
                            "symbol": "circle"
                        },
                        "showlegend": false,
                        "legendgroup": "exp"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Criado's Master Plots: Celulosa en AIRE (β=5 ºC/min)"
                    },
                    "width": 2400,
                    "xaxis": {
                        "title": {
                            "text": "α"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.3
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0,
                            3.5
                        ],
                        "title": {
                            "text": "f(α)/f(0.5)"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "height": 700,
                    "legend": {
                        "x": 0.5,
                        "y": -0.3,
                        "xanchor": "center",
                        "yanchor": "bottom",
                        "itemsizing": "constant",
                        "orientation": "h"
                    },
                    "margin": {
                        "b": 100,
                        "l": 80,
                        "r": 40
                    },
                    "xaxis2": {
                        "title": {
                            "text": "α"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.35,
                            0.6499999999999999
                        ]
                    },
                    "xaxis3": {
                        "title": {
                            "text": "α"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.7,
                            1.0
                        ]
                    },
                    "yaxis2": {
                        "range": [
                            0,
                            5
                        ],
                        "title": {
                            "text": "g(α)/g(0.5)"
                        },
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis3": {
                        "range": [
                            0,
                            1.5
                        ],
                        "title": {
                            "text": "Z(α) = f(α)*g(α)"
                        },
                        "anchor": "x3",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "hovermode": "x unified",
                    "annotations": [
                        {
                            "x": 0.15,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "Forma Diferencial Normalizada",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.49999999999999994,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "Formal Integral Normalizada",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.85,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "Forma Integral*Diferencial",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ],
                    "updatemenus": [
                        {
                            "x": 1.0,
                            "y": 1.15,
                            "type": "dropdown",
                            "buttons": [
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "Todos",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "Ninguno",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR4",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "DM1",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "P2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "R2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "B1",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "NG15",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR0",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "E1",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR15",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR1",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "DM5",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "NG2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "P23",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "DM4",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR3",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR25",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "NG3",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "NG4",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "P3",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR35",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "E2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "R3",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "P4",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "CR05",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "DM2",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                false,
                                                true,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "DM3",
                                    "method": "update"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "down"
                        }
                    ],
                    "plot_bgcolor": "rgba(240,240,240,0.9)"
                }
            },
            "height": 700,
            "width": 2400,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~yass777",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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": "2025-08-31 14:38:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "yass777",
                "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": "2025-08-31T13:59:44.048386Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ddwad/3.embed",
            "fid": "ddwad:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ddwad/3/9_ULYGZ3BSLHBVW9WZBSR3LT1YMSJD4E.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ddwad/3/2_YT1TQNGQN4HJLNCS959T9MA80Y4YAI.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ddwad/3/8_PDKDE0180JT9UF3G5WV4XRW7FD016S.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ddwad/3/9_ULYGZ3BSLHBVW9WZBSR3LT1YMSJD4E.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ddwad:3",
                "plots": "https://api.plotly.com/v2/plots/ddwad:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=ddwad"
            },
            "owner": "ddwad",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~ddwad/3/",
            "world_readable": true,
            "date_modified": "2025-09-04T02:11:05.433Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ddwad/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "width": 2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "Demand",
                        "type": "scatter",
                        "xsrc": "ddwad:2:295365",
                        "ysrc": "ddwad:2:164f90",
                        "opacity": 1
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D"
                            }
                        },
                        "mode": "lines",
                        "name": "Supply",
                        "type": "scatter",
                        "xsrc": "ddwad:2:f8b8b7",
                        "ysrc": "ddwad:2:5e5b7e",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "dash": "dash"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "E",
                                "y": "F"
                            }
                        },
                        "mode": "lines",
                        "name": "Price Floor",
                        "type": "scatter",
                        "xsrc": "ddwad:2:7acb80",
                        "ysrc": "ddwad:2:8284fa",
                        "stackgroup": null
                    },
                    {
                        "fill": "tozerox",
                        "meta": {
                            "columnNames": {
                                "x": "G",
                                "y": "H"
                            }
                        },
                        "mode": "none",
                        "type": "scatter",
                        "xsrc": "ddwad:2:819bdf",
                        "ysrc": "ddwad:2:91b264",
                        "marker": {
                            "size": 11
                        },
                        "fillcolor": "rgba(245, 201, 95, 0.5)",
                        "showlegend": false,
                        "connectgaps": false,
                        "hovertemplate": ""
                    },
                    {
                        "fill": "tonexty",
                        "line": {
                            "width": 10
                        },
                        "meta": {
                            "columnNames": {
                                "x": "I",
                                "y": "J"
                            }
                        },
                        "mode": "none",
                        "name": "<br>",
                        "type": "scatter",
                        "xsrc": "ddwad:2:69be2d",
                        "ysrc": "ddwad:2:70e8c8",
                        "marker": {
                            "size": 21
                        },
                        "groupnorm": "",
                        "stackgaps": "infer zero",
                        "showlegend": false,
                        "stackgroup": 1,
                        "orientation": "h"
                    },
                    {
                        "fill": "tozeroy",
                        "meta": {
                            "columnNames": {
                                "x": "K",
                                "y": "L"
                            }
                        },
                        "mode": "none",
                        "name": "Dead Weight Loss",
                        "type": "scatter",
                        "xsrc": "ddwad:2:f47aed",
                        "ysrc": "ddwad:2:13fdec",
                        "marker": {
                            "size": 6
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "#e763fa",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "hoveron": "points",
                        "showlegend": true
                    },
                    {
                        "fill": "tozeroy",
                        "line": {
                            "shape": "linear"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "M",
                                "y": "N"
                            }
                        },
                        "mode": "none",
                        "name": "Surplus",
                        "type": "scatter",
                        "xsrc": "ddwad:2:fd61db",
                        "ysrc": "ddwad:2:dbe815",
                        "marker": {
                            "opacity": 1,
                            "maxdisplayed": 0
                        },
                        "hoveron": "points",
                        "fillcolor": "rgba(254, 114, 82, 0.5)",
                        "showlegend": false,
                        "stackgroup": ""
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "O",
                                "y": "P"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ddwad:2:63b07d",
                        "ysrc": "ddwad:2:0a3364",
                        "marker": {
                            "color": "rgb(198, 56, 219)"
                        },
                        "showlegend": false
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Impact of a Binding Price Floor on Shopee’s Delivery Fees"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            200
                        ],
                        "title": {
                            "text": "Quantity of Deliveries"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -11.111111111111112,
                            211.11111111111111
                        ],
                        "title": {
                            "text": "Delivery Fees ($)"
                        },
                        "autorange": true
                    },
                    "shapes": [
                        {
                            "x0": 80,
                            "x1": 80,
                            "y0": 118.00150150150154,
                            "y1": 0,
                            "line": {
                                "dash": "dash",
                                "color": "#444444",
                                "width": 2
                            },
                            "type": "line",
                            "xref": "x",
                            "opacity": 0.4,
                            "fillcolor": "#7f7f7f"
                        },
                        {
                            "x0": 118.30985915492958,
                            "x1": 118.30985915492958,
                            "y0": 3,
                            "y1": 118.01801801801804,
                            "line": {
                                "dash": "dash",
                                "color": "#444444",
                                "width": 2
                            },
                            "type": "line",
                            "opacity": 0.4,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "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"
                    },
                    "annotations": [
                        {
                            "x": 99.76525821596245,
                            "y": 87.16216216216219,
                            "ax": 37,
                            "ay": 0,
                            "text": "E<sub>0</sub>",
                            "showarrow": false
                        },
                        {
                            "x": 22.535211267605636,
                            "y": 143.88888888888889,
                            "ax": -45,
                            "ay": -1,
                            "text": "Consumer Surplus",
                            "showarrow": false,
                            "arrowwidth": 0.1
                        },
                        {
                            "x": 20.892018779342724,
                            "y": 76.15615615615619,
                            "ax": -342,
                            "ay": 38,
                            "text": "Producer Surplus",
                            "showarrow": false,
                            "arrowwidth": 0.1
                        },
                        {
                            "x": 121.12676056338029,
                            "y": 9.129129129129147,
                            "text": "Q<sub>S</sub>",
                            "showarrow": false
                        },
                        {
                            "x": 83.33333333333334,
                            "y": 9.909909909909944,
                            "text": "Q<sub>D</sub>",
                            "showarrow": false
                        },
                        {
                            "x": 86.61971830985915,
                            "y": 100.00000000000003,
                            "text": "D.W.L",
                            "showarrow": false
                        },
                        {
                            "x": 100,
                            "y": 112.01201201201204,
                            "text": "Surplus",
                            "showarrow": false
                        },
                        {
                            "x": 188.96713615023475,
                            "y": 130.78078078078082,
                            "text": "Price Floor",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ddwad",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-08 15:13:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ddwad",
                "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": "2025-08-31T13:02:54.749108Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~advaith.rnair04/13.embed",
            "fid": "advaith.rnair04:13",
            "filename": "Plot 13",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/advaith.rnair04/13/9_TVODC2LPGWAEMLV1Q1SHWYA6DMFDZW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/advaith.rnair04/13/2_ERZPU6U7R79SVC0CMEFGGMZRTSZXG8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/advaith.rnair04/13/8_F4VNC3W545VWA65VTK559INDBOXQJ9.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/advaith.rnair04/13/9_TVODC2LPGWAEMLV1Q1SHWYA6DMFDZW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/advaith.rnair04:13",
                "plots": "https://api.plotly.com/v2/plots/advaith.rnair04:13",
                "parent": "https://api.plotly.com/v2/folders/home?user=advaith.rnair04"
            },
            "owner": "advaith.rnair04",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~advaith.rnair04/13/",
            "world_readable": true,
            "date_modified": "2025-08-31T13:02:54.760Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~advaith.rnair04/13/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "name": "Model outputs",
                        "type": "scatter",
                        "xsrc": "advaith.rnair04:12:f9882f",
                        "ysrc": "advaith.rnair04:12:90867b",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "size": 15
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 20
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.12887880088878848,
                            1.0303211991112116
                        ],
                        "title": {
                            "text": "<b>Tube mass flow rate</b>"
                        },
                        "mirror": "ticks",
                        "showline": true,
                        "autorange": true,
                        "linecolor": "rgb(1, 1, 1)",
                        "linewidth": 5
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            181,
                            184
                        ],
                        "title": {
                            "text": "<b>Overall heat transfer coefficient</b>"
                        },
                        "mirror": "ticks",
                        "showline": true,
                        "autorange": false,
                        "gridwidth": 1,
                        "linecolor": "rgb(9, 9, 9)",
                        "linewidth": 5
                    },
                    "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/~advaith.rnair04",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2023-05-03 11:06:04",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "advaith.rnair04",
                "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": "2025-08-31T12:19:09.863214Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~alex_b/5.embed",
            "fid": "alex_b:5",
            "filename": "Bar Graph",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/alex_b/5/9_XK95UYCUTY766916FL8W3IBAAXRL70.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/alex_b/5/2_DIRETZ2SMP2ZN8UGB6WW55BZ76RE1R.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/alex_b/5/8_YJZYHAGRVTO6AMCGKR1KXA39LHETUH.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/alex_b/5/9_XK95UYCUTY766916FL8W3IBAAXRL70.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/alex_b:5",
                "plots": "https://api.plotly.com/v2/plots/alex_b:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=alex_b"
            },
            "owner": "alex_b",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~alex_b/5/",
            "world_readable": true,
            "date_modified": "2025-08-31T12:19:19.199Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~alex_b/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "none",
                        "meta": {
                            "columnNames": {
                                "x": "Time",
                                "y": "Avg. 100 uM",
                                "error_x": {
                                    "array": ""
                                },
                                "error_y": {
                                    "array": "Stabwn 100µM"
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "alex_b:4:fc0f21",
                        "ysrc": "alex_b:4:c62f0a",
                        "marker": {
                            "color": "rgb(31, 119, 180)"
                        },
                        "error_x": {
                            "type": "data",
                            "visible": false,
                            "traceref": 0,
                            "symmetric": true,
                            "copy_ystyle": true
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "Stabwn 100 uM"
                                }
                            },
                            "type": "data",
                            "color": "rgb(68, 68, 68)",
                            "visible": true,
                            "arraysrc": "alex_b:4:227a4d",
                            "symmetric": true
                        },
                        "opacity": 1,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Arial"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -1.5,
                            121.5
                        ],
                        "title": {
                            "text": "test"
                        },
                        "autorange": true,
                        "gridcolor": "rgb(68, 68, 68)",
                        "zerolinecolor": "rgb(68, 68, 68)"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            1.0473684210526315
                        ],
                        "autorange": true,
                        "gridcolor": "rgb(68, 68, 68)",
                        "zerolinecolor": "rgb(68, 68, 68)"
                    },
                    "bargap": 0,
                    "modebar": {
                        "bgcolor": "rgb(0, 0, 0)",
                        "orientation": "v"
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#506784"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#2a3f5f"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    },
                                    "baxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    }
                                }
                            ],
                            "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": "rgb(17,17,17)",
                                "showland": true,
                                "lakecolor": "rgb(17,17,17)",
                                "landcolor": "rgb(17,17,17)",
                                "showlakes": true,
                                "subunitcolor": "#506784"
                            },
                            "font": {
                                "color": "#f2f5fa"
                            },
                            "polar": {
                                "bgcolor": "rgb(17,17,17)",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "bgcolor": "rgb(17,17,17)"
                            },
                            "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": "rgb(17,17,17)",
                            "paper_bgcolor": "rgb(17,17,17)",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#f2f5fa"
                            },
                            "sliderdefaults": {
                                "bgcolor": "#C8D4E3",
                                "tickwidth": 0,
                                "bordercolor": "rgb(17,17,17)",
                                "borderwidth": 1
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#f2f5fa",
                                "arrowwidth": 1
                            },
                            "updatemenudefaults": {
                                "bgcolor": "#506784",
                                "borderwidth": 0
                            }
                        },
                        "themeRef": "PLOTLY_DARK"
                    },
                    "bargroupgap": 0.13
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~alex_b",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-31 11:55:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "alex_b",
                "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": "2025-08-31T08:07:15.892735Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~arashde89/8.embed",
            "fid": "arashde89:8",
            "filename": "mode5new",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/arashde89/8/9_3QGJ2GEEOCYZYCFADKO6O15RY432MI.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/arashde89/8/2_GM3R72N5EDNWX7GBKLZBLXWB84D5J3.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/arashde89/8/8_IJ381KHT07094R6EODCK3AVEJLKZU4.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/arashde89/8/9_3QGJ2GEEOCYZYCFADKO6O15RY432MI.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/arashde89:8",
                "plots": "https://api.plotly.com/v2/plots/arashde89:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=arashde89"
            },
            "owner": "arashde89",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~arashde89/8/",
            "world_readable": true,
            "date_modified": "2025-08-31T08:07:15.904Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~arashde89/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(1, 10, 17)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "arashde89:7:55ccaf",
                        "ysrc": "arashde89:7:7746f8"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 15,
                        "color": "rgb(12, 0, 0)"
                    },
                    "title": {
                        "font": {
                            "size": 31,
                            "family": "Times New Roman"
                        },
                        "text": "Mode 5"
                    },
                    "xaxis": {
                        "type": "log",
                        "range": [
                            -0.48951931819692057,
                            0.41893807019338564
                        ],
                        "title": {
                            "font": {
                                "size": 18,
                                "family": "Times New Roman"
                            },
                            "text": "Notch Ratio (a/b)"
                        },
                        "nticks": 4,
                        "showline": true,
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.8473666666666667,
                            1.0080333333333333
                        ],
                        "title": {
                            "font": {
                                "size": 18,
                                "family": "Times New Roman"
                            },
                            "text": "Frequency Ratio (c/d)"
                        },
                        "nticks": 6,
                        "showline": true,
                        "autorange": true
                    },
                    "shapes": [
                        {
                            "x0": 0.3247,
                            "x1": 1.335,
                            "y0": 1,
                            "y1": 0.9839,
                            "line": {
                                "dash": "dot",
                                "color": "rgb(20, 1, 1)"
                            },
                            "type": "line",
                            "opacity": 0.3,
                            "fillcolor": "rgb(19, 1, 1)"
                        },
                        {
                            "x0": 1.7799,
                            "x1": 2.6178,
                            "y0": 0.961,
                            "y1": 0.8554,
                            "line": {
                                "dash": "dot",
                                "color": "#444444"
                            },
                            "type": "line",
                            "opacity": 0.3,
                            "fillcolor": "rgb(17, 0, 0)"
                        }
                    ],
                    "autosize": true,
                    "clickmode": "none",
                    "annotations": [
                        {
                            "x": -0.1284400585335188,
                            "y": 0.9887050125313283,
                            "ax": -44,
                            "ay": 72,
                            "font": {
                                "size": 15
                            },
                            "text": "Phase 1"
                        },
                        {
                            "x": 0.31827658448971885,
                            "y": 0.9168278195488722,
                            "ax": -74,
                            "ay": 48,
                            "font": {
                                "size": 15
                            },
                            "text": "Phase 2"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~arashde89",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-31 03:40:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "arashde89",
                "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": "2025-08-31T07:23:15.291655Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kim72/1.embed",
            "fid": "kim72:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kim72/1/9_3NHZZPYWL1M58PA5C2FSPL8HY8AR1Y.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kim72/1/2_00WBC8L348PJ4N648YZU5OZDBR9SSG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kim72/1/8_AF7JRE4ND6US2WPD23K8H3J6O1JN7A.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kim72/1/9_3NHZZPYWL1M58PA5C2FSPL8HY8AR1Y.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kim72:1",
                "plots": "https://api.plotly.com/v2/plots/kim72:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=kim72"
            },
            "owner": "kim72",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~kim72/1/",
            "world_readable": true,
            "date_modified": "2025-08-31T07:23:15.302Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kim72/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "data.0.x",
                                "y": "data.0.y"
                            }
                        },
                        "type": "bar",
                        "xsrc": "kim72:0:0422b2",
                        "ysrc": "kim72:0:ea1718"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "updateCaller Function"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            2.5
                        ],
                        "title": {
                            "text": "Type of Cost"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            33232.63157894737
                        ],
                        "title": {
                            "text": "Gas Fees"
                        },
                        "autorange": true
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    }
                                }
                            ],
                            "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,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "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,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "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,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "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": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "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"
                            ],
                            "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,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kim72",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-31 07:13:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kim72",
                "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": "2025-08-31T05:14:20.386376Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~arashde89/3.embed",
            "fid": "arashde89:3",
            "filename": "Mode55-8th",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/arashde89/3/9_TKZZMJDP2SPGO8EUPGWL6JIDRGF5E2.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/arashde89/3/2_FVEKMGZFWGQG0I9PIDCZMWUNYSTVH5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/arashde89/3/8_WHHG5TA5XKDHFBEA1IK12SGCEMP1M2.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/arashde89/3/9_TKZZMJDP2SPGO8EUPGWL6JIDRGF5E2.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/arashde89:3",
                "plots": "https://api.plotly.com/v2/plots/arashde89:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=arashde89"
            },
            "owner": "arashde89",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~arashde89/3/",
            "world_readable": true,
            "date_modified": "2025-08-31T05:50:02.513Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~arashde89/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "37dd3e",
                        "fill": "none",
                        "line": {
                            "shape": "linear",
                            "width": 2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "",
                        "type": "scatter",
                        "xsrc": "arashde89:4:4d753c",
                        "ysrc": "arashde89:4:72bfd8",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 6,
                            "color": "rgb(0, 7, 12)",
                            "maxdisplayed": 0
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "#1f77b4",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "hoveron": "points",
                        "visible": true,
                        "hoverinfo": "x+y",
                        "cliponaxis": true,
                        "showlegend": false,
                        "stackgroup": "",
                        "connectgaps": false,
                        "hovertemplate": "",
                        "selectedpoints": []
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 15,
                        "family": "Times New Roman"
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 31
                        },
                        "text": "Mode 3"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "log",
                        "dtick": 0.1,
                        "range": [
                            -0.135,
                            0.42021987772514774
                        ],
                        "tick0": 0.3,
                        "ticks": "",
                        "title": {
                            "text": "Notch Ratio (a/b)"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": 9,
                        "showgrid": true,
                        "showline": true,
                        "tickmode": "auto",
                        "zeroline": true,
                        "autorange": false,
                        "gridwidth": 1,
                        "automargin": false,
                        "fixedrange": true,
                        "showspikes": true,
                        "tickformat": "",
                        "tickprefix": "",
                        "rangeslider": {
                            "range": [
                                -0.5435460249001522,
                                0.47296477689661737
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "showexponent": "all",
                        "zerolinewidth": 1,
                        "exponentformat": "SI",
                        "showticklabels": true,
                        "separatethousands": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 0.05,
                        "range": [
                            0.9261111111111111,
                            1.0038888888888888
                        ],
                        "tick0": 0,
                        "title": {
                            "text": "Frequency ratio (c/d)"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": false,
                        "nticks": 10,
                        "showline": true,
                        "tickmode": "auto",
                        "autorange": true,
                        "linewidth": 1,
                        "showspikes": true
                    },
                    "legend": {
                        "x": 1.102463085568676,
                        "y": 0.575187969924812,
                        "title": {
                            "font": {
                                "size": 15
                            },
                            "text": "<br>"
                        }
                    },
                    "shapes": [
                        {
                            "x0": 0.7353,
                            "x1": 1.7986,
                            "y0": 1,
                            "y1": 0.9935,
                            "line": {
                                "dash": "dot",
                                "color": "rgb(0, 0, 0)",
                                "width": 3
                            },
                            "type": "line",
                            "opacity": 0.3,
                            "fillcolor": "rgb(9, 1, 1)"
                        },
                        {
                            "x0": 2.1739,
                            "x1": 2.6316,
                            "y0": 0.98,
                            "y1": 0.93,
                            "line": {
                                "dash": "dot",
                                "color": "#444444"
                            },
                            "type": "line",
                            "opacity": 0.3,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "autosize": true,
                    "dragmode": "select",
                    "clickmode": "none",
                    "hovermode": "closest",
                    "separators": ".,",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.10477908060081631,
                            "y": 0.9968421052631579,
                            "ax": -65,
                            "ay": 89,
                            "text": "Phase 1",
                            "align": "center"
                        },
                        {
                            "x": 0.3713458368898933,
                            "y": 0.958798245614035,
                            "ax": -85,
                            "ay": 44,
                            "text": "Phase 2",
                            "align": "center",
                            "xanchor": "center",
                            "yanchor": "top"
                        }
                    ],
                    "uniformtext": {
                        "mode": false
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~arashde89",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-31 03:40:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "arashde89",
                "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": "2025-08-31T04:17:37.221314Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~arashde89/1.embed",
            "fid": "arashde89:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/arashde89/1/9_NGOZ1TX21EQIF90AG6OOUK5KR99KKH.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/arashde89/1/2_K0ADYK7YYFNE1Y5E1RI7S1MFE5V9GE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/arashde89/1/8_MEL23XA78I4I852I91X61Y17XRRTUA.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/arashde89/1/9_NGOZ1TX21EQIF90AG6OOUK5KR99KKH.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/arashde89:1",
                "plots": "https://api.plotly.com/v2/plots/arashde89:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=arashde89"
            },
            "owner": "arashde89",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~arashde89/1/",
            "world_readable": true,
            "date_modified": "2025-08-31T04:17:37.235Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~arashde89/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "37dd3e",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "lines",
                        "name": "Mode 5",
                        "type": "scatter",
                        "xsrc": "arashde89:0:b0eec6",
                        "ysrc": "arashde89:0:3860ab",
                        "error_x": {
                            "type": "percent",
                            "color": "#1f77b4",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        }
                    },
                    {
                        "uid": "b6620d",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D"
                            }
                        },
                        "mode": "lines",
                        "name": "Mode 6",
                        "type": "scatter",
                        "xsrc": "arashde89:0:b0eec6",
                        "ysrc": "arashde89:0:434001",
                        "xaxis": "x",
                        "yaxis": "y"
                    },
                    {
                        "uid": "65533f",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "E"
                            }
                        },
                        "mode": "lines",
                        "name": "Mode 7",
                        "type": "scatter",
                        "xsrc": "arashde89:0:b0eec6",
                        "ysrc": "arashde89:0:5ca772",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 15,
                        "family": "Times New Roman"
                    },
                    "title": {
                        "text": "kjnk"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "log",
                        "range": [
                            -0.4885177113739985,
                            0.4179364633704637
                        ],
                        "ticks": "",
                        "title": {
                            "text": "Notch Ratio"
                        },
                        "domain": [
                            0.0036231884057971015,
                            1
                        ],
                        "nticks": 5,
                        "showgrid": true,
                        "showline": false,
                        "tickmode": "auto",
                        "autorange": false,
                        "automargin": false,
                        "fixedrange": false,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                -0.4885177113739985,
                                0.4179364633704637
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        }
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0.8230888888888889,
                            1.009311111111111
                        ],
                        "title": {
                            "text": "Frequency ratio"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true,
                        "showspikes": false
                    },
                    "legend": {
                        "title": {
                            "font": {
                                "size": 15
                            },
                            "text": "<br>"
                        }
                    },
                    "shapes": [
                        {
                            "x0": 0.3247,
                            "x1": 1.5683,
                            "y0": 1,
                            "y1": 0.9629,
                            "line": {
                                "dash": "dot",
                                "color": "#444444"
                            },
                            "type": "line",
                            "opacity": 0.3,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "autosize": true,
                    "dragmode": "pan",
                    "hovermode": "closest",
                    "showlegend": true,
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~arashde89",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-31 03:40:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "arashde89",
                "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": "2025-08-31T03:55:00.654642Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~henrywalker/1.embed",
            "fid": "henrywalker:1",
            "filename": "Willoughby Listings",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/henrywalker/1/9_1Z77E0KVJDTL113IE9SDLTSNIIP0BC.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/henrywalker/1/2_YP2XUUTLJXUPOVPD8Z1UVFSWN83YXM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/henrywalker/1/8_JGBS42RJTSPBJBWRT4AH9ALKC8FS0I.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/henrywalker/1/9_1Z77E0KVJDTL113IE9SDLTSNIIP0BC.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/henrywalker:1",
                "plots": "https://api.plotly.com/v2/plots/henrywalker:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=henrywalker"
            },
            "owner": "henrywalker",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~henrywalker/1/",
            "world_readable": true,
            "date_modified": "2025-08-31T03:55:00.667Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~henrywalker/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Square Footage",
                                "y": "Price",
                                "z": "Strata",
                                "text": "Address"
                            }
                        },
                        "mode": "markers+text",
                        "type": "scatter3d",
                        "xsrc": "henrywalker:0:26420e",
                        "ysrc": "henrywalker:0:d96493",
                        "zsrc": "henrywalker:0:5bac1a",
                        "textsrc": "henrywalker:0:fdef91"
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": -0.39406046262217376,
                                "y": 2.017708452151412,
                                "z": 0.6790205843085693
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "metasrc": "henrywalker:0:fdef91",
                    "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"
                    },
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~henrywalker",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-31 03:31:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "henrywalker",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}