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

{
    "next": "https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA4LTI4KzA2JTNBMzglM0ExOS41NzM4MjMlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOC0yOCsxMCUzQTM4JTNBNTUuMzIwMDE2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-08-28T10:38:55.320016Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Marja/216.embed",
            "fid": "Marja:216",
            "filename": "E.DUN_No Moleton_28Aug2025",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Marja:216/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Marja:216/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Marja/216/8_D7Q7I6QJJ075B25JBPBS84T11E434I.png",
                "list-thumb": "https://api.plotly.com/v2/files/Marja:216/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Marja:216",
                "plots": "https://api.plotly.com/v2/plots/Marja:216",
                "parent": "https://api.plotly.com/v2/folders/home?user=Marja"
            },
            "owner": "Marja",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Marja/216/",
            "world_readable": true,
            "date_modified": "2025-08-28T11:11:43.360Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Marja/216/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "markers",
                        "name": "ACACIA CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:215:fafe9a",
                        "ysrc": "Marja:215:bc7add",
                        "zsrc": "Marja:215:1a8df7",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:215:27797d"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "hovertextsrc": "Marja:215:fd287f"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "markers",
                        "name": "BEAURY SF",
                        "type": "scatter3d",
                        "xsrc": "Marja:215:a63e88",
                        "ysrc": "Marja:215:3c8e86",
                        "zsrc": "Marja:215:dcc167",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:215:0f0223"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "hovertextsrc": "Marja:215:4678dd"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "markers",
                        "name": "BOOMI CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:215:c4a3b5",
                        "ysrc": "Marja:215:462b01",
                        "zsrc": "Marja:215:bb76d7",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:215:0b8334"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "hovertextsrc": "Marja:215:51de3b"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "markers",
                        "name": "CONDOMINE",
                        "type": "scatter3d",
                        "xsrc": "Marja:215:f4cb1d",
                        "ysrc": "Marja:215:b6a192",
                        "zsrc": "Marja:215:04cbb1",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:215:cec8a3"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "hovertextsrc": "Marja:215:86a4e4"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "markers",
                        "name": "DALMAN",
                        "type": "scatter3d",
                        "xsrc": "Marja:215:c66149",
                        "ysrc": "Marja:215:df9369",
                        "zsrc": "Marja:215:31bc90",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:215:f1ea80"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "hovertextsrc": "Marja:215:7bad1f"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "markers",
                        "name": "KLIPKRAAL MIX",
                        "type": "scatter3d",
                        "xsrc": "Marja:215:7abc5b",
                        "ysrc": "Marja:215:ad9dbf",
                        "zsrc": "Marja:215:c6cbc6",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:215:fc1e99"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "hovertextsrc": "Marja:215:7f442d"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "markers",
                        "name": "LEVUKA",
                        "type": "scatter3d",
                        "xsrc": "Marja:215:6680f2",
                        "ysrc": "Marja:215:305466",
                        "zsrc": "Marja:215:ff59b9",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:215:f5d840"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "hovertextsrc": "Marja:215:fa8627"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "markers",
                        "name": "LINDESAY",
                        "type": "scatter3d",
                        "xsrc": "Marja:215:d215cf",
                        "ysrc": "Marja:215:71c4fb",
                        "zsrc": "Marja:215:dadd27",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:215:7e1a84"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "hovertextsrc": "Marja:215:730c72"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "markers",
                        "name": "LINDESAY CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:215:2c072b",
                        "ysrc": "Marja:215:e87b3b",
                        "zsrc": "Marja:215:fce3f3",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:215:27281e"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "hovertextsrc": "Marja:215:8067b4"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "markers",
                        "name": "OAKY HILL",
                        "type": "scatter3d",
                        "xsrc": "Marja:215:545c94",
                        "ysrc": "Marja:215:3e5f69",
                        "zsrc": "Marja:215:5866c6",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:215:26e5dc"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "hovertextsrc": "Marja:215:2d40d6"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "markers",
                        "name": "TOOLOOM",
                        "type": "scatter3d",
                        "xsrc": "Marja:215:c02f76",
                        "ysrc": "Marja:215:882a85",
                        "zsrc": "Marja:215:bdb6ad",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:215:4ba743"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "hovertextsrc": "Marja:215:6ea918"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "markers",
                        "name": "WALLABY CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:215:0f9ae7",
                        "ysrc": "Marja:215:e6b8ce",
                        "zsrc": "Marja:215:780a72",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:215:6b0c52"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "hovertextsrc": "Marja:215:f71485"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "range": [
                                -0.00038504777303357526,
                                0.0011577364288434722
                            ],
                            "title": "PC1 (EV = 38.99)",
                            "ticklen": 5,
                            "gridwidth": 2,
                            "zerolinewidth": 0.2
                        },
                        "yaxis": {
                            "range": [
                                -0.0008031114312306625,
                                0.0006536519651083104
                            ],
                            "title": "PC2 (EV = 33.13)",
                            "ticklen": 5,
                            "gridwith": 2,
                            "zerolinewidth": 0.2
                        },
                        "zaxis": {
                            "range": [
                                -0.0010361643385897483,
                                0.0008568235121587448
                            ],
                            "title": "PC3 (EV = 31.73)",
                            "ticklen": 5,
                            "gridwidth": 2,
                            "zerolinewidth": 0.2
                        }
                    },
                    "legend": {
                        "x": 100,
                        "y": 0.5
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Marja",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-09-26 06:05:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Marja",
                "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-28T10:35:56.087427Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Marja/214.embed",
            "fid": "Marja:214",
            "filename": "E.DUN_Acacia and Oaky only_28Aug2025",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Marja:214/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Marja:214/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Marja/214/8_HURKAX3R3UZ67M7BNZR3KALUK5F47L.png",
                "list-thumb": "https://api.plotly.com/v2/files/Marja:214/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Marja:214",
                "plots": "https://api.plotly.com/v2/plots/Marja:214",
                "parent": "https://api.plotly.com/v2/folders/home?user=Marja"
            },
            "owner": "Marja",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Marja/214/",
            "world_readable": true,
            "date_modified": "2025-08-28T11:18:01.554Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Marja/214/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "markers",
                        "name": "ACACIA CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:213:330831",
                        "ysrc": "Marja:213:aaefb5",
                        "zsrc": "Marja:213:f70b8f",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:213:702494"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "hovertextsrc": "Marja:213:577a9b"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "markers",
                        "name": "OAKY HILL",
                        "type": "scatter3d",
                        "xsrc": "Marja:213:1009a3",
                        "ysrc": "Marja:213:6ee772",
                        "zsrc": "Marja:213:6f34fe",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:213:bbf3e6"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "hovertextsrc": "Marja:213:f21dff"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "range": [
                                -0.0011349898619177532,
                                0.001931738331970117
                            ],
                            "title": "PC1 (EV = 84.18)",
                            "ticklen": 5,
                            "gridwidth": 2,
                            "zerolinewidth": 0.2
                        },
                        "yaxis": {
                            "range": [
                                -0.0018367846250646456,
                                0.0015512237557258632
                            ],
                            "title": "PC2 (EV = 71.44)",
                            "ticklen": 5,
                            "gridwith": 2,
                            "zerolinewidth": 0.2
                        },
                        "zaxis": {
                            "range": [
                                -0.0016396770592231246,
                                0.0015711996551884663
                            ],
                            "title": "PC3 (EV = 65.62)",
                            "ticklen": 5,
                            "gridwidth": 2,
                            "zerolinewidth": 0.2
                        }
                    },
                    "legend": {
                        "x": 100,
                        "y": 0.5
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Marja",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-09-26 06:05:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Marja",
                "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-28T10:32:48.471438Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Marja/212.embed",
            "fid": "Marja:212",
            "filename": "E.DUN_excl. Moleton and Boomi_28Aug2025",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Marja:212/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Marja:212/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Marja/212/8_D9GT9MS1MMFWWQEXQZVIIM20Z0L2OZ.png",
                "list-thumb": "https://api.plotly.com/v2/files/Marja:212/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Marja:212",
                "plots": "https://api.plotly.com/v2/plots/Marja:212",
                "parent": "https://api.plotly.com/v2/folders/home?user=Marja"
            },
            "owner": "Marja",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Marja/212/",
            "world_readable": true,
            "date_modified": "2025-08-28T10:34:07.825Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Marja/212/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "markers",
                        "name": "ACACIA CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:211:f06dae",
                        "ysrc": "Marja:211:cc56fa",
                        "zsrc": "Marja:211:4c327e",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:211:57db54"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "hovertextsrc": "Marja:211:11b283"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "markers",
                        "name": "BEAURY SF",
                        "type": "scatter3d",
                        "xsrc": "Marja:211:6fcc7c",
                        "ysrc": "Marja:211:f98146",
                        "zsrc": "Marja:211:34f740",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:211:47bfe1"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "hovertextsrc": "Marja:211:db16d2"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "markers",
                        "name": "CONDOMINE",
                        "type": "scatter3d",
                        "xsrc": "Marja:211:b75b93",
                        "ysrc": "Marja:211:793fc0",
                        "zsrc": "Marja:211:088f7d",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:211:79cc8f"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "hovertextsrc": "Marja:211:3ebd73"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "markers",
                        "name": "DALMAN",
                        "type": "scatter3d",
                        "xsrc": "Marja:211:e7a03a",
                        "ysrc": "Marja:211:067643",
                        "zsrc": "Marja:211:81dd23",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:211:ee874f"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "hovertextsrc": "Marja:211:2aa3aa"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "markers",
                        "name": "KLIPKRAAL MIX",
                        "type": "scatter3d",
                        "xsrc": "Marja:211:2ff707",
                        "ysrc": "Marja:211:8354b2",
                        "zsrc": "Marja:211:c21eef",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:211:6d3dc3"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "hovertextsrc": "Marja:211:fa7ae6"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "markers",
                        "name": "LEVUKA",
                        "type": "scatter3d",
                        "xsrc": "Marja:211:ec845f",
                        "ysrc": "Marja:211:febd93",
                        "zsrc": "Marja:211:57065e",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:211:19cf06"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "hovertextsrc": "Marja:211:6f5735"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "markers",
                        "name": "LINDESAY",
                        "type": "scatter3d",
                        "xsrc": "Marja:211:d7f007",
                        "ysrc": "Marja:211:180178",
                        "zsrc": "Marja:211:4e5965",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:211:53a418"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "hovertextsrc": "Marja:211:c3ce11"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "markers",
                        "name": "LINDESAY CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:211:3817d8",
                        "ysrc": "Marja:211:3caea1",
                        "zsrc": "Marja:211:4f4c70",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:211:d6b3c6"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "hovertextsrc": "Marja:211:6f58f4"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "markers",
                        "name": "OAKY HILL",
                        "type": "scatter3d",
                        "xsrc": "Marja:211:3ccb88",
                        "ysrc": "Marja:211:1023d3",
                        "zsrc": "Marja:211:6858ce",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:211:f27be7"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "hovertextsrc": "Marja:211:a194e6"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "markers",
                        "name": "TOOLOOM",
                        "type": "scatter3d",
                        "xsrc": "Marja:211:010a74",
                        "ysrc": "Marja:211:d9012c",
                        "zsrc": "Marja:211:8eb6b7",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:211:c2fb3e"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "hovertextsrc": "Marja:211:b36585"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "markers",
                        "name": "WALLABY CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:211:1de425",
                        "ysrc": "Marja:211:c41e66",
                        "zsrc": "Marja:211:caa8d1",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:211:d0a950"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "hovertextsrc": "Marja:211:2a1a2c"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "range": [
                                -0.00010911927540579745,
                                -1.8987311056339147e-05
                            ],
                            "title": "PC1 (EV = 74.06)",
                            "ticklen": 5,
                            "gridwidth": 2,
                            "zerolinewidth": 0.2
                        },
                        "yaxis": {
                            "range": [
                                -0.000258876114949992,
                                0.000386611743872057
                            ],
                            "title": "PC2 (EV = 35.07)",
                            "ticklen": 5,
                            "gridwith": 2,
                            "zerolinewidth": 0.2
                        },
                        "zaxis": {
                            "range": [
                                -0.0008187111666607006,
                                0.0005929849864972294
                            ],
                            "title": "PC3 (EV = 29.82)",
                            "ticklen": 5,
                            "gridwidth": 2,
                            "zerolinewidth": 0.2
                        }
                    },
                    "legend": {
                        "x": 100,
                        "y": 0.5
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Marja",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-09-26 06:05:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Marja",
                "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-28T10:32:17.405414Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~hou123/1.embed",
            "fid": "hou123:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/hou123:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/hou123:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/hou123:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/hou123:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/hou123:1",
                "plots": "https://api.plotly.com/v2/plots/hou123:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=hou123"
            },
            "owner": "hou123",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~hou123/1/",
            "world_readable": true,
            "date_modified": "2025-08-28T10:32:17.416Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~hou123/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "longdash"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Quantile",
                                "y": "TCI",
                                "text": "TCI"
                            }
                        },
                        "mode": "markers+lines+text",
                        "name": "TCI",
                        "type": "scatter",
                        "xsrc": "hou123:0:2ff27e",
                        "ysrc": "hou123:0:73b3c6",
                        "marker": {
                            "size": 8,
                            "color": "rgb(17, 34, 237)"
                        },
                        "textsrc": "hou123:0:73b3c6",
                        "textfont": {
                            "size": 14
                        },
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "dash": "longdash"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Quantile",
                                "y": "TCI short-term",
                                "text": "TCI short-term"
                            }
                        },
                        "mode": "markers+lines+text",
                        "name": "Short-term TCI",
                        "type": "scatter",
                        "xsrc": "hou123:0:2ff27e",
                        "ysrc": "hou123:0:95818c",
                        "marker": {
                            "size": 8,
                            "color": "rgb(214, 34, 5)",
                            "maxdisplayed": 33
                        },
                        "textsrc": "hou123:0:95818c",
                        "textfont": {
                            "size": 14
                        },
                        "stackgroup": null,
                        "textposition": "bottom center"
                    },
                    {
                        "line": {
                            "dash": "longdash"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Quantile",
                                "y": "TCI long-term",
                                "text": "TCI long-term"
                            }
                        },
                        "mode": "markers+lines+text",
                        "name": "Long-term TCI",
                        "type": "scatter",
                        "xsrc": "hou123:0:2ff27e",
                        "ysrc": "hou123:0:8cfcec",
                        "marker": {
                            "size": 8,
                            "color": "rgb(0, 0, 0)"
                        },
                        "textsrc": "hou123:0:8cfcec",
                        "textfont": {
                            "size": 14
                        },
                        "stackgroup": null,
                        "textposition": "top center"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.005768176967669361,
                            1.0057681769676694
                        ],
                        "title": {
                            "text": "Quantiles"
                        },
                        "domain": [
                            0,
                            0.75
                        ],
                        "mirror": "ticks",
                        "nticks": 22,
                        "showline": true,
                        "zeroline": true,
                        "autorange": true,
                        "linecolor": "rgb(1, 5, 13)",
                        "zerolinecolor": "rgb(251, 252, 253)",
                        "zerolinewidth": 0
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.9144714253444759,
                            97.42447142534448
                        ],
                        "title": {
                            "text": "TCI"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": "ticks",
                        "showline": true,
                        "autorange": true,
                        "linecolor": "rgb(8, 8, 8)"
                    },
                    "legend": {
                        "x": 0.2700381236897853,
                        "y": 0.9978926441351889,
                        "valign": "middle",
                        "bgcolor": "rgb(255, 255, 255)",
                        "xanchor": "left",
                        "yanchor": "auto",
                        "itemsizing": "trace",
                        "bordercolor": "rgb(247, 245, 245)",
                        "borderwidth": 0,
                        "orientation": "h"
                    },
                    "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/~hou123",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-03-16 13:18:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "hou123",
                "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-28T10:30:48.406005Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Marja/210.embed",
            "fid": "Marja:210",
            "filename": "E.DUN_excl. Moleton_28Aug2025",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Marja:210/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Marja:210/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Marja/210/8_RGMJNP7PEWXDL04HC9F7CPRSVYCGFQ.png",
                "list-thumb": "https://api.plotly.com/v2/files/Marja:210/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Marja:210",
                "plots": "https://api.plotly.com/v2/plots/Marja:210",
                "parent": "https://api.plotly.com/v2/folders/home?user=Marja"
            },
            "owner": "Marja",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Marja/210/",
            "world_readable": true,
            "date_modified": "2025-08-28T10:31:24.688Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Marja/210/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "markers",
                        "name": "ACACIA CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:209:e0c776",
                        "ysrc": "Marja:209:96e716",
                        "zsrc": "Marja:209:8f5354",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:209:b429e3"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "hovertextsrc": "Marja:209:c0ef2a"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "markers",
                        "name": "BEAURY SF",
                        "type": "scatter3d",
                        "xsrc": "Marja:209:32aa6e",
                        "ysrc": "Marja:209:8d889b",
                        "zsrc": "Marja:209:a18b7a",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:209:ab3ce8"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "hovertextsrc": "Marja:209:db00bc"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "markers",
                        "name": "BOOMI CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:209:a73de1",
                        "ysrc": "Marja:209:054c31",
                        "zsrc": "Marja:209:d6db89",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:209:55faa6"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "hovertextsrc": "Marja:209:904421"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "markers",
                        "name": "CONDOMINE",
                        "type": "scatter3d",
                        "xsrc": "Marja:209:9442a2",
                        "ysrc": "Marja:209:adc2dc",
                        "zsrc": "Marja:209:140ae7",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:209:44bc68"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "hovertextsrc": "Marja:209:00f401"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "markers",
                        "name": "DALMAN",
                        "type": "scatter3d",
                        "xsrc": "Marja:209:4d3edf",
                        "ysrc": "Marja:209:cde70a",
                        "zsrc": "Marja:209:e7993e",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:209:5c54d8"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "hovertextsrc": "Marja:209:78251c"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "markers",
                        "name": "KLIPKRAAL MIX",
                        "type": "scatter3d",
                        "xsrc": "Marja:209:245074",
                        "ysrc": "Marja:209:974783",
                        "zsrc": "Marja:209:7ab18d",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:209:1530dd"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "hovertextsrc": "Marja:209:60c801"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "markers",
                        "name": "LEVUKA",
                        "type": "scatter3d",
                        "xsrc": "Marja:209:0df727",
                        "ysrc": "Marja:209:447961",
                        "zsrc": "Marja:209:938e96",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:209:121446"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "hovertextsrc": "Marja:209:295a3c"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "markers",
                        "name": "LINDESAY",
                        "type": "scatter3d",
                        "xsrc": "Marja:209:5e0eaa",
                        "ysrc": "Marja:209:eaad54",
                        "zsrc": "Marja:209:582a75",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:209:1cc7b2"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "hovertextsrc": "Marja:209:f6d6b2"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "markers",
                        "name": "LINDESAY CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:209:895a21",
                        "ysrc": "Marja:209:eed552",
                        "zsrc": "Marja:209:e0907d",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:209:ef21e4"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "hovertextsrc": "Marja:209:33c539"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "markers",
                        "name": "OAKY HILL",
                        "type": "scatter3d",
                        "xsrc": "Marja:209:0d29e2",
                        "ysrc": "Marja:209:a3c0da",
                        "zsrc": "Marja:209:718d39",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:209:26a4cc"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "hovertextsrc": "Marja:209:e37a8c"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "markers",
                        "name": "TOOLOOM",
                        "type": "scatter3d",
                        "xsrc": "Marja:209:e59dc9",
                        "ysrc": "Marja:209:e8117b",
                        "zsrc": "Marja:209:758dfd",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:209:c17144"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "hovertextsrc": "Marja:209:ab049a"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "markers",
                        "name": "WALLABY CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:209:1ca95b",
                        "ysrc": "Marja:209:d9cffb",
                        "zsrc": "Marja:209:b447af",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:209:5ccca3"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "hovertextsrc": "Marja:209:c6488d"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "range": [
                                -0.00010911927540579745,
                                -1.8987311056339147e-05
                            ],
                            "title": "PC1 (EV = 74.06)",
                            "ticklen": 5,
                            "gridwidth": 2,
                            "zerolinewidth": 0.2
                        },
                        "yaxis": {
                            "range": [
                                -0.0011550322742597114,
                                0.000386611743872057
                            ],
                            "title": "PC2 (EV = 35.07)",
                            "ticklen": 5,
                            "gridwith": 2,
                            "zerolinewidth": 0.2
                        },
                        "zaxis": {
                            "range": [
                                -0.0008187111666607006,
                                0.000654074322535373
                            ],
                            "title": "PC3 (EV = 29.82)",
                            "ticklen": 5,
                            "gridwidth": 2,
                            "zerolinewidth": 0.2
                        }
                    },
                    "legend": {
                        "x": 100,
                        "y": 0.5
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Marja",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-09-26 06:05:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Marja",
                "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-28T09:07:47.801310Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~machael/1.embed",
            "fid": "machael:1",
            "filename": "traning data",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/machael:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/machael/1/2_67Q1V76AX0BNY8TC8F4RDUQS7XSGHJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/machael/1/8_Q5EOUI5CADRD7S0Y6P1QSKTQ0YZTAS.png",
                "list-thumb": "https://api.plotly.com/v2/files/machael:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/machael:1",
                "plots": "https://api.plotly.com/v2/plots/machael:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=machael"
            },
            "owner": "machael",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~machael/1/",
            "world_readable": true,
            "date_modified": "2025-08-28T09:08:14.149Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~machael/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "month",
                                "y": "Health & Safety"
                            }
                        },
                        "mode": "markers",
                        "name": "health",
                        "type": "bar",
                        "xsrc": "machael:0:155461",
                        "ysrc": "machael:0:81c178",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "month",
                                "y": "Cybersecurity"
                            }
                        },
                        "name": "cybersecurity",
                        "type": "bar",
                        "xsrc": "machael:0:155461",
                        "ysrc": "machael:0:04b2fb",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "month",
                                "y": "Diversity & Inclusion"
                            }
                        },
                        "name": "diversity",
                        "type": "bar",
                        "xsrc": "machael:0:155461",
                        "ysrc": "machael:0:875496",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "training data"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            5.5
                        ],
                        "title": {
                            "text": "month"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            55.78947368421053
                        ],
                        "title": {
                            "text": "no of participants"
                        },
                        "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/~machael",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-28 09:02:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "machael",
                "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-28T08:59:39.489443Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kez/3.embed",
            "fid": "kez:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/kez:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/kez:3/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kez/3/8_2FQT2M0JG48DUYEQSZMO2ELVTJNXZ5.png",
                "list-thumb": "https://api.plotly.com/v2/files/kez:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kez:3",
                "plots": "https://api.plotly.com/v2/plots/kez:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=kez"
            },
            "owner": "kez",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~kez/3/",
            "world_readable": true,
            "date_modified": "2025-08-28T09:58:58.896Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kez/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": " DATE ",
                                "y": " Total Sales "
                            }
                        },
                        "mode": "markers",
                        "name": "TOTAL SALES",
                        "type": "bar",
                        "xsrc": "kez:2:eec4bf",
                        "ysrc": "kez:2:02dc24",
                        "marker": {
                            "opacity": 0.85
                        },
                        "opacity": 0.57,
                        "orientation": "v",
                        "hovertemplate": ""
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "shape": "linear",
                            "width": 2.5
                        },
                        "meta": {
                            "columnNames": {
                                "x": " DATE ",
                                "y": " Total Quantity "
                            }
                        },
                        "mode": "markers+lines",
                        "name": "TOTAL QUANTITY",
                        "type": "scatter",
                        "xsrc": "kez:2:eec4bf",
                        "ysrc": "kez:2:e21b15",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 125, 14)",
                                "width": 1
                            },
                            "symbol": "diamond"
                        },
                        "hoveron": "points+fills",
                        "connectgaps": false,
                        "orientation": "v"
                    },
                    {
                        "line": {
                            "dash": "dashdot"
                        },
                        "meta": {
                            "columnNames": {
                                "x": " DATE ",
                                "y": " Average Price "
                            }
                        },
                        "mode": "markers+lines",
                        "name": "AVERAGE PRICE",
                        "type": "scatter",
                        "xsrc": "kez:2:eec4bf",
                        "ysrc": "kez:2:9602b2",
                        "yaxis": "y3",
                        "marker": {
                            "symbol": "star-triangle-up-open",
                            "opacity": 1
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 21
                        },
                        "text": "<b>REFINED SUGAR SALES</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5521506946472529,
                            9.552150694647253
                        ],
                        "title": {
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "<b>DATE</b>"
                        },
                        "domain": [
                            0.08,
                            0.98
                        ],
                        "tickson": "labels",
                        "showgrid": false,
                        "showline": false,
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": true,
                        "gridwidth": 0,
                        "zerolinecolor": "rgb(32, 95, 196)",
                        "zerolinewidth": 0
                    },
                    "yaxis": {
                        "range": [
                            0,
                            559222707.5263158
                        ],
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(31, 119, 180)"
                            },
                            "text": "<b>TOTAL SALES</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "tickson": "labels",
                        "showgrid": true,
                        "showline": false,
                        "tickmode": "auto",
                        "autorange": true,
                        "gridwidth": 0,
                        "overlaying": "y2"
                    },
                    "bargap": 0.25,
                    "legend": {
                        "x": 0.7359803107548493,
                        "y": 1.221264367816092
                    },
                    "yaxis2": {
                        "side": "right",
                        "range": [
                            18000,
                            190000
                        ],
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(255, 127, 14)"
                            },
                            "text": "<b>TOTAL QUANTITY</b>"
                        },
                        "anchor": "x",
                        "tickson": "labels",
                        "showgrid": true,
                        "showline": false,
                        "tickmode": "auto",
                        "autorange": false,
                        "gridwidth": 0,
                        "overlaying": false
                    },
                    "yaxis3": {
                        "side": "left",
                        "range": [
                            3041.8101357466066,
                            3820.4698642533936
                        ],
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(44, 160, 44)"
                            },
                            "text": "<b>AVERAGE PRICE</b>"
                        },
                        "anchor": "free",
                        "domain": [
                            0,
                            1
                        ],
                        "tickson": "labels",
                        "showgrid": true,
                        "showline": false,
                        "tickmode": "auto",
                        "autorange": true,
                        "gridwidth": 0,
                        "overlaying": "y2"
                    },
                    "barmode": "group",
                    "barnorm": "",
                    "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"
                    },
                    "hovermode": "closest",
                    "colorscale": {
                        "diverging": [
                            [
                                0,
                                "#67001f"
                            ],
                            [
                                0.1,
                                "#b2182b"
                            ],
                            [
                                0.2,
                                "#d6604d"
                            ],
                            [
                                0.3,
                                "#f4a582"
                            ],
                            [
                                0.4,
                                "#fddbc7"
                            ],
                            [
                                0.5,
                                "#f7f7f7"
                            ],
                            [
                                0.6,
                                "#d1e5f0"
                            ],
                            [
                                0.7,
                                "#92c5de"
                            ],
                            [
                                0.8,
                                "#4393c3"
                            ],
                            [
                                0.9,
                                "#2166ac"
                            ],
                            [
                                1,
                                "#053061"
                            ]
                        ]
                    },
                    "bargroupgap": 0.2,
                    "plot_bgcolor": "rgb(206, 207, 207)",
                    "paper_bgcolor": "rgb(209, 209, 209)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kez",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-28 05:26:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kez",
                "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-28T07:46:05.716782Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cagataya/9.embed",
            "fid": "cagataya:9",
            "filename": "BASE COMPARISON-2P",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cagataya:9/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cagataya:9/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/cagataya:9/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/cagataya:9/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cagataya:9",
                "plots": "https://api.plotly.com/v2/plots/cagataya:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=cagataya"
            },
            "owner": "cagataya",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cagataya/9/",
            "world_readable": true,
            "date_modified": "2025-09-05T06:00:27.952Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cagataya/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "025-X",
                                "y": "025-Y"
                            }
                        },
                        "mode": "lines",
                        "name": "025 WO-SH",
                        "type": "scatter",
                        "xsrc": "cagataya:8:89c302",
                        "ysrc": "cagataya:8:24f724",
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "025-X",
                                "y": "025-Y"
                            }
                        },
                        "mode": "markers",
                        "name": "025",
                        "type": "scatter",
                        "xsrc": "cagataya:8:89c302",
                        "ysrc": "cagataya:8:24f724",
                        "visible": "legendonly"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "027-X",
                                "y": "027-Y"
                            }
                        },
                        "mode": "lines",
                        "name": "027 W-SH-SUR",
                        "type": "scatter",
                        "xsrc": "cagataya:8:33d520",
                        "ysrc": "cagataya:8:120021",
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "027-X",
                                "y": "027-Y"
                            }
                        },
                        "mode": "markers",
                        "name": "027",
                        "type": "scatter",
                        "xsrc": "cagataya:8:33d520",
                        "ysrc": "cagataya:8:120021",
                        "visible": "legendonly"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "029-X",
                                "y": "029-Y"
                            }
                        },
                        "mode": "lines",
                        "name": "029 WO-SH-2-RIB",
                        "type": "scatter",
                        "xsrc": "cagataya:8:312788",
                        "ysrc": "cagataya:8:f725d9",
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "029-X",
                                "y": "029-Y"
                            }
                        },
                        "mode": "markers",
                        "name": "029",
                        "type": "scatter",
                        "xsrc": "cagataya:8:312788",
                        "ysrc": "cagataya:8:f725d9",
                        "visible": "legendonly"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "030-X",
                                "y": "030-Y"
                            }
                        },
                        "mode": "lines",
                        "name": "030 WO-SH-RIBALL",
                        "type": "scatter",
                        "xsrc": "cagataya:8:bb9987",
                        "ysrc": "cagataya:8:6ee59f",
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "030-X",
                                "y": "030-Y"
                            }
                        },
                        "mode": "markers",
                        "name": "030",
                        "type": "scatter",
                        "xsrc": "cagataya:8:bb9987",
                        "ysrc": "cagataya:8:6ee59f",
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "031-X",
                                "y": "031-Y"
                            }
                        },
                        "mode": "lines",
                        "name": "031 WO-SH-NOEXT",
                        "type": "scatter",
                        "xsrc": "cagataya:8:ab39a7",
                        "ysrc": "cagataya:8:8c5476",
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "031-X",
                                "y": "031-Y"
                            }
                        },
                        "mode": "markers",
                        "name": "031",
                        "type": "scatter",
                        "xsrc": "cagataya:8:ab39a7",
                        "ysrc": "cagataya:8:8c5476",
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "032-X",
                                "y": "032-Y"
                            }
                        },
                        "mode": "lines",
                        "name": "032 WO-SH-NO-INT",
                        "type": "scatter",
                        "xsrc": "cagataya:8:2d99d9",
                        "ysrc": "cagataya:8:eb8d87"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "032-X",
                                "y": "032-Y"
                            }
                        },
                        "mode": "markers",
                        "name": "032",
                        "type": "scatter",
                        "xsrc": "cagataya:8:2d99d9",
                        "ysrc": "cagataya:8:eb8d87",
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "033-X",
                                "y": "033-Y"
                            }
                        },
                        "mode": "lines",
                        "name": "033 W-SH-NO-INT",
                        "type": "scatter",
                        "xsrc": "cagataya:8:b69ba9",
                        "ysrc": "cagataya:8:5356da"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "033-X",
                                "y": "033-Y"
                            }
                        },
                        "mode": "markers",
                        "name": "033",
                        "type": "scatter",
                        "xsrc": "cagataya:8:b69ba9",
                        "ysrc": "cagataya:8:5356da"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "034-X",
                                "y": "034-Y"
                            }
                        },
                        "mode": "lines",
                        "name": "034 W-PRT-SH-NO-INT",
                        "type": "scatter",
                        "xsrc": "cagataya:8:bc1a01",
                        "ysrc": "cagataya:8:0e216f"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "034-X",
                                "y": "034-Y"
                            }
                        },
                        "mode": "markers",
                        "name": "034",
                        "type": "scatter",
                        "xsrc": "cagataya:8:bc1a01",
                        "ysrc": "cagataya:8:0e216f"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "035-X",
                                "y": "035-Y"
                            }
                        },
                        "mode": "lines",
                        "name": "035 W-SH05-NO-INT",
                        "type": "scatter",
                        "xsrc": "cagataya:8:9a9a64",
                        "ysrc": "cagataya:8:c28f70"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "035-X",
                                "y": "035-Y"
                            }
                        },
                        "mode": "markers",
                        "name": "035",
                        "type": "scatter",
                        "xsrc": "cagataya:8:9a9a64",
                        "ysrc": "cagataya:8:c28f70"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Stifness Graph"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.18247870525974647,
                            6.318357745259746
                        ],
                        "title": {
                            "text": "Displacement [mm]"
                        },
                        "autorange": true,
                        "showspikes": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -84.70183486238533,
                            1599.7018348623853
                        ],
                        "title": {
                            "text": "Force [N]"
                        },
                        "autorange": true,
                        "showspikes": 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/~cagataya",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-25 17:43:03",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cagataya",
                "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-28T06:44:35.517398Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Tara2006/25.embed",
            "fid": "Tara2006:25",
            "filename": "one on r squared vs volt",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Tara2006:25/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Tara2006/25/2_1BZLAJ2QJEWFGP4LNI42S66TMSH5F4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Tara2006/25/8_39173ZPY0YUR55U9Y2HZH14SCYIPOD.png",
                "list-thumb": "https://api.plotly.com/v2/files/Tara2006:25/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Tara2006:25",
                "plots": "https://api.plotly.com/v2/plots/Tara2006:25",
                "parent": "https://api.plotly.com/v2/folders/home?user=Tara2006"
            },
            "owner": "Tara2006",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Tara2006/25/",
            "world_readable": true,
            "date_modified": "2025-08-28T06:44:35.527Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Tara2006/25/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c14a07",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C",
                                "error_x": {
                                    "array": "B"
                                },
                                "error_y": {
                                    "array": "D"
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "Tara2006:24:c6b25c",
                        "ysrc": "Tara2006:24:dbccf9",
                        "error_x": {
                            "meta": {
                                "columnNames": {
                                    "array": "B"
                                }
                            },
                            "type": "data",
                            "visible": true,
                            "arraysrc": "Tara2006:24:656885",
                            "symmetric": true
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "D"
                                }
                            },
                            "type": "data",
                            "visible": true,
                            "arraysrc": "Tara2006:24:820fa3",
                            "symmetric": true
                        }
                    },
                    {
                        "uid": "6c05ca",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "c14a07",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 40.91075931523035,
                                        "value": 633.4142267749114
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 16.608004793569272,
                                        "value": 28.132811452512588
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Graph 4:  1/r^2 vs voltage induced through coil"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.00703385085263427,
                            1.0530017816238229
                        ],
                        "title": {
                            "text": "1/r^2 (1/cm^2)"
                        },
                        "nticks": 56,
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            19.886195263704835,
                            495.2931162439629
                        ],
                        "title": {
                            "text": "Voltage (mV)"
                        },
                        "nticks": 46,
                        "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"
                    },
                    "showlegend": false
                }
            },
            "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-28T06:38:19.573823Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Tara2006/23.embed",
            "fid": "Tara2006:23",
            "filename": "Radius vs volt",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Tara2006:23/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Tara2006/23/2_1SHIBPPTC4HTH5I0UUC3EXOU4F0VFW.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Tara2006/23/8_HXGUPRN2G3RUWE4O4B1U8FCDZ4AI4A.png",
                "list-thumb": "https://api.plotly.com/v2/files/Tara2006:23/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Tara2006:23",
                "plots": "https://api.plotly.com/v2/plots/Tara2006:23",
                "parent": "https://api.plotly.com/v2/folders/home?user=Tara2006"
            },
            "owner": "Tara2006",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Tara2006/23/",
            "world_readable": true,
            "date_modified": "2025-08-28T06:38:54.957Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Tara2006/23/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "dfafd5",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "error_y": {
                                    "array": "C"
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "Tara2006:22:402e0d",
                        "ysrc": "Tara2006:22:d1a805",
                        "error_x": {
                            "type": "constant",
                            "value": 0.2,
                            "visible": true,
                            "symmetric": true
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "C"
                                }
                            },
                            "type": "data",
                            "visible": true,
                            "arraysrc": "Tara2006:22:ba7cd8",
                            "symmetric": true
                        }
                    },
                    {
                        "uid": "1849b0",
                        "transforms": [
                            {
                                "rms": 83.04025338203184,
                                "type": "fit",
                                "xmid": 8.249999999999995,
                                "ymid": -459.65151259086974,
                                "inputUid": "dfafd5",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 32.887164583938194,
                                        "value": -120.00462697920949
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 92.69463345271296,
                                        "value": 530.3866599876079
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.9324213561623467,
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [
                                    0.9,
                                    4.6
                                ],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Part 3:  Radius of coil vs voltage induced through coil"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.7580555555555555,
                            4.796944444444444
                        ],
                        "title": {
                            "text": "Radius of coil (cm)"
                        },
                        "nticks": 41,
                        "autorange": true,
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -48.6249053846507,
                            491.18071997326007
                        ],
                        "title": {
                            "text": "Voltage (mV)"
                        },
                        "nticks": 41,
                        "autorange": true,
                        "showspikes": false
                    },
                    "autosize": true,
                    "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"
                    },
                    "showlegend": false
                }
            },
            "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
            }
        }
    ]
}