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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTIwKzEwJTNBMzElM0E1Mi4xNDg0NDMlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0yMCsxMyUzQTIxJTNBMzMuNzgwNjQ3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-08-20T13:21:33.780647Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cleaaum/15.embed",
            "fid": "cleaaum:15",
            "filename": "Plot 15",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cleaaum:15/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cleaaum/15/2_KKCXKHSQHF7ACR29UKG263PC3NN5G0.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cleaaum/15/8_Q0GJTG521NC2OU2GAJ46NF20VG7YB9.png",
                "list-thumb": "https://api.plotly.com/v2/files/cleaaum:15/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cleaaum:15",
                "plots": "https://api.plotly.com/v2/plots/cleaaum:15",
                "parent": "https://api.plotly.com/v2/folders/home?user=cleaaum"
            },
            "owner": "cleaaum",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cleaaum/15/",
            "world_readable": true,
            "date_modified": "2025-08-20T13:21:33.791Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cleaaum/15/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Africa, x",
                                "y": "Africa, y",
                                "text": "Africa, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Africa",
                        "type": "scatter",
                        "xsrc": "cleaaum:14:99a8d7",
                        "ysrc": "cleaaum:14:1c7ef2",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "meta": {
                                "columnNames": {
                                    "size": "Africa, size"
                                }
                            },
                            "symbol": "circle",
                            "sizeref": 0.85,
                            "sizesrc": "cleaaum:14:de801d",
                            "sizemode": "diameter"
                        },
                        "textsrc": "cleaaum:14:b975c0",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Americas, y",
                                "y": "Americas, x"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "cleaaum:14:06ea4a",
                        "ysrc": "cleaaum:14:978d09",
                        "xaxis": "x",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Life Expectancy v. Per Capita GDP, 2007"
                    },
                    "xaxis": {
                        "type": "log",
                        "range": [
                            2.003297660701705,
                            5.191505530708712
                        ],
                        "title": {
                            "text": "GDP per capita (2000 dollars)"
                        },
                        "ticklen": 5,
                        "gridcolor": "rgb(255, 255, 255)",
                        "gridwidth": 2,
                        "zerolinewidth": 1
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            36.12621671352166,
                            91.72921793264332
                        ],
                        "title": {
                            "text": "Life Expectancy (years)"
                        },
                        "ticklen": 5,
                        "gridcolor": "rgb(255, 255, 255)",
                        "gridwidth": 2,
                        "zerolinewidth": 1
                    },
                    "plot_bgcolor": "rgb(243, 243, 243)",
                    "paper_bgcolor": "rgb(243, 243, 243)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cleaaum",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.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-08-15 15:16:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cleaaum",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-20T12:26:49.362365Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~JuliaWKosmos/3.embed",
            "fid": "JuliaWKosmos:3",
            "filename": "WZORNIK",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/JuliaWKosmos:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/JuliaWKosmos/3/2_T94ZMAN80XCTGVECWR4UJ79XAI1BSP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/JuliaWKosmos/3/8_L1QFBMJZLCCXWMRKKRHL8SYC25CA4N.png",
                "list-thumb": "https://api.plotly.com/v2/files/JuliaWKosmos:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/JuliaWKosmos:3",
                "plots": "https://api.plotly.com/v2/plots/JuliaWKosmos:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=JuliaWKosmos"
            },
            "owner": "JuliaWKosmos",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~JuliaWKosmos/3/",
            "world_readable": true,
            "date_modified": "2025-08-20T14:59:37.157Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~JuliaWKosmos/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "r": "G",
                                "text": "A",
                                "theta": "H",
                                "marker": {
                                    "color": "D"
                                },
                                "textposition": ""
                            }
                        },
                        "mode": "markers",
                        "rsrc": "JuliaWKosmos:2:c6ba07",
                        "type": "scatterpolar",
                        "marker": {
                            "cmax": 100,
                            "cmin": 0,
                            "meta": {
                                "columnNames": {
                                    "color": "D"
                                }
                            },
                            "size": 7,
                            "cauto": false,
                            "colorbar": {
                                "title": {
                                    "text": "L*"
                                }
                            },
                            "colorsrc": "JuliaWKosmos:2:133d97",
                            "showscale": true,
                            "colorscale": [
                                [
                                    0,
                                    "#ffffff"
                                ],
                                [
                                    0.125,
                                    "#f0f0f0"
                                ],
                                [
                                    0.25,
                                    "#d9d9d9"
                                ],
                                [
                                    0.375,
                                    "#bdbdbd"
                                ],
                                [
                                    0.5,
                                    "#969696"
                                ],
                                [
                                    0.625,
                                    "#737373"
                                ],
                                [
                                    0.75,
                                    "#525252"
                                ],
                                [
                                    0.875,
                                    "#252525"
                                ],
                                [
                                    1,
                                    "#000000"
                                ]
                            ],
                            "reversescale": true
                        },
                        "hoveron": "points",
                        "textsrc": "JuliaWKosmos:2:10fb38",
                        "textfont": {
                            "size": 3
                        },
                        "thetasrc": "JuliaWKosmos:2:87689b",
                        "hoverinfo": "text",
                        "hoverlabel": {
                            "align": "auto"
                        },
                        "textposition": "middle left",
                        "texttemplate": "",
                        "hovertemplate": "",
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 7
                    },
                    "polar": {
                        "radialaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                15.143152454780362
                            ],
                            "title": {
                                "text": "C*ab"
                            },
                            "autorange": true
                        },
                        "angularaxis": {
                            "type": "linear",
                            "rotation": 5.331316374874003
                        }
                    },
                    "title": {
                        "text": "Indygo SPEX"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "clickmode": "none"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~JuliaWKosmos",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-19 12:48:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "JuliaWKosmos",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-20T11:59:25.717735Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~christianthomasdodge/1.embed",
            "fid": "christianthomasdodge:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/christianthomasdodge:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/christianthomasdodge/1/2_9LPQKY8BOIKW05UH2JZUJF91S6WZQW.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/christianthomasdodge/1/8_M9HY7L846J0OI8MAKSUI8QC5BVHJGH.png",
                "list-thumb": "https://api.plotly.com/v2/files/christianthomasdodge:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/christianthomasdodge:1",
                "plots": "https://api.plotly.com/v2/plots/christianthomasdodge:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=christianthomasdodge"
            },
            "owner": "christianthomasdodge",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~christianthomasdodge/1/",
            "world_readable": true,
            "date_modified": "2025-08-20T13:12:06.878Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~christianthomasdodge/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "asrc": "christianthomasdodge:0:a04687",
                        "bsrc": "christianthomasdodge:0:067656",
                        "csrc": "christianthomasdodge:0:68a475",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation ",
                                "b": " Hazard_Identification ",
                                "c": " Engineering_Design"
                            }
                        },
                        "mode": "markers",
                        "name": "UK Eng Geol",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0, 98, 247)",
                            "symbol": "square"
                        },
                        "legendgroup": 1
                    },
                    {
                        "asrc": "christianthomasdodge:0:1a5bc4",
                        "bsrc": "christianthomasdodge:0:5e54af",
                        "csrc": "christianthomasdodge:0:6a182c",
                        "line": {
                            "color": "rgb(252, 167, 0)",
                            "width": 0
                        },
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 3",
                                "b": " Hazard_Identification 4",
                                "c": " Engineering_Design5"
                            }
                        },
                        "mode": "markers",
                        "name": "UK Geotech Eng",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0, 98, 247)"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:e49a9f",
                        "bsrc": "christianthomasdodge:0:e4db30",
                        "csrc": "christianthomasdodge:0:76115d",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 7",
                                "b": " Hazard_Identification 8",
                                "c": " Engineering_Design9"
                            }
                        },
                        "mode": "markers",
                        "name": "Ireland Eng Geol",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0, 242, 0)",
                            "symbol": "square"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:eec4ce",
                        "bsrc": "christianthomasdodge:0:1d5211",
                        "csrc": "christianthomasdodge:0:ab61d2",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 11",
                                "b": " Hazard_Identification 12",
                                "c": " Engineering_Design13"
                            }
                        },
                        "mode": "markers",
                        "name": "Ireland Geotech Eng",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0, 242, 0)"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:b06e8c",
                        "bsrc": "christianthomasdodge:0:e74677",
                        "csrc": "christianthomasdodge:0:1bd93e",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 15",
                                "b": " Hazard_Identification 16",
                                "c": " Engineering_Design17"
                            }
                        },
                        "mode": "markers",
                        "name": "Aust Eng Geol",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255, 216, 0)",
                            "symbol": "square"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:15b8a9",
                        "bsrc": "christianthomasdodge:0:234ea4",
                        "csrc": "christianthomasdodge:0:a24f0a",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 19",
                                "b": " Hazard_Identification 20",
                                "c": " Engineering_Design21"
                            }
                        },
                        "mode": "markers",
                        "name": "Aust Geotech Eng",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255, 216, 0)"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:1d85ee",
                        "bsrc": "christianthomasdodge:0:d41992",
                        "csrc": "christianthomasdodge:0:6e15b7",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 23",
                                "b": " Hazard_Identification 24",
                                "c": " Engineering_Design25"
                            }
                        },
                        "mode": "markers",
                        "name": "HK Eng Geol",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(198, 124, 250)",
                            "symbol": "square"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:ee38c4",
                        "bsrc": "christianthomasdodge:0:90b592",
                        "csrc": "christianthomasdodge:0:1521a8",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 27",
                                "b": " Hazard_Identification 28",
                                "c": " Engineering_Design29"
                            }
                        },
                        "mode": "markers",
                        "name": "HK Geotech Eng",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(198, 124, 250)"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:1519bf",
                        "bsrc": "christianthomasdodge:0:d00c5d",
                        "csrc": "christianthomasdodge:0:8bd208",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 31",
                                "b": " Hazard_Identification 32",
                                "c": " Engineering_Design33"
                            }
                        },
                        "mode": "markers",
                        "name": "NZ Eng Geol",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0, 0, 0)",
                            "symbol": "square"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:2f04f5",
                        "bsrc": "christianthomasdodge:0:c634f9",
                        "csrc": "christianthomasdodge:0:9e9e56",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 35",
                                "b": " Hazard_Identification 36",
                                "c": " Engineering_Design37"
                            }
                        },
                        "mode": "markers",
                        "name": "NZ Geotech Eng",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0, 0, 0)"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:526e41",
                        "bsrc": "christianthomasdodge:0:3ceabf",
                        "csrc": "christianthomasdodge:0:bfceb7",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 39",
                                "b": " Hazard_Identification 40",
                                "c": " Engineering_Design41"
                            }
                        },
                        "mode": "markers",
                        "name": "US Eng Geol",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(4, 237, 239)",
                            "symbol": "square"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:e509d1",
                        "bsrc": "christianthomasdodge:0:311238",
                        "csrc": "christianthomasdodge:0:9be67a",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 43",
                                "b": " Hazard_Identification 44",
                                "c": " Engineering_Design45"
                            }
                        },
                        "mode": "markers",
                        "name": "US Geol Eng",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(4, 237, 239)",
                            "symbol": "diamond"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:ebbc5f",
                        "bsrc": "christianthomasdodge:0:5896bc",
                        "csrc": "christianthomasdodge:0:db0b70",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 47",
                                "b": " Hazard_Identification 48",
                                "c": " Engineering_Design49"
                            }
                        },
                        "mode": "markers",
                        "name": "US Geotech Eng",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(4, 237, 239)"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:c54055",
                        "bsrc": "christianthomasdodge:0:42efd6",
                        "csrc": "christianthomasdodge:0:16b297",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 51",
                                "b": " Hazard_Identification 52",
                                "c": " Engineering_Design53"
                            }
                        },
                        "mode": "markers",
                        "name": "Canada Eng Geol",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255, 0, 2)",
                            "symbol": "square"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:c23917",
                        "bsrc": "christianthomasdodge:0:f002be",
                        "csrc": "christianthomasdodge:0:6dfcb9",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 55",
                                "b": " Hazard_Identification 56",
                                "c": " Engineering_Design57"
                            }
                        },
                        "mode": "markers",
                        "name": "Canada Geol Eng",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255, 0, 2)",
                            "symbol": "diamond"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:571065",
                        "bsrc": "christianthomasdodge:0:feeba5",
                        "csrc": "christianthomasdodge:0:38fef2",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 59",
                                "b": " Hazard_Identification 60",
                                "c": " Engineering_Design61"
                            }
                        },
                        "mode": "markers",
                        "name": "Canada Geotech Eng",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(255, 0, 2)"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:27f042",
                        "bsrc": "christianthomasdodge:0:8811e6",
                        "csrc": "christianthomasdodge:0:db1237",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 63",
                                "b": " Hazard_Identification 64",
                                "c": " Engineering_Design65"
                            }
                        },
                        "mode": "markers",
                        "name": "SA Eng Geol",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0, 191, 6)",
                            "symbol": "square"
                        }
                    },
                    {
                        "asrc": "christianthomasdodge:0:9f6e0c",
                        "bsrc": "christianthomasdodge:0:5f7303",
                        "csrc": "christianthomasdodge:0:aa927d",
                        "meta": {
                            "columnNames": {
                                "a": " Site_Characterisation 67",
                                "b": " Hazard_Identification 68",
                                "c": " Engineering_Design69"
                            }
                        },
                        "mode": "markers",
                        "name": "SA Geotech Eng",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0, 191, 6)"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12,
                        "color": "#444",
                        "family": "\"Open Sans\", verdana, arial, sans-serif"
                    },
                    "smith": false,
                    "title": {
                        "font": {
                            "size": 17,
                            "color": "#444",
                            "family": "\"Open Sans\", verdana, arial, sans-serif"
                        },
                        "text": ""
                    },
                    "width": 1103,
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "color": "#444",
                        "dtick": 0.2,
                        "range": [
                            0,
                            1
                        ],
                        "tick0": 0,
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 14,
                                "color": "#444",
                                "family": "\"Open Sans\", verdana, arial, sans-serif"
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": 0,
                        "showgrid": false,
                        "showline": false,
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": true,
                        "rangemode": "normal",
                        "fixedrange": false,
                        "tickprefix": "",
                        "ticksuffix": "",
                        "hoverformat": "",
                        "showexponent": "all",
                        "exponentformat": "e",
                        "showticklabels": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "color": "#444",
                        "dtick": 0.2,
                        "range": [
                            0,
                            1
                        ],
                        "tick0": 0,
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 14,
                                "color": "#444",
                                "family": "\"Open Sans\", verdana, arial, sans-serif"
                            },
                            "text": ""
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": 0,
                        "showgrid": false,
                        "showline": false,
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": true,
                        "rangemode": "normal",
                        "fixedrange": false,
                        "tickprefix": "",
                        "ticksuffix": "",
                        "hoverformat": "",
                        "showexponent": "all",
                        "exponentformat": "e",
                        "showticklabels": false
                    },
                    "height": 633.062,
                    "legend": {
                        "x": 1,
                        "y": 1,
                        "font": {
                            "size": 20,
                            "color": "#444",
                            "family": "Times New Roman"
                        },
                        "width": 84,
                        "height": 67,
                        "valign": "top",
                        "bgcolor": "#fff",
                        "xanchor": "left",
                        "yanchor": "top",
                        "itemsizing": "constant",
                        "traceorder": "normal",
                        "bordercolor": "#444",
                        "borderwidth": 0,
                        "orientation": "v",
                        "tracegroupgap": 0
                    },
                    "margin": {
                        "b": 80,
                        "l": 80,
                        "r": 80,
                        "t": 20,
                        "pad": 0,
                        "autoexpand": true
                    },
                    "shapes": [],
                    "ternary": {
                        "aaxis": {
                            "ticks": "",
                            "title": {
                                "font": {
                                    "size": 20,
                                    "family": "Times New Roman"
                                },
                                "text": "Site and Earth Materials Characterisation"
                            },
                            "showgrid": false,
                            "showline": true,
                            "showticklabels": false
                        },
                        "baxis": {
                            "ticks": "",
                            "title": {
                                "font": {
                                    "size": 20,
                                    "family": "Times New Roman"
                                },
                                "text": "Hazard Identification and Risk Mitigation"
                            },
                            "showgrid": false,
                            "showline": true,
                            "showticklabels": false
                        },
                        "caxis": {
                            "ticks": "",
                            "title": {
                                "font": {
                                    "size": 20,
                                    "family": "Times New Roman"
                                },
                                "text": "Engineering Design"
                            },
                            "showgrid": false,
                            "showline": true,
                            "showticklabels": false
                        }
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "hovermode": "closest",
                    "separators": ".,",
                    "showlegend": true,
                    "annotations": [],
                    "hidesources": false,
                    "plot_bgcolor": "#fff",
                    "paper_bgcolor": "#fff"
                }
            },
            "height": 633,
            "width": 1103,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~christianthomasdodge",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-20 11:55:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "christianthomasdodge",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-20T11:45:13.772298Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~JuliaWKosmos/1.embed",
            "fid": "JuliaWKosmos:1",
            "filename": "Spectrophotometry",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/JuliaWKosmos:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/JuliaWKosmos/1/2_1Q0VRJLSMHIOKLTURIM8JYOUFW3HW2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/JuliaWKosmos/1/8_PYT2CR6XSCC8QCG5O221UK36K0AJ8I.png",
                "list-thumb": "https://api.plotly.com/v2/files/JuliaWKosmos:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/JuliaWKosmos:1",
                "plots": "https://api.plotly.com/v2/plots/JuliaWKosmos:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=JuliaWKosmos"
            },
            "owner": "JuliaWKosmos",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~JuliaWKosmos/1/",
            "world_readable": true,
            "date_modified": "2025-08-20T11:45:13.784Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~JuliaWKosmos/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "r": "G",
                                "text": "A",
                                "theta": "H",
                                "marker": {
                                    "color": "D"
                                }
                            }
                        },
                        "mode": "markers+text",
                        "rsrc": "JuliaWKosmos:0:3ddd74",
                        "type": "scatterpolar",
                        "marker": {
                            "cmax": 100,
                            "cmin": 0,
                            "meta": {
                                "columnNames": {
                                    "color": "D"
                                }
                            },
                            "cauto": false,
                            "colorbar": {
                                "title": {
                                    "text": "L*"
                                }
                            },
                            "colorsrc": "JuliaWKosmos:0:47d23c",
                            "showscale": true,
                            "colorscale": [
                                [
                                    0,
                                    "#ffffff"
                                ],
                                [
                                    0.125,
                                    "#f0f0f0"
                                ],
                                [
                                    0.25,
                                    "#d9d9d9"
                                ],
                                [
                                    0.375,
                                    "#bdbdbd"
                                ],
                                [
                                    0.5,
                                    "#969696"
                                ],
                                [
                                    0.625,
                                    "#737373"
                                ],
                                [
                                    0.75,
                                    "#525252"
                                ],
                                [
                                    0.875,
                                    "#252525"
                                ],
                                [
                                    1,
                                    "#000000"
                                ]
                            ],
                            "reversescale": true
                        },
                        "textsrc": "JuliaWKosmos:0:0eb46b",
                        "textfont": {
                            "size": 7
                        },
                        "thetasrc": "JuliaWKosmos:0:1b6ed4",
                        "hoverinfo": "text",
                        "hoverlabel": {
                            "align": "auto"
                        },
                        "textposition": "bottom left",
                        "hovertemplate": "",
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "polar": {
                        "radialaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                15.078216123499141
                            ],
                            "autorange": true
                        },
                        "angularaxis": {
                            "type": "linear"
                        }
                    },
                    "title": {
                        "text": "Indygo SPEX"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "clickmode": "none"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~JuliaWKosmos",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-19 12:48:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "JuliaWKosmos",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-20T11:37:13.042337Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Dzhalil/29.embed",
            "fid": "Dzhalil:29",
            "filename": "Plot 29",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Dzhalil:29/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/29/2_VR25HD7PB63Q2ZW7KBLNLA2Q6VY3LY.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/29/8_GVDI6VBFOLJJR6ORCCKXKOM59E6SRX.png",
                "list-thumb": "https://api.plotly.com/v2/files/Dzhalil:29/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Dzhalil:29",
                "plots": "https://api.plotly.com/v2/plots/Dzhalil:29",
                "parent": "https://api.plotly.com/v2/folders/home?user=Dzhalil"
            },
            "owner": "Dzhalil",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Dzhalil/29/",
            "world_readable": true,
            "date_modified": "2025-08-20T11:37:13.056Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Dzhalil/29/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T, °С, x",
                                "y": "T, °С, y",
                                "z": "T, °С, z",
                                "text": "text",
                                "marker": {
                                    "color": "Data"
                                }
                            }
                        },
                        "mode": "markers+text",
                        "name": "T, °С",
                        "type": "scatter3d",
                        "xsrc": "Dzhalil:28:961044",
                        "ysrc": "Dzhalil:28:c6ef4a",
                        "zsrc": "Dzhalil:28:922408",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "color": "color"
                                }
                            },
                            "size": 8,
                            "symbol": "circle",
                            "colorbar": {
                                "len": 1,
                                "ypad": 10,
                                "dtick": 10,
                                "tick0": 40,
                                "ticks": "inside",
                                "title": {
                                    "font": {
                                        "size": 14
                                    },
                                    "side": "bottom",
                                    "text": "T, <i>°С</i>"
                                },
                                "nticks": 26,
                                "lenmode": "fraction",
                                "tickfont": {
                                    "size": 14
                                },
                                "tickmode": "auto",
                                "thicknessmode": "pixels",
                                "showticklabels": true
                            },
                            "colorsrc": "Dzhalil:28:017b6a",
                            "showscale": true,
                            "colorscale": [
                                [
                                    0,
                                    "#a50026"
                                ],
                                [
                                    0.1,
                                    "#d73027"
                                ],
                                [
                                    0.2,
                                    "#f46d43"
                                ],
                                [
                                    0.3,
                                    "#fdae61"
                                ],
                                [
                                    0.4,
                                    "#fee090"
                                ],
                                [
                                    0.5,
                                    "#ffffbf"
                                ],
                                [
                                    0.6,
                                    "#e0f3f8"
                                ],
                                [
                                    0.7,
                                    "#abd9e9"
                                ],
                                [
                                    0.8,
                                    "#74add1"
                                ],
                                [
                                    0.9,
                                    "#4575b4"
                                ],
                                [
                                    1,
                                    "#313695"
                                ]
                            ],
                            "reversescale": true
                        },
                        "textsrc": "Dzhalil:28:0e98ee",
                        "textfont": {
                            "size": 18,
                            "family": "Times New Roman"
                        },
                        "hoverinfo": "x+y+z+text+name",
                        "hoverlabel": {
                            "namelength": 15
                        },
                        "showlegend": false,
                        "textposition": "middle right",
                        "autocolorscale": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "<br>, x",
                                "y": "<br>, y",
                                "z": "<br>, z",
                                "text": ""
                            }
                        },
                        "mode": "markers",
                        "name": "<br>",
                        "type": "scatter3d",
                        "xsrc": "Dzhalil:28:e9f7b0",
                        "ysrc": "Dzhalil:28:c547f2",
                        "zsrc": "Dzhalil:28:170d75",
                        "marker": {
                            "size": 1,
                            "color": "rgb(255, 255, 255)",
                            "opacity": 0.01
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Times New Roman"
                    },
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "title": {
                                "font": {
                                    "family": "Times New Roman"
                                },
                                "text": "Длинна, мм"
                            },
                            "showgrid": true,
                            "showline": false,
                            "tickfont": {
                                "size": 12
                            },
                            "autorange": true
                        },
                        "yaxis": {
                            "type": "linear",
                            "title": {
                                "font": {
                                    "family": "Times New Roman"
                                },
                                "text": "Высота, мм"
                            },
                            "tickfont": {
                                "size": 12
                            }
                        },
                        "zaxis": {
                            "type": "linear",
                            "title": {
                                "font": {
                                    "family": "Times New Roman"
                                },
                                "text": "Ширина, мм"
                            },
                            "tickfont": {
                                "size": 12
                            },
                            "autorange": true
                        },
                        "camera": {
                            "up": {
                                "x": -0.05374484562937904,
                                "y": 0.9632166418099944,
                                "z": -0.2632967764872012
                            },
                            "eye": {
                                "x": 1.1322322239103226,
                                "y": 0.5542531805594857,
                                "z": 2.6058727853363304
                            },
                            "center": {
                                "x": 0.1259981547730272,
                                "y": -0.12445077738607858,
                                "z": 0.3283703394534757
                            },
                            "projection": {
                                "type": "orthographic"
                            }
                        },
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "dragmode": "orbit",
                        "aspectmode": "manual",
                        "aspectratio": {
                            "x": 1.6105100000000052,
                            "y": 1.6105100000000052,
                            "z": 1.6105100000000052
                        }
                    },
                    "title": {
                        "font": {
                            "size": 20
                        },
                        "text": "3D-визуализация распределения температуры в \"Зоне основного хранения (+15...+25 °С)\"  №1.15.6 в холодный период года"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2499,
                            2501
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -450,
                            750
                        ],
                        "autorange": true
                    },
                    "legend": {
                        "x": 0.9091769157994324,
                        "y": -0.028943248532289557,
                        "title": {
                            "text": "<br>"
                        },
                        "xanchor": "left",
                        "yanchor": "auto"
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Dzhalil",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.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-05-22 08:01:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Dzhalil",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-20T11:33:24.900849Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~yaxiu/1.embed",
            "fid": "yaxiu:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/yaxiu:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/yaxiu/1/2_3E7KU675W5T2EUC98UOS1A4Q9ARZR9.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/yaxiu/1/8_62MRZWQ309YBMC5YCXJ300J91ZPY9I.png",
                "list-thumb": "https://api.plotly.com/v2/files/yaxiu:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/yaxiu:1",
                "plots": "https://api.plotly.com/v2/plots/yaxiu:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=yaxiu"
            },
            "owner": "yaxiu",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~yaxiu/1/",
            "world_readable": true,
            "date_modified": "2025-08-20T11:33:24.913Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~yaxiu/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "贮藏时间",
                                "y": "维生素C含量(mg/100g)",
                                "error_y": {
                                    "array": "维生素C含量(mg/100g)",
                                    "arrayminus": "维生素C含量(mg/100g)"
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "yaxiu:0:161afc",
                        "ysrc": "yaxiu:0:bb3227",
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "维生素C含量(mg/100g)",
                                    "arrayminus": "维生素C含量(mg/100g)"
                                }
                            },
                            "arraysrc": "yaxiu:0:bb3227",
                            "arrayminussrc": "yaxiu:0:bb3227"
                        },
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "groups": ""
                                    }
                                },
                                "type": "aggregate",
                                "aggregations": [
                                    {
                                        "func": "avg",
                                        "target": "y",
                                        "enabled": true
                                    },
                                    {
                                        "func": "first",
                                        "target": "x",
                                        "enabled": true
                                    },
                                    {
                                        "func": "stddev",
                                        "target": "error_y.array",
                                        "enabled": true
                                    },
                                    {
                                        "func": "stddev",
                                        "target": "error_y.arrayminus",
                                        "enabled": true
                                    }
                                ]
                            },
                            {
                                "meta": {
                                    "columnNames": {
                                        "groups": "塑化剂种类"
                                    }
                                },
                                "type": "groupby",
                                "styles": [
                                    {
                                        "value": {},
                                        "target": "甘油"
                                    },
                                    {
                                        "value": {},
                                        "target": "乙二胆碱"
                                    },
                                    {
                                        "value": {},
                                        "target": "Des1"
                                    },
                                    {
                                        "value": {},
                                        "target": "Des2"
                                    },
                                    {
                                        "value": {},
                                        "target": "空白对照"
                                    }
                                ],
                                "groupssrc": "yaxiu:0:311f07"
                            }
                        ],
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Linear Fit in Python"
                    },
                    "xaxis": {
                        "type": "linear",
                        "dtick": 4,
                        "range": [
                            -2,
                            39.132075471698116
                        ],
                        "ticks": "",
                        "ticklen": 5,
                        "showgrid": false,
                        "showline": false,
                        "tickmode": "linear",
                        "zeroline": false,
                        "autorange": false,
                        "tickwidth": 1,
                        "automargin": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            4.220812386101061
                        ],
                        "autorange": false
                    },
                    "autosize": true,
                    "annotations": [
                        {
                            "x": 1.5733944954128443,
                            "y": 16.25337837837838,
                            "font": {
                                "size": 16
                            },
                            "text": "$R^2 = 0.9551,\\Y = nanX + nan$",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgb(229, 229, 229)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~yaxiu",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/19.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-08-20 11:31:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "yaxiu",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-20T11:19:39.608929Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~paperness/272.embed",
            "fid": "paperness:272",
            "filename": "whatwhomodal",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/paperness:272/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/paperness/272/2_ZBSSG2QAZC0XO19IPICTHB4W5D2V3B.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/paperness/272/8_CKGIXZNDVG20X0JXTF8TQ46WNB8128.png",
                "list-thumb": "https://api.plotly.com/v2/files/paperness:272/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/paperness:272",
                "plots": "https://api.plotly.com/v2/plots/paperness:272",
                "parent": "https://api.plotly.com/v2/folders/home?user=paperness"
            },
            "owner": "paperness",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~paperness/272/",
            "world_readable": true,
            "date_modified": "2025-08-20T11:19:45.615Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~paperness/272/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "acan"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "paperness:271:b234d2",
                        "ysrc": "paperness:271:832ff4",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            9253.684210526317
                        ],
                        "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/~paperness",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-17 14:54:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "paperness",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-20T10:50:32.627980Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Dzhalil/27.embed",
            "fid": "Dzhalil:27",
            "filename": "Plot 27",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Dzhalil:27/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Dzhalil:27/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/27/8_AXLBC03JVV24M886LDNMD4JJ7GKEHP.png",
                "list-thumb": "https://api.plotly.com/v2/files/Dzhalil:27/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Dzhalil:27",
                "plots": "https://api.plotly.com/v2/plots/Dzhalil:27",
                "parent": "https://api.plotly.com/v2/folders/home?user=Dzhalil"
            },
            "owner": "Dzhalil",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Dzhalil/27/",
            "world_readable": true,
            "date_modified": "2025-08-20T12:10:42.904Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Dzhalil/27/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "RH, %, x",
                                "y": "RH, %, y",
                                "z": "RH, %, z",
                                "text": "text",
                                "marker": {
                                    "color": "Data"
                                }
                            }
                        },
                        "mode": "markers+text",
                        "name": "T, °С",
                        "type": "scatter3d",
                        "xsrc": "Dzhalil:26:1ff11d",
                        "ysrc": "Dzhalil:26:97cba5",
                        "zsrc": "Dzhalil:26:8d19f6",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "color": "color"
                                }
                            },
                            "size": 8,
                            "symbol": "circle",
                            "colorbar": {
                                "len": 1,
                                "ypad": 10,
                                "dtick": 10,
                                "tick0": 40,
                                "ticks": "inside",
                                "title": {
                                    "font": {
                                        "size": 14
                                    },
                                    "side": "bottom",
                                    "text": "RH, <i>%</i>"
                                },
                                "nticks": 26,
                                "lenmode": "fraction",
                                "tickfont": {
                                    "size": 14
                                },
                                "tickmode": "auto",
                                "thicknessmode": "pixels",
                                "showticklabels": true
                            },
                            "colorsrc": "Dzhalil:26:5b7e29",
                            "showscale": true,
                            "colorscale": [
                                [
                                    0,
                                    "#a50026"
                                ],
                                [
                                    0.1,
                                    "#d73027"
                                ],
                                [
                                    0.2,
                                    "#f46d43"
                                ],
                                [
                                    0.3,
                                    "#fdae61"
                                ],
                                [
                                    0.4,
                                    "#fee090"
                                ],
                                [
                                    0.5,
                                    "#ffffbf"
                                ],
                                [
                                    0.6,
                                    "#e0f3f8"
                                ],
                                [
                                    0.7,
                                    "#abd9e9"
                                ],
                                [
                                    0.8,
                                    "#74add1"
                                ],
                                [
                                    0.9,
                                    "#4575b4"
                                ],
                                [
                                    1,
                                    "#313695"
                                ]
                            ],
                            "reversescale": true
                        },
                        "textsrc": "Dzhalil:26:b0c2d7",
                        "textfont": {
                            "size": 18,
                            "family": "Times New Roman"
                        },
                        "hoverinfo": "x+y+z+text+name",
                        "hoverlabel": {
                            "namelength": 15
                        },
                        "showlegend": false,
                        "textposition": "middle right",
                        "autocolorscale": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "&amp;lt;br&amp;gt;, x",
                                "y": "&amp;lt;br&amp;gt;, y",
                                "z": "&amp;lt;br&amp;gt;, z",
                                "text": ""
                            }
                        },
                        "mode": "markers",
                        "name": "<br>",
                        "type": "scatter3d",
                        "xsrc": "Dzhalil:26:0e9989",
                        "ysrc": "Dzhalil:26:a95786",
                        "zsrc": "Dzhalil:26:abf538",
                        "marker": {
                            "size": 1,
                            "color": "rgb(255, 255, 255)",
                            "opacity": 0.01
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Times New Roman"
                    },
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "title": {
                                "font": {
                                    "family": "Times New Roman"
                                },
                                "text": "Длинна, мм"
                            },
                            "showgrid": true,
                            "showline": false,
                            "tickfont": {
                                "size": 12
                            },
                            "autorange": true
                        },
                        "yaxis": {
                            "type": "linear",
                            "title": {
                                "font": {
                                    "family": "Times New Roman"
                                },
                                "text": "Высота, мм"
                            },
                            "tickfont": {
                                "size": 12
                            }
                        },
                        "zaxis": {
                            "type": "linear",
                            "title": {
                                "font": {
                                    "family": "Times New Roman"
                                },
                                "text": "Ширина, мм"
                            },
                            "tickfont": {
                                "size": 12
                            },
                            "autorange": true
                        },
                        "camera": {
                            "up": {
                                "x": -0.053744845629379055,
                                "y": 0.9632166418099944,
                                "z": -0.2632967764872013
                            },
                            "eye": {
                                "x": 1.1322322239103226,
                                "y": 0.5542531805594859,
                                "z": 2.6058727853363304
                            },
                            "center": {
                                "x": 0.1259981547730272,
                                "y": -0.12445077738607858,
                                "z": 0.3283703394534757
                            },
                            "projection": {
                                "type": "orthographic"
                            }
                        },
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "dragmode": "orbit",
                        "aspectmode": "manual",
                        "aspectratio": {
                            "x": 1.6105100000000052,
                            "y": 1.6105100000000052,
                            "z": 1.6105100000000052
                        }
                    },
                    "title": {
                        "font": {
                            "size": 20
                        },
                        "text": "3D-визуализация распределения относительной влажности в \"Зоне основного хранения (+15...+25 °С)\"  №1.15.6 в холодный период года"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2499,
                            2501
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -450,
                            750
                        ],
                        "autorange": true
                    },
                    "legend": {
                        "x": 0.9091769157994324,
                        "y": -0.028943248532289557,
                        "title": {
                            "text": "<br>"
                        },
                        "xanchor": "left",
                        "yanchor": "auto"
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Dzhalil",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.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-05-22 08:01:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Dzhalil",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-20T10:35:50.324931Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~paperness/270.embed",
            "fid": "paperness:270",
            "filename": "how+modal mono",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/paperness:270/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/paperness:270/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/paperness/270/8_U2CCCIK9OBKGBY3HP0ZUSRLFM661HQ.png",
                "list-thumb": "https://api.plotly.com/v2/files/paperness:270/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/paperness:270",
                "plots": "https://api.plotly.com/v2/plots/paperness:270",
                "parent": "https://api.plotly.com/v2/folders/home?user=paperness"
            },
            "owner": "paperness",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~paperness/270/",
            "world_readable": true,
            "date_modified": "2025-08-20T10:50:50.634Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~paperness/270/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "text": "B",
                                "marker": {
                                    "color": "B"
                                }
                            }
                        },
                        "mode": "markers",
                        "name": "total",
                        "type": "bar",
                        "xsrc": "paperness:269:5ad9b2",
                        "ysrc": "paperness:269:342e7e",
                        "marker": {
                            "line": {
                                "color": "rgb(49, 57, 77)",
                                "width": 1
                            },
                            "meta": {
                                "columnNames": {
                                    "color": "B"
                                }
                            },
                            "color": "rgb(255, 255, 255)"
                        },
                        "textsrc": "paperness:269:342e7e",
                        "textfont": {
                            "size": 18
                        },
                        "cliponaxis": false,
                        "orientation": "v",
                        "textposition": "outside",
                        "autocolorscale": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C",
                                "text": "C"
                            }
                        },
                        "name": "%",
                        "type": "bar",
                        "xsrc": "paperness:269:5ad9b2",
                        "ysrc": "paperness:269:18c537",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(49, 57, 77)"
                        },
                        "textsrc": "paperness:269:18c537",
                        "textfont": {
                            "size": 18
                        },
                        "cliponaxis": false,
                        "orientation": "v",
                        "textposition": "outside"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 24
                        },
                        "text": "how"
                    },
                    "width": 1000,
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            8.5
                        ],
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "occurrences totales"
                        },
                        "domain": [
                            0,
                            0.5905797101449275
                        ],
                        "tickfont": {
                            "size": 18
                        },
                        "autorange": true,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            44503.15789473684
                        ],
                        "title": {
                            "text": ""
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true,
                        "showticklabels": false
                    },
                    "bargap": 0.18999999999999995,
                    "height": 452,
                    "margin": {
                        "t": 100
                    },
                    "xaxis2": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            -0.5,
                            8.5
                        ],
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "/ 100 structures interrogatives par modal"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.625,
                            1
                        ],
                        "tickfont": {
                            "size": 18
                        },
                        "autorange": true,
                        "tickangle": 45,
                        "overlaying": false
                    },
                    "yaxis2": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            30.526315789473685
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "x2",
                        "domain": [
                            0.5,
                            1
                        ],
                        "autorange": true,
                        "overlaying": false,
                        "showticklabels": false
                    },
                    "autosize": false,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "showlegend": false
                }
            },
            "height": 452,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~paperness",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-17 14:54:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "paperness",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-20T10:31:52.148443Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~davidilla/3.embed",
            "fid": "davidilla:3",
            "filename": "Gràfic TDR",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/davidilla:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/davidilla:3/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/davidilla/3/8_CPAKN1NFGZON7UUV1YQIEUI8KLC4RV.png",
                "list-thumb": "https://api.plotly.com/v2/files/davidilla:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/davidilla:3",
                "plots": "https://api.plotly.com/v2/plots/davidilla:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=davidilla"
            },
            "owner": "davidilla",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~davidilla/3/",
            "world_readable": true,
            "date_modified": "2025-08-20T10:46:51.941Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~davidilla/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "z": "C"
                            }
                        },
                        "mode": "markers",
                        "type": "surface",
                        "xsrc": "davidilla:2:30ea95",
                        "ysrc": "davidilla:2:8cbbec",
                        "zsrc": "davidilla:2:f49848",
                        "cauto": true,
                        "sizeref": 1,
                        "bandwidth": 0,
                        "showscale": true,
                        "colorscale": [
                            [
                                0,
                                "#a50026"
                            ],
                            [
                                0.1,
                                "#d73027"
                            ],
                            [
                                0.2,
                                "#f46d43"
                            ],
                            [
                                0.3,
                                "#fdae61"
                            ],
                            [
                                0.4,
                                "#fee08b"
                            ],
                            [
                                0.5,
                                "#ffffbf"
                            ],
                            [
                                0.6,
                                "#d9ef8b"
                            ],
                            [
                                0.7,
                                "#a6d96a"
                            ],
                            [
                                0.8,
                                "#66bd63"
                            ],
                            [
                                0.9,
                                "#1a9850"
                            ],
                            [
                                1,
                                "#006837"
                            ]
                        ],
                        "orientation": "h",
                        "reversescale": false,
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "title": {
                                "text": "Població"
                            }
                        },
                        "yaxis": {
                            "type": "category",
                            "title": {
                                "text": "Pressupost"
                            }
                        },
                        "zaxis": {
                            "type": "linear",
                            "title": {
                                "text": "Grau de compliment"
                            }
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 1.9256638133120532,
                                "y": 2.089515585980242,
                                "z": 0.7252146971746669
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "domain": {
                            "x": [
                                0
                            ]
                        },
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "text": "TDR"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -47.31372222222224,
                            926.7007222222222
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            25.5
                        ],
                        "autorange": true
                    },
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": true,
                    "colorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#19d3f3",
                        "#e763fa",
                        "#fecb52",
                        "#ffa15a",
                        "#ff6692",
                        "#b6e880"
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#ffffe5"
                            ],
                            [
                                0.125,
                                "#f7fcb9"
                            ],
                            [
                                0.25,
                                "#d9f0a3"
                            ],
                            [
                                0.375,
                                "#addd8e"
                            ],
                            [
                                0.5,
                                "#78c679"
                            ],
                            [
                                0.625,
                                "#41ab5d"
                            ],
                            [
                                0.75,
                                "#238443"
                            ],
                            [
                                0.875,
                                "#006837"
                            ],
                            [
                                1,
                                "#004529"
                            ]
                        ],
                        "sequentialminus": [
                            [
                                0,
                                "#f7fcf5"
                            ],
                            [
                                0.125,
                                "#e5f5e0"
                            ],
                            [
                                0.25,
                                "#c7e9c0"
                            ],
                            [
                                0.375,
                                "#a1d99b"
                            ],
                            [
                                0.5,
                                "#74c476"
                            ],
                            [
                                0.625,
                                "#41ab5d"
                            ],
                            [
                                0.75,
                                "#238b45"
                            ],
                            [
                                0.875,
                                "#006d2c"
                            ],
                            [
                                1,
                                "#00441b"
                            ]
                        ]
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~davidilla",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-10 11:20:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "davidilla",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}