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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA3LTA4KzA5JTNBMDElM0E0OC40OTc1MzUlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wNy0wOCsxMSUzQTA4JTNBNDUuMDk1OTI2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-07-08T11:08:45.095926Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~IvanovDV18/3.embed",
            "fid": "IvanovDV18:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/3/9_HX1DUDWHH7UGBR8ZZP0PNORV1CB5NV.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/3/2_QWNYCCK5HPZA3DNF78SQGYO6KZBIFP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/3/8_ETXQF63U9PCW9Y1E0129ZIP9SPXK0Y.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/3/9_HX1DUDWHH7UGBR8ZZP0PNORV1CB5NV.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/IvanovDV18:3",
                "plots": "https://api.plotly.com/v2/plots/IvanovDV18:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=IvanovDV18"
            },
            "owner": "IvanovDV18",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~IvanovDV18/3/",
            "world_readable": true,
            "date_modified": "2025-07-11T13:33:17.167Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~IvanovDV18/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "201_TZT03"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:3e23c6",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "201_TZT02"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:ed612c",
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "201_09TT01"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:2fe374",
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_02TT01"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:30a242",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_T03_TT01"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:484acd",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P03_TT02"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:39c118",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P03_TT01"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:f45370",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P03_TT03"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:08b42b",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P03_TT04"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:b797e7",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P03_TT05"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:46c38d",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P03_TT06"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:701335",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P04_TT02/1"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:1470ea",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P04_TT01"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:f987a4",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P04_TT02"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:904217",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P04_TT03"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:f5223b",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P04_TT04"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:87af0e",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P04_TT05"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:fbcf43",
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P04_TT06"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:dcee2f",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_T03_TT05"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:375d5c",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_T03_TT04"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:ded4df",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_T03_TT03"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:007ad4",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_T03_TT02"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:90c0c3",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_03TT01"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:af69ad",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "204_4_06TT01"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:634b40",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_05TT01"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:aff85c",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "204_01TZT01"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:16:081f06",
                        "ysrc": "IvanovDV18:16:8ca419",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12
                    },
                    "title": {
                        "font": {
                            "size": 19
                        },
                        "text": "Тренды температур в блоках 203 и 204. Сушка футеровки. Этап 1."
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2025-07-04 15:08",
                            "2025-07-11 15:51"
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "Дата"
                        },
                        "nticks": 19,
                        "tickfont": {
                            "size": 15
                        },
                        "autorange": true,
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -8.373055555555558,
                            221.78805555555556
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "Температура, С"
                        },
                        "nticks": 14,
                        "tickfont": {
                            "size": 15
                        },
                        "autorange": true,
                        "showspikes": false
                    },
                    "autosize": true,
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": "2025-07-07 15:21:05.7552",
                            "y": 55.81957446808511,
                            "ax": -122,
                            "ay": -30,
                            "text": "настройка преобразователя<br>многозонной термопары"
                        },
                        {
                            "x": "2025-07-08 10:47:50.9913",
                            "y": 70.23460992907802,
                            "ax": -83,
                            "ay": -21,
                            "text": "настройка циркуляции ВОЦ"
                        },
                        {
                            "x": "2025-07-08 16:54:05.729",
                            "y": 146.41344639736872,
                            "ax": -81,
                            "ay": -1,
                            "text": "закрыли байпас"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~IvanovDV18",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 09:16:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "IvanovDV18",
                "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-07-08T11:03:58.575762Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Parth123/2.embed",
            "fid": "Parth123:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Parth123/2/9_TIF8MO4LN1G92G5TFKZFTANK4UN3QZ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Parth123/2/2_59W3MAG5ENE0I7IAOPY9DV1OIKTDK6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Parth123/2/8_LGN21Y470JSW2Q3JG4MQ7SM9ZCV1PG.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Parth123/2/9_TIF8MO4LN1G92G5TFKZFTANK4UN3QZ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Parth123:2",
                "plots": "https://api.plotly.com/v2/plots/Parth123:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=Parth123"
            },
            "owner": "Parth123",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Parth123/2/",
            "world_readable": true,
            "date_modified": "2025-07-08T11:03:58.587Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Parth123/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "Parth123:0:927452",
                        "ysrc": "Parth123:0:ad2064"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            500.218724,
                            600.112222
                        ],
                        "title": {
                            "text": "Wavenumber (cm⁻¹)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -185.8531645,
                            11801.5905855
                        ],
                        "title": {
                            "text": "Intensity(a.u.)"
                        },
                        "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/~Parth123",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 11:01:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Parth123",
                "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-07-08T11:00:01.462871Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~matwalsh1305/3.embed",
            "fid": "matwalsh1305:3",
            "filename": "715",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/matwalsh1305/3/9_Y5JIAQ9S5XMRCRMHHS9JTLT13NN0A2.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/matwalsh1305/3/2_3ZO0UKLMGC85JOISKWL5DM7HCZQU92.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/matwalsh1305/3/8_7XN9U0YQSM78G4YD5XWY6J6KBZB75M.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/matwalsh1305/3/9_Y5JIAQ9S5XMRCRMHHS9JTLT13NN0A2.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/matwalsh1305:3",
                "plots": "https://api.plotly.com/v2/plots/matwalsh1305:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=matwalsh1305"
            },
            "owner": "matwalsh1305",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~matwalsh1305/3/",
            "world_readable": true,
            "date_modified": "2025-07-08T11:00:01.473Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~matwalsh1305/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date &amp;amp; time",
                                "y": "RoomTemperature.C"
                            }
                        },
                        "mode": "lines",
                        "name": "RoomTemp.C",
                        "type": "scatter",
                        "xsrc": "matwalsh1305:2:d59a6d",
                        "ysrc": "matwalsh1305:2:edf642",
                        "xaxis": "x2",
                        "selectedpoints": []
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Date &amp;amp; time",
                                "y": "DeliveryTemperature.C"
                            }
                        },
                        "mode": "lines",
                        "name": "SupplyTemp.C",
                        "type": "scatter",
                        "xsrc": "matwalsh1305:2:d59a6d",
                        "ysrc": "matwalsh1305:2:0adf80",
                        "xaxis": "x2",
                        "stackgroup": null,
                        "selectedpoints": []
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Date &amp;amp; time",
                                "y": "RoomRelHumidity.%RH"
                            }
                        },
                        "mode": "lines",
                        "name": "RoomRH.%",
                        "type": "scatter",
                        "xsrc": "matwalsh1305:2:d59a6d",
                        "ysrc": "matwalsh1305:2:c846f0",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "shape": "linear"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date &amp;amp; time",
                                "y": "RH Setpoint "
                            }
                        },
                        "mode": "lines",
                        "name": "RH.Setpoint",
                        "type": "scatter",
                        "xsrc": "matwalsh1305:2:d59a6d",
                        "ysrc": "matwalsh1305:2:efc0ef",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Date &amp;amp; time",
                                "y": "Dehumidification"
                            }
                        },
                        "mode": "lines",
                        "name": "Dehum",
                        "type": "bar",
                        "xsrc": "matwalsh1305:2:d59a6d",
                        "ysrc": "matwalsh1305:2:a76077",
                        "xaxis": "x2",
                        "yaxis": "y3",
                        "stackgroup": null,
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Date &amp;amp; time",
                                "y": "ElectricHeater1"
                            }
                        },
                        "name": "Heater",
                        "type": "bar",
                        "xsrc": "matwalsh1305:2:d59a6d",
                        "ysrc": "matwalsh1305:2:f05c74",
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Date &amp;amp; time",
                                "y": "SystemOn(Fans)"
                            }
                        },
                        "type": "bar",
                        "xsrc": "matwalsh1305:2:d59a6d",
                        "ysrc": "matwalsh1305:2:be9213",
                        "xaxis": "x2",
                        "yaxis": "y5",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            12.305555555555555,
                            21.92037113548344
                        ],
                        "ticks": "inside",
                        "title": {
                            "text": "Temperature (C)"
                        },
                        "anchor": "x",
                        "domain": [
                            0.75,
                            1
                        ],
                        "autorange": false,
                        "overlaying": false,
                        "showspikes": true,
                        "rangeslider": {
                            "visible": false
                        },
                        "spikethickness": 1
                    },
                    "bargap": 0,
                    "shapes": [],
                    "xaxis2": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            355.39564502875925,
                            521.0488907148726
                        ],
                        "anchor": "y3",
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": true,
                        "showline": false,
                        "autorange": false,
                        "fixedrange": false,
                        "showspikes": true,
                        "rangeslider": {
                            "range": [
                                -0.5,
                                524.5
                            ],
                            "yaxis": {},
                            "yaxis2": {},
                            "yaxis3": {},
                            "yaxis4": {},
                            "yaxis5": {},
                            "visible": false,
                            "autorange": true,
                            "thickness": 0.01
                        },
                        "showticklabels": false,
                        "spikethickness": 1
                    },
                    "yaxis2": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            39.111111111111114,
                            76.88888888888889
                        ],
                        "ticks": "inside",
                        "title": {
                            "text": "Humidity (%)"
                        },
                        "domain": [
                            0.5,
                            0.75
                        ],
                        "autorange": true,
                        "overlaying": false,
                        "showspikes": true,
                        "rangeslider": {
                            "visible": false
                        },
                        "spikethickness": 1
                    },
                    "yaxis3": {
                        "side": "left",
                        "type": "category",
                        "range": [
                            -0.05555555555555556,
                            1.0555555555555556
                        ],
                        "title": {
                            "text": "Dehumidifier"
                        },
                        "domain": [
                            0,
                            0.125
                        ],
                        "autorange": true,
                        "overlaying": false,
                        "showspikes": true,
                        "spikethickness": 1
                    },
                    "yaxis4": {
                        "side": "left",
                        "type": "category",
                        "range": [
                            -0.05555555555555556,
                            1.0555555555555556
                        ],
                        "title": {
                            "text": "Heater"
                        },
                        "domain": [
                            0.125,
                            0.25
                        ],
                        "autorange": true,
                        "fixedrange": true,
                        "overlaying": false
                    },
                    "yaxis5": {
                        "side": "left",
                        "type": "category",
                        "range": [
                            -0.05555555555555556,
                            1.0555555555555556
                        ],
                        "title": {
                            "text": "Fans"
                        },
                        "domain": [
                            0.25,
                            0.375
                        ],
                        "autorange": true,
                        "overlaying": false
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "bargroupgap": 0
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~matwalsh1305",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/45.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-02 07:53:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "matwalsh1305",
                "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-07-08T10:20:59.564140Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Angelos21156/3.embed",
            "fid": "Angelos21156:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Angelos21156/3/9_EPAX1AAETAQPYGL6VK22QE7FUAW4AY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Angelos21156/3/2_E19Y1WL4LHPNCAANZTCM6XJUZ25HFO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Angelos21156/3/8_PBIT2QJQ6KKP46BG01ZKHSH0RSW48L.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Angelos21156/3/9_EPAX1AAETAQPYGL6VK22QE7FUAW4AY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Angelos21156:3",
                "plots": "https://api.plotly.com/v2/plots/Angelos21156:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=Angelos21156"
            },
            "owner": "Angelos21156",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Angelos21156/3/",
            "world_readable": true,
            "date_modified": "2025-07-08T10:20:59.576Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Angelos21156/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1c333a",
                        "fill": "tozeroy",
                        "line": {
                            "color": "rgb(0, 51, 102)",
                            "shape": "linear",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Col1",
                                "y": "Col3"
                            }
                        },
                        "mode": "lines",
                        "name": "Col3",
                        "type": "scatter",
                        "xsrc": "Angelos21156:0:d31e99",
                        "ysrc": "Angelos21156:0:8c41cd",
                        "marker": {
                            "color": "rgb(0, 51, 102)"
                        },
                        "connectgaps": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A"
                            }
                        },
                        "name": "%{meta.columnNames.x}",
                        "type": "bar",
                        "xsrc": "Angelos21156:2:db65b2",
                        "orientation": "h"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 18,
                            "family": "Droid Serif, serif"
                        },
                        "text": "Household growth, 1995 through Sept. 2015"
                    },
                    "width": 545,
                    "xaxis": {
                        "type": "category",
                        "dtick": 12,
                        "range": [
                            0,
                            236
                        ],
                        "title": {
                            "font": {
                                "size": 11,
                                "family": "Droid Sans, sans-serif"
                            },
                            "text": "Source: <a href=\"http://www.census.gov/housing/hvs/data/histtables.html\">U.S. Census Bureau</a>"
                        },
                        "showgrid": false,
                        "tickfont": {
                            "size": 11,
                            "family": "Droid Sans, sans-serif"
                        },
                        "tickmode": "linear",
                        "autorange": true,
                        "tickangle": -45
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -2736700,
                            2597300
                        ],
                        "title": {
                            "font": {
                                "family": "Droid Sans, sans-serif"
                            }
                        },
                        "tickfont": {
                            "size": 11,
                            "family": "Droid Sans, sans-serif"
                        },
                        "autorange": true
                    },
                    "height": 400,
                    "margin": {
                        "b": 90,
                        "l": 60,
                        "r": 60,
                        "t": 80,
                        "pad": 0
                    },
                    "barmode": "group",
                    "autosize": true,
                    "colorway": [
                        "#3366cc",
                        "#dc3912",
                        "#ff9900",
                        "#109618",
                        "#990099",
                        "#0099c6",
                        "#dd4477",
                        "#66aa00",
                        "#b82e2e",
                        "#316395"
                    ],
                    "colorscale": {
                        "sequentialminus": [
                            [
                                0,
                                "#440154"
                            ],
                            [
                                0.1111111111111111,
                                "#482878"
                            ],
                            [
                                0.2222222222222222,
                                "#3e4989"
                            ],
                            [
                                0.3333333333333333,
                                "#31688e"
                            ],
                            [
                                0.4444444444444444,
                                "#26828e"
                            ],
                            [
                                0.5555555555555556,
                                "#1f9e89"
                            ],
                            [
                                0.6666666666666666,
                                "#35b779"
                            ],
                            [
                                0.7777777777777778,
                                "#6ece58"
                            ],
                            [
                                0.8888888888888888,
                                "#b5de2b"
                            ],
                            [
                                1,
                                "#fde725"
                            ]
                        ]
                    },
                    "plot_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": 400,
            "width": 545,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Angelos21156",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 10:16:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Angelos21156",
                "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-07-08T09:45:34.849446Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~agnesuwc/7.embed",
            "fid": "agnesuwc:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/agnesuwc/7/9_YNVY96HKQ3NXVBN4MAKYAI7FLM9TH8.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/agnesuwc/7/2_JD4DVPN6L5Y6CNK06A4AXAZ0QFZDTN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/agnesuwc/7/8_G8MYEG9JF4O2AZ4EHYDQMSEEJVCLRJ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/agnesuwc/7/9_YNVY96HKQ3NXVBN4MAKYAI7FLM9TH8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/agnesuwc:7",
                "plots": "https://api.plotly.com/v2/plots/agnesuwc:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=agnesuwc"
            },
            "owner": "agnesuwc",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~agnesuwc/7/",
            "world_readable": true,
            "date_modified": "2025-07-11T20:10:48.529Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~agnesuwc/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D",
                                "z": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "B",
                        "type": "scatter3d",
                        "xsrc": "agnesuwc:0:3bed34",
                        "ysrc": "agnesuwc:0:57a533",
                        "zsrc": "agnesuwc:0:27434f",
                        "marker": {
                            "size": 5,
                            "color": "rgb(150, 75, 0)"
                        },
                        "showlegend": true,
                        "legendgroup": 1
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D",
                                "z": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "BY",
                        "type": "scatter3d",
                        "xsrc": "agnesuwc:2:d4df3c",
                        "ysrc": "agnesuwc:2:34f9ac",
                        "zsrc": "agnesuwc:2:14aa85",
                        "marker": {
                            "size": 5,
                            "color": "rgb(202, 170, 50)"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D",
                                "z": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "Y",
                        "type": "scatter3d",
                        "xsrc": "agnesuwc:4:f12ae6",
                        "ysrc": "agnesuwc:4:0252b9",
                        "zsrc": "agnesuwc:4:53ac74",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255, 255, 0)"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D",
                                "z": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "GY",
                        "type": "scatter3d",
                        "xsrc": "agnesuwc:5:db7a24",
                        "ysrc": "agnesuwc:5:a683d4",
                        "zsrc": "agnesuwc:5:063ddb",
                        "marker": {
                            "size": 5,
                            "color": "rgb(204, 255, 0)"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D",
                                "z": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "R",
                        "type": "scatter3d",
                        "xsrc": "agnesuwc:1:64a760",
                        "ysrc": "agnesuwc:1:77208b",
                        "zsrc": "agnesuwc:1:367d7e",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255, 0, 0)"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D",
                                "z": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "GMP Batch",
                        "type": "scatter3d",
                        "xsrc": "agnesuwc:3:044b8f",
                        "ysrc": "agnesuwc:3:9f6028",
                        "zsrc": "agnesuwc:3:204fd9",
                        "marker": {
                            "size": 4,
                            "color": "rgb(20, 109, 244)",
                            "symbol": "diamond"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D",
                                "z": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "Pilot Batch",
                        "type": "scatter3d",
                        "xsrc": "agnesuwc:6:a3a5dc",
                        "ysrc": "agnesuwc:6:d25982",
                        "zsrc": "agnesuwc:6:bff0c5",
                        "marker": {
                            "size": 4,
                            "color": "rgb(254, 82, 224)",
                            "symbol": "square"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "title": {
                                "text": "L*"
                            }
                        },
                        "yaxis": {
                            "type": "linear",
                            "title": {
                                "text": "a*"
                            }
                        },
                        "zaxis": {
                            "type": "linear",
                            "title": {
                                "text": "b*"
                            }
                        },
                        "camera": {
                            "up": {
                                "x": 0.03737940364576969,
                                "y": 0.9984079901178907,
                                "z": 0.04224056642423617
                            },
                            "eye": {
                                "x": -0.9819902848056147,
                                "y": 0.13842491598551795,
                                "z": -2.402863870242268
                            },
                            "center": {
                                "x": -4.440892098500626e-16,
                                "y": -1.6653345369377348e-16,
                                "z": -3.3306690738754696e-16
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "dragmode": "zoom",
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 0.5890824892472847,
                            "y": 1.1096670146286056,
                            "z": 1.5297878596731806
                        }
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "shapes": [],
                    "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": true,
                    "annotations": [
                        {
                            "x": 0.6122881355932204,
                            "y": 0.7913223140495865,
                            "ax": 49,
                            "ay": -50,
                            "font": {
                                "color": "rgb(238, 66, 26)"
                            },
                            "text": "R1",
                            "showarrow": false
                        },
                        {
                            "x": 0.7266949152542372,
                            "y": 0.5826446280991735,
                            "font": {
                                "color": "rgb(150, 75, 0)"
                            },
                            "text": "B1",
                            "showarrow": false
                        },
                        {
                            "x": 0.625,
                            "y": 0.4793388429752066,
                            "font": {
                                "color": "rgb(202, 170, 50)"
                            },
                            "text": "BY1<br>",
                            "showarrow": false
                        },
                        {
                            "x": 0.5953389830508474,
                            "y": 0.3987603305785124,
                            "font": {
                                "color": "rgb(218, 218, 14)"
                            },
                            "text": "Y1",
                            "showarrow": false
                        },
                        {
                            "x": 0.5529661016949152,
                            "y": 0.2975206611570248,
                            "font": {
                                "color": "rgb(159, 191, 31)"
                            },
                            "text": "GY1",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~agnesuwc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 08:46:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "agnesuwc",
                "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-07-08T09:23:33.041878Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~marta.podgorny/54.embed",
            "fid": "marta.podgorny:54",
            "filename": "Plot 54",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/54/9_9TLMSNINES7F0593AR3HD543U400U3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/54/2_GQSRUZ1SOXKIMHW9RDHWIRLU1X7HN0.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/54/8_ROMXYK1UYAE6FAXGLI5MG3FSAKYLGZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/54/9_9TLMSNINES7F0593AR3HD543U400U3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/marta.podgorny:54",
                "plots": "https://api.plotly.com/v2/plots/marta.podgorny:54",
                "parent": "https://api.plotly.com/v2/folders/home?user=marta.podgorny"
            },
            "owner": "marta.podgorny",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~marta.podgorny/54/",
            "world_readable": true,
            "date_modified": "2025-07-08T09:23:33.052Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~marta.podgorny/54/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(0, 42, 255)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "127 K (deposition)",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:53:55bec5",
                        "ysrc": "marta.podgorny:53:c45bea"
                    },
                    {
                        "line": {
                            "color": "rgb(6, 194, 62)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "129 K (deposition)",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:52:662fc4",
                        "ysrc": "marta.podgorny:52:d59ac0",
                        "yaxis": "y2",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(255, 0, 84)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "127 K (annealing)",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:51:3c442f",
                        "ysrc": "marta.podgorny:51:1aaebe",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            3600,
                            2800
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 23
                            },
                            "text": "Wavenumber / cm<sup>-1</sup>"
                        },
                        "domain": [
                            0,
                            0.5
                        ],
                        "mirror": "ticks",
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.04,
                            1.06
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 23
                            },
                            "text": "Absorbance"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": "ticks",
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "showspikes": false
                    },
                    "legend": {
                        "x": 0.3586322846828262,
                        "y": 0.9653846153846154,
                        "font": {
                            "size": 23
                        }
                    },
                    "shapes": [
                        {
                            "x0": 1142.7,
                            "x1": 1142.7,
                            "y0": -0.2,
                            "y1": 2,
                            "line": {
                                "dash": "dash",
                                "color": "#444444",
                                "width": 1
                            },
                            "type": "line",
                            "opacity": 1,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "yaxis2": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            0.12,
                            1.0555555555555556
                        ],
                        "autorange": false,
                        "overlaying": "y",
                        "showticklabels": false
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "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/~marta.podgorny",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.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": "2025-05-19 09:26:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "marta.podgorny",
                "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-07-08T09:18:52.936945Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~minolike/4.embed",
            "fid": "minolike:4",
            "filename": "Plot 4",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/minolike/4/9_WC7TM7HLLXGYC7DAWDMZKYJBO58ITA.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/minolike/4/2_L6LJD9K7HCLT3W33MCT5RSQ151WZ3I.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/minolike/4/8_72ADK74MCJER7MZL0ZOA3DBYH8ZLTK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/minolike/4/9_WC7TM7HLLXGYC7DAWDMZKYJBO58ITA.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/minolike:4",
                "plots": "https://api.plotly.com/v2/plots/minolike:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=minolike"
            },
            "owner": "minolike",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~minolike/4/",
            "world_readable": true,
            "date_modified": "2025-07-08T09:20:13.495Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~minolike/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "baa313",
                        "meta": {
                            "columnNames": {
                                "x": "Col1"
                            }
                        },
                        "name": "Col2",
                        "type": "bar",
                        "xsrc": "minolike:3:88c7da",
                        "ysrc": "minolike:3:"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Favorite Social Media"
                    },
                    "width": 787,
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.6666666666666667,
                            12.666666666666666
                        ],
                        "title": {
                            "text": "Type of Social Media"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.5,
                            39.5
                        ],
                        "title": {
                            "text": "Frequency"
                        },
                        "autorange": true
                    },
                    "height": 508,
                    "autosize": true
                }
            },
            "height": 508,
            "width": 787,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~minolike",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/XVW6XLRMWLUWQ82ELTHL8H2HRJINIX.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "Minolike - Đơn vị tăng tương tác MXH chuyên nghiệp tại Việt Nam",
                "nickname": "Minolike",
                "website": "https://minolike.net",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 09:11:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "minolike",
                "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-07-08T09:18:20.877325Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~minolike/2.embed",
            "fid": "minolike:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/minolike/2/9_OR1U6HLE9H0ZTBHW7DLBU4EEYZTZKU.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/minolike/2/2_2OOCU8V1B06YFZ5LJBMDR4LZ202ABF.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/minolike/2/8_S8V3SCH0SKBZO4GWRKO7PWSFT6T08P.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/minolike/2/9_OR1U6HLE9H0ZTBHW7DLBU4EEYZTZKU.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/minolike:2",
                "plots": "https://api.plotly.com/v2/plots/minolike:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=minolike"
            },
            "owner": "minolike",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~minolike/2/",
            "world_readable": true,
            "date_modified": "2025-07-08T09:18:20.889Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~minolike/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b03ecf",
                        "meta": {
                            "columnNames": {
                                "x": "    _x",
                                "y": "    _% answering \"yes\""
                            }
                        },
                        "name": "    ",
                        "text": "",
                        "type": "bar",
                        "xsrc": "minolike:0:5eecfb",
                        "ysrc": "minolike:0:4b34b9",
                        "marker": {
                            "line": {
                                "color": "#000",
                                "width": 0
                            },
                            "color": "rgb(60, 120, 216)",
                            "opacity": 1
                        },
                        "error_x": {},
                        "error_y": {},
                        "opacity": 1,
                        "visible": true,
                        "textfont": {},
                        "showlegend": true
                    },
                    {
                        "uid": "0f86c2",
                        "meta": {
                            "columnNames": {
                                "x": "trace1_x",
                                "y": "trace1_% answering \"yes\""
                            }
                        },
                        "name": "    ",
                        "text": "",
                        "type": "bar",
                        "xsrc": "minolike:0:6c54b1",
                        "ysrc": "minolike:0:0d19e6",
                        "marker": {
                            "line": {
                                "color": "#000",
                                "width": 0.5
                            },
                            "color": "rgb(204, 65, 37)",
                            "opacity": 1
                        },
                        "error_x": {},
                        "error_y": {},
                        "opacity": 1,
                        "visible": true,
                        "textfont": {},
                        "showlegend": true
                    },
                    {
                        "uid": "636df0",
                        "meta": {
                            "columnNames": {
                                "x": "trace2_x",
                                "y": "trace2_% answering \"yes\""
                            }
                        },
                        "name": "    ",
                        "text": "",
                        "type": "bar",
                        "xsrc": "minolike:0:bd5569",
                        "ysrc": "minolike:0:db7b56",
                        "marker": {
                            "line": {
                                "color": "#000",
                                "width": 0.5
                            },
                            "color": "rgb(60, 120, 216)",
                            "opacity": 1
                        },
                        "error_x": {},
                        "error_y": {},
                        "opacity": 1,
                        "visible": true,
                        "textfont": {},
                        "showlegend": true
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12,
                        "color": "rgb(33, 33, 33)",
                        "family": "\"Georgia\", serif"
                    },
                    "smith": false,
                    "title": {
                        "font": {
                            "size": 0,
                            "color": "",
                            "family": ""
                        },
                        "text": "Yes or No? <br> \"Human beings, as we know them, developed from earlier species of animals.\""
                    },
                    "width": 875,
                    "xaxis": {
                        "type": "category",
                        "dtick": 1,
                        "range": [
                            -0.5,
                            33.5
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 0,
                                "color": "rgb(33, 33, 33)",
                                "family": ""
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": false,
                        "nticks": 0,
                        "ticklen": 1,
                        "position": 0,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 0,
                            "color": "rgb(33, 33, 33)",
                            "family": ""
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": true,
                        "gridcolor": "#ddd",
                        "gridwidth": 1,
                        "linecolor": "rgb(33, 33, 33)",
                        "linewidth": 1,
                        "rangemode": "normal",
                        "tickangle": -50,
                        "tickcolor": "#000",
                        "tickwidth": 1,
                        "overlaying": false,
                        "showexponent": "all",
                        "zerolinecolor": "#000",
                        "zerolinewidth": 1,
                        "exponentformat": "e",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "dtick": 10,
                        "range": [
                            0,
                            100.5
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 0,
                                "color": "rgb(33, 33, 33)",
                                "family": ""
                            },
                            "text": "% answering \"yes\""
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": false,
                        "nticks": 14,
                        "ticklen": 1,
                        "position": 0,
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "size": 0,
                            "color": "rgb(33, 33, 33)",
                            "family": ""
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(102, 102, 102, 0.4)",
                        "gridwidth": 1,
                        "linecolor": "rgb(33, 33, 33)",
                        "linewidth": 1,
                        "rangemode": "normal",
                        "tickangle": "auto",
                        "tickcolor": "#000",
                        "tickwidth": 1,
                        "overlaying": false,
                        "showexponent": "all",
                        "zerolinecolor": "rgb(33, 33, 33)",
                        "zerolinewidth": 1,
                        "exponentformat": "e",
                        "showticklabels": true
                    },
                    "bargap": 0.3,
                    "boxgap": 0.3,
                    "height": 625,
                    "legend": {
                        "x": 0.98,
                        "y": 0.98,
                        "font": {
                            "size": 0,
                            "color": "",
                            "family": ""
                        },
                        "bgcolor": "#fff",
                        "traceorder": "normal",
                        "bordercolor": "#000",
                        "borderwidth": 1
                    },
                    "margin": {
                        "b": 137,
                        "l": 80,
                        "r": 80,
                        "t": 100,
                        "pad": 0,
                        "autoexpand": true
                    },
                    "barmode": "stack",
                    "boxmode": "overlay",
                    "autosize": false,
                    "dragmode": "zoom",
                    "hovermode": "x",
                    "separators": ".,",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.1,
                            "y": 0.3,
                            "ax": 183,
                            "ay": 214,
                            "tag": "",
                            "font": {
                                "size": 0,
                                "color": "",
                                "family": ""
                            },
                            "text": "Miller, J.D., E.C. Scott, and S. Okamoto. 2006. Public acceptance of evolution. Science 313: 765-66.",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "center",
                            "bgcolor": "rgba(0, 0, 0, 0)",
                            "opacity": 1,
                            "xanchor": "auto",
                            "yanchor": "auto",
                            "arrowhead": 1,
                            "arrowsize": 1,
                            "borderpad": 1,
                            "showarrow": true,
                            "arrowcolor": "rgba(0, 0, 0, 0)",
                            "arrowwidth": 0,
                            "bordercolor": "",
                            "borderwidth": 1
                        }
                    ],
                    "bargroupgap": 0,
                    "boxgroupgap": 0.3,
                    "hidesources": false,
                    "plot_bgcolor": "rgba(217, 217, 217, 0.25)",
                    "paper_bgcolor": "rgba(217, 217, 217, 0.25)"
                }
            },
            "height": 625,
            "width": 875,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~minolike",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/XVW6XLRMWLUWQ82ELTHL8H2HRJINIX.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "Minolike - Đơn vị tăng tương tác MXH chuyên nghiệp tại Việt Nam",
                "nickname": "Minolike",
                "website": "https://minolike.net",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 09:11:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "minolike",
                "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-07-08T09:11:41.953045Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Darius7979/1.embed",
            "fid": "Darius7979:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Darius7979/1/9_OZD13OA036XHKF78OG47WQ98RGULD1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Darius7979/1/2_N4X5MZ7VH6YB66LVCPMLJEXJORGEKO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Darius7979/1/8_G6B2LIWYXGQBUGLA0B38HSPEJDABAA.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Darius7979/1/9_OZD13OA036XHKF78OG47WQ98RGULD1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Darius7979:1",
                "plots": "https://api.plotly.com/v2/plots/Darius7979:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Darius7979"
            },
            "owner": "Darius7979",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Darius7979/1/",
            "world_readable": true,
            "date_modified": "2025-07-08T09:11:41.962Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Darius7979/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "Darius7979:0:1979fb",
                        "ysrc": "Darius7979:0:b2ed85"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            80
                        ],
                        "title": {
                            "text": "Temperature"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            12.444444444444443,
                            103.55555555555556
                        ],
                        "title": {
                            "text": "%Transmission"
                        },
                        "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/~Darius7979",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 09:10:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Darius7979",
                "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-07-08T09:01:48.497535Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~smoh/71.embed",
            "fid": "smoh:71",
            "filename": "Plot 71",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/smoh/71/9_441P58LM6PK84JXWU3WKSP6PFIXUX2.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/smoh/71/2_14XAE4FHCCUX5K4EG5XD3LOL0W2IFC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/smoh/71/8_F2GVMSUNBPPI3GSPEUWQ4X9XZK2YVQ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/smoh/71/9_441P58LM6PK84JXWU3WKSP6PFIXUX2.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/smoh:71",
                "plots": "https://api.plotly.com/v2/plots/smoh:71",
                "parent": "https://api.plotly.com/v2/folders/home?user=smoh"
            },
            "owner": "smoh",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~smoh/71/",
            "world_readable": true,
            "date_modified": "2025-07-08T09:01:48.652Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~smoh/71/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "smoh:70:c59247",
                        "ysrc": "smoh:70:791fdb",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.5,
                            58.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            61.05263157894737
                        ],
                        "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/~smoh",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-07-18 00:04:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "smoh",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}