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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA3LTA4KzExJTNBMTglM0E1Ni4yNDIxMTUlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wNy0wOCsxMiUzQTMwJTNBNTEuNDkwNzkwJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-07-08T12:30:51.490790Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~marta.podgorny/56.embed",
            "fid": "marta.podgorny:56",
            "filename": "Plot 56",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/56/9_IXLTUM6PKB3LHSIMX9MI265GNUJHA5.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/56/2_7IS19VZ6A18VN13E9NNAS382MA59Y0.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/56/8_QD8SLHMCULI66ZHI6M5ILBI44RSRDY.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/56/9_IXLTUM6PKB3LHSIMX9MI265GNUJHA5.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/marta.podgorny:56",
                "plots": "https://api.plotly.com/v2/plots/marta.podgorny:56",
                "parent": "https://api.plotly.com/v2/folders/home?user=marta.podgorny"
            },
            "owner": "marta.podgorny",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~marta.podgorny/56/",
            "world_readable": true,
            "date_modified": "2025-07-08T12:36:58.432Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~marta.podgorny/56/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "none",
                        "line": {
                            "dash": "solid",
                            "shape": "spline",
                            "width": 2,
                            "smoothing": 1.3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "cm",
                                "y": "wml 128_corr"
                            }
                        },
                        "mode": "lines",
                        "name": "A-water/methanol ",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:55:01fb92",
                        "ysrc": "marta.podgorny:55:45ca51",
                        "hoveron": "points",
                        "opacity": 1,
                        "showlegend": true,
                        "connectgaps": true,
                        "hovertemplate": ""
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "cm",
                                "y": "cwm 128_corr"
                            }
                        },
                        "mode": "lines",
                        "name": "C-water/methanol",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:55:01fb92",
                        "ysrc": "marta.podgorny:55:b7459b",
                        "showlegend": true
                    },
                    {
                        "line": {
                            "color": "rgb(99, 110, 250)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "cm",
                                "y": "wml 130-corr"
                            }
                        },
                        "mode": "lines",
                        "name": "amorphous",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:55:01fb92",
                        "ysrc": "marta.podgorny:55:78a940",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "showlegend": false,
                        "stackgroup": null,
                        "legendgroup": 1
                    },
                    {
                        "line": {
                            "color": "rgb(239, 85, 59)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "cm",
                                "y": "cwm 130_corr"
                            }
                        },
                        "mode": "lines",
                        "name": "crystalline",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:55:01fb92",
                        "ysrc": "marta.podgorny:55:85c78a",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "stackgaps": "infer zero",
                        "showlegend": false,
                        "stackgroup": "",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "<br>"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1150,
                            950
                        ],
                        "tick0": 1,
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 32,
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "Wavenumber / cm-1"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            0.47
                        ],
                        "mirror": "ticks",
                        "nticks": 0,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 28,
                            "color": "rgb(0, 0, 0)"
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 1,
                        "tickangle": "auto",
                        "automargin": true,
                        "fixedrange": true,
                        "overlaying": false,
                        "showspikes": false,
                        "tickformat": "",
                        "rangeslider": {
                            "range": [
                                4000.186,
                                799.8442
                            ],
                            "yaxis": {},
                            "yaxis2": {},
                            "visible": false,
                            "autorange": true,
                            "thickness": 0.18
                        },
                        "zerolinecolor": "rgb(25, 33, 46)",
                        "spikethickness": 7,
                        "separatethousands": false
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -0.016725182270101113,
                            0.22
                        ],
                        "tick0": 1,
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 32,
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "Absorbance"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": "ticks",
                        "nticks": 0,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 28,
                            "color": "rgb(0, 0, 0)"
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "tickangle": "auto",
                        "fixedrange": true,
                        "showspikes": false,
                        "tickformat": "",
                        "zerolinecolor": "rgb(25, 33, 46)",
                        "separatethousands": false
                    },
                    "legend": {
                        "x": 0.3072483014865275,
                        "y": 0.9843339598727572,
                        "font": {
                            "size": 30,
                            "color": "rgb(0, 0, 0)"
                        }
                    },
                    "shapes": [
                        {
                            "x0": 1619,
                            "x1": 1091.4479462369873,
                            "y0": -3,
                            "y1": 1600,
                            "line": {
                                "dash": "solid",
                                "color": "rgb(0, 0, 0)",
                                "width": 1
                            },
                            "type": "line",
                            "xref": "x2",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 0, 0)"
                        },
                        {
                            "x0": 916,
                            "x1": 916,
                            "y0": -2,
                            "y1": 2,
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 1
                            },
                            "type": "line",
                            "xref": "x2",
                            "opacity": 1,
                            "fillcolor": "rgb(0, 0, 0)"
                        }
                    ],
                    "xaxis2": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            1150,
                            950
                        ],
                        "tick0": 1,
                        "title": {
                            "font": {
                                "size": 32,
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "Wavenumber / cm-1"
                        },
                        "anchor": "y",
                        "domain": [
                            0.53,
                            1
                        ],
                        "mirror": "ticks",
                        "nticks": 0,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 28,
                            "color": "rgb(0, 0, 0)"
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "tickangle": "auto",
                        "fixedrange": true,
                        "overlaying": false,
                        "tickformat": "",
                        "zerolinecolor": "rgb(25, 33, 46)",
                        "separatethousands": false
                    },
                    "yaxis2": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -0.011244551666666667,
                            0.12
                        ],
                        "title": {
                            "font": {
                                "size": 32,
                                "color": "rgb(0, 0, 0)"
                            }
                        },
                        "anchor": "x2",
                        "mirror": "ticks",
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 28,
                            "color": "rgb(0, 0, 0)"
                        },
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "overlaying": "y"
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "annotations": [
                        {
                            "x": 1103.824185239293,
                            "y": 0.20596659099117365,
                            "font": {
                                "size": 25,
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "Deposited 128 K<br>after 4 h isothermal observation",
                            "align": "left",
                            "showarrow": false
                        },
                        {
                            "x": 1107.6148683531233,
                            "y": 0.20511608135427506,
                            "font": {
                                "size": 25,
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "Deposited 130 K <br>after 5 h isothermal observation",
                            "xref": "x2",
                            "align": "left",
                            "axref": "x2",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~marta.podgorny",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-19 09:26:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "marta.podgorny",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-08T12:11:55.881550Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~guocj/11.embed",
            "fid": "guocj:11",
            "filename": "Plot 11",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/guocj/11/9_610MZM9DZM87S76N94T2HQL6TSX0X5.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/guocj/11/2_UA0ULQHOL9CYGOEEJ50FP0IAUXHCCS.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/guocj/11/8_E8CBC0NE6XL6J9UNMMRL38UY2R5U9E.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/guocj/11/9_610MZM9DZM87S76N94T2HQL6TSX0X5.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/guocj:11",
                "plots": "https://api.plotly.com/v2/plots/guocj:11",
                "parent": "https://api.plotly.com/v2/folders/home?user=guocj"
            },
            "owner": "guocj",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~guocj/11/",
            "world_readable": true,
            "date_modified": "2025-07-08T12:11:55.893Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~guocj/11/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "X",
                                "y": "10-Y",
                                "marker": {
                                    "size": "年龄"
                                }
                            }
                        },
                        "mode": "markers",
                        "name": "油松幼苗",
                        "type": "scatter",
                        "xsrc": "guocj:10:cec748",
                        "ysrc": "guocj:10:29d2cc",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 0, 0)"
                            },
                            "meta": {
                                "columnNames": {
                                    "size": "年龄"
                                }
                            },
                            "color": "rgb(0, 0, 0)",
                            "sizeref": 0.2857142857142857,
                            "sizesrc": "guocj:10:965407",
                            "sizemode": "area"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "N",
                                "y": "O"
                            }
                        },
                        "mode": "markers",
                        "name": "油松成年树",
                        "type": "scatter",
                        "xsrc": "guocj:10:98afde",
                        "ysrc": "guocj:10:dae021",
                        "marker": {
                            "size": 12,
                            "color": "rgb(54, 209, 72)",
                            "symbol": "square"
                        },
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "R",
                                "y": "S"
                            }
                        },
                        "mode": "markers",
                        "name": "华北落叶松",
                        "type": "scatter",
                        "xsrc": "guocj:10:b18368",
                        "ysrc": "guocj:10:c9d242",
                        "marker": {
                            "size": 12,
                            "color": "rgb(228, 244, 12)",
                            "symbol": "square"
                        },
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "T",
                                "y": "U"
                            }
                        },
                        "mode": "markers",
                        "name": "灌木丛",
                        "type": "scatter",
                        "xsrc": "guocj:10:afe027",
                        "ysrc": "guocj:10:54b9cd",
                        "marker": {
                            "size": 10,
                            "color": "rgb(20, 45, 232)",
                            "symbol": "diamond"
                        },
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "P",
                                "y": "Q"
                            }
                        },
                        "mode": "markers",
                        "name": "树桩",
                        "type": "scatter",
                        "xsrc": "guocj:10:201ae8",
                        "ysrc": "guocj:10:ad4e3c",
                        "marker": {
                            "size": 10,
                            "color": "rgb(221, 9, 9)",
                            "symbol": "x"
                        },
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 13,
                        "color": "rgb(0, 0, 0)"
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 17
                        },
                        "text": "样方二 油松点阵分布图"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.7611645694547251,
                            10.761164569454724
                        ],
                        "title": {
                            "text": "距离/m"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.7971014492753623,
                            10.797101449275363
                        ],
                        "title": {
                            "text": "距离/m"
                        },
                        "autorange": true
                    },
                    "legend": {
                        "x": 1,
                        "y": 0.5,
                        "font": {
                            "size": 15
                        }
                    },
                    "margin": {
                        "b": 30,
                        "l": 300,
                        "r": 300,
                        "t": 30
                    },
                    "modebar": {
                        "activecolor": "rgba(0, 0, 0, 0.7)"
                    },
                    "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"
                    },
                    "hoverlabel": {
                        "font": {
                            "size": 12
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~guocj",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-07 08:07:05",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "guocj",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-08T12:10:21.030829Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~azenyem/4.embed",
            "fid": "azenyem:4",
            "filename": "Plot 4",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/azenyem/4/9_4FYKWOLM3WEAWBZ40XTIBMDX6H6MB6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/azenyem/4/2_6JR9IL4RV74I7K1Y5HKU20OE7O2E2Q.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/azenyem/4/8_WKLTYMPJF9X619BG58XI8KQEKZIEI7.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/azenyem/4/9_4FYKWOLM3WEAWBZ40XTIBMDX6H6MB6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/azenyem:4",
                "plots": "https://api.plotly.com/v2/plots/azenyem:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=azenyem"
            },
            "owner": "azenyem",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~azenyem/4/",
            "world_readable": true,
            "date_modified": "2025-07-08T12:10:21.043Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~azenyem/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "Korond p.",
                        "type": "scatter",
                        "xsrc": "azenyem:3:206287",
                        "ysrc": "azenyem:3:b0f9f4"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D"
                            }
                        },
                        "mode": "lines",
                        "name": "Földközi t.",
                        "type": "scatter",
                        "xsrc": "azenyem:3:206287",
                        "ysrc": "azenyem:3:57af42",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "lines",
                        "name": "Fekete t.",
                        "type": "scatter",
                        "xsrc": "azenyem:3:206287",
                        "ysrc": "azenyem:3:8bb336",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            0,
                            30
                        ],
                        "title": {
                            "text": "Mérés időpontja"
                        },
                        "anchor": "free",
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -1795.833333333334,
                            57180.833333333336
                        ],
                        "title": {
                            "text": "Korond-patak sókoncentrációja (mg/l)"
                        },
                        "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"
                    },
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#0508b8"
                            ],
                            [
                                0.08333333333333333,
                                "#1910d8"
                            ],
                            [
                                0.16666666666666666,
                                "#3c19f0"
                            ],
                            [
                                0.25,
                                "#6b1cfb"
                            ],
                            [
                                0.3333333333333333,
                                "#981cfd"
                            ],
                            [
                                0.4166666666666667,
                                "#bf1cfd"
                            ],
                            [
                                0.5,
                                "#dd2bfd"
                            ],
                            [
                                0.5833333333333334,
                                "#f246fe"
                            ],
                            [
                                0.6666666666666666,
                                "#fc67fd"
                            ],
                            [
                                0.75,
                                "#fe88fc"
                            ],
                            [
                                0.8333333333333334,
                                "#fea5fd"
                            ],
                            [
                                0.9166666666666666,
                                "#febefe"
                            ],
                            [
                                1,
                                "#fec3fe"
                            ]
                        ]
                    },
                    "plot_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~azenyem",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/57.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": "2024-09-24 12:23:39",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "azenyem",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-08T12:03:03.870692Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~IvanovDV18/9.embed",
            "fid": "IvanovDV18:9",
            "filename": "Plot 9",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/9/9_CQQMW7USMB22ZFTU7UHXBF57F50RJY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/9/2_QDXRR7MMVCP4EJO7KEEUJ4FLM2MZL6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/9/8_4KMM33SNXP90LSYHHD36IZM011DDZF.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/9/9_CQQMW7USMB22ZFTU7UHXBF57F50RJY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/IvanovDV18:9",
                "plots": "https://api.plotly.com/v2/plots/IvanovDV18:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=IvanovDV18"
            },
            "owner": "IvanovDV18",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~IvanovDV18/9/",
            "world_readable": true,
            "date_modified": "2025-07-11T13:33:55.500Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~IvanovDV18/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Âðåìÿ",
                                "y": "203_P04_TT02/1"
                            }
                        },
                        "mode": "lines",
                        "name": "TT02/1 (Вход)",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:17:210faf",
                        "ysrc": "IvanovDV18:17:8f2f25",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Âðåìÿ",
                                "y": "203_P04_TT01"
                            }
                        },
                        "mode": "lines",
                        "name": "TT01",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:17:210faf",
                        "ysrc": "IvanovDV18:17:39195e",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Âðåìÿ",
                                "y": "203_P04_TT02"
                            }
                        },
                        "mode": "lines",
                        "name": "TT02",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:17:210faf",
                        "ysrc": "IvanovDV18:17:a9675c",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Âðåìÿ",
                                "y": "203_P04_TT03"
                            }
                        },
                        "mode": "lines",
                        "name": "TT03",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:17:210faf",
                        "ysrc": "IvanovDV18:17:8e5546",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Âðåìÿ",
                                "y": "203_P04_TT04"
                            }
                        },
                        "mode": "lines",
                        "name": "TT04 (Выход)",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:17:210faf",
                        "ysrc": "IvanovDV18:17:eb08ba",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12
                    },
                    "title": {
                        "font": {
                            "size": 19
                        },
                        "text": "Тренды температур в реакторе Р-04"
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2025-07-04 15:08",
                            "2025-07-11 15:51"
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "Дата"
                        },
                        "nticks": 16,
                        "tickfont": {
                            "size": 14
                        },
                        "autorange": true,
                        "gridwidth": 2,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                "2025-07-04 15:08:56",
                                "2025-07-07 14:25:36"
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "zerolinewidth": 2
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            34.688833333333335,
                            93.51216666666666
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 17
                            },
                            "text": "Температура, С"
                        },
                        "nticks": 16,
                        "tickfont": {
                            "size": 15
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "hovermode": "closest",
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~IvanovDV18",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 09:16:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "IvanovDV18",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-08T12:00:31.775822Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~IvanovDV18/8.embed",
            "fid": "IvanovDV18:8",
            "filename": "Plot 8",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/8/9_MITFGAXTT63JBKMK81UMU3T70NJ4W4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/8/2_QZCMHLOTRJHT2SOI50NF8AP22MCPT9.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/8/8_D2J0CUHW3R0LE0GUEBS5YC7GBZS3VX.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/8/9_MITFGAXTT63JBKMK81UMU3T70NJ4W4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/IvanovDV18:8",
                "plots": "https://api.plotly.com/v2/plots/IvanovDV18:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=IvanovDV18"
            },
            "owner": "IvanovDV18",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~IvanovDV18/8/",
            "world_readable": true,
            "date_modified": "2025-07-11T13:34:53.294Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~IvanovDV18/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P03_TT01"
                            }
                        },
                        "mode": "lines",
                        "name": "TT01",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:18:66c96f",
                        "ysrc": "IvanovDV18:18:12e983",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P03_TT02"
                            }
                        },
                        "mode": "lines",
                        "name": "TT02",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:18:66c96f",
                        "ysrc": "IvanovDV18:18:de42f0",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P03_TT03"
                            }
                        },
                        "mode": "lines",
                        "name": "TT03",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:18:66c96f",
                        "ysrc": "IvanovDV18:18:e47b4c",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P03_TT04"
                            }
                        },
                        "mode": "lines",
                        "name": "TT04",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:18:66c96f",
                        "ysrc": "IvanovDV18:18:cd106c",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P03_TT05"
                            }
                        },
                        "mode": "lines",
                        "name": "TT05",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:18:66c96f",
                        "ysrc": "IvanovDV18:18:2a0da4",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Дата",
                                "y": "203_P03_TT06"
                            }
                        },
                        "mode": "lines",
                        "name": "TT06",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:18:66c96f",
                        "ysrc": "IvanovDV18:18:c0421d",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12
                    },
                    "title": {
                        "font": {
                            "size": 19
                        },
                        "text": "Многозонная термопара в Р-03"
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2025-07-04 15:08",
                            "2025-07-11 15:51"
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "Дата"
                        },
                        "tickfont": {
                            "size": 14
                        },
                        "autorange": true,
                        "gridwidth": 2,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                "2025-07-04 15:08:56",
                                "2025-07-07 14:25:36"
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "zerolinewidth": 2
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -8.373055555555558,
                            221.78805555555556
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 17
                            },
                            "text": "Температура, С"
                        },
                        "nticks": 16,
                        "tickfont": {
                            "size": 15
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": "2025-07-07 14:37:18.6049",
                            "y": 56.03909810874705,
                            "ax": -68,
                            "ay": -39,
                            "text": "настройка преобразователя<br>многозонной термопары"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~IvanovDV18",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 09:16:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "IvanovDV18",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-08T11:48:37.507050Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~IvanovDV18/6.embed",
            "fid": "IvanovDV18:6",
            "filename": "Plot 6",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/6/9_QITWX3WLVK7KMLDRFK7HU49O31CKLJ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/6/2_TIX9P588VM7GJ8VHME15FBHR26UJCG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/6/8_KIOF7CEFLRYXQDVL10G78JJNR4DZUQ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/6/9_QITWX3WLVK7KMLDRFK7HU49O31CKLJ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/IvanovDV18:6",
                "plots": "https://api.plotly.com/v2/plots/IvanovDV18:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=IvanovDV18"
            },
            "owner": "IvanovDV18",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~IvanovDV18/6/",
            "world_readable": true,
            "date_modified": "2025-07-11T13:36:14.102Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~IvanovDV18/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Âðåìÿ",
                                "y": "203_02TT01"
                            }
                        },
                        "mode": "lines",
                        "name": "02TT01 (Перед Leprost)",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:19:ea3af8",
                        "ysrc": "IvanovDV18:19:58b535",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Âðåìÿ",
                                "y": "203_T03_TT01"
                            }
                        },
                        "mode": "lines",
                        "name": "TT01 (Перед Р-003)",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:19:ea3af8",
                        "ysrc": "IvanovDV18:19:5eac4c",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Âðåìÿ",
                                "y": "203_P04_TT06"
                            }
                        },
                        "mode": "lines",
                        "name": "TT06 ",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:19:ea3af8",
                        "ysrc": "IvanovDV18:19:7300c4",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Âðåìÿ",
                                "y": "203_T03_TT05"
                            }
                        },
                        "mode": "lines",
                        "name": "TT05",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:19:ea3af8",
                        "ysrc": "IvanovDV18:19:7c45c8",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Âðåìÿ",
                                "y": "203_T03_TT04"
                            }
                        },
                        "mode": "lines",
                        "name": "TT04",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:19:ea3af8",
                        "ysrc": "IvanovDV18:19:6e36fb",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Âðåìÿ",
                                "y": "203_T03_TT03"
                            }
                        },
                        "mode": "lines",
                        "name": "TT03",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:19:ea3af8",
                        "ysrc": "IvanovDV18:19:8dff2b",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Âðåìÿ",
                                "y": "203_T03_TT02"
                            }
                        },
                        "mode": "lines",
                        "name": "TT02",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:19:ea3af8",
                        "ysrc": "IvanovDV18:19:d0c697",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Âðåìÿ",
                                "y": "203_03TT01"
                            }
                        },
                        "mode": "lines",
                        "name": "03TT01 (После Т-04)",
                        "type": "scatter",
                        "xsrc": "IvanovDV18:19:ea3af8",
                        "ysrc": "IvanovDV18:19:8f291d",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12
                    },
                    "title": {
                        "font": {
                            "size": 19
                        },
                        "text": "Теплообменник Т-03"
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2025-07-04 15:08",
                            "2025-07-11 15:51"
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "Дата"
                        },
                        "tickfont": {
                            "size": 14
                        },
                        "autorange": true,
                        "gridwidth": 2,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                "2025-07-04 15:08:56",
                                "2025-07-07 14:25:36"
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "zerolinewidth": 2
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            26.602833333333333,
                            169.12616666666668
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 17
                            },
                            "text": "Температура, С"
                        },
                        "nticks": 16,
                        "tickfont": {
                            "size": 15
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "hovermode": "closest",
                    "annotations": [
                        {
                            "x": "2025-07-08 11:33:03.3921",
                            "y": 57.327776595744695,
                            "ax": -131,
                            "ay": -49,
                            "text": "настройка циркуляции ВОЦ"
                        },
                        {
                            "x": "2025-07-08 17:01:23.8687",
                            "y": 146.27981914893618,
                            "ax": -85,
                            "ay": 2,
                            "text": "закрыли байпас"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~IvanovDV18",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 09:16:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "IvanovDV18",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-08T11:41:09.444988Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~malemany/15.embed",
            "fid": "malemany:15",
            "filename": "080725_Actin_intensity_Jurkat_pulse_n=1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/malemany/15/9_J33VVSIZ7WISM419NLDR9LLMSYJXUV.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/malemany/15/2_ZYA1NFZBLWP3T8MUBAKKWNVMLHY6QA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/malemany/15/8_O6RLHRSXN3EE2O8CMRE9BKVVEXUR97.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/malemany/15/9_J33VVSIZ7WISM419NLDR9LLMSYJXUV.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/malemany:15",
                "plots": "https://api.plotly.com/v2/plots/malemany:15",
                "parent": "https://api.plotly.com/v2/folders/home?user=malemany"
            },
            "owner": "malemany",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~malemany/15/",
            "world_readable": true,
            "date_modified": "2025-07-08T13:49:04.795Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~malemany/15/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "F",
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "Untreated",
                        "type": "box",
                        "xsrc": "malemany:14:252eb5",
                        "ysrc": "malemany:14:c15711",
                        "jitter": 0,
                        "marker": {
                            "color": "rgb(10, 10, 10)"
                        },
                        "boxmean": false,
                        "error_x": {
                            "type": "percent",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": false,
                            "thickness": 2,
                            "valueminus": 10
                        },
                        "hoveron": "boxes+points",
                        "notched": false,
                        "meanline": {
                            "visible": true
                        },
                        "pointpos": 0,
                        "bandwidth": 0,
                        "boxpoints": "outliers",
                        "fillcolor": "rgb(255, 255, 255)",
                        "hoverinfo": "x+y+name"
                    },
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "y": "B"
                            }
                        },
                        "name": "1h",
                        "type": "box",
                        "ysrc": "malemany:14:ba4c93",
                        "marker": {
                            "color": "rgb(8, 8, 8)"
                        },
                        "meanline": {
                            "visible": true
                        },
                        "bandwidth": 0,
                        "boxpoints": "outliers",
                        "fillcolor": "rgb(250, 250, 250)"
                    },
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "y": "C"
                            }
                        },
                        "name": "6h",
                        "type": "box",
                        "ysrc": "malemany:14:378a2e",
                        "marker": {
                            "color": "rgb(10, 10, 10)"
                        },
                        "meanline": {
                            "visible": true
                        },
                        "bandwidth": 0,
                        "boxpoints": "outliers",
                        "fillcolor": "rgb(255, 255, 255)"
                    },
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "y": "D"
                            }
                        },
                        "name": "18h",
                        "type": "box",
                        "ysrc": "malemany:14:d1bc0d",
                        "marker": {
                            "color": "rgb(15, 15, 15)"
                        },
                        "meanline": {
                            "visible": true
                        },
                        "bandwidth": 0,
                        "boxpoints": "outliers",
                        "fillcolor": "rgb(255, 255, 255)"
                    },
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "y": "E"
                            }
                        },
                        "name": "24h",
                        "type": "box",
                        "ysrc": "malemany:14:4cf979",
                        "marker": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "meanline": {
                            "visible": true
                        },
                        "bandwidth": 0,
                        "boxpoints": "outliers",
                        "fillcolor": "rgb(255, 255, 255)"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "color": "rgb(0, 0, 0)"
                    },
                    "title": {
                        "text": "<br>"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "title": {
                            "font": {
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": ""
                        },
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "tickmode": "auto",
                        "zeroline": true,
                        "autorange": true,
                        "gridcolor": "rgb(0, 0, 0)",
                        "linecolor": "rgb(0, 0, 0)",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -221490.1392222222,
                            4208312.645222222
                        ],
                        "title": {
                            "font": {
                                "color": "rgb(0, 0, 0)"
                            },
                            "text": "Actin average fluorescence intensity (A.U)"
                        },
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "tickmode": "auto",
                        "zeroline": true,
                        "autorange": true,
                        "gridcolor": "rgb(216, 217, 219)",
                        "gridwidth": 0,
                        "linecolor": "rgb(0, 0, 0)",
                        "zerolinecolor": "rgb(0, 0, 0)"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "boxmode": "overlay",
                    "autosize": true,
                    "colorscale": {
                        "sequential": [
                            [
                                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"
                            ]
                        ],
                        "sequentialminus": [
                            [
                                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"
                            ]
                        ]
                    },
                    "showlegend": false,
                    "plot_bgcolor": "rgb(255, 255, 255)",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~malemany",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-17 15:39:10",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "malemany",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-08T11:39:10.462165Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Yamuna_kallakuri/1.embed",
            "fid": "Yamuna_kallakuri:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Yamuna_kallakuri/1/9_DGRIOJ5O0U2RQ8L01TJKPK6OG6FQE4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Yamuna_kallakuri/1/2_7ZI10UYJW48U2FLKFB1Z1ROPA3QR4E.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Yamuna_kallakuri/1/8_BA9SQQSA22VDGY9CB16TGIFUALANAY.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Yamuna_kallakuri/1/9_DGRIOJ5O0U2RQ8L01TJKPK6OG6FQE4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Yamuna_kallakuri:1",
                "plots": "https://api.plotly.com/v2/plots/Yamuna_kallakuri:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Yamuna_kallakuri"
            },
            "owner": "Yamuna_kallakuri",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Yamuna_kallakuri/1/",
            "world_readable": true,
            "date_modified": "2025-07-08T11:41:26.844Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Yamuna_kallakuri/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "classification",
                                "y": ""
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "Yamuna_kallakuri:0:88f286",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            0,
                            9.473684210526315
                        ],
                        "title": {
                            "text": "count"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "hovermode": "x"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Yamuna_kallakuri",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 11:05:57",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Yamuna_kallakuri",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-08T11:19:11.224953Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Dzhalil/21.embed",
            "fid": "Dzhalil:21",
            "filename": "Plot 21",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/21/9_6AYDYP8EYIPRPZI1IX0ABN9X1CIDYX.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/21/2_C2SBISJ10FXWLAZDD9N4JOX2DLC9WA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/21/8_TVOR4E77VGIY3QE21RRV3MGTNGMR1J.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/21/9_6AYDYP8EYIPRPZI1IX0ABN9X1CIDYX.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Dzhalil:21",
                "plots": "https://api.plotly.com/v2/plots/Dzhalil:21",
                "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/21/",
            "world_readable": true,
            "date_modified": "2025-07-08T11:19:11.238Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Dzhalil/21/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "<br>, x",
                                "y": "<br>, y",
                                "z": "<br>, z",
                                "text": "text",
                                "marker": {
                                    "color": "Data"
                                }
                            }
                        },
                        "mode": "markers+text",
                        "name": "<br>",
                        "type": "scatter3d",
                        "xsrc": "Dzhalil:20:e516fe",
                        "ysrc": "Dzhalil:20:3a6277",
                        "zsrc": "Dzhalil:20:18d2d4",
                        "marker": {
                            "cmax": 4.6,
                            "cmin": 3.2,
                            "meta": {
                                "columnNames": {
                                    "color": "color"
                                }
                            },
                            "cauto": false,
                            "colorbar": {
                                "title": {
                                    "text": "<br>"
                                }
                            },
                            "colorsrc": "Dzhalil:20:d65466",
                            "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:20:ac9a56",
                        "visible": true,
                        "textfont": {
                            "size": 20,
                            "family": "Times New Roman"
                        },
                        "hoverinfo": "x+y+z+text+name",
                        "hoverlabel": {
                            "namelength": 15
                        },
                        "showlegend": false,
                        "textposition": "top right",
                        "autocolorscale": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "<br> (1), x",
                                "y": "<br> (1), y",
                                "z": "<br> (1), z"
                            }
                        },
                        "mode": "markers",
                        "name": "<br>",
                        "type": "scatter3d",
                        "xsrc": "Dzhalil:20:1df479",
                        "ysrc": "Dzhalil:20:e7d613",
                        "zsrc": "Dzhalil:20:da9951",
                        "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": "Длинна, мм"
                            },
                            "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
                            }
                        },
                        "camera": {
                            "up": {
                                "x": 0.12928174084404576,
                                "y": 0.9234899757715598,
                                "z": 0.3611820816897997
                            },
                            "eye": {
                                "x": -0.9928968186241289,
                                "y": 0.8921069487145068,
                                "z": -2.49798090664923
                            },
                            "center": {
                                "x": -0.0416247533925847,
                                "y": -0.23277096367414948,
                                "z": 0.03766915429393084
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "dragmode": "zoom",
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 0.7655712976309225,
                            "y": 1.9300116746998046,
                            "z": 0.6767907605947314
                        }
                    },
                    "title": {
                        "font": {
                            "size": 20
                        },
                        "text": "3D Визуализация поддержания\nтемпературного режима в камере холодильника Polair ШХФ – 0,5 в оснащенном\nсостоянии"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "legend": {
                        "x": 1.03,
                        "y": 1.05,
                        "title": {
                            "text": "<b>T, °С</b>"
                        },
                        "valign": "bottom",
                        "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-07-08T11:18:56.242115Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ali.asmari/1.embed",
            "fid": "ali.asmari:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ali.asmari/1/9_1OU9WL1E20SQ0W8UKN09CJ1XCAQ74O.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ali.asmari/1/2_OC39JMSWGNLNNB4RBSL3YX2QNS8JDY.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ali.asmari/1/8_F0LD5UOHQQQEPLHH2T8EIXDYKK23NV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ali.asmari/1/9_1OU9WL1E20SQ0W8UKN09CJ1XCAQ74O.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ali.asmari:1",
                "plots": "https://api.plotly.com/v2/plots/ali.asmari:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=ali.asmari"
            },
            "owner": "ali.asmari",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ali.asmari/1/",
            "world_readable": true,
            "date_modified": "2025-07-08T11:18:56.256Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ali.asmari/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "Actual",
                        "type": "scatter",
                        "xsrc": "ali.asmari:0:cdcae4",
                        "ysrc": "ali.asmari:0:47ada7",
                        "boxpoints": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "lines",
                        "name": "Calibrated",
                        "type": "scatter",
                        "xsrc": "ali.asmari:0:cdcae4",
                        "ysrc": "ali.asmari:0:2e670e",
                        "opacity": 1,
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 14
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "family": "Arial"
                        },
                        "text": "Calibrated vs Actual TDS"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1,
                            20
                        ],
                        "title": {
                            "text": "Sample Number"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            32281.722222222223,
                            68567.27777777778
                        ],
                        "title": {
                            "text": "TDS (ppm)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ali.asmari",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 11:17:04",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ali.asmari",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}