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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTA3KzAxJTNBMjclM0E1My41NTAyNzElMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0wNyswNyUzQTQzJTNBNDkuMTQ5NDg5JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-08-07T07:43:49.149489Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~aidenshin/16.embed",
            "fid": "aidenshin:16",
            "filename": "Epoch 진행에 따른 Prediction 변화 : MAPE(avg) 기준 top-70 (out of 1400)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/aidenshin:16/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/aidenshin/16/2_P50S63YYMPGLSD5VKVFS8WISURGCF8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aidenshin/16/8_BNVAKG1Z62F4UL1M5BTW7OQ4U9TLRG.png",
                "list-thumb": "https://api.plotly.com/v2/files/aidenshin:16/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/aidenshin:16",
                "plots": "https://api.plotly.com/v2/plots/aidenshin:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=aidenshin"
            },
            "owner": "aidenshin",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~aidenshin/16/",
            "world_readable": true,
            "date_modified": "2025-08-07T07:43:49.158Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~aidenshin/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(68,1,84,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 821",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:fdabd9",
                        "ysrc": "aidenshin:15:8382a6",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:cabd4e"
                    },
                    {
                        "line": {
                            "color": "rgba(69,5,89,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 718",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:8cfad4",
                        "ysrc": "aidenshin:15:5cd9cc",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:2f9995"
                    },
                    {
                        "line": {
                            "color": "rgba(70,11,94,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 462",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:a3a5eb",
                        "ysrc": "aidenshin:15:339ce1",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:a43cdb"
                    },
                    {
                        "line": {
                            "color": "rgba(71,17,100,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 439",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:569f8d",
                        "ysrc": "aidenshin:15:c93d23",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:84b114"
                    },
                    {
                        "line": {
                            "color": "rgba(72,22,104,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 212",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:12b52a",
                        "ysrc": "aidenshin:15:2006f5",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:3351f7"
                    },
                    {
                        "line": {
                            "color": "rgba(72,27,109,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 382",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:679884",
                        "ysrc": "aidenshin:15:f4b60b",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:af719e"
                    },
                    {
                        "line": {
                            "color": "rgba(72,32,113,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 949",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:9ae62c",
                        "ysrc": "aidenshin:15:371502",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:bd6155"
                    },
                    {
                        "line": {
                            "color": "rgba(72,36,117,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 904",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:53594e",
                        "ysrc": "aidenshin:15:1c851b",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:b2bcd8"
                    },
                    {
                        "line": {
                            "color": "rgba(72,41,121,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1291",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:4a0335",
                        "ysrc": "aidenshin:15:5a7424",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:1d2fe2"
                    },
                    {
                        "line": {
                            "color": "rgba(71,46,124,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1055",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:aaff7c",
                        "ysrc": "aidenshin:15:809826",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:497ea2"
                    },
                    {
                        "line": {
                            "color": "rgba(70,51,127,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 995",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:cf19d4",
                        "ysrc": "aidenshin:15:041525",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:f73a7f"
                    },
                    {
                        "line": {
                            "color": "rgba(69,55,129,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 987",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:48a499",
                        "ysrc": "aidenshin:15:3e63a5",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:09f025"
                    },
                    {
                        "line": {
                            "color": "rgba(68,59,132,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 961",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:3ec651",
                        "ysrc": "aidenshin:15:122471",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:a9d116"
                    },
                    {
                        "line": {
                            "color": "rgba(66,64,134,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1148",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:c6ab07",
                        "ysrc": "aidenshin:15:42cb1d",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:e88b1c"
                    },
                    {
                        "line": {
                            "color": "rgba(65,68,135,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1069",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:4062b4",
                        "ysrc": "aidenshin:15:ae65f3",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:ff4e78"
                    },
                    {
                        "line": {
                            "color": "rgba(63,72,137,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 535",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:608eac",
                        "ysrc": "aidenshin:15:a46c25",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:aff49c"
                    },
                    {
                        "line": {
                            "color": "rgba(61,77,138,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 981",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:4fd9f4",
                        "ysrc": "aidenshin:15:8e2454",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:d1263f"
                    },
                    {
                        "line": {
                            "color": "rgba(59,81,139,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1213",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:2a581c",
                        "ysrc": "aidenshin:15:38b263",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:9b6957"
                    },
                    {
                        "line": {
                            "color": "rgba(58,84,140,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 832",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:37bf4a",
                        "ysrc": "aidenshin:15:69edf1",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:587a0e"
                    },
                    {
                        "line": {
                            "color": "rgba(56,89,140,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 828",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:fdfb5d",
                        "ysrc": "aidenshin:15:4ce696",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:dc90d0"
                    },
                    {
                        "line": {
                            "color": "rgba(54,93,141,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 953",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:287ccd",
                        "ysrc": "aidenshin:15:848386",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:1fbf7a"
                    },
                    {
                        "line": {
                            "color": "rgba(52,96,141,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 86",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:e5da83",
                        "ysrc": "aidenshin:15:854260",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:6d0871"
                    },
                    {
                        "line": {
                            "color": "rgba(50,100,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 346",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:83e666",
                        "ysrc": "aidenshin:15:22a897",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:33ece4"
                    },
                    {
                        "line": {
                            "color": "rgba(49,104,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 444",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:0b50e0",
                        "ysrc": "aidenshin:15:b67f8e",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:a15166"
                    },
                    {
                        "line": {
                            "color": "rgba(47,108,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1130",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:68ca7e",
                        "ysrc": "aidenshin:15:7033bc",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:dd394a"
                    },
                    {
                        "line": {
                            "color": "rgba(46,111,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 84",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:9b88db",
                        "ysrc": "aidenshin:15:495c5b",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:f0cd5a"
                    },
                    {
                        "line": {
                            "color": "rgba(44,114,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 299",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:f934bb",
                        "ysrc": "aidenshin:15:c6b649",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:f2e86b"
                    },
                    {
                        "line": {
                            "color": "rgba(42,118,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 579",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:5ad808",
                        "ysrc": "aidenshin:15:8c3eb3",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:be44a3"
                    },
                    {
                        "line": {
                            "color": "rgba(41,121,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 898",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:f556ca",
                        "ysrc": "aidenshin:15:cfcca8",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:bc8a96"
                    },
                    {
                        "line": {
                            "color": "rgba(40,125,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1014",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:cfd990",
                        "ysrc": "aidenshin:15:5ade1d",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:a95ec1"
                    },
                    {
                        "line": {
                            "color": "rgba(38,129,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 795",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:0a6a4a",
                        "ysrc": "aidenshin:15:9776b4",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:e043f8"
                    },
                    {
                        "line": {
                            "color": "rgba(37,132,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 14",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:642f78",
                        "ysrc": "aidenshin:15:bc4b76",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:9c7633"
                    },
                    {
                        "line": {
                            "color": "rgba(36,135,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1128",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:067a37",
                        "ysrc": "aidenshin:15:fa21ae",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:e82895"
                    },
                    {
                        "line": {
                            "color": "rgba(34,139,141,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1180",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:692c31",
                        "ysrc": "aidenshin:15:45d068",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:e9c8cc"
                    },
                    {
                        "line": {
                            "color": "rgba(33,143,141,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1390",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:d6451f",
                        "ysrc": "aidenshin:15:cce28a",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:e6e076"
                    },
                    {
                        "line": {
                            "color": "rgba(32,146,140,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 509",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:92f738",
                        "ysrc": "aidenshin:15:c20b5d",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:0602e8"
                    },
                    {
                        "line": {
                            "color": "rgba(31,149,139,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 542",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:b914c0",
                        "ysrc": "aidenshin:15:9ec8a7",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:3d41df"
                    },
                    {
                        "line": {
                            "color": "rgba(31,153,138,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1362",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:4ebe22",
                        "ysrc": "aidenshin:15:9b9198",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:af5610"
                    },
                    {
                        "line": {
                            "color": "rgba(30,156,137,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1381",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:6adff5",
                        "ysrc": "aidenshin:15:7815eb",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:a7df9f"
                    },
                    {
                        "line": {
                            "color": "rgba(31,160,136,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 698",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:b98ebb",
                        "ysrc": "aidenshin:15:80a562",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:c1e019"
                    },
                    {
                        "line": {
                            "color": "rgba(32,163,134,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 176",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:61329e",
                        "ysrc": "aidenshin:15:accb36",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:7fae6d"
                    },
                    {
                        "line": {
                            "color": "rgba(34,167,133,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1354",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:1b8ef5",
                        "ysrc": "aidenshin:15:323caf",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:c251b4"
                    },
                    {
                        "line": {
                            "color": "rgba(36,170,131,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 926",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:553879",
                        "ysrc": "aidenshin:15:1f0c18",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:28a0ba"
                    },
                    {
                        "line": {
                            "color": "rgba(39,173,129,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 357",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:e69c6f",
                        "ysrc": "aidenshin:15:9a0361",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:e04840"
                    },
                    {
                        "line": {
                            "color": "rgba(44,177,126,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 220",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:f77a0a",
                        "ysrc": "aidenshin:15:17a728",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:93c5f3"
                    },
                    {
                        "line": {
                            "color": "rgba(47,180,124,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1067",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:701ce4",
                        "ysrc": "aidenshin:15:c67410",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:6651ad"
                    },
                    {
                        "line": {
                            "color": "rgba(53,183,121,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 93",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:2d7c8a",
                        "ysrc": "aidenshin:15:e85fe2",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:49f46e"
                    },
                    {
                        "line": {
                            "color": "rgba(59,187,117,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 877",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:69b607",
                        "ysrc": "aidenshin:15:0f6dc3",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:91655a"
                    },
                    {
                        "line": {
                            "color": "rgba(66,190,113,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1304",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:db5385",
                        "ysrc": "aidenshin:15:f69439",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:8aa882"
                    },
                    {
                        "line": {
                            "color": "rgba(72,193,110,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 349",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:4d40f8",
                        "ysrc": "aidenshin:15:bf5969",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:411fcd"
                    },
                    {
                        "line": {
                            "color": "rgba(80,196,106,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 896",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:858827",
                        "ysrc": "aidenshin:15:7c28ee",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:8f0366"
                    },
                    {
                        "line": {
                            "color": "rgba(88,199,101,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 32",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:028cc4",
                        "ysrc": "aidenshin:15:b6067c",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:eb0404"
                    },
                    {
                        "line": {
                            "color": "rgba(94,201,98,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 90",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:f5dbb0",
                        "ysrc": "aidenshin:15:f3eb9b",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:d345b7"
                    },
                    {
                        "line": {
                            "color": "rgba(103,204,92,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1245",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:4a31ce",
                        "ysrc": "aidenshin:15:4b74fe",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:1084c7"
                    },
                    {
                        "line": {
                            "color": "rgba(112,207,87,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 625",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:ce84eb",
                        "ysrc": "aidenshin:15:816550",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:8933c8"
                    },
                    {
                        "line": {
                            "color": "rgba(122,209,81,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1137",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:9b210e",
                        "ysrc": "aidenshin:15:7a1b76",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:6152aa"
                    },
                    {
                        "line": {
                            "color": "rgba(129,211,77,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 647",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:ae7064",
                        "ysrc": "aidenshin:15:50293b",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:1dea0a"
                    },
                    {
                        "line": {
                            "color": "rgba(139,214,70,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 986",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:65a99b",
                        "ysrc": "aidenshin:15:0bf75b",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:de59a6"
                    },
                    {
                        "line": {
                            "color": "rgba(149,216,64,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 480",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:f814bf",
                        "ysrc": "aidenshin:15:6b0253",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:9c6802"
                    },
                    {
                        "line": {
                            "color": "rgba(157,217,59,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 117",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:f64605",
                        "ysrc": "aidenshin:15:9c588c",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:ebc6ce"
                    },
                    {
                        "line": {
                            "color": "rgba(168,219,52,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1251",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:bc8b1f",
                        "ysrc": "aidenshin:15:dbc3b0",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:3b8276"
                    },
                    {
                        "line": {
                            "color": "rgba(178,221,45,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1215",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:d5392b",
                        "ysrc": "aidenshin:15:59d026",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:788d40"
                    },
                    {
                        "line": {
                            "color": "rgba(189,223,38,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 602",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:91a8ef",
                        "ysrc": "aidenshin:15:22179d",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:68456e"
                    },
                    {
                        "line": {
                            "color": "rgba(197,224,33,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 870",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:1c7aba",
                        "ysrc": "aidenshin:15:166150",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:96c174"
                    },
                    {
                        "line": {
                            "color": "rgba(208,225,28,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 824",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:f7b8cb",
                        "ysrc": "aidenshin:15:7282d4",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:98360a"
                    },
                    {
                        "line": {
                            "color": "rgba(218,227,25,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 548",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:656cf2",
                        "ysrc": "aidenshin:15:047118",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:00eef0"
                    },
                    {
                        "line": {
                            "color": "rgba(226,228,24,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 748",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:149e34",
                        "ysrc": "aidenshin:15:4d2003",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:956e09"
                    },
                    {
                        "line": {
                            "color": "rgba(236,229,27,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 990",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:842ed9",
                        "ysrc": "aidenshin:15:4640cb",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:591469"
                    },
                    {
                        "line": {
                            "color": "rgba(246,230,32,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1173",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:456d2c",
                        "ysrc": "aidenshin:15:82daf3",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:c64ee4"
                    },
                    {
                        "line": {
                            "color": "rgba(253,231,37,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 978",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:90ee17",
                        "ysrc": "aidenshin:15:64c709",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:918408"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 2
                        },
                        "mode": "lines",
                        "name": "정답 대비 0% 오차 기준선",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:142fe5",
                        "ysrc": "aidenshin:15:7dfcd1",
                        "showlegend": true
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Epoch 진행에 따른 Prediction 변화 : MAPE(avg) 기준 top-70 (out of 1400)"
                    },
                    "width": 1200,
                    "xaxis": {
                        "title": {
                            "text": "Epoch"
                        }
                    },
                    "yaxis": {
                        "range": [
                            -1.5,
                            1.5
                        ],
                        "title": {
                            "text": "Scaled Prediction Error (Residual / True Fare)"
                        }
                    },
                    "height": 600,
                    "legend": {
                        "x": 1,
                        "y": 1.02,
                        "xanchor": "right",
                        "yanchor": "bottom",
                        "orientation": "h"
                    },
                    "margin": {
                        "t": 100
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "hovermode": "closest",
                    "hoverlabel": {
                        "font": {
                            "size": 13
                        },
                        "align": "left",
                        "namelength": -1
                    },
                    "plot_bgcolor": "rgb(210, 210, 210)"
                }
            },
            "height": 600,
            "width": 1200,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~aidenshin",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/11.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-30 21:23:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "aidenshin",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T07:28:50.097938Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~wngns99/5.embed",
            "fid": "wngns99:5",
            "filename": "1232131231231",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/wngns99:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/wngns99/5/2_83IDKYV99I3PAGNNTMP5747AV35MN4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wngns99/5/8_WNTP5NU4QZDIHO4JCE9446Q5OZJIOB.png",
                "list-thumb": "https://api.plotly.com/v2/files/wngns99:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/wngns99:5",
                "plots": "https://api.plotly.com/v2/plots/wngns99:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=wngns99"
            },
            "owner": "wngns99",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~wngns99/5/",
            "world_readable": true,
            "date_modified": "2025-08-07T07:53:29.010Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~wngns99/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A - B",
                                "y": "Gastrointestinal disorders"
                            }
                        },
                        "mode": "markers",
                        "name": "Gastrointestinal disorders",
                        "type": "bar",
                        "xsrc": "wngns99:4:b74022,80de44*",
                        "ysrc": "wngns99:4:a0eaa8",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A - B",
                                "y": "Dermatological disorders"
                            }
                        },
                        "name": "Dermatological disorders",
                        "type": "bar",
                        "xsrc": "wngns99:4:b74022,80de44*",
                        "ysrc": "wngns99:4:ac7e09",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A - B",
                                "y": "Obesity"
                            }
                        },
                        "name": "Obesity",
                        "type": "bar",
                        "xsrc": "wngns99:4:b74022,80de44*",
                        "ysrc": "wngns99:4:1ed29b",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A - B",
                                "y": "Healthy"
                            }
                        },
                        "name": "Healthy",
                        "type": "bar",
                        "xsrc": "wngns99:4:b74022,80de44*",
                        "ysrc": "wngns99:4:12e067",
                        "xaxis": "x",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A - B",
                                "y": "G"
                            }
                        },
                        "name": "Symptoms Total",
                        "type": "bar",
                        "xsrc": "wngns99:4:b74022,80de44*",
                        "ysrc": "wngns99:4:19dea3",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12
                    },
                    "xaxis": {
                        "type": "multicategory",
                        "range": [
                            -0.5,
                            3.5
                        ],
                        "title": {
                            "text": "C. perfringens Detection and Symptom Classification"
                        },
                        "showline": false,
                        "zeroline": false,
                        "autorange": true,
                        "tickangle": "auto",
                        "showspikes": false,
                        "tickformat": "",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            95.78947368421052
                        ],
                        "title": {
                            "text": "Number of Dogs"
                        },
                        "autorange": true
                    },
                    "legend": {
                        "x": 0.4372941475171517,
                        "y": 0.9180892482779275
                    },
                    "modebar": {
                        "bgcolor": "rgba(246, 236, 236, 0.5)",
                        "orientation": "h"
                    },
                    "autosize": true,
                    "colorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#19d3f3",
                        "#e763fa",
                        "#fecb52",
                        "#ffa15a",
                        "#ff6692",
                        "#b6e880"
                    ],
                    "dragmode": "zoom",
                    "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"
                    },
                    "separators": ".,",
                    "uniformtext": {
                        "mode": false,
                        "minsize": 0
                    },
                    "selectdirection": "v"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~wngns99",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-06 06:56:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "wngns99",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T07:19:48.361053Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jiyoonhan/1.embed",
            "fid": "jiyoonhan:1",
            "filename": "Research areas",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jiyoonhan/1/9_F4TW70KQ6EAWIES56EYGQC5WU2PLAB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jiyoonhan/1/2_J38864ULSRH447JEWT3PUES9ME6EBQ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jiyoonhan/1/8_SIGI2PD7FH7ALAZ1E9510WVMQZP262.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jiyoonhan/1/9_F4TW70KQ6EAWIES56EYGQC5WU2PLAB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jiyoonhan:1",
                "plots": "https://api.plotly.com/v2/plots/jiyoonhan:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=jiyoonhan"
            },
            "owner": "jiyoonhan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jiyoonhan/1/",
            "world_readable": true,
            "date_modified": "2025-08-07T07:19:48.373Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jiyoonhan/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Web of Science Documents",
                                "y": "Times Cited",
                                "z": "Category Normalized Citation Impact",
                                "text": "Name",
                                "marker": {
                                    "color": "Category Normalized Citation Impact"
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "jiyoonhan:0:f8dbf3",
                        "ysrc": "jiyoonhan:0:71305a",
                        "zsrc": "jiyoonhan:0:a0ff6a",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "color": "Category Normalized Citation Impact"
                                }
                            },
                            "opacity": 1,
                            "colorsrc": "jiyoonhan:0:a0ff6a",
                            "colorscale": [
                                [
                                    0,
                                    "#000004"
                                ],
                                [
                                    0.1111111111111111,
                                    "#1b0c41"
                                ],
                                [
                                    0.2222222222222222,
                                    "#4a0c6b"
                                ],
                                [
                                    0.3333333333333333,
                                    "#781c6d"
                                ],
                                [
                                    0.4444444444444444,
                                    "#a52c60"
                                ],
                                [
                                    0.5555555555555556,
                                    "#cf4446"
                                ],
                                [
                                    0.6666666666666666,
                                    "#ed6925"
                                ],
                                [
                                    0.7777777777777778,
                                    "#fb9b06"
                                ],
                                [
                                    0.8888888888888888,
                                    "#f7d13d"
                                ],
                                [
                                    1,
                                    "#fcffa4"
                                ]
                            ]
                        },
                        "textsrc": "jiyoonhan:0:deae9a",
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "title": {
                                "text": "Documents"
                            }
                        },
                        "yaxis": {
                            "type": "linear",
                            "title": {
                                "text": "Times Cited"
                            }
                        },
                        "zaxis": {
                            "type": "linear",
                            "title": {
                                "text": "CNCI"
                            }
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 0.6923189040689884,
                                "y": -0.0013743803513213547,
                                "z": 0.17127494884236488
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "font": {
                            "family": "PT Sans Narrow"
                        },
                        "text": "KAIST Research Areas 2020-2024"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "autosize": true,
                    "colorway": [
                        "#3366cc",
                        "#dc3912",
                        "#ff9900",
                        "#109618",
                        "#990099",
                        "#0099c6",
                        "#dd4477",
                        "#66aa00",
                        "#b82e2e",
                        "#316395"
                    ],
                    "showlegend": false,
                    "plot_bgcolor": "rgb(243, 243, 243)",
                    "paper_bgcolor": "rgb(243, 243, 243)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jiyoonhan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-07 07:18:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jiyoonhan",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T06:53:33.479330Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~NastyaLi/2.embed",
            "fid": "NastyaLi:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/NastyaLi:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/NastyaLi/2/2_IXM67G6VVU6DO1UJYO96FOMQG5IICH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/NastyaLi/2/8_JOFSKTC0C62K6DDHFA61Q7P4VRVG0E.png",
                "list-thumb": "https://api.plotly.com/v2/files/NastyaLi:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/NastyaLi:2",
                "plots": "https://api.plotly.com/v2/plots/NastyaLi:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=NastyaLi"
            },
            "owner": "NastyaLi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~NastyaLi/2/",
            "world_readable": true,
            "date_modified": "2025-08-07T06:53:33.489Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~NastyaLi/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "red",
                            "width": 1.5
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x",
                                "y": "Trace 0, y",
                                "z": "Trace 0, z"
                            }
                        },
                        "type": "scatter3d",
                        "xsrc": "NastyaLi:0:9691ce",
                        "ysrc": "NastyaLi:0:9edcee",
                        "zsrc": "NastyaLi:0:7bd5d7",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "group 1, x",
                                "y": "group 1, y",
                                "z": "group 1, z"
                            }
                        },
                        "mode": "markers",
                        "name": "group 1",
                        "type": "scatter3d",
                        "xsrc": "NastyaLi:0:72fb19",
                        "ysrc": "NastyaLi:0:ae5dfc",
                        "zsrc": "NastyaLi:0:4c92a2",
                        "marker": {
                            "size": 7,
                            "color": "red",
                            "symbol": "circle",
                            "opacity": 0.6
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "group 2, x",
                                "y": "group 2, y",
                                "z": "group 2, z"
                            }
                        },
                        "mode": "markers",
                        "name": "group 2",
                        "type": "scatter3d",
                        "xsrc": "NastyaLi:0:581cd7",
                        "ysrc": "NastyaLi:0:070f88",
                        "zsrc": "NastyaLi:0:6b25b5",
                        "marker": {
                            "size": 7,
                            "color": "blue",
                            "symbol": "circle",
                            "opacity": 0.6
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Экономические эффекты",
                                "y": "Предпосылки к реализации",
                                "z": "Затраты для вндрения инициатив"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "NastyaLi:1:113e0e",
                        "ysrc": "NastyaLi:1:17e2f1",
                        "zsrc": "NastyaLi:1:94dc78",
                        "scene": "scene"
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": -0.008773095369886453,
                                "y": 2.377717029978557,
                                "z": 0.034093858903180486
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 2.2747174699662445,
                            "y": 0.600418444755145,
                            "z": 0.7321810959732318
                        }
                    },
                    "title": {
                        "text": "3D Scatter"
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "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/~NastyaLi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.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-08-07 06:52:21",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "NastyaLi",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T06:33:05.533033Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Tara2006/15.embed",
            "fid": "Tara2006:15",
            "filename": "Physics 2 Wk3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Tara2006/15/9_PGVAXJFF78UW93JSBHPNWE5PT4BVCH.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Tara2006/15/2_54Z7N3Y0E82NCSH0C1ANLWK4GR1ANY.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Tara2006/15/8_08S179JK922TTZ99EGARWPNMY29716.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Tara2006/15/9_PGVAXJFF78UW93JSBHPNWE5PT4BVCH.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Tara2006:15",
                "plots": "https://api.plotly.com/v2/plots/Tara2006:15",
                "parent": "https://api.plotly.com/v2/folders/home?user=Tara2006"
            },
            "owner": "Tara2006",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~Tara2006/15/",
            "world_readable": true,
            "date_modified": "2025-08-07T06:33:05.543Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Tara2006/15/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "0ff771",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C",
                                "error_x": {
                                    "array": "B"
                                },
                                "error_y": {
                                    "array": "D"
                                }
                            }
                        },
                        "mode": "markers",
                        "name": "Data",
                        "type": "scatter",
                        "xsrc": "Tara2006:14:da44f0",
                        "ysrc": "Tara2006:14:74cdc2",
                        "marker": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "error_x": {
                            "meta": {
                                "columnNames": {
                                    "array": "B"
                                }
                            },
                            "type": "data",
                            "visible": true,
                            "arraysrc": "Tara2006:14:0834d4",
                            "symmetric": true
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "D"
                                }
                            },
                            "type": "data",
                            "visible": true,
                            "arraysrc": "Tara2006:14:0cf168",
                            "symmetric": true
                        },
                        "showlegend": false
                    },
                    {
                        "uid": "8d567e",
                        "name": "Mean",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "0ff771",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.18913323126404571,
                                        "value": 4.250255110632628
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.0968652541940561,
                                        "value": -0.09160083287366505
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "6c49a2",
                        "line": {
                            "color": "rgb(255, 0, 0)"
                        },
                        "name": "Max",
                        "transforms": [
                            {
                                "rms": 0.12303765589818444,
                                "type": "fit",
                                "xmid": 0.45099999999999996,
                                "ymid": 1.915464222021788,
                                "inputUid": "0ff771",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": true,
                                        "name": "m",
                                        "error": 0.18913323126381248,
                                        "value": 4.500255110631601
                                    },
                                    {
                                        "hold": true,
                                        "name": "b",
                                        "error": 0.09686525419399422,
                                        "value": -0.09160083287306411
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.9980256777087382,
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "36c3e1",
                        "line": {
                            "color": "rgb(0, 139, 255)"
                        },
                        "name": "Min",
                        "transforms": [
                            {
                                "rms": 0.033111943973665015,
                                "type": "fit",
                                "xmid": 0.4589999999999999,
                                "ymid": 1.8132491671263347,
                                "inputUid": "0ff771",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": true,
                                        "name": "m",
                                        "error": 0.18913323126353215,
                                        "value": 4.13
                                    },
                                    {
                                        "hold": true,
                                        "name": "b",
                                        "error": 0.0968652541939451,
                                        "value": -0.09160083287366505
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.9980256777087391,
                                "fitfunction": "m*x + b",
                                "inputxrange": [
                                    null,
                                    0
                                ],
                                "outputxrange": [
                                    null,
                                    0.8
                                ],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Period of pendulum motion squared vs length of pendulum string"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.06988888888888889,
                            0.8321111111111111
                        ],
                        "title": {
                            "text": "Length of string (m)"
                        },
                        "nticks": 41,
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.22670245418890905,
                            3.6074367129374254
                        ],
                        "title": {
                            "text": "Period of pendulum squared (s)"
                        },
                        "nticks": 34,
                        "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/~Tara2006",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.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-02-26 22:38:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Tara2006",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T06:00:57.899412Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~SmileJang/54.embed",
            "fid": "SmileJang:54",
            "filename": "성남시 쓰레기 배출량_2023_1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/SmileJang:54/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/SmileJang/54/2_52KM2V6BZE7G4KV0D3BS7CVYQ8AGSO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SmileJang/54/8_BWYAM7AU65J7WT56V3F0M1KET82SPK.png",
                "list-thumb": "https://api.plotly.com/v2/files/SmileJang:54/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SmileJang:54",
                "plots": "https://api.plotly.com/v2/plots/SmileJang:54",
                "parent": "https://api.plotly.com/v2/folders/home?user=SmileJang"
            },
            "owner": "SmileJang",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~SmileJang/54/",
            "world_readable": true,
            "date_modified": "2025-08-07T06:00:57.908Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~SmileJang/54/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "총 쓰레기 배출량",
                        "type": "scatter",
                        "xsrc": "SmileJang:53:58edbc",
                        "ysrc": "SmileJang:53:f2bec0"
                    },
                    {
                        "name": "수정구 쓰레기 배출량",
                        "type": "scatter",
                        "xsrc": "SmileJang:53:27c25f",
                        "ysrc": "SmileJang:53:d8bb78"
                    },
                    {
                        "name": "중원구 쓰레기 배출량",
                        "type": "scatter",
                        "xsrc": "SmileJang:53:684e17",
                        "ysrc": "SmileJang:53:4d4311"
                    },
                    {
                        "name": "분당구 쓰레기 배출량",
                        "type": "scatter",
                        "xsrc": "SmileJang:53:06176d",
                        "ysrc": "SmileJang:53:42628c"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "성남시 월별쓰레기 배출량"
                    },
                    "width": 900,
                    "xaxis": {
                        "title": {
                            "text": "월별"
                        },
                        "ticksuffix": "월"
                    },
                    "yaxis": {
                        "dtick": 2000,
                        "title": {
                            "text": "배출량(ton)"
                        },
                        "tickformat": ",",
                        "ticksuffix": "t"
                    },
                    "height": 450,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": 11,
                            "y": 13563.94,
                            "text": "가장많은 쓰레기를 배출함",
                            "arrowhead": 6,
                            "showarrow": true
                        },
                        {
                            "x": 5,
                            "y": 9974.32,
                            "text": "가장적은 쓰레기 배출함",
                            "yshift": 5,
                            "showarrow": true
                        }
                    ]
                }
            },
            "height": 450,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~SmileJang",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/50.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-12 11:25:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SmileJang",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T05:02:30.444321Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~wngns99/3.embed",
            "fid": "wngns99:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/wngns99:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/wngns99/3/2_1QD17KCMBR7RJ03WAFRQ5Q14931T7F.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wngns99/3/8_1DHNJ3YFL766DFF0XECHRCBYVZ7SOJ.png",
                "list-thumb": "https://api.plotly.com/v2/files/wngns99:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/wngns99:3",
                "plots": "https://api.plotly.com/v2/plots/wngns99:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=wngns99"
            },
            "owner": "wngns99",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~wngns99/3/",
            "world_readable": true,
            "date_modified": "2025-08-07T05:02:30.457Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~wngns99/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "name": "Raw-fed Group",
                        "type": "bar",
                        "xsrc": "wngns99:2:f64e8b",
                        "ysrc": "wngns99:2:2201a6",
                        "visible": true,
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "name": "Dry-fed Group",
                        "type": "bar",
                        "xsrc": "wngns99:2:f64e8b",
                        "ysrc": "wngns99:2:84a2ea",
                        "visible": true,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            5.5
                        ],
                        "title": {
                            "text": "Bacteria"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            81.78947368421053
                        ],
                        "title": {
                            "text": "Detection Rate (%)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "colorway": [
                        "#1f77b4",
                        "#ff7f0e",
                        "#2ca02c",
                        "#d62728",
                        "#9467bd",
                        "#8c564b",
                        "#e377c2",
                        "#7f7f7f",
                        "#bcbd22",
                        "#17becf"
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#0508b8"
                            ],
                            [
                                0.08333333333333333,
                                "#1910d8"
                            ],
                            [
                                0.16666666666666666,
                                "#3c19f0"
                            ],
                            [
                                0.25,
                                "#6b1cfb"
                            ],
                            [
                                0.3333333333333333,
                                "#981cfd"
                            ],
                            [
                                0.4166666666666667,
                                "#bf1cfd"
                            ],
                            [
                                0.5,
                                "#dd2bfd"
                            ],
                            [
                                0.5833333333333334,
                                "#f246fe"
                            ],
                            [
                                0.6666666666666666,
                                "#fc67fd"
                            ],
                            [
                                0.75,
                                "#fe88fc"
                            ],
                            [
                                0.8333333333333334,
                                "#fea5fd"
                            ],
                            [
                                0.9166666666666666,
                                "#febefe"
                            ],
                            [
                                1,
                                "#fec3fe"
                            ]
                        ]
                    },
                    "annotations": [
                        {
                            "x": 2.021335807050093,
                            "y": 6.220895130594556,
                            "font": {
                                "size": 19
                            },
                            "text": "No detection observed",
                            "align": "center",
                            "showarrow": false,
                            "textangle": 0
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~wngns99",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-06 06:56:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "wngns99",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T04:27:13.669476Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ALGUERRE/232.embed",
            "fid": "ALGUERRE:232",
            "filename": "corrected BCI",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ALGUERRE:232/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ALGUERRE/232/2_CLG4GTQAJDGKK55NHAEA1OS3YGDCK1.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ALGUERRE/232/8_C6D7NU7G6IZHCGH2ZLKRLCZ9VB4EU4.png",
                "list-thumb": "https://api.plotly.com/v2/files/ALGUERRE:232/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ALGUERRE:232",
                "plots": "https://api.plotly.com/v2/plots/ALGUERRE:232",
                "parent": "https://api.plotly.com/v2/folders/home?user=ALGUERRE"
            },
            "owner": "ALGUERRE",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~ALGUERRE/232/",
            "world_readable": true,
            "date_modified": "2025-08-07T04:27:13.682Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ALGUERRE/232/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Locality",
                                "y": "BCI_corregido"
                            }
                        },
                        "mode": "markers",
                        "type": "box",
                        "xsrc": "ALGUERRE:231:12a187",
                        "ysrc": "ALGUERRE:231:6ae99c",
                        "boxpoints": false
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "title": {
                            "font": {
                                "size": 12,
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "<br>"
                        },
                        "mirror": "ticks",
                        "showline": true,
                        "tickfont": {
                            "size": 16,
                            "color": "rgb(0, 0, 0)"
                        },
                        "autorange": true,
                        "linecolor": "rgb(0, 0, 0)"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.08093930040299979,
                            0.15539895579262208
                        ],
                        "title": {
                            "font": {
                                "size": 17,
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "<b>Deviation from expected BCI</b>"
                        },
                        "mirror": "ticks",
                        "showline": true,
                        "tickfont": {
                            "size": 16,
                            "color": "rgb(0, 0, 0)"
                        },
                        "autorange": true,
                        "linecolor": "rgb(0, 0, 0)"
                    },
                    "autosize": true,
                    "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"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ALGUERRE",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.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": "2018-11-29 21:43:47",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ALGUERRE",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T03:27:29.066223Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~msinghsharkey/3.embed",
            "fid": "msinghsharkey:3",
            "filename": "Insurance",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/msinghsharkey/3/9_73GPZ0E8BBNOFEH5JDCI8A319BXKJ2.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/msinghsharkey/3/2_NKM5TGC1Z6ZWMWPPDD5KH1376NPGR2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/msinghsharkey/3/8_INAL9GJOGU76PBOX49EQZZ5QD60IIV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/msinghsharkey/3/9_73GPZ0E8BBNOFEH5JDCI8A319BXKJ2.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/msinghsharkey:3",
                "plots": "https://api.plotly.com/v2/plots/msinghsharkey:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=msinghsharkey"
            },
            "owner": "msinghsharkey",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~msinghsharkey/3/",
            "world_readable": true,
            "date_modified": "2025-08-07T03:27:29.078Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~msinghsharkey/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "Public Insurance",
                        "type": "bar",
                        "xsrc": "msinghsharkey:2:68b0f9",
                        "ysrc": "msinghsharkey:2:69777d",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "D",
                                "y": "C"
                            }
                        },
                        "name": "Private Insurance",
                        "type": "bar",
                        "xsrc": "msinghsharkey:2:c902f3",
                        "ysrc": "msinghsharkey:2:867952",
                        "visible": true,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Prevalence of Psychiatric Comorbidities by Insurance Status in Youth Receiving EDO Treatment"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            10.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            0,
                            60.69473684210526
                        ],
                        "title": {
                            "text": "Prevalence (%)"
                        },
                        "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"
                    },
                    "annotations": [
                        {
                            "x": -0.0016474464579900978,
                            "y": 46.54977698483496,
                            "ax": -18,
                            "ay": -67,
                            "text": "**",
                            "showarrow": false
                        },
                        {
                            "x": 3.0065897858319603,
                            "y": 20.574487065120426,
                            "text": "**",
                            "showarrow": false
                        },
                        {
                            "x": 7.971993410214169,
                            "y": 44.74950936663693,
                            "text": "**",
                            "showarrow": false
                        },
                        {
                            "x": 6.975288303130149,
                            "y": 36.776895628902764,
                            "text": "**",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~msinghsharkey",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/58.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-06 00:11:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "msinghsharkey",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T01:27:53.550271Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~CCORRO/1.embed",
            "fid": "CCORRO:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/CCORRO/1/9_RS9GNBXT6Z4ZMSEKZR7V0P6L06ZJZC.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/CCORRO/1/2_DXZ4FH7FHU2OC5DBINTT73CN5ST0SG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/CCORRO/1/8_LGDAO6R4PHO5JD9AUOBATNA2CXCWDU.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/CCORRO/1/9_RS9GNBXT6Z4ZMSEKZR7V0P6L06ZJZC.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/CCORRO:1",
                "plots": "https://api.plotly.com/v2/plots/CCORRO:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=CCORRO"
            },
            "owner": "CCORRO",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~CCORRO/1/",
            "world_readable": true,
            "date_modified": "2025-08-07T01:27:53.561Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~CCORRO/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A - B",
                                "y": "C"
                            }
                        },
                        "mode": "lines",
                        "type": "bar",
                        "xsrc": "CCORRO:0:b3f225,0b2e66*",
                        "ysrc": "CCORRO:0:678091",
                        "stackgroup": 1,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Loan Amortization"
                    },
                    "xaxis": {
                        "type": "multicategory",
                        "range": [
                            -0.5,
                            47.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            18421.052631578947
                        ],
                        "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/~CCORRO",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8H8Z19B4DXAY3DMPPIPI8WR95IPPHV.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "FinTech Company",
                "nickname": "LATAM Investing",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-12 02:02:13",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "CCORRO",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}