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

{
    "next": "https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTEwLTE4KzA3JTNBMTclM0EyNy45NjYzNzglMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0xMC0xOCsxNCUzQTQwJTNBMjcuNDgyMjQzJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-10-18T14:40:27.482243Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kduring29/5.embed",
            "fid": "kduring29:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/kduring29:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/kduring29:5/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/kduring29:5/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/kduring29:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kduring29:5",
                "plots": "https://api.plotly.com/v2/plots/kduring29:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=kduring29"
            },
            "owner": "kduring29",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~kduring29/5/",
            "world_readable": true,
            "date_modified": "2025-10-20T05:18:17.999Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kduring29/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "02c775",
                        "meta": {
                            "columnNames": {
                                "x": "D",
                                "y": "C"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kduring29:4:c4431b",
                        "ysrc": "kduring29:4:dc7290",
                        "xaxis": "x",
                        "visible": true
                    },
                    {
                        "uid": "8b2a68",
                        "visible": false,
                        "transforms": [
                            {
                                "rms": 0.006281383176824977,
                                "type": "fit",
                                "xmid": 1.2500000000000004,
                                "ymid": 0.22119078412783477,
                                "inputUid": "02c775",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.0032274254830613794,
                                        "value": 0.12358747699350157
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.008812045813320941,
                                        "value": 0.024997228494641716
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.00560184586871454,
                                        "value": -0.0031611842928137295
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.999777807472448,
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "508cd3",
                        "meta": {
                            "columnNames": {
                                "x": "I",
                                "y": "H"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kduring29:4:f9a974",
                        "ysrc": "kduring29:4:4262c0",
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "uid": "b0d851",
                        "meta": {
                            "columnNames": {
                                "x": "N",
                                "y": "M"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kduring29:4:eda458",
                        "ysrc": "kduring29:4:4e606f",
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "uid": "3e6e1e",
                        "meta": {
                            "columnNames": {
                                "x": "S",
                                "y": "R"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kduring29:4:7e6e7e",
                        "ysrc": "kduring29:4:b7d2b8",
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "uid": "5a425e",
                        "meta": {
                            "columnNames": {
                                "x": "X",
                                "y": "W"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kduring29:4:31168c",
                        "ysrc": "kduring29:4:887635",
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "uid": "94abcc",
                        "name": "Fit of trace 2",
                        "visible": false,
                        "transforms": [
                            {
                                "rms": 0.03699904526448954,
                                "type": "fit",
                                "xmid": 1.5000000000000009,
                                "ymid": 0.22273365607014925,
                                "inputUid": "508cd3",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.015075770048433402,
                                        "value": 0.043496485430755044
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.04733577659151592,
                                        "value": 0.09151116673736175
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.03646380017075846,
                                        "value": -0.012400186255092389
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.9906926328478227,
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "0d8867",
                        "visible": false,
                        "transforms": [
                            {
                                "rms": 0.005535542004539802,
                                "type": "fit",
                                "xmid": 1.7249999999999992,
                                "ymid": 0.19970169214127145,
                                "inputUid": "b0d851",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.0016295231579104986,
                                        "value": 0.07162647543130735
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.006045586736565956,
                                        "value": -0.0067633255856784265
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.005437968146900998,
                                        "value": -0.001765102178716992
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.9998518529326389,
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "fc6678",
                        "visible": false,
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "3e6e1e",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.005428720435917941,
                                        "value": 0.10082989591453027
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.020941764664462095,
                                        "value": 0.017374399063889323
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.019227535339607058,
                                        "value": -0.032113589764345085
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "2e7552",
                        "visible": false,
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "5a425e",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.007751816614810179,
                                        "value": 0.18350686448537343
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.014953378921734069,
                                        "value": 0.06894823478121456
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.006763011765062282,
                                        "value": -0.0002183389308788113
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "9f2d84",
                        "visible": false,
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "02c775",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.0032274254830613794,
                                        "value": 0.12358747699350157
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.008812045813320941,
                                        "value": 0.024997228494641716
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.00560184586871454,
                                        "value": -0.0031611842928137295
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "292e23",
                        "visible": false,
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "508cd3",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.015075770048433402,
                                        "value": 0.043496485430755044
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.04733577659151592,
                                        "value": 0.09151116673736175
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.03646380017075846,
                                        "value": -0.012400186255092389
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "bd12ae",
                        "visible": false,
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "b0d851",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.0016295231579104986,
                                        "value": 0.07162647543130735
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.006045586736565956,
                                        "value": -0.0067633255856784265
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.005437968146900998,
                                        "value": -0.001765102178716992
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "9b1230",
                        "visible": false,
                        "transforms": [
                            {
                                "rms": 0.003131830757717447,
                                "type": "fit",
                                "xmid": 1.909999999999995,
                                "ymid": 0.36890905573347943,
                                "inputUid": "3e6e1e",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.005428720435917941,
                                        "value": 0.10082989591453027
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.020941764664462095,
                                        "value": 0.017374399063889323
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.019227535339607058,
                                        "value": -0.032113589764345085
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.9999299378035377,
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 55
                            }
                        ]
                    },
                    {
                        "uid": "d36e39",
                        "visible": false,
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "5a425e",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.007751816614497459,
                                        "value": 0.18350686448736037
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.014953378921802625,
                                        "value": 0.06894823477609326
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.0067630117652668804,
                                        "value": -0.0002183389278371497
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "886631",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "3e6e1e",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.0016195280570356256,
                                        "value": 0.10959471303264473
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.0036400270725885603,
                                        "value": -0.017210986002623767
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.003649497101688431,
                                        "value": -6.824596653978074e-54
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "d18615",
                        "transforms": [
                            {
                                "rms": 0.025744821574370958,
                                "type": "fit",
                                "xmid": 1.3500000000000008,
                                "ymid": 0.17131982784948296,
                                "inputUid": "508cd3",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.012850884909416561,
                                        "value": 0.07344726547193621
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.03686860292568829,
                                        "value": 0.031074182514471898
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.0255227594217113,
                                        "value": -0.004487959867733195
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.995504509552038,
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "15f457",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "b0d851",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.0016295231579104986,
                                        "value": 0.07162647543130735
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.006045586736565956,
                                        "value": -0.0067633255856784265
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.005437968146900998,
                                        "value": -0.001765102178716992
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "d528b9",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "3e6e1e",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.0018844780326257111,
                                        "value": 0.1093681858967221
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.005291322694289459,
                                        "value": -0.0163171249992497
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.0035828523300344803,
                                        "value": -0.0008299773303376279
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "3a8359",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "5a425e",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.007751816614497459,
                                        "value": 0.18350686448736037
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.014953378921802625,
                                        "value": 0.06894823477609326
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.0067630117652668804,
                                        "value": -0.0002183389278371497
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Position versus time graph: Cart weight (0.5 kg) and hanging weight (0.006 kg)"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.21903198172472876,
                            3.669031981724729
                        ],
                        "title": {
                            "text": "Seconds (s)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.07036937901498928,
                            0.8953693790149893
                        ],
                        "title": {
                            "text": "Position from start (meters)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kduring29",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-09 23:39:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kduring29",
                "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-10-18T14:38:01.797616Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~charliezhang/7.embed",
            "fid": "charliezhang:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/charliezhang:7/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/charliezhang:7/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/charliezhang:7/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/charliezhang:7/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/charliezhang:7",
                "plots": "https://api.plotly.com/v2/plots/charliezhang:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=charliezhang"
            },
            "owner": "charliezhang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~charliezhang/7/",
            "world_readable": true,
            "date_modified": "2025-10-19T19:23:02.683Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~charliezhang/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ea4973",
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "100g",
                        "type": "scatter",
                        "xsrc": "charliezhang:6:e2152c",
                        "ysrc": "charliezhang:6:8d88c1"
                    },
                    {
                        "uid": "7fb789",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "ea4973",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.10111805349014452,
                                        "value": 0.6570288095791181
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.12019746201343338,
                                        "value": 0.2475704450173859
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.03256453412118968,
                                        "value": -0.02910344159475083
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "x v. t for constant m_c and m_h = 100g"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.18684510750329092,
                            0.9731548924967092
                        ],
                        "title": {
                            "text": "t(s)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.006666666666666675,
                            0.8233333333333334
                        ],
                        "title": {
                            "text": "x(m)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~charliezhang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.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-09-10 02:14:31",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "charliezhang",
                "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-10-18T14:28:29.773180Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Chiaki1234/3.embed",
            "fid": "Chiaki1234:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Chiaki1234:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Chiaki1234:3/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/Chiaki1234:3/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Chiaki1234:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Chiaki1234:3",
                "plots": "https://api.plotly.com/v2/plots/Chiaki1234:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=Chiaki1234"
            },
            "owner": "Chiaki1234",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Chiaki1234/3/",
            "world_readable": true,
            "date_modified": "2025-10-18T14:28:29.785Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Chiaki1234/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ff9fc6",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "error_y": {
                                    "array": "C"
                                }
                            }
                        },
                        "mode": "markers",
                        "name": "Data",
                        "type": "scatter",
                        "xsrc": "Chiaki1234:2:5b8856",
                        "ysrc": "Chiaki1234:2:c0b0fc",
                        "marker": {
                            "color": "rgb(53, 100, 234)"
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "#636efa",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "C"
                                }
                            },
                            "type": "data",
                            "visible": true,
                            "arraysrc": "Chiaki1234:2:96360f",
                            "symmetric": true
                        },
                        "showlegend": true,
                        "legendgroup": 1
                    },
                    {
                        "uid": "769709",
                        "line": {
                            "color": "rgb(67, 229, 29)"
                        },
                        "name": "Line of best fit",
                        "transforms": [
                            {
                                "rms": 0.05774970624538763,
                                "type": "fit",
                                "xmid": 0.7500000000000004,
                                "ymid": 0.5982285714285565,
                                "inputUid": "ff9fc6",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.09855813851007639,
                                        "value": 0.7255999999999896
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.0817200913684481,
                                        "value": -0.003399999999992198
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.9903499549109828,
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 22
                        },
                        "text": "<b>The Effect of the mass of CuCO3 on the mass of CuO produced from thermal decomposition</b>"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.18878935939196526,
                            1.3112106406080348
                        ],
                        "title": {
                            "text": "<b>Mass of CuCO3 (g)</b>"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.088077777777778,
                            0.9465222222222174
                        ],
                        "title": {
                            "text": "<b>Mean mass of CuO produced (g)</b>"
                        },
                        "autorange": true
                    },
                    "legend": {
                        "title": {
                            "text": "<b>Legend</b>"
                        }
                    },
                    "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/~Chiaki1234",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-10-17 01:25:03",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Chiaki1234",
                "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-10-18T14:12:57.283702Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gay1999/2.embed",
            "fid": "gay1999:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/gay1999:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/gay1999:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/gay1999:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/gay1999:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gay1999:2",
                "plots": "https://api.plotly.com/v2/plots/gay1999:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=gay1999"
            },
            "owner": "gay1999",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~gay1999/2/",
            "world_readable": true,
            "date_modified": "2025-10-18T14:13:11.116Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gay1999/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "error_y": {
                                    "array": "C"
                                }
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Plástico",
                        "type": "scatter",
                        "xsrc": "gay1999:0:826230",
                        "ysrc": "gay1999:0:b22c09",
                        "marker": {
                            "color": "rgb(96, 183, 239)"
                        },
                        "error_x": {
                            "type": "constant",
                            "color": "rgb(96, 183, 239)",
                            "value": 0.01,
                            "visible": true,
                            "symmetric": true
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "C"
                                }
                            },
                            "type": "data",
                            "color": "rgb(96, 183, 239)",
                            "value": 0.02,
                            "visible": true,
                            "arraysrc": "gay1999:0:af8616",
                            "symmetric": true
                        },
                        "visible": true,
                        "connectgaps": false
                    },
                    {
                        "line": {
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "error_y": {
                                    "array": "C"
                                }
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Espuma",
                        "type": "scatter",
                        "xsrc": "gay1999:1:c864a8",
                        "ysrc": "gay1999:1:0c7acb",
                        "marker": {
                            "color": "rgb(239, 106, 59)"
                        },
                        "error_x": {
                            "type": "constant",
                            "value": 0.01,
                            "visible": true,
                            "symmetric": true
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "C"
                                }
                            },
                            "type": "data",
                            "color": "rgb(239, 106, 59)",
                            "visible": true,
                            "arraysrc": "gay1999:1:cc4b36",
                            "symmetric": true
                        },
                        "visible": true,
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Coeficiente de restitución (e) vs Altura inicial (m)"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.2,
                            0.8
                        ],
                        "title": {
                            "text": "Altura inicial (m)"
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.6,
                            0.9
                        ],
                        "title": {
                            "text": "Coeficiente de restitución (e)"
                        },
                        "autorange": false
                    },
                    "shapes": [
                        {
                            "line": {
                                "color": "#444444"
                            },
                            "type": "line",
                            "xref": "x",
                            "opacity": 0.3,
                            "fillcolor": "rgb(252, 42, 42)"
                        }
                    ],
                    "autosize": true,
                    "dragmode": "pan",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "rgb(237,237,237)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "rgb(217,217,217)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(51,51,51)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(51,51,51)"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(51,51,51)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(51,51,51)"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "rgb(237,237,237)",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "rgb(51,51,51)"
                            },
                            "polar": {
                                "bgcolor": "rgb(237,237,237)",
                                "radialaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "angularaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(237,237,237)"
                                },
                                "yaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(237,237,237)"
                                },
                                "zaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(237,237,237)"
                                }
                            },
                            "xaxis": {
                                "ticks": "outside",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "tickcolor": "rgb(51,51,51)",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "yaxis": {
                                "ticks": "outside",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "tickcolor": "rgb(51,51,51)",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "baxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "caxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "bgcolor": "rgb(237,237,237)"
                            },
                            "colorway": [
                                "#F8766D",
                                "#A3A500",
                                "#00BF7D",
                                "#00B0F6",
                                "#E76BF3"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#40004b"
                                    ],
                                    [
                                        0.1,
                                        "#762a83"
                                    ],
                                    [
                                        0.2,
                                        "#9970ab"
                                    ],
                                    [
                                        0.3,
                                        "#c2a5cf"
                                    ],
                                    [
                                        0.4,
                                        "#e7d4e8"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#d9f0d3"
                                    ],
                                    [
                                        0.7,
                                        "#a6dba0"
                                    ],
                                    [
                                        0.8,
                                        "#5aae61"
                                    ],
                                    [
                                        0.9,
                                        "#1b7837"
                                    ],
                                    [
                                        1,
                                        "#00441b"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "rgb(20,44,66)"
                                    ],
                                    [
                                        1,
                                        "rgb(90,179,244)"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "rgb(20,44,66)"
                                    ],
                                    [
                                        1,
                                        "rgb(90,179,244)"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "rgb(237,237,237)",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.3,
                                "fillcolor": "black"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "GGPLOT2"
                    },
                    "hovermode": "x"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gay1999",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-10-18 14:12:09",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gay1999",
                "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-10-18T13:28:14.602179Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~aglassey29/9.embed",
            "fid": "aglassey29:9",
            "filename": "Plot 9",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/aglassey29:9/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/aglassey29:9/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/aglassey29:9/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/aglassey29:9/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/aglassey29:9",
                "plots": "https://api.plotly.com/v2/plots/aglassey29:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=aglassey29"
            },
            "owner": "aglassey29",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~aglassey29/9/",
            "world_readable": true,
            "date_modified": "2025-10-18T13:28:14.621Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~aglassey29/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a27de5",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "aglassey29:5:97e7fe",
                        "ysrc": "aglassey29:5:3637b3"
                    },
                    {
                        "uid": "e54824",
                        "transforms": [
                            {
                                "rms": 0.00024108337404392716,
                                "type": "fit",
                                "xmid": 1.7299999999999995,
                                "ymid": 0.0076925880358235995,
                                "inputUid": "a27de5",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "a",
                                        "error": 0.0009776933802606211,
                                        "value": 0.024532939936371664
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.0033473486387351104,
                                        "value": 0.0021092737021421565
                                    },
                                    {
                                        "hold": false,
                                        "name": "c",
                                        "error": 0.0024062989746606706,
                                        "value": -0.00014779908197824347
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.9999418771176249,
                                "fitfunction": "a*x^2 + b*x + c",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.2128204029147021,
                            3.6728204029147022
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.0202401372212693,
                            0.3202401372212693
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~aglassey29",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-10 02:30:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "aglassey29",
                "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-10-18T12:55:32.809844Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~manuel.knuesel/1.embed",
            "fid": "manuel.knuesel:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/manuel.knuesel:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/manuel.knuesel:1/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/manuel.knuesel/1/8_TSFZ4IT1VS362S5M3QXQ0BJO7SAY27.png",
                "list-thumb": "https://api.plotly.com/v2/files/manuel.knuesel:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/manuel.knuesel:1",
                "plots": "https://api.plotly.com/v2/plots/manuel.knuesel:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=manuel.knuesel"
            },
            "owner": "manuel.knuesel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~manuel.knuesel/1/",
            "world_readable": true,
            "date_modified": "2025-10-18T15:09:44.905Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~manuel.knuesel/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "47d11b",
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "y",
                                "z": "z",
                                "marker": {
                                    "color": "z"
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "manuel.knuesel:0:277384",
                        "ysrc": "manuel.knuesel:0:b32898",
                        "zsrc": "manuel.knuesel:0:fd72dc",
                        "marker": {
                            "cmax": 2.3142891795941964,
                            "cmin": -2.3933207624421855,
                            "line": {
                                "color": "rgb(45, 43, 43)",
                                "width": 2
                            },
                            "meta": {
                                "columnNames": {
                                    "color": "z"
                                }
                            },
                            "size": 9,
                            "cauto": true,
                            "symbol": "circle",
                            "opacity": 1,
                            "colorbar": {
                                "ticks": "outside",
                                "title": {
                                    "font": {
                                        "color": "rgb(0, 0, 0)"
                                    }
                                },
                                "tickfont": {
                                    "color": "rgb(16, 16, 16)"
                                },
                                "tickcolor": "rgb(8, 7, 7)",
                                "bordercolor": "rgb(32, 30, 30)"
                            },
                            "colorsrc": "manuel.knuesel:0:fd72dc",
                            "showscale": true,
                            "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"
                                ]
                            ]
                        },
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "dtick": 1,
                            "showgrid": true,
                            "tickmode": "linear",
                            "gridwidth": 1
                        },
                        "yaxis": {
                            "type": "category",
                            "nticks": 0
                        },
                        "zaxis": {
                            "type": "linear",
                            "range": [
                                1,
                                5
                            ],
                            "mirror": false,
                            "nticks": 1,
                            "showline": true,
                            "tickmode": "linear",
                            "autorange": false
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 1.3247926388507427,
                                "y": 2.886503143500546,
                                "z": 1.233034578290112
                            },
                            "center": {
                                "x": -0.11374242825703214,
                                "y": -0.07733941036310368,
                                "z": 0.00525539616964687
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "aspectratio": {
                            "x": 1.0560558127413222,
                            "y": 1.11481060831123,
                            "z": 0.8493995683121707
                        }
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "autosize": true,
                    "colorway": [
                        "#1f77b4",
                        "#ff7f0e",
                        "#2ca02c",
                        "#d62728",
                        "#9467bd",
                        "#8c564b",
                        "#e377c2",
                        "#7f7f7f",
                        "#bcbd22",
                        "#17becf"
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~manuel.knuesel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.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-10-18 12:11:42",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "manuel.knuesel",
                "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-10-18T12:41:04.684013Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~widmerfl/7.embed",
            "fid": "widmerfl:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/widmerfl:7/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/widmerfl:7/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/widmerfl/7/8_PEB9M546HP8GFDZYUNMIFUD2OPJ50U.png",
                "list-thumb": "https://api.plotly.com/v2/files/widmerfl:7/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/widmerfl:7",
                "plots": "https://api.plotly.com/v2/plots/widmerfl:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=widmerfl"
            },
            "owner": "widmerfl",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~widmerfl/7/",
            "world_readable": true,
            "date_modified": "2025-10-18T12:41:04.697Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~widmerfl/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "labels": "Male",
                                "values": "Female"
                            }
                        },
                        "mode": "markers",
                        "type": "pie",
                        "labelssrc": "widmerfl:6:cd8c7b",
                        "valuessrc": "widmerfl:6:dfc458"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~widmerfl",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-22 19:46:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "widmerfl",
                "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-10-18T11:24:12.100536Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Harshp_1805/9.embed",
            "fid": "Harshp_1805:9",
            "filename": "SDLC Bar Graph",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Harshp_1805:9/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Harshp_1805/9/2_CMLLIE0BAXG38J58C39LGVBZ7AWW03.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Harshp_1805/9/8_LZ8VMAOXM0IUEGAH60JM63Y9JQ1R49.png",
                "list-thumb": "https://api.plotly.com/v2/files/Harshp_1805:9/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Harshp_1805:9",
                "plots": "https://api.plotly.com/v2/plots/Harshp_1805:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=Harshp_1805"
            },
            "owner": "Harshp_1805",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Harshp_1805/9/",
            "world_readable": true,
            "date_modified": "2025-10-18T11:24:12.113Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Harshp_1805/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "A",
                                "text": "",
                                "marker": {
                                    "color": "B"
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "Harshp_1805:8:4bca3b",
                        "ysrc": "Harshp_1805:8:9b3f20",
                        "marker": {
                            "cmax": 15,
                            "line": {
                                "width": 0
                            },
                            "meta": {
                                "columnNames": {
                                    "color": "B"
                                }
                            },
                            "cauto": true,
                            "opacity": 1,
                            "colorbar": {
                                "x": 0.487381343204606,
                                "y": 0.5210843373493974
                            },
                            "colorsrc": "Harshp_1805:8:4bca3b",
                            "showscale": false,
                            "colorscale": [
                                [
                                    0,
                                    "#1f77b4"
                                ],
                                [
                                    0.1111111111111111,
                                    "#ff7f0e"
                                ],
                                [
                                    0.2222222222222222,
                                    "#2ca02c"
                                ],
                                [
                                    0.3333333333333333,
                                    "#d62728"
                                ],
                                [
                                    0.4444444444444444,
                                    "#9467bd"
                                ],
                                [
                                    0.5555555555555556,
                                    "#8c564b"
                                ],
                                [
                                    0.6666666666666666,
                                    "#e377c2"
                                ],
                                [
                                    0.7777777777777778,
                                    "#7f7f7f"
                                ],
                                [
                                    0.8888888888888888,
                                    "#bcbd22"
                                ],
                                [
                                    1,
                                    "#17becf"
                                ]
                            ],
                            "reversescale": false
                        },
                        "hoverinfo": "x+y",
                        "hoverlabel": {
                            "align": "auto"
                        },
                        "orientation": "h",
                        "textposition": "none",
                        "texttemplate": "",
                        "hovertemplate": "",
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12,
                        "color": "rgb(0, 0, 0)"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            0,
                            15.789473684210526
                        ],
                        "ticks": "outside",
                        "anchor": "y",
                        "mirror": false,
                        "ticklen": 5,
                        "showline": true,
                        "autorange": true,
                        "linewidth": 0,
                        "tickwidth": 1,
                        "automargin": true,
                        "showspikes": false,
                        "tickformat": "",
                        "rangeslider": {
                            "range": [
                                0,
                                15.789473684210526
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "separatethousands": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "category",
                        "range": [
                            -0.5,
                            10.5
                        ],
                        "ticks": "outside",
                        "mirror": false,
                        "tickson": "labels",
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": true,
                        "linewidth": 0,
                        "automargin": true,
                        "fixedrange": false,
                        "showspikes": false
                    },
                    "bargap": 0.19999999999999996,
                    "margin": {
                        "l": 100,
                        "t": 100,
                        "pad": 0
                    },
                    "barnorm": "",
                    "autosize": true,
                    "colorway": [
                        "#1f77b4",
                        "#ff7f0e",
                        "#2ca02c",
                        "#d62728",
                        "#9467bd",
                        "#8c564b",
                        "#e377c2",
                        "#7f7f7f",
                        "#bcbd22",
                        "#17becf"
                    ],
                    "dragmode": "select",
                    "clickmode": "event",
                    "hovermode": "y",
                    "colorscale": {
                        "diverging": [
                            [
                                0,
                                "#050aac"
                            ],
                            [
                                0.2,
                                "#6a89f7"
                            ],
                            [
                                0.4,
                                "#bebebe"
                            ],
                            [
                                0.6,
                                "#dcaa84"
                            ],
                            [
                                0.8,
                                "#e6915a"
                            ],
                            [
                                1,
                                "#b20a1c"
                            ]
                        ],
                        "sequential": [
                            [
                                0,
                                "#fcfbfd"
                            ],
                            [
                                0.125,
                                "#efedf5"
                            ],
                            [
                                0.25,
                                "#dadaeb"
                            ],
                            [
                                0.375,
                                "#bcbddc"
                            ],
                            [
                                0.5,
                                "#9e9ac8"
                            ],
                            [
                                0.625,
                                "#807dba"
                            ],
                            [
                                0.75,
                                "#6a51a3"
                            ],
                            [
                                0.875,
                                "#54278f"
                            ],
                            [
                                1,
                                "#3f007d"
                            ]
                        ]
                    },
                    "hoverlabel": {
                        "font": {
                            "size": 13
                        }
                    },
                    "showlegend": false,
                    "bargroupgap": 0.01,
                    "uniformtext": {
                        "mode": false
                    },
                    "plot_bgcolor": "rgb(255, 255, 255)",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Harshp_1805",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-18 09:27:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Harshp_1805",
                "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-10-18T09:02:07.843273Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~pnirav20/325.embed",
            "fid": "pnirav20:325",
            "filename": "Plot 325",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/pnirav20/325/9_481JB4VQMOMPTYSXXDUJ37ENOYR4O3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/pnirav20/325/2_KI56GH211LRIM33RBKTQ2GBBEEEQ1P.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pnirav20/325/8_SY62MOBN9RLV40WKVLNAFA5DA3RD2N.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pnirav20/325/9_481JB4VQMOMPTYSXXDUJ37ENOYR4O3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/pnirav20:325",
                "plots": "https://api.plotly.com/v2/plots/pnirav20:325",
                "parent": "https://api.plotly.com/v2/folders/home?user=pnirav20"
            },
            "owner": "pnirav20",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~pnirav20/325/",
            "world_readable": true,
            "date_modified": "2025-10-18T09:02:07.863Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~pnirav20/325/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Time",
                                "y": "WEB - Memory Usage (%)"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "pnirav20:324:202feb",
                        "ysrc": "pnirav20:324:3f5415",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Time",
                                "y": "WEB - Disk Usage (%)"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "pnirav20:324:202feb",
                        "ysrc": "pnirav20:324:45e1e1",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Time",
                                "y": "WEB -CPU Usage (%)"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "pnirav20:324:202feb",
                        "ysrc": "pnirav20:324:9cc7e1",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Time",
                                "y": "CA - Time in GC (%)"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "pnirav20:324:202feb",
                        "ysrc": "pnirav20:324:0e44ed",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Time",
                                "y": "CA - Current Queue Length"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "pnirav20:324:202feb",
                        "ysrc": "pnirav20:324:e80cf4",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Time",
                                "y": "CA - CPU Usage (%)"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "pnirav20:324:202feb",
                        "ysrc": "pnirav20:324:0e2642",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Time",
                                "y": "CA - Memory - Working Set Private Usage (%)"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "pnirav20:324:202feb",
                        "ysrc": "pnirav20:324:2e7744",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Time",
                                "y": "CA - Memory - Private Bytes (%)"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "pnirav20:324:202feb",
                        "ysrc": "pnirav20:324:f992fb",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Time",
                                "y": "CA - # of Gen 2 Collections"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "pnirav20:324:202feb",
                        "ysrc": "pnirav20:324:461580",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Time",
                                "y": "DB - CPU Usage (%)"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "pnirav20:324:202feb",
                        "ysrc": "pnirav20:324:c7c74f",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Time",
                                "y": "Active Users"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "pnirav20:324:202feb",
                        "ysrc": "pnirav20:324:c45316",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "1 Hour Test - 18 Oct 2025 - 45.3.0.6459-7"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            0,
                            119
                        ],
                        "title": {
                            "text": "Time"
                        },
                        "autorange": true,
                        "rangeslider": {
                            "range": [
                                0,
                                119
                            ],
                            "yaxis": {
                                "rangemode": "match"
                            },
                            "visible": true,
                            "autorange": true
                        }
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -29.16666666666667,
                            554.1666666666666
                        ],
                        "title": {
                            "text": "Performance"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~pnirav20",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.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": "2022-10-18 09:58:05",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "pnirav20",
                "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-10-18T07:17:27.966378Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~geore-tsui/1.embed",
            "fid": "geore-tsui:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/geore-tsui/1/9_YAKGLE6FWHFYKSS7WO9JPRKJKMMAV2.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/geore-tsui/1/2_Y9I1AX6FI17U73C8A4DO6YETRCGSLN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/geore-tsui/1/8_BJKT6U4UEE6KX92G98LTIHYVVO0CLS.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/geore-tsui/1/9_YAKGLE6FWHFYKSS7WO9JPRKJKMMAV2.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/geore-tsui:1",
                "plots": "https://api.plotly.com/v2/plots/geore-tsui:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=geore-tsui"
            },
            "owner": "geore-tsui",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~geore-tsui/1/",
            "world_readable": true,
            "date_modified": "2025-10-18T07:17:27.991Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~geore-tsui/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "digit_label",
                                "y": "energy_mean - energy_std - energy_max - energy_min - magnitude_mean - magnitude_std - zcr_mean - zcr_max - zcr_min - frame_conut"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "geore-tsui:0:7e5570",
                        "ysrc": "geore-tsui:0:de753d,625523,d38a4e,a91894,cd992b,21d017,bbe7ae,095a2c,ab107b,75a6a1*"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Radar chart"
                    },
                    "width": 680,
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -50.145206944940206,
                            50.53160821360459
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "multicategory",
                        "range": [
                            -50.17921146953405,
                            50.17921146953405
                        ],
                        "autorange": true
                    },
                    "height": 600,
                    "shapes": [
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 0.0, 0.0 L 10.0, 0.0 L 10.0, 0.0 L 9.95184726672, 0.980171403296 L 9.80785280403, 1.95090322016 L 9.56940335732, 2.90284677254 L 9.23879532511, 3.82683432365 L 8.81921264348, 4.71396736826 L 8.31469612303, 5.5557023302 L 7.73010453363, 6.34393284164 L 7.07106781187, 7.07106781187 L 7.07106781187, 7.07106781187 L 0.0, 0.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 1.0)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 10.0, 0.0 L 20.0, 0.0 L 20.0, 0.0 L 19.9036945334, 1.96034280659 L 19.6157056081, 3.90180644032 L 19.1388067146, 5.80569354509 L 18.4775906502, 7.6536686473 L 17.638425287, 9.42793473652 L 16.6293922461, 11.1114046604 L 15.4602090673, 12.6878656833 L 14.1421356237, 14.1421356237 L 14.1421356237, 14.1421356237 L 7.07106781187, 7.07106781187 L 7.07106781187, 7.07106781187 L 7.73010453363, 6.34393284164 L 8.31469612303, 5.5557023302 L 8.81921264348, 4.71396736826 L 9.23879532511, 3.82683432365 L 9.56940335732, 2.90284677254 L 9.80785280403, 1.95090322016 L 9.95184726672, 0.980171403296 L 10.0, 0.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.8)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 20.0, 0.0 L 30.0, 0.0 L 30.0, 0.0 L 29.8555418002, 2.94051420989 L 29.4235584121, 5.85270966048 L 28.708210072, 8.70854031763 L 27.7163859753, 11.480502971 L 26.4576379305, 14.1419021048 L 24.9440883691, 16.6671069906 L 23.1903136009, 19.0317985249 L 21.2132034356, 21.2132034356 L 21.2132034356, 21.2132034356 L 14.1421356237, 14.1421356237 L 14.1421356237, 14.1421356237 L 15.4602090673, 12.6878656833 L 16.6293922461, 11.1114046604 L 17.638425287, 9.42793473652 L 18.4775906502, 7.6536686473 L 19.1388067146, 5.80569354509 L 19.6157056081, 3.90180644032 L 19.9036945334, 1.96034280659 L 20.0, 0.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.6)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 30.0, 0.0 L 40.0, 0.0 L 40.0, 0.0 L 39.8073890669, 3.92068561318 L 39.2314112161, 7.80361288065 L 38.2776134293, 11.6113870902 L 36.9551813005, 15.3073372946 L 35.2768505739, 18.855869473 L 33.2587844921, 22.2228093208 L 30.9204181345, 25.3757313665 L 28.2842712475, 28.2842712475 L 28.2842712475, 28.2842712475 L 21.2132034356, 21.2132034356 L 21.2132034356, 21.2132034356 L 23.1903136009, 19.0317985249 L 24.9440883691, 16.6671069906 L 26.4576379305, 14.1419021048 L 27.7163859753, 11.480502971 L 28.708210072, 8.70854031763 L 29.4235584121, 5.85270966048 L 29.8555418002, 2.94051420989 L 30.0, 0.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.4)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 40.0, 0.0 L 50.0, 0.0 L 50.0, 0.0 L 49.7592363336, 4.90085701648 L 49.0392640202, 9.75451610081 L 47.8470167866, 14.5142338627 L 46.1939766256, 19.1341716183 L 44.0960632174, 23.5698368413 L 41.5734806151, 27.778511651 L 38.6505226681, 31.7196642082 L 35.3553390593, 35.3553390593 L 35.3553390593, 35.3553390593 L 28.2842712475, 28.2842712475 L 28.2842712475, 28.2842712475 L 30.9204181345, 25.3757313665 L 33.2587844921, 22.2228093208 L 35.2768505739, 18.855869473 L 36.9551813005, 15.3073372946 L 38.2776134293, 11.6113870902 L 39.2314112161, 7.80361288065 L 39.8073890669, 3.92068561318 L 40.0, 0.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.2)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 0.0, 0.0 L 7.07106781187, 7.07106781187 L 7.07106781187, 7.07106781187 L 6.34393284164, 7.73010453363 L 5.5557023302, 8.31469612303 L 4.71396736826, 8.81921264348 L 3.82683432365, 9.23879532511 L 2.90284677254, 9.56940335732 L 1.95090322016, 9.80785280403 L 0.980171403296, 9.95184726672 L 6.12323399574e-16, 10.0 L 6.12323399574e-16, 10.0 L 0.0, 0.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 1.0)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 7.07106781187, 7.07106781187 L 14.1421356237, 14.1421356237 L 14.1421356237, 14.1421356237 L 12.6878656833, 15.4602090673 L 11.1114046604, 16.6293922461 L 9.42793473652, 17.638425287 L 7.6536686473, 18.4775906502 L 5.80569354509, 19.1388067146 L 3.90180644032, 19.6157056081 L 1.96034280659, 19.9036945334 L 1.22464679915e-15, 20.0 L 1.22464679915e-15, 20.0 L 6.12323399574e-16, 10.0 L 6.12323399574e-16, 10.0 L 0.980171403296, 9.95184726672 L 1.95090322016, 9.80785280403 L 2.90284677254, 9.56940335732 L 3.82683432365, 9.23879532511 L 4.71396736826, 8.81921264348 L 5.5557023302, 8.31469612303 L 6.34393284164, 7.73010453363 L 7.07106781187, 7.07106781187 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.8)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 14.1421356237, 14.1421356237 L 21.2132034356, 21.2132034356 L 21.2132034356, 21.2132034356 L 19.0317985249, 23.1903136009 L 16.6671069906, 24.9440883691 L 14.1419021048, 26.4576379305 L 11.480502971, 27.7163859753 L 8.70854031763, 28.708210072 L 5.85270966048, 29.4235584121 L 2.94051420989, 29.8555418002 L 1.83697019872e-15, 30.0 L 1.83697019872e-15, 30.0 L 1.22464679915e-15, 20.0 L 1.22464679915e-15, 20.0 L 1.96034280659, 19.9036945334 L 3.90180644032, 19.6157056081 L 5.80569354509, 19.1388067146 L 7.6536686473, 18.4775906502 L 9.42793473652, 17.638425287 L 11.1114046604, 16.6293922461 L 12.6878656833, 15.4602090673 L 14.1421356237, 14.1421356237 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.6)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 21.2132034356, 21.2132034356 L 28.2842712475, 28.2842712475 L 28.2842712475, 28.2842712475 L 25.3757313665, 30.9204181345 L 22.2228093208, 33.2587844921 L 18.855869473, 35.2768505739 L 15.3073372946, 36.9551813005 L 11.6113870902, 38.2776134293 L 7.80361288065, 39.2314112161 L 3.92068561318, 39.8073890669 L 2.44929359829e-15, 40.0 L 2.44929359829e-15, 40.0 L 1.83697019872e-15, 30.0 L 1.83697019872e-15, 30.0 L 2.94051420989, 29.8555418002 L 5.85270966048, 29.4235584121 L 8.70854031763, 28.708210072 L 11.480502971, 27.7163859753 L 14.1419021048, 26.4576379305 L 16.6671069906, 24.9440883691 L 19.0317985249, 23.1903136009 L 21.2132034356, 21.2132034356 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.4)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 28.2842712475, 28.2842712475 L 35.3553390593, 35.3553390593 L 35.3553390593, 35.3553390593 L 31.7196642082, 38.6505226681 L 27.778511651, 41.5734806151 L 23.5698368413, 44.0960632174 L 19.1341716183, 46.1939766256 L 14.5142338627, 47.8470167866 L 9.75451610081, 49.0392640202 L 4.90085701648, 49.7592363336 L 3.06161699787e-15, 50.0 L 3.06161699787e-15, 50.0 L 2.44929359829e-15, 40.0 L 2.44929359829e-15, 40.0 L 3.92068561318, 39.8073890669 L 7.80361288065, 39.2314112161 L 11.6113870902, 38.2776134293 L 15.3073372946, 36.9551813005 L 18.855869473, 35.2768505739 L 22.2228093208, 33.2587844921 L 25.3757313665, 30.9204181345 L 28.2842712475, 28.2842712475 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.2)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 0.0, 0.0 L 6.12323399574e-16, 10.0 L 6.12323399574e-16, 10.0 L -0.980171403296, 9.95184726672 L -1.95090322016, 9.80785280403 L -2.90284677254, 9.56940335732 L -3.82683432365, 9.23879532511 L -4.71396736826, 8.81921264348 L -5.5557023302, 8.31469612303 L -6.34393284164, 7.73010453363 L -7.07106781187, 7.07106781187 L -7.07106781187, 7.07106781187 L -0.0, 0.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 1.0)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 6.12323399574e-16, 10.0 L 1.22464679915e-15, 20.0 L 1.22464679915e-15, 20.0 L -1.96034280659, 19.9036945334 L -3.90180644032, 19.6157056081 L -5.80569354509, 19.1388067146 L -7.6536686473, 18.4775906502 L -9.42793473652, 17.638425287 L -11.1114046604, 16.6293922461 L -12.6878656833, 15.4602090673 L -14.1421356237, 14.1421356237 L -14.1421356237, 14.1421356237 L -7.07106781187, 7.07106781187 L -7.07106781187, 7.07106781187 L -6.34393284164, 7.73010453363 L -5.5557023302, 8.31469612303 L -4.71396736826, 8.81921264348 L -3.82683432365, 9.23879532511 L -2.90284677254, 9.56940335732 L -1.95090322016, 9.80785280403 L -0.980171403296, 9.95184726672 L 6.12323399574e-16, 10.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.8)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 1.22464679915e-15, 20.0 L 1.83697019872e-15, 30.0 L 1.83697019872e-15, 30.0 L -2.94051420989, 29.8555418002 L -5.85270966048, 29.4235584121 L -8.70854031763, 28.708210072 L -11.480502971, 27.7163859753 L -14.1419021048, 26.4576379305 L -16.6671069906, 24.9440883691 L -19.0317985249, 23.1903136009 L -21.2132034356, 21.2132034356 L -21.2132034356, 21.2132034356 L -14.1421356237, 14.1421356237 L -14.1421356237, 14.1421356237 L -12.6878656833, 15.4602090673 L -11.1114046604, 16.6293922461 L -9.42793473652, 17.638425287 L -7.6536686473, 18.4775906502 L -5.80569354509, 19.1388067146 L -3.90180644032, 19.6157056081 L -1.96034280659, 19.9036945334 L 1.22464679915e-15, 20.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.6)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 1.83697019872e-15, 30.0 L 2.44929359829e-15, 40.0 L 2.44929359829e-15, 40.0 L -3.92068561318, 39.8073890669 L -7.80361288065, 39.2314112161 L -11.6113870902, 38.2776134293 L -15.3073372946, 36.9551813005 L -18.855869473, 35.2768505739 L -22.2228093208, 33.2587844921 L -25.3757313665, 30.9204181345 L -28.2842712475, 28.2842712475 L -28.2842712475, 28.2842712475 L -21.2132034356, 21.2132034356 L -21.2132034356, 21.2132034356 L -19.0317985249, 23.1903136009 L -16.6671069906, 24.9440883691 L -14.1419021048, 26.4576379305 L -11.480502971, 27.7163859753 L -8.70854031763, 28.708210072 L -5.85270966048, 29.4235584121 L -2.94051420989, 29.8555418002 L 1.83697019872e-15, 30.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.4)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 2.44929359829e-15, 40.0 L 3.06161699787e-15, 50.0 L 3.06161699787e-15, 50.0 L -4.90085701648, 49.7592363336 L -9.75451610081, 49.0392640202 L -14.5142338627, 47.8470167866 L -19.1341716183, 46.1939766256 L -23.5698368413, 44.0960632174 L -27.778511651, 41.5734806151 L -31.7196642082, 38.6505226681 L -35.3553390593, 35.3553390593 L -35.3553390593, 35.3553390593 L -28.2842712475, 28.2842712475 L -28.2842712475, 28.2842712475 L -25.3757313665, 30.9204181345 L -22.2228093208, 33.2587844921 L -18.855869473, 35.2768505739 L -15.3073372946, 36.9551813005 L -11.6113870902, 38.2776134293 L -7.80361288065, 39.2314112161 L -3.92068561318, 39.8073890669 L 2.44929359829e-15, 40.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.2)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -0.0, 0.0 L -7.07106781187, 7.07106781187 L -7.07106781187, 7.07106781187 L -7.73010453363, 6.34393284164 L -8.31469612303, 5.5557023302 L -8.81921264348, 4.71396736826 L -9.23879532511, 3.82683432365 L -9.56940335732, 2.90284677254 L -9.80785280403, 1.95090322016 L -9.95184726672, 0.980171403296 L -10.0, 1.22464679915e-15 L -10.0, 1.22464679915e-15 L -0.0, 0.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 1.0)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -7.07106781187, 7.07106781187 L -14.1421356237, 14.1421356237 L -14.1421356237, 14.1421356237 L -15.4602090673, 12.6878656833 L -16.6293922461, 11.1114046604 L -17.638425287, 9.42793473652 L -18.4775906502, 7.6536686473 L -19.1388067146, 5.80569354509 L -19.6157056081, 3.90180644032 L -19.9036945334, 1.96034280659 L -20.0, 2.44929359829e-15 L -20.0, 2.44929359829e-15 L -10.0, 1.22464679915e-15 L -10.0, 1.22464679915e-15 L -9.95184726672, 0.980171403296 L -9.80785280403, 1.95090322016 L -9.56940335732, 2.90284677254 L -9.23879532511, 3.82683432365 L -8.81921264348, 4.71396736826 L -8.31469612303, 5.5557023302 L -7.73010453363, 6.34393284164 L -7.07106781187, 7.07106781187 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.8)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -14.1421356237, 14.1421356237 L -21.2132034356, 21.2132034356 L -21.2132034356, 21.2132034356 L -23.1903136009, 19.0317985249 L -24.9440883691, 16.6671069906 L -26.4576379305, 14.1419021048 L -27.7163859753, 11.480502971 L -28.708210072, 8.70854031763 L -29.4235584121, 5.85270966048 L -29.8555418002, 2.94051420989 L -30.0, 3.67394039744e-15 L -30.0, 3.67394039744e-15 L -20.0, 2.44929359829e-15 L -20.0, 2.44929359829e-15 L -19.9036945334, 1.96034280659 L -19.6157056081, 3.90180644032 L -19.1388067146, 5.80569354509 L -18.4775906502, 7.6536686473 L -17.638425287, 9.42793473652 L -16.6293922461, 11.1114046604 L -15.4602090673, 12.6878656833 L -14.1421356237, 14.1421356237 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.6)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -21.2132034356, 21.2132034356 L -28.2842712475, 28.2842712475 L -28.2842712475, 28.2842712475 L -30.9204181345, 25.3757313665 L -33.2587844921, 22.2228093208 L -35.2768505739, 18.855869473 L -36.9551813005, 15.3073372946 L -38.2776134293, 11.6113870902 L -39.2314112161, 7.80361288065 L -39.8073890669, 3.92068561318 L -40.0, 4.89858719659e-15 L -40.0, 4.89858719659e-15 L -30.0, 3.67394039744e-15 L -30.0, 3.67394039744e-15 L -29.8555418002, 2.94051420989 L -29.4235584121, 5.85270966048 L -28.708210072, 8.70854031763 L -27.7163859753, 11.480502971 L -26.4576379305, 14.1419021048 L -24.9440883691, 16.6671069906 L -23.1903136009, 19.0317985249 L -21.2132034356, 21.2132034356 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.4)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -28.2842712475, 28.2842712475 L -35.3553390593, 35.3553390593 L -35.3553390593, 35.3553390593 L -38.6505226681, 31.7196642082 L -41.5734806151, 27.778511651 L -44.0960632174, 23.5698368413 L -46.1939766256, 19.1341716183 L -47.8470167866, 14.5142338627 L -49.0392640202, 9.75451610081 L -49.7592363336, 4.90085701648 L -50.0, 6.12323399574e-15 L -50.0, 6.12323399574e-15 L -40.0, 4.89858719659e-15 L -40.0, 4.89858719659e-15 L -39.8073890669, 3.92068561318 L -39.2314112161, 7.80361288065 L -38.2776134293, 11.6113870902 L -36.9551813005, 15.3073372946 L -35.2768505739, 18.855869473 L -33.2587844921, 22.2228093208 L -30.9204181345, 25.3757313665 L -28.2842712475, 28.2842712475 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.2)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -0.0, 0.0 L -10.0, 1.22464679915e-15 L -10.0, 1.22464679915e-15 L -9.95184726672, -0.980171403296 L -9.80785280403, -1.95090322016 L -9.56940335732, -2.90284677254 L -9.23879532511, -3.82683432365 L -8.81921264348, -4.71396736826 L -8.31469612303, -5.5557023302 L -7.73010453363, -6.34393284164 L -7.07106781187, -7.07106781187 L -7.07106781187, -7.07106781187 L -0.0, -0.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 1.0)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -10.0, 1.22464679915e-15 L -20.0, 2.44929359829e-15 L -20.0, 2.44929359829e-15 L -19.9036945334, -1.96034280659 L -19.6157056081, -3.90180644032 L -19.1388067146, -5.80569354509 L -18.4775906502, -7.6536686473 L -17.638425287, -9.42793473652 L -16.6293922461, -11.1114046604 L -15.4602090673, -12.6878656833 L -14.1421356237, -14.1421356237 L -14.1421356237, -14.1421356237 L -7.07106781187, -7.07106781187 L -7.07106781187, -7.07106781187 L -7.73010453363, -6.34393284164 L -8.31469612303, -5.5557023302 L -8.81921264348, -4.71396736826 L -9.23879532511, -3.82683432365 L -9.56940335732, -2.90284677254 L -9.80785280403, -1.95090322016 L -9.95184726672, -0.980171403296 L -10.0, 1.22464679915e-15 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.8)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -20.0, 2.44929359829e-15 L -30.0, 3.67394039744e-15 L -30.0, 3.67394039744e-15 L -29.8555418002, -2.94051420989 L -29.4235584121, -5.85270966048 L -28.708210072, -8.70854031763 L -27.7163859753, -11.480502971 L -26.4576379305, -14.1419021048 L -24.9440883691, -16.6671069906 L -23.1903136009, -19.0317985249 L -21.2132034356, -21.2132034356 L -21.2132034356, -21.2132034356 L -14.1421356237, -14.1421356237 L -14.1421356237, -14.1421356237 L -15.4602090673, -12.6878656833 L -16.6293922461, -11.1114046604 L -17.638425287, -9.42793473652 L -18.4775906502, -7.6536686473 L -19.1388067146, -5.80569354509 L -19.6157056081, -3.90180644032 L -19.9036945334, -1.96034280659 L -20.0, 2.44929359829e-15 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.6)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -30.0, 3.67394039744e-15 L -40.0, 4.89858719659e-15 L -40.0, 4.89858719659e-15 L -39.8073890669, -3.92068561318 L -39.2314112161, -7.80361288065 L -38.2776134293, -11.6113870902 L -36.9551813005, -15.3073372946 L -35.2768505739, -18.855869473 L -33.2587844921, -22.2228093208 L -30.9204181345, -25.3757313665 L -28.2842712475, -28.2842712475 L -28.2842712475, -28.2842712475 L -21.2132034356, -21.2132034356 L -21.2132034356, -21.2132034356 L -23.1903136009, -19.0317985249 L -24.9440883691, -16.6671069906 L -26.4576379305, -14.1419021048 L -27.7163859753, -11.480502971 L -28.708210072, -8.70854031763 L -29.4235584121, -5.85270966048 L -29.8555418002, -2.94051420989 L -30.0, 3.67394039744e-15 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.4)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -40.0, 4.89858719659e-15 L -50.0, 6.12323399574e-15 L -50.0, 6.12323399574e-15 L -49.7592363336, -4.90085701648 L -49.0392640202, -9.75451610081 L -47.8470167866, -14.5142338627 L -46.1939766256, -19.1341716183 L -44.0960632174, -23.5698368413 L -41.5734806151, -27.778511651 L -38.6505226681, -31.7196642082 L -35.3553390593, -35.3553390593 L -35.3553390593, -35.3553390593 L -28.2842712475, -28.2842712475 L -28.2842712475, -28.2842712475 L -30.9204181345, -25.3757313665 L -33.2587844921, -22.2228093208 L -35.2768505739, -18.855869473 L -36.9551813005, -15.3073372946 L -38.2776134293, -11.6113870902 L -39.2314112161, -7.80361288065 L -39.8073890669, -3.92068561318 L -40.0, 4.89858719659e-15 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.2)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -0.0, -0.0 L -7.07106781187, -7.07106781187 L -7.07106781187, -7.07106781187 L -6.34393284164, -7.73010453363 L -5.5557023302, -8.31469612303 L -4.71396736826, -8.81921264348 L -3.82683432365, -9.23879532511 L -2.90284677254, -9.56940335732 L -1.95090322016, -9.80785280403 L -0.980171403296, -9.95184726672 L -1.83697019872e-15, -10.0 L -1.83697019872e-15, -10.0 L -0.0, -0.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 1.0)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -7.07106781187, -7.07106781187 L -14.1421356237, -14.1421356237 L -14.1421356237, -14.1421356237 L -12.6878656833, -15.4602090673 L -11.1114046604, -16.6293922461 L -9.42793473652, -17.638425287 L -7.6536686473, -18.4775906502 L -5.80569354509, -19.1388067146 L -3.90180644032, -19.6157056081 L -1.96034280659, -19.9036945334 L -3.67394039744e-15, -20.0 L -3.67394039744e-15, -20.0 L -1.83697019872e-15, -10.0 L -1.83697019872e-15, -10.0 L -0.980171403296, -9.95184726672 L -1.95090322016, -9.80785280403 L -2.90284677254, -9.56940335732 L -3.82683432365, -9.23879532511 L -4.71396736826, -8.81921264348 L -5.5557023302, -8.31469612303 L -6.34393284164, -7.73010453363 L -7.07106781187, -7.07106781187 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.8)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -14.1421356237, -14.1421356237 L -21.2132034356, -21.2132034356 L -21.2132034356, -21.2132034356 L -19.0317985249, -23.1903136009 L -16.6671069906, -24.9440883691 L -14.1419021048, -26.4576379305 L -11.480502971, -27.7163859753 L -8.70854031763, -28.708210072 L -5.85270966048, -29.4235584121 L -2.94051420989, -29.8555418002 L -5.51091059616e-15, -30.0 L -5.51091059616e-15, -30.0 L -3.67394039744e-15, -20.0 L -3.67394039744e-15, -20.0 L -1.96034280659, -19.9036945334 L -3.90180644032, -19.6157056081 L -5.80569354509, -19.1388067146 L -7.6536686473, -18.4775906502 L -9.42793473652, -17.638425287 L -11.1114046604, -16.6293922461 L -12.6878656833, -15.4602090673 L -14.1421356237, -14.1421356237 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.6)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -21.2132034356, -21.2132034356 L -28.2842712475, -28.2842712475 L -28.2842712475, -28.2842712475 L -25.3757313665, -30.9204181345 L -22.2228093208, -33.2587844921 L -18.855869473, -35.2768505739 L -15.3073372946, -36.9551813005 L -11.6113870902, -38.2776134293 L -7.80361288065, -39.2314112161 L -3.92068561318, -39.8073890669 L -7.34788079488e-15, -40.0 L -7.34788079488e-15, -40.0 L -5.51091059616e-15, -30.0 L -5.51091059616e-15, -30.0 L -2.94051420989, -29.8555418002 L -5.85270966048, -29.4235584121 L -8.70854031763, -28.708210072 L -11.480502971, -27.7163859753 L -14.1419021048, -26.4576379305 L -16.6671069906, -24.9440883691 L -19.0317985249, -23.1903136009 L -21.2132034356, -21.2132034356 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.4)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -28.2842712475, -28.2842712475 L -35.3553390593, -35.3553390593 L -35.3553390593, -35.3553390593 L -31.7196642082, -38.6505226681 L -27.778511651, -41.5734806151 L -23.5698368413, -44.0960632174 L -19.1341716183, -46.1939766256 L -14.5142338627, -47.8470167866 L -9.75451610081, -49.0392640202 L -4.90085701648, -49.7592363336 L -9.18485099361e-15, -50.0 L -9.18485099361e-15, -50.0 L -7.34788079488e-15, -40.0 L -7.34788079488e-15, -40.0 L -3.92068561318, -39.8073890669 L -7.80361288065, -39.2314112161 L -11.6113870902, -38.2776134293 L -15.3073372946, -36.9551813005 L -18.855869473, -35.2768505739 L -22.2228093208, -33.2587844921 L -25.3757313665, -30.9204181345 L -28.2842712475, -28.2842712475 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.2)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -0.0, -0.0 L -1.83697019872e-15, -10.0 L -1.83697019872e-15, -10.0 L 0.980171403296, -9.95184726672 L 1.95090322016, -9.80785280403 L 2.90284677254, -9.56940335732 L 3.82683432365, -9.23879532511 L 4.71396736826, -8.81921264348 L 5.5557023302, -8.31469612303 L 6.34393284164, -7.73010453363 L 7.07106781187, -7.07106781187 L 7.07106781187, -7.07106781187 L 0.0, -0.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 1.0)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -1.83697019872e-15, -10.0 L -3.67394039744e-15, -20.0 L -3.67394039744e-15, -20.0 L 1.96034280659, -19.9036945334 L 3.90180644032, -19.6157056081 L 5.80569354509, -19.1388067146 L 7.6536686473, -18.4775906502 L 9.42793473652, -17.638425287 L 11.1114046604, -16.6293922461 L 12.6878656833, -15.4602090673 L 14.1421356237, -14.1421356237 L 14.1421356237, -14.1421356237 L 7.07106781187, -7.07106781187 L 7.07106781187, -7.07106781187 L 6.34393284164, -7.73010453363 L 5.5557023302, -8.31469612303 L 4.71396736826, -8.81921264348 L 3.82683432365, -9.23879532511 L 2.90284677254, -9.56940335732 L 1.95090322016, -9.80785280403 L 0.980171403296, -9.95184726672 L -1.83697019872e-15, -10.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.8)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -3.67394039744e-15, -20.0 L -5.51091059616e-15, -30.0 L -5.51091059616e-15, -30.0 L 2.94051420989, -29.8555418002 L 5.85270966048, -29.4235584121 L 8.70854031763, -28.708210072 L 11.480502971, -27.7163859753 L 14.1419021048, -26.4576379305 L 16.6671069906, -24.9440883691 L 19.0317985249, -23.1903136009 L 21.2132034356, -21.2132034356 L 21.2132034356, -21.2132034356 L 14.1421356237, -14.1421356237 L 14.1421356237, -14.1421356237 L 12.6878656833, -15.4602090673 L 11.1114046604, -16.6293922461 L 9.42793473652, -17.638425287 L 7.6536686473, -18.4775906502 L 5.80569354509, -19.1388067146 L 3.90180644032, -19.6157056081 L 1.96034280659, -19.9036945334 L -3.67394039744e-15, -20.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.6)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -5.51091059616e-15, -30.0 L -7.34788079488e-15, -40.0 L -7.34788079488e-15, -40.0 L 3.92068561318, -39.8073890669 L 7.80361288065, -39.2314112161 L 11.6113870902, -38.2776134293 L 15.3073372946, -36.9551813005 L 18.855869473, -35.2768505739 L 22.2228093208, -33.2587844921 L 25.3757313665, -30.9204181345 L 28.2842712475, -28.2842712475 L 28.2842712475, -28.2842712475 L 21.2132034356, -21.2132034356 L 21.2132034356, -21.2132034356 L 19.0317985249, -23.1903136009 L 16.6671069906, -24.9440883691 L 14.1419021048, -26.4576379305 L 11.480502971, -27.7163859753 L 8.70854031763, -28.708210072 L 5.85270966048, -29.4235584121 L 2.94051420989, -29.8555418002 L -5.51091059616e-15, -30.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.4)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M -7.34788079488e-15, -40.0 L -9.18485099361e-15, -50.0 L -9.18485099361e-15, -50.0 L 4.90085701648, -49.7592363336 L 9.75451610081, -49.0392640202 L 14.5142338627, -47.8470167866 L 19.1341716183, -46.1939766256 L 23.5698368413, -44.0960632174 L 27.778511651, -41.5734806151 L 31.7196642082, -38.6505226681 L 35.3553390593, -35.3553390593 L 35.3553390593, -35.3553390593 L 28.2842712475, -28.2842712475 L 28.2842712475, -28.2842712475 L 25.3757313665, -30.9204181345 L 22.2228093208, -33.2587844921 L 18.855869473, -35.2768505739 L 15.3073372946, -36.9551813005 L 11.6113870902, -38.2776134293 L 7.80361288065, -39.2314112161 L 3.92068561318, -39.8073890669 L -7.34788079488e-15, -40.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.2)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 0.0, -0.0 L 7.07106781187, -7.07106781187 L 7.07106781187, -7.07106781187 L 7.73010453363, -6.34393284164 L 8.31469612303, -5.5557023302 L 8.81921264348, -4.71396736826 L 9.23879532511, -3.82683432365 L 9.56940335732, -2.90284677254 L 9.80785280403, -1.95090322016 L 9.95184726672, -0.980171403296 L 10.0, -2.44929359829e-15 L 10.0, -2.44929359829e-15 L 0.0, -0.0 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 1.0)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 7.07106781187, -7.07106781187 L 14.1421356237, -14.1421356237 L 14.1421356237, -14.1421356237 L 15.4602090673, -12.6878656833 L 16.6293922461, -11.1114046604 L 17.638425287, -9.42793473652 L 18.4775906502, -7.6536686473 L 19.1388067146, -5.80569354509 L 19.6157056081, -3.90180644032 L 19.9036945334, -1.96034280659 L 20.0, -4.89858719659e-15 L 20.0, -4.89858719659e-15 L 10.0, -2.44929359829e-15 L 10.0, -2.44929359829e-15 L 9.95184726672, -0.980171403296 L 9.80785280403, -1.95090322016 L 9.56940335732, -2.90284677254 L 9.23879532511, -3.82683432365 L 8.81921264348, -4.71396736826 L 8.31469612303, -5.5557023302 L 7.73010453363, -6.34393284164 L 7.07106781187, -7.07106781187 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.8)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 14.1421356237, -14.1421356237 L 21.2132034356, -21.2132034356 L 21.2132034356, -21.2132034356 L 23.1903136009, -19.0317985249 L 24.9440883691, -16.6671069906 L 26.4576379305, -14.1419021048 L 27.7163859753, -11.480502971 L 28.708210072, -8.70854031763 L 29.4235584121, -5.85270966048 L 29.8555418002, -2.94051420989 L 30.0, -7.34788079488e-15 L 30.0, -7.34788079488e-15 L 20.0, -4.89858719659e-15 L 20.0, -4.89858719659e-15 L 19.9036945334, -1.96034280659 L 19.6157056081, -3.90180644032 L 19.1388067146, -5.80569354509 L 18.4775906502, -7.6536686473 L 17.638425287, -9.42793473652 L 16.6293922461, -11.1114046604 L 15.4602090673, -12.6878656833 L 14.1421356237, -14.1421356237 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.6)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 21.2132034356, -21.2132034356 L 28.2842712475, -28.2842712475 L 28.2842712475, -28.2842712475 L 30.9204181345, -25.3757313665 L 33.2587844921, -22.2228093208 L 35.2768505739, -18.855869473 L 36.9551813005, -15.3073372946 L 38.2776134293, -11.6113870902 L 39.2314112161, -7.80361288065 L 39.8073890669, -3.92068561318 L 40.0, -9.79717439318e-15 L 40.0, -9.79717439318e-15 L 30.0, -7.34788079488e-15 L 30.0, -7.34788079488e-15 L 29.8555418002, -2.94051420989 L 29.4235584121, -5.85270966048 L 28.708210072, -8.70854031763 L 27.7163859753, -11.480502971 L 26.4576379305, -14.1419021048 L 24.9440883691, -16.6671069906 L 23.1903136009, -19.0317985249 L 21.2132034356, -21.2132034356 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.4)"
                        },
                        {
                            "line": {
                                "color": "rgb(205,205,205)",
                                "width": 1.5
                            },
                            "path": "M 28.2842712475, -28.2842712475 L 35.3553390593, -35.3553390593 L 35.3553390593, -35.3553390593 L 38.6505226681, -31.7196642082 L 41.5734806151, -27.778511651 L 44.0960632174, -23.5698368413 L 46.1939766256, -19.1341716183 L 47.8470167866, -14.5142338627 L 49.0392640202, -9.75451610081 L 49.7592363336, -4.90085701648 L 50.0, -1.22464679915e-14 L 50.0, -1.22464679915e-14 L 40.0, -9.79717439318e-15 L 40.0, -9.79717439318e-15 L 39.8073890669, -3.92068561318 L 39.2314112161, -7.80361288065 L 38.2776134293, -11.6113870902 L 36.9551813005, -15.3073372946 L 35.2768505739, -18.855869473 L 33.2587844921, -22.2228093208 L 30.9204181345, -25.3757313665 L 28.2842712475, -28.2842712475 Z",
                            "type": "path",
                            "fillcolor": "rgba(205,205,205, 0.2)"
                        },
                        {
                            "line": {
                                "color": "#EDC951",
                                "width": 1.5
                            },
                            "path": "M 11.313708499, 11.313708499 L11.1732396947, 11.4247473098 L11.0346341664, 11.5396227669 L10.897850817, 11.6582461345 L10.7628485494, 11.7805286767 L10.6295862663, 11.9063816578 L10.4980228706, 12.0357163419 L10.3681172652, 12.1684439933 L10.2398283528, 12.3044758761 L10.1131150364, 12.4437232546 L9.98793621868, 12.586097393 L9.86425080257, 12.7315095554 L9.74201769088, 12.8798710061 L9.62119578645, 13.0310930091 L9.50174399212, 13.1850868289 L9.38362121071, 13.3417637295 L9.26678634507, 13.5010349751 L9.15119829804, 13.6628118299 L9.03681597244, 13.8270055582 L8.92359827112, 13.9935274241 L8.81150409691, 14.1622886919 L8.70049235265, 14.3332006257 L8.59052194117, 14.5061744897 L8.48155176532, 14.6811215481 L8.37354072792, 14.8579530652 L8.26644773181, 15.036580305 L8.16023167984, 15.2169145319 L8.05485147483, 15.39886701 L7.95026601962, 15.5823490035 L7.84643421705, 15.7672717767 L7.74331496996, 15.9535465936 L7.64086718118, 16.1410847186 L7.53904975354, 16.3297974157 L7.43782158989, 16.5195959493 L7.33714159306, 16.7103915835 L7.23696866588, 16.9020955824 L7.1372617112, 17.0946192104 L7.03797963184, 17.2878737315 L6.93908133065, 17.4817704101 L6.84052571046, 17.6762205102 L6.74227167411, 17.8711352962 L6.64427812444, 18.0664260321 L6.54650396427, 18.2620039822 L6.44890809645, 18.4577804107 L6.35144942381, 18.6536665818 L6.25408684919, 18.8495737596 L6.15677927543, 19.0454132085 L6.05948560536, 19.2410961925 L5.96216474182, 19.4365339759 L5.86477558764, 19.6316378228 L5.76727704566, 19.8263189975 L5.66962801872, 20.0204887642 L5.57178740965, 20.2140583871 L5.47371412129, 20.4069391303 L5.37536705648, 20.5990422581 L5.27670511804, 20.7902790346 L5.17768720883, 20.9805607241 L5.07827223167, 21.1697985908 L4.9784190894, 21.3579038988 L4.87808668486, 21.5447879124 L4.77723392089, 21.7303618957 L4.67581970031, 21.9145371129 L4.57380292597, 22.0972248283 L4.4711425007, 22.2783363061 L4.36779732733, 22.4577828104 L4.26372630872, 22.6354756054 L4.15888834768, 22.8113259554 L4.05324234706, 22.9852451245 L3.9467472097, 23.1571443769 L3.83936183843, 23.3269349769 L3.73104513608, 23.4945281886 L3.62175600549, 23.6598352762 L3.5114533495, 23.822767504 L3.40009607095, 23.983236136 L3.28764307267, 24.1411524366 L3.1740532575, 24.2964276699 L3.05928552827, 24.4489731002 L2.94329878782, 24.5986999915 L2.82605193899, 24.7455196082 L2.70750388461, 24.8893432143 L2.58761352752, 25.0300820742 L2.46633977056, 25.167647452 L2.34364151655, 25.3019506119 L2.21947766835, 25.4329028181 L2.09380712878, 25.5604153348 L1.96658880068, 25.6843994262 L1.83778158688, 25.8047663565 L1.70734439023, 25.9214273899 L1.57523611356, 26.0342937905 L1.44141565971, 26.1432768227 L1.3058419315, 26.2482877506 L1.16847383179, 26.3492378383 L1.0292702634, 26.4460383502 L0.888190129169, 26.5386005503 L0.745192331936, 26.6268357029 L0.600235774537, 26.7106550721 L0.453279359807, 26.7899699223 L0.304281990584, 26.8646915175 L0.153202569703, 26.934731122 L1.65327317885e-15, 27.0 L1.65327317885e-15, 27.0 L-0.157932166466, 27.0626418641 L-0.323072117386, 27.1248417851 L-0.495268559547, 27.1865730646 L-0.674370199736, 27.2478090042 L-0.86022574474, 27.3085229055 L-1.05268390135, 27.3686880701 L-1.25159337634, 27.4282777995 L-1.45680287651, 27.4872653953 L-1.66816110864, 27.545624159 L-1.88551677952, 27.6033273924 L-2.10871859594, 27.6603483968 L-2.33761526468, 27.716660474 L-2.57205549253, 27.7722369255 L-2.81188798628, 27.8270510528 L-3.05696145271, 27.8810761575 L-3.30712459861, 27.9342855413 L-3.56222613077, 27.9866525056 L-3.82211475597, 28.0381503522 L-4.08663918101, 28.0887523824 L-4.35564811266, 28.138431898 L-4.62899025772, 28.1871622005 L-4.90651432297, 28.2349165914 L-5.1880690152, 28.2816683724 L-5.47350304119, 28.327390845 L-5.76266510774, 28.3720573108 L-6.05540392163, 28.4156410713 L-6.35156818964, 28.4581154282 L-6.65100661857, 28.4994536831 L-6.9535679152, 28.5396291374 L-7.25910078631, 28.5786150928 L-7.5674539387, 28.6163848509 L-7.87847607915, 28.6529117131 L-8.19201591445, 28.6881689812 L-8.50792215138, 28.7221299567 L-8.82604349674, 28.7547679411 L-9.1462286573, 28.7860562361 L-9.46832633986, 28.8159681431 L-9.7921852512, 28.8444769639 L-10.1176540981, 28.8715559999 L-10.4445815874, 28.8971785527 L-10.7728164258, 28.921317924 L-11.1022073201, 28.9439474152 L-11.4326029772, 28.965040328 L-11.7638521037, 28.9845699639 L-12.0958034066, 29.0025096246 L-12.4283055925, 29.0188326115 L-12.7612073683, 29.0335122263 L-13.0943574408, 29.0465217706 L-13.4276045166, 29.0578345458 L-13.7607973028, 29.0674238537 L-14.0937845059, 29.0752629957 L-14.4264148328, 29.0813252735 L-14.7585369903, 29.0855839886 L-15.0899996852, 29.0880124426 L-15.4206516242, 29.0885839371 L-15.7503415142, 29.0872717736 L-16.0789180619, 29.0840492537 L-16.4062299742, 29.0788896791 L-16.7321259577, 29.0717663512 L-17.0564547193, 29.0626525717 L-17.3790649659, 29.0515216421 L-17.6998054041, 29.038346864 L-18.0185247407, 29.023101539 L-18.3350716826, 29.0057589686 L-18.6492949365, 28.9862924545 L-18.9610432092, 28.9646752982 L-19.2701652076, 28.9408808012 L-19.5765096383, 28.9148822653 L-19.8799252082, 28.8866529918 L-20.180260624, 28.8561662825 L-20.4773645926, 28.8233954389 L-20.7710858208, 28.7883137625 L-21.0612730153, 28.750894555 L-21.3477748828, 28.7111111179 L-21.6304401303, 28.6689367528 L-21.9091174645, 28.6243447612 L-22.1836555921, 28.5773084448 L-22.45390322, 28.5278011052 L-22.719709055, 28.4757960438 L-22.9809218037, 28.4212665622 L-23.2373901731, 28.3641859622 L-23.4889628699, 28.3045275451 L-23.7354886009, 28.2422646127 L-23.9768160729, 28.1773704664 L-24.2127939926, 28.1098184079 L-24.4432710669, 28.0395817387 L-24.6680960025, 27.9666337604 L-24.8871175063, 27.8909477746 L-25.100184285, 27.8124970829 L-25.3071450453, 27.7312549867 L-25.5078484942, 27.6471947878 L-25.7021433383, 27.5602897877 L-25.8898782845, 27.4705132879 L-26.0709020396, 27.3778385901 L-26.2450633103, 27.2822389958 L-26.4122108034, 27.1836878065 L-26.5721932257, 27.082158324 L-26.724859284, 26.9776238496 L-26.8700576851, 26.8700576851 L-26.8700576851, 26.8700576851 L-27.0118153264, 26.7564471185 L-27.1542215013, 26.6339147889 L-27.2972185103, 26.5026370242 L-27.4407486539, 26.3627901524 L-27.5847542327, 26.2145505014 L-27.7291775473, 26.0580943992 L-27.8739608982, 25.8935981736 L-28.019046586, 25.7212381526 L-28.1643769111, 25.5411906641 L-28.3098941743, 25.3536320362 L-28.455540676, 25.1587385967 L-28.6012587168, 24.9566866736 L-28.7469905972, 24.7476525947 L-28.8926786178, 24.5318126881 L-29.0382650791, 24.3093432817 L-29.1836922818, 24.0804207034 L-29.3289025263, 23.8452212812 L-29.4738381132, 23.603921343 L-29.618441343, 23.3566972167 L-29.7626545164, 23.1037252302 L-29.9064199339, 22.8451817116 L-30.0496798959, 22.5812429888 L-30.1923767032, 22.3120853896 L-30.3344526562, 22.0378852421 L-30.4758500554, 21.7588188741 L-30.6165112016, 21.4750626136 L-30.7563783951, 21.1867927886 L-30.8953939365, 20.8941857269 L-31.0335001265, 20.5974177566 L-31.1706392655, 20.2966652055 L-31.3067536541, 19.9921044016 L-31.4417855929, 19.6839116729 L-31.5756773824, 19.3722633472 L-31.7083713232, 19.0573357525 L-31.8398097158, 18.7393052168 L-31.9699348608, 18.418348068 L-32.0986890587, 18.094640634 L-32.2260146102, 17.7683592427 L-32.3518538156, 17.4396802222 L-32.4761489757, 17.1087799003 L-32.5988423909, 16.775834605 L-32.7198763618, 16.4410206641 L-32.839193189, 16.1045144058 L-32.956735173, 15.7664921578 L-33.0724446144, 15.4271302482 L-33.1862638136, 15.0866050048 L-33.2981350714, 14.7450927557 L-33.4080006882, 14.4027698287 L-33.5158029646, 14.0598125518 L-33.6214842011, 13.7163972529 L-33.7249866983, 13.3727002599 L-33.8262527568, 13.0288979009 L-33.925224677, 12.6851665037 L-34.0218447596, 12.3416823963 L-34.1160553051, 11.9986219066 L-34.2077986141, 11.6561613625 L-34.2970169871, 11.314477092 L-34.3836527247, 10.9737454231 L-34.4676481274, 10.6341426836 L-34.5489454958, 10.2958452016 L-34.6274871304, 9.95902930486 L-34.7032153318, 9.62387132143 L-34.7760724006, 9.29054757921 L-34.8460006372, 8.95923440616 L-34.9129423423, 8.6301081302 L-34.9768398164, 8.30334507928 L-35.0376353601, 7.97912158133 L-35.0952712738, 7.65761396429 L-35.1496898583, 7.3389985561 L-35.2008334139, 7.02345168471 L-35.2486442414, 6.71114967804 L-35.2930646411, 6.40226886403 L-35.3340369138, 6.09698557063 L-35.3715033599, 5.79547612577 L-35.4054062799, 5.4979168574 L-35.4356879746, 5.20448409344 L-35.4622907443, 4.91535416183 L-35.4851568897, 4.63070339053 L-35.5042287113, 4.35070810745 L-35.5194485096, 4.07554464055 L-35.5307585853, 3.80538931776 L-35.5381012388, 3.54041846701 L-35.5414187708, 3.28080841626 L-35.5406534817, 3.02673549343 L-35.5357476722, 2.77837602646 L-35.5266436427, 2.53590634329 L-35.5132836939, 2.29950277186 L-35.4956101263, 2.06934164012 L-35.4735652405, 1.84559927598 L-35.4470913369, 1.62845200741 L-35.4161307162, 1.41807616232 L-35.3806256789, 1.21464806867 L-35.3405185256, 1.01834405439 L-35.2957515568, 0.829340447413 L-35.2462670731, 0.647813575684 L-35.192007375, 0.473939767141 L-35.1329147631, 0.30789534972 L-35.0689315379, 0.14985665136 L-35.0, 4.28626379702e-15 L-35.0, 4.28626379702e-15 L-34.923578422, -0.144764909009 L-34.8372894591, -0.287662587768 L-34.741321986, -0.428718019516 L-34.6358648776, -0.567956187492 L-34.5211070083, -0.705402074936 L-34.3972372531, -0.841080665087 L-34.2644444865, -0.975016941185 L-34.1229175833, -1.10723588647 L-33.9728454182, -1.23776248418 L-33.8144168659, -1.36662171755 L-33.647820801, -1.49383856983 L-33.4732460983, -1.61943802425 L-33.2908816325, -1.74344506405 L-33.1009162783, -1.86588467247 L-32.9035389104, -1.98678183276 L-32.6989384035, -2.10616152814 L-32.4873036323, -2.22404874187 L-32.2688234715, -2.34046845717 L-32.0436867957, -2.45544565729 L-31.8120824798, -2.56900532547 L-31.5741993984, -2.68117244495 L-31.3302264263, -2.79197199897 L-31.080352438, -2.90142897076 L-30.8247663083, -3.00956834356 L-30.563656912, -3.11641510062 L-30.2972131237, -3.22199422518 L-30.0256238181, -3.32633070047 L-29.7490778699, -3.42944950973 L-29.4677641539, -3.5313756362 L-29.1818715447, -3.63213406312 L-28.8915889171, -3.73174977374 L-28.5971051457, -3.83024775128 L-28.2986091052, -3.92765297899 L-27.9962896704, -4.02399044011 L-27.6903357159, -4.11928511788 L-27.3809361165, -4.21356199554 L-27.0682797468, -4.30684605633 L-26.7525554816, -4.39916228348 L-26.4339521956, -4.49053566023 L-26.1126587634, -4.58099116983 L-25.7888640597, -4.67055379552 L-25.4627569594, -4.75924852052 L-25.134526337, -4.84710032809 L-24.8043610673, -4.93413420147 L-24.472450025, -5.02037512388 L-24.1389820847, -5.10584807858 L-23.8041461212, -5.19057804879 L-23.4681310093, -5.27459001777 L-23.1311256235, -5.35790896874 L-22.7933188386, -5.44055988495 L-22.4548995292, -5.52256774964 L-22.1160565702, -5.60395754605 L-21.7769788362, -5.68475425741 L-21.4378552019, -5.76498286697 L-21.098874542, -5.84466835796 L-20.7602257312, -5.92383571363 L-20.4220976442, -6.00250991721 L-20.0846791557, -6.08071595194 L-19.7481591404, -6.15847880107 L-19.4127264731, -6.23582344782 L-19.0785700284, -6.31277487545 L-18.745878681, -6.38935806719 L-18.4148413056, -6.46559800628 L-18.085646777, -6.54151967596 L-17.7584839698, -6.61714805946 L-17.4335417587, -6.69250814003 L-17.1110090185, -6.76762490091 L-16.7910746238, -6.84252332534 L-16.4739274493, -6.91722839655 L-16.1597563698, -6.99176509779 L-15.84875026, -7.06615841229 L-15.5410979945, -7.1404333233 L-15.236988448, -7.21461481405 L-14.9366104954, -7.28872786778 L-14.6401530111, -7.36279746773 L-14.3478048701, -7.43684859714 L-14.0597549469, -7.51090623926 L-13.7761921163, -7.58499537731 L-13.4973052529, -7.65914099455 L-13.2232832315, -7.7333680742 L-12.9543149268, -7.80770159951 L-12.6905892135, -7.88216655371 L-12.4322949663, -7.95678792006 L-12.1796210598, -8.03159068178 L-11.9327563689, -8.10659982211 L-11.6918897681, -8.1818403243 L-11.4572101322, -8.25733717158 L-11.228906336, -8.3331153472 L-11.007167254, -8.40919983439 L-10.792181761, -8.48561561639 L-10.5841387318, -8.56238767644 L-10.3832270409, -8.63954099778 L-10.1896355632, -8.71710056366 L-10.0035531732, -8.7950913573 L-9.82516874584, -8.87353836195 L-9.65467115565, -8.95246656085 L-9.49224927738, -9.03190093723 L-9.33809198574, -9.11186647435 L-9.19238815543, -9.19238815543 L-9.19238815543, -9.19238815543 L-9.05176441854, -9.27485783281 L-8.91270925064, -9.36059457539 L-8.7752042916, -9.44951419124 L-8.6392311813, -9.54153248843 L-8.50477155963, -9.63656527504 L-8.37180706646, -9.73452835914 L-8.24031934168, -9.83533754881 L-8.11029002516, -9.93890865211 L-7.9817007568, -10.0451574771 L-7.85453317646, -10.1539998319 L-7.72876892402, -10.2653515246 L-7.60438963938, -10.3791283632 L-7.48137696241, -10.4952461558 L-7.35971253299, -10.6136207104 L-7.239377991, -10.7341678353 L-7.12035497633, -10.8568033383 L-7.00262512885, -10.9814430277 L-6.88617008844, -11.1080027114 L-6.77097149499, -11.2363981975 L-6.65701098838, -11.3665452942 L-6.54427020848, -11.4983598095 L-6.43273079518, -11.6317575514 L-6.32237438836, -11.7666543281 L-6.2131826279, -11.9029659476 L-6.10513715368, -12.040608218 L-5.99821960558, -12.1794969474 L-5.89241162348, -12.3195479437 L-5.78769484727, -12.4606770152 L-5.68405091682, -12.6027999699 L-5.58146147201, -12.7458326158 L-5.47990815273, -12.889690761 L-5.37937259885, -13.0342902137 L-5.27983645027, -13.1795467818 L-5.18128134685, -13.3253762735 L-5.08368892847, -13.4716944967 L-4.98704083503, -13.6184172597 L-4.8913187064, -13.7654603705 L-4.79650418246, -13.9127396371 L-4.70257890309, -14.0601708676 L-4.60952450817, -14.2076698701 L-4.51732263759, -14.3551524526 L-4.42595493122, -14.5025344233 L-4.33540302895, -14.6497315902 L-4.24564857065, -14.7966597614 L-4.15667319621, -14.9432347449 L-4.0684585455, -15.0893723489 L-3.98098625842, -15.2349883814 L-3.89423797483, -15.3799986504 L-3.80819533463, -15.5243189641 L-3.72283997768, -15.6678651305 L-3.63815354388, -15.8105529577 L-3.5541176731, -15.9522982538 L-3.47071400522, -16.0930168268 L-3.38792418013, -16.2326244849 L-3.3057298377, -16.371037036 L-3.22411261782, -16.5081702883 L-3.14305416036, -16.6439400498 L-3.06253610521, -16.7782621287 L-2.98254009225, -16.9110523329 L-2.90304776136, -17.0422264706 L-2.82404075242, -17.1717003498 L-2.74550070531, -17.2993897786 L-2.66740925991, -17.4252105651 L-2.5897480561, -17.5490785174 L-2.51249873377, -17.6709094434 L-2.43564293279, -17.7906191514 L-2.35916229305, -17.9081234493 L-2.28303845442, -18.0233381453 L-2.20725305678, -18.1361790474 L-2.13178774003, -18.2465619637 L-2.05662414403, -18.3544027023 L-1.98174390867, -18.4596170712 L-1.90712867383, -18.5621208785 L-1.83276007939, -18.6618299323 L-1.75861976524, -18.7586600407 L-1.68468937124, -18.8525270117 L-1.61095053729, -18.9433466534 L-1.53738490326, -19.0310347738 L-1.46397410904, -19.1155071812 L-1.3906997945, -19.1966796834 L-1.31754359953, -19.2744680887 L-1.244487164, -19.348788205 L-1.17151212781, -19.4195558405 L-1.09860013082, -19.4866868032 L-1.02573281292, -19.5500969012 L-0.952891813992, -19.6097019425 L-0.880058773915, -19.6654177353 L-0.80721533257, -19.7171600876 L-0.734343129838, -19.7648448075 L-0.661423805599, -19.8083877031 L-0.588438999735, -19.8477045824 L-0.515370352126, -19.8827112535 L-0.442199502653, -19.9133235245 L-0.368908091197, -19.9394572034 L-0.295477757639, -19.9610280984 L-0.221890141859, -19.9779520174 L-0.148126883739, -19.9901447687 L-0.0741696231591, -19.9975221602 L-3.67394039744e-15, -20.0 L-3.67394039744e-15, -20.0 L0.0741696231591, -19.9975221602 L0.148126883739, -19.9901447687 L0.221890141859, -19.9779520174 L0.295477757639, -19.9610280984 L0.368908091197, -19.9394572034 L0.442199502653, -19.9133235245 L0.515370352126, -19.8827112535 L0.588438999735, -19.8477045824 L0.661423805599, -19.8083877031 L0.734343129838, -19.7648448075 L0.80721533257, -19.7171600876 L0.880058773915, -19.6654177353 L0.952891813992, -19.6097019425 L1.02573281292, -19.5500969012 L1.09860013082, -19.4866868032 L1.17151212781, -19.4195558405 L1.244487164, -19.348788205 L1.31754359953, -19.2744680887 L1.3906997945, -19.1966796834 L1.46397410904, -19.1155071812 L1.53738490326, -19.0310347738 L1.61095053729, -18.9433466534 L1.68468937124, -18.8525270117 L1.75861976524, -18.7586600407 L1.83276007939, -18.6618299323 L1.90712867383, -18.5621208785 L1.98174390867, -18.4596170712 L2.05662414403, -18.3544027023 L2.13178774003, -18.2465619637 L2.20725305678, -18.1361790474 L2.28303845442, -18.0233381453 L2.35916229305, -17.9081234493 L2.43564293279, -17.7906191514 L2.51249873377, -17.6709094434 L2.5897480561, -17.5490785174 L2.66740925991, -17.4252105651 L2.74550070531, -17.2993897786 L2.82404075242, -17.1717003498 L2.90304776136, -17.0422264706 L2.98254009225, -16.9110523329 L3.06253610521, -16.7782621287 L3.14305416036, -16.6439400498 L3.22411261782, -16.5081702883 L3.3057298377, -16.371037036 L3.38792418013, -16.2326244849 L3.47071400522, -16.0930168268 L3.5541176731, -15.9522982538 L3.63815354388, -15.8105529577 L3.72283997768, -15.6678651305 L3.80819533463, -15.5243189641 L3.89423797483, -15.3799986504 L3.98098625842, -15.2349883814 L4.0684585455, -15.0893723489 L4.15667319621, -14.9432347449 L4.24564857065, -14.7966597614 L4.33540302895, -14.6497315902 L4.42595493122, -14.5025344233 L4.51732263759, -14.3551524526 L4.60952450817, -14.2076698701 L4.70257890309, -14.0601708676 L4.79650418246, -13.9127396371 L4.8913187064, -13.7654603705 L4.98704083503, -13.6184172597 L5.08368892847, -13.4716944967 L5.18128134685, -13.3253762735 L5.27983645027, -13.1795467818 L5.37937259885, -13.0342902137 L5.47990815273, -12.889690761 L5.58146147201, -12.7458326158 L5.68405091682, -12.6027999699 L5.78769484727, -12.4606770152 L5.89241162348, -12.3195479437 L5.99821960558, -12.1794969474 L6.10513715368, -12.040608218 L6.2131826279, -11.9029659476 L6.32237438836, -11.7666543281 L6.43273079518, -11.6317575514 L6.54427020848, -11.4983598095 L6.65701098838, -11.3665452942 L6.77097149499, -11.2363981975 L6.88617008844, -11.1080027114 L7.00262512885, -10.9814430277 L7.12035497633, -10.8568033383 L7.239377991, -10.7341678353 L7.35971253299, -10.6136207104 L7.48137696241, -10.4952461558 L7.60438963938, -10.3791283632 L7.72876892402, -10.2653515246 L7.85453317646, -10.1539998319 L7.9817007568, -10.0451574771 L8.11029002516, -9.93890865211 L8.24031934168, -9.83533754881 L8.37180706646, -9.73452835914 L8.50477155963, -9.63656527504 L8.6392311813, -9.54153248843 L8.7752042916, -9.44951419124 L8.91270925064, -9.36059457539 L9.05176441854, -9.27485783281 L9.19238815543, -9.19238815543 L9.19238815543, -9.19238815543 L9.33872046097, -9.11123799912 L9.49473752625, -9.02941268836 L9.6602119985, -8.946925718 L9.83491652493, -8.86379058286 L10.0186237528, -8.78002077778 L10.2111063292, -8.6956297976 L10.4121369015, -8.61063113716 L10.6214881169, -8.52503829129 L10.8389326226, -8.43886475482 L11.0642430658, -8.3521240226 L11.2971920937, -8.26482958946 L11.5375523536, -8.17699495023 L11.7850964927, -8.08863359975 L12.0395971581, -7.99975903285 L12.3008269972, -7.91038474438 L12.5685586572, -7.82052422917 L12.8425647852, -7.73019098206 L13.1226180285, -7.63939849787 L13.4084910343, -7.54816027145 L13.6999564498, -7.45648979763 L13.9967869223, -7.36440057126 L14.298755099, -7.27190608715 L14.6056336271, -7.17901984016 L14.9171951537, -7.08575532512 L15.2332123263, -6.99212603685 L15.5534577919, -6.89814547021 L15.8777041978, -6.80382712002 L16.2057241911, -6.70918448112 L16.5372904193, -6.61423104835 L16.8721755293, -6.51898031655 L17.2101521686, -6.42344578054 L17.5509929842, -6.32764093516 L17.8944706235, -6.23157927526 L18.2403577336, -6.13527429566 L18.5884269617, -6.03873949121 L18.9384509552, -5.94198835674 L19.2902023611, -5.84503438708 L19.6434538268, -5.74789107707 L19.9979779994, -5.65057192155 L20.3535475262, -5.55309041535 L20.7099350543, -5.45546005332 L21.0669132311, -5.35769433027 L21.4242547037, -5.25980674106 L21.7817321194, -5.16181078052 L22.1391181254, -5.06371994348 L22.4961853688, -4.96554772477 L22.852706497, -4.86730761925 L23.2084541572, -4.76901312173 L23.5632009964, -4.67067772706 L23.9167196621, -4.57231493008 L24.2687828014, -4.47393822561 L24.6191630615, -4.3755611085 L24.9676330897, -4.27719707358 L25.3139655332, -4.17885961569 L25.6579330391, -4.08056222966 L25.9993082548, -3.98231841034 L26.3378638274, -3.88414165254 L26.6733724041, -3.78604545112 L27.0056066323, -3.68804330091 L27.3343391591, -3.59014869674 L27.6593426316, -3.49237513345 L27.9803896973, -3.39473610587 L28.2972530032, -3.29724510885 L28.6097051966, -3.19991563721 L28.9175189247, -3.1027611858 L29.2204668348, -3.00579524945 L29.518321574, -2.90903132299 L29.8108557896, -2.81248290126 L30.0978421287, -2.7161634791 L30.3790532388, -2.62008655135 L30.6542617668, -2.52426561284 L30.9232403602, -2.4287141584 L31.185761666, -2.33344568287 L31.4415983315, -2.23847368109 L31.690523004, -2.1438116479 L31.9323083306, -2.04947307812 L32.1667269586, -1.9554714666 L32.3935515352, -1.86182030817 L32.6125547076, -1.76853309767 L32.8235091231, -1.67562332994 L33.0261874288, -1.5831044998 L33.220362272, -1.4909901021 L33.4058063, -1.39929363167 L33.5822921598, -1.30802858335 L33.7495924988, -1.21720845198 L33.9074799642, -1.12684673238 L34.0557272032, -1.0369569194 L34.1941068629, -0.947552507872 L34.3223915908, -0.858646992632 L34.4403540339, -0.770253868516 L34.5477668394, -0.68238663036 L34.6444026547, -0.595058773 L34.7300341269, -0.508283791273 L34.8044339033, -0.422075180013 L34.867374631, -0.336446434058 L34.9186289573, -0.251411048243 L34.9579695294, -0.166982517405 L34.9851689946, -0.0831743363782 L35.0, 0.0 L35.0, 0.0 L35.0026113685, 0.0835364819656 L34.9934445659, 0.168425152554 L34.972711204, 0.254643596128 L34.9406228944, 0.342169397051 L34.8973912491, 0.430980139686 L34.8432278796, 0.521053408396 L34.7783443978, 0.612366787544 L34.7029524154, 0.704897861495 L34.6172635441, 0.798624214609 L34.5214893957, 0.893523431252 L34.415841582, 0.989573095785 L34.3005317146, 1.08675079257 L34.1757714054, 1.18503410598 L34.0417722661, 1.28440062036 L33.8987459084, 1.38482792009 L33.746903944, 1.48629358953 L33.5864579848, 1.58877521303 L33.4176196425, 1.69225037497 L33.2406005288, 1.79669665971 L33.0556122554, 1.9020916516 L32.8628664342, 2.00841293502 L32.6625746768, 2.11563809432 L32.454948595, 2.22374471387 L32.2401998006, 2.33271037803 L32.0185399053, 2.44251267117 L31.7901805208, 2.55312917765 L31.5553332589, 2.66453748183 L31.3142097314, 2.77671516807 L31.06702155, 2.88963982074 L30.8139803264, 3.0032890242 L30.5552976724, 3.11764036282 L30.2911851997, 3.23267142095 L30.0218545201, 3.34835978296 L29.7475172453, 3.46468303322 L29.4683849871, 3.58161875608 L29.1846693573, 3.69914453591 L28.8965819675, 3.81723795708 L28.6043344295, 3.93587660394 L28.3081383551, 4.05503806086 L28.008205356, 4.1746999122 L27.7047470439, 4.29483974233 L27.3979750307, 4.41543513561 L27.088100928, 4.5364636764 L26.7753363476, 4.65790294906 L26.4598929013, 4.77973053797 L26.1419822008, 4.90192402747 L25.8218158578, 5.02446100194 L25.4996054841, 5.14731904574 L25.1755626914, 5.27047574322 L24.8498990916, 5.39390867876 L24.5228262962, 5.51759543672 L24.1945559172, 5.64151360146 L23.8652995661, 5.76564075734 L23.5352688549, 5.88995448873 L23.2046753951, 6.01443237999 L22.8737307987, 6.13905201548 L22.5426466772, 6.26379097956 L22.2116346426, 6.38862685661 L21.8809063064, 6.51353723098 L21.5506732805, 6.63849968703 L21.2211471766, 6.76349180913 L20.8925396064, 6.88849118165 L20.5650621818, 7.01347538893 L20.2389265144, 7.13842201536 L19.914344216, 7.26330864529 L19.5915268983, 7.38811286308 L19.2706861731, 7.5128122531 L18.9520336522, 7.63738439971 L18.6357809473, 7.76180688728 L18.3221396701, 7.88605730016 L18.0113214323, 8.01011322272 L17.7035378458, 8.13395223933 L17.3990005223, 8.25755193434 L17.0979210735, 8.38088989212 L16.8005111111, 8.50394369703 L16.506982247, 8.62669093344 L16.2175460929, 8.74910918571 L15.9324142604, 8.8711760382 L15.6517983614, 8.99286907528 L15.3759100077, 9.1141658813 L15.1049608108, 9.23504404064 L14.8391623827, 9.35548113765 L14.578726335, 9.4754547567 L14.3238642795, 9.59494248215 L14.074787828, 9.71392189836 L13.8317085922, 9.83237058971 L13.5948381837, 9.95026614054 L13.3643882145, 10.0675861352 L13.1405702962, 10.1843081581 L12.9235960406, 10.3004097936 L12.7136770594, 10.415868626 L12.5110249644, 10.5306622398 L12.3158513673, 10.6447682192 L12.1283678799, 10.7581641486 L11.9487861139, 10.8708276124 L11.7773176811, 10.982736195 L11.6141741931, 11.0938674807 L11.4595672619, 11.2041990539 L11.313708499, 11.313708499  Z",
                            "type": "path",
                            "fillcolor": "rgba(237,201,81, 0.35)"
                        },
                        {
                            "line": {
                                "color": "#CC333F",
                                "width": 1.5
                            },
                            "path": "M 41.07490610068567, 21.23297491039427 L40.95371527420436, 21.31899641577061 L40.832524447723095, 21.4026284348865 L40.707293927025745, 21.483870967741936 L40.58206340632844, 21.56033452807647 L40.4527931914151, 21.634408602150543 L40.31948328228562, 21.70609318996416 L40.18617337315624, 21.772998805256872 L40.04882376981081, 21.83751493428913 L39.90743447224926, 21.897252090800478 L39.76200548047176, 21.956989247311828 L39.616576488694164, 22.01194743130227 L39.471147496916664, 22.06451612903226 L39.317639116707035, 22.114695340501797 L39.16817043071345, 22.162485065710875 L39.01062235628774, 22.2078853046595 L38.85711397607816, 22.250896057347674 L38.69148651322037, 22.289127837514936 L38.53393843879475, 22.3273596176822 L38.368310975936964, 22.363201911589012 L38.20268351307917, 22.394265232974913 L38.03301635600543, 22.425328554360814 L37.86334919893161, 22.454002389486263 L37.68964234764174, 22.480286738351253 L37.515935496351915, 22.5041816009558 L37.33818895084606, 22.528076463560335 L37.16044240534015, 22.549581839904423 L36.978656165618204, 22.5663082437276 L36.7968699258963, 22.585424133811227 L36.61104399195832, 22.599761051373953 L36.42521805802038, 22.614097968936676 L36.23535242986635, 22.62604540023895 L36.04952649592837, 22.63560334528077 L35.855621173558305, 22.64516129032258 L35.66171585118825, 22.6547192353644 L35.467810528818184, 22.66188769414576 L35.27390520644812, 22.66666666666667 L35.071920495645976, 22.671445639187574 L34.87397547905992, 22.67383512544803 L34.67199076825778, 22.676224611708488 L34.470006057455635, 22.67861409796894 L34.26398165243741, 22.67861409796894 L34.05795724741923, 22.67861409796894 L33.85597253661709, 22.676224611708488 L33.64186874316683, 22.67383512544803 L33.43584433814865, 22.671445639187574 L33.229819933130464, 22.669056152927123 L33.01571613968021, 22.66666666666667 L32.80161234622995, 22.66188769414576 L32.58750855277969, 22.65710872162485 L32.37340475932943, 22.65232974910395 L32.155261271663086, 22.64755077658304 L31.94115747821278, 22.642771804062125 L31.723013990546484, 22.637992831541222 L31.500830808664144, 22.633213859020312 L31.282687320997848, 22.628434886499402 L31.06050413911551, 22.6236559139785 L30.842360651449166, 22.61887694145759 L30.616137775350744, 22.614097968936676 L30.393954593468404, 22.609318996415773 L30.171771411586068, 22.604540023894863 L29.945548535487646, 22.60215053763441 L29.719325659389224, 22.599761051373953 L29.497142477506888, 22.5973715651135 L29.270919601408508, 22.59498207885305 L29.044696725310132, 22.5925925925926 L28.81847384921171, 22.5925925925926 L28.592250973113288, 22.5925925925926 L28.361988402798872, 22.59498207885305 L28.131725832484456, 22.5973715651135 L27.901463262169948, 22.599761051373953 L27.67120069185553, 22.604540023894863 L27.440938121541116, 22.609318996415773 L27.214715245442694, 22.616487455197134 L26.98445267512823, 22.62604540023895 L26.75015041059778, 22.633213859020312 L26.5239275344994, 22.64516129032258 L26.29366496418494, 22.65710872162485 L26.06340239387048, 22.671445639187574 L25.833139823556063, 22.6857825567503 L25.6028772532416, 22.702508960573475 L25.37261468292714, 22.72162485065711 L25.142352112612723, 22.7431302270012 L24.908049848082268, 22.76463560334528 L24.677787277767806, 22.790919952210277 L24.451564401669383, 22.81720430107527 L24.221301831354968, 22.84587813620072 L23.99103926104055, 22.87455197132617 L23.760776690726047, 22.908004778972526 L23.534553814627667, 22.94384707287933 L23.30429124431325, 22.9820788530466 L23.074028673998793, 23.02031063321386 L22.847805797900367, 23.06332138590203 L22.62562261601803, 23.108721624850656 L22.395360045703615, 23.156511350059738 L22.17317686382128, 23.204301075268823 L21.946953987722857, 23.259259259259263 L21.720731111624435, 23.314217443249703 L21.498547929742095, 23.3715651135006 L21.27636474785976, 23.433691756272403 L21.27636474785976, 23.433691756272403 L21.046102177545297, 23.500597371565114 L20.80372052458272, 23.57467144563919 L20.557299177404147, 23.655913978494628 L20.298758747577363, 23.74193548387097 L20.02809923510251, 23.83751493428913 L19.74936033419558, 23.9378733572282 L19.458502350640483, 24.045400238948627 L19.15956497865331, 24.157706093189965 L18.8565879124501, 24.277180406212665 L18.541491763598767, 24.403823178016726 L18.214276532099277, 24.5352449223417 L17.887061300599782, 24.671445639187578 L17.54368729223618, 24.812425328554365 L17.196273589656442, 24.958183990442055 L16.840780498644722, 25.111111111111114 L16.47720801920083, 25.266427718040624 L16.109595845540944, 25.4289127837515 L15.73390428344898, 25.593787335722826 L15.354173027140932, 25.763440860215056 L14.96232268818479, 25.93548387096775 L14.570472349228623, 26.11230585424134 L14.170542621840402, 26.29390681003585 L13.762533506020057, 26.477897252090802 L13.350484695983697, 26.664277180406216 L12.938435885947335, 26.855436081242534 L12.514267993262832, 27.048984468339306 L12.09413979479437, 27.244922341696533 L11.65785281946175, 27.44324970131422 L11.229645232561209, 27.646356033452808 L10.79335825722859, 27.849462365591403 L10.353031587679908, 28.054958183990443 L9.90866522391521, 28.260454002389483 L9.46025916593445, 28.470728793309444 L9.01185310795369, 28.681003584229394 L8.55940735575689, 28.891278375149344 L8.106961603560093, 29.103942652329753 L7.650476157147254, 29.316606929510158 L7.193990710734416, 29.531660692951018 L6.733465570105539, 29.74671445639188 L6.2769801236927005, 29.961768219832734 L5.812415288847784, 30.176821983273605 L5.351890148218883, 30.391875746714458 L4.8873253133739665, 30.60692951015532 L4.426800172745089, 30.82198327359618 L3.96223533790015, 31.037037037037038 L3.4976705030552333, 31.249701314217447 L3.0411850566423952, 31.462365591397855 L2.5766202217974556, 31.67502986857826 L2.116095081168578, 31.88530465949821 L1.6596096347557399, 32.09318996415771 L1.2031241883429016, 32.30107526881721 L0.7466387419300634, 32.50657108721626 L0.2901532955172252, 32.70967741935484 L-0.15825276246353473, 32.91039426523298 L-0.6066588204442946, 33.10872162485066 L-1.0510251842089924, 33.30704898446834 L-1.4994312421897524, 33.500597371565114 L-1.935718217522372, 33.691756272401435 L-2.3720051928550143, 33.87813620071685 L-2.804252473971595, 34.06212664277181 L-3.232460060872136, 34.24372759856631 L-3.656627953556615, 34.42054958183991 L-4.0767561520250775, 34.59498207885305 L-4.488804962061439, 34.76463560334528 L-4.900853772097824, 34.92951015531661 L-5.304823193702107, 35.09199522102749 L-5.704752921090351, 35.24731182795699 L-6.096603260046494, 35.40023894862605 L-6.484413904786598, 35.54599761051374 L-6.864145161094646, 35.68936678614099 L-7.243876417402671, 35.825567502986864 L-7.607448896846517, 35.95698924731183 L-7.971021376290363, 36.08363201911589 L-8.32247477308609, 36.20310633213859 L-8.66988847566578, 36.31541218637993 L-9.009222789813368, 36.42293906810036 L-9.3404777155289, 36.525686977299884 L-9.65961355859627, 36.62126642771804 L-9.970670013231583, 36.70967741935484 L-10.277686773650835, 36.79091995221028 L-10.572584451421946, 36.86499402628435 L-10.86344243497704, 36.93189964157707 L-11.138141641667957, 36.991636798088415 L-11.404761459926771, 37.0442054958184 L-11.667341583969568, 37.08721624850658 L-11.909723236932125, 37.12305854241339 L-12.148065195678665, 37.15173237753883 L-12.374288071777064, 37.17084826762247 L-12.588391865227322, 37.182795698924735 L-12.790376576029464, 37.18518518518519 L-12.984281898399528, 37.18040621266428 L-13.166068138121451, 37.1636798088411 L-13.331695600979216, 37.13978494623657 L-13.49328336962092, 37.106332138590204 L-13.63063297296639, 37.063321385902036 L-13.763942882095797, 37.00836320191159 L-13.885133708577087, 36.94623655913979 L-13.990165758194196, 36.872162485065715 L-14.083078725163167, 36.788530465949826 L-14.083078725163167, 36.788530465949826 L-14.163872609484041, 36.69295101553166 L-14.232547411156753, 36.58064516129033 L-14.293142824397409, 36.45639187574672 L-14.345658849205964, 36.31541218637993 L-14.39009548558244, 36.162485065710875 L-14.426452733526816, 35.99522102747909 L-14.450690898823074, 35.81362007168459 L-14.470889369903293, 35.62007168458781 L-14.478968758335371, 35.41457586618878 L-14.478968758335371, 35.19713261648746 L-14.474929064119332, 34.96535244922342 L-14.462809981471192, 34.721624850657115 L-14.438571816174957, 34.468339307048986 L-14.410293956662636, 34.20310633213859 L-14.373936708718261, 33.92592592592593 L-14.329500072341785, 33.639187574671446 L-14.27698404753323, 33.342891278375156 L-14.220428328508635, 33.03464755077658 L-14.15579322105194, 32.716845878136205 L-14.083078725163167, 32.38948626045401 L-14.006324535058354, 32.05495818399044 L-13.921490956521462, 31.708482676224612 L-13.82857798955247, 31.354838709677423 L-13.73162532836746, 30.994026284348863 L-13.63063297296639, 30.623655913978496 L-13.521561229133217, 30.24611708482676 L-13.404410096867991, 29.86140979689367 L-13.28725896460274, 29.467144563918758 L-13.162028443905411, 29.068100358422942 L-13.032758228992044, 28.661887694145758 L-12.895408625646574, 28.250896057347678 L-12.75401932808509, 27.832735961768226 L-12.608590336307541, 27.40740740740741 L-12.463161344529995, 26.979689366786143 L-12.30561327010433, 26.544802867383517 L-12.148065195678665, 26.105137395459977 L-11.982437732820898, 25.66069295101553 L-11.816810269963154, 25.213859020310633 L-11.64714311288935, 24.76224611708483 L-11.473436261599504, 24.305854241338114 L-11.295689716093621, 23.84707287933095 L-11.109863782155658, 23.385902031063324 L-10.924037848217674, 22.919952210274797 L-10.734172220063673, 22.451612903225804 L-10.548346286125687, 21.983273596176826 L-10.350401269539608, 21.510155316606927 L-10.152456252953506, 21.037037037037045 L-9.954511236367404, 20.563918757467146 L-9.752526525565262, 20.0884109916368 L-9.546502120547082, 19.610513739545997 L-9.3404777155289, 19.135005973715657 L-9.130413616294657, 18.657108721624855 L-8.924389211276477, 18.181600955794508 L-8.710285417826217, 17.703703703703706 L-8.496181624375936, 17.22819593787336 L-8.278038136709638, 16.755077658303467 L-8.063934343259355, 16.28195937873357 L-7.845790855593034, 15.808841099163681 L-7.627647367926736, 15.338112305854242 L-7.409503880260415, 14.872162485065715 L-7.191360392594094, 14.406212664277179 L-6.969177210711756, 13.942652329749103 L-6.746994028829396, 13.483870967741938 L-6.528850541163075, 13.027479091995225 L-6.306667359280714, 12.575866188769414 L-6.084484177398377, 12.126642771804063 L-5.862300995516016, 11.682198327359616 L-5.640117813633656, 11.242532855436085 L-5.4179346317512955, 10.807646356033459 L-5.199791144084997, 10.377538829151735 L-4.977607962202637, 9.952210274790916 L-4.7594644745363155, 9.534050179211466 L-4.5413209868700175, 9.120669056152918 L-4.327217193419735, 8.714456391875753 L-4.1090737057534135, 8.315412186379932 L-3.899009606519194, 7.921146953405013 L-3.684905813068935, 7.534050179211464 L-3.474841713834692, 7.156511350059735 L-3.264777614600472, 6.78375149342891 L-3.0627929037983304, 6.422939068100358 L-2.8567684987801494, 6.066905615292709 L-2.6588234821940473, 5.720430107526882 L-2.4527990771758663, 5.383512544802861 L-2.2588937548058032, 5.056152927120662 L-2.069028126651802, 4.735961768219831 L-1.8751228042817385, 4.427718040621261 L-1.6852571761277144, 4.12903225806451 L-1.5034709364057914, 3.8399044205495807 L-1.3216846966838687, 3.56272401433691 L-1.143938151177985, 3.295101553166061 L-0.9661916056721013, 3.039426523297498 L-0.800564142814335, 2.7956989247311803 L-0.6349366799565918, 2.563918757467149 L-0.4733489113148646, 2.344086021505377 L-0.3158008368891997, 2.136200716845878 L-0.15825276246353473, 1.9402628434886513 L-0.012823770685987243, 1.758661887694149 L0.1366449153075994, 1.5890083632019063 L0.2739945186530456, 1.4336917562724016 L0.2739945186530456, 1.4336917562724016 L0.41538381621455395, 1.287933094384704 L0.5567731137760393, 1.1493428912783759 L0.7062417997696259, 1.0179211469534029 L0.8597501799792517, 0.8936678614097991 L1.0172982544049396, 0.774193548387099 L1.1788860230466438, 0.6618876941457543 L1.3445134859044099, 0.5567502986857924 L1.5141806429781923, 0.45639187574670687 L1.687887494268037, 0.36081242532855223 L1.8615943455578816, 0.272401433691753 L2.0474202794958436, 0.19115890083632292 L2.2332462134338287, 0.11230585424134465 L2.4190721473717907, 0.04062126642770827 L2.6048980813097757, -0.026284348864997288 L2.802843097895855, -0.08602150537634735 L3.0048278086979967, -0.14336917562724558 L3.2027728252840992, -0.1959378733572266 L3.4047575360862408, -0.2413381123058521 L3.614821635320484, -0.2843488649940258 L3.8208460403386644, -0.3225806451612958 L4.030910139572884, -0.3560334528076486 L4.249053627239205, -0.38470728793309766 L4.467197114905504, -0.40860215053764315 L4.685340602571825, -0.4301075268817232 L4.9075237844541855, -0.4468339307048996 L5.1297069663365455, -0.4611708482676241 L5.351890148218883, -0.47072879330944506 L5.582152718533322, -0.4755077658303487 L5.812415288847784, -0.48028673835125235 L6.0386381649461836, -0.47789725209080053 L6.272940429476661, -0.4755077658303487 L6.507242694007139, -0.4683393070489932 L6.741544958537617, -0.4611708482676241 L6.975847223068118, -0.4492234169653514 L7.214189181814635, -0.43249701314217504 L7.452531140561175, -0.4157706093189986 L7.690873099307692, -0.39665471923535683 L7.929215058054209, -0.37514934289127677 L8.175636405232828, -0.3512544802867449 L8.413978363979368, -0.32735961768219946 L8.656360016941923, -0.2986857825567503 L8.894701975688463, -0.2700119474313012 L9.141123322867058, -0.23894862604540026 L9.383504975829638, -0.2078853046594993 L9.625886628792216, -0.17443249701314653 L9.872307975970813, -0.14097968936679375 L10.106610240501313, -0.10513739545997557 L10.353031587679908, -0.06690561529270556 L10.591373546426448, -0.031063321385900948 L10.833755199389005, 0.007168458781355488 L11.076136852351583, 0.04540023894862551 L11.3144788110981, 0.08363201911589553 L11.55282076984464, 0.12425328554360379 L11.791162728591157, 0.16248506571087382 L12.029504687337697, 0.20310633213859566 L12.267846646084214, 0.2413381123058521 L12.502148910614714, 0.27956989247310854 L12.732411480929153, 0.32019115890084393 L12.966713745459632, 0.3584229390681004 L13.196976315774071, 0.394265232974905 L13.427238886088508, 0.43249701314217504 L13.657501456402947, 0.4683393070489932 L13.879684638285308, 0.501792114695346 L14.105907514383707, 0.5376344086021506 L14.324051002050028, 0.5686977299880516 L14.542194489716326, 0.5997610513739525 L14.76033797738265, 0.6308243727598535 L14.974441770832907, 0.6571087216248507 L15.18450587006715, 0.683393070489848 L15.39456996930137, 0.7096774193548453 L15.60059437431955, 0.7311827956989253 L15.806618779337732, 0.7502986857825535 L16.008603490139873, 0.7694145758661953 L16.206548506725976, 0.7861409796893581 L16.40045382909604, 0.7980884109916445 L16.59031945725002, 0.8076463560334518 L16.784224779620082, 0.8172043010752591 L16.961971325125987, 0.8195937873357245 L17.14779725906397, 0.8219832735961764 L17.321504110353793, 0.8219832735961764 L17.499250655859655, 0.8148148148148073 L17.668917812933483, 0.8076463560334518 L17.83454527579127, 0.7956989247311926 L17.99209335021689, 0.7813620071684545 L18.153681118858643, 0.7622461170848263 L18.307189499068222, 0.7383512544802944 L18.452618490845815, 0.7096774193548453 L18.602087176839355, 0.6786140979689443 L18.73943678018487, 0.6427718040621262 L18.876786383530295, 0.6021505376344043 L19.00605659844364, 0.5591397849462442 L19.13128711914099, 0.5089605734767014 L19.252477945622303, 0.45400238948625504 L19.36558938367149, 0.394265232974905 L19.470621433288603, 0.3297491039426513 L19.57969317712175, 0.2604540023894939 L19.680685532522823, 0.18637992831540567 L19.773598499491815, 0.10513739545997557 L19.862471772244767, 0.019115890083641802 L19.862471772244767, 0.019115890083641802 L19.943265656565597, -0.07407407407407463 L20.024059540886427, -0.17443249701314653 L20.096774036775223, -0.28195937873357396 L20.17352822688006, -0.39904420549580866 L20.23816333433673, -0.523297491039426 L20.306838136009443, -0.6547192353643989 L20.367433549250123, -0.7933094384707272 L20.428028962490707, -0.9366786140979593 L20.484584681515347, -1.0896057347670258 L20.537100706323905, -1.247311827956996 L20.58557703691642, -1.4121863799283079 L20.63001367329285, -1.5842293906810025 L20.67445030966937, -1.761051373954601 L20.718886946045803, -1.942652329749103 L20.759283888206287, -2.1314217443249603 L20.79968083036668, -2.327359617682201 L20.82795868987895, -2.525686977299879 L20.86027624360736, -2.7311827956989267 L20.88855410311963, -2.9414575866188777 L20.916831962631907, -3.156511350059746 L20.93703043371215, -3.3739545997610527 L20.961268599008427, -3.5985663082437287 L20.981467070088623, -3.825567502986856 L20.99762584695278, -4.0597371565113525 L21.01378462381694, -4.293906810035849 L21.025903706465055, -4.535244922341701 L21.038022789113217, -4.778972520908005 L21.050141871761337, -5.025089605734761 L21.054181565977377, -5.275985663082448 L21.0622609544095, -5.5292712066905585 L21.06630064862554, -5.784946236559149 L21.07034034284158, -6.04540023894863 L21.07034034284158, -6.30585424133811 L21.07034034284158, -6.5710872162485074 L21.07034034284158, -6.838709677419357 L21.06630064862554, -7.106332138590206 L21.06630064862554, -7.376344086021507 L21.0622609544095, -7.64874551971326 L21.054181565977377, -7.921146953405013 L21.050141871761337, -8.195937873357233 L21.042062483329257, -8.473118279569903 L21.029943400681095, -8.750298685782559 L21.021864012249015, -9.027479091995215 L21.01378462381694, -9.307048984468338 L20.99762584695278, -9.58661887694146 L20.989546458520703, -9.866188769414569 L20.977427375872587, -10.145758661887704 L20.965308293224467, -10.425328554360812 L20.953189210576305, -10.70250896057347 L20.93703043371215, -10.982078853046605 L20.928951045280023, -11.261648745519713 L20.912792268415867, -11.538829151732383 L20.89663349155171, -11.81600955794504 L20.88451440890359, -12.09080047789726 L20.868355632039435, -12.365591397849464 L20.852196855175233, -12.637992831541217 L20.844117466743157, -12.91039426523297 L20.82795868987895, -13.180406212664284 L20.811799913014795, -13.44802867383512 L20.79968083036668, -13.713261648745517 L20.78756174771856, -13.976105137395464 L20.775442665070443, -14.236559139784944 L20.763323582422327, -14.494623655913985 L20.7552441939902, -14.750298685782562 L20.743125111342085, -15.003584229390688 L20.735045722910005, -15.252090800477895 L20.722926640261843, -15.498207885304664 L20.714847251829763, -15.741935483870968 L20.710807557613727, -15.978494623655916 L20.706767863397687, -16.215053763440864 L20.698688474965607, -16.444444444444443 L20.698688474965607, -16.67144563918757 L20.69060908653353, -16.893667861409796 L20.69060908653353, -17.111111111111114 L20.69060908653353, -17.32377538829152 L20.694648780749567, -17.53405017921147 L20.698688474965607, -17.737156511350065 L20.702728169181647, -17.933094384707292 L20.706767863397687, -18.126642771804068 L20.710807557613727, -18.313022700119472 L20.722926640261843, -18.494623655913976 L20.735045722910005, -18.669056152927123 L20.75120449977416, -18.838709677419352 L20.759283888206287, -19.001194743130224 L20.779482359286483, -19.15651135005974 L20.79968083036668, -19.307048984468345 L20.823918995662915, -19.448028673835125 L20.844117466743157, -19.584229390681 L20.872395326255475, -19.713261648745522 L20.89663349155171, -19.835125448028673 L20.932990739496063, -19.94743130227002 L20.965308293224467, -20.054958183990447 L20.99762584695278, -20.15292712066905 L21.038022789113217, -20.24133811230585 L21.082459425489695, -20.324970131421747 L21.126896061866127, -20.396654719235368 L21.171332698242647, -20.463560334528076 L21.21980902883512, -20.518518518518523 L21.27636474785976, -20.566308243727597 L21.27636474785976, -20.566308243727597 L21.332920466884307, -20.60692951015532 L21.385436491692907, -20.640382317801674 L21.45007159914958, -20.669056152927123 L21.510667012390215, -20.690561529271204 L21.57934181406297, -20.707287933094392 L21.64801661573568, -20.719235364396653 L21.720731111624435, -20.72401433691757 L21.79344560751323, -20.72401433691757 L21.870199797618067, -20.719235364396653 L21.950993681938893, -20.709677419354843 L22.027747872043683, -20.69295101553167 L22.1125814505806, -20.673835125448026 L22.20145472333355, -20.647550776583042 L22.286288301870467, -20.616487455197127 L22.37920126883946, -20.583034647550775 L22.472114235808405, -20.542413381123065 L22.565027202777397, -20.499402628434893 L22.66601955817847, -20.4516129032258 L22.75893252514746, -20.399044205495823 L22.859924880548533, -20.341696535244925 L22.96495693016564, -20.27956989247312 L23.065949285566713, -20.215053763440867 L23.17098133518382, -20.145758661887697 L23.280053079016973, -20.074074074074073 L23.389124822850167, -19.99761051373955 L23.502236260899355, -19.916367980884118 L23.615347698948543, -19.832735961768222 L23.73249883121377, -19.744324970131423 L23.84561026926296, -19.653524492234173 L23.962761401528187, -19.560334528076467 L24.0839522280095, -19.462365591397848 L24.20514305449081, -19.362007168458778 L24.32229418675604, -19.259259259259267 L24.451564401669383, -19.15412186379929 L24.576794922366737, -19.0442054958184 L24.702025443064088, -18.93189964157707 L24.827255963761395, -18.81720430107527 L24.95652617867474, -18.702508960573475 L25.08579639358813, -18.583034647550775 L25.21506660850152, -18.46117084826762 L25.348376517630903, -18.336917562724018 L25.481686426760334, -18.21027479091995 L25.614996335889764, -18.083632019115893 L25.748306245019148, -17.95221027479092 L25.885655848364618, -17.820788530465947 L26.018965757494048, -17.686977299880525 L26.15631536083947, -17.550776583034647 L26.297704658400978, -17.41457586618877 L26.435054261746448, -17.27598566308244 L26.57644355930791, -17.137395459976112 L26.717832856869464, -16.99641577060932 L26.855182460214888, -16.853046594982075 L26.996571757776398, -16.709677419354843 L27.137961055337904, -16.566308243727597 L27.279350352899367, -16.42054958183991 L27.42477934467696, -16.274790919952213 L27.566168642238424, -16.129032258064516 L27.71159763401597, -15.980884109916369 L27.85298693157748, -15.832735961768218 L27.99437622913894, -15.68458781362007 L28.139805220916536, -15.53643966547192 L28.285234212694036, -15.388291517323772 L28.422583816039506, -15.240143369175621 L28.568012807817052, -15.089605734767021 L28.7134417995946, -14.941457586618872 L28.854831097156108, -14.793309438470736 L29.004299783149648, -14.642771804062122 L29.141649386495164, -14.494623655913985 L29.287078378272668, -14.348864994026288 L29.432507370050214, -14.200716845878139 L29.57389666761172, -14.054958183990442 L29.715285965173184, -13.906810035842293 L29.85667526273474, -13.763440860215061 L30.00210425451224, -13.617682198327364 L30.14349355207375, -13.474313022700118 L30.284882849635256, -13.333333333333337 L30.42627214719672, -13.192353643966543 L30.563621750542232, -13.053763440860216 L30.700971353887656, -12.915173237753887 L30.842360651449166, -12.77897252090801 L30.979710254794636, -12.642771804062134 L31.11705985814006, -12.50896057347671 L31.254409461485526, -12.377538829151737 L31.387719370614956, -12.248506571087216 L31.52506897396038, -12.119474313022709 L31.65837888308981, -11.992831541218639 L31.79168879221924, -11.870967741935486 L31.924998701348624, -11.749103942652335 L32.05426891626202, -11.629629629629635 L32.18353913117541, -11.512544802867387 L32.31280934608875, -11.39784946236559 L32.438039866786056, -11.28793309438471 L32.567310081699446, -11.178016726403818 L32.6925406023968, -11.072879330943842 L32.813731428878064, -10.967741935483867 L32.93492225535933, -10.86977299880526 L33.06015277605668, -10.771804062126654 L33.17730390832191, -10.678614097968937 L33.29445504058719, -10.587813620071685 L33.29445504058719, -10.587813620071685 L33.41564586706845, -10.497013142174435 L33.536836693549716, -10.406212664277184 L33.67014660267915, -10.31541218637992 L33.80345651180858, -10.222222222222216 L33.940806115154004, -10.129032258064514 L34.08623510693155, -10.03345280764636 L34.227624404493056, -9.937873357228204 L34.381132784702686, -9.839904420549585 L34.53868085912835, -9.741935483870964 L34.69622893355406, -9.641577060931906 L34.85781670219572, -9.541218637992834 L35.027483859269545, -9.440860215053762 L35.201190710559416, -9.338112305854253 L35.37489756184919, -9.235364396654715 L35.55264410735509, -9.130227001194752 L35.734430347077044, -9.025089605734763 L35.91621658679899, -8.919952210274802 L36.09800282652089, -8.81242532855436 L36.29190814889095, -8.704898446833933 L36.48581347126097, -8.594982078853054 L36.67567909941499, -8.487455197132613 L36.877663810217136, -8.375149342891282 L37.07560882680323, -8.265232974910402 L37.28163323182142, -8.152927120669059 L37.48361794262356, -8.040621266427713 L37.68964234764174, -7.925925925925917 L37.89970644687596, -7.811230585424134 L38.10977054611023, -7.696535244922351 L38.32387433956048, -7.579450418160103 L38.53393843879475, -7.464755077658307 L38.752081926461045, -7.345280764635606 L38.96618571991131, -7.228195937873358 L39.184329207577605, -7.1087216248506575 L39.4024726952439, -6.989247311827958 L39.62061618291025, -6.869772998805257 L39.83875967057654, -6.750298685782558 L40.06094285245893, -6.628434886499406 L40.287165728557305, -6.506571087216254 L40.50934891043964, -6.384707287933102 L40.73153209232203, -6.260454002389484 L40.95371527420436, -6.138590203106332 L41.17993815030279, -6.014336917562715 L41.402121332185125, -5.8900836320191114 L41.62430451406746, -5.763440860215056 L41.84648769594985, -5.6391875746714515 L42.068670877832226, -5.5125448028673825 L42.29085405971457, -5.3859020310633134 L42.517076935812945, -5.259259259259258 L42.73522042347924, -5.132616487455202 L42.95740360536163, -5.003584229390681 L43.17554709302792, -4.87455197132616 L43.39369058069427, -4.7479091995221046 L43.607794374144525, -4.6188769414575965 L43.82593786181082, -4.489844683393062 L44.040041655261085, -4.358422939068103 L44.25414544871134, -4.229390681003582 L44.464209547945565, -4.100358422939061 L44.67023395296379, -3.9689366786141016 L44.88029805219801, -3.837514934289129 L45.08632245721619, -3.706093189964156 L45.28830716801833, -3.5746714456391966 L45.49029187882047, -3.44324970131421 L45.688236895406575, -3.311827956989251 L45.88618191199268, -3.180406212664278 L46.08412692857878, -3.048984468339305 L46.26995286251672, -2.917562724014346 L46.4557787964547, -2.7837514934289076 L46.641604730392686, -2.652329749103948 L46.82743066433068, -2.51851851851851 L47.00517720983653, -2.3870967741935507 L47.182923755342394, -2.253285543608126 L47.352590912416225, -2.1218637992831533 L47.51821837527397, -1.9880525686977286 L47.68788553234779, -1.854241338112304 L47.8494733009895, -1.7228195937873445 L48.002981681199124, -1.5890083632019063 L48.15649006140875, -1.4551971326164952 L48.309998441618376, -1.3237753882915086 L48.451387739179886, -1.1899641577060978 L48.592777036741346, -1.0585424133811248 L48.730126640086816, -0.9247311827957001 L48.859396855000206, -0.7933094384707272 L48.984627375697514, -0.6594982078853026 L49.109857896394864, -0.5280764635603433 L49.22296933444405, -0.394265232974905 L49.34012046670928, -0.2628434886499457 L49.44515251632639, -0.13142174432497286 L49.54614487172746, 0 L49.64309753291249, 0.13142174432497286 L49.73197080566545, 0.2628434886499457 L49.816804384202364, 0.394265232974905 L49.89759826852319, 0.5256869772998779 L49.966273070195946, 0.6571087216248507 L50.03494787186866, 0.7861409796893581 L50.095543285109294, 0.9175627240143446 L50.14805930991785, 1.046594982078852 L50.19653564051036, 1.1756272401433594 L50.2369325826708, 1.304659498207894 L50.2732898306152, 1.4336917562724016 L50.2732898306152, 1.4336917562724016 L50.30560738434351, 1.5651135005973744 L50.32580585542375, 1.701314217443251 L50.35004402071999, 1.8422939068100448 L50.362163103368154, 1.9880525686977286 L50.37428218601627, 2.1385902031063297 L50.382361574448346, 2.293906810035848 L50.386401268664386, 2.454002389486256 L50.382361574448346, 2.61648745519713 L50.382361574448346, 2.7861409796893595 L50.370242491800234, 2.958183990442054 L50.362163103368154, 3.1326164874552007 L50.34196463228791, 3.314217443249703 L50.31772646699167, 3.4982078853046565 L50.29752799591144, 3.684587813620062 L50.26925013639916, 3.875746714456399 L50.2369325826708, 4.071684587813611 L50.20461502894244, 4.270011947431303 L50.16421808678205, 4.470728793309448 L50.123821144621616, 4.673835125448029 L50.075344814029094, 4.881720430107529 L50.02686848343658, 5.09199522102748 L49.974352458628026, 5.304659498207883 L49.92183643381947, 5.522102747909203 L49.86528071479488, 5.73954599761051 L49.804685301554194, 5.959378733572282 L49.74005019409753, 6.183990442054958 L49.671375392424814, 6.408602150537633 L49.60270059075206, 6.635603345280761 L49.525946400647264, 6.864994026284354 L49.45323190475852, 7.096774193548385 L49.37647771465368, 7.328554360812416 L49.295683830332806, 7.565113500597365 L49.2068105575799, 7.801672640382313 L49.121976979042984, 8.038231780167262 L49.03310370629003, 8.277180406212661 L48.94019073932104, 8.518518518518514 L48.84727777235209, 8.759856630824366 L48.75840449959914, 9.001194743130219 L48.65741214419807, 9.244922341696535 L48.556419788796994, 9.488649940262853 L48.451387739179886, 9.732377538829157 L48.35443507799485, 9.978494623655912 L48.2453633341617, 10.22461170848267 L48.13629159032851, 10.470728793309437 L48.031259540711396, 10.716845878136207 L47.914108408446175, 10.962962962962964 L47.80099697039699, 11.209080047789719 L47.68788553234779, 11.455197132616489 L47.57073440008252, 11.701314217443258 L47.453583267817294, 11.947431302270013 L47.332392441336026, 12.191158900836317 L47.211201614854716, 12.437275985663087 L47.090010788373405, 12.68100358422939 L46.96881996189214, 12.924731182795702 L46.83954974697879, 13.166069295101552 L46.71431922628149, 13.407407407407412 L46.58908870558413, 13.646356033452813 L46.45981849067074, 13.885304659498212 L46.334587969973434, 14.124253285543613 L46.205317755060044, 14.358422939068102 L46.072007845930614, 14.59498207885305 L45.94273763101727, 14.826762246117088 L45.809427721887886, 15.058542413381128 L45.67611781275841, 15.287933094384707 L45.542807903629026, 15.51493428912784 L45.409497994499645, 15.739545997610517 L45.276188085370215, 15.96176821983274 L45.138838482024745, 16.181600955794504 L45.00148887867932, 16.39904420549582 L44.868178969549845, 16.61409796893668 L44.730829366204425, 16.826762246117084 L44.593479762859, 17.03703703703704 L44.456130159513485, 17.244922341696533 L44.3228202503841, 17.44802867383513 L44.18547064703863, 17.648745519713266 L44.048121043693165, 17.844683393070493 L43.91077144034774, 18.04062126642772 L43.77746153121831, 18.229390681003583 L43.64011192787284, 18.418160095579456 L43.50276232452742, 18.599761051373957 L43.36945241539799, 18.781362007168457 L43.23210281205252, 18.955794504181604 L43.10283259713917, 19.127837514934292 L42.96952268800974, 19.29510155316607 L42.83621277888031, 19.457586618876945 L42.70290286975093, 19.61768219832736 L42.5695929606215, 19.77060931899642 L42.44032274570811, 19.92114695340502 L42.31105253079476, 20.06690561529272 L42.181782315881414, 20.205495818399047 L42.05655179518406, 20.341696535244925 L41.92728158027067, 20.470728793309444 L41.802051059573365, 20.597371565113498 L41.676820538876065, 20.7168458781362 L41.55159001817871, 20.831541218637998 L41.4303991916974, 20.939068100358423 L41.31324805943217, 21.0442054958184 L41.1920572329509, 21.13978494623656 L41.07490610068567, 21.23297491039427  Z",
                            "type": "path",
                            "fillcolor": "rgba(204,51,63, 0.35)"
                        },
                        {
                            "line": {
                                "color": "#00A0B0",
                                "width": 1.5
                            },
                            "path": "M 7.2586345338204525, 4.919952210274799 L7.140101974299046, 5.027479091995213 L7.025273557262682, 5.14217443249701 L6.906740997741234, 5.2640382317801615 L6.79932086567491, 5.388291517323778 L6.688196591123587, 5.519713261648752 L6.580776459057305, 5.65830346475508 L6.477060469476064, 5.79928315412186 L6.377048622379865, 5.947431302270009 L6.280740917768707, 6.100358422939062 L6.184433213157549, 6.258064516129032 L6.088125508546391, 6.420549581839906 L5.995521946420274, 6.5878136200716835 L5.9066225267791985, 6.759856630824364 L5.817723107138123, 6.936678614097963 L5.732527829982089, 7.115890083632014 L5.651036695311096, 7.302270011947432 L5.569545560640104, 7.491039426523304 L5.488054425969111, 7.682198327359613 L5.41026743378316, 7.880525686977305 L5.336184584082291, 8.078853046594983 L5.262101734381424, 8.284348864994017 L5.188018884680513, 8.489844683393065 L5.1176401774646445, 8.700119474313016 L5.047261470248817, 8.912783751493432 L4.980586905518032, 9.130227001194752 L4.9139123407872045, 9.350059737156512 L4.850941918541418, 9.569892473118284 L4.787971496295715, 9.794504181600958 L4.7250010740499295, 10.021505376344086 L4.662030651804143, 10.250896057347665 L4.602764372043483, 10.48267622461171 L4.5434980922827375, 10.714456391875755 L4.487935955007075, 10.948626045400239 L4.428669675246373, 11.187574671445638 L4.373107537970669, 11.424133811230588 L4.321249543180048, 11.665471923536439 L4.265687405904387, 11.906810035842305 L4.213829411113767, 12.148148148148158 L4.1582672738381055, 12.391875746714462 L4.106409279047443, 12.635603345280765 L4.058255426741906, 12.88172043010752 L4.006397431951243, 13.12783751493429 L3.9545394371606655, 13.373954599761053 L3.906385584855044, 13.620071684587815 L3.8582317325494655, 13.866188769414578 L3.8100778802438864, 14.114695340501791 L3.758219885453266, 14.360812425328554 L3.710066033147687, 14.606929510155316 L3.661912180842108, 14.855436081242532 L3.613758328536529, 15.101553166069294 L3.56560447623095, 15.347670250896064 L3.517450623925371, 15.591397849462368 L3.469296771619792, 15.835125448028672 L3.421142919314213, 16.07885304659499 L3.372989067008592, 16.32019115890084 L3.3211310722180136, 16.56152927120669 L3.2729772199123923, 16.802867383512545 L3.224823367606856, 17.039426523297493 L3.172965372816193, 17.27598566308244 L3.124811520510656, 17.51015531660693 L3.072953525719994, 17.744324970131423 L3.0210955309293737, 17.973715651135006 L2.9692375361387535, 18.203106332138592 L2.917379541348133, 18.43010752688172 L2.865521546557513, 18.652329749103945 L2.809959409281809, 18.87455197132617 L2.7543972720061896, 19.09199522102748 L2.6988351347304858, 19.309438470728796 L2.639568854969783, 19.522102747909198 L2.5840067176941215, 19.729988052568697 L2.521036295448335, 19.9378733572282 L2.461770015687632, 20.140979689366795 L2.402503735926929, 20.33930704898447 L2.3358291711961017, 20.535244922341697 L2.2728587489503576, 20.72640382317802 L2.209888326704613, 20.915173237753883 L2.139509619488744, 21.099163679808846 L2.072835054757917, 21.278375149342896 L2.00245634754209, 21.455197132616494 L1.9320776403262632, 21.627240143369175 L1.8579947906253529, 21.7921146953405 L1.7802077984394014, 21.954599761051377 L1.706124948738491, 22.112305854241345 L1.6283379565525817, 22.262843488649946 L1.5468468218816311, 22.408602150537636 L1.4653556872106381, 22.551971326164875 L1.380160410054604, 22.688172043010752 L1.2912609904135288, 22.81720430107527 L1.2023615707724533, 22.94384707287933 L1.1134621511313778, 23.060931899641577 L1.0208585890052613, 23.175627240143374 L0.9245508843941032, 23.28076463560335 L0.8282431797829451, 23.383512544802873 L0.7282313326867459, 23.476702508960575 L0.6245153431055053, 23.565113500597374 L0.5207993535242226, 23.646356033452804 L0.41337922145794065, 23.72043010752688 L0.30225494690657534, 23.78972520908005 L0.18742652987021086, 23.8494623655914 L0.18742652987021086, 23.8494623655914 L0.07259811283384635, 23.904420549581847 L-0.04963858917264287, 23.956989247311828 L-0.1755794336641734, 24.007168458781365 L-0.3052244206407031, 24.05256869772999 L-0.44227769258739963, 24.097968936678615 L-0.5830351070190533, 24.136200716845877 L-0.7274966639358323, 24.174432497013147 L-0.879366505822652, 24.210274790919954 L-1.0312363477094715, 24.241338112305854 L-1.1905144745664158, 24.270011947431303 L-1.3534967439084016, 24.2962962962963 L-1.516479013250345, 24.32019115890084 L-1.686869567562371, 24.339307048984473 L-1.8609642643594806, 24.358422939068102 L-2.0387631036416316, 24.372759856630825 L-2.2202660854088236, 24.3847072879331 L-2.4054732096610567, 24.394265232974913 L-2.5943844763983317, 24.401433691756274 L-2.7832957431356062, 24.40621266427718 L-2.9796152948429846, 24.40860215053764 L-3.1796389890354044, 24.40860215053764 L-3.379662683227803, 24.40621266427718 L-3.583390519905264, 24.399044205495823 L-3.790822499067766, 24.391875746714454 L-4.0019586207153095, 24.38231780167265 L-4.213094742362854, 24.367980884109922 L-4.427935006495459, 24.3536439665472 L-4.646479413113085, 24.336917562724015 L-4.8687279622157735, 24.317801672640382 L-5.090976511318441, 24.2962962962963 L-5.316929202906171, 24.272401433691755 L-5.542881894493901, 24.246117084826764 L-5.772538728566672, 24.217443249701315 L-6.002195562639443, 24.186379928315414 L-6.235556539197256, 24.152927120669055 L-6.47262165824011, 24.119474313022703 L-6.709686777282963, 24.081242532855438 L-6.946751896325817, 24.043010752688176 L-7.187521157853733, 24.002389486260455 L-7.428290419381628, 23.95937873357228 L-7.672763823394585, 23.916367980884115 L-7.917237227407521, 23.86857825567503 L-8.16171063142048, 23.82078853046595 L-8.409888177918477, 23.77060931899642 L-8.658065724416455, 23.71804062126643 L-8.906243270914453, 23.665471923536447 L-9.154420817412452, 23.610513739546 L-9.406302506395493, 23.553166069295102 L-9.658184195378512, 23.493428912783752 L-9.90636174187651, 23.433691756272403 L-10.161947573344591, 23.3715651135006 L-10.41012511984259, 23.307048984468345 L-10.66200680882563, 23.242532855436078 L-10.91759264029371, 23.175627240143374 L-11.16947432927675, 23.106332138590204 L-11.425060160744833, 23.037037037037038 L-11.676941849727873, 22.965352449223424 L-11.928823538710912, 22.891278375149348 L-12.180705227693931, 22.81720430107527 L-12.432586916676971, 22.7431302270012 L-12.684468605660012, 22.66666666666667 L-12.93635029464305, 22.587813620071685 L-13.18452784114105, 22.508960573476703 L-13.43640953012409, 22.427718040621272 L-13.684587076622067, 22.346475507765827 L-13.932764623120066, 22.262843488649946 L-14.180942169618065, 22.17921146953405 L-14.425415573631001, 22.093189964157702 L-14.669888977643959, 22.00716845878136 L-14.914362381656895, 21.92114695340502 L-15.158835785669853, 21.832735961768222 L-15.399605047197747, 21.74193548387097 L-15.636670166240622, 21.653524492234173 L-15.873735285283475, 21.56033452807647 L-16.11080040432633, 21.469534050179213 L-16.34416138088414, 21.376344086021504 L-16.577522357441953, 21.2831541218638 L-16.807179191514724, 21.187574671445645 L-17.036836025587498, 21.091995221027478 L-17.262788717175226, 20.99641577060932 L-17.485037266277914, 20.898446833930702 L-17.707285815380583, 20.800477897252094 L-17.92583022199823, 20.702508960573475 L-18.144374628615857, 20.60454002389487 L-18.3555107502634, 20.504181600955796 L-18.566646871910944, 20.403823178016726 L-18.774078851073444, 20.30346475507766 L-18.981510830235948, 20.203106332138596 L-19.18523866691341, 20.10035842293907 L-19.381558218620764, 19.99761051373955 L-19.577877770328143, 19.894862604540023 L-19.7741973220355, 19.7921146953405 L-19.963108588772798, 19.689366786140983 L-20.14831571302503, 19.584229390681 L-20.329818694792202, 19.481481481481485 L-20.507617534074353, 19.376344086021508 L-20.685416373356503, 19.273596176821986 L-20.85580692766855, 19.16845878136201 L-21.022493339495558, 19.063321385902032 L-21.022493339495558, 19.063321385902032 L-21.192883893807625, 18.953405017921146 L-21.370682733089755, 18.838709677419356 L-21.552185714856947, 18.716845878136198 L-21.74109698159422, 18.590203106332144 L-21.93371239081656, 18.456391875746718 L-22.133736085008955, 18.31541218637993 L-22.3448722066565, 18.16965352449224 L-22.556008328304063, 18.01672640382318 L-22.77455273492169, 17.859020310633216 L-22.99680128402438, 17.696535244922345 L-23.22275397561209, 17.526881720430108 L-23.4561149521699, 17.35483870967742 L-23.693180071212776, 17.17562724014337 L-23.93394933274067, 16.991636798088415 L-24.18212687923867, 16.802867383512545 L-24.43030442573667, 16.60931899641577 L-24.68589025720475, 16.41099163679809 L-24.94147608867283, 16.207885304659495 L-25.204470205110994, 16.002389486260455 L-25.4711684640342, 15.789725209080045 L-25.737866722957424, 15.57467144563919 L-26.008269124365693, 15.35722819593787 L-26.282375668259, 15.135005973715653 L-26.55648221215229, 14.908004778972519 L-26.8379970410157, 14.67861409796894 L-27.115807727394053, 14.446833930704901 L-27.401026698742484, 14.210274790919954 L-27.68624567009092, 13.971326164874553 L-27.97146464143935, 13.727598566308242 L-28.260387755272845, 13.483870967741938 L-28.549310869106318, 13.237753882915175 L-28.838233982939816, 12.986857825567503 L-29.12715709677329, 12.733572281959372 L-29.419784353091824, 12.48028673835126 L-29.71241160941036, 12.22461170848267 L-30.005038865728878, 11.96415770609319 L-30.297666122047413, 11.706093189964161 L-30.59029337836595, 11.443249701314215 L-30.882920634684464, 11.18040621266427 L-31.17184374851796, 10.915173237753885 L-31.464471004836476, 10.649940262843488 L-31.75339411866997, 10.382317801672638 L-32.046021374988484, 10.114695340501802 L-32.33124034633694, 9.844683393070488 L-32.62016346017041, 9.574671445639186 L-32.905382431518866, 9.304659498207887 L-33.18689726038226, 9.034647550776585 L-33.46841208924565, 8.764635603345283 L-33.746222775624, 8.494623655913982 L-34.02403346200235, 8.222222222222216 L-34.29814000589566, 7.9522102747909145 L-34.572246549788964, 7.682198327359613 L-34.84264895119721, 7.412186379928312 L-35.1056430676354, 7.1421744324970105 L-35.36863718407356, 6.874551971326161 L-35.62792715802669, 6.60454002389486 L-35.88351298949477, 6.3393070489844625 L-36.13539467847781, 6.071684587813613 L-36.38357222497581, 5.808841099163681 L-36.6243414865037, 5.545997610513749 L-36.86511074803162, 5.283154121863803 L-37.09847172458943, 5.022700119474309 L-37.3281285586622, 4.764635603345281 L-37.55408125024991, 4.508960573476704 L-37.76892151438251, 4.255675029868579 L-37.9837617785151, 4.002389486260454 L-38.194897900162644, 3.753882915173247 L-38.3986257368401, 3.5077658303464774 L-38.594945288547464, 3.2616487455197083 L-38.78385655528476, 3.020310633213856 L-38.969063679536994, 2.7813620071684557 L-39.14686251881912, 2.5471923536439594 L-39.31725307313119, 2.315412186379928 L-39.48393948495819, 2.0860215053763485 L-39.639513469330055, 1.8590203106332075 L-39.7913833112169, 1.639187574671449 L-39.932140725648594, 1.419354838709677 L-40.06919399759525, 1.206690561529274 L-40.19513484208676, 0.9964157706093093 L-40.31366740160821, 0.7885304659498236 L-40.42479167615953, 0.5878136200716934 L-40.52850766574079, 0.38948626045400137 L-40.624815370351946, 0.198327359617692 L-40.70630650502294, 0.009557945041807318 L-40.78409349720887, -0.17443249701314653 L-40.850768061939675, -0.3512544802867449 L-40.91003434170038, -0.5256869772998779 L-40.958188194005956, -0.6929510155316553 L-40.998933761341455, -0.8554360812425427 L-41.02486275873677, -1.0131421744324993 L-41.04708761364704, -1.1636798088411004 L-41.054495898617134, -1.3094384707287978 L-41.05079175613208, -1.4480286738351262 L-41.039679328676954, -1.581839904420551 L-41.01745447376668, -1.7084826762246064 L-40.980413048916226, -1.8279569892473067 L-40.935963339095686, -1.942652329749103 L-40.88040120182003, -2.050179211469544 L-40.81372663708922, -2.1505376344086025 L-40.81372663708922, -2.1505376344086025 L-40.72853135993321, -2.246117084826757 L-40.62851951283699, -2.336917562724008 L-40.5136910958006, -2.4253285543608074 L-40.38034196633899, -2.5089605734767026 L-40.23217626693721, -2.5878136200716946 L-40.07289814008029, -2.6642771804062075 L-39.891395158313095, -2.7383512544802957 L-39.69877974909078, -2.807646356033453 L-39.491347769928275, -2.8721624850657066 L-39.27280336331065, -2.9366786140979606 L-39.035738244267776, -2.9964157706093104 L-38.7875606977698, -3.051373954599757 L-38.528270723816654, -3.1063321385902034 L-38.254164179923364, -3.156511350059746 L-37.965241066089874, -3.20430107526881 L-37.66520552480125, -3.247311827956997 L-37.357761698542554, -3.290322580645157 L-37.03179715985862, -3.328554360812427 L-36.69842433620459, -3.366786140979697 L-36.353939085095455, -3.40023894862605 L-35.99834140653115, -3.433691756272403 L-35.63533544299679, -3.462365591397852 L-35.26121705200726, -3.4886499402628495 L-34.87598623356263, -3.5149342891278463 L-34.48334713014789, -3.5388291517323784 L-34.079595599278015, -3.557945041816007 L-33.66843578343807, -3.5770609318996485 L-33.249867682628, -3.596176821983277 L-32.820187154362834, -3.6105137395460014 L-32.3868024836126, -3.6248506571087122 L-31.946009527892286, -3.6367980884109983 L-31.497808287201888, -3.646356033452806 L-31.038494619056348, -3.6559139784946266 L-30.579180950910803, -3.6654719235364475 L-30.10875485531014, -3.670250896057351 L-29.638328759709452, -3.675029868578255 L-29.156790236653663, -3.6798088410991587 L-28.671547571112807, -3.6821983273596106 L-28.186304905571955, -3.684587813620062 L-27.693653955061, -3.6869772998805277 L-27.197298862065026, -3.6869772998805277 L-26.693535484098945, -3.6869772998805277 L-26.189772106132885, -3.684587813620062 L-25.682304585681763, -3.684587813620062 L-25.174837065230644, -3.6821983273596106 L-24.659961259809418, -3.677419354838707 L-24.148789596873254, -3.675029868578255 L-23.63020964896701, -3.672640382317803 L-23.115333843545805, -3.6678614097968993 L-22.59675389563954, -3.6654719235364475 L-22.078173947733294, -3.6606929510155304 L-21.55959399982705, -3.6583034647550785 L-21.03730990943574, -3.6535244922341614 L-20.5187299615295, -3.6511350059737095 L-20.00015001362323, -3.6487455197132577 L-19.481570065716987, -3.643966547192354 L-18.96299011781072, -3.641577060931902 L-18.448114312389517, -3.641577060931902 L-17.936942649453353, -3.63918757467145 L-17.42577098651719, -3.63918757467145 L-16.91459932358103, -3.63918757467145 L-16.41083594561495, -3.63918757467145 L-15.907072567648868, -3.641577060931902 L-15.407013332167852, -3.646356033452806 L-14.910658239171854, -3.6487455197132577 L-14.42171143114596, -3.6535244922341614 L-13.932764623120066, -3.6606929510155304 L-13.451226100064256, -3.6678614097968993 L-12.973391719493506, -3.677419354838707 L-12.50296562389282, -3.6869772998805277 L-12.036243670777194, -3.6989247311828004 L-11.576930002631652, -3.7132616487455112 L-11.121320476971173, -3.7275985663082496 L-10.676823378765794, -3.746714456391878 L-10.23603042304548, -3.765830346475506 L-9.80264575229527, -3.7849462365591475 L-9.380373509000162, -3.8088410991636796 L-8.961805408190116, -3.8327359617682113 L-8.554349734835215, -3.8614097968936605 L-8.154302346450375, -3.8900836320191097 L-7.7616632430356605, -3.9211469534050107 L-7.38384070956109, -3.954599761051377 L-7.0097223185715825, -3.992831541218647 L-6.6467163550371975, -4.031063321385903 L-6.298526961443, -4.074074074074077 L-5.954041710333843, -4.117084826762251 L-5.624373029164873, -4.164874551971328 L-5.309520917936089, -4.215053763440857 L-5.002077091677366, -4.267622461170852 L-4.705745692873809, -4.32497013142175 L-4.424230864010397, -4.382317801672649 L-4.15382846260215, -4.446833930704902 L-3.894538488649007, -4.511350059737156 L-3.6500650846360707, -4.580645161290313 L-3.4204082505632996, -4.6523297491039495 L-3.2018638439456732, -4.728793309438463 L-3.0018401497532534, -4.807646356033454 L-2.812928883015979, -4.89127837514935 L-2.6388341862188693, -4.9796893667861495 L-2.6388341862188693, -4.9796893667861495 L-2.4758519168769046, -5.0704898446834 L-2.320277932505023, -5.170848267622459 L-2.168408090618203, -5.278375149342899 L-2.023946533701466, -5.393070489844682 L-1.8831891192697705, -5.514934289127848 L-1.7498399898081574, -5.641577060931904 L-1.623899145316627, -5.77777777777778 L-1.4979583008250963, -5.91875746714456 L-1.3794257413036906, -6.064516129032257 L-1.2683014667523673, -6.219832735961762 L-1.1608813346860434, -6.3775388291517325 L-1.0534612026197614, -6.542413381123058 L-0.9571534980086034, -6.7144563918757525 L-0.8645499358824867, -6.888888888888899 L-0.7756505162414113, -7.070489844683402 L-0.6904552390853772, -7.256869772998807 L-0.6089641044144265, -7.4480286738351165 L-0.5348812547135163, -7.643966547192356 L-0.4645025474976474, -7.8446833930705 L-0.3941238402817785, -8.050179211469533 L-0.3311534180360764, -8.260454002389485 L-0.2755912807603727, -8.473118279569903 L-0.21632500099966978, -8.690561529271209 L-0.1644670062090495, -8.910394265232966 L-0.11631315390342838, -9.135005973715657 L-0.07186344408293278, -9.364396654719236 L-0.031117876747436376, -9.596176821983267 L0.00592354810301873, -9.830346475507763 L0.03926083046839042, -10.066905615292711 L0.07259811283384635, -10.308243727598564 L0.09852711022913543, -10.549581839904416 L0.12445610762442454, -10.795698924731186 L0.14668096253471444, -11.044205495818407 L0.16520167495996305, -11.292712066905613 L0.18372238738516955, -11.545997610513739 L0.19483481484029344, -11.799283154121865 L0.20965138478045864, -12.052568697729988 L0.21705966975054125, -12.310633213859017 L0.22446795472062384, -12.56869772998806 L0.23187623969074855, -12.826762246117088 L0.23187623969074855, -13.087216248506568 L0.23558038217578983, -13.347670250896062 L0.23187623969074855, -13.608124253285542 L0.23187623969074855, -13.870967741935488 L0.22446795472062384, -14.131421744324967 L0.22076381223558253, -14.394265232974915 L0.21335552726549994, -14.65710872162486 L0.20594724229541733, -14.919952210274792 L0.19483481484029344, -15.180406212664272 L0.18372238738516955, -15.440860215053766 L0.16890581744500435, -15.701314217443246 L0.15779338998988046, -15.96176821983274 L0.14297682004967313, -16.21983273596177 L0.12816025010946583, -16.4778972520908 L0.10963953768425934, -16.733572281959376 L0.09482296774409414, -16.986857825567498 L0.07630225531888764, -17.240143369175623 L0.06148568537868033, -17.491039426523297 L0.04296497295347383, -17.739545997610517 L0.024444260528225226, -17.988052568697725 L0.00592354810301873, -18.23178016726404 L-0.012597164322187767, -18.473118279569896 L-0.031117876747436376, -18.712066905615295 L-0.04963858917264287, -18.948626045400243 L-0.06445515911285019, -19.182795698924725 L-0.08297587153805668, -19.41218637992832 L-0.10149658396326318, -19.639187574671446 L-0.11631315390342838, -19.863799283154123 L-0.13483386632867697, -20.083632019115896 L-0.145946293783843, -20.29868578255675 L-0.1607628637240082, -20.511350059737154 L-0.1755794336641734, -20.719235364396653 L-0.18669186111929728, -20.92234169653525 L-0.19780428857442117, -21.120669056152927 L-0.20521257354450378, -21.3142174432497 L-0.21632500099966978, -21.505376344086024 L-0.2237332859697524, -21.689366786140976 L-0.2274374284547937, -21.86857825567503 L-0.23114157093983498, -22.043010752688176 L-0.23484571342487628, -22.21027479091995 L-0.23484571342487628, -22.372759856630825 L-0.23114157093983498, -22.530465949820794 L-0.2274374284547937, -22.681003584229398 L-0.2237332859697524, -22.82676224611708 L-0.21262085851458637, -22.965352449223424 L-0.20150843105946248, -23.096774193548395 L-0.1903960036043386, -23.223416965352452 L-0.1755794336641734, -23.3405017921147 L-0.1570587212389669, -23.45280764635603 L-0.13853800881371828, -23.557945041816005 L-0.11260901141838707, -23.655913978494628 L-0.08668001402309798, -23.744324970131427 L-0.05704687414276758, -23.82795698924732 L-0.023709591777311665, -23.90203106332138 L0.009627690588060029, -23.966547192353648 L0.05037325792355643, -24.026284348864998 L0.09111882525905284, -24.076463560334528 L0.13927267756463185, -24.11708482676225 L0.18742652987021086, -24.150537634408604 L0.18742652987021086, -24.150537634408604 L0.23928452466083114, -24.1768219832736 L0.2948466619364927, -24.193548387096776 L0.3504087992121965, -24.20549581839905 L0.40597093648781596, -24.212664277180405 L0.46523721624856096, -24.210274790919954 L0.5245034960092638, -24.203106332138596 L0.587473918255008, -24.191158900836324 L0.6467401980157531, -24.172043010752695 L0.7097106202614972, -24.148148148148152 L0.7763851849922828, -24.11708482676225 L0.8430597497231104, -24.08124253285543 L0.9134384569389793, -24.038231780167273 L0.9801130216697648, -23.99044205495818 L1.0504917288855915, -23.9378733572282 L1.1245745785865018, -23.8805256869773 L1.1949532858023708, -23.8183990442055 L1.2690361355032809, -23.75149342891278 L1.3468231276891902, -23.677419354838705 L1.4246101198750998, -23.60095579450418 L1.5023971120610513, -23.51971326164875 L1.5801841042470028, -23.433691756272403 L1.6616752389179956, -23.3405017921147 L1.7431663735889884, -23.247311827956995 L1.8246575082599812, -23.146953405017925 L1.9098527854159733, -23.0442054958184 L1.9950480625720073, -22.936678614097975 L2.0802433397280415, -22.82437275985663 L2.1691427593690746, -22.709677419354847 L2.25804217901015, -22.5925925925926 L2.3469415986512256, -22.470728793309444 L2.4395451607773424, -22.344086021505376 L2.5284445804184177, -22.215053763440867 L2.6210481425445344, -22.083632019115896 L2.713651704670651, -21.94982078853047 L2.8062552667967675, -21.81123058542413 L2.906267113892967, -21.67025089605735 L3.002574818504125, -21.526881720430104 L3.098882523115325, -21.38112305854242 L3.195190227726483, -21.23297491039427 L3.2952020748226825, -21.08243727598567 L3.3952139219188817, -20.929510155316603 L3.495225769015123, -20.7741935483871 L3.5952376161113224, -20.616487455197127 L3.698953605692563, -20.458781362007173 L3.802669595273804, -20.296296296296298 L3.906385584855044, -20.133811230585422 L4.010101574436285, -19.97132616487455 L4.113817564017525, -19.804062126642773 L4.22123769608385, -19.636798088410995 L4.328657828150174, -19.469534050179217 L4.436077960216456, -19.299880525686973 L4.5434980922827375, -19.130227001194747 L4.654622366834061, -18.958183990442052 L4.7620424989003425, -18.78614097968937 L4.8731667734517075, -18.614097968936676 L4.984291048003073, -18.439665471923544 L5.0954153225543966, -18.26762246117085 L5.20653959710572, -18.093189964157716 L5.317663871657043, -17.91875746714457 L5.4324922886934495, -17.744324970131423 L5.547320705729856, -17.569892473118276 L5.662149122766221, -17.39545997610514 L5.773273397317544, -17.221027479091994 L5.891805956838992, -17.046594982078847 L6.006634373875398, -16.872162485065715 L6.121462790911763, -16.70011947431302 L6.236291207948127, -16.52807646356034 L6.354823767469575, -16.356033452807644 L6.473356326991023, -16.186379928315414 L6.591888886512429, -16.016726403823174 L6.7067173035487935, -15.849462365591396 L6.825249863070283, -15.682198327359618 L6.943782422591689, -15.51493428912784 L7.062314982113095, -15.352449223416967 L7.1808475416345425, -15.189964157706093 L7.303084243641032, -15.02747909199522 L7.421616803162438, -14.869772998805262 L7.540149362683843, -14.712066905615293 L7.6623860646903745, -14.556750298685774 L7.780918624211781, -14.40382317801672 L7.9031553262182275, -14.25328554360812 L8.021687885739675, -14.102747909199518 L8.143924587746165, -13.956989247311821 L8.266161289752612, -13.81362007168459 L8.388397991759101, -13.672640382317809 L8.51063469376559, -13.536439665471919 L8.629167253286996, -13.400238948626056 L8.751403955293485, -13.26881720430107 L8.873640657299974, -13.139784946236562 L8.995877359306421, -13.013142174432508 L9.11811406131291, -12.89127837514934 L9.236646620834359, -12.774193548387107 L9.358883322840805, -12.65949820788531 L9.481120024847254, -12.547192353643965 L9.603356726853784, -12.439665471923538 L9.72559342886023, -12.336917562724015 L9.844125988381638, -12.236559139784957 L9.966362690388127, -12.140979689366787 L10.088599392394617, -12.050179211469537 L10.088599392394617, -12.050179211469537 L10.214540236886105, -11.961768219832738 L10.344185223862718, -11.870967741935486 L10.484942638294372, -11.77777777777777 L10.633108337696193, -11.68697729988052 L10.784978179583012, -11.591397849462364 L10.947960448924956, -11.498207885304662 L11.11094271826694, -11.402628434886507 L11.28503741506405, -11.307048984468338 L11.466540396831242, -11.209080047789719 L11.651747521083475, -11.111111111111112 L11.844362930305792, -11.013142174432506 L12.04068248201315, -10.91278375149342 L12.244410318690589, -10.812425328554362 L12.451842297853112, -10.712066905615304 L12.662978419500677, -10.609318996415766 L12.881522826118282, -10.506571087216257 L13.10377137522097, -10.403823178016719 L13.329724066808701, -10.298685782556756 L13.563085043366513, -10.19593787335722 L13.800150162409366, -10.090800477897258 L14.03721528145222, -9.985663082437268 L14.281688685465157, -9.878136200716854 L14.529866231963176, -9.770609318996414 L14.778043778461154, -9.665471923536439 L15.033629609929214, -9.55794504181601 L15.289215441397317, -9.448028673835118 L15.552209557835502, -9.340501792114704 L15.811499531788645, -9.23058542413381 L16.07819779071183, -9.123058542413384 L16.344896049635054, -9.013142174432504 L16.61529845104328, -8.903225806451612 L16.88570085245155, -8.793309438470732 L17.159807396344856, -8.683393070489853 L17.43761808272321, -8.57108721624851 L17.711724626616515, -8.461170848267615 L17.99323945547991, -8.351254480286736 L18.271050141858257, -8.238948626045405 L18.552564970721647, -8.129032258064512 L18.8303756571, -8.016726403823181 L19.11189048596339, -7.90442054958185 L19.393405314826783, -7.794504181600957 L19.674920143690215, -7.682198327359613 L19.960139115038647, -7.569892473118282 L20.24165394390204, -7.459976105137403 L20.52316877276543, -7.347670250896058 L20.804683601628824, -7.2377538829151655 L21.082494288007172, -7.125448028673834 L21.364009116870605, -7.015531660692955 L21.641819803248957, -6.90322580645161 L21.919630489627306, -6.793309438470731 L22.193737033520573, -6.683393070489852 L22.46784357741388, -6.573476702508959 L22.74195012130719, -6.46356033452808 L23.00864838023042, -6.3536439665472 L23.27905078163864, -6.243727598566307 L23.54574904056187, -6.13620071684588 L23.808743157000052, -6.026284348865001 L24.068033130953197, -5.91875746714456 L24.32732310490634, -5.811230585424132 L24.579204793889318, -5.703703703703705 L24.83479062535742, -5.596176821983264 L25.0792640293704, -5.491039426523303 L25.323737433383336, -5.3859020310633134 L25.56450669491123, -5.278375149342899 L25.801571813954084, -5.175627240143362 L26.034932790511895, -5.0704898446834 L26.260885482099624, -4.967741935483863 L26.486838173687357, -4.864994026284353 L26.70538258030496, -4.762246117084829 L26.916518701952526, -4.661887694145757 L27.12765482360009, -4.561529271206698 L27.33138266027753, -4.461170848267613 L27.527702211984888, -4.363201911589006 L27.720317621207244, -4.262843488649948 L27.90922888794452, -4.16726403823178 L28.09073186971171, -4.06929510155316 L28.26482656650878, -3.9737156511350054 L28.435217120820848, -3.8805256869773026 L28.59449524767775, -3.7849462365591475 L28.750069232049654, -3.6941457586618967 L28.89823493145143, -3.60095579450418 L29.04269648836817, -3.5101553166069293 L29.176045617829782, -3.4217443249701303 L29.301986462321313, -3.333333333333331 L29.42051902184272, -3.244922341696545 L29.531643296394083, -3.158900836320198 L29.635359285975323, -3.0728793309438505 L29.731666990586483, -2.9892473118279552 L29.816862267742515, -2.9056152927120595 L29.894649259928467, -2.8243727598566295 L29.965027967144295, -2.7455197132616513 L30.02799838939004, -2.6666666666666594 L30.0798563841807, -2.5878136200716946 L30.120601951516154, -2.5113500597371545 L30.15393923388157, -2.43727598566308 L30.176164088791857, -2.3632019115890053 L30.190980658732023, -2.291517323775396 L30.194684801217065, -2.21983273596176 L30.187276516246982, -2.1505376344086025 L30.187276516246982, -2.1505376344086025 L30.172459946306816, -2.081242532855445 L30.142826806426445, -2.014336917562726 L30.10578538157599, -1.9474313022700067 L30.05763152927041, -1.880525686977301 L29.994661107024665, -1.8136200716845956 L29.927986542293837, -1.7491039426523283 L29.846495407622847, -1.682198327359609 L29.757595987981812, -1.6176821983273555 L29.661288283370613, -1.5531660692951017 L29.553868151304332, -1.4910394265232998 L29.435335591782923, -1.426523297491046 L29.309394747291396, -1.3620071684587787 L29.176045617829782, -1.299880525686977 L29.031584060913044, -1.237753882915175 L28.879714219026223, -1.1756272401433594 L28.72043609216928, -1.1135005973715577 L28.553749680342296, -1.0513739545997558 L28.379654983545187, -0.9892473118279538 L28.194447859292953, -0.927120669056152 L28.00553659255568, -0.8673835125448018 L27.805512898363236, -0.8052568697729999 L27.605489204170837, -0.7455197132616499 L27.394353082523317, -0.683393070489848 L27.175808675905667, -0.623655913978498 L26.95356012680298, -0.5639187574671479 L26.72390329273021, -0.5041816009557978 L26.486838173687357, -0.4420549581839959 L26.249773054644503, -0.38231780167264584 L26.001595508146526, -0.3225806451612958 L25.749713819163464, -0.2628434886499457 L25.49412798769536, -0.20310633213859566 L25.231133871257217, -0.14336917562724558 L24.964435612333993, -0.0812425328554437 L24.694033210925724, -0.021505376344093628 L24.419926667032456, 0.03823178016725644 L24.142115980654108, 0.0979689366786065 L23.860601151790675, 0.1600955794504084 L23.5716780379572, 0.21983273596175845 L23.282754924123683, 0.28195937873357396 L22.99012766780517, 0.341696535244924 L22.693796269001613, 0.4038231780167259 L22.393760727713016, 0.463560334528076 L22.093725186424376, 0.5256869772998779 L21.789985502650694, 0.5878136200716934 L21.48254167639201, 0.6499402628434953 L21.17509785013329, 0.7120669056152972 L20.863949881389527, 0.774193548387099 L20.552801912645805, 0.8387096774193528 L20.237949801417, 0.9008363201911547 L19.926801832673235, 0.9653524492234083 L19.61194972144447, 1.0298685782556756 L19.29339346773058, 1.094384707287943 L18.978541356501818, 1.1589008363201967 L18.659985102787974, 1.2234169653524505 L18.341428849074127, 1.290322580645156 L18.02657673784532, 1.3572281959378751 L17.708020484131474, 1.4241338112305943 L17.39316837290271, 1.4910394265232998 L17.074612119188824, 1.5579450418160055 L16.763464150445103, 1.6272401433691763 L16.448612039216297, 1.6965352449223472 L16.13375992798749, 1.7658303464755047 L15.822611959243769, 1.8351254480286756 L15.511463990500005, 1.9068100358422984 L15.204020164241282, 1.9784946236559076 L14.900280480467643, 2.050179211469544 L14.59283665420892, 2.1218637992831533 L14.29280111292028, 2.1959378733572277 L13.992765571631683, 2.2700119474313025 L13.700138315313167, 2.344086021505377 L13.407511058994652, 2.4205495818399037 L13.114883802676095, 2.49701314217443 L12.829664831327662, 2.5734767025089567 L12.54815000246427, 2.652329749103948 L12.266635173600879, 2.7311827956989267 L11.99252862970757, 2.810035842293905 L11.725830370784344, 2.8912783751493487 L11.45913211186116, 2.9725209080047788 L11.196137995422974, 3.053763440860209 L10.940552163954873, 3.1373954599761045 L10.688670474971811, 3.2210274790919997 L10.440492928473876, 3.3070489844683473 L10.20342780943098, 3.393070489844681 L9.966362690388127, 3.48148148148148 L9.736705856315355, 3.5675029868578276 L9.514457307212709, 3.6583034647550785 L9.299617043080062, 3.7491039426523294 L9.088480921432538, 3.8399044205495807 L8.884753084755099, 3.9330943847072968 L8.6847293905627, 4.0262843488649995 L8.495818123825424, 4.119474313022702 L8.314315142058232, 4.215053763440857 L8.140220445261123, 4.313022700119477 L7.973534033434097, 4.410991636798098 L7.814255906577152, 4.511350059737156 L7.6623860646903745, 4.611708482676228 L7.517924507773595, 4.712066905615299 L7.384575378312025, 4.817204301075262 L7.2586345338204525, 4.919952210274799  Z",
                            "type": "path",
                            "fillcolor": "rgba(0,160,176, 0.35)"
                        },
                        {
                            "x0": 34.25,
                            "x1": 35.75,
                            "y0": -0.75,
                            "y1": 0.75,
                            "line": {
                                "color": "#EDC951",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#EDC951"
                        },
                        {
                            "x0": 10.563708498984761,
                            "x1": 12.063708498984761,
                            "y0": 10.56370849898476,
                            "y1": 12.06370849898476,
                            "line": {
                                "color": "#EDC951",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#EDC951"
                        },
                        {
                            "x0": -0.7499999999999983,
                            "x1": 0.7500000000000017,
                            "y0": 26.25,
                            "y1": 27.75,
                            "line": {
                                "color": "#EDC951",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#EDC951"
                        },
                        {
                            "x0": -27.620057685088803,
                            "x1": -26.120057685088803,
                            "y0": 26.120057685088806,
                            "y1": 27.620057685088806,
                            "line": {
                                "color": "#EDC951",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#EDC951"
                        },
                        {
                            "x0": -35.75,
                            "x1": -34.25,
                            "y0": -0.7499999999999957,
                            "y1": 0.7500000000000043,
                            "line": {
                                "color": "#EDC951",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#EDC951"
                        },
                        {
                            "x0": -9.94238815542512,
                            "x1": -8.44238815542512,
                            "y0": -9.942388155425117,
                            "y1": -8.442388155425117,
                            "line": {
                                "color": "#EDC951",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#EDC951"
                        },
                        {
                            "x0": -0.7500000000000037,
                            "x1": 0.7499999999999963,
                            "y0": -20.75,
                            "y1": -19.25,
                            "line": {
                                "color": "#EDC951",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#EDC951"
                        },
                        {
                            "x0": 8.442388155425116,
                            "x1": 9.942388155425116,
                            "y0": -9.94238815542512,
                            "y1": -8.44238815542512,
                            "line": {
                                "color": "#EDC951",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#EDC951"
                        },
                        {
                            "x0": 28.249999999999996,
                            "x1": 29.749999999999996,
                            "y0": -0.75,
                            "y1": 0.75,
                            "line": {
                                "color": "#CC333F",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#CC333F"
                        },
                        {
                            "x0": 19.048989873223334,
                            "x1": 20.548989873223334,
                            "y0": 19.04898987322333,
                            "y1": 20.54898987322333,
                            "line": {
                                "color": "#CC333F",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#CC333F"
                        },
                        {
                            "x0": -0.7499999999999987,
                            "x1": 0.7500000000000013,
                            "y0": 21.25,
                            "y1": 22.75,
                            "line": {
                                "color": "#CC333F",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#CC333F"
                        },
                        {
                            "x0": -36.10533905932737,
                            "x1": -34.60533905932737,
                            "y0": 34.60533905932738,
                            "y1": 36.10533905932738,
                            "line": {
                                "color": "#CC333F",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#CC333F"
                        },
                        {
                            "x0": -21.75,
                            "x1": -20.25,
                            "y0": -0.7499999999999974,
                            "y1": 0.7500000000000026,
                            "line": {
                                "color": "#CC333F",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#CC333F"
                        },
                        {
                            "x0": -2.1642135623730954,
                            "x1": -0.6642135623730954,
                            "y0": -2.164213562373095,
                            "y1": -0.6642135623730949,
                            "line": {
                                "color": "#CC333F",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#CC333F"
                        },
                        {
                            "x0": -0.750000000000004,
                            "x1": 0.749999999999996,
                            "y0": -22.75,
                            "y1": -21.25,
                            "line": {
                                "color": "#CC333F",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#CC333F"
                        },
                        {
                            "x0": 11.270815280171306,
                            "x1": 12.770815280171306,
                            "y0": -12.77081528017131,
                            "y1": -11.27081528017131,
                            "line": {
                                "color": "#CC333F",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#CC333F"
                        },
                        {
                            "x0": 29.25,
                            "x1": 30.75,
                            "y0": -0.75,
                            "y1": 0.75,
                            "line": {
                                "color": "#00A0B0",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#00A0B0"
                        },
                        {
                            "x0": 6.3210678118654755,
                            "x1": 7.8210678118654755,
                            "y0": 6.321067811865475,
                            "y1": 7.821067811865475,
                            "line": {
                                "color": "#00A0B0",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#00A0B0"
                        },
                        {
                            "x0": -0.7499999999999984,
                            "x1": 0.7500000000000016,
                            "y0": 25.25,
                            "y1": 26.75,
                            "line": {
                                "color": "#00A0B0",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#00A0B0"
                        },
                        {
                            "x0": -21.963203435596423,
                            "x1": -20.463203435596423,
                            "y0": 20.463203435596427,
                            "y1": 21.963203435596427,
                            "line": {
                                "color": "#00A0B0",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#00A0B0"
                        },
                        {
                            "x0": -41.75,
                            "x1": -40.25,
                            "y0": -0.749999999999995,
                            "y1": 0.750000000000005,
                            "line": {
                                "color": "#00A0B0",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#00A0B0"
                        },
                        {
                            "x0": -3.5784271247461907,
                            "x1": -2.0784271247461907,
                            "y0": -3.57842712474619,
                            "y1": -2.07842712474619,
                            "line": {
                                "color": "#00A0B0",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#00A0B0"
                        },
                        {
                            "x0": -0.750000000000004,
                            "x1": 0.749999999999996,
                            "y0": -22.75,
                            "y1": -21.25,
                            "line": {
                                "color": "#00A0B0",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#00A0B0"
                        },
                        {
                            "x0": 9.149494936611664,
                            "x1": 10.649494936611664,
                            "y0": -10.649494936611669,
                            "y1": -9.149494936611669,
                            "line": {
                                "color": "#00A0B0",
                                "width": 0.5
                            },
                            "type": "circle",
                            "fillcolor": "#00A0B0"
                        }
                    ],
                    "hovermode": "closest",
                    "showlegend": "False"
                }
            },
            "height": 600,
            "width": 680,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~geore-tsui",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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-10-18 06:55:45",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "geore-tsui",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}